sshd attempting to start twice?
Derek Ragona
derek at computinginnovations.com
Mon Feb 26 19:07:40 UTC 2007
The errors you are getting is indicative that sshd is already running. Try
doing:
ps -ax|grep named
-Derek
At 12:30 PM 2/26/2007, Noah wrote:
>Hi there,
>
>any clues why sshd is attempting to start twice?
>
>
>sshd[836]: error: Bind to port 22 on :: failed: Address already in use.
>sshd[836]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use.
>
>
>here is the /etc/rc.conf of the server:
>
>-- sysinstall generated deltas -- # Fri Jan 26 05:42:42 2007
># Created: Fri Jan 26 05:42:42 2007
># Enable network daemons for user convenience.
># Please make all changes to this file, not to /etc/defaults/rc.conf.
># This file now contains just the overrides from /etc/defaults/rc.conf.
>linux_enable="YES"
>named_enable="YES"
>moused_enable="YES"
>nfs_client_enable="YES"
>nfs_server_enable="YES"
>rpcbind_enable="YES"
>sshd_enable="YES"
>sshd_program="/usr/local/sbin/sshd"
>sshd_flags="-f /etc/ssh/sshd_config"
>usbd_enable="YES"
>ntpd_enable="YES"
>ntpd_flags="-c /etc/ntp/ntp.conf"
>ntupdate="YES"
>ntpdate_config="/etc/ntp/ntp.conf"
>nfs_client_enable="YES"
>nfs_client_flags="-n 4"
>inetd_enable="YES"
>syslog_ng_enable="YES"
>syslog_ng_pid="/var/run/syslog-ng.pid"
>
>
>
>cheers,
>
>Noah
>
>_______________________________________________
>freebsd-questions at freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>
>--
>This message has been scanned for viruses and
>dangerous content by MailScanner, and is
>believed to be clean.
>MailScanner thanks transtec Computers for their support.
>
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.
More information about the freebsd-questions
mailing list