1449014916 Q * PowerKe Ping timeout: 480 seconds 1449015253 J * bzed_ ~bzed@2a02:16a8:dc4:a01::210 1449015431 Q * bzed_ Remote host closed the connection 1449015453 J * bzed_ ~bzed@2a02:16a8:dc4:a01::210 1449015505 Q * bzed Ping timeout: 480 seconds 1449015508 N * bzed_ bzed 1449015801 Q * sannes Ping timeout: 480 seconds 1449017047 J * PowerKe ~tom@d54C69995.access.telenet.be 1449017943 Q * fstd Remote host closed the connection 1449019610 J * fstd ~fstd@xdsl-87-78-18-35.netcologne.de 1449019628 Q * fstd Remote host closed the connection 1449019639 J * fstd ~fstd@xdsl-87-78-18-35.netcologne.de 1449023612 Q * Aiken Remote host closed the connection 1449023810 J * Aiken ~Aiken@d63f.h.jbmb.net 1449027865 Q * zerick Remote host closed the connection 1449027866 J * zerick ~zerick@irc.quassel.zerick.me 1449028441 M * Bertl off to bed now ... have a good one everyone! 1449028445 N * Bertl Bertl_zZ 1449036757 J * sannes ~ace@2a02:fe0:c131:9070:f19e:227a:3d0e:d87c 1449042092 J * Ghislain ~aqueos@adsl1.aqueos.com 1449042538 J * FloodServ services@services.oftc.net 1449048470 Q * derjohn_mob Ping timeout: 480 seconds 1449049576 J * druschka_domaintechnik ~druschka@91-135-172-81.net.pr-link.at 1449050204 J * derjohn_mob ~aj@fw.gkh-setu.de 1449051366 Q * derjohn_mob Ping timeout: 480 seconds 1449051948 J * derjohn_mob ~aj@fw.gkh-setu.de 1449056736 N * Bertl_zZ Bertl 1449056742 M * Bertl morning folks! 1449056821 M * gnarface morning Bertl ! 1449057267 M * gnarface hey Bertl, this is a weird one, but i'm having a problem with a service inside a vserver that seems to be working fine according to its own stdout, but never opens the network port the docs claim it should open 1449057323 M * gnarface i'm assuming its a problem with my config for said poorly-documented service (F.E.A.R., the game, dedicated linux server) 1449057336 M * gnarface since i can use netcat to open the same port and see it open just fine and connect to it 1449057402 M * gnarface but is there anything maybe with vservers with pam or ... i dunno limits.conf or whatever that might be stopping this dumb thing from opening a network connection while it wouldn't stop netcat from opening the same port with the same user, in the same shell no less? 1449057419 M * gnarface i'm ssh'd into the vserver guest from the host instead of using vserver [guest] enter, if it matters 1449057430 M * gnarface if you got nothing for this, no worries, i don't blame ya 1449057463 M * gnarface their own docs are sparse on details (its a community build of some abandonware from 2005) 1449057557 M * gnarface i vaguely recall you helped me get my teamfortress2 server working in another vserver guest at one point i think 1449057582 M * gnarface hmm.... maybe i should try launching that through an ssh connection 1449057593 M * gnarface to see if it mysteriously can't find a port either 1449057626 M * gnarface i thought i recalled its problem just being not seeing the nofile limit change though 1449060386 M * Ghislain is the ip shared between several guest 1449060466 M * Ghislain or with the host 1449061143 Q * fstd Remote host closed the connection 1449063494 J * fstd ~fstd@xdsl-84-44-222-48.netcologne.de 1449063513 Q * fstd Remote host closed the connection 1449063524 J * fstd ~fstd@xdsl-84-44-222-48.netcologne.de 1449063661 Q * fstd Remote host closed the connection 1449063671 M * Guy- gnarface: can you strace the program? 1449063678 J * fstd ~fstd@xdsl-87-78-83-216.netcologne.de 1449063685 M * Guy- using e.g. -e trace=socket,bind,accept,listen 1449064944 M * gnarface Ghislain: no, the guest has its own local ip, and i'm NATing two others to the same external IP on the host, but as far as i can tell its not just a NAT problem because the port doesn't even show as open from the other guests, or from inside the guest itself 1449064962 M * gnarface Guy-: hang on, i'll try 1449065339 M * gnarface Guy-: i don't really know what i'm looking at here: http://paste.debian.net/340602/ 1449065418 M * gnarface at this point its running "normally" by all accounts 1449065476 M * gnarface here's the normal server output: http://paste.debian.net/340604/ (the first one was the contents of the file i assigned to strace -o) 1449065538 M * Ghislain ok, just asking because could be a try to open 0.0.0.0 when those can include one ip that share an application opened on that port 1449065574 M * gnarface Ghislain: ah, noted. i tried with and without specifying a BindIpAddr in the config, doesn't seem to matter 1449065615 M * gnarface Ghislain: but i know its paying attention to the BindIpAddr, because if i put in a random ip not on the guest, the server fails to launch 1449065629 P * druschka_domaintechnik 1449065668 M * gnarface sorry, its BindToAddr, in the fear server config, not that it matters 1449065681 M * undefined sin_port=htons(0)? 1449065686 M * undefined port 0? 1449065755 M * undefined maybe i've just forgotten my sockets programming (as i'm usually reading straces with a little more context) 1449065781 M * gnarface undefined: uh... i'm not sure what's up with that, not actually able to understand most of this stacktrace stuff, but above that where it says sin_port=htons(27888), that 27888 is what i've actually got set in the config file 1449065801 M * gnarface undefined: does this mean its giving up and changing to 0? 1449065810 M * gnarface you might be onto something 1449065811 M * Guy- undefined: port 0 means it wants to bind to an ephemeral port 1449065824 M * undefined Guy-: thanks 1449065844 M * gnarface 27888 should be the default, but i've also manually set it in the config to be sure. 1449065846 M * Guy- gnarface: well, the bind to port 27888 succeeds 1449065858 M * Ghislain perhaps try to put a never used port to see if this change just to rules out conflicts, lsof -i -n |grep 27888 give something ? 1449065862 M * Guy- gnarface: what does netstat -ntlp tell you in the guest, when the program is running? 1449065888 M * Guy- sorry, netstat -nulp 1449065891 M * Guy- it's a UDP port 1449065896 M * gnarface installing lsof... 1449065905 M * Guy- gnarface: netstat should already be installed :) 1449065931 M * gnarface Ghislain: interesting, it does give something: fearserve 28059 fear_server_bot 3u IPv4 1304305269 0t0 UDP 192.168.4.4:27888 1449065945 M * Guy- so what made you think it didn't bind to the port? 1449065971 M * gnarface Guy-: i probed it with netcat, said connection refused like all the others 1449065979 M * gnarface Guy-: i probed it from the outside with nmap too 1449065988 M * Guy- gnarface: you tried a TCP connection 1449065994 M * Guy- gnarface: the program binds a UDP port 1449066002 M * gnarface interesting... the docs say it should be both 1449066011 M * gnarface wait, so maybe its working fine and i'm just an idiot? 1449066018 M * Guy- you said it :) 1449066030 M * gnarface i guess i should try to connect to it with an actual client 1449066051 M * gnarface i also tried fuser to see if the port was open, but now that i think of it, i probably only checked tcp with that too 1449066098 M * gnarface damn. thanks for the help guys. if this turns out to be just me probing the damned port wrong, sorry for wasting all your time 1449066108 M * Guy- no worries :) 1449066197 M * gnarface heh, sure enough, nmap -sU shows it as open|filtered 1449066219 M * gnarface now i gotta fix an issue with wine to see if i can actually get the real client to try to connect to it 1449066233 M * gnarface (might have to connect an actual optical drive) 1449066238 M * gnarface i'll let you guys know what happens 1449068643 J * Wermwud ~Wermwud@69-29-150-18.stat.centurytel.net 1449073286 Q * Wermwud Quit: Leaving (Please imagine me slamming the door on my way out) 1449073304 J * Wermwud ~Wermwud@69-29-150-18.stat.centurytel.net 1449075738 M * Bertl off for now ... bbl 1449075739 N * Bertl Bertl_oO 1449075991 M * gnarface well, it looks like its gonna take a while to work out the issues with the client now that gamespy is down 1449075992 M * gnarface sigh 1449076022 M * gnarface but i'm asking someone else to test the server who has the community multiplayer-only version in an actual windows install 1449076029 M * gnarface i'll let you know if it works, but i'm pretty sure it will 1449076038 M * gnarface thanks again for your help 1449081712 Q * gamingrobot_ Remote host closed the connection 1449082557 J * gamingrobot_ sid10990@id-10990.highgate.irccloud.com 1449084497 Q * derjohn_mob Ping timeout: 480 seconds 1449086010 Q * Ghislain Quit: Leaving. 1449086040 Q * ggherdov__ Remote host closed the connection 1449087049 J * ggherdov__ sid11402@id-11402.ealing.irccloud.com 1449090698 J * derjohn_mob ~aj@p578b6aa1.dip0.t-ipconnect.de 1449091414 Q * Rockj autokilled: This host violated network policy. Contact support@oftc.net for further information and assistance. (2015-12-02 21:23:35) 1449091508 J * Rockj rockj@rockj.net 1449092983 Q * Wermwud Quit: Leaving (Please imagine me slamming the door on my way out) 1449093032 J * Wermwud ~Wermwud@69-29-150-18.stat.centurytel.net 1449098489 Q * eyck_ Remote host closed the connection 1449098498 Q * theocrit1 Remote host closed the connection 1449098501 J * theocrit1 ~Hubert@kim.theocrite.org 1449098556 J * eyck ~eyck@u28n61.nowanet.pl 1449098898 Q * Wermwud Quit: Leaving (Please imagine me slamming the door on my way out)