Haiku R1 beta 6 (32bit) on EeePC 4G

I installed beta 6 (32 bit) on an old EeePC 4G. Haiku runs fine on this “highend” hardware (1GB ram, 4GB hd, 600MHz Celeron).:smiley:

Screen (800x480), touchpad, ethernet, wifi and sound all works out of the box!

But the EeePC faces an big issue: can’t install or update software (LAN or WLAN)!
Pinging google.com works, but WebPositive fails to connect with error message “SSL peer certificate or SSH remote key was not OK

There is also an annoying boot problem: after the 3rd icon it takes ~3 minutes to continue!

~> pkgman update
Aktualisierung der Paketquelle “Haiku” fehlgeschlagen.  0 %: Operation not allowed
Aktualisierung der Paketquelle “HaikuPorts” fehlgeschlagen.  0 %: Operation not allowed
Nothing to do.

~> pkgman list-repos
Haiku
base-url:  https://eu.hpkg.haiku-os.org/haiku/r1beta6/x86_gcc2/current
identifier: tag:haiku-os.org,2001:repositories/haiku/r1beta6/x86_gcc2
priority:  1
HaikuPorts
base-url:  https://eu.hpkg.haiku-os.org/haikuports/r1beta6/x86_gcc2/current
identifier: tag:haikuports.org,2013:repositories/haikuports/master/x86_gcc2
priority:  1

~> ping google.com
PING google.com (142.250.203.206): 56 data bytes
64 bytes from 142.250.203.206: icmp_seq=0 ttl=120 time=8.335 ms
64 bytes from 142.250.203.206: icmp_seq=1 ttl=120 time=7.563 ms
64 bytes from 142.250.203.206: icmp_seq=2 ttl=120 time=8.379 ms

— google.com ping statistics —
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 7.563/8.092/8.379/0.375 ms

~> uname -a
Haiku shredder R1~beta6 hrev59866+79 Aug 25 2026 03:02: BePC BePC Haiku

~> df -h
Volume
Type        Total      Free      Flags   Used%  Device




/boot
bfs    3.7 GiB   2.3 GiB QAM-P-W    38% /dev/disk/ata/1/master/0/boot/system
packagefs          0         0 QAM-P--   100% /boot/home/config
packagefs          0         0 QAM-P--   100%

If You have another PC and can download things from Haiku Depot Server web site, you could try to update openssl3 package manually. It’s just a guess…

Please check the time and date first.

5 Likes

Thanks @Starcrasher and @korli !

Found two versions. Installed openssl3-3.5.8-1-x86_gcc2.hpkg (4275708 byte), rebooted but nothing changed. Then with openssl3_x86-3.5.8-1-x86_gcc2.hpkg (2273066 byte) the same result.

~> openssl version
OpenSSL 3.5.8 25 Aug 2026 (Library: OpenSSL 3.5.8 25 Aug 2026)
~> pkgman update
Aktualisierung der Paketquelle “Haiku” fehlgeschlagen. 0 %: Operation not allowed
Aktualisierung der Paketquelle “HaikuPorts” fehlgeschlagen. 0 %: Operation not allowed
Nothing to do.
~>

Did I miss something like generating new keys?

Did you check the system date and time?

1 Like

Sorry @korli , I thought you wrote about the date of the new openssl package.

You are right, the system date was off!

Thank you, updates and WebPositive are working now :+1:

After some try and error with different save mode settings, the 3 minute boot delay went away.

Disable local APIC had to be selected.

The option gets reset with the next boot. Can this be made permanent?

1 Like

I followed this forum link and added disable_apic true in ~/config/settings/kernel/drivers/kernel :+1:

3 Likes