Re: [Vserver] Bringing down vsever brings down _all_ interfaces

2004-10-13 Thread Björn Steinbrink
On Wed, 13 Oct 2004 13:39:53 +1000 David MacKinnon [EMAIL PROTECTED] wrote: Just ran into this today one some new servers I'm setting up. util-vserver 0.30.195 (but it happened with 190 as well) vserver 2.6 patch 1.9.2 on 2.6.8.1 (with dm/drbd and nfs patches) When I stop _any_ vserver,

Re: [Vserver] Sudo in a vserver

2004-10-07 Thread Björn Steinbrink
On Fri, 01 Oct 2004 02:00:27 -0700 Liam Helmer [EMAIL PROTECTED] wrote: I thought I was going crazy... but, I've found I can trivially reproduce this bug. It's to do with chbind and the new 2.6.x kernels. The bug applies, for certain, to: VS 1.9.2/2.6.8.1 with vserver-utils 0.30.190,

[Vserver] [PATCH] 2.6.9-final-vs1.9.3-rc3

2004-10-18 Thread Björn Steinbrink
Hi, i've adapted the 1.9.3-rc3 patch to the changed process start time accounting in 2.6.9-final. The attached patch is against a 2.6.9-final source tree with the 2.6.9-rc4-vs1.9.3-rc3 patch applied using the -F0 parameter (thanks Sam! :). Bjoern diff -NurpP --minimal

Re: [Vserver] EBUSY on rmdir of a previous mount point with namespaces

2004-10-28 Thread Björn Steinbrink
On Fri, 29 Oct 2004 12:10:04 +1300 Sam Vilain [EMAIL PROTECTED] wrote: Found that tricky can't-remove-the-mount-point bug. clunker:/vservers# mkdir compileit clunker:/vservers# grep compileit /etc/fstab /dev/clunker/compileit /vservers/compileit ext3defaults 1 2 clunker:/vservers#

Re: [Vserver] Casual, naïve implementation of namespace cleanup

2004-11-04 Thread Björn Steinbrink
why not do it this way: 1. get a new namespace 2. create the vfsmount (for example via --bind) 3. pivot_root (or similar, maybe new cmd?) to the vfsmount 4. cleanup the namespace (remove host stuff) 5. do all required/listed mounts inside that namespace 6. create the context I've

[Vserver] Don't use my clean-namespace script!

2004-11-05 Thread Björn Steinbrink
On Fri, 5 Nov 2004 03:51:31 +0100 Björn Steinbrink [EMAIL PROTECTED] wrote: why not do it this way: 1. get a new namespace 2. create the vfsmount (for example via --bind) 3. pivot_root (or similar, maybe new cmd?) to the vfsmount 4. cleanup the namespace (remove host stuff) 5

Re: [Vserver] Debian kernelpackage with vserver-patch applied?

2004-11-09 Thread Björn Steinbrink
On Mon, 8 Nov 2004 11:05:00 + (UTC) Jesper Krogh [EMAIL PROTECTED] wrote: Hi. I'd really like to test this vserver thing out, but currently it clashes with my policy of only installing things through the packages system on my computers. Is there someone who builds Debian

Re: [Vserver] Best backup of tagxid?

2004-11-09 Thread Björn Steinbrink
On Tue, 9 Nov 2004 12:56:32 -0500 (EST) Gregory (Grisha) Trubetskoy [EMAIL PROTECTED] wrote: On Tue, 9 Nov 2004, [ISO-8859-1] Bj?rn Steinbrink wrote: On Tue, 9 Nov 2004 12:01:33 -0500 (EST) Gregory (Grisha) Trubetskoy [EMAIL PROTECTED] wrote: I don't see any reason why it should

Re: [Vserver] set id script with vserver

2005-04-21 Thread Björn Steinbrink
On 2005.04.20 21:22:10 +0200, william Famy wrote: i try to run a set-id sript (chmod 0755) but when i execute iti i have the following error. YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE KERNEL YET! FIX YOUR KERNEL, PUT A C WRAPPER AROUND THIS SCRIPT, OR USE -u AND UNDUMP! My configuration

