1136592031 Q * Smutje Ping timeout: 480 seconds 1136592339 Q * samuel Quit: My damn controlling terminal disappeared! 1136592341 J * lilalinux__ ~plasma@dslb-084-058-198-157.pools.arcor-ip.net 1136592459 M * Bertl wb lilalinux__! 1136592601 Q * Doener Quit: Leaving 1136592781 Q * lilalinux_ Ping timeout: 480 seconds 1136594476 P * undefined 1136595247 Q * prae Quit: Pwet 1136595678 N * lchvdlch lchvdlog 1136595681 M * lchvdlog g'nite all 1136595701 M * Bertl night lchvdlog! 1136597736 J * redline redline@s5591a84b.adsl.wanadoo.nl 1136597747 M * Bertl welcome redline! 1136597761 M * redline hello 1136599043 P * redline 1136600661 M * micah Bertl: I am hoping to do an upload of util-vserver to debian soon to get the hppa and mips fixes in, I'm just waiting for Ola's approval 1136600684 M * Bertl excellent! 1136600695 M * Bertl was the mips stuff tested? 1136600804 M * micah that was the next question I had for you actually :) 1136600861 M * Bertl well, I have no access to mips, but Greek0 reported it working some time ago 1136600900 M * micah great, I'm working with kilian and waldi etc. on getting a mips kernel built, and will test it there (if they approve) 1136600930 M * Bertl excellent! 1136601182 M * micah Bertl: what tests would be sufficient do you think? 1136601220 M * Bertl hmm, well, for now I do the testme.sh -L and the testfs.sh -tx 1136601247 M * Bertl in both cases the debugging has to be enabled and the kernel log must be inspected 1136601279 M * Bertl it would be good to do limit checks too as well as resource isolation checks, but there are no tests for that yet 1136601524 M * Bertl IIRC, somebody promised to package the BME tests, but that didn't happen either :/ 1136601704 M * Greek0 I tested the syscall stuff, it should work afaik 1136601740 M * Greek0 can't test the kernel side on my WRT, but there's a lonely SGI indy standing around at the quintessenz office, which just waits to get installed 1136602011 M * Bertl micah: see, so everyting should work fine :) 1136602033 M * Bertl hey Greek0, up late? 1136602104 M * Greek0 Bertl: yep. couldn't sleep when I tried around 2.30 1136602257 M * Greek0 with a bit of luck I don't have lab munday afternoon, then I can meet with lefant and install the mips box 1136602286 M * Bertl shouldn't qemu support mips by now? 1136602319 M * Greek0 donno, haven't checked. 1136602325 M * Bertl I think I really have to look into automated testing soon ... 1136604696 M * micah Bertl: ok, requesting that the mips machine get built with vserver debugging turned on on the kernel 1136605069 M * Greek0 Bertl: why aren't BME already implemented upstream, or why won't upstream accept them actually? I always wondered about that.. 1136605164 M * Greek0 especially as the situation was some time ago (and probably still is), where mount --bind -o ro succeeds, but silently disregards the ro option 1136605257 Q * FireEgl Ping timeout: 480 seconds 1136605305 M * Bertl Greek0: well, you probably have to ask Al Viro about that :) 1136605519 M * micah Bertl: kernel debug log when vserver debugging is on goes where? 1136605535 M * Bertl to the syslog/klog? 1136605541 M * micah k, thats what I thought 1136605776 J * undefined ~undefined@adsl-68-93-109-94.dsl.rcsntx.swbell.net 1136605801 M * Bertl micah: how would I install a really minimalistic debain for an arbitrary arch into a directory? 1136606300 M * undefined bertl: i'm not micah, but... for chroots & bootcds i just use debootstrap, "apt-get --purge remove" the packages i don't need (forcing things if i feel really brave), and "rm -rf /usr/share/doc" 1136606352 M * Bertl undefined: yes, but now add two elements to the mix, first, I want to debootstrap .. let's say mips, and then I want it to be really small ... 1136606372 M * undefined bertl: from http://www.debian.org/releases/stable/i386/install 1136606374 M * Bertl (of course, all on my favorite x86 pc) 1136606382 M * undefined from C.4.3 1136606388 M * undefined Substitute one of the following for ARCH in the debootstrap command: alpha, arm 1136606389 M * undefined , hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, or sparc. 1136606389 M * undefined # /usr/sbin/debootstrap --arch ARCH sarge \ 1136606389 M * undefined /mnt/debinst http://http.us.debian.org/debian 1136606418 M * undefined /mnt/debinst is the desired directory (and doesn't have to be a separate partition as in the example) 1136606422 M * Bertl okay, that probably answers part 1, now to the really small part? 1136606422 M * Greek0 Bertl: cross-bootstrapping is a bit of a PITA, .. afaik it only works with cbootstrap 1136606434 M * undefined just delete what you don't want/need ;) 1136606455 M * Bertl undefined: hmm, probably an approach too ... 1136606458 M * undefined i've heard of people deleting /var/lib/{apt,dpkg} 1136606525 M * Greek0 and you probably want to cross-bootstrap first from the outside, sooner or later that will fail, because it wants toexecute binaries.. then you continue to bootstrap from inside the chroot with the "right" arch 1136606550 M * Greek0 undefined: if you do the latter you'll probably never be able to upgrade packages again though 1136606555 M * undefined bingo 1136606569 M * undefined greek0: but if you want it *really* small... ;) 1136606600 M * undefined debootstrap just unpackes packages 1136606603 M * Bertl Greek0: so you are basically saying the cross arch debootstrap will not work? 1136606623 M * Greek0 undefined: no, it unpacks them and then starts to configure them using dpkg 1136606656 M * undefined greek0: yes, but that's not arch specific (i believe) 1136606657 M * Greek0 and most configure scripts won't be happy if they can't execute basic stuff like.. ls, echo, sh, ... because they can't be executed on the host arch 1136606678 M * undefined greek0: good point, hmmm... 1136606713 M * Greek0 Bertl: I did it with my debian chroot on my WRT, was kind'a messy though. 1136606736 M * undefined bertl: you want --foreign 1136606748 M * undefined bertl: from the man page... 1136606755 M * Greek0 ah, idea.. you want to use qemu anyway, right? 1136606775 M * undefined Do the initial unpack phase of bootstrapping only, for example if the target architecture does not match the host architecture. A copy of debootstrap sufficient for completing the bootstrap process will be installed as /deboostrap/debootstrap in the tar- get filesystem. 1136606785 M * Greek0 then you could just install the system normally inside qemu, using debian-installer. that would probably be one-time setup work 1136606835 M * Bertl sounds already much better ... 1136606992 M * undefined is "vserver restart" the only way to have changes in "/etc/vservers/name/schedule" take effect? 1136607007 M * Bertl no, you can use vsched for that 1136607011 M * undefined thanks 1136607318 M * micah Bertl: uff, sorry I was away, and now its late and was heading to sleep, but it looks like you have good advice from Greek0, but if you still need help my tomorrow, I'll be happy to assist 1136607324 Q * bubulak Ping timeout: 480 seconds 1136607338 M * Bertl micah: k, thanks! have a good sleep! 1136607349 M * micah i hope so, haven't slept much recently :P 1136607352 M * micah good night! 1136607538 J * bubulak ~bubulak@cicka.wnet.sk 1136611284 M * Bertl okay, lot of small things done, so off for tonight :) 1136611296 M * Bertl have a good whatever everyone, cya tomorrow! 1136611301 N * Bertl Bertl_zZ 1136611381 M * distortion hmmm 1136611390 M * distortion anyone alive still? 1136612152 P * undefined 1136613331 J * AlHikmah AlHikmah@60.52.27.235 1136617613 Q * AlHikmah Read error: Connection reset by peer 1136619496 Q * Hollow Quit: SIGTERM 1136619716 J * Hollow ~hollow@home.xnull.de 1136620424 J * trac ~ad@pcp0010357108pcs.indpnd01.mo.comcast.net 1136620516 M * trac can someone save me please. trying to set up a centos 4.2 min-server but it looks like it can't find any rpms to install the base system. Its late and I'm probally missing something obvious in the docs. Should I be copying the rpms somewhere? 1136620928 M * trac anyone? 1136621219 J * tbenita ~tbenita@tbenita.net1.nerim.net 1136621287 M * trac last time then I'm off to bed 1136621306 M * trac can anyone help me with a vserver/centos4.2 problem 1136621581 P * trac 1136621660 M * tbenita hi, I've a strange issue on a gentoo host vserver : in my vservers I often get some Defunc processes (always the same processes get defunc..) 1136621673 M * tbenita uname is : 2.6.11.11-vs2.0-rc4 #1 SMP Tue Jun 21 17:46:59 CEST 2005 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz GenuineIntel GNU/Linux 1136621763 M * tbenita the defunc processes are : pdftotext which dot ... 1136621784 M * tbenita any idea on how to track the source ?? 1136621800 M * tbenita The same configuration seems to work fine outside vservers 1136621862 M * tbenita host server is a gentoo, vserver is sarge 1136622968 J * tudenbart ~willi@xdsl-81-173-175-81.netcologne.de 1136623434 Q * dothebart Ping timeout: 480 seconds 1136624620 J * id23 ~id@p54A00353.dip0.t-ipconnect.de 1136624627 M * id23 moin 1136625758 J * MatriXica ~Matrixica@192.129.3.196 1136627961 Q * Hollow Remote host closed the connection 1136628268 J * Hollow ~hollow@home.xnull.de 1136628370 Q * sod Quit: I don't suffer from insanity, I enjoy every minute of it. 1136628703 J * ichigo ~m@203.81.211.43 1136628756 M * ichigo can anyone tell me what website is used to post error messages 1136628833 M * ichigo come on i need to post a large error mesage but i think its a rule here for large messages to use that site. but i can't remember it. 1136628851 M * MatriXica :) 1136628853 M * MatriXica what u mean 1136628857 M * id23 http://pastebin.com/ 1136628897 M * MatriXica oh 1136628902 M * MatriXica go on freenode :> 1136628905 M * MatriXica they will help ya 1136628986 M * ichigo thats it thanks 1136629023 M * ichigo what do you mean. my problem is related to vserver.... 1136629225 M * ichigo well here my problem. i installed vserver on a fresh installation of ubuntu breezy. (compiled form source). but when i try to start it i get this message. http://pastebin.com/494676 1136629663 M * tso_ have you installed util-vserver package or compiled it? 1136629744 M * tso_ the /sbin/vshelper symbolic link points to right location? 1136630275 M * ichigo there is no /sbin/vshelper. i compiled the util-vserver 1136630371 M * tso_ ichigo make a symlink /sbin/vshelper which points to /usr/local/lib/util-vserver/vshelper 1136630682 M * ichigo ok i did what you said but did not help. so i did echo "/usr/local/lib/util-vserver/vshelper" >/proc/sys/kernel/vshelper. now when i try to start it i get this message http://pastebin.com/494704 1136630749 M * tso_ which version did you install 2.1.0 or 2.0.1? 1136630819 M * ichigo 2.1 1136630824 M * ichigo 2.1.0 1136630860 M * ichigo util-vserver: 0.30.209 1136630983 M * tso_ did you enable dynamic context ids in kernel conf? 1136631028 M * tso_ CONFIG_VSERVER_DYNAMIC_IDS=y 1136631035 M * tso_ in config 1136631190 M * ichigo yes it is enabled in the config file. 1136631301 M * ichigo here is the rest of my config file that relates to vserver 1136631302 M * ichigo http://pastebin.com/494710 1136631557 M * tso_ hm it looks fine 1136631793 M * tso_ sry, i missed something, try to disable ngnet 1136631799 M * id23 ichigo, did you install the iproute(2) package 1136631801 M * tso_ or use alpha utils 1136631832 M * id23 you need the "ip" command 1136631855 M * id23 try "ip addr ls" - e.g, 1136631953 Q * ichigo Read error: Connection reset by peer 1136632330 Q * MatriXica Ping timeout: 480 seconds 1136632561 A * SiD3WiNDR slaps that matrix-ica 1136632627 J * ichigo ~m@203.81.211.43 1136636832 J * Smutje ~Smutje@xdsl-87-78-4-122.netcologne.de 1136636941 Q * Smutje_ Ping timeout: 480 seconds 1136638301 Q * id23 Quit: Leaving 1136638558 J * Damir ~Damir@vk-195.222.36-210.bih.net.ba 1136638566 M * Damir halo 1136638603 N * Damir Damir-Bosnia 1136638683 M * Damir-Bosnia ./s irc.bolchat.org 1136638689 M * Damir-Bosnia ./s irc.bolchat.com 1136638692 M * Damir-Bosnia ./s irc.bolchat.net 1136638730 Q * Damir-Bosnia Quit: 1136643469 J * samueltc ~samuel@levinux.UQAR.UQUEBEC.CA 1136643473 M * samueltc hi 1136643560 M * samueltc any patch ready for 2.6.15? .14.3 badly fail on .15 1136643783 M * mnemoc samueltc: always look for patches at Bertl's site: http://vserver.13thfloor.at/Experimental/ 1136643978 M * samueltc thanks 1136644027 M * samueltc hey, 2.1 is enough stable for semi-production use? 1136644137 M * mnemoc use 2.0.1.2 better 1136644196 M * samueltc ok ok 1136644467 J * Andi ~Andi@chello062178036203.13.11.tuwien.teleweb.at 1136644591 M * meebey there is no vs1.2.10 patch for 2.4.32 :( 1136644647 M * mnemoc meebey: you really must consider to move to 2.6 1136644654 M * meebey 5 hunks 1136644670 M * meebey 1 failed in Makefile 1136644725 M * mnemoc EXTRAVERSION probably 1136644752 M * eyck meebey: I'm using 1.2.11 for 2.4.32 1136644762 M * meebey eyck: 1.2.11 exists? 1136644776 M * Andi hi all. had anyone success on compiling 2.6.15+vserver. I get the following error: http://pastebin.com/494908 Compiling without vserver-Patch works fine. 1136644792 M * mnemoc meebey: rc1, see topic 1136644819 M * meebey mnemoc: currently I can't, I use some non-upstream kernel drivers, like fritz and openswan 1136644849 A * samueltc is away: (Auto-Away after 10 mins) [BX-MsgLog On] 1136644850 M * meebey is there a reason to use the rc1? I dont have any probs with 1.2.10 1136644853 M * eyck openwall, 1136644862 M * eyck drivers for HP arrays.. 1136644864 M * eyck etc etc... 1136644886 M * meebey ppl seem to think that 2.6 supports everything that 2.4 did :) 1136644889 M * meebey but its not true 1136644890 M * eyck meebey: there is one secruity issue with 1.2.10 that was fixed in 1.2.11rc1 ... ~ 1 year ago. 1136644899 M * meebey ic 1136644930 M * meebey and 2.6 must be tested alot on the hardware before it can replace 2.4, those are production systems 1136644945 M * eyck not to mention, it must friggen start stabilising... 1136644963 M * eyck not changing everything every second release 1136644973 M * meebey :) 1136644987 M * meebey yeah the SATA driver change was a very bad one 1136645000 M * meebey moved from IDE driver interface to SCSI, and broke all systems 1136645038 M * meebey initrd and yaird both failed to handle that change :) 1136645099 M * meebey eyck: where can I get rc1? 1136645107 M * meebey on the download site its not listed 1136645130 M * meebey eyck: or you can gimme a clean diff against 2.4.32 of it? that would be nice 1136645470 M * meebey " Per Context Disk Limits" that sounds cool :) 1136645511 M * eyck mail? 1136645513 M * eyck dcc? 1136645516 M * eyck http? 1136645528 M * meebey http prefered, else meebey@meebey.net 1136645672 M * eyck try this: http://eyck.forumakad.pl/~eyck/001-vs1.2.11rc1.diff 1136645782 J * FireEgl Atlantica@Atlantica.CJB.Net 1136645791 M * meebey lets see 1136645824 M * meebey 3 hunks 1136645828 M * meebey but none failed 1136645832 M * meebey patching file fs/nfsd/vfs.c 1136645833 M * meebey Hunk #1 succeeded at 1509 (offset 6 lines). 1136645833 M * meebey Hunk #2 succeeded at 1520 (offset 6 lines). 1136645841 M * meebey patching file net/ipv6/udp.c 1136645842 M * meebey Hunk #1 succeeded at 979 (offset 2 lines). 1136645847 M * meebey is your 2.4.32 different? :) 1136645859 M * mnemoc where are the failures? 1136645878 M * mnemoc i see 3 offset Hunk which _succeeded_ 1136645881 M * eyck yes, it's different, I applied hotfixes first 1136645893 M * meebey mnemoc: who said I have failures? 1136645912 M * eyck so some line numbers have changed 1136645974 M * meebey time to compile 1136646240 Q * shedi Ping timeout: 480 seconds 1136646310 M * meebey -rw-r--r-- 1 meebey staff 1236962 Jan 7 16:04 kernel-image-2.4.32-vs1.2.11rc1_meebey.1_i386.deb 1136646404 M * meebey ok now I have to teach lilo to boot that kernel once :) 1136646409 M * meebey in cause of problems 1136646412 M * meebey case 1136646425 M * meebey oh it is, lol 1136646429 M * meebey default=2.4.18-bf2.4 1136646430 M * meebey haha 1136646443 M * meebey I never rebooted the machine since then 1136646590 M * eyck why not grub? 1136646604 M * eyck anyhoo, doesn't dpkg take care of adding new kernel to lilo? 1136646760 M * meebey sure it does, but I am prepared for problems 1136646775 M * meebey if it fails, I can reset the machine remotely and it will boot my old working kernel 1136646869 Q * meebey Remote host closed the connection 1136646942 J * shedi ~siggi@inferno.lhi.is 1136648511 J * meebey meebey@booster.qnetp.net 1136649888 J * lilalinux_ ~plasma@80.69.35.186 1136650326 Q * lilalinux__ Ping timeout: 480 seconds 1136650573 Q * Andi Quit: Chatzilla 0.9.68.5.1 [Firefox 1.0.7/20050922] 1136650584 J * Andi ~Andi@chello062178036203.13.11.tuwien.teleweb.at 1136650878 M * samueltc Andi: i got a similar error after a 'make clean, make mrproper and make-kpkg clean' 1136650895 M * samueltc but first time everything was ok 1136650948 M * Andi samueltc: if I comment out line 193 in mm/filemap_xip.c, the compilation works again. but I'm really not sure, if I can do that... 1136650974 M * samueltc heheheh probably not 1136651016 M * samueltc right now I backed up my .config, untared, patched, make oldconfig 1136651036 M * samueltc lets see 1136651102 M * Andi I've tried patch-2.6.15-vs2.1.0.1.diff patch-2.6.15-vs2.1.0.3.diff and patch-2.6.15-vs2.0.1.1.diff - everytime the same issue.... 2.6.14.2 worked till know 1136651125 M * DaCa quit 1136651141 M * Andi I've problems with cups on a vserver, so I would like to try the newest kernel with vserver 1136651189 M * samueltc what kind of problems? 1136651206 M * Andi client-error-not-authorized 1136651216 Q * aba Ping timeout: 480 seconds 1136651232 M * samueltc hmmm and you think it's kernel related? 1136651237 M * Andi if I configure cups in the host, there is no prublem, it appears only in the vserver 1136651245 M * samueltc ok 1136651270 M * samueltc my friends also got trouble with cups in a vs, i'll look at his config 1136651289 M * Andi thank you! 1136651376 M * meebey 2.4.32 + vs1.20.11rc1 runs 1136651383 M * meebey 1.2.11rc2 even 1136651396 M * meebey eerrr damnit 1.2.11-rc1 1136651405 M * mnemoc o.o 1136651421 M * meebey that happens when upstream decides to change the versionnumbers :) 1136651435 M * meebey *cough* 1.20 -> 1.2.x *cough* 1136652156 M * eyck that was looong time ago 1136652179 J * lares ~lares@S0106001346063117.cg.shawcable.net 1136652436 M * samueltc Andi: he added some caps, but I'm not sure it's related to cups 1136652457 M * samueltc maybe this one: CAP_NET_BROADCAST 1136652472 M * samueltc i sent him an email 1136652494 M * lares I'm a little confused... 1136652534 M * Andi samueltc: thx, I'll try it. @2.6.15: is your compiler still running? 1136652556 M * lares I read that the different vservers can share bin? is that correct. I t seems to me that each vserver is Independent. 1136652572 M * samueltc no, i'm trying something else.. i'll keep you informed 1136652575 M * lares or was that a debian specific thing. 1136652584 M * lares <-gentoo 1136652621 M * samueltc lares: i'm not an expert, but I think that you CAN share but it's not an obligation 1136652640 M * samueltc something like vhashify of vunify 1136652650 M * lares samueltc: ah. 1136652666 M * samueltc i'm not using it 1136652698 J * aba ~aba@eos.turmzimmer.net 1136652702 M * lares and the vserver can run on a minimal system right. in that -- just enough to boot -- is sufficient for the host system. 1136652738 M * samueltc yes 1136652755 M * lares perfect. thanks. :) 1136652831 J * Lakeuk ~askme@dynamic-62-56-7-167.park-s46b.dslaccess.co.uk 1136653008 M * samueltc lares: as you can see it's a 'standard' ibnstall 1136653031 Q * Lakeuk Quit: 1136653105 M * lares samueltc: that one of the vservers? 1136653227 M * lares samueltc: Kewl.. THanxz 1136653515 M * Andi samueltc: I've insertet CAP_NET_BROADCAST to /etc/vservers/vserver-name/bcapabilities and restarted the VServer... where can I check if the caps are set correctly? 1136653715 M * daniel_hozac Andi: vserver ... exec grep Cap /proc/self/status 1136654102 Q * ichigo Quit: Leaving 1136654130 M * Andi ok, CAPs are set, but CUPS gives still client-error-not-authorized 1136654180 M * daniel_hozac sounds more like a misconfiguration to me. 1136654246 M * Andi same configuration works on the host, but not in vserver.... I've tried default debian (testing) package and added Allow From All to the cupsd.conf 1136654735 J * dzrider ~moi@APoitiers-152-1-77-118.w83-203.abo.wanadoo.fr 1136654746 M * dzrider bonjour 1136654758 M * dzrider hello 1136654767 M * samueltc salut 1136654777 M * dzrider i m french and i try to install vserver on a fedora core 4 1136654784 M * dzrider ha un francais 1136654818 M * dzrider j ai des problemes... 1136654845 M * dzrider on peut m'aider? 1136654849 M * daniel_hozac what's the problem? 1136654854 M * dzrider vc_new_s_context(): Function not implemented 1136654868 M * daniel_hozac did you use http://linux-vserver.org/Vserver+installation+Fedora+Core+4? 1136654873 M * dzrider yes 1136654877 M * daniel_hozac which method? 1136654897 M * dzrider rpm method 1136654903 M * daniel_hozac rpm -q kernel 1136654951 M * dzrider kernel-2.6.11-1.1369_FC4 1136655007 M * daniel_hozac only? 1136655054 M * dzrider yes 1136655107 M * daniel_hozac why? haven't you updated recently? did you add the repository as described and run the yum command? 1136655308 M * dzrider yes i have updated recently... 1136655318 M * dzrider and i dont add the repository 1136655384 M * dzrider but i'm just at the point 4 of the howto with testme.sh 1136655396 M * dzrider and the result is: vc_new_s_context(): Function not implemented 1136655761 M * dzrider ho! i havn't modify the fedora-update.repo 1136655781 M * dzrider with exclude=kernel 1136655795 M * dzrider may be it's the problem 1136655844 M * daniel_hozac if you haven't added the repository, you won't get the vserver kernel. 1136655876 M * daniel_hozac (as described in 2.B.) 1136655913 M * daniel_hozac also, i would change to another mirror if i were you. 1136655935 M * daniel_hozac as the most recent kernel is 2.6.14-1.1656_FC4. 1136655960 M * dzrider ok, i will try this 1136655964 M * dzrider thanks 1136656577 Q * lares Quit: BB @ 1145 UTC 1136657760 J * roots ~rootsfrom@p54A06ACB.dip.t-dialin.net 1136657776 M * roots hello is anyone there 1136657986 P * roots 1136658047 Q * dzrider Quit: 1136658324 J * roots ~rootsfrom@p54A06ACB.dip.t-dialin.net 1136658533 P * roots 1136658633 J * coocoon ~kvirc@p54A06ACB.dip.t-dialin.net 1136658657 M * coocoon hallo 1136658708 M * Andi samueltc: 2.6.15 boots with that little "change", but vserver is not working.... testme.sh says: chbind: vc_set_ipv4root(): Invalid argument, chbind: failed! 1136658746 M * daniel_hozac Andi: you need dynamic IDs for Enrico's utils. 1136658826 M * coocoon ah helo sorry for my stupid comments 1136658852 M * coocoon i have a big problem with connecting to my vserver over ssh 1136658865 M * coocoon tried it for more than one week no chance 1136658935 M * coocoon my system sarge 3.1 stable kernel 2.6.14.3-vs2.1.0-rc10 util vserver 30-209 1136658940 M * daniel_hozac coocoon: what happens when you do try to connect? 1136658982 M * coocoon netstat -nlt | grep :22 1136658982 M * coocoon tcp 0 0 my host ip:22 0.0.0.0:* LISTEN 1136659010 M * coocoon hm I have been connected alltimes to my host 1136659028 M * coocoon but if u see netstat -nlt | grep :22 1136659036 M * coocoon there is all configured right 1136659056 M * coocoon today I worked for setting dns connections 1136659057 J * Doener doener@i5387E920.versanet.de 1136659089 M * coocoon but also it fails 1136659099 M * Andi daniel_hozac: aren't the dynamic IDs deprecated? 1136659102 M * daniel_hozac do you have anything in iptables that would rewrite the packets? 1136659121 M * daniel_hozac Andi: not with Enrico's utils. they're needed for the network contexts. 1136659168 M * coocoon sure i have configured iptables over shorewall 1136659171 M * coocoon my rules 1136659178 M * coocoon ACCEPT fw net tcp 2222 1136659178 M * coocoon ACCEPT fw net udp 2222 1136659178 M * coocoon ACCEPT net fw tcp 2222 1136659190 M * daniel_hozac i don't know shorewall. 1136659207 M * coocoon no probs it manged iptables 1136659214 M * coocoon no probs it manges iptables 1136659221 M * daniel_hozac how about putting iptables -t nat -nvL PREROUTING; iptables -t mangle -nvL PREROUTING on pastebin? 1136659287 M * coocoon Chain PREROUTING (policy ACCEPT 1142 packets, 92070 bytes) 1136659287 M * coocoon pkts bytes target prot opt in out source destination 1136659287 M * coocoon Chain PREROUTING (policy ACCEPT 27228 packets, 3944K bytes) 1136659287 M * coocoon pkts bytes target prot opt in out source destination 1136659287 M * coocoon 27228 3944K pretos all -- * * 0.0.0.0/0 0.0.0.0/0 1136659287 M * coocoon 27228 3944K tcpre all -- * * 0.0.0.0/0 0.0.0.0/0 1136659295 M * coocoon thats the output 1136659299 M * coocoon sorry 1136659305 M * coocoon have i done it right 1136659357 M * daniel_hozac put iptables -t mangle -nvL pretos; iptables -t mangle -nvL tcpre on http://pastebin.com/ 1136659422 M * coocoon hm sorry but I do not unsderstand what u want 1136659534 M * TheSeer he wants you to run the command 'iptables -t mangle -nvL pretos; iptables -t mangle -nvL tcpre' and paste the output tohttp://pastebin.com/ 1136659665 M * coocoon ok 1136659671 M * coocoon one moment please 1136659680 J * yarihm ~yarihm@84-74-22-99.dclient.hispeed.ch 1136659780 M * coocoon ok have done it 1136659818 M * TheSeer you do realize that pasting the ID might help too :P 1136659829 M * TheSeer paste the resulting url here 1136659830 M * coocoon http://pastebin.com/495232 1136659836 M * coocoon yes 1136659841 M * coocoon i have seen it 1136659861 M * coocoon ;-) 1136659869 M * TheSeer okay, now wait for daniel_hozac to wake up again ;) 1136659913 M * coocoon ok 1136659918 M * coocoon very nice 1136659925 M * coocoon it is my first tiome to be here 1136659996 M * TheSeer : 1136659998 M * TheSeer :) 1136660158 M * coocoon is everything alright 1136660413 M * daniel_hozac well, there's nothing rewriting the ports at least. 1136660515 M * coocoon ok i have changed the tos type of service to Normal Service 1136660517 M * coocoon 3 300 TOS tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22 TOS set 0x00 1136660533 M * coocoon now this is the output for ssh 1136660543 M * coocoon i have one question 1136660563 M * coocoon i have a server with two nics 1136660567 M * coocoon eth0 and eth1 1136660595 M * coocoon first I have installed vserver with eth1:v00 with ip 192.168.1.110 1136660606 M * coocoon but the eth1 isn't connected to the net 1136660613 M * coocoon my vserver has access to the net 1136660628 M * coocoon aptitude update and ssh installation worked fine 1136660650 M * coocoon now I have changed to eth0:00 1136660657 M * coocoon it also works fine 1136660685 M * coocoon but I have configured iptables as a firewall for two interfaces maybe there is the problem 1136660688 M * coocoon could it be 1136660836 M * daniel_hozac as long as your rules NAT the vserver properly, it'll be like the services were running on the host. 1136660903 M * coocoon how to stop the firewall and disable all blocking 1136661018 M * mnemoc iptables -F 1136661219 M * coocoon hm ok it won't work because of no iptables installed all is working with shorewall 1136661296 M * coocoon ok now I have stopped the firewall and all works but how can I get to know if my system won't be blocked from the firewall 1136661350 M * daniel_hozac so everything works with the firewall off? 1136661380 M * coocoon ok but I think there will be something blocked for security if the firewall is off 1136661400 M * coocoon yes I can access my server 1136661404 M * coocoon over ssh 1136661408 M * coocoon my host exactly 1136661438 M * coocoon have enabled routestopped to all adresses 1136661590 M * coocoon ok now I have no access to the inter on my vserver 1136661850 M * coocoon ok if the firewall is tsrted it works fine 1136661865 M * coocoon so I must have alook at the configuration of my firewall 1136661871 M * coocoon thanx for ur help 1136661924 M * gdm ha! a familiar problem 1136661946 A * gdm is still waiting for serial console to be fixed before finalising firewall configuration 1136661989 M * coocoon but I got no messages 1136661995 M * coocoon i try to ssh 1136662009 M * coocoon vhost00.myhostadress.net 1136662017 M * coocoon and I come to my host 1136662132 M * coocoon ok I have set now the nat to eth0:00 external adress "my host ip" internal 192.168.1.110 an now I have no access 1136662272 M * Andi daniel_hozac: I've enabled dynamic IDs and get still the error chbind: vc_set_ipv4root(): Invalid argument 1136662340 M * Andi daniel_hozac: any idea? the legacy kernel api is still activated and the "disable legacy networking" is NOT set... thank you! 1136662419 M * coocoon http://list.linux-vserver.org/archive/vserver/msg11708.html 1136662423 M * coocoon u know this link 1136662516 M * daniel_hozac Andi: are you sure you rebooted to the new kernel? 1136662621 M * Andi coocoon: yes, I know the link, but I'm wondering why it hast worked before (with 2.6.14.2) 1136662707 M * Andi daniel_hozac: I think the problem comes with the new 2.6.15 patches... 1136662826 Q * matti Ping timeout: 480 seconds 1136662833 J * matti matti@linux.gentoo.pl 1136663119 M * coocoon ok bye maybe i will come tomorrow again 1136663124 M * coocoon to ge t more help 1136663126 M * coocoon ;-) 1136663131 Q * coocoon Quit: KVIrc 3.2.0 'Realia' 1136663175 M * daniel_hozac Andi: others have gotten them to work, IIRC someone had that exact problem yesterday and fixed it with the dynamic ID fix. 1136663184 M * daniel_hozac (as in, enabling it) 1136665165 J * Aiken ~james@tooax6-070.dialup.optusnet.com.au 1136665181 M * Andi daniel_hozac: ok, I've built the kernel again with patch-2.6.15-vs2.0.1.2.diff and testme.sh is working again :-) but cups still doesn't like me ;-) 1136666801 J * dothebart ~willi@xdsl-81-173-170-122.netcologne.de 1136667228 Q * tudenbart Ping timeout: 480 seconds 1136668535 J * jazzanova foobar@S0106000f3d018f36.vc.shawcable.net 1136668536 M * jazzanova hi 1136668547 M * jazzanova how can i limit network bandwidth for a vserver ? 1136668547 M * daniel_hozac hello 1136668579 M * bubulak shaper on ip vserver maschine 1136668583 M * jazzanova and, alternatively, given a runnig process on a machine (like scp) can i limite the bandwidth ? 1136668587 M * bubulak htb or cbq 1136668643 M * bubulak maybe yes 1136668783 M * jazzanova is there simething like a network "nice" ? 1136668835 M * daniel_hozac yes, shaping. 1136668899 M * jazzanova thanks 1136669272 Q * yarihm Quit: Leaving 1136669801 M * eyck hmm, 1136669802 M * eyck zsh: command not found: shaping 1136669805 M * eyck doesn't work! 1136672152 M * waldi hmm, is it possible that the 0.30.204 utils don't work with 2.1.0.3? 1136672351 M * mnemoc waldi: use newer tools :) 1136672493 Q * Andi Quit: Chatzilla 0.9.68.5.1 [Firefox 1.0.7/20050922] 1136672509 Q * Aiken Quit: Leaving 1136674791 Q * Johnnie Read error: Connection reset by peer 1136676944 J * derjohn ~derjohn@80.69.37.19 1136677577 Q * derjohn Remote host closed the connection