[Bug 119295] Re: OpenSSH should support VIA PadLock

2008-06-04 Thread Craig Ringer
Confirmed: openssl is using x86 crypto even with "-engine padlock", both in latest upstream and in the current hardy packages. If I interrupt a debug build of openssl while running "openssl speed aes-128-cbc -engnie padlock" on a C3 gdb generally reports that it's been interrupted in: _x86_AES_en

[Bug 119295] Re: OpenSSH should support VIA PadLock

2008-06-04 Thread Craig Ringer
** These bugs are fixed upstream in OpenSSH 4.9 and OpenSSL 0.9.8h ** You can apply the fix to OpenSSH 4.7 from Ubuntu just fine: https://bugzilla.mindrot.org/attachment.cgi?id=1458 . It applies cleanly except for two rejects at points where the changes have already been applied, so the rejects ca

[Bug 119295] Re: OpenSSH should support VIA PadLock

2008-06-04 Thread Craig Ringer
Quick instructions on rebuilding openssh and openssl to include the fix, for those not used to patching Debian packages: mkdir wrk cd wrk sudo apt-get install build-essential fakeroot wget sudo apt-get build-dep openssl openssh apt-get source openssl openssh cd openssl-0.9.8g wget --quiet -O - ht

[Bug 119295] Re: OpenSSH should support VIA PadLock

2008-06-11 Thread Craig Ringer
** Description changed: VIA PadLock is a hardware cryptography engine for AES and SHA1/256. - OpenSSH should support PadLock. Initial work on PadLock support has already been done: + OpenSSH should support PadLock. Upstream OpenSSH versions do support + padlock, and a working patch exists in

[Bug 119294] Re: OpenSSL should support VIA PadLock

2008-06-11 Thread Craig Ringer
Upstream bug: http://rt.openssl.org/Ticket/Display.html?id=1668&user=guest&pass=guest Though the bug hasn't been closed, the patch has been applied to 0.9.8h as is trivially verifiable by examination of the source. ** Also affects: openssh (Ubuntu) Importance: Undecided Status: New --

[Bug 117736] Re: pam_mount unable to unmount needs root priv

2009-04-27 Thread Craig Szymanski
I tried a fresh install of jaunty. The pam_mount works for my LTSP server if I logon to the server (Active directory member (Likewise) and the mount points show up for each user and unmount on logout), but for the LTSP clients it does not work. I've opted out of the pam_mount option for putting a

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

2014-07-29 Thread Craig Magina
Public bug reported: I tried the workaround from https://bugs.launchpad.net/ubuntu/+source /juju-core/+bug/1317680, but that did not solve the issue. The steps I am performing to get here are: juju bootstrap uvt-simplestreams-libvirt purge uvt-simplestreams-libvirt sync release=trusty arch=arm64

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

2014-07-29 Thread Craig Magina
** Attachment added: "environments yaml" https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1349854/+attachment/4165128/+files/environments.yaml -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu. https://bugs

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

2014-07-29 Thread Craig Magina
** Attachment added: "all machines log" https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1349854/+attachment/4165126/+files/all-machines.log -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu. https://bugs.l

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

2014-07-29 Thread Craig Magina
** Attachment added: "local jenv" https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1349854/+attachment/4165129/+files/local.jenv ** Description changed: I tried the workaround from https://bugs.launchpad.net/ubuntu/+source /juju-core/+bug/1317680, but that did not solve the issue.

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

2014-07-29 Thread Craig Magina
** Attachment added: "cloud init log" https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1349854/+attachment/4165127/+files/cloud-init-output.log -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu. https://bug

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

2014-07-29 Thread Craig Magina
** Attachment added: "machine 0 log" https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1349854/+attachment/4165125/+files/machine-0.log -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu. https://bugs.launchp

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

2014-07-29 Thread Craig Magina
Was able to reproduce this issue with the newer version of juju found here: http://juju-ci.vapour.ws:8080/job/publish-revision/711/ -- 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/134

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

2014-07-29 Thread Craig Magina
Using the tools from here: https://juju-dist.s3.amazonaws.com/rc- testing/tools -- 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/1349854 Title: kvm container creation failed: exit s

[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. https://bugs.launchpad.net/bugs/1

[Bug 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2014-06-20 Thread Nick Craig-Wood
I can confirm this problem. It seems to be due to a miscompilation of rsync and the zlib library https://bugzilla.samba.org/show_bug.cgi?id=10372 Trying the transfer without -z / --compress works fine. The bug seems to show itself when transferring big files ( 1.5GB in my case) I think this sh

[Bug 370271] [NEW] During dist upgrade from 8.10 to 9.04 with mailman got exit status 1

2009-05-01 Thread Craig Van Degrift
Public bug reported: Binary package hint: mailman Error Could not install /var/cache/apt/archives/mailman_1%3a2.1.12-1_i386.deb The upgrade will continue but the ... mailman package may be in a not working state. subprocess pre-installation script returned error exit status 1 ** Affects: mailm

[Bug 370271] Re: During dist upgrade from 8.10 to 9.04 with mailman got exit status 1

2009-05-01 Thread Craig Van Degrift
** Description changed: Binary package hint: mailman Error Could not install /var/cache/apt/archives/mailman_1%3a2.1.12-1_i386.deb The upgrade will continue but the ... mailman package may be in a not working state. subprocess pre-installation script returned error exit status 1

Re: [Bug 370271] Re: During dist upgrade from 8.10 to 9.04 with mailman got exit status 1

2009-09-09 Thread Craig Van Degrift
until kubuntu 9.10 when I assume the problem will be resolved. So, for now, I am no longer using mailman. Craig On Wednesday 09 September 2009 11:29:55 Chuck Short wrote: > Thanks for the reporting the bug, I was wondering if this is still a > problem for you? > > Th

[Bug 1300367] Re: rsync 3.1.0 and 3.0.9 incompatibility

2014-10-21 Thread Nick Craig-Wood
I tried the patch and I can confirm it worked once. However it didn't fail every time before so it probably needs a bit more testing. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rsync in Ubuntu. https://bugs.launchpad.net/bugs/1300

<    1   2