DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 16th May 2015
fossala's Avatar
fossala fossala is offline
Real Name: David
Fdisk Soldier
 
Join Date: Feb 2011
Location: Cornwall, UK
Posts: 58
Default sshd not starting fresh install

I couldn't ssh into a new server I'm setting up. Here is the output when I try and start sshd
Code:
# /etc/rc.d/sshd -d start
doing _rc_parse_conf
doing _rc_quirks
sshd_flags empty, using default ><
doing _rc_read_runfile
doing rc_check
sshd
doing rc_start
Illegal instruction (core dumped)
doing _rc_rm_runfile
(failed)
#
Any help would be greatly appreciated.
Reply With Quote
  #2   (View Single Post)  
Old 16th May 2015
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

Please post your dmesg. A backtrace from the core file might be helpful.
Reply With Quote
  #3   (View Single Post)  
Old 16th May 2015
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

The dmesg will show the hardware architecture, release, flavor (-release, -stable, -current), where and by whom the kernel was built. If it was a custom kernel, best practice would be to indicate that by using a name other than GENERIC.

The backtrace, if the core file is usable, may show the order of events of the application, and/or which module had the failure ... and perhaps where within the module the failure occurred. The sshd application is linked with libutil, libcrypto, libz, and libc.
Reply With Quote
Reply

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
OpenBSD 5.3 fresh install - mysql does not run vigidr OpenBSD Packages and Ports 2 27th July 2013 09:31 PM
fresh install require file flags schg assigned to dir or files? dbach OpenBSD Security 4 1st May 2012 05:50 PM
Doing a fresh install - what to save? Bruco FreeBSD General 4 30th May 2009 01:49 PM
Can't Print (Fresh First Time install) BSD newb Xero FreeBSD Installation and Upgrading 4 15th February 2009 07:11 PM
How do I skip format on some partitions in a fresh install? Quaxo OpenBSD Installation and Upgrading 9 25th June 2008 07:57 PM


All times are GMT. The time now is 02:14 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick