[Bug 556176] Re: slapd homedir (and some enhancements...)

2010-04-06 Thread Thierry Carrez
** Changed in: openldap (Ubuntu)
   Importance: Undecided = Medium

** Changed in: openldap (Ubuntu)
   Status: New = Confirmed

** Also affects: openldap (Ubuntu Lucid)
   Importance: Medium
   Status: Confirmed

** Summary changed:

- slapd homedir (and some enhancements...)
+ slapd creates /nonexistent homedir (and some enhancements...)

-- 
slapd creates /nonexistent homedir (and some enhancements...)
https://bugs.launchpad.net/bugs/556176
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

-- 
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 551158] Re: package postfix 2.7.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-04-06 Thread benderbeerman
removed trailing dot from /etc/postfix/main.cf fixed the error. not sure
how the dot got there, but thanks!

-- 
package postfix 2.7.0-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 75
https://bugs.launchpad.net/bugs/551158
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

-- 
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 526918] Re: File sharing not working in karmic

2010-04-06 Thread Thomy23
I tried the network-share again and now it works for me with both anonymous and 
authenticated-only access.
The versions of the installed packages are:

ii  samba  2:3.4.0-3ubuntu5.6   
  SMB/CIFS file, print, and login server for Unix
ii  samba-common   2:3.4.0-3ubuntu5.6   
   common files used by both the Samba server and client
ii  samba-common-bin   2:3.4.0-3ubuntu5.6   
 common files used by both the Samba server and client


However, i still see the permission denied errors in my log. logfile
It seems to me like they occur every time i try to access the network share.


Greets Thomy

-- 
File sharing not working in karmic
https://bugs.launchpad.net/bugs/526918
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 556285] [NEW] cannot change password of AD user when using pam_winbind

2010-04-06 Thread Justin Jon L. Jereza
Public bug reported:

Binary package hint: samba

I've been doing these tests on Karmic using the Lucid winbind pam-
config.

When trying to change the user's password using the Lucid winbind pam-
config, I get the following:

$ passwd
passwd: Authentication token manipulation error
passwd: password unchanged

I've attached a patch for the winbind pam-config which at least
recognizes the username, but I still get the following error:

$ passwd
Changing password for EXAMPLE\user
(current) NT password:
passwd: Authentication token manipulation error
passwd: password unchanged

Some more details about the diff patch:

1. For the auth module, I've changed 'try_first_pass' to
'use_first_pass' so that it insists that the credentials used for
authentication are the ones initially entered by the user. Whether
that's a good thing or not, I have no idea. 'try_first_pass' might be a
better idea if there is a chance that the username exists in both
/etc/passwd and active directory but have different passwords.

2. I've changed the 'Password-Type' from 'Additional' to 'Primary'. With
the 'Additional' setting, any failure in pam_unix.so (e.g. user does not
exist in /etc/passwd) means that pam_deny.so is the next module so
pam_winbind.so is never executed. For both 'Password' and 'Password-
Initial', I've changed the control from 'requisite' to '[success=end
default=ignore]' so that it stacks properly with any other module that
may also be in use.

3. I've added pam_mkhomedir.so as an optional module in the session type
since it uses /etc/skel while the 'mkhomedir' argument for
pam_winbind.so does not. Again, whether this is a good thing or not, I
have no idea.

P.S. Apologies if the diff patch contains more than that which is
relevant with this issue.

** Affects: samba (Ubuntu)
 Importance: Undecided
 Status: New

-- 
cannot change password of AD user when using pam_winbind
https://bugs.launchpad.net/bugs/556285
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 556285] Re: cannot change password of AD user when using pam_winbind

2010-04-06 Thread Justin Jon L. Jereza

** Patch added: diff patch for /usr/share/pam-configs/winbind
   http://launchpadlibrarian.net/43225229/winbind.diff

** Description changed:

  Binary package hint: samba
  
  I've been doing these tests on Karmic using the Lucid winbind pam-
  config.
  
  When trying to change the user's password using the Lucid winbind pam-
  config, I get the following:
  
  $ passwd
  passwd: Authentication token manipulation error
  passwd: password unchanged
  
  I've attached a patch for the winbind pam-config which at least
  recognizes the username, but I still get the following error:
  
  $ passwd
  Changing password for EXAMPLE\user
  (current) NT password:
  passwd: Authentication token manipulation error
  passwd: password unchanged
  
  Some more details about the diff patch:
  
  1. For the auth module, I've changed 'try_first_pass' to
  'use_first_pass' so that it insists that the credentials used for
  authentication are the ones initially entered by the user. Whether
  that's a good thing or not, I have no idea. 'try_first_pass' might be a
  better idea if there is a chance that the username exists in both
  /etc/passwd and active directory but have different passwords.
  
  2. I've changed the 'Password-Type' from 'Additional' to 'Primary'. With
  the 'Additional' setting, any failure in pam_unix.so (e.g. user does not
  exist in /etc/passwd) means that pam_deny.so is the next module so
  pam_winbind.so is never executed. For both 'Password' and 'Password-
  Initial', I've changed the control from 'requisite' to '[success=end
  default=ignore]' so that it stacks properly with any other module that
  may also be in use.
  
  3. I've added pam_mkhomedir.so as an optional module in the session type
  since it uses /etc/skel while the 'mkhomedir' argument for
  pam_winbind.so does not. Again, whether this is a good thing or not, I
  have no idea.
+ 
+ P.S. Apologies if the diff patch contains more than that which is
+ relevant with this issue.

-- 
cannot change password of AD user when using pam_winbind
https://bugs.launchpad.net/bugs/556285
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 556312] [NEW] libvirt packages should not Recommend hypervisor packages

2010-04-06 Thread Neil Wilson
Public bug reported:

#215962 was shortsighted in its approach. Libvirt has a 'remote' and
'test' URI capability and could be installed on other virtual machines
with a view to managing Hypervisors one step away - or for setting up
test environments. At the moment the 'Recommends' on both lvm and qemu-
kvm means that apt will try and install those packages on Virtual
machines - causing breakages and failed daemon starts.

The Recommends on qemu-kvm and lvm should be downgraded to Suggests, or
the packages should be broken out so that there is a libvirt for
'remote' and 'test' URI setups that can be installed on VMs, and one for
'physical' installations on machines that need a local hypervisor.

Additionally 'qemu-kvm' isn't required on physical machines using the
Xen hypervisor.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: libvirt-bin (not installed)
ProcVersionSignature: Ubuntu 2.6.32-302.6-ec2
Uname: Linux 2.6.32-302-ec2 x86_64
Architecture: amd64
Date: Tue Apr  6 08:51:04 2010
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: libvirt

** Affects: libvirt (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
libvirt packages should not Recommend hypervisor packages
https://bugs.launchpad.net/bugs/556312
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 556315] [NEW] problem with operations on qemu/kvm guest

2010-04-06 Thread Marek Kierdelewicz
Public bug reported:

Binary package hint: libvirt-bin

* Ubuntu version: 9.10

Description:Ubuntu 9.10
Release:9.10

* libvirt-bin version: 0.7.0-1ubuntu13.1
libvirt-bin:
  Installed: 0.7.0-1ubuntu13.1
  Candidate: 0.7.0-1ubuntu13.1
  Version table:
 *** 0.7.0-1ubuntu13.1 0
500 http://pl.archive.ubuntu.com karmic-updates/main Packages
100 /var/lib/dpkg/status
 0.7.0-1ubuntu13 0
500 http://pl.archive.ubuntu.com karmic/main Packages
 0.6.1-0ubuntu5.1~hardy1 0
500 http://pl.archive.ubuntu.com hardy-backports/main Packages

* Problem:
It's not possible to start kvm guest. There's always an error:
ERRORUnable to deny all devices for XX: No such file or directory

* Ways to reproduce:

1) Try to import guest:
==CUT
r...@catlap:/etc/libvirt# virt-install --name test2 --ram 300 --disk 
path=/home/marek/development/libvirt_tests/deb1.img --import

Starting install...
Guest installation complete... restarting guest.
Unable to deny all devices for test2: No such file or directory
Domain installation may not have been
 successful.  If it was, you can restart your domain
 by running 'virsh start test2'; otherwise, please
 restart your installation.
