Ahoy,
So, it’s Haiku x86_64 Nightly
Could someone answer me …
… why package_daemon reports nonsensical things in syslog ?
First - in last year - it complained that there’s no activated_packages file under my /boot/home/config/packages directory.
So first I copied the file, but I thought it better to create a link, then I don’t have to sync them.
Since then the following messages appeared in syslog :
2026-06-15 01:13:51 KERN: package_daemon: [30616333: 92] Package "libgpg_error-1.55-1-x86_64.hpkg" from activation file not in packages directory.
user ~ 14:06 ls -ld /boot/system/packages
drwxr-xr-x 1 user root 100352 jún. 12 01:20 /boot/system/packages
user ~ 14:11 ls -ld /boot/home/config/packages
drwxr-xr-x 1 user root 2048 márc. 9 2024 /boot/home/config/packages
user ~ 14:12 ls -ld /boot/system/packages/adm
admesh-0.98.5-2-x86_64.hpkg administrative/
user ~ 14:12 ls -ld /boot/system/packages/administrative/
drwxr-xr-x 1 user root 46080 jún. 12 01:20 /boot/system/packages/administrative/
user ~ 14:12 ls -ld /boot/home/config/packages/administrative/
drwxr-xr-x 1 user root 2048 márc. 17 03:00 /boot/home/config/packages/administrative/
user ~ 14:13 ls -l /boot/system/packages/administrative/activated-packages
-rw-r--r-- 1 user root 44947 jún. 12 01:20 /boot/system/packages/administrative/activated-packages
user ~ 14:13 ls -l /boot/home/config/packages/administrative/activated-packages
lrwxrwxrwx 1 user root 55 márc. 17 03:00 /boot/home/config/packages/administrative/activated-packages -> /boot/system/packages/administrative/activated-packages
user ~ 14:14
user ~ 14:16 grep libgpg /boot/system/packages/administrative/activated-packages
libgpg_error-1.55-1-x86_64.hpkg
user ~ 14:16 ls -l /boot/system/packages/libgpg_error-1.55-1-x86_64.hpkg
-rw-r--r-- 1 user root 127858 aug. 20 2025 /boot/system/packages/libgpg_error-1.55-1-x86_64.hpkg
user ~ 14:18
As you can see :
- → the file exists there,
→ the file names in the file and directory are identical and matches.
What can cause this false syslog entry ?
Am I wrong here - somehow ?