installing application hangs and finally crashes

pcace

Dabbler
Joined
Jan 10, 2022
Messages
15
Hi there, i am trying to get a plugin to run (hombebridge) from the community plugins list.
when i try to install it, it hangs at
50.00%
Installing pkg...
if i click on the "task manager" icon on top of the website, it sais:

cachedplugin.create50.00%
Status: RUNNING
Start Time: 2023-02-08 20:01:23


this is what the log sais:
Feb 8 20:06:23 hugo 1 2023-02-08T20:06:23.309657+01:00 hugo.local rtsold 884 - - <rtsock_input_ifannounce> interface epair0a removed
Feb 8 20:06:23 hugo kernel: bridge0: Ethernet address: 02:fe:47:21:d9:00
Feb 8 20:06:23 hugo kernel: bridge0: link state changed to UP
Feb 8 20:06:23 hugo kernel: ue0: promiscuous mode enabled
Feb 8 20:06:23 hugo kernel: epair0a: Ethernet address: 02:6e:37:b4:e7:0a
Feb 8 20:06:23 hugo kernel: epair0b: Ethernet address: 02:6e:37:b4:e7:0b
Feb 8 20:06:23 hugo kernel: epair0a: link state changed to UP
Feb 8 20:06:23 hugo kernel: epair0b: link state changed to UP
Feb 8 20:06:23 hugo kernel: epair0a: changing name to 'vnet0.1'
Feb 8 20:06:23 hugo 1 2023-02-08T20:06:23.492771+01:00 hugo.local rtsold 884 - - <rtsock_input_ifannounce> interface epair0b removed
Feb 8 20:06:24 hugo kernel: ue0: link state changed to DOWN
Feb 8 20:06:24 hugo kernel: vnet0.1: promiscuous mode enabled
Feb 8 20:06:24 hugo kernel: lo0: link state changed to UP
Feb 8 20:06:27 hugo kernel: ue0: link state changed to UP
Feb 8 20:06:27 hugo 1 2023-02-08T20:06:27.089741+01:00 hugo.local dhclient 18738 - - New IP Address (ue0): 192.168.1.60
Feb 8 20:06:27 hugo 1 2023-02-08T20:06:27.090366+01:00 hugo.local dhclient 18739 - - New Subnet Mask (ue0): 255.255.255.0
Feb 8 20:06:27 hugo 1 2023-02-08T20:06:27.090976+01:00 hugo.local dhclient 18741 - - New Broadcast Address (ue0): 192.168.1.255
Feb 8 20:06:27 hugo 1 2023-02-08T20:06:27.091596+01:00 hugo.local dhclient 18742 - - New Routers (ue0): 192.168.1.1
Feb 8 20:06:31 hugo 1 2023-02-08T20:06:31.615875+01:00 hugo.local rtsold 884 - - <rtsock_input_ifannounce> interface vnet0.1 removed
Feb 8 20:06:31 hugo kernel: vnet0.1: link state changed to DOWN
Feb 8 20:06:31 hugo kernel: epair0b: link state changed to DOWN
Feb 8 20:06:32 hugo kernel: ue0: link state changed to DOWN
Feb 8 20:06:32 hugo kernel: bridge0: link state changed to DOWN
Feb 8 20:06:32 hugo kernel: in6_purgeaddr: err=65, destination address delete failed
Feb 8 20:06:33 hugo 1 2023-02-08T20:06:33.164773+01:00 hugo.local rtsold 884 - - <rtsock_input_ifannounce> interface epair0a removed
Feb 8 20:06:33 hugo 1 2023-02-08T20:06:33.258795+01:00 hugo.local rtsold 884 - - <rtsock_input_ifannounce> interface epair0b removed
Feb 8 20:06:33 hugo kernel: epair0a: Ethernet address: 02:75:87:23:7e:0a
Feb 8 20:06:33 hugo kernel: epair0b: Ethernet address: 02:75:87:23:7e:0b
Feb 8 20:06:33 hugo kernel: epair0a: link state changed to UP
Feb 8 20:06:33 hugo kernel: epair0b: link state changed to UP
Feb 8 20:06:33 hugo kernel: epair0a: changing name to 'vnet0.2'
Feb 8 20:06:33 hugo kernel: vnet0.2: promiscuous mode enabled
Feb 8 20:06:33 hugo kernel: bridge0: link state changed to UP
Feb 8 20:06:33 hugo kernel: lo0: link state changed to UP
Feb 8 20:06:36 hugo 1 2023-02-08T20:06:36.798038+01:00 hugo.local dhclient 19422 - - New IP Address (ue0): 192.168.1.60
Feb 8 20:06:36 hugo 1 2023-02-08T20:06:36.798686+01:00 hugo.local dhclient 19424 - - New Subnet Mask (ue0): 255.255.255.0
Feb 8 20:06:36 hugo 1 2023-02-08T20:06:36.799312+01:00 hugo.local dhclient 19426 - - New Broadcast Address (ue0): 192.168.1.255
Feb 8 20:06:36 hugo 1 2023-02-08T20:06:36.799932+01:00 hugo.local dhclient 19427 - - New Routers (ue0): 192.168.1.1
Feb 8 20:06:36 hugo kernel: ue0: link state changed to UP

after around 15 minutes the whole machine is not responding anymore and i need to hard shutdown it, after rebooting there is no evidence it did anything...

what can i do to figure out what the problem is?

Thanks a lot for help,

Pcace
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
Unfortunately, you've found an orphaned plugin. The community plugins list at https://github.com/ix-plugin-hub/iocage-plugin-index points to HomeBridge at https://github.com/ix-plugin-hub/iocage-plugin-index/blob/master/homebridge.json. This points to https://github.com/grimneko/iocage-plugin-homebridge/blob/master/homebridge.json, which indicates it was built on FreeBSD 11.2. This version was EOL'ed on October 31, 2019, so the pkg packages are no longer available. The original plugin maintainer hasn't updated it to use FreeBSD 12.3 or later yet.
 
Top