ERRORUnable to deny all devices for test2: No such file or directory
Traceback (most recent call last):
  File /usr/bin/virt-install, line 780, in module
main()
  File /usr/bin/virt-install, line 698, in main
dom.create()
  File /usr/lib/python2.6/dist-packages/libvirt.py, line 293, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: Unable to deny all devices for test2: No such file or directory
==/CUT

Import OK, but starting guest failed.

Then...
2) Try to start guest with debug enabled

==CUT
r...@catlap:/etc/libvirt# virsh start test2
Connecting to uri: qemu:///system  
10:51:27.461: debug : virInitialize:294 : register drivers
10:51:27.461: debug : virRegisterDriver:735 : registering Test as driver 0
10:51:27.461: debug : virRegisterNetworkDriver:604 : registering Test as 
network driver 0
10:51:27.461: debug : virRegisterInterfaceDriver:635 : registering Test as 
interface driver 0
10:51:27.461: debug : virRegisterStorageDriver:666 : registering Test as 
storage driver 0
10:51:27.461: debug : virRegisterDeviceMonitor:697 : registering Test as device 
driver 0 
10:51:27.461: debug : virRegisterDriver:735 : registering Xen as driver 1   
 
10:51:27.461: debug : virRegisterDriver:735 : registering OPENVZ as driver 2
 
10:51:27.462: debug : vboxRegister:95 : VBoxCGlueInit failed, using dummy 
driver 
10:51:27.462: debug : virRegisterDriver:735 : registering VBOX as driver 3  
 
10:51:27.462: debug : virRegisterNetworkDriver:604 : registering VBOX as 
network driver 1
10:51:27.462: debug : virRegisterDriver:735 : registering remote as driver 4
 
10:51:27.462: debug : virRegisterNetworkDriver:604 : registering remote as 
network driver 2  
10:51:27.462: debug : virRegisterInterfaceDriver:635 : registering remote as 
interface driver 1
10:51:27.462: debug : virRegisterStorageDriver:666 : registering remote as 
storage driver 1
10:51:27.462: debug : virRegisterDeviceMonitor:697 : registering remote as 
device driver 1 
10:51:27.462: debug : virConnectOpenAuth:1214 : name=qemu:///system, 
auth=0x7f219be008a0, flags=0
10:51:27.462: debug : do_open:1001 : name qemu:///system to URI components:   
 
  scheme qemu   
 
  opaque (null) 
 
  authority (null)  
 
  server (null) 
 
  user (null)   
 
  port 0
 
  path /system  
 

10:51:27.462: debug : do_open:1011 : trying driver 0 (Test) ...
10:51:27.462: debug : do_open:1017 : driver 0 Test returned DECLINED
10:51:27.462: debug : do_open:1011 : trying driver 1 (Xen) ...  
10:51:27.462: debug : do_open:1017 : driver 1 Xen returned DECLINED 
10:51:27.462: debug : do_open:1011 : trying driver 2 (OPENVZ) ...   
10:51:27.462: debug : do_open:1017 : driver 2 OPENVZ returned DECLINED
10:51:27.462: debug : do_open:1011 : trying driver 3 (VBOX) ...   
10:51:27.462: debug : do_open:1017 : driver 3 VBOX returned DECLINED  
10:51:27.462: debug : do_open:1011 : trying driver 4 (remote) ... 

[Bug 546874] Re: passwd - can't login, change password (pam_winbind pam-auth-update profile)

2010-04-06 Thread Thierry Carrez
Reproduced on a beta2 candidate, installing samba-server task, cannot log in on 
console.
See attached /etc/pam.d contents.

** Attachment added: /etc/pam.d contents
   http://launchpadlibrarian.net/43230186/pamd.tar

-- 
passwd - can't login, change password (pam_winbind pam-auth-update profile)
https://bugs.launchpad.net/bugs/546874
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 556326] [NEW] libvirtd will not run on virtual machine

2010-04-06 Thread Neil Wilson
Public bug reported:

If you install libvirt-bin on a virtual machine (with a view to using
'remote' or 'test' URIs) then you get errors in the syslog and the
process refuses to start.

Apr  6 09:10:21 vmtest-003 libvirtd: 09:10:21.441: error : udevSetupSystemDev:14
09 : Failed to get udev device for syspath '/sys/devices/virtual/dmi/id'#012
Apr  6 09:10:21 vmtest-003 libvirtd: 09:10:21.441: error : udevSetupSystemDev:14
13 : Failed to get udev device for syspath '/sys/class/dmi/id'#012
Apr  6 09:10:21 vmtest-003 init: libvirt-bin main process (9539) killed by SEGV 
signal
Apr  6 09:10:21 vmtest-003 init: libvirt-bin main process ended, respawning
Apr  6 09:10:21 vmtest-003 libvirtd: 09:10:21.572: error : udevSetupSystemDev:14
09 : Failed to get udev device for syspath '/sys/devices/virtual/dmi/id'#012
Apr  6 09:10:21 vmtest-003 libvirtd: 09:10:21.572: error : udevSetupSystemDev:14
13 : Failed to get udev device for syspath '/sys/class/dmi/id'#012
Apr  6 09:10:21 vmtest-003 init: libvirt-bin main process (9575) killed by SEGV 
signal
Apr  6 09:10:21 vmtest-003 init: libvirt-bin respawning too fast, stopped

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: libvirt-bin 0.7.5-5ubuntu17
ProcVersionSignature: Ubuntu 2.6.32-302.6-ec2
Uname: Linux 2.6.32-302-ec2 x86_64
Architecture: amd64
Date: Tue Apr  6 09:15:54 2010
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: libvirt

** Affects: libvirt (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
libvirtd will not run on virtual machine
https://bugs.launchpad.net/bugs/556326
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 556326] Re: libvirtd will not run on virtual machine

2010-04-06 Thread Neil Wilson

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/43230087/Dependencies.txt

-- 
libvirtd will not run on virtual machine
https://bugs.launchpad.net/bugs/556326
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 556312] Re: libvirt packages should not Recommend hypervisor packages

2010-04-06 Thread Neil Wilson
See also bug 556326

-- 
libvirt packages should not Recommend hypervisor packages
https://bugs.launchpad.net/bugs/556312
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 556332] [NEW] leftover /etc/init.d/bind9.dpkg-dist on 9.10 - 10.04

2010-04-06 Thread Michael Vogt
Public bug reported:

Binary package hint: bind9

When doing a server upgrade with all server tasks installed I get a
.dpkg-dist file in /etc/default/bind9.dpkg-dist. This causes the auto-
upgrade-tester to assume its a leftover conffile. When I diff the bind9
and bind9.dpkg-dist files they are the same.

It turns out that:
 /usr/share/bind9/bind9-default.md5sum 
is different from
 /etc/default/bind9
and this cause the postinst script to write a dpkg-dist file.

But it gets stranger, when I tried to track this, I logged into a clean karmic 
chroot and ran:
# apt-get install bind9
#  cd /
#  md5sum -c --quiet /var/lib/dpkg/info/bind9.md5sums 
usr/share/bind9/bind9-default.md5sum: FAILED
md5sum: WARNING: 1 of 32 computed checksums did NOT match

?!?

** Affects: bind9 (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- conffile prompt on 9.10 - 10.04
+ leftover /etc/init.d/bind9.dpkg-dist on 9.10 - 10.04

-- 
leftover /etc/init.d/bind9.dpkg-dist on 9.10 - 10.04
https://bugs.launchpad.net/bugs/556332
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

-- 
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 556332] Re: leftover /etc/init.d/bind9.dpkg-dist on 9.10 - 10.04

2010-04-06 Thread Michael Vogt
The same md5sum error is produced in lucid for me (in a clean chroot).

-- 
leftover /etc/init.d/bind9.dpkg-dist on 9.10 - 10.04
https://bugs.launchpad.net/bugs/556332
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

-- 
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 252686] Re: Reload action on init script kills daemon

2010-04-06 Thread Martin Pitt
Accepted exim4 into hardy-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: exim4 (Ubuntu Hardy)
   Status: Confirmed = Fix Committed

** Tags removed: verification-done

** Tags added: verification-needed

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
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 556343] [NEW] upgrade error on 8.04 - 10.04

