RE: [Vserver] stalled vserver guest nfs mounts

2006-06-01 Thread smagnuson
Here are some notes on nfs I made when playing with it. #I re-mount this filesystem manually without a vserver restart from the root/host sudo vnamespace -e 100 mount -t nfs calnfs01.fglcorporate.net:/nfs_unix_data /vservers/unixdev1/unix_data #I can unmount this filesystem manually without a

RE: [Vserver] [EMAIL PROTECTED]

2006-04-19 Thread smagnuson
Yes as Herbert notes from your output: Use dietlibc: no (you have been warned) I think you may have overlooked the following line from the crux install notes: sudo prt-get install dietlibc I believe you need to use dietlibc, I had troubles without it. Herbert suggested I try it. All worked

RE: [Vserver] [EMAIL PROTECTED]

2006-04-13 Thread smagnuson
Falk, Not sure if this helps any but I have a newer doc version. Pasted it below. I have not tried with crux 2.2 yet. Later Sig How to install and use linux-vserver with crux 2.0 / 2.1 http://crux.nu/ http://linux-vserver.org/

RE: [Vserver] Virtualizing a physical server

2006-01-25 Thread smagnuson
This is what I did. Modify as required. Hope it helps. sig Creating a vserver from a non-vserver host (The server was redhat AS 3) * Clone host1 (non-vserver) to host2:vserver1 calcrs03 -- calvunix02:rhas3template01 ssh calvunix02 sudo /etc/rc.d/rsyncd start sudo vserver

RE: [Vserver] Virtualizing a physical server

2006-01-25 Thread smagnuson
yup -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ehab Heikal Sent: Wednesday, January 25, 2006 7:30 PM To: vserver@list.linux-vserver.org Subject: RE: [Vserver] Virtualizing a physical server The section starting with sudo vi

RE: [Vserver] Copy VServer

2005-11-29 Thread smagnuson
Lars, see the included post dated Oct 19, 2005 later sig -Original Message- Sent: Wednesday, October 19, 2005 11:38 AM Subject: RE: [Vserver] Re: I would like to know how to build a FC4 template # This command creates the config dirs/files (/etc/vservers/vserver-name/) and base

RE: [Vserver] moving a physical server to a virtual server...?

2005-11-10 Thread smagnuson
Pretty much. I have included my notes on how I do it. later sig Creating a vserver from a non-vserver host * Clone host1 (non-vserver) to host2:vserver1 calcrs03 -- calvunix02:rhas3template01 ssh calvunix02 sudo /etc/rc.d/rsyncd start sudo vserver vrhas3template01 build -m

RE: [Vserver] Talking about limits...

2005-10-21 Thread smagnuson
Have a look at: http://linux-vserver.org/Caps+and+Flags http://www.nongnu.org/util-vserver/doc/conf/configuration.html -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Michel Belleau (malaiwah.com)Sent: Friday, October 21, 2005 10:26 AMTo:

RE: [Vserver] unmount nfs with vserver

2005-10-21 Thread smagnuson
I went back through my orig post on this way back when and found a comment that I missed/forgot. This might have helped me... sorry herbert. I would like to mount a nfs filesystem from a non vserver (nfs server) into a vserver (nfs client). inside, you have to use some kind of userspace nfs

RE: [Vserver] VServer forum

2005-10-20 Thread smagnuson
I like the maillist because it does not require anything from me (going to a website and looking for updates, etc). Guess that makes me really lazy :) I don't get time to visit all the sites I should each day, but when that new email notification icon is sitting therewell you know the

RE: [Vserver] VServer forum

