1200009607 M * daniel_hozac i'm seeing 11 callers. 1200009612 J * meandtheshel1 ~sa@85.127.102.217 1200009626 M * Bertl daniel_hozac: callers? anyway, so I wonder, maybe we should make pid_nr_ns() an exception? 1200009630 J * transaci1 ~transacid@transacid.de 1200009661 M * daniel_hozac i.e. map pids in the caller, if necessary? sounds good to me. 1200009683 M * daniel_hozac (maybe with a wrapper or so) 1200009706 M * Bertl yep, but we need to note that somewhere, otherwise we will get eaten by a grue :) 1200009740 M * daniel_hozac hehe 1200009753 M * Bertl I would opt for something like pid_nr_unmapped_ns() or so 1200009757 Q * transacid Ping timeout: 480 seconds 1200009768 M * Bertl and the wrapper should keep the same name 1200009787 M * daniel_hozac right 1200009924 Q * mstrobert__ Quit: quit 1200009954 Q * transaci1 Remote host closed the connection 1200009985 M * bardia hi Bertl :) 1200010229 J * daniel_hozac_ ~daniel@ssh.hozac.com 1200010338 Q * daniel_hozac Ping timeout: 480 seconds 1200010348 Q * bragon Ping timeout: 480 seconds 1200010351 N * daniel_hozac_ daniel_hozac 1200010368 Q * nou Ping timeout: 480 seconds 1200010607 Q * [PUPPETS]Gonzo Ping timeout: 480 seconds 1200010741 J * nou Chaton@causse.larzac.fr.eu.org 1200010834 J * bragon ~bragon@2001:7a8:aa58::1 1200010992 Q * jescheng Remote host closed the connection 1200011012 J * jescheng ~jescheng@proxy-sjc-1.cisco.com 1200011405 M * bardia i hate to revisit an old topic but i'm not sure i fully understand the previous discussions/wiki on this matter: cron and permission denied errors. i had a VS client at nice 16 and it wouldn't run the nightly rsnapshot cron job. pam limit errors and permission denied. as soon as i changed the nice level to 0 the rsnapshot cron is happy to run. interesting i still have a pam /var/log/auth.log error every hour for the hourly crons even though my cron.hourly 1200011421 M * bardia so is there an alternative to cron? or is this the preferred method: * secure, remote, incremental filesytem backup (via rdiff-backup). incremental data is compressed. permissions are retained even with an unpriviledged backup user. 1200011422 M * bardia * basic system and hardware info. 1200011422 M * bardia * encrypted remote backups (via duplicity). 1200011422 M * bardia * safe backup of MySQL databases. 1200011422 M * bardia * safe backup of PostgreSQL databases. 1200011423 M * bardia * safe backup of OpenLDAP databases. 1200011423 M * bardia * safe backup of subversion or trac repositories. 1200011425 M * bardia * burn CD/DVDs or create ISOs. 1200011425 M * bardia * incremental rsync with hardlinking. 1200011437 M * bardia oops, sorry, damn shift insert 1200011442 M * Bertl (please use paste.linux-vserver.org for everything longer than 3 lines) 1200011487 M * bardia i meant this http://www.paul.sladen.org/vserver/archives/200701/0119.html 1200011516 M * bardia sorry 1200011545 M * daniel_hozac so what's the error you're getting? 1200011550 M * Bertl okay, as I wrote a year ago, that should be adressed by newer tools, no? 1200011574 M * daniel_hozac or, errors rather. 1200011636 M * bardia pam_limits[27540]: setrlimit limit #11 to soft=-1, hard=-1 failed: Operation not permitted; uid=0 euid=0 1200011667 M * Bertl well, you guest distro tries to set resource #11 to unlimited 1200011689 M * Bertl if that is what you want for the guest, just configure that on the host (for the guest) 1200011695 M * daniel_hozac ... SIGPENDING? 1200011736 M * Bertl pam folks have interesting ideas and concepts ... you know? 1200011765 M * daniel_hozac apparently... 1200011838 Q * dna_ Quit: Verlassend 1200011842 M * bardia :) also, what's confusing is if i execute the lines in the crontab manually they run fine. so why can't crond do the same? 1200011860 M * daniel_hozac how are you executing them? 1200011871 M * Bertl bardia: it can, but your pam config tells different 1200011881 M * daniel_hozac are they running as another user? 1200011900 M * bardia just running as root 1200011920 M * bardia at the vserver client prompt after a vserver client enter 1200011939 M * daniel_hozac and they're also set to run as root in crontab? 1200011949 M * Bertl check /etc/pam.d/crond and remove the session required pam_limits.so 1200011949 M * bardia yes indeed 1200012043 M * Bertl or alternatively, configure /etc/security/limits.conf accordingly 1200012097 M * Bertl i.e. check the guest limits for root (inside the guest) and set a value less or equal to that 1200012139 M * Bertl daniel_hozac: in the future, we might simply map 'unlimited' requests to the maximum allowed or so? 1200012153 M * daniel_hozac that would make sense. 1200012411 M * bardia ic, so i would just set a line "root hard nice 16"? or maybe even "* hard nice 16" that's the vservers nice level. btw - the pam.d/cron pam_limits.so seems to have done the trick. is limits.conf the preferred way to go? any 'danger' in this pam_limits.so config? 1200012449 M * Bertl depends on what you want to achieve ... 1200012477 M * Bertl removing the pam_limits for cron will make _all_ cron jobs running with the 'default' limits 1200012519 M * Bertl I doubt that the nice value is biting you there, or why do you think it is? 1200012552 M * Bertl or is your limit #11 the nice value? 1200012700 M * bardia well changing the vserver from nice 16 to nice 0 for the guest made the cron.d/tabfile work. but i'd prefer the guest to run at a specific nice value (16 in this case). that is possible now w/ the pam_limits.so config. how do i know my limit #11? 1200012739 M * Bertl good question, probably only by looking at the source code, or asking the maintainers 1200012792 M * Bertl my pam_limits here show the name in () like this: setrlimit(RLIMIT_AS) 1200012854 M * Bertl in case your limit #11 is indeed the RLIMIT_NICE (which the behaviour would suggest), you want to set the nice limit to that (in security/limits.conf) 1200012891 M * Bertl but then, the IGNEG_NICE should help too 1200012898 M * daniel_hozac or, comment the setting altogether. 1200012926 M * Bertl well, I assume that there is no setting for this limit, thus it tries to set it to unlimited 1200012946 M * Bertl (but what do I know of pam :) 1200014120 Q * meandtheshel1 Quit: Leaving. 1200014709 J * derjohn_mobil ~aj@80.242.133.124 1200014984 J * [PUPPETS]Gonzo gonzo@fellatio.deswahnsinns.de 1200015748 M * daniel_hozac Bertl: did you do the pid_nr_unmapped_ns yet? 1200015756 M * Bertl nope 1200015761 J * balbir_ ~balbir@122.167.92.65 1200015767 M * daniel_hozac okay, will do. 1200015772 M * Bertl okay, great! 1200015789 M * daniel_hozac i think we'll still have the problem i'm seeing now though. 1200015811 M * daniel_hozac i.e. that the init process isn't showing up in listings. 1200015815 M * Bertl that could easily be, proc always was a bitch :) 1200015819 M * daniel_hozac hehe. 1200016024 Q * balbir Read error: Operation timed out 1200016793 M * bardia thanks for the pam help. i have an unrelated question, not very vserver specific actually: configuring a vserver client on a firewalled machine, one internal static interface and one external dhcp interface. i config the VS client to run on the internal interface. with the default, essentially, ipmasq config the VS client can't get packets out the external interface, internally it's fine. any hints? it seems ipmasq is not popular, at least among vserver u 1200016831 M * Bertl hmm, I would use a simple SNAT rule on the host 1200016873 M * Bertl i.e. something like iptables -t nat -A POSTROUTING -s -o -j SNAT --to-source 1200017028 Q * yarihm Quit: Leaving 1200017032 Q * mire Ping timeout: 480 seconds 1200017412 M * daniel_hozac Bertl: fs/reiserfs/ioctl.c:reiserfs_ioctl uses oldflags... but it's never set. i assume it's just a missing oldflags = REISERFS_I(inode)->i_attrs? 1200017451 M * Bertl probably 1200017468 M * Bertl maybe it got moved elsewhere (misapplied hunk) 1200017609 M * daniel_hozac it's not in that file, at least. 1200017619 M * Bertl okay :) 1200017708 M * daniel_hozac http://people.linux-vserver.org/~dhozac/p/k/delta-reiserfs-fix01.diff 1200017739 M * Bertl already tested? 1200017750 M * daniel_hozac it fixes the warning. 1200017756 M * Bertl ah, okay :) 1200017985 J * _brent_ ~brent@mail.jivecommunications.com 1200017992 Q * derjohn_mobil Ping timeout: 480 seconds 1200017997 P * _brent_ 1200018746 M * daniel_hozac http://people.linux-vserver.org/~dhozac/p/k/delta-signal-fix02.diff 1200018775 M * daniel_hozac currently, shutting down a guest causes a debug message for each process on the host. 1200018809 M * daniel_hozac (and other guests) 1200019064 Q * [PUPPETS]Gonzo Quit: Serverwechsel 1200019221 J * ntrs_ ~ntrs@vs079.rosehosting.com 1200019287 J * qq ~123@u52-188.u203-187.giga.net.tw 1200019290 P * qq 1200019615 Q * ntrs Ping timeout: 480 seconds 1200020418 J * [PUPPETS]Gonzo sagichnet@fellatio.deswahnsinns.de 1200022150 J * julius_ ~julius@p57B268B5.dip.t-dialin.net 1200022570 Q * Julius Ping timeout: 480 seconds 1200022926 M * Bertl okay, finally off to bed now ... have a good one everyone! 1200022932 N * Bertl Bertl_zZ 1200023063 Q * PowerKe Ping timeout: 480 seconds 1200023181 Q * ViRUS Quit: Leaving 1200023978 J * PowerKe ~tom@d54C13E4B.access.telenet.be 1200024456 Q * derjohn Ping timeout: 480 seconds 1200024505 J * derjohn ~derjohn@dslb-084-058-206-157.pools.arcor-ip.net 1200028218 J * _gh_ ~gerrit@c-67-169-199-103.hsd1.or.comcast.net 1200031203 Q * jescheng Remote host closed the connection 1200031214 J * jescheng ~jescheng@proxy-sjc-1.cisco.com 1200032398 J * sharkjaw ~gab@shell.ormset.no 1200033436 Q * balbir_ Read error: Operation timed out 1200033765 M * awk night. 1200035988 J * gebura ~gebura@77.192.186.197 1200036040 M * gebura hi 1200036266 J * balbir_ ~balbir@59.145.136.1 1200036736 J * DLange ~dlange@p57A30FF5.dip0.t-ipconnect.de 1200036983 J * mire ~mire@86-170-222-85.adsl.verat.net 1200037368 J * JonB ~NoSuchUse@kg0-128.kollegiegaarden.dk 1200037781 Q * larsivi Quit: Konversation terminated! 1200038004 Q * hparker Remote host closed the connection 1200038074 Q * DLange Quit: Bye, bye. Hasta luego. 1200038559 Q * JonB Ping timeout: 480 seconds 1200038569 J * JonB ~NoSuchUse@kg1-68.kollegiegaarden.dk 1200039391 J * fhh ~fhh@ivr94-3-82-224-216-47.fbx.proxad.net 1200039496 Q * JonB Quit: Leaving 1200039601 Q * daniel_hozac Ping timeout: 480 seconds 1200040306 Q * fhh Quit: leaving 1200040451 J * daniel_hozac ~daniel@ssh.hozac.com 1200040650 J * Slydder ~chuck@user-pic.planet-ic.de 1200040672 M * Slydder morning all 1200040680 J * Punkie ~Punkie@goc.coolhousing.net 1200040730 M * tuxbubling orning 1200040739 M * tuxbubling morning* ;) 1200040798 J * ntrs ~ntrs@vs079.rosehosting.com 1200040912 M * Slydder I used to use the older version of vserver which had the vreboot command that was linked to halt, shutdown and reboot. there doesn't seem to be a vreboot in the new version of vserver. anyone happen to know why? 1200041002 M * AStorm no reason for it, vserver stop should invoke shutdown correctly 1200041047 M * AStorm what you probably want is vserver restart 1200041074 M * Slydder yeah but what if the admin of a guest server needs to reboot his vserver. vreboot worked fine for such needs. will the legacy vreboot work ok still for such things? 1200041107 M * AStorm don't use it 1200041121 M * AStorm just use normal reboot 1200041127 M * AStorm should work fine 1200041195 Q * ntrs_ Ping timeout: 480 seconds 1200041224 Q * sid3windr Read error: Connection reset by peer 1200041327 Q * ||Cobra|| Remote host closed the connection 1200041333 M * Slydder found what I was looking for in the FAQ after doing a site wide search. lol. sys_reboot has been virtualized in 2.0* so no probs there. thanks for the info. 1200041347 J * sid3windr luser@bastard-operator.from-hell.be 1200041394 M * Slydder anyone here running a debian etch host with slackware 12 guests? 1200041405 M * tuxbubling nope 1200041417 M * tuxbubling gentoo host with fedora8 guest here 1200041478 M * tuxbubling AStorm: are you on freenode? you nick sounds familiar 1200041485 M * AStorm tuxbubling: yep 1200041488 M * AStorm noticed you too 1200041502 M * tuxbubling are you on some gentoo chans? 1200041509 M * AStorm tuxbubling: ... yes 1200041517 M * tuxbubling ok that's it then :) 1200041583 M * Slydder am currently reworking a script Martin List-Peterson that will install differing tarball images (slack, suse, fedora, etc...) on a debian hosts. not exactly fun as it is based on the old vserver 1.2 configs and such. 1200041667 J * ||Cobra|| ~cob@pc-csa01.science.uva.nl 1200041774 J * meandtheshel1 ~sa@85.127.102.217 1200041795 M * tuxbubling Slydder: why not base it on recent vserver versions? 1200041839 M * Slydder it will be. am rewriting it. most of the work is done. just have to change the 1.2* config setup to 2.0* config 1200041842 M * AStorm why use a script in the first place? 1200041859 M * AStorm you want to give people phony vservers? 1200041884 J * larsivi ~larsivi@85.221.53.194 1200041909 M * Slydder because I need at least 5 differing distros and have the tarballs more or less ready. the setup is a bit different for each though and i hate doing it per hand each and every time. 1200044335 J * dna ~dna@157-215-dsl.kielnet.net 1200044427 J * friendly12345 ~friendly@ppp59-167-130-239.lns3.mel6.internode.on.net 1200044435 Q * julius_ Quit: Verlassend 1200044870 P * Slydder 1200044963 J * Slydde1 ~chuck@user-pic.planet-ic.de 1200045541 J * derjohn_mobil ~aj@e180218064.adsl.alicedsl.de 1200045853 P * friendly12345 1200046396 J * lilalinux ~plasma@dslb-084-058-206-157.pools.arcor-ip.net 1200048089 Q * derjohn_mobil Ping timeout: 480 seconds 1200049166 N * Bertl_zZ Bertl_oO 1200049338 M * Bertl_oO morning folks! 1200049347 M * gebura morning Bertl_oO ! 1200050238 M * Bertl_oO Slydde1: why not use the 'vserver .. build -m template ...' method? 1200050421 Q * Punkie Quit: Odcházím 1200050444 Q * anonc Quit: adios 1200053720 M * awk please can somebody tell me the best way to copy a vserver from 1 machine to another? 1200053736 M * Bertl_oO rsync? 1200053789 M * awk I could do that, but i'm talking about directory structure 1200053794 M * awk I could tgz it up and move it 1200053803 M * Bertl_oO rsync is better 1200053812 M * awk but what exactly i';m i copying over ? /etc/vserver/vservername && /var/lib/vservername ? 1200053835 M * awk err /var/lib/vserver/vservername 1200053852 M * Bertl_oO depends on your distro, I would copy /etc/vservers/ and /vservers/ 1200053863 M * awk ok, so no other hidden directories? 1200053871 M * awk just the config and the vserver itself? 1200053881 M * awk and 1 last thing, should the vserver be stopped when copying? 1200053883 M * Bertl_oO there are some, especially for disk usage and such, but IIRC, they will be recreated 1200053919 M * Bertl_oO awk: with rsync, you usually run the sync on the running guest, then stop it and rsync again to keep the downtime to a few seconds 1200053966 M * awk ahh, i see 1200054049 M * Bertl_oO rsync -axHPSD --numeric-id is a good incantation 1200054306 Q * Aiken Quit: Leaving 1200054492 M * awk great, thanks! 1200054750 M * Bertl_oO you're welcome! 1200055196 J * wibble wibble@vortex.ukshells.co.uk 1200055212 M * Bertl_oO wb wibble! 1200055357 Q * FireEgl Quit: Bye... 1200055424 Q * sharkjaw Ping timeout: 480 seconds 1200055527 M * wibble Hello Bertl ! 1200055603 J * ftx_ ~ftx@dslb-084-060-210-211.pools.arcor-ip.net 1200056144 Q * derjohn Ping timeout: 480 seconds 1200056154 J * derjohn ~derjohn@80.69.41.3 1200056190 Q * lilalinux Quit: Leaving 1200056340 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 1200056584 J * lilalinux ~plasma@dslb-084-058-206-157.pools.arcor-ip.net 1200056646 M * bragon hello 1200056679 M * bragon http://pastebin.ca/850760 1200056685 M * bragon if anyone have any idea 1200056921 M * bragon if you are here Bertl_oO 1200057181 M * bragon http://pastebin.ca/850765 1200057183 M * bragon and this 1200057587 J * Julius ~julius@p57B268B5.dip.t-dialin.net 1200059682 M * Bertl_oO bragon: sounds like SELinux or broken (miscompiled?) tools, maybe run testme.sh and upload the output together with 'vserver-info - SYSINFO' 1200059727 M * Bertl_oO '/etc/vservers/bombadil/interfaces/0/name~' is harmless but you might want to remove your editor copies :) 1200060789 Q * larsivi Quit: Konversation terminated! 1200061101 Q * bardia Read error: Connection reset by peer 1200061449 M * bragon Bertl_oO: i build another new vserver and merge the config files into 1200061458 M * bragon because i have a init issue i think 1200061471 M * bragon since i try to make work a debian guest in my gentoo host 1200061488 M * bragon i have recompiled vserver-util too 1200061495 M * bragon the issue is the same 1200061503 J * doener_ ~doener@i577AC1E6.versanet.de 1200061602 Q * FireEgl Read error: Connection reset by peer 1200061793 J * yarihm ~yarihm@whitehead2.nine.ch 1200061919 Q * doener Ping timeout: 480 seconds 1200061968 Q * ||Cobra|| Remote host closed the connection 1200062061 M * Bertl_oO bragon: let's start with the requested output ... otherwise we are only guessing ... 1200062139 J * bardia ~bardia@lnc.usc.edu 1200062227 J * ||Cobra|| ~cob@pc-csa01.science.uva.nl 1200062501 J * ntrs_ ~ntrs@vs079.rosehosting.com 1200062522 Q * balbir_ Ping timeout: 480 seconds 1200062825 Q * ntrs Ping timeout: 480 seconds 1200063414 Q * gebura Quit: Quitte 1200064286 M * tuxbubling may i ask how you personnaly share files between host and guests? 1200064683 J * Infinito ~argos@200-140-64-109.gnace701.dsl.brasiltelecom.net.br 1200064697 Q * mire Ping timeout: 480 seconds 1200064793 M * Bertl_oO tuxbubling: mostly via the filesystem? 1200064912 M * tuxbubling yeah i think that's the best way 1200064970 M * tuxbubling but being root to copy files over the guest is painfull 1200064994 M * Bertl_oO so why not copy it as user then? 1200065059 M * tuxbubling cause the user that will copy doesn't exists on the guest 1200065094 M * tuxbubling NFS would be perfect 1200065164 M * Bertl_oO NFS would just be a lot of indirection and overhead, but if you like, do an NFS mount for the guest 1200065231 M * tuxbubling i'm gonna tryout stuff but yes NFS would be some useless overheade 1200065350 J * mire ~mire@187-171-222-85.adsl.verat.net 1200065980 A * ard6 would use a non-tagged partition for that 1200065997 M * ard6 then you can share between vservers and root alike 1200066248 Q * ensc Read error: Connection reset by peer 1200066466 Q * Slydde1 Quit: Leaving. 1200066538 M * tuxbubling ard6: what do you call a non-tagged part? 1200066677 J * ensc ~irc-ensc@p54B4F6F1.dip.t-dialin.net 1200066806 Q * AStorm Quit: AWOL 1200067152 M * tuxbubling anyway 1200067158 M * tuxbubling have a good week end all :) 1200067160 M * tuxbubling cya 1200067162 P * tuxbubling 1200068600 Q * Infinito Quit: Leaving 1200068923 J * Paco ~pako@evdomip-168-45.iusacell.net 1200068936 P * Paco 1200069635 Q * lilalinux Quit: Leaving 1200069669 J * lilalinux ~plasma@dslb-084-058-206-157.pools.arcor-ip.net 1200070203 Q * yarihm Quit: Leaving 1200070428 J * lilalinux_ ~plasma@80.69.41.3 1200070874 Q * lilalinux Ping timeout: 480 seconds 1200070907 J * balbir_ ~balbir@122.167.92.65 1200071029 J * ftx__ ~ftx@dslb-084-062-224-168.pools.arcor-ip.net 1200071125 Q * lilalinux_ Quit: Leaving 1200071139 J * lilalinux ~plasma@80.69.41.3 1200071399 Q * ftx_ Ping timeout: 480 seconds 1200072047 J * balbir__ ~balbir@122.167.92.65 1200072060 Q * balbir_ Read error: Operation timed out 1200073647 J * pmenier ~pmenier@ACaen-152-1-54-157.w83-115.abo.wanadoo.fr 1200073671 M * pmenier Hello all 1200073739 M * pmenier testing vs2.2.0.5.0.7 gives http://paste.linux-vserver.org/11490 when launching testme.sh 1200074362 Q * mire Read error: Operation timed out 1200074404 Q * jescheng Remote host closed the connection 1200074418 J * jescheng ~jescheng@proxy-sjc-1.cisco.com 1200074881 J * DLange ~dlange@p57A30FF5.dip0.t-ipconnect.de 1200075228 N * pmenier pmenier_off 1200075326 J * mire ~mire@205-170-222-85.adsl.verat.net 1200075537 J * virtuoso ~s0t0na@ppp78-37-178-39.pppoe.avangarddsl.ru 1200075588 Q * lilalinux Quit: Leaving 1200075591 J * lilalinux ~plasma@80.69.41.3 1200075935 J * s0undt3ch ~s0undt3ch@80.69.34.147 1200075939 M * s0undt3ch hello ppl 1200075944 Q * virtuoso_ Ping timeout: 480 seconds 1200076024 M * s0undt3ch today I had a problem with libpthread.so.0 on a guest of mine, I tried moving the guest's /lib arround, and all of a sudent, guest won't even start, and /lib is again where it should be 1200076043 M * s0undt3ch vcontext: execvp("/etc/init.d/rc"): No such file or directory 1200076087 M * s0undt3ch what are my options? 1200076322 Q * tam Ping timeout: 480 seconds 1200076449 J * tam ~tam@gw.nettam.com 1200076481 Q * lilalinux Remote host closed the connection 1200076704 J * hparker ~hparker@linux.homershut.net 1200077162 M * s0undt3ch http://paste.ufsoft.org/13 <- --debug output when starting the guest 1200077641 M * pmjdebruijn s0undt3ch: I had the same thing today 1200077659 M * pmjdebruijn s0undt3ch: that happens when you accidentally delete a complete filesystem from a running vserver 1200077662 M * pmjdebruijn I'm stuck as well... 1200077698 M * daniel_hozac pmjdebruijn: vkill is your friend. 1200077726 M * daniel_hozac s0undt3ch: obviously the interpreter for that file or one of its libraries are missing. 1200077793 M * daniel_hozac pmenier_off: that seems to only be a subset of the trace. it also reminds me of a bug we supposedly fixed already. 1200077881 M * s0undt3ch daniel_hozac: which file? 1200078289 M * daniel_hozac /etc/init.d/rc. 1200078289 M * s0undt3ch I have bash installed 1200078289 M * s0undt3ch I had(into the vserver) 1200078289 M * daniel_hozac so it's probably one of bash's libraries. 1200078289 M * s0undt3ch dam, how will I know that now :\ 1200078289 M * daniel_hozac vserver ----insecure start --rescue ldd /bin/bash 1200078289 M * s0undt3ch vcontext: execvp("ldd"): No such file or directory 1200078289 M * daniel_hozac i guess you'll need to run it on the host then. 1200078289 M * s0undt3ch ah 1200078622 T * * http://linux-vserver.org/ | latest stable 2.2.0.5, 2.0.3-rc3, devel 2.3.0.29, stable+grsec 2.2.0.5 | util-vserver-0.30.214 | 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'll forget about the minute ;) 1200078622 T * harry - 1200078701 N * pmenier_off pmenier 1200078773 M * pmenier daniel_hozac: ok. It was just for info as there is no crash/hang 1200078804 M * daniel_hozac pmenier: could you get the whole message? 1200079013 M * pmenier yes just a minut 1200079058 M * pmenier http://paste.linux-vserver.org/11491 1200079083 Q * sladen Ping timeout: 480 seconds 1200079177 J * sladen paul@starsky.19inch.net 1200079334 M * daniel_hozac Bertl_oO: you fixed this several revision ago, no? 1200079399 M * daniel_hozac i haven't seen it at all, it was fixed by the time i started testing... 1200079548 M * pmenier i must leave for the moment, sorry... Be back in 1 hour 1200079554 N * pmenier pmenier_off 1200079711 J * Piet ~piet@tor.noreply.org 1200079952 J * r3volv3r ~mjudge.19@de3.tcompressor.com 1200079972 M * r3volv3r hey wanna something fun 1200080020 M * r3volv3r  1200080021 A * r3volv3r  1200080023 M * r3volv3r  1200080025 A * r3volv3r  1200080027 M * r3volv3r  1200080029 A * r3volv3r  1200080031 M * r3volv3r  1200080033 A * r3volv3r  1200080035 M * r3volv3r  1200080037 A * r3volv3r  1200080039 M * r3volv3r  1200080041 A * r3volv3r  1200080043 M * r3volv3r  1200080045 A * r3volv3r  1200080047 M * r3volv3r  1200080049 A * r3volv3r  1200080051 M * mnemoc may anyone ban r3volv3r ? 1200080053 M * r3volv3r  1200080055 A * r3volv3r  1200080057 M * r3volv3r  1200080057 Q * DLange Quit: Bye, bye. Hasta luego. 1200080059 A * r3volv3r  1200080062 M * arachnist wtf is this 1200080069 M * r3volv3r hahahahaha 1200080071 M * mnemoc Bertl_oO: may you ban r3volv3r please? 1200080075 M * arachnist i'd say K-Line him 1200080080 M * mnemoc better 1200080081 M * r3volv3r more 1200080086 Q * r3volv3r Excess Flood 1200080090 M * mnemoc bye 1200080375 M * hparker uhm... 1200080658 M * micah that was fun 1200080942 M * Bertl_oO would not happen if there was a mandatory intelligence test for internet access :) 1200080992 M * mnemoc i wouldn't be allowd to enter :\ 1200081029 M * Bertl_oO I doubt that .. you seem pretty 'intelligent' to me ... 1200081042 M * mnemoc depends on the day :) 1200081050 M * mnemoc but thanks :) 1200081122 M * Bertl_oO now that we are at it, I would really really need more memory in my machine ... *G* 1200081136 M * mnemoc :D 1200081668 T * * http://linux-vserver.org/ | latest stable 2.2.0.5, 2.0.3-rc3, devel 2.3.0.29, stable+grsec 2.2.0.5 | util-vserver-0.30.214 | 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'll forget about the minute ;) 1200081668 T * harry - 1200082314 J * larsivi ~larsivi@144.84-48-50.nextgentel.com 1200082687 J * ema ~ema@rtfm.galliera.it 1200082691 M * s0undt3ch how can I force a vserver to be 386 or 686 on an amd64 host? 1200082730 M * daniel_hozac echo linux32 >> /etc/vservers//personality 1200082747 J * bonbons ~bonbons@2001:960:7ab:0:2c0:9fff:fe2d:39d 1200082894 M * s0undt3ch daniel_hozac: what's cpusets/ for? 1200082920 M * daniel_hozac cpusets? :) 1200082923 M * Bertl_oO assigning cpus to guest systems 1200082934 M * s0undt3ch ah ok 1200083080 M * s0undt3ch hmm, that still makes my debian inside think it's an amd64 1200083093 M * s0undt3ch is there a way I can override that? 1200083111 M * daniel_hozac what does it base that on? 1200083119 M * Bertl_oO you probably want to change the uts info too 1200083132 M * s0undt3ch Bertl_oO: how do I do that? 1200083153 M * daniel_hozac a linux32 personality overrides the machine, setting it to i686. 1200083228 M * Bertl_oO ah, good to know 1200083508 M * s0undt3ch hmm, uname -a still reports amd as suposed I think 1200083528 M * s0undt3ch *amd64 1200083553 M * daniel_hozac and you restarted the guest? 1200083565 M * s0undt3ch yes 1200083577 M * daniel_hozac what kernel? 1200083597 M * s0undt3ch 2.6.18-5-xen-vserver-amd64 1200083608 N * pmenier_off pmenier 1200083609 M * Bertl_oO what util-vserver version? 1200083651 M * s0undt3ch 0.30.212 1200083677 M * Bertl_oO try setting the uts machine information (see flowerpage) 1200083704 M * s0undt3ch dam, flowerpage :) 1200083819 M * s0undt3ch hmmm, and set what? 1200083824 M * s0undt3ch to what? 1200083832 M * s0undt3ch release -> etch 1200083837 M * Bertl_oO machine to i686? 1200083845 M * s0undt3ch ah 1200083849 M * s0undt3ch missed that one :) 1200083925 M * s0undt3ch hmm, I'm still getting the amd64 debs :\ 1200083956 M * Bertl_oO that is likely to be caused by the sources configuration for apt? 1200083970 J * ntrs__ ~ntrs@vs079.rosehosting.com 1200083974 M * daniel_hozac did you install the guest as amd64? 1200083998 M * Bertl_oO probably by accident, i.e. without --arch specified 1200084022 M * s0undt3ch ah yes :\ 1200084038 M * s0undt3ch no way to change it now right? 1200084053 M * daniel_hozac there probably is. 1200084058 M * daniel_hozac but i'm an rpm person :) 1200084171 M * s0undt3ch to what do I pass --arch? 1200084189 M * s0undt3ch vserver foo build --arch i686 ....? 1200084190 M * daniel_hozac vserver ... build ... -- -d ... -- --arch i386 1200084197 M * s0undt3ch ah ok 1200084203 M * Bertl_oO take care regarding the '--' 1200084247 J * Infinito argos@200-140-64-109.gnace701.dsl.brasiltelecom.net.br 1200084274 M * Bertl_oO wb Infinito! 1200084423 Q * ntrs_ Ping timeout: 480 seconds 1200084487 Q * meandtheshel1 Quit: Leaving. 1200084548 Q * ensc Remote host closed the connection 1200084851 Q * ema Quit: leaving 1200084941 J * JonB ~NoSuchUse@192.38.8.25 1200085026 J * ftx_ ~ftx@dslb-084-060-241-175.pools.arcor-ip.net 1200085324 Q * ftx__ Ping timeout: 480 seconds 1200085581 Q * pmenier Quit: Konversation terminated! 1200087270 J * _brent_ ~brent@mail.jivecommunications.com 1200087274 P * _brent_ 1200087337 J * derjohn_mobil ~aj@p5B23F1AA.dip.t-dialin.net 1200087434 Q * Piet Quit: Piet 1200089578 J * Aiken ~james@ppp121-45-194-143.lns1.bne1.internode.on.net 1200089635 Q * bonbons Quit: Leaving 1200090274 Q * Julius Ping timeout: 480 seconds 1200090379 J * Julius ~julius@p57B268B5.dip.t-dialin.net 1200091057 Q * Infinito Ping timeout: 480 seconds 1200092117 J * matti matti@acrux.romke.net 1200092198 J * Infinito argos@201-2-77-227.gnace701.dsl.brasiltelecom.net.br 1200092354 Q * Bertl_oO Remote host closed the connection 1200092358 J * Bertl_oO herbert@IRC.13thfloor.at 1200092509 J * dna_ ~dna@157-215-dsl.kielnet.net 1200092873 M * duckx hy 1200092900 Q * dna Ping timeout: 480 seconds 1200093382 Q * Julius Quit: Verlassend 1200093719 Q * ftx_ Ping timeout: 480 seconds 1200094171 Q * Infinito Quit: Quitte 1200094413 Q * BobR_oO Remote host closed the connection 1200094440 J * BobR_oO odie@IRC.13thfloor.at 1200095109 Q * larsivi Quit: Konversation terminated! 1200095421 Q * JonB Read error: Operation timed out