[Bug 1350220] [NEW] hibernation fails because 99video does not terminate

2014-07-30 Thread YS1
Public bug reported: When I initiate an hibernation on my computer, the following frequently happens (about 50% of the time) : 1. screen goes black (normal) ; 2. instead of showing the progress of the writing of RAM to disk in console mode, the screen remains black ; 3. the screensaver prompt

[Bug 1350220] Re: hibernation fails because 99video does not terminate

2014-07-30 Thread YS1
** Attachment added: pm-suspend.log https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1350220/+attachment/4165679/+files/pm-suspend.log -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to pm-utils in Ubuntu.

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-07-30 Thread Jacob van der Meulen
@Stefan, thanks for the reply. It seems my information was not that clear. Here some more so it is more clear what my problem was. The problem is with the pacemaker drbd agent: /usr/lib/ocf/resource.d/linbit/drbd Here a snippet of this agent: - drbd_start() { local rc

[Bug 1037607] Re: vmbuilder completely fails on Quantal due to kernel pae detection failure

2014-07-30 Thread Brian Candler
I also confirm the patch in #3 works. However I'd suggest that rather than patching dapper.py, it would be better to do modify the quantal.py subclass (if that's the first release which requires /proc to be mounted). Otherwise you're going to change the build behaviour for all previous releases

[Bug 1317680] Re: can't juju add machine when multiple images with same arch/release exist

2014-07-30 Thread Robie Basak
Looks like Juju isn't disambiguating enough in this case. Adding label=release to the uvt-kvm call that Juju makes will probably fix this specific case. I'm not sure how best to manage the situation when the user can manually pull in more images than Juju does. uvt-kvm currently requires that the

[Bug 1349854] Re: kvm container creation failed: exit status 1 on arm64 with juju 1.20.1

2014-07-30 Thread Robie Basak
What does uvt-kvm create foo release=trusty arch=arm64 label=release give you after the failure, please? Is uvt-kvm known to work correctly on arm64? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu.

[Bug 1346166] Re: [SRU] 0.80.4 point release

2014-07-30 Thread James Page
Hi Chris Thanks for accepting this into proposed; upstream just released another point release, so I'll prepare another upload rather than release two points in quick succession. Working on that now. ** Summary changed: - [SRU] 0.80.4 point release + [SRU] 0.80.5 point release -- You

[Bug 1319909] Re: [MIR] python-logutils, singledispatch

2014-07-30 Thread James Page
logutils unit testing enable; I think that's the last blocker for the MIR. ** Changed in: python-logutils (Ubuntu) Status: Incomplete = New ** Changed in: python-logutils (Ubuntu) Assignee: Liam Young (gnuoy) = (unassigned) -- You received this bug notification because you are a

[Bug 1350270] [NEW] /var/log/maas/maas.log doesn't come back if deleted

2014-07-30 Thread Newell Jensen
Public bug reported: /var/log/maas/maas.log was deleted and even when apache2 is restarted, it still doesn't come back. ** Affects: maas (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1350270] Re: /var/log/maas/maas.log doesn't come back if deleted

2014-07-30 Thread Robie Basak
I'm assuming the file was deleted by accident, rather than by some other problem? I'm not sure if this is a bug. Traditionally when users rearrange things, packaging is supposed to get out of the way. Here, packaging doesn't know if you've intentionally moved the file elsewhere. OTOH, it would

Re: [Bug 1274720] Re: [SRU] screen server process can be crashed by byobu

2014-07-30 Thread Dustin Kirkland 
Note that you will need to `rm -f ~/.byobu/keybindings` after your failed run. I suppose I could add this to byobu-janitor, if necessary. Cheers, :-Dustin On Tue, Jul 29, 2014 at 4:21 PM, Chris J Arges 1274...@bugs.launchpad.net wrote: Hello Anders, or anyone else affected, Accepted byobu

[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-07-30 Thread Stefan Bader
Ah yes, that helps a lot. So somehow (not sure this is because I am using the Linux Cluster Management Console for setting up my test environment or because timing is just in my favour) I seem to avoid this because the drbd init script already loads the module. So by the time the pacemaker agent

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-07-30 Thread Eugene Nikanorov
** Changed in: neutron Importance: Undecided = Medium ** Changed in: neutron Status: New = Confirmed -- 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/1286209 Title:

Re: [Bug 1350270] Re: /var/log/maas/maas.log doesn't come back if deleted

2014-07-30 Thread Newell Jensen
Apache should have write permissions so that it can rewrite the file. On Wed, Jul 30, 2014 at 11:48 AM, Robie Basak 1350...@bugs.launchpad.net wrote: I'm assuming the file was deleted by accident, rather than by some other problem? I'm not sure if this is a bug. Traditionally when users

[Bug 1181777] Re: kvm: freeze a guest with a NIC PCI passthrough

2014-07-30 Thread Pierre Schweitzer
We're also affected by this bug here. You can actually see my questioning on libvirt-users about this: https://www.redhat.com/archives/libvirt-users/2014-July/msg00134.html Using rom bar='off'/ fixes it. -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1181777] Re: kvm: freeze a guest with a NIC PCI passthrough

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

[Bug 1181777] Re: kvm: freeze a guest with a NIC PCI passthrough

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

[Bug 1347147] Re: krb5 database propagation enters infinite loop

2014-07-30 Thread Anders Kaseorg
I’ve written a test case that clearly demonstrates the GCC 4.8 bug responsible for the kadmin.local failure: $ gcc-4.8 -Wall -O2 bug.c -o bug $ ./bug $ echo $? 1 $ gcc-4.9 -Wall -O2 bug.c -o bug $ ./bug $ echo $? 0 A git bisection of the GCC source shows that this bug disappeared in

[Bug 1347147] Re: krb5 database propagation enters infinite loop

2014-07-30 Thread Anders Kaseorg
** Bug watch added: GCC Bugzilla #61964 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61964 ** Also affects: gcc via http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61964 Importance: Unknown Status: Unknown ** Bug watch added: krbdev.mit.edu/rt/ #7860

[Bug 1319909] Re: [MIR] python-logutils, singledispatch

2014-07-30 Thread Matthias Klose
Override component to main python-logutils 0.3.3-1ubuntu1 in utopic: universe/misc - main python-logutils 0.3.3-1ubuntu1 in utopic amd64: universe/python/optional/100% - main python-logutils 0.3.3-1ubuntu1 in utopic arm64: universe/python/optional/100% - main python-logutils 0.3.3-1ubuntu1 in

[Bug 1350352] [NEW] nova-novncproxy and nova-spiceproxy need patched websockify

2014-07-30 Thread GMi
Public bug reported: Both nova-novncproxy and nova-spiceproxy produce zombie processes if they don't use the patched version of websockify. websockify was patched a while back (https://github.com/kanaka/websockify/pull/96/files) and I would like to see the patch applied to the version supplied

[Bug 1181777] Re: kvm: freeze a guest with a NIC PCI passthrough

2014-07-30 Thread Pierre Schweitzer
This workaround unfortunately appear to totally break the network card in the VM making it unusable. TG3 driver (which is supposed to handle it) cannot properly communicate with it. The kernel outputs the following lines: Jul 30 13:32:03 carrier-commander kernel: [0.981658] tg3 :00:05.0:

Re: [Bug 1318366] Re: jujud on state server panic misses transaction in queue

2014-07-30 Thread Mark Shuttleworth
Is there a way to run Go processes under a debugger and generate very high-resolution debugging output? I'm seeing this every second or third attempt to build a cloud. It might be that debugging overhead makes the problem vanish (yay Heisenberg) but it might give us a useful picture.

[Bug 1325468] Re: [systemd] container startup fails with AppArmor

2014-07-30 Thread Martin Pitt
Stéphane pointed out on IRC the other day that in (rw, slave) is too lax, but that =(rw, slave) would be okay. I'll add that now, as this is both really hard to discover, as well as leaves quite a lot of garbage (mounts) behind on failures. ** Changed in: lxc (Ubuntu) Status: Triaged = In

[Bug 1325468] Re: [systemd] container startup fails with AppArmor

2014-07-30 Thread Martin Pitt
Created upstream pull request: https://github.com/lxc/lxc/pull/285 -- 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/1325468 Title: [systemd] container startup fails with AppArmor To

[Bug 1325468] Re: [systemd] container startup fails with AppArmor

2014-07-30 Thread Martin Pitt
** Changed in: lxc (Ubuntu) Status: In Progress = Fix Committed -- 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/1325468 Title: [systemd] container startup fails with AppArmor To

[Bug 1349771] Re: ppc64 architecture miss match for MAAS ppc64el

2014-07-30 Thread Curtis Hovey
There is/was no maas for ppc64 to test with. I am not aware there is a maas for ppc64 and that it support LE containers. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu. https://bugs.launchpad.net/bugs/1349771

[Bug 1267255] Re: [MIR] php5 (php5-fpm binary)

2014-07-30 Thread Michael Terry
Hello, I'm on the MIR team and originally looked at this report. Thanks, snafu for filing it! I assigned the bug to the security team, so the next step is for them to give the relevant code a quick review and confirm whether it is something they are willing to support in main. As for a team bug

[Bug 1190986] Re: ERROR Nonce already used

2014-07-30 Thread Julian Edwards
** Changed in: maas/1.5 Status: Fix Committed = Fix Released ** Changed in: maas/trunk Milestone: 1.6.1 = None ** Changed in: maas/trunk Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1337437] Re: maas needs utopic support

2014-07-30 Thread Julian Edwards
** Changed in: maas/1.5 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1337437 Title: maas needs utopic support To manage notifications

[Bug 1267255] Re: [MIR] php5 (php5-fpm binary)

2014-07-30 Thread Michael Terry
I will also add that if the server team is not interested in maintaining the fpm module in main, that would be enough of a reason to block this. If they can positively comment that they are interested in promoting this feature to main and supporting it, that would be good. -- You received this

[Bug 1317680] Re: can't juju add machine when multiple images with same arch/release exist

2014-07-30 Thread Curtis Hovey
** Changed in: juju-core Status: New = Triaged ** Changed in: juju-core Importance: Undecided = Medium ** Tags added: kvm streams -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu.

[Bug 1350435] [NEW] tcg.c:1693: tcg fatal error

2014-07-30 Thread LocutusOfBorg
Public bug reported: this started happening after the launchpad buildd trusty deploy https://code.launchpad.net/~costamagnagianfranco/+archive/ubuntu/firefox/+build/6224439 debconf-updatepo qemu: uncaught target signal 11 (Segmentation fault) - core dumped Segmentation fault (core dumped) qemu:

[Bug 1350435] Re: tcg.c:1693: tcg fatal error

2014-07-30 Thread LocutusOfBorg
** Also affects: launchpad-buildd (Ubuntu) Importance: Undecided Status: New ** No longer affects: launchpad-buildd (Ubuntu) ** Also affects: launchpad-buildd Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server

[Bug 1350270] Re: /var/log/maas/maas.log doesn't come back if deleted

2014-07-30 Thread Julian Edwards
Robie, the problem is that the logging depends on the packaging to have touched + chowned + chmodded the empty file beforehand. Ideally it would just set write permissions for www-data on the parent directory. -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1267255] Re: [MIR] php5 (php5-fpm binary)