2005-10-20 Thread smagnuson
I also noticed that if vserver wanted to go one step further xoops + newbb + CM2F addon (http://dev.xoops.org/modules/xfmod/project/?xoopscm2f) postnuke + PNphpBB + CM2F addon (http://mods.postnuke.com/Article2569.html) I'm sure mambo and other may have this functionality as well sig

RE: [Vserver] Re: I would like to know how to build a FC4 template

2005-10-19 Thread smagnuson
: On Tue, Oct 18, 2005 at 04:55:24PM -0700, Steven Truong wrote: Hi, all. Thanks for your answers. Thank *smagnuson and* Mr. Poetzl . As Mr. Poetzl suggested by those two commands, then we just build one guest server and then (hard) copy by: 'cp -va' the whole guest server

RE: [Vserver] unmount nfs with vserver

2005-10-19 Thread smagnuson
Ok I have NFS working as following. Any comments/concerns doing it this way? #I mount this filesystem manually without a vserver restart from the root/host sudo vnamespace -e 100 mount -t nfs calnfs01.corporate.net:/nfs_unix_data /vservers/unixdev1/unix_data #I can unmount this filesystem

RE: [Vserver] unmount nfs with vserver

2005-10-18 Thread smagnuson
I have done the following but am getting a error sudo vi /usr/local/etc/vservers/caloratst01/bcapabilities VXC_SECURE_MOUNT VXC_SECURE_REMOUNT VXC_BINARY_MOUNT I also tried: SECURE_MOUNT SECURE_REMOUNT BINARY_MOUNT I am getting the following error on vserver startup sudo vserver caloratst01

RE: [Vserver] I would like to know how to build a FC4 template

2005-10-18 Thread smagnuson
I get the same error. I just touch an empty file by that name and it works. you get an error at the end indicating a issue with the conf file but seeing as I don't use it I have not been concerned. I was under the impression that the .conf file in question is legacy. More experienced

RE: [Vserver] unmount nfs with vserver

2005-10-18 Thread smagnuson
I can mount it from the host using /usr/local/etc/vservers/unixdev1/fstab but have not figured out how to umount (if possible) I was able to use the bcapabilities numeric values with out getting errors on vserver startup. cat /usr/local/etc/vservers/unixdev1/bcapabilities 0x0001 0x0002

RE: [Vserver] unmount nfs with vserver

2005-10-14 Thread smagnuson
unmounting on the host should work quite fine ... what would be the command(s) to unmount the vserver NFS mount through the host? The nfs mount is not visible on the host. ___ Vserver mailing list Vserver@list.linux-vserver.org

RE: [Vserver] mount a NFS filesystem into a vserver

2005-09-14 Thread smagnuson
Sam, That worked like a charm. I was thinking that is was going to be more complicated than that. For anyone interested here are my steps On NFS server (non vserver) --- added vserver host/root system ip address to nfs shares ie: sudo vi /etc/exports /nfs_unix_data

RE: [Vserver] mount a NFS filesystem into a vserver

2005-09-14 Thread smagnuson
Sam, That worked like a charm. I was thinking that is was going to be more complicated than that. For anyone interested here are my steps On NFS server (non vserver) --- added vserver host/root system ip address to nfs shares ie: sudo vi /etc/exports /nfs_unix_data

[Vserver] mount a NFS filesystem into a vserver

2005-09-13 Thread smagnuson
I am looking to mount a NFS filesystem into a vserver. I have searched the archives, the site, and the web but can not find a straight answer to this. What is the proper/preferred method of doing this? Does anyone have the steps? I would like to mount a nfs filesystem from a non vserver (nfs

RE: [Vserver] mount a NFS filesystem into a vserver

2005-09-13 Thread smagnuson
-Original Message- From: Herbert Poetzl [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 10:10 AM To: Magnuson, Sig Cc: vserver@list.linux-vserver.org Subject: Re: [Vserver] mount a NFS filesystem into a vserver On Tue, Sep 13, 2005 at 09:49:42AM -0600, [EMAIL PROTECTED]

RE: [Vserver] unable to stop the vserver after upgrade

2005-08-24 Thread smagnuson
Herbert thanks for your help. Issue: Unable to stop vserver, everything else appears to work fine. Issue was resolved when dietlibc was installed and tools recompiled EG: Installed dietlibc cd /path/to/vserver/src/util-vserver-0.30.208 make uninstall make clean ./configure make make install

RE: [Vserver] Official copy method?

2005-05-12 Thread smagnuson
Herbert, You are correct. Sorry for misquoting you. Now I'm back to my usual state: Dazed and confused Here are my vservers ls -l /vservers/ total 20 drwxr-xr-x 17 root root 4096 Apr 8 11:36 vcrux01 drwxr-xr-x 17 root root 4096 Apr 8 11:36 vcrux02 drwxr-xr-x 17 root root 4096 Apr 22 08:02

RE: [Vserver] mailing list

2005-05-09 Thread smagnuson
http://list.linux-vserver.org/mailman/listinfo/vserver -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Timo Müller Sent: Monday, May 09, 2005 12:08 AM To: vserver@list.linux-vserver.org Subject: [Vserver] mailing list Hey, how can I deleted from the

RE: [Vserver] mailing list

2005-05-09 Thread smagnuson
scroll down to the bottom of the page. In the bottom field enter your email address and click the button labeled Unsubscribe or edit options A new page will appear. click the Unsubscribe button -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Timo

RE: [Vserver] size of /tmp

2005-04-26 Thread smagnuson
Here's one way: On host server vi /usr/local/etc/vservers/VSERVER/fstab none/proc procdefaults0 0 none/tmptmpfs size=16m,mode=1777 0 0 none/dev/ptsdevpts gid=5,mode=620 0 0 Change 16m to something else IE: 64m Then

RE: [Vserver] Re: size of /tmp

2005-04-26 Thread smagnuson
I don't think you could have read this anywhere (actually perhaps the maillist archive but I don't think it's searchable). I only know this because I had a related issue that Herbert helped me with. Does your fstab file look like the one I posted? sig -Original Message- From: [EMAIL

RE: [Vserver] a couple of beginner questions

2005-04-07 Thread smagnuson
Yes that works. I no longer get the warning. thanks sig -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of D. B. Sent: Wednesday, April 06, 2005 11:38 AM To: vserver@list.linux-vserver.org Subject: Re: [Vserver] a couple of beginner questions Hello Sig,

RE: [Vserver] a couple of beginner questions

2005-04-07 Thread smagnuson
Dieter, Yes that works perfectly. I spoke with Herbert last night and he came up with the same conclusion. thanks for your reply sig -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of D. B. Sent: Thursday, April 07, 2005 10:46 AM To:

[Vserver] Request for comments: Crux vserver install notes

2005-04-07 Thread smagnuson
I have vserver up and running on Crux linux. Below are my install notes. Any errors I have will (hopefully) get smoothed over on my next installation. Feel free to make comments / use this document if you desire. thanks sig How to install and use vserver with Crux 2.0 http://crux.nu/

RE: [Vserver] a couple of beginner questions

2005-04-06 Thread smagnuson
2) When I stop a vserver I get the following but it does infact stop. Any ideas as to how to correct this? sudo vserver-stat CTX PROCVSZRSS userTIME sysTIMEUPTIME NAME 0 32 33.5M 3K 0m35s20 0m30s27 16h26m54 root server 491874 7.4M 767

RE: [Vserver] a couple of beginner questions

2005-04-06 Thread smagnuson
If I add the following to the vserver fstab file and restart vserver. cat /etc/fstab /dev/root / ext3 rw 0 0 Then df command works for the vserver partition df -h FilesystemSize Used Avail Use% Mounted on /dev/root 22G 2.5G 18G 13% / I have not gotten any other

RE: [Vserver] a couple of beginner questions

2005-04-06 Thread smagnuson
Herbert, I'm sorry, perhaps I've gotten off track. This goes back to the df command not working in the vserver. :df df: cannot read table of mounted filesystems you mentioned the following to me and I started chasing that rabbit. no, that's not normal, but I suspect you are missing some

[Vserver] a couple of beginner questions

2005-04-05 Thread smagnuson
I'm using Crux (http://crux.nu/) as my root OS and have set up a couple of Crux guest OS's. Everything seems to run fine. I have the following questions I hope someone can help me with. 1) When inside a guest OS the df command does not work. Is this normal? Here is my output: [EMAIL