2010-04-06 Thread Michael Vogt
Public bug reported:

Binary package hint: bind9

The automatic upgrade tester found the follow problem on a server
upgrade test with all task packages installed:

...
[89.3263] bind9: Configuring bind9
apparmor_parser: Unable to replace /usr/sbin/named.  Profile version not 
supported by Apparmor module
 * Starting domain name service... bind9
   ...fail!
invoke-rc.d: initscript bind9, action start failed.
dpkg: Fehler beim Bearbeiten von bind9 (--configure):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 
zurück
...

Sorry for the bits of the log in german, it mans the post-installation
script failed with exit status 1.

Full details can be found here:
http://people.ubuntu.com/~mvo/automatic-upgrade-testing/current/lts-server-tasks/apt-term.log
around line 2295.

I'm not sure if the apparmor_parser lines are relevant or a red-herring. The 
bit in the postinst is guarded by || true
and I see a bunch of similar errors in the logs. It also appears to be 
transient. When I log into the machine after the
upgrade I can restart bind9 just fine.

** Affects: bind9 (Ubuntu)
 Importance: High
 Status: New

** Affects: bind9 (Ubuntu Lucid)
 Importance: High
 Status: New

** Changed in: bind9 (Ubuntu)
   Importance: Undecided = High

** Also affects: bind9 (Ubuntu Lucid)
   Importance: High
   Status: New

-- 
upgrade error on 8.04 - 10.04 
https://bugs.launchpad.net/bugs/556343
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

-- 
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 556342] [NEW] winbind pam profile doesn't get installed or removed when package is installed/removed

2010-04-06 Thread Thierry Carrez
Public bug reported:

Binary package hint: samba

winbind now provides a pam.d pam-auth-update-compliant profile but it's
not enabled when package is installed (or disabled when package is
removed). It will get installed at the next pam-auth-update run, though.

** Affects: samba (Ubuntu)
 Importance: Medium
 Assignee: Thierry Carrez (ttx)
 Status: In Progress

** Changed in: samba (Ubuntu)
   Importance: Undecided = Medium

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

** Changed in: samba (Ubuntu)
 Assignee: (unassigned) = Thierry Carrez (ttx)

-- 
winbind pam profile doesn't get installed or removed when package is 
installed/removed
https://bugs.launchpad.net/bugs/556342
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 546874] Re: passwd - can't login, change password (pam_winbind pam-auth-update profile)

2010-04-06 Thread Thierry Carrez
** Changed in: samba (Ubuntu Lucid)
   Status: Triaged = In Progress

-- 
passwd - can't login, change password (pam_winbind pam-auth-update profile)
https://bugs.launchpad.net/bugs/546874
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 462749] Re: [SRU] vsftpd is affected by pasv_address regression

2010-04-06 Thread Martin Pitt
Accepted vsftpd into karmic-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: vsftpd (Ubuntu Karmic)
   Status: New = Fix Committed

** Tags added: verification-needed

-- 
[SRU] vsftpd is affected by pasv_address regression
https://bugs.launchpad.net/bugs/462749
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

-- 
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 530945] Re: [SRU] keepalived in karmic

2010-04-06 Thread Martin Pitt
Guys,

pretty please DON'T create separate SRU bugs (it's the second case
already today). Use the actual bug (bug 496932) and add a karmic task.
This is explicitly mentioned in the SRU policy.

** Tags added: verification-needed

-- 
[SRU] keepalived in karmic
https://bugs.launchpad.net/bugs/530945
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived in ubuntu.

-- 
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 530945] Please test proposed package

2010-04-06 Thread Martin Pitt
Accepted keepalived into karmic-proposed, the package will build now and
be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

-- 
[SRU] keepalived in karmic
https://bugs.launchpad.net/bugs/530945
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived in ubuntu.

-- 
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 496932] Re: Keepalived haven't LVS support

2010-04-06 Thread Martin Pitt
Reportedly fixed in lucid, see bug 530945

** Changed in: keepalived (Ubuntu)
   Status: In Progress = Fix Released

** Tags added: verification-needed

-- 
Keepalived haven't LVS support
https://bugs.launchpad.net/bugs/496932
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived in ubuntu.

-- 
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 496932] Please test proposed package

2010-04-06 Thread Martin Pitt
Accepted keepalived into karmic-proposed, the package will build now and
be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

-- 
Keepalived haven't LVS support
https://bugs.launchpad.net/bugs/496932
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived in ubuntu.

-- 
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 369575] Re: Why is /usr/share/pam-configs/krb5 specifying minimum_uid= ?

2010-04-06 Thread Steve Langasek
On Wed, Mar 31, 2010 at 05:06:48AM -, Russ Allbery wrote:

 No, it's not a conffile.  The generated /etc/pam.d files are configuration
 files, but if the user is using the defaults, I believe changes to the
 defaults are just automatically applied (although Steve would know better
 than I).

Yes, pam-auth-update does word-wise parsing of the options for each module
in the stack, and does an automatic three-way merge of these options on
upgrade.

On Fri, Apr 02, 2010 at 12:31:50AM -, Russ Allbery wrote:
 The input files to pam-auth-update aren't configuration files, so this
 would need to change somewhat, but I think I can see how to do something
 like this.  Basically, libpam-krb5 would ship two different krb5 PAM
 profiles and select between them based on whether or not krb5.conf had a
 minimum_uid setting.

 However, so far as I can tell, there's no way to do this right now in the
 existing pam-auth-update system.  The package doesn't tell pam-auth-update
 which profile to add.  It just configures all of them.  So the user would
 keep having to select between krb5 and krb5-old (or whatever) without
 knowing which one too chose, and they'd conflict with each other which
 would make everything more complicated.

 Steve, if you're still following this bug report, do you have any feelings
 about how we should handle this?  My primary concern is ending up with
 only ignore_root and not minimum_uid and hence opening a possible security
 vulnerability wherein one could authenticate as a Kerberos principal named
 daemon, etc., and log on to a system account.

You can set up two pam module configs that conflict with one another, but
there's no way for the package to automatically select between them (a
limitation of the use of debconf, really).

You can use maintainer script logic to post-process /etc/pam.d/common-* and
tune the options for pam_krb5 based on the contents of /etc/krb5.conf, but
this isn't persistent if the user at any point disables and re-enables the
krb5 pam profile.

Honestly, I don't see any good choices at the packaging level for permuting
the pam_krb5 options used.

Why wouldn't it work to have krb5-config do a one-time adjustment of
/etc/krb5.conf on upgrade (w/ version guard), and give libpam-krb5 a
versioned dependency on the version of krb5-config that implements this?


As for your original problem, Daniel, - you already have to set the
non-default minimum_uid in krb5.conf; why couldn't you automatically apply
the same setting to /etc/pam.d/common-* by the same mechanism?  There may be
room for improvement in the package defaults, but ISTM that this shouldn't
stand in the way of you solving your immediate problem - especially given
that you're decidedly not using the package defaults anyway.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

-- 
Why is /usr/share/pam-configs/krb5 specifying minimum_uid= ?
https://bugs.launchpad.net/bugs/369575
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kerberos-configs in ubuntu.

-- 
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 530945] Re: [SRU] keepalived in karmic

2010-04-06 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic-proposed/keepalived

-- 
[SRU] keepalived in karmic
https://bugs.launchpad.net/bugs/530945
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived in ubuntu.

-- 
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 462749] Re: [SRU] vsftpd is affected by pasv_address regression

2010-04-06 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic-proposed/vsftpd

-- 
[SRU] vsftpd is affected by pasv_address regression
https://bugs.launchpad.net/bugs/462749
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

-- 
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 252686] Re: Reload action on init script kills daemon

2010-04-06 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/hardy-proposed/exim4

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
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 338283] Re: virt-manager can't open Linux VM's under Xen

2010-04-06 Thread Simeon Walker
I can confirm that virt-manager 0.8.2-2ubuntu8 in lucid can connect to
the Xen machine I mention in this bug report.

-- 
virt-manager can't open Linux VM's under Xen
https://bugs.launchpad.net/bugs/338283
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 556285] Re: cannot change password of AD user when using pam_winbind

2010-04-06 Thread Thierry Carrez
*** This bug is a duplicate of bug 546874 ***
https://bugs.launchpad.net/bugs/546874

