Re: [users] VegaDNS hangs when creating a new domain...

2005-03-28 Thread Jeremy Gray
Bill Shupp wrote:
Jeremy Gray wrote:
First time install here...
Whe I create a new domain it just hangs.
However, if I click log out, then log back in and look at "domains" 
the new domain is there.
the domain seems to get created.

Sounds like there was an error.. check your httpd error logs for more 
detailed information.

Nothing in the httpd error logs while entering a domain..
Also for some reason it created a file in my tinydns/root directory 
named:

-rw-r--r--  1 root  wheel 0 Mar 29 06:01 data.srv-$[$[0]+1]
I'm guessing that the file above should have had those strings 
replaced by some other value.

That file was created by the shell script that dumps the database.  
Does your cron entry redirect all output to /dev/null?  If so, remove 
that part so that cron can report any errors.  I'm guessing these 2 
things are related.

I haven't been sucessfull enough with this yet for the cron part yet 
I'm still testing and running it at shell.

fwiw, this is on a Freebsd 4.11-STABLE box running the djbdns port.




Re: [users] VegaDNS hangs when creating a new domain...

2005-03-28 Thread Bill Shupp
Jeremy Gray wrote:
First time install here...
Whe I create a new domain it just hangs.
However, if I click log out, then log back in and look at "domains" the 
new domain is there.
the domain seems to get created.
Sounds like there was an error.. check your httpd error logs for more 
detailed information.

Also for some reason it created a file in my tinydns/root directory named:
-rw-r--r--  1 root  wheel 0 Mar 29 06:01 data.srv-$[$[0]+1]
I'm guessing that the file above should have had those strings replaced 
by some other value.
That file was created by the shell script that dumps the database.  Does 
your cron entry redirect all output to /dev/null?  If so, remove that 
part so that cron can report any errors.  I'm guessing these 2 things 
are related.

Regards,
Bill


[users] VegaDNS hangs when creating a new domain...

2005-03-28 Thread Jeremy Gray
First time install here...
Whe I create a new domain it just hangs.
However, if I click log out, then log back in and look at "domains" the 
new domain is there.
the domain seems to get created.

Also for some reason it created a file in my tinydns/root directory named:
-rw-r--r--  1 root  wheel 0 Mar 29 06:01 data.srv-$[$[0]+1]
I'm guessing that the file above should have had those strings replaced 
by some other value.

Any suggestions?