[Vserver] multicast support

2006-04-14 Thread Luc Dumaine
Hi, I wasn't able to use multicast for some application server load balancer, and it didn't work inside a vserver, despite apparently having every related capability like NET_ADMIN, NET_RAW, NET_BROADCAST, NET_BIND_SERVICE.. I tried to make a simple multicast application work: udpcast, http://ud

Re: [Vserver] Multiple gateways ... what is the best way with vserver ?

2006-05-11 Thread Luc Dumaine
Sébastien CRAMATTE wrote: I've got a server configured with 2 vlans each vlan in a subred one vserver by vlan vlan100 10.2.0.2/16 -> gateway 10.2.0.1 vlan200 192.168.1.2/24 -> gateway 192.168.1.1 what is the best way to allow each vserver to reach internet (i need internet access on

Re: [Vserver] centos4.3 guest under Gentoo host

2006-08-29 Thread Luc Dumaine
Chuck wrote: I have it running however I see a few things which have me confused. I have never run or experienced centos before this. I got the template from http://lylix.net/vps+templates/func,fileinfo/id,14/ We also use centos 4.3 under gentoo, with a template we made. No problem like th

[Vserver] erratic behaviour of /proc

2004-07-23 Thread Luc Dumaine
hi, uname -a: Linux opto1 2.6.8-rc2-vs1.9.2.7 #1 SMP Thu Jul 22 17:27:02 CEST 2004 x86_64 5 GNU/Linux i use gentooo 2004.1, util-vserver-0.29.214, legacy method. i get errors from time time during emerging: /sbin/depscan.sh: line 1: /proc/cmdline: Permission denied and sometimes ps fails: web /

[Vserver] problems with 2.6.8-rc2-vs1.9.2.10

2004-07-28 Thread Luc Dumaine
hi, i tried the latest experimental patch, some problems with it. i switched my vservers to the new configuration scheme. i use util-vserver 0.29.214. SMP bi-opteron, kernel compiled x86_64. with 2.6.8-rc2-vs1.9.2.8 i have no problem. but with with 2.6.8-rc2-vs1.9.2.10 starting a vserver doesn't wo

Re: [Vserver] problems with 2.6.8-rc2-vs1.9.2.10

2004-07-28 Thread Luc Dumaine
On 28.07.2004 15:15, Herbert Poetzl wrote: [..] this sounds like 'badboy', so try adding the following patch to the kernel: http://vserver.13thfloor.at/Experimental/namespace-fix-2.6.8-rc2.diff i use the option nonamespace, otherwise it doesn't work. eventually this was not a problem with the patc

[Vserver] ebuild for alpha util-vserver 0.29.214

2004-07-28 Thread Luc Dumaine
hi, i hacked an ebuild for util-vserver 0.29.214. i can send it by email to the interested parties, or post it on the list if attachments are tolerated. regards. ___ Vserver mailing list [EMAIL PROTECTED] http://list.linux-vserver.org/mailman/listinfo/v

Re: [Vserver] ebuild for alpha util-vserver 0.29.214

2004-07-29 Thread Luc Dumaine
On 28.07.2004 18:48, Georges Toth wrote: hi, could you please make a bugtracker entry on gentoo.org for that ebuild for it to be included in the portage tree ? :-) ok. just some enhancements to do on it. it's my first ebuild so i guess it will be far from perfect. :/ -- Luc Dumaine Respon

Re: [Vserver] ebuild for alpha util-vserver 0.29.214

2004-07-29 Thread Luc Dumaine
On 28.07.2004 20:02, Liam Helmer wrote: ... which is at bugs.gentoo.org. Wanna send a copy my way as well? Or a link to the bugs.gentoo.org entry if you do that? here it is: http://bugs.gentoo.org/show_bug.cgi?id=58770 regards. ___ Vserver mailing list [E

Re: [Vserver] information wanted

