[Bug 1472510] Re: Unbound returns SERVFAIL for specific query on dual stacked machine
Attached is an equivalent debdiff for vivid. ** Patch added: "unbound-1.4.22-1ubuntu6-vivid.patch" https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1472510/+attachment/4431464/+files/unbound-1.4.22-1ubuntu6-vivid.patch -- 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/1472510 Title: Unbound returns SERVFAIL for specific query on dual stacked machine To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1472510/+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 1281306] Re: version bump request
Thanks Hans, closing. ** Changed in: gdisk (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to gdisk in Ubuntu. https://bugs.launchpad.net/bugs/1281306 Title: version bump request To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gdisk/+bug/1281306/+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 1374782] Re: OpenVPN interactively asks for a password in an init script
Thanks Daniel, closing. ** Changed in: openvpn (Ubuntu) Status: Confirmed => Fix Released -- 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/1374782 Title: OpenVPN interactively asks for a password in an init script To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1374782/+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 1317705] Re: Commissioning x86_64 node never completes, sitting at grub prompt, pserv py tbs
** Also affects: python-tx-tftp (Ubuntu Vivid) Importance: Undecided Status: New ** Also affects: python-tx-tftp (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: python-tx-tftp (Ubuntu Utopic) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-tx-tftp in Ubuntu. https://bugs.launchpad.net/bugs/1317705 Title: Commissioning x86_64 node never completes, sitting at grub prompt, pserv py tbs To manage notifications about this bug go to: https://bugs.launchpad.net/maas/+bug/1317705/+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 1472510] Re: Unbound returns SERVFAIL for specific query on dual stacked machine
Thanks Patrik! Uploaded to Vivid with one minor change: since package version 1.4.22-1ubuntu6 is already taken (in Wily), we can't use it again in VIvid so I changed the version to 1.4.22-1ubuntu5.1. This also indicates more clearly that the upload is an SRU. ** Also affects: unbound (Ubuntu Vivid) Importance: Undecided Status: New ** Changed in: unbound (Ubuntu Vivid) Status: New => In Progress -- 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/1472510 Title: Unbound returns SERVFAIL for specific query on dual stacked machine To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1472510/+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 1317705] Re: Commissioning x86_64 node never completes, sitting at grub prompt, pserv py tbs
** Description changed: + [Impact] + When TFTP booting with UEFI, the TFTP server would stack trace when terminating the transfer. This would lead to some UEFI boot issues when using UEFI + + [Test Case] + 1. Install MAAS + 2. Setup UEFI on machine to PXE boot from MAAS + 3. UEFI boot machine, it will fail as tftp chrases. + + 4. With fix, UEFI boot machine, it will succeed as tftp doesn't crash. + + [Regression Potential] + Minimal. This has tested and QA and proven to be working as expected. + ubuntu 14.04LTS + MaaS 1.5 on x86_64 Controller: esxi vm xeon + vmnet3/ixgbe - Nodes: + Nodes: supermicro twinblades Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz 128GB RAM 2@ ige 2@ ixgbe <<< used for PXE booting Trying to add physical nodes configured for Trusty Tahr amd64. IPMI powerctl cycles the node, tftp's two boot files, then commissioning goes out to lunch: 15:12:11.465976 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:25:90:e5:5a:56 (oui Unknown), length 359 15:12:11.468982 IP 172.30.193.38.bootps > 255.255.255.255.bootpc: BOOTP/DHCP, Reply, length 300 15:12:11.475270 IP 172.30.255.101.1294 > 172.30.193.38.tftp: 41 RRQ "bootx64.efi" octet tsize 0 blksize 1468 15:12:11.535326 IP 172.30.255.101.1295 > 172.30.193.38.tftp: 33 RRQ "bootx64.efi" octet blksize 1468 15:12:12.024716 IP 172.30.255.101.1296 > 172.30.193.38.tftp: 33 RRQ "/grubx64.efi" octet blksize 512 These tb's coincide with above traffic and node sitting at the grub prompt indefinitely: 2014-05-08 15:12:11-0700 [-] Starting protocol 2014-05-08 15:12:11-0700 [RemoteOriginReadSession (UDP)] Unhandled Error - Traceback (most recent call last): - File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 73, in callWithContext - return context.call({ILogContext: newCtx}, func, *args, **kw) - File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext - return self.currentContext().callWithContext(ctx, func, *args, **kw) - File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext - return func(*args,**kw) - File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 614, in _doReadOrWrite - why = selectable.doRead() - --- --- - File "/usr/lib/python2.7/dist-packages/twisted/internet/udp.py", line 234, in doRead - self.protocol.datagramReceived(data, addr) - File "/usr/lib/python2.7/dist-packages/tftp/bootstrap.py", line 171, in datagramReceived - datagram = TFTPDatagramFactory(*split_opcode(datagram)) - File "/usr/lib/python2.7/dist-packages/tftp/datagram.py", line 394, in __call__ - return datagram_class.from_wire(payload) - File "/usr/lib/python2.7/dist-packages/tftp/datagram.py", line 323, in from_wire - raise InvalidErrorcodeError(errorcode) - tftp.errors.InvalidErrorcodeError: Unknown error code: 8 - + Traceback (most recent call last): + File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 73, in callWithContext + return context.call({ILogContext: newCtx}, func, *args, **kw) + File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext + return self.currentContext().callWithContext(ctx, func, *args, **kw) + File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext + return func(*args,**kw) + File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 614, in _doReadOrWrite + why = selectable.doRead() + --- --- + File "/usr/lib/python2.7/dist-packages/twisted/internet/udp.py", line 234, in doRead + self.protocol.datagramReceived(data, addr) + File "/usr/lib/python2.7/dist-packages/tftp/bootstrap.py", line 171, in datagramReceived + datagram = TFTPDatagramFactory(*split_opcode(datagram)) + File "/usr/lib/python2.7/dist-packages/tftp/datagram.py", line 394, in __call__ + return datagram_class.from_wire(payload) + File "/usr/lib/python2.7/dist-packages/tftp/datagram.py", line 323, in from_wire + raise InvalidErrorcodeError(errorcode) + tftp.errors.InvalidErrorcodeError: Unknown error code: 8 + 2014-05-08 15:12:11-0700 [RemoteOriginReadSession (UDP)] Logged OOPS id OOPS-20c0e9854c8b0ef29998d4a27454fc6a: InvalidErrorcodeError: Unknown error code: 8 2014-05-08 15:12:11-0700 [TFTP (UDP)] Datagram received from ('172.30.255.101', 1295): 2014-05-08 15:12:11-0700 [TFTP (UDP)] Datagram received from ('172.30.255.101', 1295): 2014-05-08 15:12:11-0700 [-] RemoteOriginReadSession starting on 43143 2014-05-08 15:12:11-0700 [-] RemoteOriginReadSession starting on 43143 2014-05-08 15:12:11-0700 [-] Starting protocol 2014-05-08 15:12:11-0700 [-] Starting protocol 2014-05-08 15:12:12-0700 [Remot
[Bug 1476175] [NEW] Missing rollover breaks windows PXE booting.
Public bug reported: [Impact] The implementation of rollover allows transfers to reset the block number counter back to 0 after reaching 2^16, allowing to transfer files of any size. This is particularly useful when grabbing large files. This prevents MAAS from successfully installing windows based OS's. [Test Case] 1. Install MAAS 2. Upload aa windows image. 3. Deploy windows with traidtional installer. 4. Without the fix, windows will fail to deploy. 5. With the fix, windows will deploy correctly. [Regression Potential] Minimal, this has been tested in various different environments and QA'd. ** Affects: python-tx-tftp (Ubuntu) Importance: Undecided Status: Fix Released ** Affects: python-tx-tftp (Ubuntu Trusty) Importance: Critical Status: New ** Also affects: python-tx-tftp (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: python-tx-tftp (Ubuntu) Status: New => Fix Released ** Changed in: python-tx-tftp (Ubuntu Trusty) Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-tx-tftp in Ubuntu. https://bugs.launchpad.net/bugs/1476175 Title: Missing rollover breaks windows PXE booting. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-tx-tftp/+bug/1476175/+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 1475992] Re: Sync bind9 1:9.9.5.dfsg-10 (main) from Debian unstable (main)
This bug was fixed in the package bind9 - 1:9.9.5.dfsg-10 Sponsored for Artur Rona (ari-tczew) --- bind9 (1:9.9.5.dfsg-10) unstable; urgency=high * Fix CVE-2015-4620: DNSSEC validation of a malicously crafted zone can cause the resolver to crash (closes: #791715). -- Michael Gilbert Thu, 09 Jul 2015 00:43:38 + ** Changed in: bind9 (Ubuntu) Status: New => Fix Released ** CVE added: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2015-4620 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in Ubuntu. https://bugs.launchpad.net/bugs/1475992 Title: Sync bind9 1:9.9.5.dfsg-10 (main) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1475992/+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 1476103] Re: package postfix 2.11.0-1ubuntu1 failed to install/upgrade: подпроцесс новый сценарий pre-installation возвратил код ошибки 5
Thank you for taking the time to report this bug and helping to make Ubuntu better. Since it seems likely to me that this is a local configuration problem, rather than a bug in Ubuntu, I'm marking this bug as Incomplete. If indeed this is a local configuration problem, you can find pointers to get help for this sort of problem here: http://www.ubuntu.com/support/community Or if you believe that this is really a bug, then you may find it helpful to read "How to report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful if you would then provide a more complete description of the problem, explain why you believe this is a bug in Ubuntu rather than a problem specific to your system, and then change the bug status back to New. ** 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/1476103 Title: package postfix 2.11.0-1ubuntu1 failed to install/upgrade: подпроцесс новый сценарий pre-installation возвратил код ошибки 5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1476103/+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 1453751] Re: Postfix/verify_cache.db out of chroot
Importance -> Low since the upstream author says it is harmless: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578862#25 ** Changed in: postfix (Ubuntu) Importance: Undecided => Low -- 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/1453751 Title: Postfix/verify_cache.db out of chroot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1453751/+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 1472407] Re: Segmentation fault uploading a csv using ZF1.12.1
Please see https://wiki.ubuntu.com/StableReleaseUpdates We do not update stable releases in updates recommended to all users due to regression risk to existing users. I understand that PHP upstream do not maintain stability in their stable branches in the way that Ubuntu users expect, so we currently have no plans to update this. If you can identify a specific upstream commit that fixes this issue then we can cherry-pick it in an SRU. See the linked page for details on the procedure to follow for this. Since you say that this bug is fixed in 5.5.10 and Wily has 5.6.9, I'm marking this Fix Released in the development release and opening a task for Trusty to continue tracking this issue. ** Also affects: php5 (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: php5 (Ubuntu) Status: New => Fix Released -- 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/1472407 Title: Segmentation fault uploading a csv using ZF1.12.1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1472407/+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 1410734] Re: package tomcat7 7.0.52-1ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Thank you for your report. This looks like a local configuration problem, rather than a bug in Ubuntu. Specifically it looks like you have manually deleted /etc/tomcat7/ and consequently the package is expected to fail. You can find pointers to get help for this sort of problem here: http://www.ubuntu.com/support/community Since we use this bug tracker to track bugs in Ubuntu, rather than configuration problems, I'm marking this bug as Invalid. This helps us to focus on fixing bugs in Ubuntu. If you believe that this is really a bug, then you may find it helpful to read "How to report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful if you would then provide a more complete description of the problem, explain why you believe this is a bug in Ubuntu rather than a problem specific to your system, and then change the bug status back to New. ** Changed in: tomcat7 (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tomcat7 in Ubuntu. https://bugs.launchpad.net/bugs/1410734 Title: package tomcat7 7.0.52-1ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1410734/+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 1475818] Re: package openvpn 2.3.2-7ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Thank you for taking the time to report this bug and helping to make Ubuntu better. I cannot reproduce this. Running "sudo apt-get install lamp-server^" works for me inside a fresh Trusty LXC instance. Based on your DpkgHistoryLog.txt it looks like you had apache2 installed previously. Could a previous misconfiguration be causing this issue on your system? Since it seems likely to me that this is a local configuration problem, rather than a bug in Ubuntu, I'm marking this bug as Incomplete. If indeed this is a local configuration problem, you can find pointers to get help for this sort of problem here: http://www.ubuntu.com/support/community Or if you believe that this is really a bug, then you may find it helpful to read "How to report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful if you would then provide a more complete description of the problem, explain why you believe this is a bug in Ubuntu rather than a problem specific to your system, and then change the bug status back to New. ** Changed in: openvpn (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvpn in Ubuntu. https://bugs.launchpad.net/bugs/1475818 Title: package openvpn 2.3.2-7ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1475818/+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 1475817] Re: package bridge-utils 1.5-6ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Thank you for taking the time to report this bug and helping to make Ubuntu better. Since it seems likely to me that this is a local configuration problem, rather than a bug in Ubuntu, I'm marking this bug as Incomplete. If indeed this is a local configuration problem, you can find pointers to get help for this sort of problem here: http://www.ubuntu.com/support/community Or if you believe that this is really a bug, then you may find it helpful to read "How to report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful if you would then provide a more complete description of the problem, explain why you believe this is a bug in Ubuntu rather than a problem specific to your system, and then change the bug status back to New. ** Changed in: bridge-utils (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bridge-utils in Ubuntu. https://bugs.launchpad.net/bugs/1475817 Title: package bridge-utils 1.5-6ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/1475817/+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 1475817] Re: package bridge-utils 1.5-6ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
>From log: Setting up quagga (0.99.22.4-3ubuntu1) ... debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable dpkg: error processing package quagga (--configure): subprocess installed post-installation script returned error exit status 1 Setting up libjemalloc1 (3.5.1-2) ... Setting up apache2-mpm-prefork (2.4.7-1ubuntu4.4) ... Setting up bridge-utils (1.5-6ubuntu2) ... debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable dpkg: error processing package bridge-utils (--configure): subprocess installed post-installation script returned error exit status 1 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bridge-utils in Ubuntu. https://bugs.launchpad.net/bugs/1475817 Title: package bridge-utils 1.5-6ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/1475817/+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 1472584] Re: ISST-LTE: Samba server doesn't work well on Ubuntu 14.04.3
Ah, so this is a ppc64el-specific issue? In that case I need internal (Canonical) resources to look further as I'll need a ppc64el machine to test, and it is likely to be a non-trivial fix. I can't proceed with just my Ubuntu hat. If you need Canonical to look into this as a priority, please raise a request through commercial channels. -- 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/1472584 Title: ISST-LTE: Samba server doesn't work well on Ubuntu 14.04.3 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1472584/+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 1476199] [NEW] rsync rule in logcheck database needs update
Public bug reported: This rule in /etc/logcheck/ignore.d.server/rsync: ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rsyncd\[[0-9]+\]: (wrote|sent) [0-9]+ bytes (read|received) [0-9]+ bytes total size [0-9]+$ does not match rsync output, as rsync uses the comma as a thousands separator in the byte counts. Suggested: ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rsyncd\[[0-9]+\]: (wrote|sent) [0-9,]+ bytes (read|received) [0-9,]+ bytes total size [0-9,]+$ or strictly: ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rsyncd\[[0-9]+\]: (wrote|sent) [0-9]{1,3}(,[0-9]{3})* bytes (read|received) [0-9]{1,3}(,[0-9]{3})* bytes total size [0-9]{1,3}(,[0-9]{3})*$ ** Affects: logcheck (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to logcheck in Ubuntu. https://bugs.launchpad.net/bugs/1476199 Title: rsync rule in logcheck database needs update To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/logcheck/+bug/1476199/+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 1472510] Re: Unbound returns SERVFAIL for specific query on dual stacked machine
That sounds reasonable to me. I was not sure how I should handle the name collision. -- 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/1472510 Title: Unbound returns SERVFAIL for specific query on dual stacked machine To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1472510/+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 1458434] Re: Use __builtin_clzl on POWER
** Tags added: patch vivid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1458434 Title: Use __builtin_clzl on POWER To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1458434/+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 1458434] Re: Use __builtin_clzl on POWER
The attachment "__builtin_clzl.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.] -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1458434 Title: Use __builtin_clzl on POWER To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1458434/+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 1459046] Re: [SRU] nova-* services do not start if rsyslog is not yet started
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1459046 Title: [SRU] nova-* services do not start if rsyslog is not yet started To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-archive/+bug/1459046/+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 1242376] Re: "reload php5-fpm" crashes
Any updates on this? This is causing us huge troubles because every configuration update via puppet triggers a service reload which kills the php5-fpm parent process and detaches it's clients, leading to stale code running in production after deployments. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1242376 Title: "reload php5-fpm" crashes To manage notifications about this bug go to: https://bugs.launchpad.net/php/+bug/1242376/+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 1242376] [NEW] "reload php5-fpm" crashes
You have been subscribed to a public bug by Robie Basak (racb): "reload php5-fpm" with upstart does not work. php5-fpm will crash and leave non-working child processes hanging around that will block any recovery until they are killed off manually. This is because php5-fpm does not handle SIGHUP. It results in an uncontrolled exit. After telling upstart to instead use SIGUSR2 on reload*, things work as expected. * "reload signal SIGUSR2" in upstart php5-fpm.conf Signals handled by php5-fpm seems to be: * SIGINT, SIGTERM: immediate termination * SIGQUIT: graceful stop * SIGUSR1: re-open log file * SIGUSR2: graceful reload of all workers + reload of fpm conf/binary Ubuntu 13.10, amd64 ii php5-fpm 5.5.3+dfsg-1ubuntu2 amd64 server-side, HTML-embedded scripting language (FPM-CGI binary) ** Affects: php Importance: Unknown Status: Unknown ** Affects: php5 (Ubuntu) Importance: High Assignee: Pratiksha (deekshammhs10) Status: Confirmed ** Tags: precise saucy trusty -- "reload php5-fpm" crashes https://bugs.launchpad.net/bugs/1242376 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. -- 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 1460588] Re: Package depends on obsolete apache2 binary packages
** Changed in: ltsp-cluster-control (Ubuntu) Status: Triaged => In Progress ** Changed in: ltsp-cluster-control (Ubuntu) Assignee: (unassigned) => Robie Basak (racb) ** Changed in: ltsp-cluster-control (Ubuntu) Status: In Progress => Fix Committed -- 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/1460588 Title: Package depends on obsolete apache2 binary packages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ltsp-cluster-control/+bug/1460588/+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 1474417] Re: squid-deb-proxy does not refresh translation files often enough
** Branch linked: lp:~smoser/maas/packaging-1.8-lp1474417 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid-deb-proxy in Ubuntu. https://bugs.launchpad.net/bugs/1474417 Title: squid-deb-proxy does not refresh translation files often enough To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1474417/+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 1430936] Re: /usr/share/doc/apache2/examples/setup-instance neglects to create symlinkjs a2enconf-$SUFFIX and a2disconf-$SUFFIX in /usr/local/sbin
This bug was fixed in the package apache2 - 2.4.12-2ubuntu1 --- apache2 (2.4.12-2ubuntu1) wily; urgency=medium * Merge from Debian unstable. Remaining changes: - debian/{control, apache2.install, apache2-utils.ufw.profile, apache2.dirs}: Add ufw profiles. - debian/apache2.py, debian/apache2-bin.install: Add apport hook. - Add dep8 tests. - debian/rules: Fix cross-building by passing DEB_{HOST,BUILD}_GNU_TYPE to configure. - debian/patches/086_svn_cross_compiles: Backport several cross fixes from upstream - d/index.html: replace Debian with Ubuntu on default page. - Allow "triggers-awaited" and "triggers-pending" states in addition to "installed" when determining whether to defer actions or process deferred actions. * Drop patches (applied upstream): - d/p/split-logfile.patch - d/p/CVE-2015-0228.patch * Drop changes (superceded in Debian): - Cherry-pick versioned build-depend on dpkg from Debian for correct dpkg-maintscript-helper symlink_to_dir support. * Drop changes (adopted in Debian): - d/control, d/config-dir/mods-available/ssl.conf, d/ask-for-passphrase, d/apache2.install: Plymouth aware passphrase dialog program ask-for-passphrase. * Fix cross-building configure line in d/rules, which had bit-rotted in previous merges. apache2 (2.4.12-2) unstable; urgency=medium [ Jean-Michel Nirgal Vourgère ] * d/control: + Update Vcs-Browser. * d/copyright: + Change d/debhelper/dh_apache2 to dh_apache2.in. + Drop paragraph about inexistant itk patches. [ Stefan Fritsch ] * Remove all the transitional packages: apache2-mpm-worker, apache2-mpm-prefork, apache2-mpm-event, apache2-mpm-itk, apache2.2-bin, apache2.2-common, libapache2-mod-proxy-html, libapache2-mod-macro, apache2-suexec This also fixes the dependency problems caused by a recent version of debhelper (see #784803). apache2 (2.4.12-1) unstable; urgency=medium * New upstream version * Add a patch for CVE-2015-0253 which was introduced in 2.4.11 which was never shipped in Debian. * Ship mod_proxy_html's default config file. Closes: #782022 * Fix typo in dh_apache2 man page. Closes: #781032 apache2 (2.4.10-11) unstable; urgency=medium * core: Fix -D[efined] or [d] variables lifetime accross restarts. This could cause all kinds of strange behavior. PR 56008. PR 57328 * mpm_event: Fix process deadlock when shutting down a worker. PR 56960 * mpm_event: Fix crashes due to various race conditions. Closes: #779078 apache2 (2.4.10-10) unstable; urgency=medium * CVE-2015-0228: mod_lua: Fix denial of service vulnerability in wsupgrade(). * Fix setup-instance example script to handle a2enconf/a2disconf. LP: #1430936 * Tweak mention of mod_access_compat in NEWS.Debian. The module does not really work in practice. -- Robie Basak Thu, 28 May 2015 16:34:00 + ** Changed in: apache2 (Ubuntu) Status: New => Fix Released ** CVE added: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2015-0228 ** CVE added: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2015-0253 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in Ubuntu. https://bugs.launchpad.net/bugs/1430936 Title: /usr/share/doc/apache2/examples/setup-instance neglects to create symlinkjs a2enconf-$SUFFIX and a2disconf-$SUFFIX in /usr/local/sbin To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1430936/+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 1460588] Re: Package depends on obsolete apache2 binary packages
This bug was fixed in the package ltsp-cluster-control - 2.0.3-0ubuntu2 --- ltsp-cluster-control (2.0.3-0ubuntu2) wily; urgency=medium * Depend on apache2 directly instead of the apache2-mpm-prefork transitional package which has now been removed in Apache 2.4 (LP: #1460588). -- Robie Basak Mon, 20 Jul 2015 13:33:58 + ** Changed in: ltsp-cluster-control (Ubuntu) Status: Fix Committed => Fix Released -- 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/1460588 Title: Package depends on obsolete apache2 binary packages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ltsp-cluster-control/+bug/1460588/+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 1321425] Re: irqbalance spams syslog about affinity_hint subset empty
Trusty patch doesn't apply cleanly. Please fix this before it gets sponsored. Thanks -- 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/1321425 Title: irqbalance spams syslog about affinity_hint subset empty To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1321425/+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 1458434] [NEW] Use __builtin_clzl on POWER
You have been subscribed to a public bug by Robie Basak (racb): Zend/zend_alloc.c uses __builtin_clzl in zend_mm_high_bit and zend_mm_low_but, but only if (defined(__arm__) || defined(__aarch64__)). This is overly restrictive: it's also usable if __defined__(__powerpc__). This causes a bump to speed on POWER systems: previously zend_mm_high_bit shows up on perf reports, with this patch the functions drop out of the profile entirely. This bug has also been reported upstream (https://bugs.php.net/bug.php?id=69703), but I've sent you this report, along with a `dpkg-source --commit` style patch, in the hopes that you'll pick it up, so that Ubuntu users get the performance improvement sooner. This patch was built and tested on Vivid, but is applicable to a range of PHP versions. ** Affects: php Importance: Unknown Status: Unknown ** Affects: php5 (Ubuntu) Importance: Medium Status: Triaged ** Tags: patch vivid -- Use __builtin_clzl on POWER https://bugs.launchpad.net/bugs/1458434 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. -- 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 1468114] Re: please update open-vm-tools to 9.10.2
** Changed in: open-vm-tools (Ubuntu) Assignee: (unassigned) => Ben Howard (utlemming) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in Ubuntu. https://bugs.launchpad.net/bugs/1468114 Title: please update open-vm-tools to 9.10.2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1468114/+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 1458434] Re: Use __builtin_clzl on POWER
** Bug watch added: bugs.php.net/ #69703 http://bugs.php.net/bug.php?id=69703 ** Also affects: php via http://bugs.php.net/bug.php?id=69703 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1458434 Title: Use __builtin_clzl on POWER To manage notifications about this bug go to: https://bugs.launchpad.net/php/+bug/1458434/+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 1425403] Re: package libpam-winbind:amd64 2:4.1.6+dfsg-1ubuntu2.14.04.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: samba (Ubuntu) Status: New => Confirmed -- 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/1425403 Title: package libpam-winbind:amd64 2:4.1.6+dfsg-1ubuntu2.14.04.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1425403/+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 1475751] Re: need phablet support for mods to /etc/lxc/lxc-usernet (vivid+stable ppa overaly)
This seems like something the phablet packages should do in a postinst, right? Or are you asking for the Ubuntu lxc package to add this to the default lxc-usernet file which is installed on all systems? (Asking since this is marked as affecting lxc) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1475751 Title: need phablet support for mods to /etc/lxc/lxc-usernet (vivid+stable ppa overaly) To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1475751/+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 1474047] Re: pppoe fails inside container
Thanks for the report. This actually isn't a bug. The lxc.cgroup.devices.allow line allows your container to create and use the device, but doesn't automatically create it. Assuming you are using the defaults with lxc.autodev set, you can have it be automatically created by either adding a lxc.mount.entry to bind-mount it from the host to the container, i.e. lxc.mount.entry = /dev/ppp dev/ppp none bind,optional,create=file or adding it to a lxc.hook.autodev hook. If you want to turn this into a feature request for a 'persistent' flag for lxc-device, that could be useful, though I think there were reasons we didn't do that. Please comment if that's what you want, else I'm marking it invalid. ** Changed in: lxc (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1474047 Title: pppoe fails inside container To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1474047/+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 1475751] Re: need phablet support for mods to /etc/lxc/lxc-usernet (vivid+stable ppa overaly)
Hi Serge, Well, the problem is that /etc/lxc/lxc-usernet is read-only, so it can't be modified by a user action. I'm not really sure how modifications of system files is supposed to take place in the New World. I think for a short-term solution, we can take the Vivid lxc source package and modify it to add a static 'phablet' entry in /lxc-usernet and upload it to the overlay PPA. Long term, I'm not so sure about... -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1475751 Title: need phablet support for mods to /etc/lxc/lxc-usernet (vivid+stable ppa overaly) To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1475751/+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 1441930] Re: Fix handling of multipathed disks with 4k-sectors
Let's re-test with my PPA. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to multipath-tools in Ubuntu. https://bugs.launchpad.net/bugs/1441930 Title: Fix handling of multipathed disks with 4k-sectors To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1441930/+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
Re: [Bug 1475751] Re: need phablet support for mods to /etc/lxc/lxc-usernet (vivid+stable ppa overaly)
Quoting Christopher Townsend (christopher.towns...@canonical.com): > Hi Serge, > > Well, the problem is that /etc/lxc/lxc-usernet is read-only, so it can't > be modified by a user action. I'm not really sure how modifications of Oh! I see, this is in snappy? > system files is supposed to take place in the New World. Yeah, me neither. Thanks for the clarification. > I think for a short-term solution, we can take the Vivid lxc source > package and modify it to add a static 'phablet' entry in /lxc-usernet > and upload it to the overlay PPA. > > Long term, I'm not so sure about... I'm sure there must be a "proper" way to do this sort of thing, let's ask on #ubuntu-devel :) thanks! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1475751 Title: need phablet support for mods to /etc/lxc/lxc-usernet (vivid+stable ppa overaly) To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1475751/+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 1472142] Re: /var/cache/lxc not world readable
Thanks for filling this report. The issue isn't really "secrets" being exposed in the cache, but rather setuid-root or file-capability-endowed binaries in the rootfs, especially if they become stale and contain a CVE. Lxc can't be sure where third-party templates have stored such binaries, so if /var/cache/lxc was 755 then every subdirectory would need to be 700, and we'd have to worry about a bug leaving one open. If you "know what you're doing" then you can chmod /var/cache/lxc on your systems to 755, and lxc won't revert those permissions against your will. But I'm afraid we have to mark this wontfix. Too bad, because I agree it *is* inconvenient. ** Changed in: lxc (Ubuntu) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1472142 Title: /var/cache/lxc not world readable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1472142/+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 1468897] Re: multipath creates binding for Removable(USB) drives
verification-failed: multipath-tools still claims USB devices (as tested in cert lab). I'm doing some more backporting to try to identify the patch that will fix this correctly. ** Tags removed: verification-needed ** Tags added: verification-failed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to multipath-tools in Ubuntu. https://bugs.launchpad.net/bugs/1468897 Title: multipath creates binding for Removable(USB) drives To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1468897/+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 1471358] Re: lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory controller
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed ** Changed in: lxc (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1471358 Title: lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory controller To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1471358/+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 1451091] Re: new upstream version 5.2.2
Strongswan 5.3.2 is out now. What would it take to pull it in? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to strongswan in Ubuntu. https://bugs.launchpad.net/bugs/1451091 Title: new upstream version 5.2.2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1451091/+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 1409904] Re: Needed patches for InfiniBand Support: Flow Steering and Offload Support + Fixes
** Changed in: fio (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: fio (Ubuntu Trusty) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: glusterfs (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: glusterfs (Ubuntu Trusty) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: libcxgb3 (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: libcxgb3 (Ubuntu Trusty) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: libibcm (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: libibcm (Ubuntu Trusty) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: libibverbs (Ubuntu Trusty) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: libibverbs (Ubuntu Utopic) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: libibverbs (Ubuntu Vivid) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: tgt (Ubuntu Vivid) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: tgt (Ubuntu Utopic) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: tgt (Ubuntu Trusty) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: libipathverbs (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: libipathverbs (Ubuntu Trusty) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: libmlx4 (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: libmlx4 (Ubuntu Trusty) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: libmlx4 (Ubuntu Utopic) Assignee: (unassigned) => Rafael David Tinoco (inaddy) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libibverbs in Ubuntu. https://bugs.launchpad.net/bugs/1409904 Title: Needed patches for InfiniBand Support: Flow Steering and Offload Support + Fixes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/corosync/+bug/1409904/+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 1409904] Re: Needed patches for InfiniBand Support: Flow Steering and Offload Support + Fixes
** Changed in: libmlx4 (Ubuntu Vivid) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: libmlx5 (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: libmlx5 (Ubuntu Trusty) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: libmthca (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: libmthca (Ubuntu Trusty) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: libnes (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: libnes (Ubuntu Trusty) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: tgt (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: librdmacm (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: librdmacm (Ubuntu Trusty) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: openmpi (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: openmpi (Ubuntu Trusty) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: perftest (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: perftest (Ubuntu Trusty) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: qpid-cpp (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: qpid-cpp (Ubuntu Trusty) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: srptools (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (inaddy) ** Changed in: srptools (Ubuntu Trusty) Assignee: (unassigned) => Rafael David Tinoco (inaddy) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libibverbs in Ubuntu. https://bugs.launchpad.net/bugs/1409904 Title: Needed patches for InfiniBand Support: Flow Steering and Offload Support + Fixes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/corosync/+bug/1409904/+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 1402042] Re: console= parameters need to be added before -- on kernel cmdline
i put some code at https://code.launchpad.net/~smoser/+junk/di-boottest-lp1402042/ Ran that code, the output shows in output.log as attached. Then, checked console logs of everything with: $ for d in *; do [ -f "$d/serial-boot.log" ] || continue; echo === $d === ; echo == install == ; grep "Command line:" $d/serial-install.log; echo == boot ==; grep "cmdline:" "$d/serial-boot.log" | head -n 1; done === precise-p-proposed-amd64 === == install == [0.00] Command line: url=http://192.168.1.131:9900//preseed foo_nocopy=1 priority=critical locale=en_US --- console=ttyS0 foo_copy=1 == boot == [stdout] Mon, 20 Jul 2015 13:54:53 -0400 cmdline: BOOT_IMAGE=/boot/vmlinuz-3.2.0-87-generic root=UUID=98ea5c2d-97e2-40e5-95c8-2269daed1c55 ro console=ttyS0 foo_copy=1 quiet === precise-q-proposed-amd64 === == install == [0.00] Command line: url=http://192.168.1.131:9900//preseed foo_nocopy=1 priority=critical locale=en_US --- console=ttyS0 foo_copy=1 == boot == [stdout] Mon, 20 Jul 2015 14:04:24 -0400 cmdline: BOOT_IMAGE=/boot/vmlinuz-3.2.0-87-generic root=UUID=154fc34e-7b91-415e-beee-588b33a213e7 ro console=ttyS0 foo_copy=1 quiet === precise-r-proposed-amd64 === == install == [0.00] Command line: url=http://192.168.1.131:9900//preseed foo_nocopy=1 priority=critical locale=en_US --- console=ttyS0 foo_copy=1 == boot == [stdout] Mon, 20 Jul 2015 14:13:38 -0400 cmdline: BOOT_IMAGE=/boot/vmlinuz-3.2.0-87-generic root=UUID=beb39c3a-0f06-4d65-bce0-a4ccd61fe00d ro console=ttyS0 foo_copy=1 quiet === precise-s-proposed-amd64 === == install == [0.00] Command line: url=http://192.168.1.131:9900//preseed foo_nocopy=1 priority=critical locale=en_US --- console=ttyS0 foo_copy=1 == boot == [stdout] Mon, 20 Jul 2015 14:23:16 -0400 cmdline: BOOT_IMAGE=/boot/vmlinuz-3.2.0-87-generic root=UUID=af7b6809-4a6e-4526-b0f6-65fe4c37b2d3 ro console=ttyS0 foo_copy=1 quiet === precise-t-proposed-amd64 === == install == [0.00] Command line: url=http://192.168.1.131:9900//preseed foo_nocopy=1 priority=critical locale=en_US --- console=ttyS0 foo_copy=1 == boot == [stdout] Mon, 20 Jul 2015 14:33:21 -0400 cmdline: BOOT_IMAGE=/boot/vmlinuz-3.2.0-87-generic root=UUID=9cfec217-a88f-4486-852c-7b31a27f47fa ro console=ttyS0 foo_copy=1 quiet === trusty-t-proposed-amd64 === == install == [0.00] Command line: url=http://192.168.1.131:9900//preseed foo_nocopy=1 priority=critical locale=en_US --- console=ttyS0 foo_copy=1 == boot == [stdout] Mon, 20 Jul 2015 12:59:13 -0400 cmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-57-generic root=UUID=0748e068-52a0-4621-935d-fca60ea120ff ro console=ttyS0 foo_copy=1 quiet === trusty-u-proposed-amd64 === == install == [0.00] Command line: url=http://192.168.1.131:9900//preseed foo_nocopy=1 priority=critical locale=en_US --- console=ttyS0 foo_copy=1 == boot == [stdout] Mon, 20 Jul 2015 13:10:41 -0400 cmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-57-generic root=UUID=bbbdb4cf-1e2d-4384-ae79-80012eea8124 ro console=ttyS0 foo_copy=1 quiet === trusty-v-proposed-amd64 === == install == [0.00] Command line: url=http://192.168.1.131:9900//preseed foo_nocopy=1 priority=critical locale=en_US --- console=ttyS0 foo_copy=1 == boot == [stdout] Mon, 20 Jul 2015 13:22:11 -0400 cmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-57-generic root=UUID=2b5b64f9-2eaf-44ad-b892-1de31384ed5e ro console=ttyS0 foo_copy=1 quiet === utopic-proposed-amd64 === == install == [0.00] Command line: url=http://192.168.1.131:9900//preseed foo_nocopy=1 priority=critical locale=en_US --- console=ttyS0 foo_copy=1 == boot == [stdout] Mon, 20 Jul 2015 13:37:18 -0400 cmdline: BOOT_IMAGE=/boot/vmlinuz-3.16.0-43-generic root=UUID=f28d04f6-162c-4987-bd57-4c5f42437ba7 ro console=ttyS0 foo_copy=1 quiet ** Attachment added: "log of running ./run-boottest proposed-di.txt" https://bugs.launchpad.net/maas/+bug/1402042/+attachment/4431686/+files/output.log -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to curtin in Ubuntu. https://bugs.launchpad.net/bugs/1402042 Title: console= parameters need to be added before -- on kernel cmdline To manage notifications about this bug go to: https://bugs.launchpad.net/curtin/+bug/1402042/+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 1402042] Re: console= parameters need to be added before -- on kernel cmdline
The above shows that the kernel parameters after '---' are copied over, and things before it are not (foo_nocopy=1 and foo_copy specifically). ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to curtin in Ubuntu. https://bugs.launchpad.net/bugs/1402042 Title: console= parameters need to be added before -- on kernel cmdline To manage notifications about this bug go to: https://bugs.launchpad.net/curtin/+bug/1402042/+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 1409904] Re: Needed patches for InfiniBand Support: Flow Steering and Offload Support + Fixes
** Changed in: corosync (Ubuntu) Status: New => Invalid ** Changed in: corosync (Ubuntu) Assignee: Rafael David Tinoco (inaddy) => (unassigned) ** Changed in: fio (Ubuntu) Status: New => Invalid ** Changed in: fio (Ubuntu) Assignee: Rafael David Tinoco (inaddy) => (unassigned) ** Changed in: glusterfs (Ubuntu) Status: New => Invalid ** Changed in: glusterfs (Ubuntu) Assignee: Rafael David Tinoco (inaddy) => (unassigned) ** Changed in: libcxgb3 (Ubuntu) Status: New => Invalid ** Changed in: libcxgb3 (Ubuntu) Assignee: Rafael David Tinoco (inaddy) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libibverbs in Ubuntu. https://bugs.launchpad.net/bugs/1409904 Title: Needed patches for InfiniBand Support: Flow Steering and Offload Support + Fixes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/corosync/+bug/1409904/+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 1409904] Re: Needed patches for InfiniBand Support: Flow Steering and Offload Support + Fixes
** Changed in: libibcm (Ubuntu) Status: New => Invalid ** Changed in: libibcm (Ubuntu) Assignee: Rafael David Tinoco (inaddy) => (unassigned) ** Changed in: libipathverbs (Ubuntu) Status: New => Invalid ** Changed in: libipathverbs (Ubuntu) Assignee: Rafael David Tinoco (inaddy) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libibverbs in Ubuntu. https://bugs.launchpad.net/bugs/1409904 Title: Needed patches for InfiniBand Support: Flow Steering and Offload Support + Fixes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/corosync/+bug/1409904/+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 1384108] Re: Exception during message handling: QueuePool limit of size 10 overflow 20 reached, connection timed out, timeout 10
** Changed in: neutron Importance: High => Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1384108 Title: Exception during message handling: QueuePool limit of size 10 overflow 20 reached, connection timed out, timeout 10 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1384108/+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 1409904] Re: Needed patches for InfiniBand Support: Flow Steering and Offload Support + Fixes
** Changed in: libmlx5 (Ubuntu) Status: New => Invalid ** Changed in: libmlx5 (Ubuntu) Assignee: Rafael David Tinoco (inaddy) => (unassigned) ** Changed in: libmthca (Ubuntu) Status: New => Invalid ** Changed in: libmthca (Ubuntu) Assignee: Rafael David Tinoco (inaddy) => (unassigned) ** Changed in: libnes (Ubuntu) Status: New => Invalid ** Changed in: libnes (Ubuntu) Assignee: Rafael David Tinoco (inaddy) => (unassigned) ** Changed in: librdmacm (Ubuntu) Status: New => Invalid ** Changed in: librdmacm (Ubuntu) Assignee: Rafael David Tinoco (inaddy) => (unassigned) ** Changed in: openmpi (Ubuntu) Status: New => Invalid ** Changed in: openmpi (Ubuntu) Assignee: Rafael David Tinoco (inaddy) => (unassigned) ** Changed in: perftest (Ubuntu) Status: New => Invalid ** Changed in: perftest (Ubuntu) Assignee: Rafael David Tinoco (inaddy) => (unassigned) ** Changed in: qpid-cpp (Ubuntu) Status: New => Invalid ** Changed in: qpid-cpp (Ubuntu) Assignee: Rafael David Tinoco (inaddy) => (unassigned) ** Changed in: srptools (Ubuntu) Status: New => Invalid ** Changed in: srptools (Ubuntu) Assignee: Rafael David Tinoco (inaddy) => (unassigned) ** Changed in: tgt (Ubuntu) Status: New => Invalid ** Changed in: tgt (Ubuntu) Assignee: Rafael David Tinoco (inaddy) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libibverbs in Ubuntu. https://bugs.launchpad.net/bugs/1409904 Title: Needed patches for InfiniBand Support: Flow Steering and Offload Support + Fixes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/corosync/+bug/1409904/+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 1472683] Re: Nginx bug reports for 'package' problem type are not providing useful data for Vivid and later
This bug was fixed in the package nginx - 1.6.2-5ubuntu3.1 --- nginx (1.6.2-5ubuntu3.1) vivid; urgency=medium * debian/apport/source_nginx.py: - Add apport hooks for additional bug information gathering, as a result of non-useful reports due to postinstall script failure bugs. This is necessary in order to be able to actually debug what is going on in the bug reports, thanks to systemd not putting startup errors to stdout or stderr anymore, like Upstart and others did. (LP: #1472683) * debian/nginx-common.install: - Add install rule for debian/apport/source_nginx.py, which is the new apport hooks to gather additional 'Package' bugtype debug data. -- Thomas Ward Fri, 10 Jul 2015 11:14:00 -0400 ** Changed in: nginx (Ubuntu Vivid) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nginx in Ubuntu. https://bugs.launchpad.net/bugs/1472683 Title: Nginx bug reports for 'package' problem type are not providing useful data for Vivid and later To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1472683/+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 1472683] Update Released
The verification of the Stable Release Update for nginx has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nginx in Ubuntu. https://bugs.launchpad.net/bugs/1472683 Title: Nginx bug reports for 'package' problem type are not providing useful data for Vivid and later To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1472683/+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 1216817] Re: [SRU] Using `fastcgi_cache` or `proxy_cache` with nginx-extras causes the push module to throw errors.
Tested in Precise and it removes the error output and problems as well for Precise. ** Tags removed: verification-needed-precise ** Tags added: verification-done-precise -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nginx in Ubuntu. https://bugs.launchpad.net/bugs/1216817 Title: [SRU] Using `fastcgi_cache` or `proxy_cache` with nginx-extras causes the push module to throw errors. To manage notifications about this bug go to: https://bugs.launchpad.net/nginx/+bug/1216817/+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 1216817] Re: [SRU] Using `fastcgi_cache` or `proxy_cache` with nginx-extras causes the push module to throw errors.
This bug was fixed in the package nginx - 1.1.19-1ubuntu0.8 --- nginx (1.1.19-1ubuntu0.8) precise-proposed; urgency=medium * d/modules/nginx-http-push: Apply upstream bugfix. (LP: #1216817) * src/ngx_http_push_module_setup.c: Modify push module code with upstream changes to fix an issue with initialization when using `fastcgi_cache` or `proxy_cache`. * tests/nginx-cachemanager.conf: (new file) Include upstream change of adding an nginx-cachemanager.conf file to the tests. -- Thomas WardMon, 09 Feb 2015 12:02:52 -0500 ** Changed in: nginx (Ubuntu Precise) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nginx in Ubuntu. https://bugs.launchpad.net/bugs/1216817 Title: [SRU] Using `fastcgi_cache` or `proxy_cache` with nginx-extras causes the push module to throw errors. To manage notifications about this bug go to: https://bugs.launchpad.net/nginx/+bug/1216817/+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 1472584] Re: ISST-LTE: Samba server doesn't work well on Ubuntu 14.04.3
FWIW, I can reproduce this on a fresh ppc64el VM: root@trusty-test:~# apt-get update && apt-get dist-upgrade [...] root@trusty-test:~# apt-get install samba smbclient [...] root@trusty-test:~# smbpasswd -a root New SMB password: Retype new SMB password: Added user root. root@trusty-test:~# smbclient -L localhost -U root Enter root's password: protocol negotiation failed: NT_STATUS_IO_TIMEOUT -- 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/1472584 Title: ISST-LTE: Samba server doesn't work well on Ubuntu 14.04.3 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1472584/+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 1476417] [NEW] FloatingIpManager in neutron.py missing is_supported method
Public bug reported: The latest update to neutron (Version: 1:2014.1.5-0ubuntu1) caused the following error every time an instance is launched: "Unable to connect to Neutron." The logs didn't show any more errors. I traced down that string to the "servers_update_addresses" method in openstack-dashboard/api/neutron.py. I had to add a printout for the exception string to show where the exception happened: The modified error message now shows: Unable to connect to Neutron.'FloatingIpManager' object has no attribute 'is_supported' It turned out that the latest neutron ubuntu package doesn't have the correct file update. A check is done on the fips.is_supported(), however the method itself is not implemented. The neutron.py on openstack's icehouse repository has the method implemented http://git.openstack.org/cgit/openstack/horizon/tree/openstack_dashboard/api/neutron.py But the source code of the latest ubuntu package doesn't have the method http://archive.ubuntu.com/ubuntu/pool/main/h/horizon/horizon_2014.1.5.orig.tar.gz ** Affects: horizon (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to horizon in Ubuntu. https://bugs.launchpad.net/bugs/1476417 Title: FloatingIpManager in neutron.py missing is_supported method To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1476417/+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 1363897] Re: kdb5_ldap_util can not create krbContainer
Just appears to be an issue with the documentation as noted by Gabriels previously linked bug report https://bugs.launchpad.net/serverguide/+bug/1409392 Can confirm that following the guide but making the change highlighted by https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1363897/comments/3 the containers look to have been created successfully and kadmin looks populated, it was also able to add the kerberos attributes to an existing user in the ldap database. This was all without making any other changes, so regarding Rob's query the kdb5_ldap_util create line stayed as is. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to krb5 in Ubuntu. https://bugs.launchpad.net/bugs/1363897 Title: kdb5_ldap_util can not create krbContainer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1363897/+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 1472584] Re: ISST-LTE: Samba server doesn't work well on Ubuntu 14.04.3
Assigning to Screen team at Canonical for heigthened awareness. We are still working it, but would like Canonical to engage as well to see if we can expedite. ** Changed in: samba (Ubuntu) Assignee: (unassigned) => Canonical Taco Screen Team (canonical-taco-screeners) -- 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/1472584 Title: ISST-LTE: Samba server doesn't work well on Ubuntu 14.04.3 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1472584/+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 1473903] Re: parted will generate two devices when adding one partition on mpath device
No clear solution (per Steve Langasek) and late for 14.04.3. Thierry Fauck to check parted 3.2 package. Need to understand what we think the fix is, but expect it can go in service stream. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to multipath-tools in Ubuntu. https://bugs.launchpad.net/bugs/1473903 Title: parted will generate two devices when adding one partition on mpath device To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1473903/+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 1441930] Re: Fix handling of multipathed disks with 4k-sectors
Will this make the 8/06/15 14.04.3 release? current course and speed. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to multipath-tools in Ubuntu. https://bugs.launchpad.net/bugs/1441930 Title: Fix handling of multipathed disks with 4k-sectors To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1441930/+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 1473903] Comment bridged from LTC Bugzilla
--- Comment From pt...@cn.ibm.com 2015-07-20 02:20 EDT--- A more clear process shows udevd cannot be killed and problem reproduced on pinelp2: % ls /dev/mapper control mpath1-part1 mpath1-part3 mpath3mpath3-part2 mpath3-part4 mpath4-part1 mpath4-part3 mpath1 mpath1-part2 mpath2mpath3-part1 mpath3-part3 mpath4 mpath4-part2 mpath4-part4 % sudo /etc/init.d/udev stop * Stopping the hotplug events dispatcher udevd ...done. % sudo /etc/init.d/udev status * udevd is running % pgrep udevd 2534 % sudo pkill udevd % pgrep udevd 6197 % sudo /etc/init.d/udev status * udevd is running % sudo parted /dev/mapper/mpath2 Welcome to GNU Parted! Type 'help' to view a list of commands. (parted) p Model: Linux device-mapper (multipath) (dm) Disk /dev/mapper/mpath2: 34.4GB Sector size (logical/physical): 512B/512B Partition Table: msdos Number Start End Size Type File system Flags (parted) mkpart Partition type? primary/extended? Partition type? primary/extended? primary File system type? [ext2]? Start? 0% End? 25% Device /dev/mapper/mpath2p1 not found device-mapper: table ioctl on failed: No such device or address Device /dev/mapper/mpath2p1 not found device-mapper: table ioctl on failed: No such device or address (parted) p Model: Linux device-mapper (multipath) (dm) Disk /dev/mapper/mpath2: 34.4GB Sector size (logical/physical): 512B/512B Partition Table: msdos Number Start End SizeType File system Flags 1 1049kB 8590MB 8589MB primary ext4 (parted) q Information: You may need to update /etc/fstab. % ls /dev/mapper control mpath1-part1 mpath1-part3 mpath2p1 mpath3mpath3-part2 mpath3-part4 mpath4-part1 mpath4-part3 mpath1 mpath1-part2 mpath2mpath2-part1 mpath3-part1 mpath3-part3 mpath4mpath4-part2 mpath4-part4 % -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to multipath-tools in Ubuntu. https://bugs.launchpad.net/bugs/1473903 Title: parted will generate two devices when adding one partition on mpath device To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1473903/+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 1476428] [NEW] haproxy service handling failing to stop old instances
Public bug reported: On an openstack HA kilo deployment using charms trunks, several services failing to properly restart haproxy, leaving old instances running, showing cinder/0 as example: $ juju ssh cinder/0 'pgrep -f haproxy | xargs ps -o pid,ppid,lstart,cmd -p; egrep St.*ing.haproxy /var/log/juju/unit-cinder-0.log' PIDPPID STARTED CMD 13913 1 Sun Jul 19 01:02:11 2015 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid 14448 1 Sun Jul 19 01:04:59 2015 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid 14848 1 Sun Jul 19 01:05:03 2015 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid 21437 1 Sun Jul 19 01:07:00 2015 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid 27656 1 Sun Jul 19 01:08:33 2015 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid 32073 1 Sun Jul 19 01:09:27 2015 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid 39752 1 Sun Jul 19 01:10:59 2015 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid 39829 1 Sun Jul 19 01:11:00 2015 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid 44200 1 Sun Jul 19 01:18:57 2015 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid 299019 299018 Mon Jul 20 23:38:30 2015 bash -c pgrep -f haproxy | xargs ps -o pid,ppid,lstart,cmd -p; egrep St.*ing.haproxy /var/log/juju/unit-cinder-0.log 2015-07-19 01:02:14 INFO config-changed * Stopping haproxy haproxy 2015-07-19 01:02:15 INFO config-changed * Starting haproxy haproxy 2015-07-19 01:05:03 INFO cluster-relation-changed * Stopping haproxy haproxy 2015-07-19 01:05:03 INFO cluster-relation-changed * Starting haproxy haproxy 2015-07-19 01:05:07 INFO cluster-relation-changed * Stopping haproxy haproxy 2015-07-19 01:05:07 INFO cluster-relation-changed * Starting haproxy haproxy 2015-07-19 01:11:03 INFO identity-service-relation-changed * Stopping haproxy haproxy 2015-07-19 01:11:03 INFO identity-service-relation-changed * Starting haproxy haproxy (copied also to http://paste.ubuntu.com/11911818/) As shown above, new haproxy instances ~correlate with Starting/Stopping lines at juju log, as expected. FYI same issue find for (HA) services using haproxy, positively confirmed on: nova-cloud-controller, keystone, glance, cinder, openstack-dashboard, swift-proxy, ceilometer ** Affects: ceilometer (Juju Charms Collection) Importance: Undecided Status: New ** Affects: cinder (Juju Charms Collection) Importance: Undecided Status: New ** Affects: glance (Juju Charms Collection) Importance: Undecided Status: New ** Affects: keystone (Juju Charms Collection) Importance: Undecided Status: New ** Affects: neutron-api (Juju Charms Collection) Importance: Undecided Status: New ** Affects: nova-cloud-controller (Juju Charms Collection) Importance: Undecided Status: New ** Affects: openstack-dashboard (Juju Charms Collection) Importance: Undecided Status: New ** Affects: swift-proxy (Juju Charms Collection) Importance: Undecided Status: New ** Tags: canonical-bootstack canonical-is ** Also affects: keystone (Juju Charms Collection) Importance: Undecided Status: New ** Also affects: cinder (Juju Charms Collection) Importance: Undecided Status: New ** Also affects: glance (Ubuntu) Importance: Undecided Status: New ** No longer affects: glance (Ubuntu) ** Also affects: glance (Juju Charms Collection) Importance: Undecided Status: New ** Also affects: openstack-dashboard (Juju Charms Collection) Importance: Undecided Status: New ** Also affects: neutron-api (Juju Charms Collection) Importance: Undecided Status: New ** Also affects: swift-proxy (Juju Charms Collection) Importance: Undecided Status: New ** Also affects: ceilometer (Juju Charms Collection) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to glance in Ubuntu. https://bugs.launchpad.net/bugs/1476428 Title: haproxy service handling failing to stop old instances To manage notifications about this bug go to: https://bugs.launchpad.net/charms/+source/ceilometer/+bug/1476428/+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 1457412] Re: package nginx-common 1.6.2-5ubuntu3 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1
[Expired for nginx (Ubuntu) because there has been no activity for 60 days.] ** Changed in: nginx (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nginx in Ubuntu. https://bugs.launchpad.net/bugs/1457412 Title: package nginx-common 1.6.2-5ubuntu3 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1457412/+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 1476453] Re: package amavisd-new-postfix 1:2.7.1-2ubuntu3 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1
Thanks for taking the time to report this bug and helping to make Ubuntu better. We appreciate the difficulties you are facing, but this appears to be a "regular" (non-security) bug. I have unmarked it as a security issue since this bug does not show evidence of allowing attackers to cross privilege boundaries nor directly cause loss of data/privacy. Please feel free to report any other bugs you may find. ** Information type changed from Private Security to Public -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to amavisd-new in Ubuntu. https://bugs.launchpad.net/bugs/1476453 Title: package amavisd-new-postfix 1:2.7.1-2ubuntu3 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1476453/+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 1476453] Re: package amavisd-new-postfix 1:2.7.1-2ubuntu3 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to amavisd-new in Ubuntu. https://bugs.launchpad.net/bugs/1476453 Title: package amavisd-new-postfix 1:2.7.1-2ubuntu3 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1476453/+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