1189643221 Q * Medivh Ping timeout: 480 seconds 1189644452 J * fs fs@213.178.77.98 1189645488 M * Bertl wb fs! 1189646026 J * Medivh ck@paradise.by.the.dashboardlight.de 1189650574 J * virtuoso_ ~s0t0na@pppoe-27.2.110.89-adsl.spbnit.ru 1189650982 Q * virtuoso Ping timeout: 480 seconds 1189654717 M * micah i'm having trouble getting a bind process started in a vserver on an interface, I get this error: named[4929]: could not listen on UDP socket: permission denied 1189654740 M * Bertl permission denied is interesting 1189654765 M * Bertl strace -fF ? 1189654792 M * micah ah interesting, I think its the old cap problem with bind 1189654799 M * micah if I remove the -u bind from the startup, it works 1189654811 M * Bertl old cap problem does not exist in recent kernels 1189654825 M * micah its odd because before it would not start in this situation, but it actually starts, just doesn't bind to any interface 1189654840 M * micah how recent is recent? 1189654873 M * Bertl well, the current stable branch should have the masking 1189654894 M * Bertl I don't remember if we back ported it to 2.0 1189654933 M * micah ok, so 2.0.2.2-rc9 would not 1189654974 M * Bertl the feature matrix says no, but that is the old stable branch 1189655004 M * Bertl actually it is a release candidate for an old stable branch :) 1189655156 M * micah i look forward to upgrading this kernel :) 1189655211 M * Bertl as long as you are not suprised that something isn't working, it's fine for me :) 1189659014 Q * Johnsie Ping timeout: 480 seconds 1189659571 J * Johnsie ~jdlewis@c-67-163-142-234.hsd1.ct.comcast.net 1189662839 J * sharkjaw ~gab@158.36.44.106 1189662950 M * Bertl wb sharkjaw! 1189663091 M * bXi mornin 1189664215 M * Supaplex moo 1189665498 Q * hparker Quit: *burp*.. It's broke 1189666652 M * Bertl okay, off to bed now ... have a good one everyone! 1189666658 N * Bertl Bertl_zZ 1189667037 J * dna ~dna@126-202-dsl.kielnet.net 1189667095 M * Supaplex bed. now there's an idea. 1189668267 Q * ensc Ping timeout: 480 seconds 1189668834 Q * dilinger Remote host closed the connection 1189670239 J * meandtheshell ~markus@85.127.108.176 1189670837 J * DavidS ~david@vpn.uni-ak.ac.at 1189671146 J * jmcaricand root@d83-179-139-28.cust.tele2.fr 1189671402 Q * jmcaricand Remote host closed the connection 1189673284 J * lilalinux ~plasma@dslb-084-058-201-101.pools.arcor-ip.net 1189673336 J * friendly12345 ~friendly@ppp59-167-90-160.lns1.mel6.internode.on.net 1189674372 Q * virtuoso_ Quit: leaving 1189674907 Q * FireEgl Read error: Connection reset by peer 1189675130 J * jmcaricand root@d83-179-139-28.cust.tele2.fr 1189675903 J * FireEgl FireEgl@4.0.0.0.1.0.0.0.c.d.4.8.0.c.5.0.1.0.0.2.ip6.arpa 1189676500 J * cedric ~cedric@rny93-2-82-66-66-30.fbx.proxad.net 1189677157 J * ensc ~irc-ensc@p54B4CC50.dip.t-dialin.net 1189677694 Q * dna Quit: Verlassend 1189681452 J * roym ~user@adsl-065-006-164-142.sip.mia.bellsouth.net 1189681514 M * roym hi folks - what is the best way to share a readonly filesystem between 2 VPS's... is it using "vnamespace mount?" 1189681644 M * DavidS i just use bind mounts 1189681824 M * roym DavidS: thanks.. so if that works, then is there any real reason to use vnamespace mount? 1189682000 M * michal` vnamespace mount is usefull in case you would like to mount after vserver is started 1189682058 M * daniel_hozac indeed. 1189682069 M * daniel_hozac long-term, you'll want to use /etc/vservers//fstab. 1189682173 M * roym daniel_hozac: wouldn't that mean using the "bind" option (in fstab). 1189682278 M * daniel_hozac yes. 1189682440 M * roym thanks 1189683235 J * Piet ~piet@tor.noreply.org 1189683286 J * igraltist ~user4@kasten-edv.de 1189683731 M * roym hi all: when I issue a VPS stop command, it works, but forces a restart - how do I avoid that? 1189683841 M * daniel_hozac hmm? 1189683930 M * ard roym : you mean on stop, it does an rc6 to stop the vserver? 1189683938 M * ard and hangs on reboot? :-) 1189684072 M * roym ard: exactly 1189684703 A * ard was stuck at that too :-) 1189684723 M * ard it seems it should do an init 0 instead of 6 I guess... 1189684740 M * ard But I haven't solved it yet 1189684767 M * daniel_hozac because the utils don't differentiate between reboot and shutdown. 1189684814 M * ard what is the correct way to "stop" a vserver, from a vserver guest point of view? 1189684829 M * ard should it call halt or shutdown or something like that? 1189684829 M * daniel_hozac hmm?? 1189684833 M * daniel_hozac you mean from inside the guest? 1189684836 M * ard yes 1189684870 M * ard I mean syscall p-o-v... 1189684890 M * daniel_hozac halt -f will always work, regartdless of the initstyle. 1189684897 M * ard ah 1189684898 M * daniel_hozac -t 1189684986 M * ard I guess our image is tweaked to never halt, but always reboot. (because it is so hard to turn systems on when they are soft powered off) 1189685339 M * roym on another note - I had a bad entry in my /fstab, but saw no errors/warnings when I did a vserver VPS start. Where would I see these sorts of messages? 1189685438 M * daniel_hozac what kind of bad entry? 1189685477 M * roym daniel_hozac: it was a mount point that didn't exist (for bind). 1189685512 M * daniel_hozac that should've caused an error. 1189685667 M * roym well, I'm not explicitly specifying any init scheme - could that be the issue?> 1189685683 M * daniel_hozac uh, no. 1189685725 M * roym sorry - my bad! checked again and it does indeed spew an error.. 1189685738 M * roym missed it earlier. 1189685753 J * ktwilight ~ktwilight@105.104-66-87.adsl-dyn.isp.belgacom.be 1189686030 Q * bzed Read error: Connection reset by peer 1189686032 J * bzed ~bzed@devel.recluse.de 1189686773 Q * FireEgl Ping timeout: 480 seconds 1189686941 Q * ard Ping timeout: 480 seconds 1189687883 J * coderanger_ ~coderange@xf-92a-03.dynamic2.rpi.edu 1189688461 Q * ktwilight Remote host closed the connection 1189689093 J * ktwilight ~ktwilight@105.104-66-87.adsl-dyn.isp.belgacom.be 1189689193 J * hijacker_ ~hijacker@213.91.163.5 1189689193 Q * hijacker Read error: Connection reset by peer 1189689237 P * friendly12345 1189689837 Q * ktwilight Quit: dead 1189689871 P * meandtheshell Leaving. 1189690177 Q * sharkjaw Quit: Leaving 1189690750 N * danman_ danman 1189692216 M * Borg- Bertl_zZ: I just done my UDP test on Linux 2.6.22.6-vs2.2.0.3, everything works good :) thx 1189692580 Q * Piet Remote host closed the connection 1189692837 J * Piet ~piet@tor.noreply.org 1189693134 Q * Aiken Quit: Leaving 1189694762 J * dna ~dna@62-212-dsl.kielnet.net 1189695433 J * hparker ~hparker@linux.homershut.net 1189696803 J * cedric_ ~cedric@rny93-2-82-66-66-30.fbx.proxad.net 1189696803 Q * cedric Read error: Connection reset by peer 1189697128 Q * jmcaricand Remote host closed the connection 1189697330 Q * nebuchadnezzar Quit: I'll be back 1189697364 J * Julius ~julius@p57B27450.dip.t-dialin.net 1189697480 J * nebuchadnezzar ~nebu@zion.asgardr.info 1189697578 J * ard ~ard@gw-tweakb16.kwaak.net 1189698308 N * ensc Guest203 1189698318 J * ensc ~irc-ensc@p54B4E442.dip.t-dialin.net 1189698412 J * dilinger ~dilinger@mail.queued.net 1189698424 Q * Guest203 Ping timeout: 480 seconds 1189700234 J * coderanger__ ~coderange@eggplant-21.dynamic2.rpi.edu 1189700421 Q * Piet Ping timeout: 480 seconds 1189700465 J * Piet ~piet@tor.noreply.org 1189700596 Q * coderanger_ Ping timeout: 480 seconds 1189700667 J * pmenier ~pmenier@LNeuilly-152-22-72-5.w193-251.abo.wanadoo.fr 1189700724 N * Bertl_zZ Bertl 1189700735 M * Bertl morning folks! 1189700741 M * Bertl Borg-: good to hear! 1189701018 M * hparker Morning Bertl 1189702607 Q * pmenier Quit: pmenier 1189702930 J * coderanger_ ~coderange@eggplant-21.dynamic2.rpi.edu 1189702931 Q * coderanger__ Read error: Connection reset by peer 1189703149 Q * er Remote host closed the connection 1189703317 Q * cedric_ Quit: cedric_ 1189703475 Q * lilalinux Remote host closed the connection 1189704992 J * bonbons ~bonbons@2001:960:7ab:0:20b:5dff:fec7:6b33 1189706323 Q * coderanger_ Quit: coderanger_ 1189706670 J * yang ~bon@cpe-212-18-59-220.dynamic.amis.net 1189706689 M * yang hm what does it mean if the guest hangs at second stage Starting kernel log daemon... 1189707121 M * yang with ctrl+c i got it running 1189707719 J * coderanger_ ~coderange@marvin-12.dynamic2.rpi.edu 1189707775 J * jmcaricand ~jmcarican@d90-144-8-250.cust.tele2.fr 1189707865 M * Bertl yang: kernel log daemon should not be started inside a guest 1189707884 M * Bertl but you can enable the syslog virtualization (for recent kernels) which will work around that 1189708029 M * yang Bertl: i assume that my guest got hacked, becouse i wanted to start apache and something says that port 80 is being occupied 1189708052 M * yang Starting web server: apache2(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 1189708055 M * yang no listening sockets available, shutting down 1189708067 M * yang but there is one process listening on :80 1189708230 M * yang well actually it was miss-understood woth the apache from the root server, after i killed it it started to work 1189708246 M * yang got afraid for a while :( 1189708316 M * yang you know running a shell server with a compiler is a big risk if you have unknown users on a guest, but luckily nobody touched my root-server :) 1189708479 M * yang Bertl: could you tell me where to disable klogd on debian? 1189708510 M * yang for the bootup procedure 1189708735 M * Bertl well, I think debian has an init script called syslog 1189708745 M * Bertl (unless you use syslog-ng) 1189708756 J * dennis_ ~dennis@dslb-088-068-197-043.pools.arcor-ip.net 1189708757 M * Bertl and this starts both, the klogd and the syslog 1189708771 M * jmcaricand yang: update-rc.d -n -f klogd remove 1189708774 M * Bertl removing the klogd related lines there should do the trick 1189708786 J * cedric ~cedric@rny93-2-82-66-66-30.fbx.proxad.net 1189708802 M * yang thanks 1189708830 M * jmcaricand yang: oops -> without -n :-) 1189708838 J * ktwilight ~ktwilight@105.104-66-87.adsl-dyn.isp.belgacom.be 1189708882 Q * cedric 1189708924 M * yang :) 1189708989 Q * dennis__ Ping timeout: 480 seconds 1189709131 A * ard always thinks that it's easier to upload some binary code, than relying on a compiler being there to hack stuff 1189709164 M * ard the compiler doesn't give you any extra rights to hack... 1189709229 Q * yang Quit: leaving 1189709237 J * cedric ~cedric@rny93-2-82-66-66-30.fbx.proxad.net 1189709382 M * Bertl ard: aha ... :) 1189709384 Q * ktwilight Read error: Connection reset by peer 1189709393 M * Bertl okay, off for now ... back a little later ... 1189709398 N * Bertl Bertl_oO 1189709933 M * matti Bye Bertl 1189710437 M * epicbjorn no harm, but.. irc's away function is there for a reason.. 1189710497 Q * jmcaricand Quit: KVIrc 3.2.4 Anomalies http://www.kvirc.net/ 1189710931 Q * Piet Remote host closed the connection 1189710976 J * Piet hiddenserv@tor.noreply.org 1189710993 Q * coderanger_ Quit: coderanger_ 1189711945 Q * cedric Quit: cedric 1189712280 J * coderanger_ ~coderange@marvin-12.dynamic2.rpi.edu 1189712597 J * meandtheshell ~markus@85.127.108.176 1189712719 Q * coderanger_ Quit: coderanger_ 1189713050 J * ema ~ema@fw.galliera.it 1189713597 J * Aiken ~james@ppp121-45-250-174.lns2.bne4.internode.on.net 1189713748 J * coderanger_ ~coderange@ae-lally-green-209.dynamic2.rpi.edu 1189713957 Q * Julius Remote host closed the connection 1189714227 J * linuxtuxie ~kku@14.119-242-81.adsl-dyn.isp.belgacom.be 1189714495 M * linuxtuxie Hello all, we are running over 150 vservers in our company and on some of them we seem to have troubles with the cron daemon... 1189714495 M * linuxtuxie it is running, but does not execute any commands. Has someone else already encountered this issue ? 1189714602 M * daniel_hozac what distribution? 1189714611 M * linuxtuxie we are running util-vserver 0.30.204 on debian sarge 1189714617 M * linuxtuxie also the vservers are all debian sarge 1189714644 M * daniel_hozac same kernel too? 1189714645 M * linuxtuxie the vserver kernel is based on 2.6.12 1189714713 M * daniel_hozac so it's your typical Debian-install, really ancient versions everybody else has forgotten about... :) 1189714756 M * linuxtuxie yeah I know...but we are a large company..you have no idea what it took to already get here ;) 1189714868 M * daniel_hozac well, if there are no differences between the hosts nor the guests, i don't see why it would work on some and then fail on others... 1189714951 Q * meandtheshell Quit: Leaving. 1189715016 M * linuxtuxie yip, its really strange in the syslog we see the cron starting up -> Sep 13 22:17:11 testvv /USR/SBIN/CRON[9372]: (root) CMD ( run-parts --report / 1189715016 M * linuxtuxie etc/cron.hourly) 1189715016 M * linuxtuxie but nothing spawns off 1189715058 M * daniel_hozac have you checked /var/log/secure? 1189715149 M * linuxtuxie i do not have a /var/log/secure on sarge, but I do have a /var/log/auth which contains: 1189715153 M * linuxtuxie Sep 13 22:15:02 testvv CRON[9295]: (pam_unix) session closed for user root 1189715153 M * linuxtuxie Sep 13 22:17:11 testvv CRON[9346]: (pam_unix) session opened for user root by (uid=0) 1189715179 M * daniel_hozac and that's on the guest which fails? 1189715212 M * linuxtuxie yes correct, the actual vserver (not the physical host machine) 1189716103 M * linuxtuxie I have started an strace it can be viewed at http://pastebin.be/5305 1189716155 M * linuxtuxie every 60 seconds the cron wakes up and sees my test file...but doesn't do anything with it 1189716205 M * daniel_hozac have you tried adding "root" as the 6th field? 1189716427 M * linuxtuxie d*mn, stupid me! I missed this one completely ... 1189716446 M * linuxtuxie it seems to be working fine now 1189716498 M * daniel_hozac great! 1189716535 Q * dna Quit: Verlassend 1189716541 M * linuxtuxie Can you imagine that we are already overlooking this for over a week now 1189716562 M * daniel_hozac hehe, it's always the little things that stump you the most. 1189716573 M * linuxtuxie indeed, the brain works in mysterious ways :) 1189716596 M * linuxtuxie Thank you very much for your assistance! 1189716621 M * daniel_hozac you're welcome! 1189718979 J * ktwilight ~ktwilight@105.104-66-87.adsl-dyn.isp.belgacom.be 1189719497 Q * linuxtuxie Quit: zzzZZZZzzz 1189719820 J * coderanger__ ~coderange@nock-set-21.dynamic2.rpi.edu 1189720010 J * Blissex ~Blissex@82-69-39-138.dsl.in-addr.zen.co.uk 1189720036 Q * coderanger_ Read error: Operation timed out 1189720055 J * FireEgl FireEgl@4.0.0.0.1.0.0.0.c.d.4.8.0.c.5.0.1.0.0.2.ip6.arpa 1189720269 Q * coderanger__ Quit: coderanger__ 1189720387 Q * DavidS Quit: Leaving. 1189720896 Q * roym Ping timeout: 480 seconds 1189720981 J * coderanger_ ~coderange@wisdom-32.dynamic2.rpi.edu 1189721369 Q * ema Quit: leaving 1189721557 Q * bonbons Quit: Leaving 1189722091 Q * zLinux Ping timeout: 480 seconds 1189722244 J * yarihm ~yarihm@84-75-130-73.dclient.hispeed.ch 1189723976 Q * Blissex Remote host closed the connection 1189725800 Q * Aiken Quit: Leaving 1189726848 Q * Piet Quit: Piet 1189726849 Q * yarihm Quit: Leaving 1189726937 J * coderanger__ ~coderange@wisdom-32.dynamic2.rpi.edu 1189726938 Q * coderanger_ Read error: Connection reset by peer