1245197440 M * Bertl eut: what util-vserver version do you use? 1245197458 M * eut not sure... 1245197470 M * eut but i actually got that line to work when i took out --flags 1245197476 M * eut however, i'd like to use some of those flags 1245197477 M * Bertl are you doing the vserver - build --help as root? 1245197499 M * eut ah... that does it 1245197537 M * Bertl btw, you don't want lock and private in the flags 1245197545 M * eut why not? 1245197604 M * Bertl a) because both are legacy flags, abd b) because you cannot install a guest with e.g. private 1245197620 M * Bertl as entering the guest is something the utils need to do to get the installation done 1245197635 M * Bertl http://linux-vserver.org/Capabilities_and_Flags 1245197653 M * Bertl you can set e.g. private lateron, when the guest is installed 1245197669 M * eut ah ok 1245197679 M * eut sort of misleading that it would be in the help screen then... 1245197709 M * Bertl yes, that needs to be updated, it's a leftover from the legacy time too 1245197735 Q * kernelmadness Ping timeout: 480 seconds 1245197766 M * Bertl private was replaced by state_admin, lock is not relevant anymore, sched is 2.4 only and nproc is superceeded by the ulimits/rlimits 1245197795 M * Bertl might make sense to file a bug report to util-vserver (savannah) to get them removed/updated 1245197907 M * eut wow, very out of date 1245197922 M * eut i'll try to get around to doing that 1245198118 M * Bertl does the install work now for you? 1245198124 M * eut yes it works now 1245198132 M * Bertl excellent! :) 1245198175 M * eut however, once inside the vserver i'm getting some perl errors from 'aptitude upgrade' 1245198214 M * Bertl is your network configured properly? i.e. can the guest reach the internet (or at least the repositoruy)? 1245198229 M * Bertl maybe upload the errors to paste.linux-vserver.org? 1245198239 M * eut yes, i set up the iptables as described on the wiki and can ping google 1245198243 M * eut ok sure 1245198345 M * eut http://paste.linux-vserver.org/13031 1245198354 M * Bertl ah, you are doing that now with 'vserver .. enter' yes? 1245198359 M * eut yes 1245198380 M * Bertl you are bringing you host locale with you into the guest, which is missing the necessary files for the locale 1245198395 M * eut is there a way to shed the host locale when i enter the guest? 1245198395 M * Bertl either install them or do something like: 'export LC_ALL=C LANG=C 1245198459 M * Bertl if you e.g. ssh into the guest, this is not a problem :) 1245198474 M * eut ah i see 1245198640 M * eut actually, when i ssh in i still get the same error 1245198940 M * Bertl that would mean that your guest has the same locale set, but the locale package not installed, which at least sounds unusual 1245199200 M * eut meh, no biggie. i can just add that export line to bashrc 1245199224 M * eut is it 'ok' to ctrl+c a 'vserver webserver restart' command? 1245199336 M * Bertl well, you might end up with a partially started/stopped guest, but yes, it's fine 1245199573 M * eut the command never seems to go to completion on its own... and once i break out it starts up some additional processes 1245199587 M * eut for example after ctrl+c i see the report that opensshd is starting 1245199609 M * Bertl try 'stop' and then 'start' in separate 1245199623 M * Bertl and wait some time (on the stop) for the timeout 1245199642 M * Bertl if the guest doesn't shut down properly, it will get killed after the timeout period 1245199723 M * eut stopping the guest reports failure in deconfiguring network interfaces, unmounting /tmp, and deactivating swap. there are also some other errors like permission denied while bringing down eth0, RTNETLINK answers: Cannot assign requested address 1245199742 M * eut starting the guest hangs at "Starting kernel log daemon..." 1245199762 M * Bertl so, that means that your guest wasn't cleaned up properly 1245199775 M * eut what can i do about that? 1245199777 M * Bertl which brings us back to the util-vserver version you are using? 1245199787 M * eut how can i check? 1245199798 M * Bertl 'vserver-info - SYSINFO' 1245199801 M * Bertl (please use paste.linux-vserver.org for everything longer than 3 lines) 1245199883 M * eut http://pastebin.com/f3d01d5a5 1245199921 M * Bertl updating to a recent snapshot should fix that for the next install 1245199946 M * Bertl there is also a script to do the post install cleanup, which basically removes all the hardware/network related runlevel scripts 1245199956 M * Bertl and disables the kernel logger 1245200005 M * Bertl note: you can do that manually too 1245200051 M * eut how can i do it manually? 1245200092 M * Bertl simply remove the hardware related links from /etc/rc?.d/ 1245200176 M * eut how do i know which linkes are hardware related.. sorry for such noobish questions 1245200223 M * Bertl np, but for that you have to ask somebody who knows your distro (but usually, you can tell by the name) 1245200252 M * Bertl or at least by the errors you get on startup/shutdown :) 1245200328 M * eut hmmm 1245200367 M * eut well its ubuntu jaunty so if anybody here knows i'm all ears :] 1245201060 M * eut hmm 1245201114 M * eut in an attempt to track down the rc?.d scripts that i needed to remove i issued 'reboot -d -f -i'... but now i cannot start/stop with vserver 1245201128 M * eut i can enter it though 1245201169 M * Bertl what error/message do you get on start/stop? 1245201177 M * eut nothing, just hangs 1245201258 M * eut oh.. after like the 5th attempt it finally stopped 1245201259 M * eut weird 1245201283 M * Bertl sounds like you are not patient enough to wait for the timeout :) 1245201295 M * eut heh maybe not 1245201314 M * eut i'm assuming that the hardware clock scripts should not be run 1245201380 M * Bertl correct, basically it boils down to running _only_ the services you actually want/need 1245201399 M * Bertl as everything else (which is part of the usual setup process) has been already done on the host 1245201405 M * eut ah i see 1245201419 M * eut i suppose that includes all of the logging stuff right? 1245201421 M * Bertl so, for example, it might be sufficient to start syslog and sshd 1245201506 M * Snow-Man Bertl: hey, I'm trying to figure it out from the irc logs but not having a very good time of it. 1245201511 M * Snow-Man ===# lsxid 1245201511 M * Snow-Man !!ERR!! . 1245201511 M * Snow-Man !!ERR!! ./vservers 1245201535 M * Snow-Man Bertl: From a discussion you had with AndrewLee, there was talk of a broken Debian kernel and removing a barrier, etc.. 1245201548 M * Bertl missing 'tag' mount option on the filesystem or unsupported filesystem for tagging 1245201644 M * Snow-Man it's odd because I see the same thing on a box that's working 1245201649 M * Snow-Man sorry, the issue I'm actually having is: 1245201656 M * Snow-Man vsysctl: open("."): Permission denied 1245201659 M * Snow-Man when trying to start 1245201681 Q * uva Quit: Leaving 1245201695 M * Snow-Man I have 1 vserver that *will* start on this box, but all the rest give me that error 1245201707 M * Snow-Man it's a Debian box that just got upgraded from a 2.6.26 kernel to a 2.6.29 kernel 1245201716 M * Bertl so what's different for that one? 1245201728 M * Snow-Man I have no idea.. Nothing seems obvious to me. :( 1245201735 M * Snow-Man lsattr doesn't show any bits on anything 1245201742 M * Bertl the upgrade from 2.6.26 to a newer kernel definitely broke your filesystem attributes 1245201760 M * Bertl that's the beauty of the 2.6.26 debian kernel :) 1245201766 M * Snow-Man yea, so I've heard. :) 1245201772 M * Snow-Man What to do to fix it though? 1245201788 M * Bertl well, it doesn't mean that this causes the issues you are seeing 1245201792 M * Snow-Man We don't ever unify/hash (unless someone did w/o talking to me) 1245201800 M * Snow-Man We've never had tags on the fstab 1245201818 M * Snow-Man We're supposed to have the barrier, but I don't see it on either of these systems 1245201828 M * Snow-Man (where 'the barrier' is something I should be able to see with lsattr, right?) 1245201849 M * Bertl yes, but that is broken due to the kernel change 1245201871 M * Snow-Man adding it back would be something like: chattr +a /data/vservers ? 1245201879 M * Bertl nope 1245201905 M * Bertl but let's first check what actually goes wrong, before you start fixing problems which aint there :) 1245201911 M * Snow-Man ok.. 1245201931 M * Bertl first step, give the testme.sh a spin and upload the output to paste.linux-vserver.org 1245201975 M * Snow-Man http://paste.linux-vserver.org/13032 1245201978 M * Snow-Man looks pretty happy to me 1245202042 M * Bertl good, now let's try to do a 'chcontext --xid -- /bin/bash' 1245202066 M * Snow-Man ===# chcontext --xid tsf-external -- /bin/bash 1245202066 M * Snow-Man New security context is 40003 1245202066 M * Snow-Man root@thorin:/data/vservers# 1245202068 M * Bertl and try to ls the guest's data dir (e.g. /vservers/ 1245202092 M * Snow-Man root@thorin:/data/vservers# ls tsf-external 1245202092 M * Snow-Man ls: cannot access tsf-external: Permission denied 1245202111 M * Snow-Man root@thorin:/data/vservers# ls 1245202111 M * Snow-Man ls: cannot open directory .: Permission denied 1245202119 M * Snow-Man everything I do gets perm denied, pretty much. :) 1245202129 M * Bertl so, here we go, try with a dir further up in the tree 1245202143 M * Snow-Man root@thorin:/data/vservers# ls -l /data 1245202148 M * Snow-Man ls: cannot access /data/vservers: No such file or directory 1245202148 M * Snow-Man total 4229040 1245202148 M * Snow-Man drwxr-xr-x 3 root root 4096 2008-09-28 21:54 bacula-restores 1245202150 M * Bertl (please use paste.linux-vserver.org for everything longer than 3 lines) 1245202150 M * Snow-Man d????????? ? ? ? ? ? vservers 1245202157 M * Snow-Man sorry, trying to keep it down.. 1245202172 M * Snow-Man just kind of doing 1-off's to show the gist 1245202186 M * Snow-Man looks like I've got access to the host's /data fs, but not to the vservers dir 1245202189 M * Snow-Man under /data 1245202193 M * Snow-Man which is rather backwards. :) 1245202193 M * Bertl data is a separate partiton? 1245202215 M * Snow-Man no, data is where I was when I ran chcontext, and it's where all the vservers are (in /data/vservers/) 1245202223 M * Snow-Man it's on fs 1245202227 M * Snow-Man err, one 1245202242 M * eut Bertl, what about all of the mount* scripts? 1245202259 M * Snow-Man although it looks like I can reach other filesystems from inside this context (eg: /home) 1245202272 M * Bertl eut: not needed, mounts happen from util-vserver 1245202294 M * Bertl Snow-Man: what does 'it's on fs' mean? 1245202312 M * Snow-Man I meant "it's one filesystem", as in, /data is just one big filesystem on the host 1245202314 M * Bertl Snow-Man: best upload the output of 'cat /proc/mounts' 1245202331 M * Snow-Man from inside the context, or outside? 1245202350 M * Snow-Man http://paste.linux-vserver.org/13033 1245202357 M * Snow-Man don't think it would have made a diff, actually 1245202367 M * Snow-Man that was from being in the 'chcontext' bash shell 1245202399 M * Snow-Man all of the vservers are under /data/vservers/ 1245202431 M * eut Bertl, ok thanks 1245202512 M * Bertl Snow-Man: anything in dmesg? 1245202518 M * Snow-Man [ 2672.494653] vxW: [»ls«,22476:#40003|0|40003] did hit the barrier. 1245202520 M * Snow-Man lots of those.. 1245202523 M * Snow-Man [ 2675.886963] vxW: [»ls«,22478:#40003|0|40003] did lookup hidden dm-0:ffff88042e94cd10[#0,13975553] »/data/vservers«. 1245202526 M * Snow-Man some of those 1245202572 M * Bertl okay, then let's do an 'showattr -d / /data /data/vservers 1245202588 M * Snow-Man ----bui- / 1245202588 M * Snow-Man ----bui- /data 1245202588 M * Snow-Man ----Bui- /data/vservers 1245202605 A * Snow-Man didn't realize showattr != lsattr; heh 1245202632 M * Bertl okay, now for a guest which doesn't work, what does 'showattr -d /data/vservers/ give? 1245202648 M * Snow-Man ===# showattr -d tsf-external 1245202648 M * Snow-Man ----Bui- tsf-external 1245202660 M * Bertl there you go, that barrier is crap 1245202680 M * Snow-Man ah-hah, and I can reset using setattr? 1245202698 M * Bertl try 'setattr -Rx --~barrier /data/vservers/tsf-external 1245202736 M * Snow-Man there we go, vserver appears to have come right up 1245202739 M * Snow-Man do that for all of 'em? 1245202777 M * Bertl yep 1245202789 M * Snow-Man awesome. Anything else I should check for..? 1245202793 M * Bertl and write a nice e-mail to the debian folks ::) 1245202796 M * Snow-Man haha 1245202805 M * Snow-Man yea, not too pleased. :( 1245202965 M * Snow-Man Thanks much for the help. :) 1245203046 M * Bertl you're welcome! 1245203178 J * uva bno@118-160-175-42.dynamic.hinet.net 1245203346 Q * hparker Quit: Read error: 104 (Peer reset by connection) 1245203548 Q * uva Quit: Leaving 1245203577 M * eut Bertl, how can i change the hostname of the guest? conventional methods dont appear to be working 1245204005 J * balbir_ ~balbir@122.172.32.213 1245204530 M * Bertl eut: and conventional methods are? 1245204557 M * eut modify /etc/hostname, /etc/init.d/hostname.sh, even reboot 1245204579 M * Bertl well, /etc/hostname and friends have to be read from something, no? 1245204580 M * eut hostname -F /etc/hostname 1245204615 M * Bertl your guest has no init running, so they won't work, but setting the hostname with e.g. 'hostname' will work 1245204625 M * Bertl you can also set it via the guest config (uts) 1245204643 M * eut ah ok 1245204759 M * eut i had tried with hostname but it didnt seem to stick, uts works great though 1245204805 M * eut so i have removed some of the init scripts and now the only error i'm getting is RTNETLINK answers: File exists 1245204883 M * Bertl so something is still trying to mess with the networking 1245204901 M * Bertl e.g. bringing up an interface or adding an iptables rule 1245204938 M * Bertl but could be that you configured util-vserver (guest config) to add an IP, which is already there with a different netmask 1245205508 M * eut hmm 1245205517 M * eut how can i check for the util-vserver configuration 1245205646 M * eut ah, figured it out. i changed the network device and for some reason the virtual interface was still up on the host 1245205664 M * eut i just took it down and now no errors :] 1245206223 M * Bertl good! note that there is no 'virtual' interface though :) 1245208802 Q * jescheng Remote host closed the connection 1245208832 J * jescheng ~jescheng@proxy-sjc-1.cisco.com 1245211489 M * Bertl off to bed now ... have a good one everyone! 1245211495 N * Bertl Bertl_zZ 1245213338 M * eut night 1245216311 M * fb eut: you can look at /usr/lib/util-vserver/distributions/*/initpost 1245216344 M * fb eut: there's clean-up routine at the end of the script 1245216358 M * eut they dont seem to have one for jaunty :/ 1245216411 M * eut maybe thats why it didnt clean up 1245216444 M * fb eut: i'm pretty sure you can look at the one for lenny or hoary 1245216570 M * eut hmm, none of the ubuntu distros have a initpost so i guess i have to look at the debian ones 1245216657 J * ghislainocfs2 ~Ghislain@adsl2.aqueos.com 1245216793 Q * derjohn_mob Ping timeout: 480 seconds 1245219367 J * derjohn_mob ~aj@tmo-101-109.customers.d1-online.com 1245219596 J * davidkarban ~david@193.85.217.71 1245219819 Q * ard Ping timeout: 480 seconds 1245220441 Q * AndrewLee Remote host closed the connection 1245220448 J * AndrewLee ~andrew@u7.hlc.edu.tw 1245220694 J * mrfree ~mrfree@host1-89-static.40-88-b.business.telecomitalia.it 1245222319 J * pmenier ~pme@LNeuilly-152-22-8-5.w193-251.abo.wanadoo.fr 1245223202 Q * jescheng Remote host closed the connection 1245223242 J * saulus_ ~saulus@d003179.adsl.hansenet.de 1245223252 J * jescheng ~jescheng@proxy-sjc-1.cisco.com 1245223650 Q * saulus Ping timeout: 480 seconds 1245223655 N * saulus_ SauLus 1245224323 Q * mrfree Quit: Leaving 1245225298 J * kir ~kir@swsoft-msk-nat.sw.ru 1245225977 J * bonbons ~bonbons@2001:960:7ab:0:2c0:9fff:fe2d:39d 1245226404 Q * BWare Quit: *p00f* 1245226580 J * ard ~ard@shell2.kwaak.net 1245226803 J * Pazzo ~ugelt@reserved-225136.rol.raiffeisen.net 1245227324 Q * harrydg Ping timeout: 480 seconds 1245227964 J * harrydg ~harry@d51A461B4.access.telenet.be 1245228557 J * mrfree ~mrfree@host1-89-static.40-88-b.business.telecomitalia.it 1245229174 J * gnuk ~F404ror@pla93-3-82-240-11-251.fbx.proxad.net 1245229272 J * BWare ~itsme@212.0.244.173 1245229424 J * esa bip@62.123.64.108 1245229605 J * allquixotic ~sean@pool-151-196-236-140.balt.east.verizon.net 1245229889 Q * pmenier Ping timeout: 480 seconds 1245230869 Q * bonbons Ping timeout: 480 seconds 1245231379 J * bonbons ~bonbons@2001:960:7ab:0:2c0:9fff:fe2d:39d 1245231669 J * kernelmadness ~kernelmad@89.169.100.241 1245231697 Q * mrfree Quit: Leaving 1245233884 Q * allquixotic Ping timeout: 480 seconds 1245234505 Q * harrydg Ping timeout: 480 seconds 1245234591 J * pmenier ~pme@LNeuilly-152-22-8-5.w193-251.abo.wanadoo.fr 1245235115 J * esa` bip@62.123.79.242 1245235132 J * harrydg ~harry@d51A461B4.access.telenet.be 1245235138 Q * esa Ping timeout: 480 seconds 1245235869 J * thierryp ~thierry@zanzibar.inria.fr 1245237548 Q * bonbons Quit: Leaving 1245237602 Q * jescheng Remote host closed the connection 1245237638 J * jsg ~chatzilla@87.51.1.143 1245237645 M * jsg I am running vserver v2.3+. I have problems with the network loopback interface 1245237650 J * esa bip@62.123.65.105 1245237651 M * jsg When I create a server I get the loopback interface. I can ping it but if I install some service that should be able to listen on 127.0.0.1 it doesn't work 1245237653 J * jescheng ~jescheng@proxy-sjc-1.cisco.com 1245237654 N * Bertl_zZ Bertl 1245237658 M * Bertl morning folks 1245237661 M * jsg ie. if I install apache2 listening on 0.0.0.0:80 I cannot telnet 127.0.0.1 80 1245237669 Q * esa` Ping timeout: 480 seconds 1245237714 M * jsg my other nic on the vserver is either alias interaces or dummy0 1245237736 M * jsg and they seem to work like I want it 1245237737 M * Bertl most likely you have auto single-casing on, a single IP assigned to the guest and no ~single_ip in the guest config (in nflags) :) 1245237784 M * jsg so I should set that flag 1245237794 M * jsg I'll try, one moment 1245238863 M * jsg It worked! Thanks a lot :-D 1245239150 M * Bertl you're welcome! 1245239187 Q * jsg Quit: ChatZilla 0.9.84 [Firefox 3.0.11/2009060215] 1245239433 J * mrfree ~mrfree@host1-89-static.40-88-b.business.telecomitalia.it 1245239476 M * mrfree hi all 1245239783 J * uva bno@114-45-225-85.dynamic.hinet.net 1245239911 J * geb ~geb@earth.gebura.eu.org 1245242455 Q * esa Ping timeout: 480 seconds 1245242502 J * undefined ~undefined@adsl-68-94-179-174.dsl.rcsntx.swbell.net 1245242701 M * undefined Bertl: patch-2.6.27.25-vs2.3.0.36.6.diff contains -EXTRAVERSION = .25 +EXTRAVERSION = .24-vs2.3.0.36.6 1245243061 J * esa bip@62.123.64.217 1245243138 M * undefined i presume that should be EXTRAVERSION = .25-vs2.3.0.36.6 1245243180 M * undefined as i doubt the vserver patch rolls the kernel back a version and that version number is what's reflected in the file paths within the patch 1245243214 M * undefined btw, thanks for maintaining a patch against 2.6.27 1245243244 M * Bertl probably .. but I will check when I get back 1245243252 N * Bertl Bertl_oO 1245243255 M * undefined no problem 1245243391 Q * geb Quit: / 1245244848 J * geb ~geb@21.4.82-79.rev.gaoland.net 1245244898 J * alex2 ~alex@gw-aql-129.aql.fr 1245244906 M * alex2 hi 1245244916 M * alex2 please someone can help me 1245244919 M * alex2 ? 1245244956 M * alex2 I m trying to use openswan in a vserver but i have problems... 1245244965 M * alex2 pluto can't start 1245245268 J * |BWare| ~itsme@212.0.244.173 1245245268 Q * BWare Read error: Connection reset by peer 1245245420 Q * |BWare| 1245245494 J * BWare ~itsme@212.0.244.173 1245245623 M * geb alex2, can you describe your problem a bit more ? paste error messages in paste.linux-vserver.org ? 1245245703 M * alex2 nop, i havn't paste my error message 1245245820 M * alex2 ipsec setup --start ==> ipsec_setup: pfkey_open: operation not permitted 1245245869 Q * scientes Ping timeout: 480 seconds 1245245884 M * alex2 so ipsec verify ==> Checking that pluto is running / whack: Pluto is not running (no "/var/run/pluto/pluto.ctl") [FAILED] 1245245901 M * geb maybe you must add some caps ( http://linux-vserver.org/Capabilities_and_Flags ) to the vserver 1245245929 M * geb i don't remember very well how ipsec implementation works, do they add an interface ? 1245245930 M * alex2 ok i m going to look that 1245245969 M * alex2 nop, it don't add an iface 1245246014 M * geb try to add NET_ADMIN caps maybe it will help 1245246016 M * nox tunnel without an extra interface? 1245246087 M * alex2 since the kernel 2.6 there isn't extra interface 1245246211 M * alex2 how can i add a cap please? 1245246327 M * geb echo $cap >> /etc/vserver/$vserver/$cap (where $cap is bcaps , ccaps , ncaps etc...) 1245246336 M * geb oups 1245246347 M * geb echo $cap1 >> /etc/vserver/$vserver/$cap2 (where $cap2 is bcaps , ccaps , ncaps etc...) 1245246360 M * geb see http://linux-vserver.org/util-vserver:Capabilities_and_Flags 1245246470 M * alex2 thx for all 1245246498 M * alex2 i will try it now 1245248471 Q * davidkarban Quit: Ex-Chat 1245249536 P * alex2 1245249544 Q * ensc|w Ping timeout: 480 seconds 1245249728 J * esa` bip@62.123.12.140 1245249753 Q * esa Ping timeout: 480 seconds 1245249877 P * undefined 1245250519 Q * mrfree Quit: Leaving 1245250748 Q * eyck Ping timeout: 480 seconds 1245251315 Q * uva Quit: Leaving 1245252001 Q * jescheng Remote host closed the connection 1245252016 J * larsivi ~larsivi@70.84-48-63.nextgentel.com 1245252042 J * jescheng ~jescheng@proxy-sjc-1.cisco.com 1245252364 Q * derjohn_mob Ping timeout: 480 seconds 1245253083 Q * kernelmadness Ping timeout: 480 seconds 1245253261 J * dowdle ~dowdle@scott.coe.montana.edu 1245253488 J * uva bno@118-160-170-5.dynamic.hinet.net 1245253495 Q * uva Read error: Connection reset by peer 1245253896 J * derjohn_mob ~aj@c152032.adsl.hansenet.de 1245254019 Q * esa` Quit: Coyote finally caught me 1245254789 J * biz biz@78.47.131.110 1245254817 M * biz hi 1245255085 J * allquixotic ~sean@pool-151-196-236-140.balt.east.verizon.net 1245255135 Q * BWare Ping timeout: 480 seconds 1245255428 J * doener_ ~doener@i59F5AEC6.versanet.de 1245255529 Q * doener Ping timeout: 480 seconds 1245255568 J * eyck 0sWIRU6o@nat06.nowanet.pl 1245255662 M * biz $ vserver-stat 1245255662 M * biz CTX PROC VSZ RSS userTIME sysTIME UPTIME NAME 1245255662 M * biz 101 3 50.1M 2.2M 0m00s20 0m00s40 18m56s37 1245255662 M * biz 109 4 98.6M 3.7M 1h06m09 13m40s53 4d16h46 backup2 1245255674 M * biz how can this happen? a running vserver, but no name 1245255699 M * biz thus I'm unable to do anything with it via "vserver " 1245255717 J * BWare ~itsme@ip-80-113-1-198.ip.prioritytelecom.net 1245255739 M * biz is there a way to stop it by context? 1245256013 M * biz never mind, solved it with vkill and the --xid option 1245256587 P * biz 1245257130 J * ensc|w ~ensc@www.sigma-chemnitz.de 1245257173 Q * allquixotic Ping timeout: 480 seconds 1245257957 Q * geb Quit: / 1245257965 Q * thierryp Ping timeout: 480 seconds 1245258673 J * andrea ~andrea@service.cab.unipd.it 1245258849 M * andrea what should be the correct way to let a vserver guest know it is a vserver guest? :-) 1245259421 Q * andrea Quit: I'm gonna save Rose Tyler from the middle of the Dalek fleet, and then I'm gonna save the Earth 1245259593 Q * gnuk Quit: NoFeature 1245259713 J * geb ~geb@79.82.4.21 1245259858 Q * geb 1245261343 J * hparker ~hparker@2001:470:1f0f:32c:290:96ff:fe50:40fa 1245261583 Q * derjohn_mob Ping timeout: 480 seconds 1245263015 Q * kir Quit: Leaving. 1245264026 J * kernelmadness ~kernelmad@89.169.100.241 1245266401 Q * jescheng Remote host closed the connection 1245266432 J * jescheng ~jescheng@proxy-sjc-1.cisco.com 1245266543 J * Scurz_ ~snurf@beurdock.snurf.info 1245266544 M * Scurz_ yop 1245266569 M * Scurz_ don't you know if it possible to graph a virtual server with munin ? 1245266588 M * Bertl_oO yes, we know :) 1245266613 M * Scurz_ and ? :P 1245266658 M * Bertl_oO of course you can graph a guest, why should it be a problem? 1245266671 M * Scurz_ because I get errors 1245266715 M * Scurz_ on the guest server, the munin.conf is http://pastebin.com/m7b6377ff 1245266727 M * Bertl_oO what error(s) do you get? 1245266741 M * Scurz_ the munin-node.conf is allow ^91\.121\.139\.241$ 1245266753 M * Scurz_ (this is the ip where munin is (on the root server)) 1245266809 M * Scurz_ Bertl_oO: on localhost, in the guest server http://pastebin.com/m2d8b9327 1245266812 M * Scurz_ first I can't graph 1245266873 M * Scurz_ and : 2009/06/17-21:16:01 CONNECT TCP Peer: "91.121.58.241:36309" Local: "91.121.58.241:4949" 1245266931 M * Scurz_ and with a telnet on the guest server : http://pastebin.com/m19fcc182 1245267012 M * Scurz_ maybe a problem of port (I can't use the same port (4949) on the root server and on guest) 1245267023 M * Bertl_oO why not? 1245267056 M * Scurz_ 2009/06/17-21:24:55 Can't connect to TCP port 4949 on beurdock.snurf.info [Address already in use] 1245267081 M * Bertl_oO well, restrict the host server to host IP(s) 1245267135 M * Bertl_oO and check for logs on host and guest (especially regarding permission to connect) 1245267147 M * Scurz_ how ? with "allow IP" in munin-node.conf ? 1245267248 M * Bertl_oO no idea, if there isn't a config option, you can do it with a chbind wrapper 1245267338 M * Scurz_ :/ 1245267564 M * Bertl_oO chbind --ip -- somed .... 1245267578 M * Bertl_oO actually --ip 1245268782 J * thierryp ~thierry@home.parmentelat.net 1245270791 N * Scurz_ Scurz_away 1245271103 Q * ghislainocfs2 Quit: Leaving. 1245272339 J * scientes ~scientes@174-21-97-134.tukw.qwest.net 1245273018 J * imcsk8 ~ichavero@evdomip-33-158.iusacell.net 1245276358 Q * kernelmadness Ping timeout: 480 seconds 1245276671 J * allquixotic ~sean@pool-151-196-236-140.balt.east.verizon.net 1245277543 Q * imcsk8 Read error: Connection reset by peer 1245277683 J * derjohn_mob ~aj@c152032.adsl.hansenet.de 1245279995 Q * sardyno Read error: Operation timed out 1245280309 Q * dowdle Ping timeout: 480 seconds 1245280441 J * imcsk8 ~ichavero@189.231.118.121 1245280803 Q * jescheng Remote host closed the connection 1245280832 J * jescheng ~jescheng@proxy-sjc-1.cisco.com 1245280988 Q * jescheng 1245281683 Q * imcsk8 Quit: This computer has gone to sleep