Hi,
I'm a novice in FreeBSD environement. I use a FreeBSD Server 7.0 by OVH.
I have some trouble with ssh connexion. I have installed Mysql, Dovecot, apache, php, postfix. And after a reboot my ssh connexion doesn't work... (Connexion refused)...
Fortunaly OVH propose NetBoot for this kind of situation. I can boot on my server, connect via ssh, mount my / and see my hd. I change startup rc.conf and remove one buy one starting daemond (very fastidious because i have to switch between netboot and classic HD Boot)... And ssh work all time except when i activate apache22_enable="YES"... If i reboot with this directive i could not connect via ssh to my server...
here is my rc.conf
sshd_enable="YES"
named_enable="YES"
ntpdate_enable="YES"
ntpdate_hosts="XXXX"
fsck_y_enable="YES"
keymap="fr.iso.acc"
ifconfig_re0="inet XXXXX netmask 255.255.255.0 broadcast XXXX"
defaultrouter="XXXX"
hostname="XXXX"
mysql_enable="YES"
dovecot_enable="YES"
sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"
postfix_enable="YES"
#apache22_enable="YES"
Someone have an idea ? How i can find informations, i haved look in /var/logs but i do not find anay usefull informations.
Thanks.
I'm a novice in FreeBSD environement. I use a FreeBSD Server 7.0 by OVH.
I have some trouble with ssh connexion. I have installed Mysql, Dovecot, apache, php, postfix. And after a reboot my ssh connexion doesn't work... (Connexion refused)...
Fortunaly OVH propose NetBoot for this kind of situation. I can boot on my server, connect via ssh, mount my / and see my hd. I change startup rc.conf and remove one buy one starting daemond (very fastidious because i have to switch between netboot and classic HD Boot)... And ssh work all time except when i activate apache22_enable="YES"... If i reboot with this directive i could not connect via ssh to my server...
here is my rc.conf
sshd_enable="YES"
named_enable="YES"
ntpdate_enable="YES"
ntpdate_hosts="XXXX"
fsck_y_enable="YES"
keymap="fr.iso.acc"
ifconfig_re0="inet XXXXX netmask 255.255.255.0 broadcast XXXX"
defaultrouter="XXXX"
hostname="XXXX"
mysql_enable="YES"
dovecot_enable="YES"
sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"
postfix_enable="YES"
#apache22_enable="YES"
Someone have an idea ? How i can find informations, i haved look in /var/logs but i do not find anay usefull informations.
Thanks.