** This bug has been marked a duplicate of bug 546874
   passwd - can't login, change password (pam_winbind pam-auth-update profile)

-- 
cannot change password of AD user when using pam_winbind
https://bugs.launchpad.net/bugs/556285
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 397721] Re: [needs-packaging] php-fpm

2010-04-06 Thread Paul van Genderen
It won't be included in 5.3.3: 
http://groups.google.com/group/highload-php-en/msg/29a9a35bca58da55
5.3.2 is in Lucid, which it will most likely release with.

-- 
[needs-packaging] php-fpm
https://bugs.launchpad.net/bugs/397721
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 338283] Re: virt-manager can't open Linux VM's under Xen

2010-04-06 Thread Marc Deslauriers
Great! I'm marking this bug as fixed.

** Changed in: libvirt (Ubuntu)
   Status: Incomplete = Fix Released

** Changed in: virt-manager (Ubuntu)
   Status: Incomplete = Fix Released

-- 
virt-manager can't open Linux VM's under Xen
https://bugs.launchpad.net/bugs/338283
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 556326] Re: libvirtd will not run on virtual machine

2010-04-06 Thread Jamie Strandboge
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. 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.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem (including libvirt XML for the VM),
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).

** Changed in: libvirt (Ubuntu)
   Status: New = Incomplete

** Changed in: libvirt (Ubuntu)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

-- 
libvirtd will not run on virtual machine
https://bugs.launchpad.net/bugs/556326
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 397721] Re: [needs-packaging] php-fpm

2010-04-06 Thread dreamcat4
The Debian PHP maint have previously stated that they have either no or
only a little interest in adding php-fpm to Debian. There is no vision
or leadership from the Debian side which embraces the fpm sapi. Which is
a shame as it is already a very popular sapi.

Therefore if canoical wants this (following php-5.4 and later), they
really will have to take the initiative themselves. Its also reasonable
to argue that ubuntu should remain close to the debian php sources.
However as fpm is a seperate sapi, those code shouldnt be touching the
debian package code. Even with fpm it should still merge together pretty
easily. Debian can then follow canoical afterwards and merge it back up
to Debian.

Canoical should wait until the official PHP 5.4 Release, and re-review
the situation at that time.

-- 
[needs-packaging] php-fpm
https://bugs.launchpad.net/bugs/397721
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 546874] Re: passwd - can't login, change password (pam_winbind pam-auth-update profile)

2010-04-06 Thread Ubuntu QA Website
** Tags added: iso-testing

-- 
passwd - can't login, change password (pam_winbind pam-auth-update profile)
https://bugs.launchpad.net/bugs/546874
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 556326] Re: libvirtd will not run on virtual machine

2010-04-06 Thread Neil Wilson
On the VM:

apt-get install libvirt-bin

for which I would expect

(i) That the VM doesn't blow up.
(ii) That I could use 'remote' URIs within libvirt to talk to other
libvirt instances on the network, and that I coulse use the 'test' URI
on the VM itself.

Instead

On KVM the VM hangs with 100% CPU
On Xen you get the errors noted above.

On 6 April 2010 13:19, Jamie Strandboge ja...@ubuntu.com wrote:
 At a minimum, we need:
 1. the specific steps or actions you took that caused you to encounter the 
 problem (including libvirt XML for the VM),
 2. the behavior you expected, and
 3. the behavior you actually encountered (in as much detail as possible).


-- 
Neil Wilson

-- 
libvirtd will not run on virtual machine
https://bugs.launchpad.net/bugs/556326
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 556343] Re: upgrade error on 8.04 - 10.04

2010-04-06 Thread Jamie Strandboge
** Tags added: apparmor

-- 
upgrade error on 8.04 - 10.04 
https://bugs.launchpad.net/bugs/556343
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

-- 
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 556487] [NEW] virConnectOpen chooses qemu:///session before qemu:///system

2010-04-06 Thread Neil Wilson
Public bug reported:

If you call virConnectOpen using a NULL parameter then the hypervisor
search sequence will find and connect to the unprivileged
'qemu:///session' uri ahead of 'qemu:///system' for a non-root user -
even if the user in question is a member of the libvirtd group.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: libvirt-dev (not installed)
ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-19-generic x86_64
Architecture: amd64
Date: Tue Apr  6 13:56:15 2010
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha amd64 (20100224.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: libvirt

** Affects: libvirt (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
virConnectOpen chooses qemu:///session before qemu:///system
https://bugs.launchpad.net/bugs/556487
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 556343] Re: upgrade error on 8.04 - 10.04

2010-04-06 Thread Thierry Carrez
** Changed in: bind9 (Ubuntu Lucid)
Milestone: None = ubuntu-10.04

-- 
upgrade error on 8.04 - 10.04 
https://bugs.launchpad.net/bugs/556343
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

-- 
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 523148] Re: virsh console does not work (/dev/pts/1: Permission denied)

2010-04-06 Thread Jamie Strandboge
I think that two different things are being talked about. Chuck
mentioned a commit that fixes the bug. That commit is in 0.7.7 but seems
unrelated to what Scott is referring to, which is not yet fixed.

** Changed in: libvirt (Ubuntu Lucid)
 Assignee: Jamie Strandboge (jdstrand) = (unassigned)

-- 
virsh console does not work (/dev/pts/1: Permission denied)
https://bugs.launchpad.net/bugs/523148
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 397721] Re: [needs-packaging] php-fpm

2010-04-06 Thread Ondřej Surý
 The Debian PHP maint have previously stated that they have either no or
 only a little interest in adding php-fpm to Debian. There is no vision or
 leadership from the Debian side which embraces the fpm sapi. Which is a
 shame as it is already a very popular sapi.

That's not true, so please stop spreading this. There isn't even a
wishlist bug report in Debian about including php-fpm SAPI.

We will probably not add FPM for next stable (squeeze) since it's not
stable enough/proven long enough/included upstream to be supported for
next full release cycle. After squeeze is out we may consider adding
this SAPI, although I think it would be best to wait for FPM to be
included in upstream php.

-- 
[needs-packaging] php-fpm
https://bugs.launchpad.net/bugs/397721
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 556326] Re: libvirtd will not run on virtual machine

2010-04-06 Thread Jamie Strandboge
Neil,

This is still not enough information. You didn't give the XML for the
guest (as requested). Installing libvirt-bin in a guest works fine here
using kvm on the host, noting that you must adjust the default network
of the guest (if using NAT) to be something other than 192.168.122.0/24.
It looks like you are installing this in ec2. Please give more
information as to the environment of the machine you are installing
libvirt-bin on. Is it up to date with the latest lucid?

-- 
libvirtd will not run on virtual machine
https://bugs.launchpad.net/bugs/556326
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 457716] Re: apparmor denies save and restore

2010-04-06 Thread Jamie Strandboge
** Branch unlinked: lp:ubuntu/libvirt

-- 
apparmor denies save and restore
https://bugs.launchpad.net/bugs/457716
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 556487] Re: virConnectOpen chooses qemu:///session before qemu:///system

2010-04-06 Thread Neil Wilson
Due to the somewhat unsophisticated selection criteria in
'qemu_driver.c

conn-uri = xmlParseURI(qemu_driver-privileged ?
qemu:///system :
qemu:///session);


where 'privileged' is '1' if the process is running as root.

-- 
virConnectOpen chooses qemu:///session before qemu:///system
https://bugs.launchpad.net/bugs/556487
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 556343] Re: upgrade error on 8.04 - 10.04

2010-04-06 Thread Jamie Strandboge
Michael, I think that the apparmor message is innocuous. As mentioned,
this message is caused by the apparmor_parser call, but it hits '||
true' and proceeds to restart bind9. The call to apparmor_parser fails
because we have a new profile and apparmor-utils on an old kernel. To be
sure that apparmor isn't getting in the way of the restart, can you
check if there are any apparmor denials in the kern.log of this machine
at the time that bind9 was restarted?

** Changed in: bind9 (Ubuntu Lucid)
   Status: New = Incomplete

** Changed in: bind9 (Ubuntu Lucid)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

-- 
upgrade error on 8.04 - 10.04 
https://bugs.launchpad.net/bugs/556343
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

