[Bug 524101] Re: optionally fetch public ssh keys from Launchpad when starting an instance

2010-02-18 Thread Thierry Carrez
Note that euca-run-instance "-k" option does not use a generic public key file as its parameter... but rather the name of a keypair registered in Eucalyptus through euca-add-keypair. So you would miss the private key... Maybe it would be simpler to support it through ec2-config ? Like having an ex

[Bug 517871] Re: euca-describe-volumes fails in lucid

2010-02-18 Thread Thierry Carrez
@Scott: "Eucalyptus" is eucalyptus upstream, not the eucalyptus package. At this point, it also contains euca2ools upstream, so I think it's valid to keep it open ? -- euca-describe-volumes fails in lucid https://bugs.launchpad.net/bugs/517871 You received this bug notification because you are a

[Bug 523686] Re: [needs-packaging] dnsmasq need update to 2.52

2010-02-18 Thread Omer Akram
Thanks for you bug report but the package request you made was for ubuntu karmic but the current focus of development is ubunut lucid ad this package is already updated in lucid if you want this package to be updated for karmic please read the procedure https://help.ubuntu.com/community/UbuntuBackp

[Bug 524243] [NEW] Python-boto crashes with Duplicity and Amazon S3

2010-02-18 Thread Andrew Simpson
Public bug reported: Binary package hint: python-boto Using Duplicity to back up to Amazon S3 with Karmic. Having been using this back up method for long time (more than one year), but has suddenly stopped working in the last few days. Can verify the problem on another machine with clean instal

[Bug 495394] Re: autostart almost always fails on boot time host

2010-02-18 Thread Stuart Young
Upgraded the libvirt host to lucid (libvirt-bin 0.7.5-5ubuntu7). Since doing so, I have not been able to replicate the issue with guests not starting at boot due to the bridge coming up late (after some/all of the guests have started). Will continue to do more testing. Notes: 1. eth0 appears to be

[Bug 523686] Re: [needs-packaging] dnsmasq need update to 2.52

2010-02-18 Thread Omer Akram
this page is the confirmation https://launchpad.net/ubuntu/+source/dnsmasq ** Changed in: dnsmasq (Ubuntu) Status: New => Invalid -- [needs-packaging] dnsmasq need update to 2.52 https://bugs.launchpad.net/bugs/523686 You received this bug notification because you are a member of Ubuntu S

[Bug 523686] Re: [needs-packaging] dnsmasq need update to 2.52

2010-02-18 Thread Omer Akram
its already 2.52 in lucid -- [needs-packaging] dnsmasq need update to 2.52 https://bugs.launchpad.net/bugs/523686 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dnsmasq in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@li

[Bug 524226] Re: ssh-import-id - retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-18 Thread Scott Moser
hmm... shoudl also probably check that pubkey starts with 'ssh-' before adding it, to avoid some "file not found" HTML getting written to .ssh/authorized_keys. if url_encode "$i" && cururl=$(printf "$url" "${_RET}") && pubkey=$(wget --quiet -O- "$cururl") && [ -n "${pubkey}" ] &&

[Bug 524226] Re: ssh-import-id - retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-18 Thread Scott Moser
attached is my improved version to this, more like a program than a shell script. ** Attachment added: "improved (imo) version." http://launchpadlibrarian.net/39388856/ssh-import-id -- ssh-import-id - retrieve a key from a public keyserver and add to the authorized_keys file https://bugs.lau

[Bug 524226] Re: ssh-import-id - retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-18 Thread Dustin Kirkland
** Changed in: openssh (Ubuntu) Assignee: Colin Watson (cjwatson) => (unassigned) ** Description changed: ssh-copy-id is a great script for adding my public key to a remote server. I have a script in my ~/bin called ssh-import-id that does something similar. It retrieves a key fr

[Bug 522292] Re: Lucid UEC image 20100215 unable to start on UEC

2010-02-18 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-utils - 0.5-0ubuntu1 --- cloud-utils (0.5-0ubuntu1) lucid; urgency=low [ Scott Moser ] * uec-publish-image: use hard link instead of soft, work around euca2ools bug (LP: #522292) * uec-publish-image: remove temp dir if --working-dir is

[Bug 524226] Re: ssh-import-id - retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-18 Thread Dustin Kirkland
** Summary changed: - ssh-authorize - retrieve a key from a public keyserver and add to the authorized_keys file + ssh-import-id - retrieve a key from a public keyserver and add to the authorized_keys file ** Description changed: ssh-copy-id is a great script for adding my public key to a re

[Bug 524226] Re: ssh-authorize - retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-18 Thread Dustin Kirkland
I'm adding a server-papercuts task, as I think this might be a reasonable candidate, as I mentioned this script at UDS-Dallas. The code is very simple, and straight-forward. It's really something that could make the Ubuntu Server shine, as being friendly, useful, and easier-to-use, and help furth

[Bug 283811] Re: cups says "can't promp for authorization" when printing to my samba printer

2010-02-18 Thread FAJALOU
Confirmed: Two Jaunty machines, so weird! The copying method mentioned http://ubuntuforums.org/archive/index.php/t-829706.html Has seemed to work in the past: I will try adding the AuthInfoRequired none soon, see how it ends up on my sister's computer. -- cups says "can't promp for authorizati

[Bug 522292] Re: Lucid UEC image 20100215 unable to start on UEC

2010-02-18 Thread Dustin Kirkland
** Also affects: cloud-utils (Ubuntu Lucid) Importance: High Assignee: Scott Moser (smoser) Status: Fix Committed ** Also affects: euca2ools (Ubuntu Lucid) Importance: Undecided Status: New -- Lucid UEC image 20100215 unable to start on UEC https://bugs.launchpad.net/bug

[Bug 522292] Re: Lucid UEC image 20100215 unable to start on UEC

2010-02-18 Thread Scott Moser
this suitably worked around in lp:~ubuntu-on-ec2/ubuntu-on-ec2/cloud-utils . Tomorrow I will spend some time trying to fix the underlying issue in euca2ools. ** Changed in: cloud-utils (Ubuntu) Status: In Progress => Fix Committed -- Lucid UEC image 20100215 unable to start on UEC https:

[Bug 524226] Re: ssh-authorize - retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-18 Thread Dustin Kirkland
Colin- Can you comment if this is something that could land in openssh-server, or if we would need to carry this elsewhere? -- ssh-authorize - retrieve a key from a public keyserver and add to the authorized_keys file https://bugs.launchpad.net/bugs/524226 You received this bug notification bec

[Bug 524226] Re: ssh-authorize - retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-18 Thread Dustin Kirkland
Script attached. ** Attachment added: "ssh-authorize" http://launchpadlibrarian.net/39387619/ssh-authorize ** Description changed: ssh-copy-id is a great script for adding my public key to a remote server. I have a script in my ~/bin called ssh-authorize that does something similar

[Bug 524226] [NEW] ssh-authorize - retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-18 Thread Dustin Kirkland
Public bug reported: ssh-copy-id is a great script for adding my public key to a remote server. I have a script in my ~/bin called ssh-authorize that does something similar. It retrieves a key from a remote public keyserver and appends it to .ssh/authorized_keys. By default, it uses Launchpad.n

[Bug 524147] Re: UEC NC failed to fetch preseed.conf from CC using lucid-server-amd64-20100218

2010-02-18 Thread Mathias Gug
Installing directly from the archive using the netboot installer works correctly with 1.6.2-0ubuntu2. -- UEC NC failed to fetch preseed.conf from CC using lucid-server-amd64-20100218 https://bugs.launchpad.net/bugs/524147 You received this bug notification because you are a member of Ubuntu

[Bug 392532] Re: apache2.2-common: /etc/init.d/apache2 script is empty

2010-02-18 Thread danr
I just got hit by this! Took down my production webserver :( -- apache2.2-common: /etc/init.d/apache2 script is empty https://bugs.launchpad.net/bugs/392532 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in ubuntu. -- Ubuntu-se

[Bug 392532] Re: apache2.2-common: /etc/init.d/apache2 script is empty

2010-02-18 Thread danr
Info: #uname -a 2.6.31-19-server #56-Ubuntu SMP Thu Jan 28 03:40:48 UTC 2010 x86_64 GNU/Linux pkg -l |grep apache ii apache2 2.2.12-1ubuntu2.1 Apache HTTP Server metapackage ii apache2-mpm-worker2.2.12-1ubuntu2.1 Apach

[Bug 522292] Re: Lucid UEC image 20100215 unable to start on UEC

2010-02-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-on-ec2/ubuntu-on-ec2/cloud-utils -- Lucid UEC image 20100215 unable to start on UEC https://bugs.launchpad.net/bugs/522292 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in ubuntu. -- Ubuntu-server

[Bug 524158] [NEW] needs -dump-charset in elinks.mime

2010-02-18 Thread Ryan C. Underwood
Public bug reported: Binary package hint: elinks Please add -dump-charset %{charset} to the line in elinks.mime so that when the mailcap entry is called by another program, the program can request the proper character set depending on its own context. This fixes, for example, problems with Mutt

[Bug 524159] Re: I clicked "cancel" when it tried to install the mail program

2010-02-18 Thread fewtrem
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/39383477/Dependencies.txt ** Attachment added: "DpkgTerminalLog.txt" http://launchpadlibrarian.net/39383478/DpkgTerminalLog.txt -- I clicked "cancel" when it tried to install the mail program https://bugs.launchpad.net/

[Bug 524159] [NEW] I clicked "cancel" when it tried to install the mail program

2010-02-18 Thread fewtrem
Public bug reported: Binary package hint: postfix Also the site crashed when I tried to report this. ProblemType: Package Architecture: i386 DistroRelease: Ubuntu 9.04 ErrorMessage: subprocess pre-installation script returned error exit status 1 NonfreeKernelModules: nvidia Package: postfix 2.5.

[Bug 524147] Re: UEC NC failed to fetch preseed.conf from CC using lucid-server-amd64-20100218

2010-02-18 Thread Mathias Gug
This is with eucalyptus 1.6.2-0ubuntu1. -- UEC NC failed to fetch preseed.conf from CC using lucid-server-amd64-20100218 https://bugs.launchpad.net/bugs/524147 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu

[Bug 524147] Re: UEC NC failed to fetch preseed.conf from CC using lucid-server-amd64-20100218

2010-02-18 Thread Mathias Gug
avahi -- UEC NC failed to fetch preseed.conf from CC using lucid-server-amd64-20100218 https://bugs.launchpad.net/bugs/524147 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu

[Bug 524147] [NEW] UEC NC failed to fetch preseed.conf from CC using lucid-server-amd64-20100218

2010-02-18 Thread Mathias Gug
the strange url of the CC: #2 10.55.55.2:8774 ** Affects: eucalyptus (Ubuntu) Importance: Undecided Status: New -- UEC NC failed to fetch preseed.conf from CC using lucid-server-amd64-20100218 https://bugs.launchpad.net/bugs/524147 You received this bug

[Bug 524142] Re: on shut or reboot, sticks on "shutting down alsa"

2010-02-18 Thread oshea85
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/39381928/Dependencies.txt ** Attachment added: "Dmesg.txt" http://launchpadlibrarian.net/39381929/Dmesg.txt ** Attachment added: "DpkgTerminalLog.txt" http://launchpadlibrarian.net/39381930/DpkgTerminalLog.txt -- on

[Bug 524142] [NEW] on shut or reboot, sticks on "shutting down alsa"

2010-02-18 Thread oshea85
Public bug reported: Binary package hint: nis ? ProblemType: Package AptOrdering: portmap: Install nis: Install portmap: Configure nis: Configure Architecture: i386 Date: Sun Feb 14 20:37:25 2010 DistroRelease: Ubuntu 9.10 ErrorMessage: subprocess installed post-installation script killed by

[Bug 524143] Re: #522797

2010-02-18 Thread jaqi de kelaita
** Attachment added: "AptOrdering.txt" http://launchpadlibrarian.net/39381931/AptOrdering.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/39381932/Dependencies.txt ** Attachment added: "Dmesg.txt" http://launchpadlibrarian.net/39381933/Dmesg.txt ** Attachment

[Bug 524143] [NEW] #522797

2010-02-18 Thread jaqi de kelaita
Public bug reported: Binary package hint: postfix i don't know. i'm following instructions ubuntu sent in pop-ups. i saw a message in the upper right hand in red, alerting me about something that crashed. it may have happened when i cancelled postfix. later i allowed it to load. other than t

[Bug 523686] Re: [needs-packaging] dnsmasq need update to 2.52

2010-02-18 Thread Brian Murray
*** This is an automated message *** This bug is tagged needs-packaging which identifies it as a request for a new package in Ubuntu. As a part of the managing needs-packaging bug reports specification, https://wiki.ubuntu.com/QATeam/Specs/NeedsPackagingBugs, all needs- packaging bug reports have

[Bug 313575] Re: VMBuilder/vm.py crash on an alpha char in numeric constant

2010-02-18 Thread Soren Hansen
** Changed in: vmbuilder Status: Fix Committed => Fix Released -- VMBuilder/vm.py crash on an alpha char in numeric constant https://bugs.launchpad.net/bugs/313575 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vm-builder in ubuntu

[Bug 462172] Re: [SRU] samba "Too many files are currently in use."

2010-02-18 Thread Besterino
One further observation (but don't know whether that is related to the new package): The transfer speed drops dramatically after a while and is now down to 3.6-5MB/s (as shown in the details of the windows-copy- window) after approx 40.000 files (mostly small html files) have been copied. -- [SRU

[Bug 522292] Re: Lucid UEC image 20100215 unable to start on UEC

2010-02-18 Thread Scott Moser
Euca2ools euca-bundle-image fails to work with a --image file , where 'file' is a symbolic link. I'm attaching a simple script that shows the problem. It creates a 1M file, then bundles it and a symlink to it. The symlinked file will be tiny, the real file a representative size. ** Attachment

[Bug 522292] Re: Lucid UEC image 20100215 unable to start on UEC

2010-02-18 Thread Scott Moser
Verified this is a result of using 'uec-publish-image' and how it calls euca-bundle-image. ** Package changed: ubuntu => cloud-utils (Ubuntu) ** Changed in: cloud-utils (Ubuntu) Importance: Undecided => High ** Changed in: cloud-utils (Ubuntu) Status: Incomplete => Confirmed ** Change

[Bug 462172] Re: [SRU] samba "Too many files are currently in use."

2010-02-18 Thread Besterino
Had the same problem described above (copying folder with 77k files from windows 7 64Bit to ubuntu 9.10 server ended quickly in error message "too many files open..."). Installed the -proposed package manually (sudo aptitude install samba /karmik-proposed). After samba restart copying same folder

[Bug 524101] [NEW] optionally fetch public ssh keys from Launchpad when starting an instance

2010-02-18 Thread Dustin Kirkland
Public bug reported: Binary package hint: euca2ools The euca-run-instance command has a -k parameter that takes the name of a ssh key registered with eucalyptus. I find this highly inconvenient (albeit consistently inconvenient with EC2). Generating these keys every time I install UEC, and havi

[Bug 524095] Re: Do I need postfix on my local machine ?

2010-02-18 Thread Scott Kitterman
Not a postfix bug. ** Changed in: postfix (Ubuntu) Status: New => Invalid -- Do I need postfix on my local machine ? https://bugs.launchpad.net/bugs/524095 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to postfix in ubuntu. -- Ubu

[Bug 524095] Re: Do I need postfix on my local machine ?

2010-02-18 Thread Alexander Smirnov
** Attachment added: "AptOrdering.txt" http://launchpadlibrarian.net/39378629/AptOrdering.txt ** Attachment added: "Dmesg.txt" http://launchpadlibrarian.net/39378630/Dmesg.txt ** Attachment added: "DpkgTerminalLog.txt" http://launchpadlibrarian.net/39378631/DpkgTerminalLog.txt -- Do I

[Bug 524095] [NEW] Do I need postfix on my local machine ?

2010-02-18 Thread Alexander Smirnov
Public bug reported: Binary package hint: postfix Ubuntu tried to install postfix during normal update&upgrade process... One question.. Do I need postfix ?.. NO.. Why is the system trying to install it ? I know - this is not a bug. It is just my maliciousness nature. ProblemType: Package Archit

[Bug 501956] Re: OpenSSH does not log failed attempts when key authentication is used

2010-02-18 Thread Don Reid
To summarize: LogLevel INFO RSAAuthentication yes PubkeyAuthentication yes HostbasedAthentication no ChallengeResponseAuthentication no PasswordAuthentication no AllowUsers lukeskywalker [1] The decision to log the error is made in procedure "auth_log" in "auth.c": /* Raise logging level */

[Bug 523589] Re: vmbuilder aborts with "locale-gen does not recognize your locale"

2010-02-18 Thread Marc Deslauriers
en_US.utf8 is a valid locale, but is not in a format locale-gen recognizes. Vm-builder shouldn't use locale-gen to validate the locale specified by the user. -- vmbuilder aborts with "locale-gen does not recognize your locale" https://bugs.launchpad.net/bugs/523589 You received this bug notificat

[Bug 511743] Re: typo in ntpdate manpage (patch included)

2010-02-18 Thread Brian Murray
** Tags added: patch-upstreaminput ** Tags removed: patch -- typo in ntpdate manpage (patch included) https://bugs.launchpad.net/bugs/511743 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ntp in ubuntu. -- Ubuntu-server-bugs mailing lis

[Bug 523826] Re: Second node autoregistration fails with "Not a candidate for local cluster" error

2010-02-18 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2-0ubuntu2 --- eucalyptus (1.6.2-0ubuntu2) lucid; urgency=low [ Thierry Carrez ] * debian/registration/node: Accept "clustername node #2" and next ones into clustername (LP: #523826) [ Dustin Kirkland ] * debian/eucalyptu

[Bug 444479] Re: missing apparmor access rule

2010-02-18 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-dfsg-5.1 - 5.1.41-3ubuntu6 --- mysql-dfsg-5.1 (5.1.41-3ubuntu6) lucid; urgency=low * debian/apparmor-profile: Upate apparmor profile. Get rid of annoying warning when starting mysql. (LP: #79) -- Chuck ShortThu, 18 Feb 2010 13:54:

[Bug 304598] Re: OpenSSH does not log failed authentication attempts when PublicKey method is used

2010-02-18 Thread Don Reid
Hi, this seems to be the same bug as: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/501956 Regards, Don. -- OpenSSH does not log failed authentication attempts when PublicKey method is used https://bugs.launchpad.net/bugs/304598 You received this bug notification because you are a mem

[Bug 523131] Re: mysql command line do not accept host param

2010-02-18 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please answer these questions: 1. Is this reproducible? 2. If so, what specific steps should we take to recreate this bug? Be as detailed as possible. This will help us to find and resolve the problem. ** Changed

[Bug 521815] Re: breaks all builds requiring libmysqlclient-dev

2010-02-18 Thread Chuck Short
This should be fixed now in soyuz. Regards chuck ** Changed in: mysql-dfsg-5.1 (Ubuntu Lucid) Status: Triaged => Fix Released -- breaks all builds requiring libmysqlclient-dev https://bugs.launchpad.net/bugs/521815 You received this bug notification because you are a member of Ubuntu Ser

[Bug 522196] Re: package postfix 2.6.5-3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-02-18 Thread Connor Garvey
I did exactly what Steven described. I cancelled the Postfix configuration screen. At the end of the update process, it popped up again. I clicked through it. After that, I received the error. -- package postfix 2.6.5-3 failed to install/upgrade: subprocess new pre-installation script return

[Bug 523896] Re: package postfix 2.6.5-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-02-18 Thread Robert Campbell
I didn't even want postfix installed, the auto update program decided it was a new dependancy of google-chrome. The update failed and google chrome was removed. -- package postfix 2.6.5-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 https

[Bug 522845] Re: compiling with libcap-ng disallows qemu/kvm access to files not owned by root when not using AppArmor

2010-02-18 Thread Jamie Strandboge
** Description changed: libvirt in 10.04 is now compiled with libcap-ng. According to http://libvirt.org/drvqemu.html#securitycap this will affect QEMU/KVM access to files if libvirt is configured to launch VMs as root (the default in Ubuntu, see bug #522619 for why). From the libvirt.org pag

[Bug 510299] Re: package samba-common 2:3.4.0-3ubuntu5.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2010-02-18 Thread Jean-Baptiste Lallement
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on

Re: [Bug 522225] Re: permissions incorrect on libmysqlclient16_7.0.9-1_amd64.deb

2010-02-18 Thread Mathias Gug
On Thu, Feb 18, 2010 at 02:53:44PM -, Steve Langasek wrote: > This issue should be mentioned in the lucid release notes, and in the > alpha-3 announcement, to let users know they need to downgrade the > package for security support if they managed to install the wrong one. > Are you referring

[Bug 522225] Re: permissions incorrect on libmysqlclient16_7.0.9-1_amd64.deb

2010-02-18 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/mysql-dfsg-5.1 -- permissions incorrect on libmysqlclient16_7.0.9-1_amd64.deb https://bugs.launchpad.net/bugs/55 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu. -- Ubuntu-server-b

[Bug 522196] Re: package postfix 2.6.5-3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-02-18 Thread Steven Swor
I had the same issue this morning. The postfix configuration dialogs came up while I was running the update manager. I hit cancel and got the crash report. Perhaps the postfix configuration utility should treat "Cancel" the same as selecting "Do not configure" from the dropdown? -- package pos

[Bug 496932] Re: Keepalived haven't LVS support

2010-02-18 Thread Andres Rodriguez
Real servers have 10.10.10.1 as gateway. Changed lb_algo. .110 webserver was down intentionally. IP from where Im trying to access the webserver: 192.168.0.51 Feb 18 10:49:44 karmic1 Keepalived: Starting Keepalived v1.1.17 (02/10,2010) Feb 18 10:49:44 karmic1 Keepalived_healthcheckers: Initializin

[Bug 523896] Re: package postfix 2.6.5-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-02-18 Thread Chris Howard
** Attachment added: "AptOrdering.txt" http://launchpadlibrarian.net/39367566/AptOrdering.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/39367567/Dependencies.txt ** Attachment added: "Dmesg.txt" http://launchpadlibrarian.net/39367568/Dmesg.txt ** Attachment

[Bug 523896] [NEW] package postfix 2.6.5-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-02-18 Thread Chris Howard
Public bug reported: Binary package hint: postfix Ubuntu 9.10, via Update Manager. ProblemType: Package Architecture: i386 Date: Thu Feb 18 09:49:47 2010 DistroRelease: Ubuntu 9.10 ErrorMessage: subprocess installed post-installation script returned error exit status 1 InstallationMedia: Ubuntu

[Bug 512459] Re: Winbind failed to connect to AD: Program lacks support for encryption type

2010-02-18 Thread Renzo Bagnati
I confirm that the new krb5 packages are working in my network, and without the need to use the allow_weak_crypto = true option. -- Winbind failed to connect to AD: Program lacks support for encryption type https://bugs.launchpad.net/bugs/512459 You received this bug notification because you are

[Bug 523868] Re: FFe request: samba upstartification

2010-02-18 Thread Steve Langasek
** Patch added: "debdiff to migrate to upstart" http://launchpadlibrarian.net/39366641/samba-upstart.patch -- FFe request: samba upstartification https://bugs.launchpad.net/bugs/523868 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to sa

[Bug 523868] [NEW] FFe request: samba upstartification

2010-02-18 Thread Steve Langasek
Public bug reported: Binary package hint: samba I've had a patch here to make samba use upstart instead of init scripts for over a month, but uploading it was blocked on a pair of bugs (one in ifupdown, one in upstart) before the nmbd job's start condition could be satisfied properly. Those bugs

[Bug 523862] Re: package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-02-18 Thread afterfostercare
** Attachment added: "AptOrdering.txt" http://launchpadlibrarian.net/39366171/AptOrdering.txt ** Attachment added: "Dmesg.txt" http://launchpadlibrarian.net/39366172/Dmesg.txt ** Attachment added: "DpkgTerminalLog.txt" http://launchpadlibrarian.net/39366173/DpkgTerminalLog.txt -- pack

[Bug 523862] [NEW] package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-02-18 Thread afterfostercare
Public bug reported: Binary package hint: postfix I can't recall the error in great detail, however as I was doing the Ubuntu Upgrades or Package Manager that pops up periodically it installed everything except postfix. It had problems doing so. I was presented with I think a password or e-mail r

[Bug 522225] Re: permissions incorrect on libmysqlclient16_7.0.9-1_amd64.deb

2010-02-18 Thread Steve Langasek
This issue should be mentioned in the lucid release notes, and in the alpha-3 announcement, to let users know they need to downgrade the package for security support if they managed to install the wrong one. ** Changed in: ubuntu-release-notes Importance: Undecided => High ** Changed in: ubunt

[Bug 458201] Re: kernel stacktrace on volume detach in kvm guest

2010-02-18 Thread Scott Moser
We need to test this on lucid Eucalyptus. -- kernel stacktrace on volume detach in kvm guest https://bugs.launchpad.net/bugs/458201 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. -- Ubuntu-server-bugs mailing list Ub

[Bug 522225] Re: permissions incorrect on libmysqlclient16_7.0.9-1_amd64.deb

2010-02-18 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-dfsg-5.1 - 5.1.41-3ubuntu5 --- mysql-dfsg-5.1 (5.1.41-3ubuntu5) lucid; urgency=low * No-change rebuild to clean up after the mysql-cluster-7.0 accident. LP: #55. -- Steve LangasekThu, 18 Feb 2010 11:04:35 + ** Changed in: mys

[Bug 522225] Re: permissions incorrect on libmysqlclient16_7.0.9-1_amd64.deb

2010-02-18 Thread Steve Langasek
** Also affects: ubuntu-release-notes Importance: Undecided Status: New -- permissions incorrect on libmysqlclient16_7.0.9-1_amd64.deb https://bugs.launchpad.net/bugs/55 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-d

[Bug 497149] Re: Packages using DKMS should make use of /usr/lib/dkms/common.postinst

2010-02-18 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/sid/sl-modem -- Packages using DKMS should make use of /usr/lib/dkms/common.postinst https://bugs.launchpad.net/bugs/497149 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in ubuntu. -- Ubuntu-server-bug

[Bug 523826] Re: Second node autoregistration fails with "Not a candidate for local cluster" error

2010-02-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu -- Second node autoregistration fails with "Not a candidate for local cluster" error https://bugs.launchpad.net/bugs/523826 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus

[Bug 523826] Re: Second node autoregistration fails with "Not a candidate for local cluster" error

2010-02-18 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu) Status: In Progress => Fix Committed -- Second node autoregistration fails with "Not a candidate for local cluster" error https://bugs.launchpad.net/bugs/523826 You received this bug notification because you are a member of Ubuntu Server Team, which is s

[Bug 517871] Re: euca-describe-volumes fails in lucid

2010-02-18 Thread Scott Moser
Is this at all valid against Eucalyptus ? Or is it just euca2ools and we should close the Eucalyptus track. -- euca-describe-volumes fails in lucid https://bugs.launchpad.net/bugs/517871 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euc

[Bug 523538] Re: package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-02-18 Thread illbashu
I can confirm this. -- package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1 https://bugs.launchpad.net/bugs/523538 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to p

[Bug 523826] [NEW] Second node autoregistration fails with "Not a candidate for local cluster" error

2010-02-18 Thread Thierry Carrez
Public bug reported: First node autoregistration works, but subsequent ones fail. /var/log/eucalyptus/registration.log on CC shows the following error: "Not a candidate for local cluster" ** Affects: eucalyptus (Ubuntu) Importance: High Assignee: Thierry Carrez (ttx) Status: I

[Bug 481847] Re: package postfix 2.6.5-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-02-18 Thread handerso
I am not adequately literate to make an intelligent comment on this - but do appreciate your endeavours. Regards . Herman in KZN. South Africa -- package postfix 2.6.5-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75 https://bugs.laun

[Bug 523812] [NEW] Quagga reports crash on Karmic

2010-02-18 Thread Chris Binnie
Public bug reported: Binary package hint: quagga Having just upgraded to Karmic from Jaunty Server the only package I see errors about are Quagga. I'm using it as a critical application for BGPD. Feb 18 13:52:13 Riley zebra[4890]: Zebra 0.99.13 starting: v...@2601 Feb 18 13:52:13 Riley zebra[489

[Bug 520480] Re: pselect support (qemu: Unsupported syscall: 335)

2010-02-18 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu-kvm - 0.12.2-0ubuntu7 --- qemu-kvm (0.12.2-0ubuntu7) lucid; urgency=low * Replace patch Don-t-bark-for-syscalls-missing-in-linux-too with patch This-patch-adds-support-for-the-pselect-syscall-in-l from the upstream mailing-list from Mic

[Bug 304598] Re: OpenSSH does not log failed authentication attempts when PublicKey method is used

2010-02-18 Thread haeckse
In the version that comes with karmic (5.1p1) and at least one other I compiled from source (5.3p1) it doesn't get logged at all if someone tries to login with a valid username but a wrong keypair! Even setting the LogLevel to debug doesn't change that. -- OpenSSH does not log failed authentica

[Bug 522196] Re: package postfix 2.6.5-3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-02-18 Thread Gary
I had not done anything with postfix on this PC. I ran the install again, answered a few questions it had and it seemed happy (or at least less sad) Now to find out if something I am doing is now broke :-O Gary -- package postfix 2.6.5-3 failed to install/upgrade: subprocess new pre-installat

[Bug 522225] Re: permissions incorrect on libmysqlclient16_7.0.9-1_amd64.deb

2010-02-18 Thread Steve Langasek
Downloading the file from a mirror is not the right thing to do. The file is marked unreadable because it's not *meant* to be downloaded; this bug will be fixed today when it's replaced by a correct version of the library in question. So the bug here is not the permissions, at all, which is why t

[Bug 522225] Re: permissions incorrect on libmysqlclient16_7.0.9-1_amd64.deb

2010-02-18 Thread Steve Langasek
** Package changed: libmysqlclient-lgpl (Ubuntu) => mysql-dfsg-5.1 (Ubuntu) ** Changed in: mysql-dfsg-5.1 (Ubuntu) Importance: Undecided => High ** Changed in: mysql-dfsg-5.1 (Ubuntu) Status: Confirmed => Triaged ** Changed in: mysql-dfsg-5.1 (Ubuntu) Milestone: None => lucid-alpha

[Bug 522225] [NEW] permissions incorrect on libmysqlclient16_7.0.9-1_amd64.deb

2010-02-18 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: It seems that the file libmysqlclient16_7.0.9-1_amd64.deb has the incorrect permissions assigned to it in the respository. Trying to download it gives an error. This is the result of "sudo apt- get upgrade": Err http://archive.ubuntu.com lucid/main l

[Bug 522482] Re: Domain Members can not join to Samba DC (ubuntu 9.10).

2010-02-18 Thread Rosa Ferrada
HI Terry, not sure in ubuntu, but i was working with a old gentoo and smaba (3.0.X ) and it work join gento PDC and ubunut DMS. I just install samba 3.4.5 and i really hope it can work because i need to join windows clients and linux domain members thanks Rosa -- Domain Members can not join to

[Bug 522204] Re: euca_conf --[de]register-nodes is brittle

2010-02-18 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu) Importance: Undecided => Medium ** Changed in: eucalyptus (Ubuntu) Status: New => Confirmed -- euca_conf --[de]register-nodes is brittle https://bugs.launchpad.net/bugs/522204 You received this bug notification because you are a member of Ubuntu Serve

[Bug 522482] Re: Domain Members can not join to Samba DC (ubuntu 9.10).

2010-02-18 Thread Thierry Carrez
Looks like a different issue. Was that working for you in a previous release ? Any chance you could test with Lucid's 3.4.5 to see if that's covered by the post-3.4.0 patches already ? ** Changed in: samba (Ubuntu) Importance: Undecided => Medium ** Changed in: samba (Ubuntu) Status: N

[Bug 523646] Re: missing changelog on changelogs.ubuntu.com

2010-02-18 Thread Mitch Towner
*** This bug is a duplicate of bug 523714 *** https://bugs.launchpad.net/bugs/523714 Thank you for taking the time to report this bug and helping to make Ubuntu better. I have created a "master bug report" (bug 523714) to group all of the information from these bug reports into the one place s

[Bug 522509] Re: tftpd-hpa doesn't start on boot

2010-02-18 Thread Thierry Carrez
Maybe a duplicate of bug 461725... ** Changed in: tftp-hpa (Ubuntu) Importance: Undecided => High ** Changed in: tftp-hpa (Ubuntu) Status: New => Confirmed -- tftpd-hpa doesn't start on boot https://bugs.launchpad.net/bugs/522509 You received this bug notification because you are a m

[Bug 522514] Re: package samba-common 2:3.4.0-3ubuntu5.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2010-02-18 Thread Thierry Carrez
Relevant error: Setting up samba-common (2:3.4.0-3ubuntu5.4) ... Use of uninitialized value $reply in scalar chomp at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 66. Use of uninitialized value $reply in concatenation (.) or string at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm lin

[Bug 522671] Re: package winbind 2:3.4.0-3ub untu5.4 failed to install/upgrade: podproces installed post-installation script zwrócił kod bł ędu 139

2010-02-18 Thread Thierry Carrez
Relevant error: * Starting the Winbind daemon winbind Segmentation fault ** Changed in: samba (Ubuntu) Importance: Undecided => Medium ** Changed in: samba (Ubuntu) Status: New => Confirmed ** Summary changed: - package winbind 2:3.4.0-3ubuntu5.4 failed to install/upgrade: podproces

[Bug 522797] Re: Cancelled the Postfix configuration window. It then crashed.

2010-02-18 Thread Thierry Carrez
Maybe a default value would prevent that corner case ? ** Changed in: postfix (Ubuntu) Importance: Undecided => Low ** Changed in: postfix (Ubuntu) Status: New => Confirmed -- Cancelled the Postfix configuration window. It then crashed. https://bugs.launchpad.net/bugs/522797 You recei

[Bug 522819] Re: Loosing connections with "Connection reset by peer" message

2010-02-18 Thread Thierry Carrez
Not a bug in openssh, works fine everywhere. Looks like an issue with your local network (especially as other things, like the background download, also fail). ** Changed in: openssh (Ubuntu) Status: New => Invalid -- Loosing connections with "Connection reset by peer" message https://bug

[Bug 522710] Re: libvirtd does not have a man page

2010-02-18 Thread Thierry Carrez
** Changed in: libvirt (Ubuntu) Importance: Undecided => Wishlist ** Changed in: libvirt (Ubuntu) Status: New => Confirmed -- libvirtd does not have a man page https://bugs.launchpad.net/bugs/522710 You received this bug notification because you are a member of Ubuntu Server Team, whic

[Bug 523665] Re: missing changelog on changelogs.ubuntu.com

2010-02-18 Thread Mitch Towner
I can confirm that this changelog is missing from changelogs.ubuntu.com & also that the changelog is not appearing in update-manager on an up- to-date lucid installation. This is possibly a regression of bug 40058. I have changed the package to update-manager as this is not a problem with ntp & b

[Bug 523645] Re: missing changelog on changelogs.ubuntu.com

2010-02-18 Thread Mitch Towner
I can confirm that this changelog is missing from changelogs.ubuntu.com & also that the changelog is not appearing in update-manager on an up- to-date lucid installation. This is possibly a regression of bug 40058. I have changed the package to update-manager as this is not a problem with Samba &

[Bug 454566] Re: False positive for SucKit

2010-02-18 Thread Thierry Carrez
False positives with such tools come with the territory. Refused as a server papercut during 20100217 meeting. ** Changed in: server-papercuts Status: New => Invalid -- False positive for SucKit https://bugs.launchpad.net/bugs/454566 You received this bug notification because you are a me

[Bug 494380] Re: mtx-changer.conf is missing in bacula-sd

2010-02-18 Thread Thierry Carrez
** Changed in: server-papercuts Importance: Undecided => Medium ** Changed in: server-papercuts Status: New => Confirmed -- mtx-changer.conf is missing in bacula-sd https://bugs.launchpad.net/bugs/494380 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 495372] Re: Please upgrade to 3.0.3 for lucid

2010-02-18 Thread Thierry Carrez
Not a usability issue. Refused as a server papercut during 20100217 meeting. ** Changed in: server-papercuts Status: New => Invalid -- Please upgrade to 3.0.3 for lucid https://bugs.launchpad.net/bugs/495372 You received this bug notification because you are a member of Ubuntu Server Team

[Bug 79371] Re: saslauthd init script does not allow movement of PID

2010-02-18 Thread Thierry Carrez
** Changed in: server-papercuts Importance: Undecided => Medium ** Changed in: server-papercuts Status: New => Confirmed -- saslauthd init script does not allow movement of PID https://bugs.launchpad.net/bugs/79371 You received this bug notification because you are a member of Ubuntu S

  1   2   >