> On 17. Feb 2018, at 17:20, Christopher Barry <christopher.r.ba...@gmail.com> > wrote: > > On Fri, 16 Feb 2018 20:39:42 +0100 > Heinrich Rebehn <heinrich.reb...@rebehn.net> wrote: > >>> On 16. Feb 2018, at 19:46, Heinrich Rebehn >>> <heinrich.reb...@rebehn.net> wrote: >>> >>> Hi list, >>> >>> After installing successfully installing OpenBSD on my Raspberry 3 B >>> i am now receiving kernel panics when trying to output audio over a > ... >> do_el0_sync() at handle_el0_sync+0x68 >> handle_el0_sync() at 0x6add22d90 >> --- trap — >> ddb> >> >> foo# ps >> ax >> >> PID TT STAT TIME COMMAND >> 1 ?? Is 0:01.02 /sbin/init >> 45211 ?? Is 0:00.01 /sbin/slaacd >> 81273 ?? Ip 0:00.01 slaacd: frontend (slaacd) >> 14179 ?? Ip 0:00.01 slaacd: engine (slaacd) >> 16300 ?? Is 0:00.01 dhclient: smsc0 [priv] (dhclient) >> 3977 ?? Isp 0:00.01 dhclient: smsc0 (dhclient) >> 87820 ?? Isp 0:00.04 syslogd: [priv] (syslogd) >> 41132 ?? Sp 0:00.05 /usr/sbin/syslogd >> 85555 ?? Is 0:00.01 pflogd: [priv] (pflogd) >> 40590 ?? Sp 0:00.02 pflogd: [running] -s 160 -i pflog0 >> -f /var/log/pflog (pflogd) 82905 ?? S<sp 0:00.05 ntpd: ntp engine >> (ntpd) 86951 ?? Isp 0:00.11 ntpd: dns engine (ntpd) >> 9053 ?? I<sp 0:00.00 /usr/sbin/ntpd -s >> 87164 ?? Ss 0:00.01 /usr/sbin/sshd >> 42343 ?? Isp 0:00.03 /usr/sbin/smtpd >> 91223 ?? Ip 0:00.04 smtpd: klondike (smtpd) >> 38203 ?? Ip 0:00.05 smtpd: control (smtpd) >> 67581 ?? Ip 0:00.05 smtpd: lookup (smtpd) >> 9032 ?? Ip 0:00.05 smtpd: pony express (smtpd) >> 21414 ?? Ip 0:00.05 smtpd: queue (smtpd) >> 83199 ?? Ip 0:00.05 smtpd: scheduler (smtpd) >> 2796 ?? Isp 0:00.00 sndiod: helper (sndiod) >> 56535 ?? I<sp 0:00.00 /usr/bin/sndiod >> 32353 ?? Is 0:00.02 /usr/local/bin/dbus-daemon --system >> 8511 ?? S 0:00.09 avahi-daemon: -avahi-daemon: running >> [foo.local] (avahi-daemon) >> 24851 ?? I 0:00.01 /usr/local/sbin/avahi-dnsconfd -D >> 35301 ?? Isp 0:00.01 /usr/sbin/cron >> 16799 ?? Ss 0:00.16 sshd: root@ttyp0 (sshd) >> 79878 p0 Ssp 0:00.04 -ksh (ksh) >> 82098 p0 R+p 0:00.01 ps -ax >> 86195 00 Is+p 0:00.05 /usr/libexec/getty std.115200 console >> foo# >> >> This KP looks a bit different. It was caused by shairport-sync >> (https://github.com/mikebrady/shairport-sync) via sndiod. >> >> -Heinrich > > I've obviously not been paying attention, because I had no idea people > were actually running avahi and dbus on obsd... > > Is this normal nowadays? > > -- > Regards, > Christopher > I don’t know what’s normal nowadays. But you do need mdns (avahi) for applications that announce themselves on the LAN, Airplay receiver being one of them.
How is this related to the kernel panic? -Heinrich