2014-07-30 Thread Robie Basak
I'm generally the only person in ~ubuntu-server (and ~ubuntu-server-dev) looking after the PHP packaging in Ubuntu at the moment (kindly assisted on occasion by Ondřej, who is also the primary Debian PHP maintainer). We currently have 21 open bugs mentioning fpm in src:php5, and 97 bugs in total.

[Bug 1350435] Re: tcg.c:1693: tcg fatal error

2014-07-30 Thread LocutusOfBorg
** Also affects: qemu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1350435 Title: tcg.c:1693: tcg fatal error To manage notifications

[Bug 1318366] Re: jujud on state server panic misses transaction in queue

2014-07-30 Thread Gustavo Niemeyer
As posted in juju-dev last night: Okay, I couldn't resist investigating a bit. I've been looking at the database dump from earlier today and it's smelling like a simpler bug in the txn package, and I might have found the cause already. Here is a quick walkthrough while debugging the problem, to

[Bug 1284718] Re: interface-attach to external network a) works and b) results in undeletable instances

2014-07-30 Thread OpenStack Infra
Reviewed: https://review.openstack.org/110476 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1b69111f07de241b2cf80ea37e6fa09fcb959655 Submitter: Jenkins Branch:stable/havana commit 1b69111f07de241b2cf80ea37e6fa09fcb959655 Author: Salvatore Orlando salv.orla...@gmail.com

