[Bug 1700644] Re: Please merge with Debian 2:4.6.5+dfsg-8 or later

2017-08-10 Thread Andreas Hasenack
** Merge proposal linked:
   
https://code.launchpad.net/~ahasenack/ubuntu/+source/samba/+git/samba/+merge/328894

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

Title:
  Please merge with Debian 2:4.6.5+dfsg-8 or later

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1700644/+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 1710007] Re: error processing package libapache2-mod-php7.1 (--configure)

2017-08-10 Thread Nish Aravamudan
** Changed in: php7.1 (Ubuntu)
   Status: New => Incomplete

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

Title:
  error processing package libapache2-mod-php7.1 (--configure)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.1/+bug/1710007/+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 1710007] Re: error processing package libapache2-mod-php7.1 (--configure)

2017-08-10 Thread Nish Aravamudan
It would appear that at some point, you have deleted:

modified.conffile..etc.apache2.mods-available.php7.1.load: [deleted]

/etc/apache2/mods-available/php7.1.load

Without that file, the modules will fail to install properly, and that's
probably the underlying issue? Also, it's odd that you already had a
/etc/apache2/mods-available/php7.1.conf if you are trying to install it
for the first time.

Can you please first purge libapache2-mod-php7.1 (you might have to use
dpkg for this if apt complains) and then install php again.

Note, also, that it's not recommended to `sudo apt install php7.1`.
Instead, install the meta-package 'php', which will take care of
upgrading versions for you.

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

Title:
  error processing package libapache2-mod-php7.1 (--configure)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.1/+bug/1710007/+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 1700527] Re: removal of patch fix-1584485-trusty missed a d/rules change

2017-08-10 Thread Andreas Hasenack
** Changed in: samba (Ubuntu)
 Assignee: (unassigned) => Andreas Hasenack (ahasenack)

** Changed in: samba (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  removal of patch fix-1584485-trusty missed a d/rules change

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1700527/+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 810736] Re: logrotate script needs to notify all samba processes when logs are rotated

2017-08-10 Thread Andreas Hasenack
Oh, how silly of me. The 8841 process that shows in that fuser list is a
tail -f I had open in another terminal.

That being said, there were still other processes, samba ones, which
held an open fd to the log file, so this bug is still valid. I should
just be more careful with my tail -f next time :)

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

Title:
  logrotate script needs to notify all samba processes when logs are
  rotated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/810736/+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 810736] Re: logrotate script needs to notify all samba processes when logs are rotated

2017-08-10 Thread Andreas Hasenack
I just saw this bug while merging Debian's latest samba into ubuntu,
because it had this changelog snippet:

  * Fix logrotate for /var/log/samba/log.samba to send SIGHUP to all processes
of the service (systemd only)

The logrotate script now uses smbcontrol  reload-config (not
"all", which isn't listed as a valid destination in the current
smbcontrol help output [v4.6.5]), but I still see the problem happening.
This is after a forced logrotate:

root@artful-samba-merge:/var/log/samba# fuser log*
/var/log/samba/log.:  8841
/var/log/samba/log.nmbd:  7177
/var/log/samba/log.nmbd.1:  8841
/var/log/samba/log.smbd:  7132  7140
/var/log/samba/log.smbd.1:  7133  7134  8841
/var/log/samba/log.wb-ARTFUL-SAMBA-MERGE:  6997  8841
/var/log/samba/log.wb-BUILTIN:  7138  8841
/var/log/samba/log.winbindd:  6996  8841
/var/log/samba/log.winbindd-idmap:  7137  8841

root@artful-samba-merge:/var/log/samba# smbcontrol smbd reload-config

root@artful-samba-merge:/var/log/samba# fuser log*
/var/log/samba/log.:  8841
/var/log/samba/log.nmbd:  7177
/var/log/samba/log.nmbd.1:  8841
/var/log/samba/log.smbd:  7132  7140
/var/log/samba/log.smbd.1:  7133  7134  8841
/var/log/samba/log.wb-ARTFUL-SAMBA-MERGE:  6997  8841
/var/log/samba/log.wb-BUILTIN:  7138  8841
/var/log/samba/log.winbindd:  6996  8841
/var/log/samba/log.winbindd-idmap:  7137  8841


The rotated log files are still kept open by smbd processes. I'll add the 
server-next tag to this bug to take a look at this in more detail soon.

** Tags added: server-next

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

Title:
  logrotate script needs to notify all samba processes when logs are
  rotated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/810736/+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 1274247] Re: [MIR] Glusterfs

2017-08-10 Thread Andreas Hasenack
** Description changed:

  Availability:
  - Currently in universe
  
  Rationale:
  - Dependency for qemu's native glusterfs-support (bug 1246924)
+ - Debian enabled glusterfs support in samba and we have to carry a delta to 
disable it
  - Preferred Shared FS option for Ubuntu
  
  Security:
  - https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=glusterfs
  
  Some security history; nothing that impacts 3.10.3 AFAICT.
  
  Quality Assurance:
  - Package works out of the box with no prompting
  
  Standards Compliance:
  - FHS and Debian Policy compliant
  
  Maintenance:
  - Maintainer: Ubuntu Developers 
  - Original-Maintainer: Patrick Matthäi 
  - Well maintained in Debian; small Ubuntu delta which will be fed back.
  - ubuntu-openstack team.
  
  Dependencies:
  - All in main.

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

Title:
  [MIR] Glusterfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glusterfs/+bug/1274247/+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 1697610] Re: aarch64: logfile not supported in this QEMU binary

2017-08-10 Thread James Page
xenial/ocata/proposed

Confirmed able to boot instances using the patched packages - console
and serial XML snippets LGTM:


  
  
  


  
  
  


$ apt-cache policy nova-compute
nova-compute:
  Installed: 2:15.0.6-0ubuntu1~cloud0
  Candidate: 2:15.0.6-0ubuntu1~cloud0
  Version table:
 *** 2:15.0.6-0ubuntu1~cloud0 500
500 http://ubuntu-cloud.archive.canonical.com/ubuntu 
xenial-proposed/ocata/main arm64 Packages
100 /var/lib/dpkg/status
 2:15.0.5-0ubuntu1~cloud0 500
500 http://ubuntu-cloud.archive.canonical.com/ubuntu 
xenial-updates/ocata/main arm64 Packages
 2:13.1.4-0ubuntu1 500
500 http://ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 
Packages
 2:13.0.0-0ubuntu2 500
500 http://ports.ubuntu.com/ubuntu-ports xenial/main arm64 Packages


** Tags removed: verification-ocata-needed
** Tags added: verification-ocata-done

** Changed in: cloud-archive/pike
   Status: Triaged => Fix Committed

** Changed in: cloud-archive/pike
   Status: Fix Committed => Fix Released

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

Title:
  aarch64: logfile not supported in this QEMU binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1697610/+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