[Bug 1753470] Re: Postconf segfaults every 5 minutes

2018-03-06 Thread Andreas Hasenack
Do you have mail in the queue? -> sudo mailq

Do you have another 5min cron job that is perhaps failing and therefore
sending an email?

Can you see any ownership and permissions problems in the postfix
directories? Try "sudo postfix check", and maybe do a quick manual
inspection in /var/spool, /var/lib, /var/mail directories

Do you have users and groups coming from a network source, like ldap,
nis, ad, and maybe the postfix user or group is mixed with that?

Can you try running that postconf command as the postfix user, or as
root if your previous attempt was as postfix or a regular user?
Something like "sudo -u postfix -H postconf -h queue_directory"

Thanks

-- 
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/1753470

Title:
  Postconf segfaults every 5 minutes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1753470/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1638957] Re: [MIR] http-parser, dependency of sssd

2018-03-06 Thread Andreas Hasenack
** Description changed:

- [MIR] http-parser, dependency of sssd
+ [Availability]
+ 
+ [Rationale]
+ 
+ [Security]
+ 
+ [Quality assurance]
+ 
+ [Dependencies]
+ 
+ [Standards compliance]
+ 
+ [Maintenance]
+ 
+ [Background information]

** Description changed:

  [Availability]
+ Package is in universe since trusty:
+ 
+ $ rmadison http-parser
+  http-parser | 2.1-2   | trusty/universe | source
+  http-parser | 2.1-2   | xenial/universe | source
+  http-parser | 2.1-2   | artful/universe | source
+  http-parser | 2.7.1-2 | bionic/universe | source
+ 
  
  [Rationale]
  
  [Security]
  
  [Quality assurance]
  
  [Dependencies]
  
  [Standards compliance]
  
  [Maintenance]
  
  [Background information]

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1638957

Title:
  [MIR] http-parser, dependency of sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/http-parser/+bug/1638957/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1753470] Re: Postconf segfaults every 5 minutes

2018-03-06 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu.

Do you know what is making this call every 5min? I couldn't locate a
cronjob about it.

You seem to have other services also failing to start:

-- Logs begin at Tue 2018-02-27 14:59:49 EET, end at Mon 2018-03-05 14:25:05 
EET. --
Mar 05 14:19:03 hostname systemd[1]: Failed to start AppArmor initialization.
Mar 05 14:19:04 hostname systemd[1]: Failed to start AppArmor initialization.
Mar 05 14:19:07 hostname iscsid[1778]: iSCSI daemon with pid=1781 started!
Mar 05 14:19:07 hostname systemd[1]: Failed to start LSB: Start or stop stunnel 
4.x (TLS tunnel for network daemons).
Mar 05 14:19:12 hostname systemd[1]: Failed to start Service for snap 
application canonical-livepatch.canonical-livepatchd.

I will need a few more logs to properly diagnose this. Could you please attach 
the output of:
- dmesg
- cat /var/log/syslog
- free -h

Thanks


** Changed in: postfix (Ubuntu)
   Status: New => Incomplete

-- 
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/1753470

Title:
  Postconf segfaults every 5 minutes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1753470/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1752660] Re: python-cryptography missing cffi dependency

2018-03-06 Thread Corey Bryant
Graham, thanks that would be great. This will get you the new version:

sudo add-apt-repository ppa:ubuntu-cloud-archive/queens-staging
sudo apt update

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-cryptography in Ubuntu.
https://bugs.launchpad.net/bugs/1752660

Title:
  python-cryptography missing cffi dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1752660/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1753059] Re: package ntp 1:4.2.8p10+dfsg-5ubuntu3.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2018-03-06 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu.

The logs show:
Setting up ntp (1:4.2.8p10+dfsg-5ubuntu3.2) ...
Installing new version of config file /etc/apparmor.d/usr.sbin.ntpd ...
Segmentation fault (core dumped)
dpkg: error processing package ntp (--configure):
 subprocess installed post-installation script returned error exit status 139

And in dmesg:
[721832.927616] addgroup[1326]: segfault at 339 ip 5569dd6ce6f6 sp 
7ffd260fb1f0 error 4 in perl[5569dd5bb000+1f7000]

The ntp postinst always calls addgroup and adduser:
if [ "$1" = "configure" ]; then
addgroup --system --quiet ntp
adduser --system --quiet --ingroup ntp --no-create-home --home /nonexistent 
ntp
...

Can you check if you already have an ntp user and group please:

id ntp
getent group ntp
getent passwd ntp


And try one more time:
sudo apt update
sudo apt -f install

Please post back the results. Thanks!


** Changed in: ntp (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/1753059

Title:
  package ntp 1:4.2.8p10+dfsg-5ubuntu3.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 139

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1753059/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1753408] Re: package squid3 3.3.8-1ubuntu16.3 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2018-03-06 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu.

If your upgrade has finished, could you please try the following:

sudo apt update
sudo apt -f install

And report back here. Thanks!

** Changed in: squid3 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/1753408

Title:
  package squid3 3.3.8-1ubuntu16.3 failed to install/upgrade: dependency
  problems - leaving triggers unprocessed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1753408/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs