1208480318 J * Infinito ~argos@200-101-123-26.gnace701.dsl.brasiltelecom.net.br 1208482203 J * biodarwin ~biz@c-76-107-70-252.hsd1.la.comcast.net 1208485616 Q * Infinito Quit: Leaving 1208487759 Q * weasel Quit: Reconnecting 1208487764 J * weasel weasel@weasel.chair.oftc.net 1208488118 J * balbir ~balbir@122.167.181.56 1208489971 J * dowdle ~dowdle@71-32-18-216.blng.qwest.net 1208491243 Q * padde Quit: leaving 1208491276 J * padde ~padde@patrick-nagel.net 1208496462 N * Bertl_zZ Bertl 1208496466 M * Bertl mornign folks! 1208496536 M * dowdle Good morning. 1208496709 Q * wenchien Ping timeout: 480 seconds 1208496727 J * wenchien ~wenchien@59-105-176-102.adsl.static.seed.net.tw 1208496742 M * dowdle Bedtime for me. Later 1208496748 Q * dowdle Remote host closed the connection 1208497506 J * sharkjaw ~gab@64.28.12.166 1208497520 Q * nenolod Quit: ur a fucking prick :) | very good. thanks. 1208497549 J * nenolod ~nenolod@ip70-189-74-69.ok.ok.cox.net 1208498200 Q * balbir Read error: Operation timed out 1208499087 J * balbir ~balbir@122.167.181.56 1208499140 M * nkukard this is weird, I'm probably doing something wrong 1208499156 M * nkukard if I set a NICE in limits.conf ... I get this when the user logs in... 1208499177 M * nkukard setrlimit(RLIMIT_NICE, {rlim_cur=14, rlim_max=14}) = -1 EPERM (Operation not permitted) 1208499194 M * nkukard same if I try renice a process 1208499256 J * cryptronic ~oli@p54A3B0BC.dip0.t-ipconnect.de 1208499353 M * Bertl yep, that is expected 1208499411 M * Bertl by default, a guest is not allowed to _raise_ the nice value, so lowering it for the guest, will cause typical pam/Whatever settings which try to raise it again to fail 1208499624 M * nkukard aha 1208499631 M * nkukard is there a way i can lift the restriction? 1208499646 M * nkukard i want a few users in the vserver to have nice 1 so they don't interfere with other users that much 1208499671 M * Bertl yes, by giving CAP_NICE to the guest, but that will allow the guest to set arbitrary niceness 1208499708 M * Bertl what you actually want is to set the priority bias for that guest :) 1208499738 M * Bertl (or use the normal nice system to _lower_ the value inside the guest) 1208499973 A * nkukard thinks 1208500002 M * Bertl If I got you right, you want to make some users behave nicer, yes? 1208500062 M * nkukard ie. lower priority, yea 1208500087 M * nkukard sure its not CAP_SYS_NICE? 1208500106 M * Bertl giving that, will allow you to _raise_ the priority 1208500123 M * Bertl what kernel version are you using? 1208500127 M * nkukard 2.6.22 1208500138 M * Bertl with vs?.?.? 1208500176 M * nkukard yea, one sec, i check version 1208500207 J * virtuoso ~s0t0na@ppp91-122-24-61.pppoe.avangarddsl.ru 1208500224 M * nkukard patch-2.6.22.16-vs2.2.0.6.diff 1208500258 M * Bertl okay, try to add IGNEG_NICE to the cfalgs for your guest, and set the limits.conf as usual 1208500271 M * Bertl *cflags 1208500316 M * nkukard i think i'm not being clear :) 1208500326 M * nkukard all users are currently nice 0 1208500329 M * nkukard which is normal 1208500338 M * Bertl yep 1208500353 M * nkukard i want to set nice 1 for a group of users who abuse the system, so normal good users are not affected as badly 1208500361 M * Bertl yep 1208500403 M * nkukard cool, /me tries 1208500703 M * yang I have one question I tried adding prefix 32 and later 24 for 192.168.1.55 guest, but i can ping it only from root server, and not from any other host on the network? 1208501579 M * Bertl root server means host? 1208501653 M * yang yes 1208501767 M * Bertl and your host network is in 192.168.1.x too? 1208501799 M * yang yes 1208501832 M * Bertl and you did config the guest to use the same device as the host does (eth0 or so) 1208501881 M * yang yes 1208501897 M * Bertl and 'ip addr ls' shows the guest ip as assigned on that interface? 1208501905 Q * DoberMann[ZZZzzz] Ping timeout: 480 seconds 1208501939 M * yang inet 192.168.1.37/24 brd 192.168.1.255 scope global eth0 inet 192.168.1.53/24 brd 192.168.1.255 scope global secondary eth0 1208501950 M * yang 37=host 53=guest 1208502039 Q * biodarwin Ping timeout: 480 seconds 1208502139 J * biodarwin ~biz@c-76-107-70-252.hsd1.la.comcast.net 1208502382 J * rgl ~rgl@bl8-132-113.dsl.telepac.pt 1208502664 M * Bertl yang: okay, and you are pinging that machine from a different host in that network, yes? 1208502699 M * yang yes 1208502703 M * Bertl and for 37 it works, but for 55 it fails? 1208502706 M * yang right 1208502723 M * Bertl sounds like some firewall on your host, is that possible? 1208502752 M * yang maybeit came up with some strange iptables rules 1208502801 M * yang do you know iptables? 1208502812 M * Bertl yes, I know it .. even use it :) 1208502812 Q * BartVB Quit: Leaving 1208502837 M * yang http://openpaste.org/en/6178/ 1208502847 M * yang but these were the rules which came right after reboot 1208502877 M * Bertl here you go ... you allow all input only for .37 and .255 1208502891 M * Bertl (lines 8,9), same for output 1208502911 M * yang strange let me reboot the machine again, maybe the rules will get deleted 1208502919 M * Bertl you can simply do: 1208502948 M * Bertl iptables -t INPUT -I -d 192.168.1.55 -j ACCEPT 1208502957 M * yang maybe these rules get pushed here from my gateway, i don't know, i never set any rules on host 1208502964 M * Bertl iptables -t OUTPUT -I -s 192.168.1.55 -j ACCEPT 1208503006 M * Bertl could be, although I doubt it, usually gateways do not 'push' iptable rules 1208503182 M * yang [09:18:19] root@sisyphus /home/yang # iptables -t INPUT -I -d 192.168.1.53 -j ACCEPT 1208503185 M * yang iptables v1.4.0: Invalid rule number `192.168.1.53' 1208503209 M * yang the guest must be started first? 1208503257 M * Bertl sorry, it's early in the morning here :) 1208503268 M * Bertl iptables -I INPUT -d 192.168.1.55 -j ACCEPT 1208503279 M * Bertl iptables -I OUTPUT -s 192.168.1.55 -j ACCEPT 1208503354 M * yang thanks, funny, i should really investigate why those iptables rule come up 1208503385 M * Bertl well, most likely because they are written to /etc/sysconfig/iptables 1208503444 M * yang I don't have such a file 1208503481 M * Bertl well, then you have to investigate :) 1208503518 M * yang the rule you told me about fixes it for now :) 1208503902 M * Bertl as expected 1208504035 Q * cryptronic Quit: Leaving. 1208504047 M * yang but see this strange line, when starting ssh 1208504049 M * yang /etc/rc3.d/S16ssh: line 78: /proc/5425/oom_adj: Operation not permitted 1208504095 M * Bertl looks like your ssh (init script?) is trying to fiddle with the oom values, which is not allowed in a guest 1208504099 M * yang it does work, but comes up with this error 1208504737 J * mess-mate ~chatzilla@ALille-254-1-13-220.w86-192.abo.wanadoo.fr 1208504754 M * mess-mate hi 1208504857 M * mess-mate my vserver always try to connect to my proxy (squid) and i've to set http_proxy="" to get internet. 1208504867 M * mess-mate Can it done automatically ? 1208505089 M * Bertl sure, just change the defaults for your distro 1208505223 M * mess-mate Bertl: where are those default? /etc/default ? 1208505236 M * Bertl no idea, that depends on your distro 1208505242 M * mess-mate debian 1208505253 M * Bertl well, then #debian it is :) 1208505323 M * mess-mate i've set it in /etc/profile and le see if it work 1208505351 M * Genghis- hey nice: ipv6-2.6.22.19-vs2.2.0.7-grsec2.1.11-20080415.diff 1208505368 M * Genghis- anyone tried it allready? 1208505377 J * dna ~dna@19.Red-81-35-110.dynamicIP.rima-tde.net 1208505386 M * Bertl maybe harry did :) 1208505405 M * Genghis- i spose :p 1208505427 Q * dna 1208505467 M * mess-mate Genghis: i do actually :) 1208505518 M * Genghis- nice, worked out fine? 1208505582 M * Genghis- no major issues? 1208505625 M * mess-mate No :) compiled the kerenel on a debian after applicating the changes to .config and all goes well. 1208505649 M * Genghis- perfect 1208505661 M * Genghis- nothing less then to be expected from harry ;) 1208505814 M * mess-mate Apache2 would not start, ask for a fully qualified domainname. 1208507258 J * ISSAMNEO1 ~ISSAMNEO1@196.203.207.50 1208507279 Q * biodarwin Ping timeout: 480 seconds 1208507403 M * ISSAMNEO1 Hi 1208507430 M * ISSAMNEO1 problem with rsync when i want to virtualize an existing linux vserver 1208507446 M * ISSAMNEO1 i follow http://linux-vserver.org/util-vserver:Howto_virtualize_an_exisiting_Linux_server 1208507550 M * ISSAMNEO1 but when i want to perform the rsync command fist it don't work, so i install opennssh-server on my old server then i edit /etc/default/rsync and change RSYNC_ENABLE to true 1208507593 M * ISSAMNEO1 when i want to perform rsync he ask me root password for my old server then he don't accept it 1208507626 J * JonB ~NoSuchUse@77.75.164.169 1208507656 M * ISSAMNEO1 even when i edit /etc/ssh/sshd_conf and change PermitRootLogin to yes 1208507659 M * ISSAMNEO1 any idea 1208507700 M * PowerKe You restarted sshd after changing the conf? 1208507741 M * PowerKe Maybe check for an AllowGroups directive in sshd_conf as well 1208507795 M * mess-mate you can with a user in the vserver ssh user@xx.xx.xx.xx 1208507864 M * PowerKe Alternatively you could connect with another user which has full sudo access and use --rsync-path="sudo rsync" 1208508165 M * ISSAMNEO1 yes i restart ssh 1208508196 M * ISSAMNEO1 the command i perform is: 1208508207 M * ISSAMNEO1 rsync -rv --progress --partial --exclude '/proc/*' yourguest:/ /vservers/yourguest/ 1208508217 M * ISSAMNEO1 why it want to connect as root 1208508263 M * PowerKe use username@yourguest:/ 1208508276 M * ISSAMNEO1 ok i will try 1208508297 M * PowerKe still, you'd want root access to make a full copy, but you could use --rsync-path="sudo rsync" for that as well 1208508870 M * ISSAMNEO1 ok it works but as you say i got a lot of permission denied 1208508913 M * ISSAMNEO1 i think i have to add a share_rsync to rsyncd.conf 1208508947 M * Bertl ISSAMNEO1: ssh (as root) to that host is not an option? 1208509007 M * ISSAMNEO1 as i say before it don't work with root 1208509019 M * ISSAMNEO1 i dunno why 1208509046 M * Bertl well, you did try with ssh, yes? 1208509066 M * ISSAMNEO1 i try ssh root@myipadress it don't work 1208509068 P * mess-mate 1208509079 M * Bertl and what does the log (on myipadress) show? 1208509098 M * ISSAMNEO1 i will check it 1208509102 M * ISSAMNEO1 :) 1208509481 J * rgl_ ~rgl@bl8-143-108.dsl.telepac.pt 1208509568 J * IS ~ISSAMNEO1@196.203.207.50 1208509583 Q * ISSAMNEO1 Ping timeout: 480 seconds 1208509590 M * IS authentification failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=myhostip user=root 1208509598 J * MatBoy ~MatBoy@wiljewelwetenhe.xs4all.nl 1208509629 M * Bertl so, you got your password wrong then :) 1208509644 M * IS yes 1208509652 M * IS it tell me wrong pawword 1208509671 M * IS password 1208509781 M * JonB is there a password at all? and not just something where you have to ssh into a usual account and sudo? 1208509898 M * IS i don't understand you johnB, i will give more info i have a sudo passwd and i have a test user named rsync and with it i can log with ssh 1208509904 Q * rgl Ping timeout: 480 seconds 1208509959 M * JonB IS: some SSH installations does not allow you to log in as root, then you have to use another account, or maybe sshkeys for the root account works 1208510021 M * IS so what i have to do 1208510036 M * IS i want to migrate my lod server to vserver 1208510039 Q * MatBoy Remote host closed the connection 1208510042 M * IS old server 1208510059 M * JonB get in somehow 1208510061 M * JonB become root 1208510066 M * JonB try with a ssh key 1208510080 M * IS :) 1208510098 M * IS how to try with ssh key 1208510172 M * JonB generate a sshkey 1208510202 M * JonB and then put the contents of the .pub key into .ssh/authorized_keys on the host you want to log into 1208510354 J * MatBoy ~MatBoy@wiljewelwetenhe.xs4all.nl 1208510480 M * PowerKe Run ssh-keygen on the new server 1208511275 J * yarihm ~yarihm@whitehead2.nine.ch 1208511961 M * yarihm Bertl, around? 1208512242 J * ISSAMNEO1 ~ISSAMNEO1@196.203.207.50 1208512294 Q * IS Ping timeout: 480 seconds 1208512303 M * Bertl yarihm: yep 1208512335 M * ISSAMNEO1 sorry i found it 1208512346 M * ISSAMNEO1 identity.pub 1208512401 M * yarihm Coming back to that proposal of paid implementation of "if swapping has to start, then first swap out the area that is in between soft and hard-limits in the contexts" ... daniel_hozac said - if I understood that correctly - that he personally thinks, too, that this would be nice to have. I'm not sure whether you are convinced about this or whether this is something you'd like to do 1208512438 M * Bertl yeah, that sounds like an useful addition 1208512455 M * tokkee Hi. 1208512494 M * yarihm do you have an estimate on how much work that would be? 1208512500 Q * JonB Quit: This computer has gone to sleep 1208512512 M * ISSAMNEO1 i think now i have to rename this identity.pub to a authorized_keys 1208512517 M * yarihm as I said, we (www.nine.ch) are interested in that feature and would be paying for it 1208512542 M * tokkee Can RSS and anon memory "overlap" or are those disjoint sets? 1208512556 M * yarihm ISSAMNEO1, well, or do something like cat identity.pub >> ~/.ssh/authorized_keys (so you won't overwrite keys that are already in authorized_keys) 1208512589 M * Bertl yarihm: hmm, let's see, probably would take a few days to get into the swap decisions, then another day or two to get a prototype up and running ... a week of testing (you can probably help there), that should be it 1208512681 M * ISSAMNEO1 ok it's done 1208512702 M * ISSAMNEO1 will try the ssh with root now 1208512800 M * yarihm Bertl, ok, sounds good. We'd sure help testing. Do you have an estimation of the overall cost for this (i.e. what would be your rate for this kind of job)? 1208512876 M * Bertl what would you be willing to pay for this feature? 1208513003 M * heanol anyone running vserver with grsecurity that wants to share their policy file? 1208513035 M * ISSAMNEO1 don't work! why? 1208513075 M * Bertl ISSAMNEO1: I'd suggest that you make yourself comfortable with ssh(d) first ... 1208513117 M * Bertl (man ssh, man sshd, man sshd_config ) 1208513147 M * ISSAMNEO1 ok 1208513222 M * Bertl take special care about the permissions and ownership of files like 'authorized_keys' and such 1208513279 M * ISSAMNEO1 as i remeber i have to copy some keys from my old server to the new server, or something like that, i will serach, thank you 1208513393 M * Bertl np 1208513513 M * yarihm Bertl, nine.ch would donate 1000 Euro to you for this to be implemented. Would that be in agreement with your rate? 1208513600 M * Bertl well, not really, but nevertheless I think we can do that ... 1208513638 M * sid3windr lol 1208513639 M * Bertl I'm kind of happy recently when I get to work some time on Linux-VServer :) 1208513703 J * meyerm ~meyerm@e181107132.adsl.alicedsl.de 1208513732 M * yarihm Bertl, ok then, sounds good. Do you prefer being payed over paypal or with bank transfer? 1208513778 M * Bertl I'd definitely prefer bank transfer, as the paypal account has a lot of dubious limits and additional costs 1208513805 M * yarihm yeah, so do we. we'd then need your IBAN. Do you want to settle this in private conversation? 1208513818 M * Bertl preferably, yes 1208513835 M * yarihm ok, i'll send you an email, give me a second 1208513840 M * Bertl np 1208513969 M * yarihm Bertl, your email-address for this case? (see private msg if you don't want to post it in here) 1208514197 M * PowerKe ISSAMNEO1: You'll have to copy the contents of identity.pub on your new server to .ssh/authorized_keys on your old server. Make sure the entire key is on a single line in authorized_keys. 1208514254 Q * ISSAMNEO1 Ping timeout: 480 seconds 1208514374 J * ISSAMNEO1 ~ISSAMNEO1@196.203.207.50 1208515648 J * JonB ~NoSuchUse@130.227.63.19 1208516147 M * ISSAMNEO1 HI ALL 1208516179 M * ISSAMNEO1 i found it the problem wasn't ssh it was root who isn't activate on debian 1208516185 M * ISSAMNEO1 thanks for your help 1208516208 M * Bertl you're welcome! 1208516669 Q * ISSAMNEO1 Ping timeout: 480 seconds 1208516733 J * ISSAMNEO1 ~ISSAMNEO1@196.203.210.144 1208517459 Q * ISSAMNEO1 Ping timeout: 480 seconds 1208518698 M * Bertl okay, off for now .. bbl 1208518703 N * Bertl Bertl_oO 1208518768 J * dreamind ~dreamind@mx01.ap-wdsl.de 1208518793 M * dreamind Hi :) 1208520454 J * DoberMann ~james@cap31-6-88-180-72-76.fbx.proxad.net 1208520507 Q * sharkjaw Remote host closed the connection 1208522210 Q * Hollow Remote host closed the connection 1208522224 J * Hollow ~hollow@proteus.croup.de 1208522443 Q * daniel_hozac Ping timeout: 480 seconds 1208522480 Q * opuk Ping timeout: 480 seconds 1208522684 Q * Aiken Quit: Leaving 1208523314 J * daniel_hozac ~daniel@ssh.hozac.com 1208523349 J * opuk ~kupo@alla.beundrar.kupo.se 1208524324 Q * vasko Ping timeout: 480 seconds 1208524484 J * hparker ~hparker@linux.homershut.net 1208524575 J * Punkie ~Punkie@goc.coolhousing.net 1208524617 Q * brag Read error: Connection reset by peer 1208524621 J * brag ~bragon@2001:7a8:aa58::1 1208524699 Q * balbir Ping timeout: 480 seconds 1208524704 Q * fosco Ping timeout: 480 seconds 1208524852 J * biodarwin ~biz@c-76-107-70-252.hsd1.la.comcast.net 1208524925 J * fosco fosco@konoha.devnullteam.org 1208525082 J * balbir ~balbir@122.167.181.56 1208525608 Q * biodarwin 1208526087 Q * balbir Read error: Operation timed out 1208529959 Q * Punkie Quit: Odcházím 1208530511 J * cryptronic ~oli@p54A3B0BC.dip0.t-ipconnect.de 1208531483 Q * JonB Quit: This computer has gone to sleep 1208531818 J * larsivi ~larsivi@144.84-48-50.nextgentel.com 1208532095 J * dowdle ~dowdle@scott.coe.montana.edu 1208534401 J * balbir ~balbir@122.167.181.56 1208535815 Q * nkukard Remote host closed the connection 1208536429 Q * PowerKe Ping timeout: 480 seconds 1208537037 J * nkukard ~nkukard@196.212.73.74 1208538582 J * PowerKe ~tom@d5153A1EB.access.telenet.be 1208539788 T * * http://linux-vserver.org/ |stable 2.2.0.7, devel 2.3.0.34, grsec 2.2.0.7|util-vserver-0.30.215|libvserver-1.0.2|vserver-utils-1.0.3| He who asks a question is a fool for a minute; he who doesn't ask is a fool for a lifetime -- share the gained knowledge on the Wiki, and we forget about the minute. 1208539788 T * harry - 1208540690 J * JonB ~NoSuchUse@77.75.164.169 1208541840 J * onox ~onox@kalfjeslab.demon.nl 1208542934 J * hparker_lappie ~hparker@linux.homershut.net 1208542953 Q * eyck Ping timeout: 480 seconds 1208543057 J * infowolfe ~infowolfe@c-76-105-246-249.hsd1.or.comcast.net 1208543541 Q * rgl_ Quit: Saindo 1208543781 Q * hparker_lappie Read error: No route to host 1208543910 J * hparker_lappie ~hparker@linux.homershut.net 1208543974 J * virtuoso_ ~s0t0na@ppp78-37-250-50.pppoe.avangarddsl.ru 1208544311 Q * JonB Quit: This computer has gone to sleep 1208544384 Q * virtuoso Ping timeout: 480 seconds 1208544809 Q * hparker_lappie Read error: Connection reset by peer 1208544982 J * hparker_lappie ~hparker@linux.homershut.net 1208545128 J * Blissex ~Blissex@82-69-39-138.dsl.in-addr.zen.co.uk 1208545251 J * atterdag ~atterdag@c-6bc5e455.43-40-64736c10.cust.bredbandsbolaget.se 1208545388 Q * yarihm Quit: This computer has gone to sleep 1208545770 J * JonB ~NoSuchUse@77.75.164.169 1208545773 J * eyck zeNxMs4m@nat05.nowanet.pl 1208546567 N * DoberMann DoberMann[PullA] 1208547928 Q * larsivi Ping timeout: 480 seconds 1208548399 J * ddub ~ddub@212.71.9.88.adsl.dyn.edpnet.net 1208548683 Q * hparker_lappie Quit: Quit 1208549100 J * bonbons ~bonbons@2001:960:7ab:0:2c0:9fff:fe2d:39d 1208549957 Q * ddub 1208550514 Q * JonB Quit: Leaving 1208550595 N * DoberMann[PullA] DoberMann[ZZZzzz] 1208550894 J * nerdpunk ~nerdpunk@port-212-202-169-113.dynamic.qsc.de 1208551047 M * nerdpunk hola, guys! is this vserver-related? misconfiguration? -> http://paste.linux-vserver.org/12024 1208551135 M * daniel_hozac add #include to fs/char_dev.c. 1208551195 M * nerdpunk ok, thx... 1208551200 M * daniel_hozac could you upload your .config? 1208551233 Q * Blissex Remote host closed the connection 1208551286 J * JonB ~NoSuchUse@77.75.164.169 1208551476 M * nerdpunk lol, "Your post could not be processed. It looks like spam." (pastebin) 1208551544 M * daniel_hozac it's probably too big anyway. you'll need to upload it somewhere else. 1208551718 M * nerdpunk oh, found wgetpaste, nice tool... http://rafb.net/p/ibkoWX19.html 1208551774 M * daniel_hozac interesting... 1208551813 M * daniel_hozac i assume adding that include didn't work? 1208552010 M * nerdpunk sorry, load is high on that machine... now it's working, but throwing some warnings 1208552037 J * ddub ~ddub@212.71.9.88.adsl.dyn.edpnet.net 1208552047 M * daniel_hozac really? that's... peculiar. 1208552074 M * nerdpunk http://paste.linux-vserver.org/12025 1208552248 M * micah -/win 41 1208552254 M * micah /looser 42 1208552328 M * daniel_hozac you have 41+ windows?! 1208552792 J * Linus ~Nuhks@bl7-142-7.dsl.telepac.pt 1208553258 Q * bonbons Quit: Leaving 1208553374 Q * MatBoy Remote host closed the connection 1208554413 M * bXi daniel_hozac: i'd have over 60 if i didnt split my irc connections into sepperate screen/irssi's 1208554440 M * daniel_hozac ... what for? how can you possibly keep up with all of them? 1208554703 Q * derjohn Ping timeout: 480 seconds 1208554743 J * derjohn ~derjohn@80.69.41.3 1208554842 M * bXi i'm admin on 1 irc server 1208554861 M * bXi which gives me 10 windows 1208554871 M * bXi i also use bitlbee 1208554878 M * bXi which adds another 10 1208554894 M * bXi then the channels i frequent for people i know 1208554916 M * dreamind bye :) 1208554916 P * dreamind 1208555516 Q * JonB Quit: This computer has gone to sleep 1208555913 Q * ddub 1208556508 T * * http://linux-vserver.org/ |stable 2.2.0.7, devel 2.3.0.34, grsec 2.2.0.7|util-vserver-0.30.215|libvserver-1.0.2|vserver-utils-1.0.3| He who asks a question is a fool for a minute; he who doesn't ask is a fool for a lifetime -- share the gained knowledge on the Wiki, and we forget about the minute. 1208556508 T * harry - 1208557366 Q * meyerm Quit: Konversation terminated! 1208557518 J * Infinito ~argos@200-103-111-6.gnace701.dsl.brasiltelecom.net.br 1208557560 Q * onox Quit: leaving 1208557836 Q * dowdle Remote host closed the connection 1208561447 Q * atterdag Quit: Leaving 1208561918 M * Bertl_oO okay, off to bed now .. have a good one everyone! 1208561924 N * Bertl_oO Bertl_zZ 1208563145 J * Aiken ~james@ppp121-45-192-61.lns1.bne1.internode.on.net