[Bug 910962] Re: installArchives() failed: dpkg: unrecoverable fatal error, aborting: syntax error: unknown group 'postdrop' in statoverride file Error in function: SystemError: E:Sub-process /usr/bin

2015-04-01 Thread Robie Basak
It sounds like all of the scenarios reported are ones that packaging can't really be expected to handle, so I don't think we can treat this as a bug in packaging. So I'll mark this bug as Invalid. Thanks to all the commenters though - hopefully this will help others diagnose misconfigurations

[Bug 910962] Re: installArchives() failed: dpkg: unrecoverable fatal error, aborting: syntax error: unknown group 'postdrop' in statoverride file Error in function: SystemError: E:Sub-process /usr/bin

2015-03-31 Thread Andrew Evans
I was bitten by this too. In my case, it's because I installed postfix within a chroot that I was using schroot to enter, but postfix wasn't installed in the real root. Each time I'd enter the chroot, /etc/group would be copied from the real root into the chroot, losing the 'postdrop' group

[Bug 910962] Re: installArchives() failed: dpkg: unrecoverable fatal error, aborting: syntax error: unknown group 'postdrop' in statoverride file Error in function: SystemError: E:Sub-process /usr/bin

2012-03-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: postfix (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to postfix in Ubuntu.

[Bug 910962] Re: installArchives() failed: dpkg: unrecoverable fatal error, aborting: syntax error: unknown group 'postdrop' in statoverride file Error in function: SystemError: E:Sub-process /usr/bin

2012-02-04 Thread gpk
I suffer from this bug, too. In my case, it was probably caused by an editing error on /etc/group.Fixed by running sudo groupadd postdrop Thanks! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to postfix in Ubuntu.

[Bug 910962] Re: installArchives() failed: dpkg: unrecoverable fatal error, aborting: syntax error: unknown group 'postdrop' in statoverride file Error in function: SystemError: E:Sub-process /usr/bin

2012-01-17 Thread Dave Walker
** Changed in: postfix (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to postfix in Ubuntu. https://bugs.launchpad.net/bugs/910962 Title: installArchives() failed: dpkg: unrecoverable fatal

[Bug 910962] Re: installArchives() failed: dpkg: unrecoverable fatal error, aborting: syntax error: unknown group 'postdrop' in statoverride file Error in function: SystemError: E:Sub-process /usr/bin

2012-01-07 Thread Raphaƫl Hertzog
You should give more info on how you managed to get into this situation. The real problem is that the postdrop group has been removed while it was still in use by dpkg for some statoverride information. Either postfix did drop the group without unregistering the statoverride, or you made a mistake