-- 
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 556528] [NEW] euca2ools config file overrides environment

2010-04-06 Thread Scott Moser
Public bug reported:

Binary package hint: euca2ools

config file support that was added to euca2ools under bug 485106 .   as
described there,

| Order of preference is user supplied config file (--config) followed by 
$HOME/.eucarc 
| followed by /etc/euca2ools/eucarc followed by the environment.

If a user has a $HOME/.eucarc file they cannot override that config file
with environment variables.

I've run into this when trying to operate with multiple accounts by
modifying environment variables.  If I have a ~/.eucarc, then that
functionality is broken.  I was trying something like:

$ cat run.sh
. ${1}.eucarc
shift
export EC2_SECRET_KEY EC2_ACCESS_KEY
exec $...@}
$ cat admin.eucarc
EC2_SECRET_KEY=abcdeft
EC2_ACCESS_KEY=abcdefg
EC2_USER_ID=123456
$ cat user.eucarc
EC2_SECRET_KEY=hijklmnop
EC2_ACCESS_KEY=jijklmnop
EC2_USER_ID=789101112
$ ln -s user.eucarc ~/.eucarc

$ ./run.sh admin euca-describe-images
$ ./run.sh user euca-describe-images

the problem is that both of the above 'run.sh' programs will use the
information found in ~/.eucarc (because of the symlink to user.eucarc).

I'm struggling to think of another tool that reads a config file and
environment variables to supply as an example on how it should work.


One thing to note, though, the above can be made to work by putting user.eucarc 
and admin.eucarc in their own directories named '.eucarc' and setting HOME to 
that directory.  Then, the default config will read HOME and pick up the 
desired config.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: euca2ools 1.2-0ubuntu9
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-17-generic x86_64
Architecture: amd64
Date: Tue Apr  6 09:38:26 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: euca2ools

** Affects: euca2ools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
euca2ools config file overrides environment
https://bugs.launchpad.net/bugs/556528
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
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 556528] Re: euca2ools config file overrides environment

2010-04-06 Thread Scott Moser

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/43246996/Dependencies.txt

-- 
euca2ools config file overrides environment
https://bugs.launchpad.net/bugs/556528
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
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 153868] Re: package mysql-server failed to install/upgrade - Access denied for user 'debian-sys-maint'@'localhost'

2010-04-06 Thread Jarl
FYI: same story as Steve and Klaas for me: mysqldump from seperate
machine.

-- 
package mysql-server failed to install/upgrade -  Access denied for user 
'debian-sys-maint'@'localhost'
https://bugs.launchpad.net/bugs/153868
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 252686] Re: Reload action on init script kills daemon

2010-04-06 Thread Paul Elliott
The 4.69-2ubuntu0.1 package from hardy-proposed fixes the issue on my
test machines. Can anyone else also provide verification?

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
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 556167] Re: vmbuilder uses parted to create disk images, which leads to broken sector counts (cannot use grub2 on disk images created by vmbuilder/parted)

2010-04-06 Thread Kees Cook
** Also affects: parted (Ubuntu)
   Importance: Undecided
   Status: New

-- 
vmbuilder uses parted to create disk images, which leads to broken sector 
counts (cannot use grub2 on disk images created by vmbuilder/parted)
https://bugs.launchpad.net/bugs/556167
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
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 523148] Re: virsh console does not work (/dev/pts/1: Permission denied)

2010-04-06 Thread Scott Moser
OK, I'll try to straighten this out.

- This bug was opened against Karmic, reporting an issue where attaching to the 
console would give 'Permission denied' (see the subject of the bug).
- Jules D and myself tried to use the console in Lucid and ran into an issue 
with error unable to open tty /dev/pts/3 : No such file or directory.  bug 
542324 was opened to address *that* issue in lucid, which was not present in 
karmic.  bug 542324 was fixed using the git commit that Chuck pointed at in 
this bug, backported to 0.7.5.
- The debian bug (567818) above should not be attached to this bug.  However, 
there is apparently no way to un-attach a linked bug.
- The Permission denied error that is the subject of this bug is not fixed in 
0.7.7 that I know of.  The RedHat/Fedora generally discusses that this is not a 
trivial thing to fix, and rather a feature that needs to be added.

-- 
virsh console does not work (/dev/pts/1: Permission denied)
https://bugs.launchpad.net/bugs/523148
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 523148] Re: virsh console does not work (/dev/pts/1: Permission denied)

2010-04-06 Thread Scott Moser
** Changed in: libvirt (Debian)
   Status: New = Invalid

** Tags removed: fixed-in-0.7.7

-- 
virsh console does not work (/dev/pts/1: Permission denied)
https://bugs.launchpad.net/bugs/523148
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 497894] Re: Support Application Indicators

2010-04-06 Thread Travis B. Hartwell
Unassigned myself as I didn't get to this in time for Lucid and my
responsibilities have now changed.

** Changed in: bacula (Ubuntu)
 Assignee: Travis B. Hartwell (nafai) = (unassigned)

-- 
Support Application Indicators
https://bugs.launchpad.net/bugs/497894
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

-- 
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 397721] Re: [needs-packaging] php-fpm

2010-04-06 Thread Michael Shadle
It should be included but marked as experimental. It is stable in the
5.2 patch, and by the time Debian will adopt it I would say the new PHP
core-packaged 5.3.x/5.4+ version would be stable enough to include,
perhaps with small print of experimental

Without that option it will never have a chance to get truly widespread
properly either.

-- 
[needs-packaging] php-fpm
https://bugs.launchpad.net/bugs/397721
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 397721] Re: [needs-packaging] php-fpm

2010-04-06 Thread dreamcat4
Staying focussed, If what Ondrej is saying today is actually more
representative of the official Debian position, then thats positive
news on Debians part. And we should be grateful for that. Its quite
welcome for Ondrej here to bring the matter up within Debian after
Php-5.4, and / or the formal release of FPM.

I stand corrected.


On Tue, Apr 6, 2010 at 2:08 PM, Ondřej Surý ond...@sury.org wrote:
 That's not true, so please stop spreading this. There isn't even a
 wishlist bug report in Debian about including php-fpm SAPI.

 We will probably not add FPM for next stable (squeeze) since it's not
 stable enough/proven long enough/included upstream to be supported for
 next full release cycle. After squeeze is out we may consider adding
 this SAPI, although I think it would be best to wait for FPM to be
 included in upstream php.

 --
 [needs-packaging] php-fpm
 https://bugs.launchpad.net/bugs/397721
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in PHP FastCGI Process Manager: Confirmed
 Status in “php5” package in Ubuntu: Triaged

 Bug description:
 It's seems to be a great component with nginx for web servers.

 Website: http://php-fpm.org/Main_Page
 Downloads page: http://php-fpm.org/downloads/
 License : BSD-Compatible

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/php-fpm/+bug/397721/+subscribe


-- 
[needs-packaging] php-fpm
https://bugs.launchpad.net/bugs/397721
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 556342] Re: winbind pam profile doesn't get installed or removed when package is installed/removed

2010-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package samba - 2:3.4.7~dfsg-1ubuntu2

---
samba (2:3.4.7~dfsg-1ubuntu2) lucid; urgency=low

  * debian/winbind.pam-config: Fix password PAM profile for winbind, thanks to
Steve Langasek for investigation and fix (LP: #546874)
  * debian/winbind.prerm, debian/winbind.postinst: Enable and disable winbind
PAM profile on package install/removal (LP: #556342)
 -- Thierry Carrez thierry.car...@ubuntu.com   Tue, 06 Apr 2010 11:59:54 +0200

** Changed in: samba (Ubuntu)
   Status: In Progress = Fix Released

-- 
winbind pam profile doesn't get installed or removed when package is 
installed/removed
https://bugs.launchpad.net/bugs/556342
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 546874] Re: passwd - can't login, change password (pam_winbind pam-auth-update profile)

2010-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package samba - 2:3.4.7~dfsg-1ubuntu2

---
samba (2:3.4.7~dfsg-1ubuntu2) lucid; urgency=low

  * debian/winbind.pam-config: Fix password PAM profile for winbind, thanks to
Steve Langasek for investigation and fix (LP: #546874)
  * debian/winbind.prerm, debian/winbind.postinst: Enable and disable winbind
PAM profile on package install/removal (LP: #556342)
 -- Thierry Carrez thierry.car...@ubuntu.com   Tue, 06 Apr 2010 11:59:54 +0200

** Changed in: samba (Ubuntu Lucid)
   Status: In Progress = Fix Released

-- 
passwd - can't login, change password (pam_winbind pam-auth-update profile)
https://bugs.launchpad.net/bugs/546874
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 397721] Re: [needs-packaging] php-fpm

2010-04-06 Thread Ondřej Surý
 It should be included but marked as experimental.

There is no such think as experimental mark. We have experimental
pseudo release, which is not in widespread use, and we have
stable/testing/unstable. What I am talking, that I don't want to see
php-fpm in stable (which also means testing and unstable) before it gets
release together with php, gets widespread testing by early adopter (not
only on Debian) and get proper security/bug support via php.net.

PHP is complex on itself and has it's load of bug and we have to support
the version which gets to stable. Fixing bug in stable does take a lot
of work, because the policy is keep the version, just fix the bug.

So I am perfectly happy to add php-fpm when it gets included to 5.4.x.
And I guess we could even think about including the patch after we get
the squeeze out and new release cycle begins, but I would need a second
opinion on that and we would probably need a promise from upstream to
get a proper bug/security support. Supporting new SAPI, which is likely
to be used more and more, is not the same as adding some corner-use
extension.

BTW: If you want always new and shiny PHP version with all the latest
features, you shouldn't be using Debian version anyway. Dotdeb is
carrying php5-fpm. Do not take it as a recommendation to use it (or
discouragement, I just don't have enough info about dotdeb policies.)

-- 
[needs-packaging] php-fpm
https://bugs.launchpad.net/bugs/397721
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 555166] Re: zenmap crashed in Lucid Lynx

2010-04-06 Thread Dooitze de Jong
** Changed in: nmap (Ubuntu)
   Status: New = Invalid

-- 
zenmap crashed in Lucid Lynx
https://bugs.launchpad.net/bugs/555166
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nmap in ubuntu.

-- 
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 397721] Re: [needs-packaging] php-fpm

2010-04-06 Thread Michael Shadle
I meant in the description or changelog putting a note PHP-FPM SAPI
included (experimental) or something.

It should be included in PHP 5.4 core, which should make it good enough
to add in :)

-- 
[needs-packaging] php-fpm
https://bugs.launchpad.net/bugs/397721
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 421827] Re: Installing PlayOnLinux - Starting Winbind hangs

2010-04-06 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
Installing PlayOnLinux  - Starting Winbind hangs
https://bugs.launchpad.net/bugs/421827
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 522671] Re: winbind postinst returns error code 139 (segfault starting winbindd)

2010-04-06 Thread Chuck Short
Please add the output of /var/log/samba/log.winbindd.

Regards
chuck

-- 
winbind postinst returns error code 139 (segfault starting winbindd)
https://bugs.launchpad.net/bugs/522671
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 511439] Re: pdbedit crashed with SIGSEGV in _talloc_free()

2010-04-06 Thread Chuck Short
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 the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: samba (Ubuntu)
   Status: Incomplete = Invalid

-- 
pdbedit crashed with SIGSEGV in _talloc_free()
https://bugs.launchpad.net/bugs/511439
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 502762] Re: [karmic] winbind installation causes apt to fail

2010-04-06 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
[karmic] winbind installation causes apt to fail
https://bugs.launchpad.net/bugs/502762
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 553266] Re: Update for clamav security fixes from 0.96 release

2010-04-06 Thread Jamie Strandboge
** CVE removed: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2006-2406

-- 
Update for clamav security fixes from 0.96 release
https://bugs.launchpad.net/bugs/553266
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in ubuntu.

-- 
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 542005] Re: faulty symlinks on mounted samba volumes

2010-04-06 Thread Chuck Short
** Changed in: samba (Ubuntu)
   Status: Incomplete = Confirmed

-- 
faulty symlinks on mounted samba volumes
https://bugs.launchpad.net/bugs/542005
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 550201] Re: package samba 2:3.4.0-3ubuntu5.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-04-06 Thread Chuck Short
Closing then.

Regards
chuck

** Changed in: samba (Ubuntu)
   Status: Incomplete = Invalid

-- 
package samba 2:3.4.0-3ubuntu5.6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/550201
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 548883] Re: package samba-common 2:3.4.0-3ubuntu5.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-04-06 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
package samba-common 2:3.4.0-3ubuntu5.6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/548883
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 545327] Re: package samba-common 2:3.4.0-3ubuntu5.5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-04-06 Thread Chuck Short
Are you still having this problem then?

Regards
chuck

-- 
package samba-common 2:3.4.0-3ubuntu5.5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/545327
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 544961] Re: package samba-common 2:3.4. 0-3ubuntu5.5 failed to install/upgrade: Unterprozess i nstalliertes post-installation-Skript gab den Fehlerwert 4 zurück

2010-04-06 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
package samba-common 2:3.4.0-3ubuntu5.5 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 4 zurück
https://bugs.launchpad.net/bugs/544961
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 554782] Re: package samba-common-bin 2:3.4.7~dfsg-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-04-06 Thread Chuck Short
Great, thanks for the response.

Regards
chuck

** Changed in: samba (Ubuntu)
   Status: Incomplete = Invalid

-- 
package samba-common-bin 2:3.4.7~dfsg-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/554782
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 550629] Re: package samba-common 2:3.4.0-3ubuntu5.6 failed to install/upgrade: package samba-common is already installed and configured

2010-04-06 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
package samba-common 2:3.4.0-3ubuntu5.6 failed to install/upgrade: package 
samba-common is already installed and configured
https://bugs.launchpad.net/bugs/550629
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 397721] Re: [needs-packaging] php-fpm

2010-04-06 Thread Ondřej Surý
 I meant in the description or changelog putting a note
 PHP-FPM SAPI included (experimental) or something.

How many of you do read the description of the package? I would say 20%
is too much for a guess. And still I don't want php-fpm in next stable
and debian packages migrate per source package basis. So there is no way
how to build php-fpm from php5 source package and keep it out of stable.

Common, I know upstream worked hard on this, but world will not come to
an end, if this waits squeeze+1 release. Ubuntu will pick it much
sooner, when it will appear in unstable/testing after squeeze is out.

-- 
[needs-packaging] php-fpm
https://bugs.launchpad.net/bugs/397721
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 556732] [NEW] blkid not used in fstab

2010-04-06 Thread EAB
Public bug reported:

vmbuilder uses blkid in /boot/grub/menu.lst
It should use it to in /etc/fstab

Now it's needed to rewrite (automated) /etc/fstab with UUID's to prevent
issues when adding disks.

** Affects: vm-builder (Ubuntu)
 Importance: Undecided
 Status: New

-- 
blkid not used in fstab
https://bugs.launchpad.net/bugs/556732
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
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 354434] Re: ftp(vsftpd 2.0.6) download crc error, thus the data is good on disk(via ssh orsftp). Help needed!

2010-04-06 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.

-- 
ftp(vsftpd 2.0.6)  download crc error, thus the data is good on disk(via ssh 
orsftp). Help needed!
https://bugs.launchpad.net/bugs/354434
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

-- 
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 552067] Re: secure_chroot_dir in /var/run/vsftpd disappears each time the system is restarted

2010-04-06 Thread Chuck Short
Thanks for the bug report.

Regards
chuck

** Changed in: vsftpd (Ubuntu)
   Importance: Low = Wishlist

** Changed in: vsftpd (Ubuntu)
   Status: Incomplete = Confirmed

-- 
secure_chroot_dir in /var/run/vsftpd disappears each time the system is 
restarted
https://bugs.launchpad.net/bugs/552067
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

-- 
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 550687] Re: vmbuilder: error: no such option: --firstboot

2010-04-06 Thread Chuck Short
This is a regression from karmic.

** Changed in: vm-builder (Ubuntu)
   Importance: Low = Medium

** Changed in: vm-builder (Ubuntu)
   Status: Incomplete = Confirmed

-- 
vmbuilder: error: no such option: --firstboot
https://bugs.launchpad.net/bugs/550687
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
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 550689] Re: vmbuilder: error: no such option: --firstlogin

