Hello,

It appears that you have tried to use a pre-generated skel and untarred
it in the wrong directory? To clean up I would create another directory,
say skel_repair and move the following directories in to the new
directory:

> mv bin dev etc home lib proc tmp usr skel_repair

this will leave you with a /home/vsd/skel directory like:

brasil
master
oponto
oponto-inglaterra
skel
skel_repair
teste

With each directory being an individula skel. I would then register any
of the skels you wish to use (and remove the others, they take up a lot
of disk space).

> vsdadm part_skeladd brasil 0
...

I would then remove any /tmp/vsd.* files that you may have, this will
clear away anyway other tasks that you may have scheduled. I'd then
re-create you're virtual server:

vsdadm vs_create server1.oponto.com.br vsone .....

If you leave the skel argument off of the end then the vs will be linked
to the brazil skel as this is the one set as default, and run
vsd-vsbatch.pl. That should do it. 

If you have anyother problems, please let me know.
Damion.


Guilherme wrote:
> 
> Hello Damion,
> I really don't know what is happening....I checked everything that you said
> and everything is right!
>     Here is the ls -l * of the /home/vsd directory:
> skel:
> total 56
> drwxr-xr-x    2 root     root         4096 Jun 23 16:03 bin
> drwxr-xr-x   11 root     root         4096 Jun 25 20:20 brasil
> drwxr-xr-x    2 root     root         4096 Mar  5 09:17 dev
> drwxr-xr-x   10 root     root         4096 Jun 23 16:03 etc
> drwxr-xr-x    4 root     root         4096 Jun 23 16:03 home
> drwxr-xr-x    3 root     root         4096 Jun 23 16:03 lib
> drwxr-xr-x   11 root     root         4096 Jun 24 18:28 master
> drwxr-xr-x   11 root     root         4096 Jun 23 18:30 oponto
> drwxr-xr-x   11 root     root         4096 Jun 23 19:30 oponto-inglaterra
> drwxr-xr-x    2 root     root         4096 Mar  5 09:17 proc
> drwxr-xr-x   11 root     root         4096 Mar  5 09:23 skel
> drwxr-xr-x   11 root     root         4096 Jun 23 20:53 teste
> drwxr-xr-x    2 root     root         4096 Mar  5 09:17 tmp
> drwxr-xr-x    4 root     root         4096 Jun 23 16:04 usr
> 
> vs:
> total 0
> lrwxrwxrwx    1 root     root            1 Jun 23 18:36
> server1.oponto.com.br ->
>  /
> -------------------------*----------------------------
>     � Here is a copy of my vsd.conf file:
> # /etc/vsd.conf - FreeVSD configuration file
> # This file is automatically generated
> 
> <Global>
> UIDRange 1000 60000
> UIDAllocChunk 100
> PrimaryNS 209.61.182.53
> SecondaryNS 209.61.173.63
> Skel brasil
> ErrorLog /var/log/vsd.log
> BWBurst 0bps
> BWLimit 0bps
> </Global>
> 
> <Partition 0>
> # Mount point of disk device
> Mount /home/vsd
> # Maximum number of virtual servers
> MaxVS 10
> Skel skel
> Skel master
> Skel brasil
> </Partition>
> 
> # Virtual server account details
> <VirtualServer server1.oponto.com.br>
> IP 209.61.182.53
> StartUID 0
> Users 0
> Status active
> Quota 0
> Skel
> Partition 0
> HostingServer
> PrimaryNS 209.61.182.53
> SecondaryNS 209.61.173.63
> </VirtualServer>
> 
> *************************---*************************
>     I hope that this all help us to get a solution....
>     Thank you for your attention.
> 
>     Guilherme
> 
> ----- Original Message -----
> From: "Damion Parry" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, June 26, 2001 5:42 AM
> Subject: Re: VS creation problems.
> 
> > Can I just check a few things?
> >
> > After you ran vsd-install.pl (accepting all defaults?), you ran
> > vsd-genskel.pl, and gave the default answers to each of the questions?
> >
> > In which case, at /home/vsd/skel you will have a directory called
> > default. You then executed:
> >
> > > vsdadm part_skeladd <name of your machine> default 0
> >
> > Where "default" is the name given to the skel, and "0" is the number of
> > the partition that this skel is on. Did you then set the skel as global?
> >
> > > vsdadm part_setskelglobal <name of your machine> default
> >
> > It doesn't matter if you didn't, its just without this command you would
> > need to specify the skel name when creating a virtual server.
> >
> > The fact that vsd-vsbatch.pl is coming back with a 'can't process
> > mountpoint' error suggests to me that there is something wrong with the
> > partition/skel sections of you're vsd.conf file. You should have a
> > section like:
> >
> > <Partition 0>
> > Mount /home/vsd
> > MaxVS 40
> > Skel default
> > </Partition>
> >
> > Which will relate to a /home/vsd/skel/default directory for you're skel.
> > You then created you're virtual server:
> >
> > >vsdadm vs_create <name of you're machine> vsone 192.192.192.10 vsone.fqdn
> 300 300 default
> >
> > where vsone is the name of the virtual server, 192.192.192.10 is the ip
> > address, vsone.fqdn is the fully qualified domain name, 300 is the
> > quota, 300 is the number of users, and default is the name of the skel
> > you just created. You now run vsd-vsbatch.pl and it falls over with
> > "cannot process mount point ''".
> >
> > If all of this is correct, then I'm stumped. If you could send me an `ls
> > -l *` of you're home/vsd directory, and a copy of you're vsd.conf
> > (/etc/vsd from rpm install) file, I'll have a look further.
> >
> > My apologies if all of this is a bit too basic, I just want to rule out
> > the most common possibilities.
> >
> > Damion.
> >
> > Guilherme wrote:
> > >
> > > Hello guys,
> > > how are you?
> > >     I am sorry for been writing again....but I am counting the minutes
> to
> > > get freeVSD running!
> > > =)
> > >     But unfortunately I got some problems....I fixed the kernel-headers
> > > thing, and now I am able to create skels perfectly, but, when I use the
> > > command "vs_create" (with all the complete and correct syntax), and
> after
> > > that try to use "vs_vsdbatch.pl" , I still get the error saying that:
> > > Couldn't process : mount point `' does not exist
> > > ---*---
> > >     Please, try to help me AGAIN with this issue.....
> > >     Thank you very much, sirs.
> > >     Regards,
> > >
> > >     Guilherme
> > >
> > > ----- Original Message -----
> > > From: "Damion Parry" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Monday, June 25, 2001 9:47 AM
> > > Subject: Re: VS creation problems.
> > >
> > > > > I upgraded the RPM as you just told me to do....and I still have on
> > > problem when I try to create skels:
> > > > > error: failed dependencies:
> > > > >         kernel-headers   is needed by glibc-devel-2.1.3-15
> > > > >         kernel-headers >= 2.2.1 is needed by glibc-devel-2.1.3-15
> > > > > p1-1
> > > > > -- deleting extra files
> > > > > -----------*------------
> > > > >     I don't understand why this is happening, because our glibc is
> newer
> > > than 2.1.3-15 (our is 2.1.3-22).
> > > > >     I think that we are getting closer of a solution....and I am
> waiting
> > > your answer.
> > > > >     Thank you .
> > > > >
> > > > >     Guilherme
> > > >
> > > > Hello,
> > > >
> > > > This looks like you haven't got the kernel-headers rpm installed on
> > > > you're system When you installed the machine did you do a standard
> > > > server install or a custom install?
> > > >
> > > > If you did a custom install you may have missed out a few things, in
> > > > which case I would highly recommend downlaoding a pre-generated skel
> > > > from the freevsd.org ftp site.
> > > >
> > > > Damion.
> > > > ------------------------- The freeVSD Support
> > > List --------------------------
> > > > Subscribe:
> mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
> > > > Unsubscribe:
> > > mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
> > > > Archives:    http://freevsd.org/support/mail-archives/freevsd-support
> > >
> > --------------------------------------------------------------------------
> > > ---
> > >
> > > _________________________________________________________
> > > Do You Yahoo!?
> > > Get your free @yahoo.com address at http://mail.yahoo.com
> > >
> > > ------------------------- The freeVSD Support
> List --------------------------
> > > Subscribe:
> mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
> > > Unsubscribe:
> mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
> > > Archives:    http://freevsd.org/support/mail-archives/freevsd-support
> >
> > --------------------------------------------------------------------------
> ---
> > ------------------------- The freeVSD Support
> List --------------------------
> > Subscribe:   mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
> > Unsubscribe:
> mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
> > Archives:    http://freevsd.org/support/mail-archives/freevsd-support
> > --------------------------------------------------------------------------
> ---
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> ------------------------- The freeVSD Support List --------------------------
> Subscribe:   mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
> Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
> Archives:    http://freevsd.org/support/mail-archives/freevsd-support
> -----------------------------------------------------------------------------
------------------------- The freeVSD Support List --------------------------
Subscribe:   mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
Archives:    http://freevsd.org/support/mail-archives/freevsd-support
-----------------------------------------------------------------------------

Reply via email to