It sounds like you are running your nameserver on the hosting server. In this situation you do not need to execute a bind_addvs command. The bind_addvs command essentially adds an entry into vsd.conf on the name server, which would normally be a separate machine. In your case an entry for the virtual server already exists in vsd.conf - so no need to add another (in fact two entries for one virtual server will cause problems).
Also, with freeevsd 1.4.9 the Quota entry is re-used by mod_bind to provide a limit on the number of domains a virtual server may add. This causes a problem when the name server is held upon a hosting server on which disk quotas are being used and has been resolved in 1.4.10. So, remove the second entry for teste, set the Quota on the first entry to 35 and you should be OK. Tim > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Ana Paula > Sent: 03 November 2001 14:31 > To: [EMAIL PROTECTED] > Subject: Re[2]: Help with mod_bind .............. > > > > On Sat, 3 Nov 2001 13:23:12 -0000 > "Tim Sellar" <[EMAIL PROTECTED]> wrote: > > > They will only appear after a combination of bnid_addvs and bind_add > > commands. Also, on 1.4.10 they are located beneath /var/named/virtual. > > Tim > > > Does that depend on the skel? > it works with the combination: > redhat 7.1 + freevsd-1.4.9-2rh7.i386.rpm + > freevsd-skel-1_4_9-2rh62.tar.bz2 ?????? > > Because, if I do: > " vsdadm bind_addvs hostserver.com test 200.xxx.xxx.242 35 " > the command is well happened. > > but soon after, when I give: > " vsdadm bind_add hostserver.com test potato.net 200.xxx.xxx.248 > [EMAIL PROTECTED] " I get this error: > > error: -ERR Cannot add domain: quota exceeded > > But, look for quota in vsd.conf: > > <VirtualServer teste> > IP 200.xxx.xxx.242 > StartUID 1000 > Users 200 > Status active > Quota 0 > MaxVD 5 > Skel rh6 > Partition 0 > HostingServer hostserver.com > </VirtualServer> > > <VirtualServer teste> > IP 200.xxx.xxx.242 > StartUID 0 > Users 0 > Status active > Quota 35 > MaxVD 0 > Skel > Partition 0 > HostingServer > </VirtualServer> > > > And sure, the directories ".... /<virtual server>/{a-z}/dns/" > they are never created ........ > > Some idea ? > Suggestion ? > > Thanks, > Ana > > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED]]On Behalf Of Ana Paula > > > Sent: 03 November 2001 11:31 > > > To: Freevsd-Support > > > Subject: Help with mod_bind .............. > > > > > > In the message > > > http://freevsd.org/support/mail-archives/freevsd-support/2001/Mar/ > > > 0090.html > > > it is written that: > > > " Domain zone files are stored on the name server in > > > /var/named/<virtual server>/{a-z}/dns/ and are therefore > > > associated with a > > > particular virtual server name. " > > > I would like to know "who" creates this sub-directories > > > (/<virtual server>/{a-z}/dns/) > > > because I not have none ......... > > > ------------------------- 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 -----------------------------------------------------------------------------