Re: [Vserver] kill: (1) - No such process

2005-04-25 Thread Björn Steinbrink
On 2005.04.26 00:38:48 +0200, Gilles wrote: Hello. should work fine with a real init running inside the vserver and might work with just the fake blend through too ... PS: I assume you are using 2.6.11.7-vs2.0-pre1 ;) Euh, no: 2.6.11-vs1.9.5-rc1 Should I upgrade

Re: [Vserver] kill: (1) - No such process

2005-04-26 Thread Björn Steinbrink
On 2005.04.26 12:02:11 +0200, Gilles wrote: Hi. You have to specify --initstyle plain when building the vserver or have /etc/vservers/vserver/apps/init/style contain plain. Thanks, that's the piece I was missing. So it worked, *once* :-{ After that on the next trials to start the

Re: [Vserver] kill: (1) - No such process

2005-04-26 Thread Björn Steinbrink
On 2005.04.26 12:58:04 +0200, Gilles wrote: Hello. # vserver phony start vcontext: vc_create_context(): File exists Take a look at vserver-stat output. # vserver-stat CTX PROCVSZRSS userTIME sysTIMEUPTIME NAME 0 115 0.9G 146.3K 38m18s83 1h40m52

Re: [Vserver] Summary of recent improvement discussion

2005-05-03 Thread Björn Steinbrink
___ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver

Re: [Vserver] Summary of recent improvement discussion

2005-05-03 Thread Björn Steinbrink
___ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver

Re: [Vserver] Summary of recent improvement discussion

