Go Back   HowtoForge Forums | HowtoForge - Linux Howtos and Tutorials > MyDNSConfig > General

Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
Reply
 
Thread Tools Display Modes
  #1  
Old 7th February 2006, 22:39
pmsfo pmsfo is offline
Junior Member
 
Join Date: Feb 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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
Reply With Quote
  #2  
Old 8th February 2006, 00:32
till till is offline
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 19,805
Thanks: 285
Thanked 1,805 Times in 1,357 Posts
Default

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).
__________________
Till Brehm
--
http://www.projektfarm.com/en/
Reply With Quote
  #3  
Old 8th February 2006, 21:02
pmsfo pmsfo is offline
Junior Member
 
Join Date: Feb 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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 "." ?
Reply With Quote
  #4  
Old 8th February 2006, 22:20
till till is offline
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 19,805
Thanks: 285
Thanked 1,805 Times in 1,357 Posts
Default

The dot must be in the include path. Example:

include_path = ".:/php/includes"
__________________
Till Brehm
--
http://www.projektfarm.com/en/
Reply With Quote
  #5  
Old 11th February 2006, 23:14
smelkomar
Guest
 
Posts: n/a
Default

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?
Reply With Quote
  #6  
Old 11th February 2006, 23:57
till till is offline
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 19,805
Thanks: 285
Thanked 1,805 Times in 1,357 Posts
Default

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.
__________________
Till Brehm
--
http://www.projektfarm.com/en/
Reply With Quote
  #7  
Old 12th February 2006, 11:14
falko falko is offline
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,853
Thanks: 781
Thanked 1,558 Times in 1,477 Posts
Default

Please use localhost as host.
__________________
Falko
--
Follow me on:
Reply With Quote
  #8  
Old 13th February 2006, 17:53
smelkomar
Guest
 
Posts: n/a
Default

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
Reply With Quote
  #9  
Old 13th February 2006, 18:24
falko falko is offline
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,853
Thanks: 781
Thanked 1,558 Times in 1,477 Posts
Default

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.
__________________
Falko
--
Follow me on:
Reply With Quote
  #10  
Old 15th March 2006, 08:37
smelkomar
Guest
 
Posts: n/a
Default

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.
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with https and IE on Mac os and safari DarkBen Installation/Configuration 11 29th September 2006 18:45
Strange email problem for one of my domains... any help appreciated paulrobert_a Installation/Configuration 4 14th January 2006 11:01
SMTP TLS Problem with Mail Client dschmid Installation/Configuration 1 9th December 2005 02:56
ISPConfig pop3 problem mphayesuk General 21 31st October 2005 11:53
Problem installing ISPConfig, then with MySQL... ctroyp Installation/Configuration 7 26th September 2005 17:37


All times are GMT +2. The time now is 09:26.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Sponsored Links: Unified Communications: Thoughts, Strategies and Predictions
Join the discussion.
www.seamlessenterprise.com

IP Convergence
Integrate your wireless and wireline networks.
Learn how from the experts at Sprint.
www.seamlessenterprise.com

Wireless & Wireline Integration
Thoughts, strategies and solutions: join the discussion
www.seamlessenterprise.com

Unified Communications 2009
Join the Discussion. Now.
www.seamlessenterprise.com

Red Hat Virtual Experience - a free virtual event. Dec. 9th