Looks like a bug is the script /usr/lib/x86_64-linux- gnu/calamares/networkcfg/main.py (attached) for a string literal 0o600 in the os.chmod function at line 158.
Currently it is : os.chmod(f, 0o600) Should it be : os.chmod(f, "0o600") ? I tried editing the script and re-running but this has no effect - I guess it takes the script off the USB Live iso each time. Any ideas how to patch this temporarily??field.comment=Looks like a bug is the script /usr/lib/x86_64-linux-gnu/calamares/networkcfg/main.py (attached) for a string literal 0o600 in the os.chmod function at line 158. Currently it is : os.chmod(f, 0o600) Should it be : os.chmod(f, "0o600") ? I tried editing the script and re-running but this has no effect - I guess it takes the script off the USB Live iso each time. Any ideas how to patch this temporarily? ** Attachment added: "main.py" https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/2054697/+attachment/5749478/+files/main.py -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2054697 Title: Lubuntu Noble Apha - Calamares installer crash (exception in Networkcfg/Main.py) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/2054697/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
