[Vserver] [EMAIL PROTECTED]

2006-04-13 Thread Falk Hamann
I read the manual to install vserver on crux. http://list.linux-vserver.org/archive/vserver/msg09371.html I followed each step. But starting vserver fails. # vserver vcrux01 start save_ctxinfo: open("/usr/var/run/vservers/vcrux01"): No such file or An error occured while executing the vserver star

Re: [Vserver] [EMAIL PROTECTED]

2006-04-13 Thread Falk Hamann
On Thu, 13 Apr 2006 14:12:09 +0200 Xavier Montagutelli <[EMAIL PROTECTED]> wrote: > does the /usr/var/run/vservers/ directory exists ? > > If no : create it > > If yes : what happens if you try > "touch /usr/var/run/vservers/vcrux01" before vserver .. start ? Yes the directory exists. If I touc

Re: [Vserver] [EMAIL PROTECTED]

2006-04-19 Thread Falk Hamann
On Thu, 13 Apr 2006 08:55:18 -0600 <[EMAIL PROTECTED]> wrote: > > See the previous post regarding crux documentation. If still having > issues, do the following. It will probably help people troubleshoot > your issue. > > Download, run and paste output back to list > http://vserver.13thfloor.a

[Vserver] nfs mount in a guest

2006-05-29 Thread Falk Hamann
I want to use a nfs-share in a guest. I recognise there are 3 ways. 1. mount --bind from vserver to the guest-directory 2. entry in /etc/vservers/v01/fstab 3. mount nfs-share directly in the guest I prefer the last one. Because the admin of the guest has the possibility to mount and unmount what

[Vserver] fstab.remote + smbmount

2006-06-20 Thread Falk Hamann
r/lib/util-vserver/secure-mount -a --chroot --fstab /etc/vservers/vmessdb/fstab.remote --rootfs no .: invalid option -- n There is no option "--nid" in manpage chbind !!! SYNTAX chbind [--silent] [--ip ip_number/interface] Can anybody help me ? Thanks Falk Hamann #vs

Re: [Vserver] fstab.remote + smbmount

2006-06-20 Thread Falk Hamann
On Tue, 20 Jun 2006 12:39:06 +0200 "Grzegorz Nosek" <[EMAIL PROTECTED]> wrote: > Have you tried util-vserver 0.30.210? AFAIK --nid was added there util-vserver: 0.30.210; May 9 2006, 11:20:12 Yes, I compiled the right version. Falk -- [EMAIL PROTECTED] chown linux.users /world __

Re: [Vserver] fstab.remote + smbmount

2006-06-21 Thread Falk Hamann
On Tue, 20 Jun 2006 17:52:35 +0200 Daniel Hokka Zakrisson <[EMAIL PROTECTED]> wrote: > Falk Hamann wrote: > > I try to mount a smb-share at guest-start. > > It failed with: ".: invalid option -- n". > > > > #cat fstab.remote > > //fsuser/gr

Re: [Vserver] fstab.remote + smbmount

2006-06-21 Thread Falk Hamann
On Wed, 21 Jun 2006 10:33:59 +0200 Guenther Fuchs <[EMAIL PROTECTED]> wrote: > Guess: /usr/sbin/chbind needs "--" to split between it's own > parameters and the command to be issued, followed by that one's > parameters. You may need to add this in your command before the > /usr/lib/util-vserver/se

Re: [Vserver] fstab.remote + smbmount

2006-06-21 Thread Falk Hamann
On Wed, 21 Jun 2006 10:52:09 +0200 Guenther Fuchs <[EMAIL PROTECTED]> wrote: > Try another one here: > > vnamespace -e 181 -- /usr/sbin/chbind ... > > (Still guessing, not debugging) > vnamespace -e 181 -- /usr/sbin/chbind --silent --nid 181 --ip 192.168.1.181/23 -- /usr/lib/util-vserver/secur

Re: [Vserver] fstab.remote + smbmount

2006-06-22 Thread Falk Hamann
On Wed, 21 Jun 2006 15:42:17 +0200 Daniel Hokka Zakrisson <[EMAIL PROTECTED]> wrote: > > .: invalid option -- n > > > > Who produce this output ??? > I'd guess smbmount. An strace -fF -o mount.trace vnamespace... should > help you pinpoint which binary is printing it. > #strace -Ff -o /tmp/str