
7th February 2006, 22:39
|
|
Junior Member
|
|
Join Date: Feb 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Problem with mydnsconfig
after i login in msconfig, i came up with this error, it looks like directory error, but in the config.inc.php i put the correct directory
Config.inc.php
$conf["app_title"] = "MyDNSConfig";
$conf["app_version"] = "1.0.0";
$conf["rootpath"] = "/srv/www/htdocs";
$conf["fs_div"] = "/"; // File system divider, \\ on windows an
$conf["classpath"] = $conf["rootpath"].$conf["fs_div"]."lib".$c
$conf["temppath"] = $conf["rootpath"].$conf["fs_div"]."temp";
Can you help me Please
Warning: loadlistdef(list/soa.list.php): failed to open stream: No such file or directory in /srv/www/htdocs/lib/classes/listform.inc.php on line 53
Warning: loadlistdef(): Failed opening 'list/soa.list.php' for inclusion (include_path='/usr/share/php') in /srv/www/htdocs/lib/classes/listform.inc.php on line 53
Warning: Invalid argument supplied for foreach() in /srv/www/htdocs/lib/classes/listform.inc.php on line 67
Warning: Invalid argument supplied for foreach() in /srv/www/htdocs/lib/classes/listform.inc.php on line 93
Warning: Division by zero in /srv/www/htdocs/lib/classes/listform.inc.php on line 128
Warning: onshow(lib/lang/en__list.lng): failed to open stream: No such file or directory in /srv/www/htdocs/lib/classes/listform_actions.inc.php on line 137
Warning: onshow(): Failed opening 'lib/lang/en__list.lng' for inclusion (include_path='/usr/share/php') in /srv/www/htdocs/lib/classes/listform_actions.inc.php on line 137
|

8th February 2006, 00:32
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 19,805
Thanks: 285
Thanked 1,805 Times in 1,357 Posts
|
|
Are you sure that you did not install MyDNSConfig in a subdirectory like /srv/www/htdocs/mydnsconfig?
please check the include setting in your php.ini, that the includ path includes also the current directory "." (dot).
|

8th February 2006, 21:02
|
|
Junior Member
|
|
Join Date: Feb 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by till
Are you sure that you did not install MyDNSConfig in a subdirectory like /srv/www/htdocs/mydnsconfig?
please check the include setting in your php.ini, that the includ path includes also the current directory "." (dot).
|
I Intalled on /srv/www/htdocs :
i tried to find the place to put the "." in the php.ini i din't find, where i put "." ?
|

8th February 2006, 22:20
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 19,805
Thanks: 285
Thanked 1,805 Times in 1,357 Posts
|
|
The dot must be in the include path. Example:
include_path = ".:/php/includes"
|

11th February 2006, 23:14
|
|
|
OK, we have BIND DNS Server at work... I'm thinking about to install MyDNS and his panel http://www.mydnsconfig.org/. Is this be a wrong action to install MyDNS... I'm now trying to install MyDNS+panel on my testmachine but I already made the step with BIND9. When I reach this point:
"mysqladmin -h host -u username -p create mydns" from Installation Manual,
I found this error when used for host trafmeter and root for username
mysqladmin: connect to server at 'trafmeter' failed
error: 'Host 'localhost.localdomain' is not allowed to connect to this MySQL server'
Some advises?
|

11th February 2006, 23:57
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 19,805
Thanks: 285
Thanked 1,805 Times in 1,357 Posts
|
|
Quote:
|
Originally Posted by smelkomar
mysqladmin: connect to server at 'trafmeter' failed
error: 'Host 'localhost.localdomain' is not allowed to connect to this MySQL server'
|
Check the permissions in your mysql user table, that the mysql user you used for the connection, i guess root, is allowed to connect from "localhost.localdomain". As default the user can only connect from localhost.
|

12th February 2006, 11:14
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,853
Thanks: 781
Thanked 1,558 Times in 1,477 Posts
|
|
Please use localhost as host.
|

13th February 2006, 17:53
|
|
|
Quote:
|
Originally Posted by till
Check the permissions in your mysql user table, that the mysql user you used for the connection, i guess root, is allowed to connect from "localhost.localdomain". As default the user can only connect from localhost.
|
How to check permissions? I'm not good with MySQL  In fact I'm not good at all
|

13th February 2006, 18:24
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,853
Thanks: 781
Thanked 1,558 Times in 1,477 Posts
|
|
You can have a look at the users table in the mysql database with phpMyAdmin. But I recommend that you try localhost first, as posted before.
|

15th March 2006, 08:37
|
|
|
OK, yesterday I reinstalled Ubuntu 5.10 only for MyDNS... Everything works, but there are several strange problems:
1. When I type http:://mydns.new.bg in browser the panel won't opens... only 'index of /' ???
2. When installed dnscache and compiles it with 'make' command I got this error:
Code:
tcpserver.o: In function `doit':
tcpserver.c:(.text+0x7a7): undefined reference to `errno'
remoteinfo.o: In function `mywrite':
remoteinfo.c:(.text+0x68): undefined reference to `errno'
remoteinfo.o: In function `myread':
remoteinfo.c:(.text+0x108): undefined reference to `errno'
timeoutconn.o: In function `timeoutconn':
timeoutconn.c:(.text+0x51): undefined reference to `errno'
timeoutconn.c:(.text+0xd4): undefined reference to `errno'
cdb.a(cdb.o):cdb.c:(.text+0xd8): more undefined references to `errno' follow
collect2: ld returned 1 exit status
make: *** [tcpserver] Error 1
3. When I used this command '/etc/init.d/mydns restart':
Code:
Restarting DNS server: mydns.
Stopping DNS server: mydns.
Starting DNS server: mydnsmydns[5788]: error loading gid for group `nobody'
mydns[5788]: using gid 65534 from user `nobody'
.
Last edited by smelkomar; 15th March 2006 at 09:31.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 09:26.
|
Recent comments
1 day 53 min ago
1 day 6 hours ago
1 day 6 hours ago
1 day 6 hours ago
1 day 7 hours ago
1 day 9 hours ago
1 day 12 hours ago
1 day 12 hours ago
1 day 12 hours ago
1 day 13 hours ago