Hi Michael,
On 25/05/2021 13:49, Michael Tremer wrote:
Hi,
I had a little look and it seems that python3-inotify is missing in the updater.
Apart from that, it should work on a fresh installation.
I am not sure if your commit https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=c253116d250aedcb9e340dc6... is in the Testing build now or not yet. I just tried a fresh clone of 156 and upgraded to 157 and the same thing still happened. I am not sure if I have just been too eager.
-Michael
On 25 May 2021, at 12:42, Adolf Belka adolf.belka@ipfire.org wrote:
Hi Michael,
On 25/05/2021 13:35, Michael Tremer wrote:
Okay, thank you for double-checking. I assume this is a fresh installation?
No, this was a working Core Update 156 vm that I cloned and changed to Testing and did the update. The error message came up when rebooting after the upgrade.
Can you try loading the inotify Python module on a Python 3 shell?
I will give that a try and come back with what I find.
I tried importing inotify into python3 and got the following message Python 3.8.7 (default, Mar 26 2021, 14:28:13) [GCC 10.2.0] on linux Type "help", "copyright", "credits" or "license" for more information.
import inotify
Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'inotify'
I then tried the same with python2 and got Python 2.7.18 (default, Mar 26 2021, 14:26:55) [GCC 10.2.0] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import inotify
Regards, Adolf.
Regards, Adolf.
-Michael
On 25 May 2021, at 12:33, Adolf Belka adolf.belka@ipfire.org wrote:
Hi Michael,
On 25/05/2021 12:18, Michael Tremer wrote:
Hello, Is this problem still happening with the recent builds?
I just tried it now, 13:30 in Netherlands, and got the same result.
This is on my VirtualBox vm testbed.
Regards, Adolf.
Best, -Michael
On 21 May 2021, at 14:26, Adolf Belka adolf.belka@ipfire.org wrote:
Hi All,
After updating and doing the reboot I got the following message on the boot screen.
Starting Unbound DHCP Leases Bridge... Traceback (most recent call last): File "/usr/sbin/unbound-dhcp-leases-bridge", line 35, in <module> import inotify.adapters ModuleNotFoundError: No module named 'inotify' [FAIL]
The prior message was Starting DHCP Server... [OK]
The following message was Starting SSH Server... [OK] which is interesting as the ssh connection would not work until I had pressed Save in the ssh WUI page
Regards,
Adolf.