1233014485 Q * dowdle Remote host closed the connection 1233015520 M * Bertl off to bed now .. have a good one everyone! 1233015525 N * Bertl Bertl_zZ 1233015528 Q * duckx Read error: Connection reset by peer 1233015561 J * duckx ~Duck@81.57.39.234 1233017408 Q * ousado__ Ping timeout: 480 seconds 1233019053 M * ser hello, is it possible to change nice for whole vserver without vserver restart? 1233019944 M * mugwump ser, vsched 1233019951 M * mugwump also vattribute 1233019967 M * mugwump you have to use vattribute to set the sched_prio and/or sched_hard flags first 1233019977 M * mugwump then use vsched to set the amount of CPU usage the vserver gets 1233019981 M * mugwump if they overrun it, they get niced 1233019991 Q * nenolod Quit: my eyes cannot compute this misery. 1233019997 J * nenolod nenolod@petrie.dereferenced.org 1233020116 M * ser yes, thanks, but i was thinking about nice level only 1233021343 M * mugwump renice 1233021347 M * mugwump in context 1 1233021363 M * mugwump er, actually not in context 1. just use vps ax and you should be able to renice 1233023085 J * takeru ~takeru@nttkyo888227.tkyo.nt.ftth.ppp.infoweb.ne.jp 1233023332 Q * FloodServ synthon.oftc.net services.oftc.net 1233023602 Q * takeru Quit: takeru 1233023889 J * FloodServ services@services.oftc.net 1233024837 J * takeru ~takeru@nttkyo470042.tkyo.nt.ftth.ppp.infoweb.ne.jp 1233025506 Q * geb Quit: Quitte 1233030769 Q * hparker Quit: Read error: 104 (Peer reset by connection) 1233034185 J * s0undt3ch ~s0undt3ch@80.69.34.147 1233034188 P * s0undt3ch 1233039893 J * sharkjaw ~gab@217-26-13.231210.adsl.tele2.no 1233040136 J * ousado__ ~johnny@frnk-5f74233d.pool.einsundeins.de 1233042550 J * friendly ~friendly@ppp118-208-195-10.lns10.mel6.internode.on.net 1233042732 J * harobed ~harobed@pda57-1-82-231-115-1.fbx.proxad.net 1233043775 Q * harobed Ping timeout: 480 seconds 1233044303 J * harobed ~harobed@pda57-1-82-231-115-1.fbx.proxad.net 1233046076 Q * sharkjaw Remote host closed the connection 1233046191 J * sharkjaw ~gab@217-26-13.231210.adsl.tele2.no 1233046198 Q * sharkjaw Remote host closed the connection 1233046408 J * sharkjaw ~gab@217-26-13.231210.adsl.tele2.no 1233046500 J * kir ~kir@swsoft-msk-nat.sw.ru 1233047002 Q * Aiken Quit: Leaving 1233047020 J * Aiken ~Aiken@ppp118-208-45-4.lns3.bne1.internode.on.net 1233048029 J * ensc|w ~ensc@www.sigma-chemnitz.de 1233048373 J * bonbons ~bonbons@2001:960:7ab:0:2c0:9fff:fe2d:39d 1233048515 Q * ensc|w Ping timeout: 480 seconds 1233048602 J * dna ~dna@39-199-103-86.dynamic.dsl.tng.de 1233048803 Q * friendly Quit: Leaving. 1233049090 N * Bertl_zZ Bertl 1233049095 M * Bertl morning folks! 1233049100 M * fb Morning Bertl :) 1233049114 M * fb i was just thinking i need you for a word :) 1233049494 M * ghislainocfs2 morning 1233049906 M * arekm uhm, no fake /proc/cmdline ;/ 1233049942 A * arekm trying to run opensuse 11.1 in guest ;/ 1233049980 M * Bertl --bind mount is your friend 1233050088 M * arekm doesn't work from /etc/vser../fstab 1233050110 M * Bertl then you must have ancient tools or a syntax error 1233050128 M * arekm secure-mount: chdir("/proc/cmdline"): Not a directory 1233050142 M * arekm tools .215 1233050184 M * Bertl what's your fstab entry? 1233050200 M * arekm /proc/cmdline /proc/cmdline proc bind 0 0 1233050218 M * arekm after standard /proc line 1233050252 M * Bertl doesn't make sense, does it? 1233050264 M * Bertl try something like 1233050285 M * Bertl /tmp/cmdline /proc/cmdline none bind 0 0 1233050305 M * Bertl and make sure that /tmp/cmdline exists, is a file and contains the data you want 1233050323 M * arekm if I want to use host /proc/cmdline? 1233050342 M * Bertl then do 1233050355 M * Bertl cat /proc/cmdline >/tmp/cmdline 1233050363 M * Bertl or just make the cmdline entry visible 1233050398 M * Bertl (but what is the virtualization part there then :) 1233050458 M * arekm ok 1233050507 J * ensc|w ~ensc@www.sigma-chemnitz.de 1233050796 M * arekm Bertl: secure-mount: mount(): Not a directory 1233050854 M * Bertl try with 0.30.216 (pre) and if it still happens, please report to daniel_hozac 1233051252 J * phedny ~mark@phedny.vps.van-cuijk.nl 1233051583 J * gnuk ~F404ror@pla93-3-82-240-11-251.fbx.proxad.net 1233051856 M * arekm /* This is needed to put us in the new mountpoint */ 1233051856 M * arekm if (!secureChdir(mnt->dst, opt)) 1233051856 M * arekm return false; 1233051873 M * arekm looking at source code it seems that it always tries to do such thing as chdir 1233051995 M * arekm or not, hmm 1233052023 M * arekm yeah, trunk has this reworked 8) 1233052166 M * arekm Reworked by adding another secureChdir() in second place ;-( 1233052205 M * arekm daniel_hozac: bind mount for file (not directory) fails due to doing secureChdir() even for files in mountSingle() 1233052262 M * Bertl but you can work around this 'missing feature' for now by using one of the guest startup scripts 1233052281 M * arekm hm, how? 1233052326 M * Bertl put the proper mount entry into the pre/pre-pre script 1233052326 M * matti Morning Bertl 1233052335 M * Bertl morning! 1233052347 M * matti ;] 1233052357 M * arekm Bertl: will it be run after /proc is mounted in guest? 1233052370 M * Bertl depends on which script you choose 1233052411 A * arekm googles then 1233052422 M * Bertl http://www.nongnu.org/util-vserver/doc/conf/configuration.html 1233052433 M * Bertl look for pre-start and prepre-start 1233052473 M * Bertl take care not to bind mount from a cleaned up location 1233052530 M * arekm I don't actually see difference between pre-start and prepre-start. pre- says "before the vserver itself has been started." while "prepre" name suggests that's something run even before "pre-" ... which ends being the same (?) 1233052552 A * arekm blind :> 1233052557 M * Bertl :) 1233052566 M * arekm trying pre-start 1233052949 M * arekm hm, vserver xyz enter 1233052950 M * arekm vlogin: openpty(): No such file or directory 1233052956 M * arekm and I'm back on a host 1233053021 M * arekm ah, I see 1233059803 M * Bertl off for now ... bbl 1233059807 N * Bertl Bertl_oO 1233059956 Q * Aiken Quit: Leaving 1233060688 Q * FloodServ synthon.oftc.net services.oftc.net 1233060830 N * pmenier_off pmenier 1233060899 J * FloodServ services@services.oftc.net 1233060954 Q * FloodServ synthon.oftc.net services.oftc.net 1233061296 J * yarihm ~yarihm@guest-docking-nat-1-169.ethz.ch 1233063687 J * davidkarban ~david@193.85.217.71 1233064244 J * FloodServ services@services.oftc.net 1233064578 J * cga ~weechat@94.36.93.49 1233064677 Q * cga 1233065052 Q * adth Ping timeout: 480 seconds 1233065417 J * cga ~weechat@94.36.93.49 1233065431 J * coregrl ~a@host202-111-dynamic.4-87-r.retail.telecomitalia.it 1233065432 M * coregrl hi 1233065487 M * coregrl I've installed vserver but I want to move a guest to another disk, so I mounted a new disk under /vserver mount point..it's enough to do a cp -r and changing the link or I've to add the barrier? 1233065681 M * blathijs coregrl: I've previously done that using rsync -a, which preserves more (and reduces downtime, since you can run it while the vservers are still running once and a second time with the vservers stopped) 1233065828 J * adth icxcnika@adsl-70-250-179-74.dsl.rcsntx.swbell.net 1233065869 N * Bertl_oO Bertl 1233065871 M * Bertl back now 1233065895 M * coregrl good shot blathijs 1233065907 M * Bertl coregrl: cp -va or if you use rsync, use -axHPSD --numeric-ids 1233065919 M * coregrl uhm 1233065938 M * Bertl otherwise you might mess up the uid/gid 1233065958 M * Bertl dump/restore is a good option for ext2/3 too 1233065976 M * coregrl I've ext3 1233066122 N * opuk_ opuk 1233066156 M * Bertl coregrl: the barrier part depends on your util-vserver/kernel version 1233066184 M * coregrl 0.30.210-9uk 1233066199 M * Bertl that is kind of ancient, so yes, please add the barrier 1233066290 M * coregrl how? 1233066373 M * Bertl setattr --barrier /path/to/guest/.. 1233066378 M * Bertl note the '..' 1233066445 M * blathijs What is this barrier thing? 1233066472 M * Bertl a mechanism to keep guest processes from escaping the chroot 1233066486 M * coregrl do u suggest to update my vserver env Bertl ? 1233066815 M * Bertl what kernel do you use? 1233066872 M * coregrl 2.6.15-24-686 1233067039 M * Bertl do you know the Linux-VServer patch version? 1233067192 P * adth 1233067336 J * mrfree ~mrfree@host1-89-static.40-88-b.business.telecomitalia.it 1233068286 Q * sharkjaw Remote host closed the connection 1233068407 Q * bonbons Quit: Leaving 1233068785 J * hparker ~hparker@2001:470:1f0f:32c:212:f0ff:fe0f:6f86 1233069669 Q * takeru Quit: takeru 1233071826 J * DreamerC_ ~DreamerC@122-116-181-118.HINET-IP.hinet.net 1233071965 Q * DreamerC_ 1233072167 J * DreamerC ~DreamerC@122-116-181-118.HINET-IP.hinet.net 1233072664 Q * DreamerC Quit: leaving 1233072681 J * DreamerC ~DreamerC@122-116-181-118.HINET-IP.hinet.net 1233073287 Q * DreamerC Quit: leaving 1233073304 J * DreamerC ~DreamerC@122-116-181-118.HINET-IP.hinet.net 1233074017 Q * DreamerC Quit: leaving 1233074033 J * DreamerC ~DreamerC@122-116-181-118.HINET-IP.hinet.net 1233074291 Q * DreamerC 1233074307 J * DreamerC ~DreamerC@122-116-181-118.HINET-IP.hinet.net 1233076050 J * dowdle ~dowdle@scott.coe.montana.edu 1233076597 Q * kir Quit: Leaving. 1233076730 Q * mrfree Quit: Leaving 1233076840 Q * coregrl Quit: Sto andando via 1233077719 J * _gh_ ~gerrit@c-71-193-204-84.hsd1.or.comcast.net 1233077755 J * bonbons ~bonbons@2001:960:7ab:0:2c0:9fff:fe2d:39d 1233078286 J * geb ~geb@79.82.4.55 1233078347 J * dna_ ~dna@39-199-103-86.dynamic.dsl.tng.de 1233078413 M * geb hi 1233078659 Q * dna Ping timeout: 480 seconds 1233079177 N * pmenier pmenier_off 1233081093 Q * davidkarban Quit: Ex-Chat 1233081274 Q * cga Quit: WeeChat 0.2.6 1233081630 Q * harobed Ping timeout: 480 seconds 1233081715 J * cga ~weechat@94.36.93.49 1233081989 Q * hparker Quit: Read error: 104 (Peer reset by connection) 1233082576 J * chi6IT41 ~chigital@tmo-105-134.customers.d1-online.com 1233082718 Q * yarihm Ping timeout: 480 seconds 1233082985 J * dna ~dna@39-199-103-86.dynamic.dsl.tng.de 1233083368 Q * dna_ Ping timeout: 480 seconds 1233084265 Q * chi6IT41 Ping timeout: 480 seconds 1233084388 J * chi6IT41 ~chigital@tmo-105-134.customers.d1-online.com 1233084900 Q * chi6IT41 Ping timeout: 480 seconds 1233084918 J * dna_ ~dna@39-199-103-86.dynamic.dsl.tng.de 1233085013 Q * gnuk Quit: NoFeature 1233085320 Q * dna Ping timeout: 480 seconds 1233087649 J * chi6IT41 ~chigital@tmo-103-81.customers.d1-online.com 1233087976 Q * chi6IT41 Quit: bin weg 1233087983 J * chi6IT41 ~chigital@tmo-103-81.customers.d1-online.com 1233088224 Q * DLange Ping timeout: 480 seconds 1233088443 J * DLange ~DLange@dlange.user.oftc.net 1233089803 Q * cga Quit: WeeChat 0.2.6 1233089981 J * Aiken ~Aiken@ppp118-208-45-4.lns3.bne1.internode.on.net 1233090178 J * yarihm ~yarihm@guest-docking-nat-1-002.ethz.ch 1233090600 Q * yarihm Quit: Leaving 1233090656 Q * chi6IT41 Quit: bin weg 1233091158 Q * bonbons Quit: Leaving 1233091217 J * harobed ~harobed@arl57-1-82-231-110-14.fbx.proxad.net 1233091855 J * hparker ~hparker@2001:470:1f0f:32c:212:f0ff:fe0f:6f86 1233095978 Q * harobed Ping timeout: 480 seconds 1233098134 Q * xipe Quit: leaving 1233098256 J * kaner_ ~kaner@zzz.strace.org 1233098267 Q * kaner synthon.oftc.net xenon.oftc.net 1233099010 Q * ousado__ Ping timeout: 480 seconds 1233099032 M * Bertl off to bed now ... cya! 1233099039 N * Bertl Bertl_zZ 1233099291 J * doener_ ~doener@i577BB3F1.versanet.de 1233099395 Q * doener Ping timeout: 480 seconds