[Bug 1274720] Re: [SRU] screen server process can be crashed by byobu

2014-07-30 Thread Andreas Hasenack
5.77-0ubuntu1.2 from trusty-proposed works for me, thanks! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to byobu in Ubuntu. https://bugs.launchpad.net/bugs/1274720 Title: [SRU] screen server process can be crashed by byobu To

[Bug 1350447] [NEW] package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: aliprosessi komentotiedosto post-installation asennettu palautti virhetilakoodin 126

2014-07-30 Thread Markku Karvinen
Public bug reported: failed to install ProblemType: Package DistroRelease: Ubuntu 12.04 Package: samba4 4.0.0~alpha18.dfsg1-4ubuntu2 ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic i686 NonfreeKernelModules: nvidia ApportVersion:

[Bug 1312532] Re: [systemd] Factorize lxcbr0 setup and use it for all init systems

2014-07-30 Thread Martin Pitt
Working on this in https://github.com/martinpitt/lxc/commits/master ** Changed in: lxc (Ubuntu) Status: Confirmed = In Progress ** Changed in: lxc (Ubuntu) Assignee: (unassigned) = Martin Pitt (pitti) -- You received this bug notification because you are a member of Ubuntu Server

[Bug 1350270] Re: /var/log/maas/maas.log doesn't come back if deleted