2004-08-05 Thread Luc Dumaine
here i use a bi-opteron with vserver. with kernel 2.6.8-rc2 and latest vserver patch version 1.9.2.10, util-vserver 0.29.214. no problem so far. my usage is somewhat basic: no CPU limits, no disk quota.. i didn't use 2.4.x because gentoo doesn't support 2.4.x on x86_64, because of devfs instabil

[Vserver] a glitch in patch-2.6.8-rc3-vs1.9.2.16.diff

2004-08-10 Thread Luc Dumaine
hi, EXTRAVERSION is incorrectly set in patch-2.6.8-rc3-vs1.9.2.16.diff, see the patch below. regards,luc. --- patch-2.6.8-rc3-vs1.9.2.16.diff.orig2004-08-06 18:07:21.0 +0200 +++ patch-2.6.8-rc3-vs1.9.2.16.diff 2004-08-10 17:14:29.937011464 +0200 @@ -6,7 +6,7 @@ PATCHLEVEL = 6

[Vserver] bug with reiserfs and patch-2.6.8-rc4-vs1.9.2.17.diff

2004-08-13 Thread Luc Dumaine
Hi, I just came accross a bug with files attributes handling. It only happens on reiserfs , not on ext2 filesystems. Once i set the immutable attribute on a file, i can't remove the attribute, despite being the host server superuser: chapo root # touch foo chapo root # lsattr foo - fo

Re: [Vserver] bug with reiserfs and patch-2.6.8-rc4-vs1.9.2.17.diff

2004-08-13 Thread Luc Dumaine
see the attached file for the output of: strace -fF -s 1 chattr -i foo regards. execve("/bin/chattr", ["chattr", "-i", "foo"], [/* 36 vars */]) = 0 uname({sys="Linux", node="chapo", ...}) = 0 brk(0) = 0x503000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|M

[Vserver] Proposed patch (was bug with reiserfs and patch-2.6.8-rc4-vs1.9.2.17.diff)

2004-08-13 Thread Luc Dumaine
Hi, Maybe I found a solution. This could be just some bogus logic in capabilities verification, see the patch below. Regards. --- linux-2.6.8-rc4-vs1.9.2.17.orig/fs/reiserfs/ioctl.c 2004-08-13 15:52:02.0 +0200 +++ linux-2.6.8-rc4-vs1.9.2.17/fs/reiserfs/ioctl.c 2004-08-13 15:58:36.000

Re: [Vserver] Proposed patch (was bug with reiserfs and patch-2.6.8-rc4-vs1.9.2.17.diff)

2004-08-13 Thread Luc Dumaine
Just to say explicitely what was implicited by the last message: the patched kernel doesn't exhibit the bug. More that a problem of logic I think that this could be a problem with operators prority: it would have worked if "||" had a higher priority than "&&". Regards.

Re: [Vserver] Cannot set defaultroute under vserver

2004-10-22 Thread Luc Dumaine
On 22.10.2004 10:37, TK Lew wrote: hi : I can't seem to set the defaultroute under vserver. Get error message "Operation not permitted". I have put a .conf under /etc/vserver but when running "vserver start" is not reading this config file. I added "CAP_SYS_ADMIN=yes" in the config file. the capab

Re: [Vserver] Intel or AMD

2005-09-02 Thread Luc Dumaine
Lyn St George a écrit : > Hallo all > > I don't have an AMD machine to test this on, so have to ask. > > Are there any known problems running vservers on an AMD > host? Anyone have experience with loads and uptimes compared > to Intel chips? > > (I have a dual Xeon which is crashing too frequent

Re: [Vserver] Xorg in a vserver running on a headless host

2005-11-09 Thread Luc Dumaine
We provide access to X11 session through some dedicated vservers. In the vserver I installed xorg, gdm gnome as usual, I only configured gdm to disable the local server (see [servers] section), and to enable XDMCP and TCP ([xdmcp] and [security]). Gentoo is used on the vserver as well as the host