install n debian lenny

Use the DirectAdmin Safe Submit to notify DirectAdmin staff of the problem. Make sure they know from where you got the license.

Jeff
 
Now it's good, the licence is change but i have this message :
All Checks have passed, continuing with install...
Ajout de l'utilisateur système «*diradmin*» (identifiant*: 106)...
Ajout du nouveau groupe «*diradmin*» (identifiant*: 109)...
Ajout du nouvel utilisateur «*diradmin*» (identifiant*: 106) avec le
groupe «*diradmin*»...
Répertoire personnel «*/usr/local/directadmin*» non créé.
update-rc.d: warning: /etc/init.d/directadmin missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
Adding system startup for /etc/init.d/directadmin ...
/etc/rc0.d/K20directadmin -> ../init.d/directadmin
/etc/rc1.d/K20directadmin -> ../init.d/directadmin
/etc/rc6.d/K20directadmin -> ../init.d/directadmin
/etc/rc2.d/S20directadmin -> ../init.d/directadmin
/etc/rc3.d/S20directadmin -> ../init.d/directadmin
/etc/rc4.d/S20directadmin -> ../init.d/directadmin
/etc/rc5.d/S20directadmin -> ../init.d/directadmin
update-rc.d: warning: /etc/init.d/startips missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
Adding system startup for /etc/init.d/startips ...
/etc/rc0.d/K20startips -> ../init.d/startips
/etc/rc1.d/K20startips -> ../init.d/startips
/etc/rc6.d/K20startips -> ../init.d/startips
/etc/rc2.d/S20startips -> ../init.d/startips
/etc/rc3.d/S20startips -> ../init.d/startips
/etc/rc4.d/S20startips -> ../init.d/startips
/etc/rc5.d/S20startips -> ../init.d/startips
Checking quotas...
Grrr it's very difficult, vhere is the problem ?
 
Ok, now i test a domain . www.romandie-annonce.com
the DNS is good.
Domain Name: ROMANDIE-ANNONCE.COM
Registrar: OVH
Whois Server: whois.ovh.com
Referral URL: http://www.ovh.com
Name Server: NS201305.OVH.NET
Name Server: SDNS1.OVH.NET
Status: clientDeleteProhibited
Status: clientTransferProhibited
Updated Date: 13-feb-2010
Creation Date: 17-mar-2009
Expiration Date: 17-mar-2010
In my serveur i create a user and this domain, but in firefox or IE is not good, i don't look the index.html, i have a error ...

the httpd.conf for romandie-annonce.com
Code:
# Auto generated apache config file by DirectAdmin version 1.35.1
# Modifying this file is not recommended as any changes you make will be
# overwritten when the user makes any changes to his/her website

# Frontpage requires these parameters in every httpd.conf file or else
# it won't work.
ServerRoot /etc/httpd



<VirtualHost 91.121.118.116:80>


	ServerName www.romandie-annonce.com
	ServerAlias www.romandie-annonce.com romandie-annonce.com 
	ServerAdmin [email protected]
	DocumentRoot /home/annoncerom/domains/romandie-annonce.com/public_html
	

	UseCanonicalName OFF

	SuexecUserGroup annoncerom annoncerom
	CustomLog /var/log/httpd/domains/romandie-annonce.com.bytes bytes
	CustomLog /var/log/httpd/domains/romandie-annonce.com.log combined
	ErrorLog /var/log/httpd/domains/romandie-annonce.com.error.log

	<Directory /home/annoncerom/domains/romandie-annonce.com/public_html>
		Options +Includes -Indexes



                suPHP_Engine ON
		suPHP_UserGroup annoncerom annoncerom

	</Directory>



</VirtualHost>



<VirtualHost 91.121.118.116:443>

	SSLEngine on
	SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
	SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
	

	ServerName www.romandie-annonce.com
	ServerAlias www.romandie-annonce.com romandie-annonce.com 
	ServerAdmin [email protected]
	DocumentRoot /home/annoncerom/domains/romandie-annonce.com/private_html
	

	UseCanonicalName OFF

	SuexecUserGroup annoncerom annoncerom
	CustomLog /var/log/httpd/domains/romandie-annonce.com.bytes bytes
	CustomLog /var/log/httpd/domains/romandie-annonce.com.log combined
	ErrorLog /var/log/httpd/domains/romandie-annonce.com.error.log

	<Directory /home/annoncerom/domains/romandie-annonce.com/private_html>
		Options +Includes -Indexes



                suPHP_Engine ON
		suPHP_UserGroup annoncerom annoncerom

	</Directory>



</VirtualHost>
 
if the nameserver on your server are correctly setup, if nameserver resolve to your server ip and if on the sarver named local has been created for that domain
 
hi smtalk, im checking this box right now but dns seems to be correct and bind restart witohut problem... ive tryed dig domain NS and reply corectly but when i try dig domain A doesnt find any A field.

have you any suggestion?
 
Please post the output of: dig @ns1.domain.com domain.com
 
That is a nice command :D didnt know and thanks ill keep it ^^

From same server
Code:
ns201305:~# dig @ns201305.ovh.net romandie-annonce.com

; <<>> DiG 9.5.1-P3 <<>> @ns201305.ovh.net romandie-annonce.com
; (1 server found)
;; global options:  printcmd
;; connection timed out; no servers could be reached
ns201305:~#
From my server
Code:
>dig @ns201305.ovh.net romandie-annonce.com

; <<>> DiG 9.5.1-P3 <<>> @ns201305.ovh.net romandie-annonce.com
; (1 server found)
;; global options:  printcmd
;; connection timed out; no servers could be reached
That make me think that named server is not started or not reachable

so ive checked
Code:
ns201305:~# ps aux | grep bind
bind     22934  0.0  0.1  72008 13588 ?        Ssl  12:47   0:00 /usr/sbin/named -u bind
root     23740  0.0  0.0   3608   720 pts/1    S+   12:54   0:00 grep bind
ns201305:~#
Service bind is started, but honestly dunno how check if is reachable and how to fix
 
# telnet ns201305.ovh.net 53
Trying 91.121.118.116...
telnet: connect to address 91.121.118.116: Connection refused
telnet: Unable to connect to remote host

I can take a look at the server if you want (for free).
 
Code:
ns201305:/etc/bind# netstat | grep 53
unix  3      [ ]         STREAM     CONNECTE      35753
unix  3      [ ]         STREAM     CONNECTE      8253

seems bind dont take the right port, is not my own server so yatoula should give you the login data
 
hi, Sellerone, you can give the connection information and everything you need.
I must go to work 2 hours. I'll be back. Thank you again
 
Back
Top