2014-07-30 Thread Robie Basak
Just a note for whoever looks at this. Changing ownership/permissions on the directory would certainly fix this, but would it affect anything else (eg. other files in the directory)? Letting www-data write would also allow anything running under Apache to delete files from there too; is this a

[Bug 1349941] Re: qemu-ppc segfault on simple hello world

2014-07-30 Thread Tom Musta
This sounds like it could be the problem fixed by this: commit a70daba3771e96cc6b8fd3d11ed297ab13717018 Author: Alexander Graf ag...@suse.de Date: Thu Jun 5 11:39:43 2014 +0200 linux-user: Tell guest about big host page sizes We tell the guest its page size via AUX

[Bug 1349771] Re: ppc64 architecture miss match for MAAS ppc64el

2014-07-30 Thread Andres Rodriguez
Hi Curtis, MAAS Supports ppc64el in two cases: 1. PowerKVM (VM's under a PowerKVM can be managed via MAAS) 2. PowerNV (MAAS can install Ubuntu on a P8) The one that's currently released in Trusty is (1)[0]. To test this, you;d need to have pre-created VM's and have MAAS manage this. Please,

[Bug 1274720] Re: [SRU] screen server process can be crashed by byobu

2014-07-30 Thread Scott Moser
** 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 byobu in Ubuntu. https://bugs.launchpad.net/bugs/1274720 Title: [SRU] screen server process can be crashed by

[Bug 1350435] Re: tcg.c:1693: tcg fatal error

2014-07-30 Thread Serge Hallyn
Hi, have already tested with that patch to verify that it fixes the issue? If I put qemu + that patch into a ppa, will your infrastructure allow you to test that way? I'm a bit concerned about this patch, as it appears to be one which has been in the Suse tree for quite some time, begging the

[Bug 1350435] Re: tcg.c:1693: tcg fatal error

2014-07-30 Thread Peter Maydell
That patch is not in mainline because it's an appalling hack. If we care about multi-threaded guests we need to fix them properly, not paper over the issues by constraining multiple threads to one CPU in the hopes the race conditions don't bite us so often. -- You received this bug notification

[Bug 1311919] Re: [SRU] pressing F5 throws errors about windows.tmux missing

2014-07-30 Thread Mathew Hodson
** 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 byobu in Ubuntu. https://bugs.launchpad.net/bugs/1311919 Title: [SRU] pressing F5 throws errors about windows.tmux

[Bug 1267255] Re: [MIR] php5 (php5-fpm binary)

2014-07-30 Thread Ondřej Surý
JFTR although I can't help with regular Ubuntu maintenance, I fully support inclusion of FPM into Ubuntu main as the FCGI/FPM method is far more secure than standard libapache2-mod-php5. I would even propose to demote libapache2-mod-php5 in favor of php5-fpm (if we can provide reasonably good

[Bug 1350491] [NEW] package cgmanager 0.27-0ubuntu8 failed to install/upgrade

2014-07-30 Thread Alexander Vinbæk Strand
Public bug reported: Tried to upgrade from Ubuntu 14.04 LTS to Ubuntu 14.10 with update-manager -d Upgrade manager failed to install some packages, but I used the command sudo apt-get -f install after upgrade and some of the packages (plymouth,rhythmbox and some other packages) installed

[Bug 1349854] Re: kvm container creation failed: exit status 1 on arm64 with juju 1.20.1

2014-07-30 Thread Craig Magina
uvt-kvm create foo release=trusty arch=arm64 label=release uvt-kvm: error: libvirt: XML error: No PCI buses available I am not sure. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu.

[Bug 1318366] Re: jujud on state server panic misses transaction in queue

2014-07-30 Thread Gustavo Niemeyer
Alright, the guess last night was correct, and the candidate fix as well. I've managed to reproduce the problem by stressing out the scenario described with 4 concurrent runners running the following two operations, meanwhile the chaos mechanism injects random slowdowns in various critical points:

[Bug 1350509] [NEW] package cgmanager 0.27-0ubuntu8 failed to install/upgrade

2014-07-30 Thread Jack Byles
Public bug reported: This failed on upgrade to 14.10 Utopic ProblemType: Package DistroRelease: Ubuntu 14.10 Package: cgmanager 0.27-0ubuntu8 ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9 Uname: Linux 3.13.0-24-generic x86_64 NonfreeKernelModules: nvidia wl ApportVersion:

[Bug 1318366] Re: jujud on state server panic misses transaction in queue

2014-07-30 Thread Mark Shuttleworth
Thanks Gustavo, this is 50% of the issues I see on cloud builds so am excited to get a build of the tools with this fix applied. Curtis, think we can spin a build through CI asap that would show up in the testing tools bucket on S3? -- You received this bug notification because you are a member

[Bug 1349500] Re: [MIR] python-retrying

2014-07-30 Thread Launchpad Bug Tracker
This bug was fixed in the package python-retrying - 1.2.1-1ubuntu2 --- python-retrying (1.2.1-1ubuntu2) utopic; urgency=medium * debian/control: Really add the dependencies. -- Chuck Short zul...@ubuntu.com Wed, 30 Jul 2014 10:01:32 -0700 ** Changed in: python-retrying (Ubuntu)

[Bug 1274720] Re: [SRU] screen server process can be crashed by byobu

2014-07-30 Thread Nikkel Pikkel
5.77-0ubuntu1.2 fixes this issue for me. Thx. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to byobu in Ubuntu. https://bugs.launchpad.net/bugs/1274720 Title: [SRU] screen server process can be crashed by byobu To manage

[Bug 1327846] Re: Samba, Ubuntu 14.04, smbpasswd, failed to open var/libsamba/private/secrets.tdb

2014-07-30 Thread Sven.Frings
** Changed in: samba (Ubuntu) Status: Incomplete = New -- 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/1327846 Title: Samba,Ubuntu 14.04,smbpasswd,failed to open

[Bug 1327846] Re: Samba, Ubuntu 14.04, smbpasswd, failed to open var/libsamba/private/secrets.tdb

2014-07-30 Thread Sven.Frings
Hey i deleted samba via Terminal with sudo apt-get remove --purge samba after that i removed config file from my samba folder after that my problems begins . -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu.

[Bug 1347147] Re: krb5 database propagation enters infinite loop

2014-07-30 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make Ubuntu better. I don't follow all of the conversation here. Is it clear that the workaround suggested (https://github.com/krb5/krb5/commit/26d8744129) is still valid, should be applied to the version of krb5 in Utopic, will fix

[Bug 1347147] Re: krb5 database propagation enters infinite loop

2014-07-30 Thread Robie Basak
22:56 tlyu rbasak: do you consider the current test case (comment #1) inadequate? 23:01 rbasak tlyu: I'm sorry. That test case is fine. I missed it when writing my comment. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to krb5 in

[Bug 1347147] Re: krb5 database propagation enters infinite loop

2014-07-30 Thread Benjamin Kaduk
The workaround suggested (https://github.com/krb5/krb5/commit/26d8744129) is still valid, and appears on upstream's 1.12 release branch already (as https://github.com/krb5/krb5/commit/c7bb9278ad12c9). It will appear in the 1.12.2 release. Furthermore, I have applied it to the Debian packaging as

Re: [Bug 1347147] Re: krb5 database propagation enters infinite loop

2014-07-30 Thread Sam Hartman
I'm happy to upload a new krb5 to debian so you can sync it if you want that approach. I'm also happy if Ubuntu wants to go with a binary rebuild of krb5. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to krb5 in Ubuntu.

Re: [Bug 1347147] Re: krb5 database propagation enters infinite loop

2014-07-30 Thread Sam Hartman
Please see https://launchpad.net/~hartmans/+archive/ubuntu/krb5 for trusty packages that should fix the problem. Can I get confirmation from Tom or someone else that without these packages trusty fails the reproduce test in comment #1 and with them, it succeeds the test proposed in comment #1?

Re: [Bug 1347147] Re: krb5 database propagation enters infinite loop

2014-07-30 Thread Sam Hartman
I'm sorry, can I get someone to test the packages at https://launchpad.net/~hartmans/+archive/ubuntu/ubuntu-fixes not the URI I gave in the previous message. I pulled the wrong PPA off my home page. -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1347147] Re: krb5 database propagation enters infinite loop

2014-07-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~hartmans/ubuntu/trusty/krb5/gss-infinite-loop -- 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/1347147 Title: krb5 database propagation enters infinite loop To

[Bug 1350643] [NEW] 6.2p1+ fails key-exchange with embedded SSH devices

2014-07-30 Thread TJ
Public bug reported: I have various network devices with embedded SSH daemons, such as CDUs, UPSs, managed Switches, DRAC, and so on. All devices have entries in the ssh config file specifying an IdentityFile. The particular embedded SSH daemon in this case is Mocana nanoSSH:

[Bug 1347147] Re: krb5 database propagation enters infinite loop

2014-07-30 Thread Tom Yu
I confirm that the packages at https://launchpad.net/~hartmans/+archive/ubuntu/ubuntu-fixes appear to fix the problem for Trusty amd64, based on the test case in comment #1. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to krb5 in

[Bug 1350643] Re: 6.2p1+ fails key-exchange with embedded SSH devices

2014-07-30 Thread Seth Arnold
It might be worth changing your ciphers to something like: Ciphers

[Bug 1318366] Re: jujud on state server panic misses transaction in queue

2014-07-30 Thread Ian Booth
** Also affects: juju-core/1.20 Importance: Undecided Status: New ** Changed in: juju-core/1.20 Milestone: None = 1.20.2 ** Changed in: juju-core/1.20 Importance: Undecided = High ** Changed in: juju-core/1.20 Status: New = In Progress ** Changed in: juju-core

[Bug 1318366] Re: jujud on state server panic misses transaction in queue

2014-07-30 Thread Ian Booth
** Changed in: juju-core/1.20 Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu. https://bugs.launchpad.net/bugs/1318366 Title: jujud on state server panic misses

[Bug 1343407] Re: Add support for Dell PowerEdge 13G servers

2014-07-30 Thread Jörg Frings-Fürst
** Bug watch added: Debian Bug tracker #756555 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756555 ** Also affects: ipmitool (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756555 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 454566] Re: False positive for SucKit

2014-07-30 Thread Madden
Confirmed still exists even in Linux Mint. No idea why Ubuntu has this problem. Maybe it's not a false positive? Who really knows. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to chkrootkit in Ubuntu.