2010-04-06 Thread Chuck Short
This is a regression from karmic.

Regards
chuck

** Changed in: vm-builder (Ubuntu)
   Importance: Low = Medium

** Changed in: vm-builder (Ubuntu)
   Status: Incomplete = Confirmed

-- 
vmbuilder: error: no such option: --firstlogin
https://bugs.launchpad.net/bugs/550689
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
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 521563] Re: crashed during install

2010-04-06 Thread Chuck Short
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 the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: vsftpd (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
crashed during install
https://bugs.launchpad.net/bugs/521563
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

-- 
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 540279] Re: package apache2.2-common 2.2.11-2ubuntu2.6 failed to install/upgrade: il sottoprocesso post-installation script ha restituito un codice di errore 1

2010-04-06 Thread Chuck Short
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 the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: apache2 (Ubuntu)
   Status: Incomplete = Invalid

-- 
package apache2.2-common 2.2.11-2ubuntu2.6 failed to install/upgrade: il 
sottoprocesso post-installation script ha restituito un codice di errore 1
https://bugs.launchpad.net/bugs/540279
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 556763] [NEW] Debconf eucalyptus/authorized-keys/* preseeds are not supported by eucalyptus-common

2010-04-06 Thread Mathias Gug
Public bug reported:

Setting authorized keys is only supported in the eucalyptus udeb.
However that part could be done in the eucalyptus-common postinst.

That would add the possibility to easily preseed all the authorized keys
and have the eucalyptus-common package installation setup the authorized
keys outside the installation process.

** Affects: eucalyptus (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Debconf eucalyptus/authorized-keys/* preseeds are not supported by 
eucalyptus-common
https://bugs.launchpad.net/bugs/556763
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-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 556777] [NEW] Meta-data interface not brought up if PUBINTERFACE is vlan

2010-04-06 Thread Mathias Gug
Public bug reported:

If VNET_PUBINTERFACE is set to eth0.3251 for example (case where vlan
are used), the meta-data service is not brought up:

ubu...@mabolo:/var/log/eucalyptus$ ifconfig 
eth0  Link encap:Ethernet  HWaddr 00:25:b3:e2:7a:30  
  inet addr:10.55.55.5  Bcast:10.55.55.255  Mask:255.255.255.0
  inet6 addr: fe80::225:b3ff:fee2:7a30/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:26959 errors:0 dropped:0 overruns:0 frame:0
  TX packets:30326 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:11316671 (11.3 MB)  TX bytes:14812631 (14.8 MB)
  Interrupt:16 Memory:f400-f4012800 

eth0.3251 Link encap:Ethernet  HWaddr 00:25:b3:e2:7a:30  
  inet addr:10.55.51.3  Bcast:10.55.51.255  Mask:255.255.255.0
  inet6 addr: fe80::225:b3ff:fee2:7a30/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:17526 errors:0 dropped:0 overruns:0 frame:0
  TX packets:17141 errors:0 dropped:5 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:6731017 (6.7 MB)  TX bytes:8815255 (8.8 MB)

eth0.3252 Link encap:Ethernet  HWaddr 00:25:b3:e2:7a:30  
  inet addr:10.55.52.2  Bcast:10.55.52.255  Mask:255.255.255.0
  inet6 addr: fe80::225:b3ff:fee2:7a30/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:3876 errors:0 dropped:0 overruns:0 frame:0
  TX packets:4186 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:1950614 (1.9 MB)  TX bytes:1748014 (1.7 MB)

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:110 errors:0 dropped:0 overruns:0 frame:0
  TX packets:110 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:9176 (9.1 KB)  TX bytes:9176 (9.1 KB)

** Affects: eucalyptus (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Meta-data interface not brought up if PUBINTERFACE is vlan
https://bugs.launchpad.net/bugs/556777
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-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 556167] Re: vmbuilder uses parted to create disk images, which leads to broken sector counts (cannot use grub2 on disk images created by vmbuilder/parted)

2010-04-06 Thread Kees Cook
Incorrect but functional hack attached...

** Patch added: embedding-area-hack.patch
   http://launchpadlibrarian.net/43294626/embedding-area-hack.patch

-- 
vmbuilder uses parted to create disk images, which leads to broken sector 
counts (cannot use grub2 on disk images created by vmbuilder/parted)
https://bugs.launchpad.net/bugs/556167
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
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 556833] [NEW] System fails to reboot after eucalyptus preseeded instlation

2010-04-06 Thread Mathias Gug
Public bug reported:

When installing on a HP Proliant 380 system using preseeds the system
fails to boot properly after installation.

According to the serial console it gets stuck at Booting from Hard Disk
(C:).

Installing without the eucalyptus-udeb leads to a working base system
(non-UEC).

** Affects: eucalyptus (Ubuntu)
 Importance: Undecided
 Status: New

-- 
System fails to reboot after eucalyptus preseeded instlation
https://bugs.launchpad.net/bugs/556833
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-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 397721] Re: [needs-packaging] php-fpm

2010-04-06 Thread Michael Shadle
When the source is merged (PHP 5.4 is when I expect it) it -will- be
part of PHP core and can enabled with a simple configure switch. It
won't require any patches or anything special. I don't see why when PHP
5.4 comes out it wouldn't be an option to include. If someone installs a
PHP 5 w/ FastCGI it should be included and considered to be two-in-a-box
with the cgi-fcgi SAPI.

-- 
[needs-packaging] php-fpm
https://bugs.launchpad.net/bugs/397721
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 397721] Re: [needs-packaging] php-fpm

2010-04-06 Thread Ondřej Surý
If your arguments are based on PHP 5.4 (which even doesn't have a
release plan yet or it's own branch in SVN) then this discussion is
pointless. This bug is asking for the php-fpm package right now and this
is not going to happen in Debian. And I already said that we will
consider it (and most probably do it) when it's included in core php,
which is most probably going to happen in squeeze+1.

And I doubt that PHP 5.4 will be included even if it's release before
squeeze is released. 5.3.x wasn't really ready before 5.3.2, and we can
expect same with 5.4.0. New bugs creep in with new features, that's the
general rule of the thumb for any software, not just php.

So, please calm down. PHP-FPM will be included when the time is right.

-- 
[needs-packaging] php-fpm
https://bugs.launchpad.net/bugs/397721
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 556932] [NEW] Not enough resources available: addresses (try --addressing private)

2010-04-06 Thread Dustin Kirkland
Public bug reported:

Separate component installation, at Lucid Beta2.

1 each of:
 * CLC
 * WC
 * CC
 * SC
 * NC

$ euca-describe-availability-zones verbose
AVAILABILITYZONEcluster110.1.1.73
AVAILABILITYZONE|- vm types free / max   cpu   ram  disk
AVAILABILITYZONE|- m1.small 0001 / 0002   1192 2
AVAILABILITYZONE|- c1.medium0001 / 0002   1256 5
AVAILABILITYZONE|- m1.large  / 0001   251210
AVAILABILITYZONE|- m1.xlarge / 0001   2   102420
AVAILABILITYZONE|- c1.xlarge /    4   204820

But:
$ euca-run-instances -k mykey -t c1.medium emi-9D4E142D
FinishedVerify: Not enough resources available: addresses (try --addressing 
private)

So:
$ euca-run-instances -k mykey -t c1.medium emi-9D4E142D --addressing private
RESERVATION r-4A7A0857  admin   admin-default
INSTANCEi-2C1B063B  emi-9D4E142D0.0.0.0 0.0.0.0 pending mykey   
0   c1.medium   2010-04-06T23:42:53.604Zcluster1
eki-D76F192Beri-B68C18AD

The CC's config looks ok...
$ grep VNET_ /etc/eucalyptus/eucalyptus.local.conf
VNET_MODE=MANAGED-NOVLAN
VNET_SUBNET=172.19.0.0
VNET_NETMASK=255.255.0.0
VNET_DNS=10.1.1.1
VNET_ADDRSPERNET=32
VNET_PUBLICIPS=10.1.1.100-10.1.199
VNET_CLOUDIP=10.1.1.71

But:
$ euca-describe-addresses 
nothing here

** Affects: eucalyptus (Ubuntu)
 Importance: High
 Status: Confirmed

** Affects: eucalyptus (Ubuntu Lucid)
 Importance: High
 Status: Confirmed

** Changed in: eucalyptus (Ubuntu)
   Status: New = Confirmed

** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided = High

** Also affects: eucalyptus (Ubuntu Lucid)
   Importance: High
   Status: Confirmed

-- 
Not enough resources available: addresses (try --addressing private)
https://bugs.launchpad.net/bugs/556932
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-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 556932] Re: Not enough resources available: addresses (try --addressing private)

2010-04-06 Thread Ubuntu QA Website
** Tags added: iso-testing

-- 
Not enough resources available: addresses (try --addressing private)
https://bugs.launchpad.net/bugs/556932
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-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 540747] Re: Apache Web DAV incorrect permissions

2010-04-06 Thread Roy Liu
** Changed in: apache2 (Ubuntu)
   Status: Fix Released = Confirmed

** Changed in: apache2 (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Apache Web DAV incorrect permissions
https://bugs.launchpad.net/bugs/540747
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 540747] Re: Apache Web DAV incorrect permissions

2010-04-06 Thread Roy Liu
Hi, I noticed that the same bug is occurring again.  Did the patch got
taken out of a newer release?

-- 
Apache Web DAV incorrect permissions
https://bugs.launchpad.net/bugs/540747
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 552566] Re: xen --part still broken

2010-04-06 Thread Mathias Gug
** Changed in: vm-builder (Ubuntu)
   Importance: Undecided = Low

-- 
xen --part still broken
https://bugs.launchpad.net/bugs/552566
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
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 554063] Re: Calling dspam from amavisd-new fails

2010-04-06 Thread Mathias Gug
Thanks for the patch. In Lucid there is a note about the correct option
to use:

  #   [ qw(--stdout --classify --deliver=innocent,spam
  #--mode=tum --tokenizer=chained,noise
  #--user), $daemon_user ],
  #   # use option --feature instead of --tokenizer with dspam  3.8.0
  # ],

It may be better to provide the correct options according to the dspam
version that is used available in the archive.

** Changed in: amavisd-new (Ubuntu)
   Status: New = Confirmed

** Changed in: amavisd-new (Ubuntu)
   Importance: Undecided = Low

-- 
Calling dspam from amavisd-new fails
https://bugs.launchpad.net/bugs/554063
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

-- 
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 555597] Re: package mysql-server-5.1 5.1.37-1ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-04-06 Thread Mathias Gug
According to the log file:

mysqld: 100404 19:13:15 [ERROR] /usr/sbin/mysqld: unknown option
'--skip-bdb'

Could you remove the skip-bdb option from /etc/mysql/my.cnf and try to
start mysql?

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Importance: Undecided = Low

-- 
package mysql-server-5.1 5.1.37-1ubuntu5.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/97
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-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 556315] Re: problem with operations on qemu/kvm guest

2010-04-06 Thread Mathias Gug
Could you post the libvirt test2 guest configuration file?

virt-install may generate an incorrect guest configuration.

** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Low

** Changed in: libvirt (Ubuntu)
   Status: New = Incomplete

-- 
problem with operations on qemu/kvm guest
https://bugs.launchpad.net/bugs/556315
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 555981] Re: Restoring KVM guest from saved state results in hung guest with non-virtio devices

2010-04-06 Thread Mathias Gug
Could you try to identify whether it's the network or the block device
that makes the guest fail to resume correctly?

** Summary changed:

- Restoring KVM guest from saved state results in hung guest
+ Restoring KVM guest from saved state results in hung guest with non-virtio 
devices

** Changed in: libvirt (Ubuntu)
   Status: New = Incomplete

** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Medium

** Changed in: libvirt (Ubuntu)
   Importance: Medium = Low

-- 
Restoring KVM guest from saved state results in hung guest with non-virtio 
devices
https://bugs.launchpad.net/bugs/555981
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 556312] Re: libvirt packages should not Recommend hypervisor packages

2010-04-06 Thread Mathias Gug
According to the Debian policy:

Recommends

This declares a strong, but not absolute, dependency.

The Recommends field should list packages that would be found
together with this one in all but unusual installations.

Suggests

This is used to declare that one package may be more useful with one
or more others. Using this field tells the packaging system and the user
that the listed packages are related to this one and can perhaps enhance
its usefulness, but that installing this one without them is perfectly
reasonable.

It seems that Recommends is the best option for qemu-kvm.

Note that you can use the --no-install-recommends option with installing
the libvirt package.

** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: libvirt (Ubuntu)
   Status: New = Won't Fix

-- 
libvirt packages should not Recommend hypervisor packages
https://bugs.launchpad.net/bugs/556312
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 530945] Re: [SRU] keepalived in karmic

2010-04-06 Thread Andres Rodriguez
Hi Martin,

I've tested this update and works as expected. I've made a setup and
tested that IPVS is loaded and working. I'm attaching a syslog showing
the behavior.

Thanks.?field.comment=Hi Martin,

I've tested this update and works as expected. I've made a setup and
tested that IPVS is loaded and working. I'm attaching a syslog showing
the behavior.

Thanks.

** Attachment added: keepalived.syslog
   http://launchpadlibrarian.net/43310724/keepalived.syslog

-- 
[SRU] keepalived in karmic
https://bugs.launchpad.net/bugs/530945
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived in ubuntu.

-- 
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 556996] [NEW] winbind pam-config potentially breaks stacking with modules of lower priority in common-passwd

2010-04-06 Thread Justin Jon L. Jereza
Public bug reported:

Binary package hint: samba

Using requisite control for Password and Password-Initial in /usr/share
/pam-configs/winbind potentially breaks stacking if there are other
modules of lower priority.

FIX: Change requisite to [success=end default=ignore] for both Password
and Password-Initial

** Affects: samba (Ubuntu)
 Importance: Low
 Status: Triaged

** Affects: samba (Ubuntu Lucid)
 Importance: Low
 Status: New

-- 
winbind pam-config potentially breaks stacking with modules of lower priority 
in common-passwd
https://bugs.launchpad.net/bugs/556996
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 556996] Re: winbind pam-config potentially breaks stacking with modules of lower priority in common-passwd

2010-04-06 Thread Steve Langasek
The fix for this has been committed to Debian svn and should be merged
post-beta2.

** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

** Changed in: samba (Ubuntu)
   Status: New = Triaged

** Also affects: samba (Ubuntu Lucid)
   Importance: Low
   Status: New

** Changed in: samba (Ubuntu Lucid)
Milestone: None = ubuntu-10.04

-- 
winbind pam-config potentially breaks stacking with modules of lower priority 
in common-passwd
https://bugs.launchpad.net/bugs/556996
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 556785] [NEW] Passwd in Ubuntu Lucid has started giving errors since last update

2010-04-06 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Ubuntu Lucid, x64, running:

$ sudo passwd user
[sudo] password for user: 
passwd: System error
passwd: password unchanged

Any ideas on why this has just broken?

J

** Affects: samba (Ubuntu)
 Importance: Undecided
 Status: Incomplete

-- 
Passwd in Ubuntu Lucid has started giving errors since last update
https://bugs.launchpad.net/bugs/556785
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to samba in ubuntu.

-- 
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 556785] Re: Passwd in Ubuntu Lucid has started giving errors since last update

2010-04-06 Thread Steve Langasek
Hi James,

This is probably bug #546874, which has already been fixed in samba
2:3.4.7~dfsg-1ubuntu2 today.  Can you confirm whether you have the
winbind package installed, and at what version?

** Package changed: shadow (Ubuntu) = samba (Ubuntu)

** Changed in: samba (Ubuntu)
   Status: New = Incomplete

-- 
Passwd in Ubuntu Lucid has started giving errors since last update
https://bugs.launchpad.net/bugs/556785
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 535029] Re: Update to OpenSSH 5.4p1

2010-04-06 Thread Colin Watson
Progress update: openssh 1:5.4p1-1 is in Debian unstable now.  I'm
building an appropriate merge for Ubuntu at the moment, and will run
that locally for a while before feeding it to a PPA.

-- 
Update to OpenSSH 5.4p1
https://bugs.launchpad.net/bugs/535029
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


  1   2   3   4   5   6   7   8   9   10   >