|
OpenBSD Installation and Upgrading Installing and upgrading OpenBSD. |
|
Thread Tools | Display Modes |
|
|||
OpenBSD hangs on login
Hello,
OpenBSD 7.3 hangs at the login on my intel C3758 based custom board. On every power-up, OpenBSD runs without problem up to the login, but, after 2 second hangs problem begins here. Code:
starting network sysctl: net.inet6.ip6.soiikey: hex string L�苉L3$UH��ASAVH��tI光���H: invalid reordering: ld.so libc libcrypto sshd. starting early daemons: syslogd pflogd ntpd. starting RPC daemons:. savecore: no core dump checking quotas: done. clearing /tmp kern.securelevel: 0 -> 1 creating runtime link editor directory cache. preserving editor files. starting network daemons: sshd(failed) smtpd sndiod. starting local daemons: cron. Sat Mar 25 17:55:23 +03 2023 OpenBSD/amd64 (Anda.Intel) (tty00) login: roo <--- trying to login as root, after 2 sec it hangs. I tested both legacy BIOS and UEFI but same in both. I don't have such a problem in version 7.2. What do you think could be the problem? |
|
||||
It seems that /etc/soii.key is built by rc(8) when making keys (first boot):
Code:
if [[ ! -f /etc/soii.key ]]; then openssl rand -hex 16 > /etc/soii.key && chmod 600 /etc/soii.key && sysctl -q \ "net.inet6.ip6.soiikey=$(</etc/soii.key)" fi |
|
|||
I have never seen that soiikey warning before,too. The problem is that; I can't login at all. So I can't access the source directories. I think there is an incompatibility with the Intel c3000 architecture in the new version.
|
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenBSD 7.3 hangs during upgrade | TCH | OpenBSD Installation and Upgrading | 19 | 24th April 2023 01:31 AM |
Cannot login after yp binding OpenBSD 5.7 | chipc | OpenBSD General | 4 | 14th October 2015 03:29 PM |
Gnome 3.8 + OpenBSD 5.4 - error on login (GDM) | harishankar | OpenBSD Packages and Ports | 10 | 7th December 2013 05:42 PM |
OpenBSD 4.6 i386 boot hangs with old gateway system - resolved | comet--berkeley | OpenBSD Installation and Upgrading | 6 | 22nd July 2011 08:15 AM |
openbsd hangs momentarily at boot | bogd | OpenBSD General | 11 | 9th January 2009 02:53 PM |