jgrafton / freebsd-obsidian

Attempt at running Obsidian on FreeBSD
BSD 3-Clause "New" or "Revised" License
18 stars 1 forks source link

linux_libbsd absent... #5

Open antihrn42 opened 3 weeks ago

antihrn42 commented 3 weeks ago

hi, i'm trying your procedure for obsidian under 15-current... i end up with the error you describe but cannot proceed with loading "linux_libbsd", seems it's not there at all, despite being in my rc.conf could you advise? (note: i'm back to freebsd after about 15 years on mac then debian, maybe i'm a bit rusty, in any case it changed a bit since then ;) thanks for your patience if it's a silly question...)

some logs:

$ /usr/local/bin/linux-obsidian
[4612:1001/193635.930491:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
2024-10-01 17:36:36 Loading updated app package /home/hern42/.config/obsidian/obsidian-1.6.7.asar
[4612:1001/193636.160364:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
[4612:1001/193636.160418:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
[4612:1001/193636.162479:ERROR:bus.cc(399)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[4612:1001/193636.162575:ERROR:bus.cc(399)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[4612:1001/193636.162567:ERROR:file_path_watcher_inotify.cc(315)] inotify_init() failed: Bad file descriptor (9)

(obsidian:4612): dconf-CRITICAL **: 19:36:36.194: unable to create directory '/var/run/xdg/hern42/dconf': No such file or directory.  dconf will not work properly.

(obsidian:4612): dconf-CRITICAL **: 19:36:36.194: unable to create directory '/var/run/xdg/hern42/dconf': No such file or directory.  dconf will not work properly.

(obsidian:4612): dconf-CRITICAL **: 19:36:36.196: unable to create directory '/var/run/xdg/hern42/dconf': No such file or directory.  dconf will not work properly.
[4612:1001/193636.198168:ERROR:bus.cc(399)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[4612:1001/193636.218064:ERROR:bus.cc(399)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[4672:1001/193636.238308:ERROR:file_path_watcher_inotify.cc(315)] inotify_init() failed: Bad file descriptor (9)
2024-10-01 17:36:36 Checking for update using Github
2024-10-01 17:36:36 Success.
2024-10-01 17:36:36 Latest version is 1.6.7
2024-10-01 17:36:36 App is up to date.
[root@punkspresso /home/hern42]# kldload linux_libbsd
kldload: can't load linux_libbsd: No such file or directory
[root@punkspresso /home/hern42]# cat /etc/rc.conf
hostname="punkspresso"
keymap="fr.acc.kbd"
wlans_iwm0="wlan0"
ifconfig_wlan0="WPA  DHCP"
ifconfig_wlan0_ipv6="inet6 accept_rtadv"
sshd_enable="YES"
ntpd_enable="YES"
set ntpd_sync_on_start="YES"
moused_nondefault_enable="NO"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
zfs_enable="YES"
kld_list="i915kms nvidia-modeset fuse linux_libbsd"
linux_enable="NO"
ubuntu_enable="YES"