1258588867 Q * imcsk8 Quit: Leaving 1258589196 J * biz ~biz@node2.cluster1.pyrox.eu 1258589387 P * biz 1258589789 J * biz ~biz@node2.cluster1.pyrox.eu 1258591695 Q * dowdle Remote host closed the connection 1258592836 Q * derjohn_mob Ping timeout: 480 seconds 1258592848 J * urbee ~urbee@93-103-199-233.dynamic.dsl.t-2.net 1258592947 Q * kwowt Ping timeout: 480 seconds 1258593188 N * Bertl_zZ Bertl 1258593193 M * Bertl back now ... 1258593386 J * marl_scot ~marl_scot@84.92.193.225 1258593406 Q * AmokPaule Remote host closed the connection 1258593450 M * marl_scot hi folks, is it posible to set up multiply 'dummy' interfaces on a debian host? currently have dummy0 set with a 10.0.0.0 range, but would liek to set a dummy1 with a 192.168.0.0 range? 1258593491 M * Bertl yes, but there is no real point in having dummy devices in the first place (for Linux-VServer guests, that is) 1258593533 M * Bertl (see 'modinfo dummy' for numdummies :) 1258593554 M * marl_scot its to allow access to the guests, am running with a host with 2 nics, 1 public 84 addy and one private 10 addy 1258593601 M * daniel_hozac interfaces don't matter, unless you have a very intricate setup. 1258593601 M * marl_scot and now need to be able to access the guests private network (192) from the host, using it this way to avoid having to customize ports or play with iptables 1258593665 M * Bertl well, your dummy0 is quite unlikely to be used for anything 1258594037 M * marl_scot ok, was 18 months ago i set up this sytem :( you are write the inital dummy0 should be not be being used, but it is :( willl have to wait till i can get onsite to re-configure the guest that is using it :( 1258594074 M * Bertl how so? 1258594093 M * daniel_hozac i think you misunderstand. 1258594298 M * marl_scot eth0 - public network, eth1 - 10.0.1.220, dummy0 - 10.0.1.221 ------ guests use a combination of public ip (same as host eth0), private ip (10.0.1.221 on dummy0), and eth1 192.168.97.1-7 1258594344 M * Bertl and 'ifconfig dummy0' shows traffic on RX/TX? 1258594385 M * marl_scot giving the guests a private network 192.168.97.0 between themselves, access from public network via eth0 and access from lan via 10.0.1.0 1258594397 M * marl_scot you are write dummy0 shows no trafic on host 1258594416 M * Bertl see, so it is not really used :) 1258594452 M * Bertl assign the same IPs to e.g. eth0, and you can switch your guests to eth0 while still running 1258594464 M * Bertl (make sure to use the proper netmask/prefix) 1258594465 M * marl_scot ah, 1258594486 M * Bertl also, don't forget to change the guest config once you are done 1258594514 M * marl_scot thats the bit im not sure about 1258594576 M * marl_scot take my admin guest, it has dummy0 set as 10.0.1.221, eth0 as my public ip, eth1 as its private gust network (192.168) 1258594627 M * Bertl well, no problem to 'keep' dummy0 if you like it, it doesn't really matter to Linux-VServer 1258594631 M * marl_scot this realy needs to have the interfaces redone from scratch, but that will take a long time as a lot of services are bound to set ips and ports :( 1258594660 M * Bertl correct, _IPs_ and _ports_ not interfaces 1258594664 M * marl_scot if i change dummy0 in the host, will that affect the dummy0 interfaces in the guests? 1258594680 M * Bertl there is no dummy0 interface in the guests 1258594695 M * Bertl it's all on the host (the interfaces) 1258594720 M * marl_scot i only have 2 phiscal interfaces, but am using 3 differant networks 1258594734 M * marl_scot ok, so if dummy0 isnt used in the guests 1258594744 M * marl_scot how can i configure a guest with 3 differant ips? 1258594768 M * Bertl any interface can hold (almost) any number of network ips 1258594805 M * marl_scot using eth0:1 type definitions? 1258594831 M * Bertl that is called alias and yes, that's an option too, although outdated since a few years 1258594850 M * Bertl you can also add the 192.168.0.x to dummy0 if you like that 1258594859 M * marl_scot ok, wat other options are there? 1258594876 M * marl_scot to assigne multiple ips to an interface i mean 1258594882 M * Bertl do you have any ip in 192.168.0.x yet? 1258594921 M * marl_scot nope ranges are 84.0.0.0 public, 10.0.1.0 lan and 192.168.97.0 private 1258594940 M * Bertl if not, just try 'ip a add dev dummy0 192.168.0.1/24' (on the host) 1258594947 M * marl_scot being able to add a 192.168.0.0 to the host and all the guests would be helpfull 1258594951 M * Bertl then do 'ip a ls' on the host 1258595005 M * marl_scot ah, ok 1258595022 M * marl_scot how do u get the ip to stick over reboots? 1258595043 M * Bertl simply assign it to the guests like you did with the 10.0.x.x 1258595082 M * Bertl util-vserver will bring it up on guest startup, and take it down on guest shutdown (when cofnigured with a 'dev') 1258595184 M * marl_scot by putting its settings in /etc/vservers/guest/interfaces/X/dev set to dummy0 ? 1258595210 M * Bertl correct, or eth0 or whatever interface you want 1258595251 M * marl_scot ah, didnt relise u could assign multiple guest interfaces to a single host dev 1258595285 M * Bertl you don't do that, only multiple IPs to a single interface, and that's fine since several years (since aliases got superceeded) 1258595409 M * Bertl (and you always just assign IPs to guests, which will show the interfaces they are assigned to inside) 1258595494 M * marl_scot aaaaaaaaaaaahhhhhhhhhhhh now im tottally confused :( 1258595529 M * marl_scot each guest has its interfaces defined under /etc/vservers/guest/interfaces/X/ ? yes? 1258595559 M * marl_scot and under each interface there are 3 files dev/ip/prefix 1258595568 M * marl_scot am i write so far? 1258595578 M * Bertl right, yes 1258595602 M * marl_scot no the ip and prefix contain the ip addy and the mask eg. 192.168.0.1/24 1258595613 M * marl_scot what should go in the 'dev' file? 1258595627 M * marl_scot sorry that was metn to be 'now the ip and prefix' 1258595674 Q * _nono_ Ping timeout: 480 seconds 1258595699 M * Bertl in 'dev' you put the device you want util-vserver to _use_ on guest startup to assign the 'ip/prefix' to (and the same device is used on guest shutdown to remove it) 1258595768 M * marl_scot the device on the host? 1258595792 M * Bertl correct, it is not used for the guest setup in any way 1258595908 M * marl_scot ok have guest admin, with 4 interfaces listed under /etc/vservers/admin/interfaces 1258595936 M * marl_scot 0 has eth0,public ip,netmask 1258595959 M * marl_scot 1 has eth1,192.168.97.7,24 1258595982 M * marl_scot 2 has dummy0,10.0.1.221,24 1258596000 M * marl_scot 3 has eth1,192.168.96.1,24 1258596032 M * Bertl okay, and? 1258596038 M * marl_scot host has (eth0 - public ip, eth1 - 10.0.1.220, dummy0 - 10.0.1.221) 1258596061 M * marl_scot now when i restart guest admin, i still only get 0/1 and 2 coming up, 3 doesnt 1258596082 M * Bertl I doubt that, how do you check? 1258596089 M * marl_scot infact 3 overwrites 1 1258596108 M * marl_scot vserver admin exec ifconfig 1258596128 M * Bertl use 'ip a ls' instead of ifconfig 1258596233 M * marl_scot sh*t which package has ip in it again? 1258596244 M * Bertl iproute2 or just iproute 1258596309 M * marl_scot ah, eth1 has both 192.168.97 and 192.168.96 on it 1258596331 M * Bertl as you requested by the config :) 1258596336 M * marl_scot i need to get away from using ipconfig, thats whats been confusing me all this time i think 1258596367 M * Bertl yes, it has been obsoleted for several years now .. still in use in many distros though 1258596405 M * marl_scot ok its getting 'ip a ls' is getting stuck to the side of my monitor! 1258596419 M * marl_scot sorry for taking up so much time, and being so dense! 1258596442 M * Bertl no problem, everything clear now? 1258596462 M * marl_scot as mud! lol 1258596513 M * marl_scot just one thing, you gave me the ip a add dev dummy0 192.168.0.1/24 for the host earlier 1258596526 M * Bertl yep? 1258596530 M * marl_scot which would allow me to bind to that addy on the host 1258596545 M * marl_scot how do i make that stick over reboots of the host? 1258596564 M * marl_scot do i just put hte commadn in rc.local 1258596599 M * Bertl if you really want it on the host, i.e. not managed by util-vserver for a guest, you should configure it according to your distro (of course, rc.local is an option too, although not the best) 1258596614 M * marl_scot ok, thanks 1258596716 M * Bertl you're welcome! 1258603086 J * saulus_ ~saulus@c193245.adsl.hansenet.de 1258603494 Q * SauLus Ping timeout: 480 seconds 1258603502 N * saulus_ SauLus 1258605070 J * jrklein ~jrklein@ppp-70-130-46-49.dsl.wchtks.swbell.net 1258605301 Q * FireEgl Ping timeout: 480 seconds 1258606111 M * Bertl off to bed now ... have a good one everyone! 1258606121 N * Bertl Bertl_zZ 1258606477 Q * bzed Remote host closed the connection 1258606522 J * bzed ~bzed@devel.recluse.de 1258606744 Q * bzed Remote host closed the connection 1258606751 J * bzed ~bzed@devel.recluse.de 1258607176 Q * bzed Remote host closed the connection 1258607393 J * bzed ~bzed@devel.recluse.de 1258607983 Q * bzed Ping timeout: 480 seconds 1258608065 Q * hparker Quit: Read error: 104 (Peer reset by connection) 1258609260 Q * uva_ Quit: Leaving 1258609415 J * bzed ~bzed@devel.recluse.de 1258609443 Q * balbir Ping timeout: 480 seconds 1258611465 J * derjohn_mob ~aj@d046136.adsl.hansenet.de 1258612214 J * geb ~geb@earth.gebura.eu.org 1258612369 Q * thierryp Remote host closed the connection 1258613036 J * _nono_ ~gomes@libation.ircam.fr 1258613869 J * balbir ~balbir@122.248.163.1 1258614421 Q * derjohn_mob Ping timeout: 480 seconds 1258615075 J * davidkarban ~david@80.250.18.198 1258615488 J * thierryp ~thierry@zankai.inria.fr 1258615643 Q * thierryp Remote host closed the connection 1258615694 J * thierryp ~thierry@zankai.inria.fr 1258615698 J * fleischergesell ~fleischer@dslb-088-076-048-058.pools.arcor-ip.net 1258617515 J * derjohn_mob ~aj@213.238.45.2 1258617946 J * ghislain1 ~Ghislain@LPuteaux-151-41-11-129.w217-128.abo.wanadoo.fr 1258618176 Q * ghislain Ping timeout: 480 seconds 1258619741 J * friendly ~friendly@ppp118-209-164-85.lns20.mel6.internode.on.net 1258620826 J * FireEgl FireEgl@173-25-19-150.client.mchsi.com 1258621108 Q * balbir Ping timeout: 480 seconds 1258621931 Q * friendly Quit: Leaving. 1258621939 Q * geb Ping timeout: 480 seconds 1258622000 J * balbir ~balbir@122.248.163.1 1258624002 J * barismetin ~barismeti@zanzibar.inria.fr 1258624950 J * BenG ~bengreen@94-169-110-10.cable.ubr22.aztw.blueyonder.co.uk 1258625161 Q * balbir Ping timeout: 480 seconds 1258625191 Q * FireEgl Ping timeout: 480 seconds 1258625252 J * FireEgl FireEgl@2001:470:e056:1:4::9 1258625581 J * bobnormal ~bobnormal@87-194-32-179.bethere.co.uk 1258625684 M * bobnormal hi guys, i am setting up vserver for the first time on gentoo, i'm using gentoo's sys-kernel/vserver-sources-2.2.0.7-r1 and sys-cluster/util-vserver-0.30.215-r3. my problem is, when starting a guest the init scripts appear to succeed but the vserver doesnt start (confirmed with vserver-stat). if i add some daemons (gpm, syslog-ng, etc.) using a chroot, then all of them fail to start. unsure why. ideas? 1258626048 M * Guy- bobnormal: try initstyle plain 1258626062 M * Guy- bobnormal: also, those are venerable versions you're using 1258626069 M * bobnormal Guy-, thanks will do that now. 1258626077 M * bobnormal Guy-, vulnerable or venerable? big difference :) 1258626091 M * Guy- venerable :) 1258626099 M * Guy- with known bugs etc. 1258626099 M * bobnormal nice! 1258626101 M * bobnormal oh 1258626102 M * bobnormal :( 1258626106 M * bobnormal not nice. 1258626116 M * bobnormal is there a non-buggy recommendation? 1258626144 M * Guy- I don't know what's officially recommended 1258626165 M * Guy- but I'd either go with the latest vs2.2.x patch, or the latest experimental vs2.3 patch 1258626171 M * Guy- and util-vserver 0.30.216 1258626173 M * bobnormal how serious are the bugs 1258626204 M * Guy- I really can't say for certain 1258626224 M * Guy- there was one where on at least jfs, hashification would cause setuid/setgid binaries to lose executable privileges 1258626260 M * bobnormal thats ok, i dont use jfs or suid/sgid 1258626282 M * Guy- oh, you do - sudo, newgrp, screen etc. are all setuid/setgid 1258626317 M * bobnormal i dont use those 1258626327 M * bobnormal this is just vservers for running a few network daemons 1258626341 M * bobnormal non-interactive, no shells 1258626357 M * bobnormal config will be done in chroot i guess 1258626367 M * Guy- what about ping? :) 1258626385 M * bobnormal non-interactive, so i guess nobody will run it either 1258626385 M * bobnormal hehe 1258626395 M * bobnormal anyway im on ext3 1258626399 M * Guy- but anyway, this was just one particular bug that came to mind because it affected me 1258626413 M * bobnormal i understand its the best tested filesystem for use with vserver extended attributes 1258626420 M * Guy- you'd have to ask Bertl or daniel_hozac what has been fixed in the last ~2 years or so... 1258626436 M * bobnormal gee these versions are that old? 1258626444 M * Guy- yes 1258626447 M * bobnormal bummer. 1258626467 M * bobnormal ok will try to update once i get a running config 1258626470 M * bobnormal thanks a lot :) 1258626494 M * Guy- my pleasure :) 1258626542 M * Guy- bobnormal: vs2.2.0.7 was released on 14 March 2008 1258626554 J * BWare ~itsme@ip-80-113-1-198.ip.prioritytelecom.net 1258626583 M * Guy- but it's the latest 2.2 version after all 1258626698 M * bobnormal Guy-, i think thats it, -r1 in gentoo means subsequent revision of the same package rather than a 'prerelease' version 1258626701 M * mkee hum can someone give me a hand with this error 1258626721 M * mkee during emerge on guest i got this error http://phear.eu/vs 1258626735 M * Guy- bobnormal: so all you have to care about is the plethora of kernel bugs fixed in mainline since then :) 1258626792 M * Guy- mkee: looks like you're not running this as root or in fakeroot or whatever 1258626803 M * mkee Guy-: on guest 1258626804 M * Guy- mkee: it wants to make some files setuid/setgid and can't 1258626824 M * mkee how i can fix it? 1258626840 M * Guy- mkee: well, run it as root in the guest 1258626861 M * bobnormal Guy-, ok 1258626868 M * mkee Guy-: sn / # id 1258626869 M * mkee uid=0(root) gid=0(root) groups=0(root) 1258626907 M * Guy- mkee: if you are running as root, try what happens if you chmod 2755 some file 1258626932 M * Guy- bobnormal: but you should really upgrade util-vserver, I think 1258626972 M * mkee Guy-: Permission denied 1258627005 M * Guy- mkee: is perhaps the relevant fs mounted with the nosuid option? 1258627019 M * Guy- or maybe you're running the guest with reduced capabilities? 1258627079 M * mkee i will rebukid guest 1258627087 M * Guy- no need to 1258627108 M * Guy- just look in /etc/vservers/guestname for files like *cap* *flag* 1258627130 M * Guy- and on the host, do mount | grep nosuid; grep nosuid /etc/vservers/guestname/fstab 1258627150 M * Guy- (I'm not sure the nosuid option makes you unable to set the suid bit, but who knows) 1258628072 J * Psy0rz ~psy0rz@lounge.datux.nl 1258628089 M * Psy0rz how stable is 2.3 experimental with 2.6.27.39? 1258628122 J * AmokPaule ~amokpaule@brsg-4dbb1ace.pool.mediaWays.net 1258628271 J * zamolxes ~zamolxes@86.55.21.46 1258628328 M * zamolxes hello. I notice that on squeeze, newvserver doesn't allow creating a squeeze guest. Any idea on how to quickly/nicely do this? (other than installing lenny then upgrading to squeeze inside) 1258628462 M * blathijs zamolxes: I think the newvserver isn't supported here, it's recommended you use vserver build instead 1258628510 M * blathijs zamolxes: Try that, if that also fails, please describe what goes wrong exactly. 1258628513 M * zamolxes oh. 1258628571 M * zamolxes blathijs: i'll have to read the docs for vserver build and come back :) I thought vserver-debiantools is related 1258628669 M * zamolxes blathijs: actually i made a stupid confusion, thought that being on irc.debian.org i'll get in touch with the debian maints :) but i see on http://linux-vserver.org/Communicate this is the official channel. sorry about assuming otherwise 1258628742 M * blathijs zamolxes: irc.debian.org is just part of the OFTC network :-) 1258628826 M * zamolxes i know, i know 1258628881 M * blathijs Anyway, no harm done. Still, you might consider using vserver build directly, AFAIU there isn't really anything that it can't do that newvserver does. You'll have to type a few arguments more, probably 1258628971 M * zamolxes yep 1258628980 M * zamolxes can it use debootstrap for creating the filesystem? 1258629058 M * zamolxes yes it can 1258629059 M * zamolxes :) 1258629067 M * blathijs Yup 1258629085 M * blathijs Look in /usr/sbin/newvserver, around line 458 (lenny version) 1258629094 M * blathijs Just below the comment ## use "vserver ... build" to build the new vserver 1258629103 M * blathijs That's how newvserver calls vserver build :-) 1258629132 J * gnuk ~F404ror@pla93-3-82-240-11-251.fbx.proxad.net 1258629331 M * blathijs zamolxes: It seems the newvserver script does a bunch of other stuff that you might need to do by hand now (/etc/resolv.conf, /etc/hosts, caching of .debs), but I'm not so sure if you really want to automate this stuff like this 1258629357 M * mkee Guy-: still there? 1258629369 M * Guy- mkee: for a few seconds, yes 1258629373 J * balbir_ ~balbir@122.248.163.1 1258629418 M * mkee Guy-: http://phear.eu/mount 1258629424 M * mkee thats output 1258629463 M * Guy- mkee: OK, then it's almost certainly a capability issue 1258629505 M * Guy- mkee: see http://linux-vserver.org/Capabilities_and_Flags 1258629550 M * Guy- mkee: you're probably running without the FSETID capability 1258629575 M * mkee um 1258629576 M * Guy- (or without the SETUID capability) 1258629580 M * mkee it is easy to fix? 1258629588 M * Guy- no, FSETID it is, sorry 1258629602 M * Guy- see http://linux-vserver.org/util-vserver:Capabilities_and_Flags 1258629625 M * Guy- echo FSETID >>/usr/local/etc/fog/bcapabilities oslt 1258629629 M * Guy- and then restart the guest 1258629658 J * kir ~kir@swsoft-msk-nat.sw.ru 1258629764 M * Guy- I'll be off now, bbl 1258629940 M * mkee Guy-: doesnt work ;< 1258631723 M * zamolxes damn http://groups.google.com/group/linux.debian.kernel/msg/6c7d213d43626af9 1258631826 Q * barismetin Remote host closed the connection 1258632357 Q * FireEgl Remote host closed the connection 1258633158 J * FireEgl Proteus@2001:470:e056:1:4::9 1258635247 Q * bobnormal Quit: Leaving 1258635463 J * bobnormal ~bobnormal@87-194-32-179.bethere.co.uk 1258635479 M * bobnormal i want to very quickly make a new vserver 1258635489 M * bobnormal is there any way to do this using the vserver tool, instead of vserver build 1258635506 M * bobnormal basically i want to copy an existing vserver image but use new settings 1258635514 M * bobnormal if there's no option pre-made i'll write a script to do it 1258635553 M * Guy- bobnormal: vserver build has a clone build method oslt 1258635584 M * bobnormal guy-, cool 1258636032 Q * balbir_ Ping timeout: 480 seconds 1258636538 J * barismetin ~barismeti@zanzibar.inria.fr 1258636791 J * barismet_ ~barismeti@vis177d.inria.fr 1258637097 Q * jrdnyquist Remote host closed the connection 1258637149 Q * barismetin Ping timeout: 480 seconds 1258637228 Q * thierryp Quit: ciao folks 1258637540 J * jrdnyquist ~jrdnyquis@slayer.caro.net 1258637559 J * barismetin ~barismeti@zanzibar.inria.fr 1258637742 Q * barismetin 1258637758 J * barismetin ~barismeti@zanzibar.inria.fr 1258637928 Q * barismet_ Ping timeout: 480 seconds 1258638001 J * blues_ ~blues@actt2.neoplus.adsl.tpnet.pl 1258638122 Q * blues Ping timeout: 480 seconds 1258638839 Q * BenG Quit: I Leave 1258638879 J * geb ~geb@earth.gebura.eu.org 1258639219 M * bobnormal Guy-, can't find it, so im writing a custom tool 1258639891 Q * jrklein Ping timeout: 480 seconds 1258639945 Q * fleischergesell Ping timeout: 480 seconds 1258641381 J * raceme ~tof@ombos.raceme.org 1258641986 M * Guy- bobnormal: -m clone or -m rsync is what you want 1258641995 M * Guy- bobnormal: vserver foo build --help is your friend 1258642034 M * raceme hello. is there a way to clean internalize package management from an ubuntu 64-bits host to a centos 32-bits guest ? 1258642035 M * bobnormal Guy-, cheers. i was using rsync in my script already :) 1258642114 M * raceme After "linux32 vyum eon -- install yum" and "linux32 vserver eon pkgmgmt internalize" I've got db errors while doing "rpm -qa" in the guest. If I rm /var/lib/rpm/__db* and rebuilddb I still have db errors ... 1258642192 Q * Piet Remote host closed the connection 1258642196 N * Bertl_zZ Bertl 1258642200 M * Bertl morning folks! 1258642217 M * raceme hello Bertl 1258642255 J * Piet ~Piet__@04ZAACEJ2.tor-irc.dnsbl.oftc.net 1258642354 M * mkee Bertl: Hi! 1258642364 M * Bertl raceme: maybe your 'external' yum and internal do not match .. i.e. use different database versions 1258642366 M * mkee I gotta new issue for you ;} 1258642380 M * mkee Bertl: http://phear.eu/new 1258642391 M * raceme Bertl: perhaps I should do that: http://www.pld-linux.org/Docs/Vserver#head-c66eaba9a13daf1ef0faf37d6cdead6bda846ca6 ? 1258642422 M * raceme Bertl: this page seems to contain many usefull tricks 1258642467 J * jrklein ~jrklein@156.26.85.143 1258642488 M * Bertl mkee: your guest isn't cleaned up i.e. uses the old baselayout or what it is called nowadays 1258642493 J * BenG ~bengreen@94-169-110-10.cable.ubr22.aztw.blueyonder.co.uk 1258642540 M * Bertl raceme: yep, dumping and restoring it worked for me some time ago when I had to switch rpm versions 1258642708 Q * BenG 1258642801 Q * tokkee Remote host closed the connection 1258642810 J * tokkee tokkee@osprey.tokkee.org 1258643081 M * mkee Bertl: yup, working :> 1258643168 Q * derjohn_mob Ping timeout: 480 seconds 1258643467 M * mkee hmm Bertl 1258643516 P * Psy0rz 1258643529 M * mkee i edited and addet writable access in ghost/fstab but portage still shouting that is only read file system 1258643830 J * hparker ~hparker@208.4.188.201 1258644053 Q * davidkarban Ping timeout: 480 seconds 1258644292 J * derjohn_mob ~aj@213.238.45.2 1258644295 M * yang Where can I find "vprocunhide script" ? 1258644457 J * davidkarban ~david@80.250.18.198 1258644557 M * yang util-vserver 0.30.216~r2855-1 is probably not really compatible with 2.6.27.39-vs2.3.0.36.7 1258644680 M * pmjdebruijn yang: we backport the testing util-vserver to lenny, that works like a charm... at least as far as we use it 1258644771 M * Bertl yang: should work 1258644813 M * Bertl yang: note that debian, for whatever reason, combines the three runlevel scripts util-vserver provides to a single file 1258645335 J * barismet_ ~barismeti@zanzibar.inria.fr 1258645335 Q * barismetin Read error: Connection reset by peer 1258645433 J * dowdle ~dowdle@scott.coe.montana.edu 1258647774 Q * derjohn_mob Ping timeout: 480 seconds 1258648870 J * pmenier ~pme@ACaen-152-1-64-118.w83-115.abo.wanadoo.fr 1258648887 J * derjohn_mob ~aj@213.238.45.2 1258649887 J * imcsk8 ~ichavero@nat.ti.uach.mx 1258649992 Q * barismet_ Quit: Leaving... 1258650003 Q * Piet Ping timeout: 480 seconds 1258650201 Q * davidkarban Quit: Ex-Chat 1258650434 Q * derjohn_mob Ping timeout: 480 seconds 1258650526 J * bonbons ~bonbons@2001:960:7ab:0:2c0:9fff:fe2d:39d 1258650627 J * Piet ~Piet__@04ZAACEOE.tor-irc.dnsbl.oftc.net 1258650783 J * balbir_ ~balbir@122.172.37.198 1258650856 Q * zamolxes Ping timeout: 480 seconds 1258651291 Q * jrklein Ping timeout: 480 seconds 1258652943 J * wibble wibble@vortex.ukshells.co.uk 1258652972 J * uva bno@118-160-164-147.dynamic.hinet.net 1258653076 Q * nox Quit: If the world is without walls and fences -- who needs Windows and Gates ? 1258653099 J * nox ~nox@host.noxlux.de 1258653526 J * fleischergesell ~fleischer@dslb-088-076-048-058.pools.arcor-ip.net 1258654051 Q * ghislain1 Read error: Connection reset by peer 1258654323 Q * Chlorek Ping timeout: 480 seconds 1258654429 Q * kir Quit: Leaving. 1258654678 Q * pmenier 1258655347 J * arachnis1 arachnist@insomniac.pl 1258655399 J * Chlorek cokolwiek@2001:6a0:183:f002::1 1258655744 Q * arachnist Ping timeout: 480 seconds 1258655744 N * arachnis1 arachnist 1258656283 J * jrklein ~jrklein@156.26.154.106 1258657406 M * raceme Bertl: it worked to dump and restore the db files !) 1258657436 M * Bertl excellent! 1258657500 M * raceme Bertl: I think I will preciously bookmark http://www.pld-linux.org/Docs/Vserver :) 1258657546 M * Bertl you might want to 'generalize' it and copy the essential info to the Linux-VServer wiki 1258657587 M * raceme Bertl: i'll try to do that... do i have to create an account for wiki access ? 1258657621 M * Bertl it would be a good idea, shouldn't be too hard 1258657650 M * raceme Bertl: have to go in a hurry, i'll check that tomorrow... good evening dudes 1258658349 M * Bertl daniel_hozac: how does util-vserver check for the CoW flag in util-vserver-0.30.216-pre2855.tar.bz2 ? 1258658384 M * Bertl I mean, how does it decide to show or not show the 'c' or 'C'? 1258659474 M * Bertl daniel_hozac: also showattr seems to have a bug since the CoW flag was added, i.e. it doesn't output a whitespace between flags and filename 1258660302 J * yarihm ~yarihm@80-219-171-38.dclient.hispeed.ch 1258660736 Q * jrklein Ping timeout: 480 seconds 1258661194 J * Taube ~kvirc@213.219.142.113.adsl.dyn.edpnet.net 1258661278 M * Taube Hi. I've got a problem creating a debian vserver on a gentoo host. While running vserver xxx build the script stops without an error message. Looking into the debootstrap.log the last message is "/usr/lib64/util-vserver/distributions/lenny/debootstrap.script: line 146: repeat: command not found". What could I do? google doesn't help. 1258661514 M * Bertl what is the util-vserver version? 1258661535 M * Taube I tried already to find a solution myself but I can't find the place where the function "repeat" is declared. Current version "sys-cluster/util-vserver-0.30.215-r3" 1258661562 M * Bertl okay, get a more recent one, preferably the latest (this one is almost two years old) 1258661601 M * Bertl http://people.linux-vserver.org/~dhozac/t/uv-testing/ 1258661609 M * Taube Confusing as the website tells "0.30.215" is the current version of util-vserver 1258661636 M * Bertl the latest 'stable' release, yes, but as I said, that was two years ago 1258661757 J * jrklein ~jrklein@156.26.8.206 1258661851 Q * fleischergesell Ping timeout: 480 seconds 1258661898 M * Taube Setting up debconf (1.5.24) ... 1258661898 M * Taube /usr/lib64/util-vserver/distributions/lenny/debootstrap.script: line 146: repeat: command not found 1258661925 M * Taube I downloaded the archive, went into scripts and started ./vserver xxx build 1258661966 P * Taube No matter how dark the night, somehow the Sun rises once again 1258661972 J * Taube ~kvirc@213.219.142.113.adsl.dyn.edpnet.net 1258661977 M * Taube sorry. 1258661981 P * Taube No matter how dark the night, somehow the Sun rises once again 1258661988 J * Taube ~kvirc@213.219.142.113.adsl.dyn.edpnet.net 1258661988 M * Bertl and what do you expect to happen? you need to configure, build and iiiiiiiinstall it first :) 1258662003 M * Taube arg, ctrl + w does not remove the previous word, it closes the channel window 1258662019 M * Bertl depends on the irc client 1258662235 Q * jrklein Quit: ChatZilla 0.9.85 [SeaMonkey 2.0/20091017101410] 1258662285 J * infowolfe ~infowolfe@c-71-236-152-35.hsd1.or.comcast.net 1258662291 J * derjohn_mob ~aj@d045206.adsl.hansenet.de 1258662546 M * Bertl Taube: btw, make sure to build with dietlibc, and check that the dietlibc is compiled the same way as util-vserver (hardened/gcc/sp) 1258662613 Q * infowolfe Quit: Leaving 1258662817 M * Taube I'm currently trying to understand as I'm unsure installing at ignoring the files provided by the package manager. 1258662843 M * Bertl best to remove the package first, otherwise you end up with a mix 1258662903 J * infowolfe ~infowolfe@c-71-236-152-35.hsd1.or.comcast.net 1258662940 M * Taube it should be enough to set the new scripts in first place of PATH environment variable. 1258662969 M * Bertl if you do it properly, yes :) 1258662981 M * Bertl okay, nap attack ... bbl 1258662988 N * Bertl Bertl_zZ 1258663988 Q * eyck Ping timeout: 480 seconds 1258664389 J * eyck ~eyck@77.79.198.60 1258664780 Q * wibble Remote host closed the connection 1258666400 Q * AmokPaule Quit: Nettalk6 - www.ntalk.de 1258666938 Q * bonbons Quit: Leaving 1258667775 Q * derjohn_mob Ping timeout: 480 seconds 1258667830 Q * gnuk Quit: NoFeature 1258667872 Q * eyck Ping timeout: 480 seconds 1258668112 M * Taube Bertl_zZ: I went the other way. As creating "repeat" didn't solve the problem (it starts looking at /var/lib/dpkg/ which does not exist in gentoo environments) i created a debian chroot where i where able to use debian-vservertools 1258668923 J * derjohn_mob ~aj@d045206.adsl.hansenet.de 1258669004 Q * Taube Quit: KVIrc Insomnia 4.0.0, revision: , sources date: 20090520, built on: 2009/06/08 23:52:48 UTC http://www.kvirc.net/ 1258669048 J * dna ~dna@p54BC9E16.dip0.t-ipconnect.de 1258669300 J * eyck ~eyck@77.79.198.60 1258669531 Q * imcsk8 Quit: Leaving 1258671437 Q * infowolfe Quit: Leaving 1258671454 J * infowolfe ~infowolfe@c-71-236-152-35.hsd1.or.comcast.net 1258671604 J * AmokPaule ~amokpaule@brsg-4dbb1ace.pool.mediaWays.net 1258671728 Q * pmjdebruijn Quit: leaving 1258671730 J * pmjdebruijn pascal@jester.pcode.nl 1258671906 Q * AmokPaule Read error: Connection reset by peer 1258671966 J * AmokPaule ~amokpaule@brsg-4dbb1ace.pool.mediaWays.net 1258673605 N * Bertl_zZ Bertl 1258673615 M * Bertl back now ... 1258674511 Q * dna Quit: Verlassend