The issue comes from DEBIAN/postinst: install -d -o ulog -g adm -m u=rwx,g=rx,o= /var/log/ulog
Apparently, install syntax has changed from the new coreutils-from- uutils (with a version of 0.0.0~ubuntu24 !!!). I changed the install command inside DEBIAN/postinst by: install -d -o ulog -g adm /var/log/ulog chmod 750 /var/log/ulog Now, I am able to install the deb package correctly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2130350 Title: install: Invalid mode string: invalid operator (expected +, -, or =, but found ,) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ulogd2/+bug/2130350/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