2005-05-03 Thread Björn Steinbrink
OK, final try... I had a broken mail setup, please excuse my stupidity. On 2005.05.03 17:21:36 +1200, Sam Vilain wrote: snip Bootstrapping Images The status of debootstrap and `rpmstrap' in the current utilities was briefly discussed, so that vservers of lots of

Re: [Vserver] Official copy method?

2005-05-12 Thread Björn Steinbrink
Hello, On 2005.05.12 07:48:27 -0600, [EMAIL PROTECTED] wrote: * Set up vserver barrier sudo showattr -d /vservers/vcrux02 ---bui- /vservers/vcrux02 sudo setattr --barrier /vservers/vcrux02 sudo showattr -d /vservers/vcrux02 ---Bui- /vservers/vcrux02 the barrier flag is supposed to be

Re: [Vserver] vs2.0-rc1 for 2.6.12-rc4

2005-05-19 Thread Björn Steinbrink
Hi Michal! On 2005.05.19 17:21:44 +1200, Michal Ludvig wrote: Hi all, for anyone interested I did a patch of VServer 2.0-rc1 for the linux kernel 2.6.12-rc4. Get here: http://www.logix.cz/michal/devel/vserver/ Great, lLooks quite good :) Updated my port from pre4 to rc1 [1] to check for

Re: [Vserver] [PreRelease] vs2.0-rc2

2005-05-26 Thread Björn Steinbrink
On 2005.05.26 17:22:16 +1200, Michal Ludvig wrote: Herbert Poetzl wrote: Greetings Community! a fortnight after the first one, here is the second release candidate for the stable 2.6 series ... http://vserver.13thfloor.at/Experimental/patch-2.6.11.10-vs2.0-rc2.diff

Re: [Vserver] Start-Up Scipts

2005-05-28 Thread Björn Steinbrink
On 2005.05.27 18:15:34 +0200, Oliver Welter wrote: Hi List, I have a little problem with vserver Start-up scriots... I am running Gentoo Host/Guest with 2.6.9 kernel and vserver-tools 0.30.196 1) I have a vServer called wwwmain - I added a script wwwmain.sh in /etc/vservers/ but it seems

Re: [Vserver] linux-2.6.12 and latest patch?

2005-06-18 Thread Björn Steinbrink
On 2005.06.18 12:28:41 +0200, Christian Heim wrote: On Saturday 18 June 2005 12:13, Kilian Krause ( KK )wrote: Hi guys, i was just about to try new VS2.00 and found the latest available patch (against 2.6.11.11) not applying cleanly to 2.6.12... Is there one in the make for 2.6.12 now

[Vserver] Comparison of virtualization techniques

2005-06-26 Thread Björn Steinbrink
Hello, today I've found your comparison of various virtualisation techniques on the net. One thing I miss there is Linux-VServer, which is very much like Solaris Zones AFAICT (I didn't use Zones myself, yet). For the questions in the comparison table, this answers would fit Linux-VServer:

Re: [Vserver] Comparison of virtualization techniques

2005-06-26 Thread Björn Steinbrink
James, if you didn't get the original mail, please let me know. Your email address on http://www.karrot-x.net/jamesd/ misses the 'g' in gmail, so my first send attempt failed and I don't know whether the bounce suceeded. On 2005.06.26 14:24:20 +0100, Martin wrote: I don't claim to be an expert

Re: [Vserver] can not ping 1st vserver when 3 vservers exist.

2005-06-27 Thread Björn Steinbrink
Hi, On 2005.06.27 17:40:17 -0400, Frank Crowder wrote: I have 3 vservers. I can ping vserver 2 and 3, but not vserver 1. If I restart vserver1, I can ping vserver1 and vserver3. Any suggestions are very appreciated. I guess you're hitting the primary/secondary network issue, but as you didn't

Re: [Vserver] Firewall between two vserver

2005-07-07 Thread Björn Steinbrink
On 2005.07.07 13:51:57 +0200, [EMAIL PROTECTED] wrote: Hello, i'm working on a netfilter-configuration for the host-server ... Can i protect one vserver against another? I testet the following: {...} # Block everything between 2 vserver iptables -A INPUT -d 192.168.0.155 -s

Re: [Vserver] X11 vserver

2005-10-05 Thread Björn Steinbrink
On 2005.10.05 15:03:41 +0200, hellekin wrote: 2. how comes the nvidia module, loaded in the host, doesn't show up in the vserver? There are some dev nodes that are used by the driver, maybe those are just missing. The files are /dev/nvidia0 and /dev/nvidiactl (maybe you also got other nvidia*

Re: [Vserver] packet shaping with vservers

2005-11-13 Thread Björn Steinbrink
On 2005.11.10 11:47:39 +0100, Grzegorz Nosek wrote: 2005/11/9, Herbert Poetzl [EMAIL PROTECTED]: hmm, smells like a mainline issue, to be honest, but if you have time (and the machine) we can do some more detailed investigations ... TIA, Herbert Hello I was thinking along

Re: [Vserver] packet shaping with vservers

2005-11-14 Thread Björn Steinbrink
On 2005.11.14 14:23:54 +0100, Grzegorz Nosek wrote: Hi Thanks for your info. The weird thing is that although I had limited eth0 traffic, the slowdowns occured at the lo interface (pingflooding between vservers). I now tried a local ping now, also works just as expected (i.e. unlimited).

Re: [Vserver] [Bug] sendfile64 stopped working in host server after upgrading from vanilla

2005-12-03 Thread Björn Steinbrink
On 2005.12.03 19:39:21 +0100, Bodo Eggert wrote: After I upgraded from vanilla 2.6.11.10 to 2.6.14.2-vs2.1.0-rc7, the sendfile function in the host server stopped delivering the whole file. After reverting to the old kernel, it works correctly again. -- $ echo -e 'GET

Re: [Vserver] ifconfig problem with virtual interfaces

2006-01-23 Thread Björn Steinbrink
On 2006.01.23 12:31:53 +0100, Raimund Specht wrote: Hi ! We have a very strange problem here with virtual IP addresses (various up-to-date 2.6 kernels with vserver 2.0): Let eth0 have a normal IP address. Let v1 and v2 be two vservers with a virtual IP on eth0 each. # vserver v1

Re: [Vserver] mountpoints blocked - reloaded

2006-02-20 Thread Björn Steinbrink
On 2006.02.18 00:38:02 +0100, Herbert Poetzl wrote: On Fri, Feb 17, 2006 at 01:50:41PM +0100, Oliver Welter wrote: Hi Folks, Hi Bertl, the problem which seemed to be solved re-appeard today with recent kernel patches (2.6.15-gentoo-r4-vs2.1.1-rc6) To reconstruct the problem 1) add

Re: [Vserver] No luck with chroot-barrier

2006-03-07 Thread Björn Steinbrink
On 2006.03.08 09:10:39 +1100, Tony and Robyn Lewis wrote: I can't seem to get the chroot-barrier to work. == in guest, before setting chroot-barrier == [EMAIL PROTECTED]:~$ date Tue Mar 7 21:43:19 UTC 2006 == in host, turning on chroot-barrier == [EMAIL PROTECTED]:~$ sudo setattr

Re: [Vserver] sendfile in kernel 2.6.16r5 broken ?

2006-03-08 Thread Björn Steinbrink
On 2006.03.08 15:18:06 +0100, gerardi wrote: Herbert Poetzl schrieb: On Tue, Mar 07, 2006 at 05:37:11PM +0100, gerardi wrote: Hello everyone, Is the sendfile kernel option broken in 2.6.16rc5 or only together with vserver ? Wenn I am running kernel 2.6.16rc5 with the vserver

Re: [Vserver] vserver 2.0.2 patch for kernel 2.6.15.6

2006-03-24 Thread Björn Steinbrink
On 2006.03.24 11:10:52 +0100, Gerald Hochegger wrote: Hello all, I'm maintaining Ubuntu kernels with vserver patch applied. (https://wiki.ubuntu.com/VServer) Ubuntu Dapper with 5 years support will be released in June with a modified kernel-2.6.15.6, but since the release of

Re: [Vserver] Errors on stopping vserver

2006-05-04 Thread Björn Steinbrink
On 2006.05.04 12:59:45 -0400, Fareha Shafique wrote: Hi, When I stop the vserver I get the following: Stopping sshd: [FAILED] Shutting down kernel logger: [FAILED] Shutting down system logger: [ OK ]

Re: [Vserver] Newbie question

2006-05-04 Thread Björn Steinbrink
On 2006.05.04 22:46:07 -0400, Fareha Shafique wrote: Hi, I'm new to vservers. I installed the vserver from rpms and built it according to the instructions on Vserver Installation Fedora Core 4. I was under the impression that a vserver has all the same files in its /etc directory as the

Re: [Vserver] VPS time differ from HOST time ??? why

2006-05-10 Thread Björn Steinbrink
On 2006.05.09 14:32:51 +0200, Sébastien CRAMATTE wrote: VPS time differ from HOST time ??? why I've changed my host server time but my VPS keep running with the old one. Did you change the time or the timezone? The former will affect everything running on the box, the latter will only

Re: [Vserver] Cant get Autofs working

2006-05-23 Thread Björn Steinbrink
On 2006.05.23 15:27:17 +0200, peter wrote: Hello all, I have a problem with vserver. Here my setup: The Host is a small Home-Server for Internet Routing and Fileserver. The Guest is a Desktop with running X and related (works very good). Both running Debian Sarge. Now I wanted to

[Vserver] Tools to convert directory config to flat file and back

2006-05-28 Thread Björn Steinbrink
Hi folks, on IRC once again someone complained about the directory based config, and Bertl once again wondered why noone came up with some conversion tool. I was sick of that and spend a few minutes on hacking two small scripts for that purpose. (A bit of an offense intended *g*) They can't do

Re: [Vserver] totem-video-thumbnailer within vserver?

2006-06-15 Thread Björn Steinbrink
On 2006.06.14 21:46:44 -0700, Martin Fick wrote: --- Herbert Poetzl [EMAIL PROTECTED] wrote: On Mon, Jun 12, 2006 at 02:43:24PM -0700, Martin Fick wrote: Ok, this is going to be a little out there. I am trying to run the totem-video-thumbnailer inside a vserver and this is the error

Re: [Vserver] CAPABILITIES as module?

2006-06-25 Thread Björn Steinbrink
On 2006.06.25 10:33:31 +0200, Martin Grunert wrote: Hi! I want to use dazuko on my vserver host, to be able to scan efficient my files for viruses. Therefore the capabilities have to be compiled as module. Is this possible with the vserver kernel? Should make no difference if you make

Re: [Vserver] Re: Samba in a vserver guest: broadcast problem

2006-06-25 Thread Björn Steinbrink
On 2006.06.25 13:35:34 +0200, [eMAXX] [EMAIL PROTECTED] wrote: [eMAXX] [EMAIL PROTECTED] wrote: Is running samba servers the way I want to (several vserver guests with each it's own sambaserver) even possible? Strangely enough, when I set /etc/vservers/vs02/interface/0/name to vs02

Re: [Vserver] Files lost in guestsystem update

2006-08-14 Thread Björn Steinbrink
You are constantly hijacking your own threads and those of others. This is harmful to everyone that uses a threaded view of his mailbox. Most people are likely to ignore you because of that, please do _not_ hit the reply button, but write a new email if you are not actually writing a reply. Björn

Re: [Vserver] confusion on kernel settings

2006-09-23 Thread Björn Steinbrink
On 2006.09.23 17:24:39 -0400, Chuck wrote: the gentoo vserver how-to says to set up the kernel this way: [ ] Enable Legacy Kernel API [*] Disable Legacy Networking Kernel API Using util-vserver 0.30.210 or later, these setting are fine, earlier tools need the legacy networking, ancient

Re: [Vserver] Apache inside vserver closing connection early

2006-10-22 Thread Björn Steinbrink
On 2006.10.22 18:02:56 +0200, [EMAIL PROTECTED] wrote: Hi All, I have a problem with quite old version of vserver (2.0) running on 2.6.12.6 kernel, the symptoms are that the server (apache,vsftp located inside vs) is closing connection after sending 114688 bytes of data, the problem

Re: [Vserver] using of 'vlimit --cpu', problems with 'gcc'

2006-10-30 Thread Björn Steinbrink
On 2006.10.30 14:54:36 +0100, Jaroslav Tomecek wrote: Hi, 1) I tried '/usr/sbin/vlimit -c 1000 --cpu 30'. It returned: 'vc_set_rlimit(): Invalid argument' Any idea? It's probably just not implemented/supported. I didn't check though. But do you really _want_ that? It would limit your vserver

Re: [Vserver] Re: vserver patch for recent 2.6.16

2007-01-22 Thread Björn Steinbrink
On 2007.01.22 22:01:59 +0100, Markus Schuster wrote: Herbert Poetzl wrote: I had no problems patching older 2.6.16 kernels with XEN and vserver, but with the more recent one, the latest available vserver patch for 2.6.16 (patch-2.6.16.20-vs2.0.2-rc22.diff) does not apply without dozens of

Re: [Vserver] bug or feature

2007-02-24 Thread Björn Steinbrink
On 2007.02.24 01:13:21 +0100, Herbert Poetzl wrote: On Fri, Feb 23, 2007 at 06:30:15PM -0500, Adrien Laurent wrote: Hi, By mistake I assigned to a guest the same IP than the host. on guest startup, it will have warned you that the address was already assigned ... I stopped the

Re: [Vserver] Problems with Knoppix 5.2 (which should be Vserver-enabled...)

2007-03-21 Thread Björn Steinbrink
On 2007.03.21 15:09:48 +0100, Gerhard Hofmann wrote: Hi all, I have some Vserver hosts running that were setup according to this HowTo: http://www.howtoforge.com/linux_vserver_debian Because these are quite a lot of steps I always thought it would be nice to have a Debian distro that is