[Bug 875521] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Karlheinz Blau
Public bug reported:

what ever, I don't know more about it

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic-pae 2.6.38.8
Uname: Linux 2.6.38-11-generic-pae i686
NonfreeKernelModules: fglrx wl
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Sun Oct 16 08:21:25 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2011-10-15 (0 days ago)

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


** Tags: apport-package i386 oneiric

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875521

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875521/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875521] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Karlheinz Blau
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875521

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875521/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 874518] Re: ssh fails after upgrade to 11.10

2011-10-16 Thread Jason Nett
Upon a fresh install of Ubuntu 11.10, I still have problems with ssh.  After
studying it all day, I believe that the problem has something to do with ssh
not being able to communicate a valid kerberos ticket via gssapi-with-mic.

The problem area of the verbose output looks like:

debug1: Next authentication method: gssapi-with-mic
debug1: Unspecified GSS failure.  Minor code may provide more information
KDC can't fulfill requested option

debug1: Unspecified GSS failure.  Minor code may provide more information
KDC can't fulfill requested option

debug1: Unspecified GSS failure.  Minor code may provide more
information


debug2: we sent a gssapi-with-mic packet, wait for reply
---

where it should look like (according to the successful execution on my
laptop that is still running 11.04):


debug1: Next authentication method: gssapi-with-mic
debug2: we sent a gssapi-with-mic packet, wait for reply
debug1: Authentication succeeded (gssapi-with-mic).
Authenticated to name.org.gov ([1xx.xxx.xxx.xxx]:xx).
--

If I look at the version numbers of the ssh packages installed with dpkg -l
| grep ssh, Ubuntu 11.10 has:

ii  openssh-client
1:5.8p1-7ubuntu1secure shell (SSH) client, for
secure access to remote machines
ii  ssh-askpass-gnome
1:5.8p1-7ubuntu1interactive X program to prompt
users for a passphrase for ssh-add

while 11.04 has

ii  openssh-client 1:5.8p1-1ubuntu3
   secure shell (SSH) client, for secure access to
remote machines
ii  ssh-askpass-gnome  1:5.8p1-1ubuntu3
   interactive X program to prompt users for a
passphrase for ssh-add


I've searched through every configuration file I can find, especially those
in ./ssh/ and /etc/ssh/, but have not been able to solve the problem or
produce any different results.  The best I can think of is that there's
something about the newer versions that gssapi-with-mic is not agreeing well
with.

I would greatly appreciate if this bug could be fixed because it affects my
ability to work remotely from home.

J


On Sat, Oct 15, 2011 at 11:48 AM, Jason Nett jasonnet...@gmail.com wrote:

 Sorry, you're absolutely right: I did a rush job and forgot to edit it.  I
 also didn't realize that it was posted to a webpage.  Is it possible for you
 to delete the post at:

 https://bugs.launchpad.net/**ubuntu/+source/openssh/+bug/**874518https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/874518

 ?

 I'm going to attempt a fresh install of 11.10 rather than this upgrade
 version.  I've run into other problems with my latex editor TexMaker as well
 as acroread.


 Jason



 On 10/15/2011 01:15 AM, Clint Byrum wrote:

 Excerpts from Jason Nett's message of Sat Oct 15 00:54:27 UTC 2011:

 Hi Clint,

 Thanks for getting back to me.  Using ifconfig, my laptop's inet addr
 is 127.0.0.1 and ssh -vv 127.0.0.1 yields:

 jason:~$ ssh -vv 127.0.0.1
 OpenSSH_5.8p1 Debian-1ubuntu3, OpenSSL 0.9.8o 01 Jun 2010
 debug1: Reading configuration data /etc/ssh/ssh_config
 debug1: Applying options for *
 debug2: ssh_connect: needpriv 0
 debug1: Connecting to 127.0.0.1 [127.0.0.1] port 22.
 debug1: connect to address 127.0.0.1 port 22: Connection refused
 ssh: connect to host 127.0.0.1 port 22: Connection refused

 Despite the connection refused I see here, it does connect to where it
 needs to, as it always has.

 Meanwhile, my desktop's inet addr is 192.168.1.64 and the output here
 is:

 jason:~$ ssh -vv 192.168.1.64
 OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011
 debug2: ssh_connect: needpriv 0
 debug1: Connecting to 192.168.1.64 [192.168.1.64] port 22.
 debug1: Connection established.
 debug1: identity file /home/jason/.ssh/id_rsa type -1
 debug1: identity file /home/jason/.ssh/id_rsa-cert type -1
 debug1: identity file /home/jason/.ssh/id_dsa type -1
 debug1: identity file /home/jason/.ssh/id_dsa-cert type -1
 debug1: identity file /home/jason/.ssh/id_ecdsa type -1
 debug1: identity file /home/jason/.ssh/id_ecdsa-cert type -1
 debug1: Remote protocol version 2.0, remote software version
 OpenSSH_5.8p1 Debian-7ubuntu1
 debug1: match: OpenSSH_5.8p1 Debian-7ubuntu1 pat OpenSSH*
 debug1: Enabling compatibility mode for protocol 2.0
 debug1: Local version string SSH-2.0-OpenSSH_5.8p1 Debian-7ubuntu1
 debug2: fd 3 setting O_NONBLOCK
 debug1: SSH2_MSG_KEXINIT sent
 Read from socket failed: Connection reset by peer

 Again, when I attempt to ssh here I get:

 Permission denied (gssapi-keyex,gssapi-with-mic,**keyboard-interactive).

  Jason, thanks for the quick response.

 The last line: Read from socket fialed; Connectino reset by peer

 means that sshd on your desktop did something to disconnect rather
 unexpectedly.  It would help to see the contents of /var/log/auth.log
 from your desktop, 

[Bug 875525] [NEW] cgroup-bin upstart job does not handle the package being removed but not purged properly

2011-10-16 Thread Clint Byrum
Public bug reported:

rc  cgroup-bin  0.37.1-1ubuntu3 Tools to control and monitor control
groups

The upstart job still tries to mount cgroups, but then fails because
/usr/sbin/cgconfigparser is gone.

The pre-start should check for the existence of cgconfigparser before
doing anything, and if its not there, exit gracefully.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: cgroup-bin (not installed)
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia wl
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sat Oct 15 23:55:36 2011
InstallationMedia: Xubuntu 10.10 Maverick Meerkat - Release amd64 (20101008.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: libcgroup
UpgradeStatus: Upgraded to oneiric on 2011-07-14 (93 days ago)
mtime.conffile..etc.cgconfig.conf: 2011-06-23T13:15:06.658910

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


** Tags: amd64 apport-bug oneiric running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libcgroup in Ubuntu.
https://bugs.launchpad.net/bugs/875525

Title:
  cgroup-bin upstart job does not handle the package being removed but
  not purged properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/875525/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875525] Re: cgroup-bin upstart job does not handle the package being removed but not purged properly

2011-10-16 Thread Clint Byrum
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libcgroup in Ubuntu.
https://bugs.launchpad.net/bugs/875525

Title:
  cgroup-bin upstart job does not handle the package being removed but
  not purged properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/875525/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875521] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread William Van Hevelingen
*** This bug is a duplicate of bug 874760 ***
https://bugs.launchpad.net/bugs/874760

** This bug has been marked a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875521

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875521/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875421] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread William Van Hevelingen
*** This bug is a duplicate of bug 874760 ***
https://bugs.launchpad.net/bugs/874760

** This bug has been marked a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875421

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875421/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/875262

Title:
  PHP Startup: Unable to load dynamic library
  '/usr/lib/php5/20090626+lfs/sqlite.so'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/875262/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875250] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread William Van Hevelingen
*** This bug is a duplicate of bug 874760 ***
https://bugs.launchpad.net/bugs/874760

** This bug has been marked a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875250

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875250/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875248] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread William Van Hevelingen
*** This bug is a duplicate of bug 874760 ***
https://bugs.launchpad.net/bugs/874760

** This bug has been marked a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875248

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875248/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874763] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread William Van Hevelingen
*** This bug is a duplicate of bug 874760 ***
https://bugs.launchpad.net/bugs/874760

** This bug has been marked a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874763

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874763/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874746] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread William Van Hevelingen
*** This bug is a duplicate of bug 874760 ***
https://bugs.launchpad.net/bugs/874760

** This bug has been marked a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874746

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874746/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 874518] Re: ssh fails after upgrade to 11.10

2011-10-16 Thread Clint Byrum
Excerpts from Jason Nett's message of Sun Oct 16 06:46:07 UTC 2011:
 Upon a fresh install of Ubuntu 11.10, I still have problems with ssh.  After
 studying it all day, I believe that the problem has something to do with ssh
 not being able to communicate a valid kerberos ticket via gssapi-with-mic.
 
 The problem area of the verbose output looks like:
 
 debug1: Next authentication method: gssapi-with-mic
 debug1: Unspecified GSS failure.  Minor code may provide more information
 KDC can't fulfill requested option
 
 debug1: Unspecified GSS failure.  Minor code may provide more information
 KDC can't fulfill requested option
 
 debug1: Unspecified GSS failure.  Minor code may provide more
 information
 
 
 debug2: we sent a gssapi-with-mic packet, wait for reply
 ---
 
 where it should look like (according to the successful execution on my
 laptop that is still running 11.04):
 
 
 debug1: Next authentication method: gssapi-with-mic
 debug2: we sent a gssapi-with-mic packet, wait for reply
 debug1: Authentication succeeded (gssapi-with-mic).
 Authenticated to name.org.gov ([1xx.xxx.xxx.xxx]:xx).
 --
 
 If I look at the version numbers of the ssh packages installed with dpkg -l
 | grep ssh, Ubuntu 11.10 has:
 
 ii  openssh-client
 1:5.8p1-7ubuntu1secure shell (SSH) client, for
 secure access to remote machines
 ii  ssh-askpass-gnome
 1:5.8p1-7ubuntu1interactive X program to prompt
 users for a passphrase for ssh-add
 
 while 11.04 has
 
 ii  openssh-client 1:5.8p1-1ubuntu3
secure shell (SSH) client, for secure access to
 remote machines
 ii  ssh-askpass-gnome  1:5.8p1-1ubuntu3
interactive X program to prompt users for a
 passphrase for ssh-add
 
 
 I've searched through every configuration file I can find, especially those
 in ./ssh/ and /etc/ssh/, but have not been able to solve the problem or
 produce any different results.  The best I can think of is that there's
 something about the newer versions that gssapi-with-mic is not agreeing well
 with.
 
 I would greatly appreciate if this bug could be fixed because it affects my
 ability to work remotely from home.

Jason, you are using kerberos auth.. can you do

kinit user@KERBEROS.DOMAIN

and get assigned kerberos credentials? (klist should show them)

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

Title:
  ssh fails after upgrade to 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/874518/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 856309] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread William Van Hevelingen
*** This bug is a duplicate of bug 874760 ***
https://bugs.launchpad.net/bugs/874760

** This bug has been marked a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/856309

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/856309/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 854899] Re: [FFe] Update to puppet-2.7.3

2011-10-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in Ubuntu.
https://bugs.launchpad.net/bugs/854899

Title:
  [FFe] Update to puppet-2.7.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/854899/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 625812] Re: Install needs to turn off Reverse Path Filtering

2011-10-16 Thread Philip Goh
This is still a problem on Oneiric.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to quagga in Ubuntu.
https://bugs.launchpad.net/bugs/625812

Title:
  Install needs to turn off Reverse Path Filtering

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quagga/+bug/625812/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-16 Thread Mahender Didwania
I get a similar problem with pam_auth.so, I haven't installed php5-auth-
pam package, but the file /etc/php5/conf.d/pam_auth.ini exists while
/usr/lib/php5/20090626+lfs/pam_auth.so doesn't.  This is after upgrade
from 11.04 to 11.10.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/875262

Title:
  PHP Startup: Unable to load dynamic library
  '/usr/lib/php5/20090626+lfs/sqlite.so'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/875262/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-16 Thread Mahender Didwania
I do not know if it is related, but I had Squirrelmail installed and
Dovecot is configured to authenticate user via PAM.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/875262

Title:
  PHP Startup: Unable to load dynamic library
  '/usr/lib/php5/20090626+lfs/sqlite.so'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/875262/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875607] [NEW] package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-10-16 Thread Roger Dale
Public bug reported:

I really don't know what happened here. I was just trying to open up
Xubuntu (after quite a long interval - perhaps 20(?) days).

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: backuppc 3.1.0-9ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-33.72-generic 2.6.32.41+drm33.18
Uname: Linux 2.6.32-33-generic i686
Architecture: i386
Date: Thu Sep  1 11:24:39 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
PackageArchitecture: all
SourcePackage: backuppc
Title: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to backuppc in Ubuntu.
https://bugs.launchpad.net/bugs/875607

Title:
  package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/875607/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875607] Re: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-10-16 Thread Roger Dale
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to backuppc in Ubuntu.
https://bugs.launchpad.net/bugs/875607

Title:
  package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/875607/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875613] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Xavier Poinsard
Public bug reported:

I was just upgrading from 11.04 to 11.10

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sun Oct 16 06:00:22 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2011-10-15 (0 days ago)

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


** Tags: amd64 apport-package oneiric

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875613

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875613/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875613] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Xavier Poinsard
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875613

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875613/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875191] Re: package mysql-server-5.1 5.1.58-1ubuntu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-10-16 Thread Richard Sellam
Hello,

I'm not sure this is a serious bug.

I did some investigation and can confirm you can't install mysql-
server-5.1 on a running oneiric desktop livecd because you can't get job
status when running status mysql from the livecd (returns status:
unknown job mysql).

Installation works without any issue when running on an installed system
(tried both i386 desktop and amd64 server), so i would suggest to only
install it on a running system.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/875191

Title:
  package mysql-server-5.1 5.1.58-1ubuntu1 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/875191/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875613] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Richard Sellam
*** This bug is a duplicate of bug 874760 ***
https://bugs.launchpad.net/bugs/874760

** This bug has been marked a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875613

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875613/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-16 Thread Martin Weber
I am also hit by this bug (missing sqlite.so). Deleting, purging and
reinstalling the package does not help. Problem is always reproducible.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/875262

Title:
  PHP Startup: Unable to load dynamic library
  '/usr/lib/php5/20090626+lfs/sqlite.so'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/875262/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875640] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread jonty Davis
Public bug reported:

The current version has been working although I have found it difficult
to configure but on several occasions over the last 6 months update
manager has attempted to install the next version and failed

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Sun Oct 16 11:04:27 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
RelatedPackageVersions:
 nautilus 1:3.2.0-0ubuntu5
 gvfs 1.10.0-0ubuntu1
SambaClientRegression: No
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2011-10-15 (0 days ago)

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


** Tags: apport-package i386 oneiric

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875640

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875640/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875640] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread jonty Davis
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875640

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875640/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875694] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread jguysr
Public bug reported:

Error reported during distribution upgrade to 10.11

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic-pae 2.6.38.8
Uname: Linux 2.6.38-11-generic-pae i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Sun Oct 16 08:16:57 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
RelatedPackageVersions:
 nautilus 1:3.2.0-0ubuntu5
 gvfs 1.10.0-0ubuntu1
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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


** Tags: apport-package i386 oneiric

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875694

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875694/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875694] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread jguysr
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875694

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875694/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 874518] Re: ssh fails after upgrade to 11.10

2011-10-16 Thread Jason Nett
Hi Clint

Yes, I had checked this and the ticket itself appeared fine to me:

jason@jason:~$ klist
Ticket cache: FILE:/tmp/krb5cc_1000
Default principal: jnett80@ORG.COM

Valid starting ExpiresService principal
10/16/11 08:19:12  10/17/11 10:18:56  krbtgt/ORG.COM@ORG.COM
renew until 10/23/11 08:18:56
jason@jason:~$



Jason


On Sun, Oct 16, 2011 at 2:36 AM, Clint Byrum cl...@fewbar.com wrote:

 Excerpts from Jason Nett's message of Sun Oct 16 06:46:07 UTC 2011:
  Upon a fresh install of Ubuntu 11.10, I still have problems with ssh.
  After
  studying it all day, I believe that the problem has something to do with
 ssh
  not being able to communicate a valid kerberos ticket via
 gssapi-with-mic.
 
  The problem area of the verbose output looks like:
  
  debug1: Next authentication method: gssapi-with-mic
  debug1: Unspecified GSS failure.  Minor code may provide more information
  KDC can't fulfill requested option
 
  debug1: Unspecified GSS failure.  Minor code may provide more information
  KDC can't fulfill requested option
 
  debug1: Unspecified GSS failure.  Minor code may provide more
  information
 
 
  debug2: we sent a gssapi-with-mic packet, wait for reply
  ---
 
  where it should look like (according to the successful execution on my
  laptop that is still running 11.04):
 
  
  debug1: Next authentication method: gssapi-with-mic
  debug2: we sent a gssapi-with-mic packet, wait for reply
  debug1: Authentication succeeded (gssapi-with-mic).
  Authenticated to name.org.gov ([1xx.xxx.xxx.xxx]:xx).
  --
 
  If I look at the version numbers of the ssh packages installed with dpkg
 -l
  | grep ssh, Ubuntu 11.10 has:
 
  ii  openssh-client
  1:5.8p1-7ubuntu1secure shell (SSH) client, for
  secure access to remote machines
  ii  ssh-askpass-gnome
  1:5.8p1-7ubuntu1interactive X program to prompt
  users for a passphrase for ssh-add
 
  while 11.04 has
 
  ii  openssh-client 1:5.8p1-1ubuntu3
 secure shell (SSH) client, for secure access to
  remote machines
  ii  ssh-askpass-gnome  1:5.8p1-1ubuntu3
 interactive X program to prompt users for a
  passphrase for ssh-add
 
 
  I've searched through every configuration file I can find, especially
 those
  in ./ssh/ and /etc/ssh/, but have not been able to solve the problem or
  produce any different results.  The best I can think of is that there's
  something about the newer versions that gssapi-with-mic is not agreeing
 well
  with.
 
  I would greatly appreciate if this bug could be fixed because it affects
 my
  ability to work remotely from home.

 Jason, you are using kerberos auth.. can you do

 kinit user@KERBEROS.DOMAIN

 and get assigned kerberos credentials? (klist should show them)

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/874518

 Title:
  ssh fails after upgrade to 11.10

 Status in “openssh” package in Ubuntu:
  Incomplete

 Bug description:
  I upgraded from 11.04 to 11.10 and upon completion found that I could no
 longer ssh into other computers that I routinely do so.  There are several
 things I've checked:
  1. Kerberos authentication is working fine, that's not the problem.
  2. I tried restarting and reinstalling ssh, but neither helped.
  3. I tried copying over all ssh related files from my laptop (with a
 properly function ssh in 11.04) and replace what is on my 11.10
 malfunctioning OS, but that did not help.
  4. I tried deleting the .ssh/known_hosts file.  On my next attempt, I
 received the normal message about connecting somewhere for the first time,
 but was still refused a connection.
  5.

  jason:~$ /usr/sbin/sshd -ddd
  debug2: load_server_config: filename /etc/ssh/sshd_config
  debug2: load_server_config: done config len = 682
  debug2: parse_server_config: config /etc/ssh/sshd_config len 682
  debug3: /etc/ssh/sshd_config:5 setting Port 22
  debug3: /etc/ssh/sshd_config:9 setting Protocol 2
  debug3: /etc/ssh/sshd_config:11 setting HostKey /etc/ssh/ssh_host_rsa_key
  debug3: /etc/ssh/sshd_config:12 setting HostKey /etc/ssh/ssh_host_dsa_key
  debug3: /etc/ssh/sshd_config:13 setting HostKey
 /etc/ssh/ssh_host_ecdsa_key
  debug3: /etc/ssh/sshd_config:15 setting UsePrivilegeSeparation yes
  debug3: /etc/ssh/sshd_config:18 setting KeyRegenerationInterval 3600
  debug3: /etc/ssh/sshd_config:19 setting ServerKeyBits 768
  debug3: /etc/ssh/sshd_config:22 setting SyslogFacility AUTH
  debug3: /etc/ssh/sshd_config:23 setting LogLevel INFO
  debug3: /etc/ssh/sshd_config:26 setting LoginGraceTime 120
  debug3: /etc/ssh/sshd_config:27 setting PermitRootLogin no
  debug3: /etc/ssh/sshd_config:28 setting StrictModes yes
  debug3: 

[Bug 871747] Re: invalid argument accessing files on hgfs after modified on host

2011-10-16 Thread Marty Vona
I should add that the workaround I suggested is quite annoying, as in
order to unmount hgfs you first have to exit it in all shells
(pushd/popd does not help).  I have actually had to downgrade to ubuntu
10.04; 11.04 is effectively unusable in vmware fusion for me.  Is it
working for anyone else?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/871747

Title:
  invalid argument accessing files on hgfs after modified on host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/871747/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 768846] Re: autofs does not mount /net/host

2011-10-16 Thread Brian J. Murrell
Oh, here we go again.  Yet another Ubuntu bug report that goes
completely ignored.  The requested information (six months ago) is even
provided (same day as requested) and nothing is done with it like so
many other bugs.

Is this yet another problem that is simply too difficult to solve and so
goes ignored until it is solved somewhere else, in the meanwhile, 60
days goes by here and then the bug janitor goes closing it out as
expired?

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs5 in Ubuntu.
https://bugs.launchpad.net/bugs/768846

Title:
  autofs does not mount /net/host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/768846/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875191] Re: package mysql-server-5.1 5.1.58-1ubuntu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-10-16 Thread babayete
Problema resuelto
===

Efectivamente el problema se daba al realizar una instalación en un
pendrive USB. La solución (fué puro azar) fué la siguiente:

- Instalé aptitude (sudo apt-get install aptitude)
- Luego instalé el mysql-server con aptitude (sudo aptitude install 
mysql-server)
- Me dió el mensaje de error comentado anteriormente
- Reinicié el equipo
- Instalé mysql-client con aptitude (sudo aptitude mysql-client)
- Durante este proceso de instalación aparecieron algunos mensajes de 
advertencia y como final de proceso se corrigió el problema y todo rueda 
correctamente.
- Instalé posteriormente apache, php5, php5-mysql y phpmyadmin y todo funciona 
correctamente.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/875191

Title:
  package mysql-server-5.1 5.1.58-1ubuntu1 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/875191/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 646706] Re: NWFilter support broken due to Apparmour restrictions

2011-10-16 Thread Ubuntu QA Website
** Tags added: iso-testing

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/646706

Title:
  NWFilter support broken due to Apparmour restrictions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/646706/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875818] [NEW] dnsmasq sync introduced new non-main depends, causing dep-wait

2011-10-16 Thread Dave Walker
Public bug reported:

The latest manual sync introduced build deps which are not in main, and
therefore dnsmasq is blocked in dep-wait.  Please evaluate if a MIR
needs to be raised, or if we need to carry a delta removing them.

libnetfilter-conntrack: libnetfilter-conntrack-dev libnetfilter-
conntrack3 libnetfilter-conntrack3-dbg

Thanks.

** Affects: dnsmasq (Ubuntu)
 Importance: Undecided
 Assignee: Jeremy Bicha (jbicha)
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq in Ubuntu.
https://bugs.launchpad.net/bugs/875818

Title:
  dnsmasq sync introduced new non-main depends, causing dep-wait

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/875818/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875818] Re: dnsmasq sync introduced new non-main depends, causing dep-wait

2011-10-16 Thread Dave Walker
Tentatively assigning to ~jbicha who performed the manual sync for
evaluation

Thanks.

** Changed in: dnsmasq (Ubuntu)
 Assignee: (unassigned) = Jeremy Bicha (jbicha)

** Changed in: dnsmasq (Ubuntu)
Milestone: None = precise-alpha-1

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq in Ubuntu.
https://bugs.launchpad.net/bugs/875818

Title:
  dnsmasq sync introduced new non-main depends, causing dep-wait

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/875818/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875848] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread TiA
Public bug reported:

I was try upgrade my system from Natty to Oneiric (the old system was
perfect without problem)

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Sun Oct 16 18:53:54 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2011-10-16 (0 days ago)

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


** Tags: apport-package i386 oneiric

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875848

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875848/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875848] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread TiA
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875848

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875848/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875855] Re: package libmysqlclient16 (not installed) failed to install/upgrade: ErrorMessage: subprocess dpkg-deb --fsys-tarfile returned error exit status 2

2011-10-16 Thread joe fitzhenry
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/875855

Title:
  package libmysqlclient16 (not installed) failed to install/upgrade:
  ErrorMessage: subprocess dpkg-deb --fsys-tarfile returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/875855/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874518] Re: ssh with kerberos fails after upgrade to 11.10

2011-10-16 Thread Clint Byrum
Ok Jason, thanks for all the leg work. I think at this point we need to
try and reproduce your setup to try and address the bug. To be clear,

Your client is on 11.10, and can obtain kerberos tickets fine, but
cannot log into any SSH service that normally would accept these
tickets.

Is that an accurate reflection of the problem?

** Summary changed:

- ssh fails after upgrade to 11.10
+ ssh with kerberos fails after upgrade to 11.10

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

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

Title:
  ssh with kerberos fails after upgrade to 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/874518/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875870] Re: package nagios3-common (not installed) failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2011-10-16 Thread Saymon21
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios3 in Ubuntu.
https://bugs.launchpad.net/bugs/875870

Title:
  package nagios3-common (not installed) failed to install/upgrade:
  подпроцесс установлен сценарий post-installation возвратил код ошибки
  1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios3/+bug/875870/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875870] [NEW] package nagios3-common (not installed) failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2011-10-16 Thread Saymon21
Public bug reported:

package nagios3-common (not installed) failed to install/upgrade:
подпроцесс установлен сценарий post-installation возвратил код ошибки 1

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: nagios3-common (not installed)
ProcVersionSignature: Ubuntu 2.6.32-34.77-generic 2.6.32.44+drm33.19
Uname: Linux 2.6.32-34-generic i686
Architecture: i386
Date: Thu Oct 13 03:19:47 2011
ErrorMessage: подпроцесс установлен сценарий post-installation возвратил код 
ошибки 1
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
SourcePackage: nagios3
Title: package nagios3-common (not installed) failed to install/upgrade: 
подпроцесс установлен сценарий post-installation возвратил код ошибки 1

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


** Tags: apport-package i386 lucid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios3 in Ubuntu.
https://bugs.launchpad.net/bugs/875870

Title:
  package nagios3-common (not installed) failed to install/upgrade:
  подпроцесс установлен сценарий post-installation возвратил код ошибки
  1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios3/+bug/875870/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875883] [NEW] apache2 cannot start because /var/log/apache2/ doesn't exist

2011-10-16 Thread gsgleason
Public bug reported:

New install of apache2 on ubuntu 11.10.  Tried to start it, with
apachectl or service command, and it fails.

$ sudo service apache2 start
 * Starting web server apache2  
(2)No such file or directory: apache2: could not open error log file 
/var/log/apache2/error.log.
Unable to open logs
Action 'start' failed.
The Apache error log may have more information.
 [fail]


I created the directory and it starts fine now.

The apache2 package install should create this directory so the user
doesn't have to.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: apache2 2.2.20-1ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Sun Oct 16 11:59:23 2011
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: apache2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 oneiric

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/875883

Title:
  apache2 cannot start because /var/log/apache2/ doesn't exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/875883/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875883] Re: apache2 cannot start because /var/log/apache2/ doesn't exist

2011-10-16 Thread gsgleason
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/875883

Title:
  apache2 cannot start because /var/log/apache2/ doesn't exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/875883/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875848] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875848

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875848/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875694] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875694

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875694/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875613] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875613

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875613/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875640] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875640

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875640/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875421] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875421

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875421/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875248] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875248

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875248/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875521] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875521

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875521/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875101] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875101

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875101/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875152] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875152

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875152/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875117] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875117

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875117/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875250] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875250

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875250/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875081] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875081

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875081/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874957] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874957

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874957/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874979] Re: package samba-dbg 2:3.5.11~dfsg-1ubuntu2 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874979

Title:
  package samba-dbg 2:3.5.11~dfsg-1ubuntu2 failed to install/upgrade:
  ErrorMessage: dependency problems - leaving unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874979/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874913] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874913

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874913/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875105] Re: [release-upgrade] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: subprocess new post-removal script returned error exit status 2

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875105

Title:
  [release-upgrade] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to
  install/upgrade: ErrorMessage: subprocess new post-removal script
  returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875105/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874941] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874941

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874941/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874867] Re: package samba-dbg 2:3.5.11~dfsg-1ubuntu2 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874867

Title:
  package samba-dbg 2:3.5.11~dfsg-1ubuntu2 failed to install/upgrade:
  ErrorMessage: dependency problems - leaving unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874867/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874938] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874938

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874938/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874817] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874817

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874817/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874746] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874746

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874746/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874763] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874763

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874763/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874696] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874696

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874696/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874760] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874760

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874760/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874611] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874611

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874611/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874520] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874520

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874520/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874813] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874813

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874813/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874661] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874661

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874661/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874251] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874245
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874251

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874251/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 856309] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/856309

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/856309/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874807] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874807

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874807/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874732] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874732

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874732/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874677] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874677

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874677/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874414] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874245
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874414

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874414/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874389] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874245
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874389

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874389/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874368] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874245
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874368

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874368/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874245] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874245

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874245/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875148] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875148

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875148/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874820] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874820

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874820/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874994] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874994

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874994/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874803] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread Dave Walker
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug is no longer a duplicate of bug 874760
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/874803

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/874803/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 874518] Re: ssh with kerberos fails after upgrade to 11.10

2011-10-16 Thread Jason Nett
Hi Clint,

Your summary is correct.  I tried upgrading my home desktop from 11.04 to
11.10 and one of the first things I check when I do this is whether ssh and
kerberos are working properly because I often work from home on this
computer.  I also have a laptop with 11.04 that I have NOT upgraded to 11.10
for comparison.  As far as I can tell, kerberos is functioning properly and
the errors I posted earlier indicate that my destop (11.10) now cannot
communicate the kerberos ticket while ssh'ing via gssapi-with-mic, whereas
my laptop (11.04) does communicate the ticket successfully with
gssapi-with-mic.  I've scoured the files in /username/.ssh/ and in /etc/ssh/
for any discrepant settings and even tried outright replacing such files
(not .ssh/known_hosts, of course, but I did try deleting and regenerating
it), but nothing produces a different result.


Jason

On Sun, Oct 16, 2011 at 12:30 PM, Clint Byrum cl...@fewbar.com wrote:

 Ok Jason, thanks for all the leg work. I think at this point we need to
 try and reproduce your setup to try and address the bug. To be clear,

 Your client is on 11.10, and can obtain kerberos tickets fine, but
 cannot log into any SSH service that normally would accept these
 tickets.

 Is that an accurate reflection of the problem?

 ** Summary changed:

 - ssh fails after upgrade to 11.10
 + ssh with kerberos fails after upgrade to 11.10

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

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/874518

 Title:
  ssh with kerberos fails after upgrade to 11.10

 Status in “openssh” package in Ubuntu:
  New

 Bug description:
  I upgraded from 11.04 to 11.10 and upon completion found that I could no
 longer ssh into other computers that I routinely do so.  There are several
 things I've checked:
  1. Kerberos authentication is working fine, that's not the problem.
  2. I tried restarting and reinstalling ssh, but neither helped.
  3. I tried copying over all ssh related files from my laptop (with a
 properly function ssh in 11.04) and replace what is on my 11.10
 malfunctioning OS, but that did not help.
  4. I tried deleting the .ssh/known_hosts file.  On my next attempt, I
 received the normal message about connecting somewhere for the first time,
 but was still refused a connection.
  5.

  jason:~$ /usr/sbin/sshd -ddd
  debug2: load_server_config: filename /etc/ssh/sshd_config
  debug2: load_server_config: done config len = 682
  debug2: parse_server_config: config /etc/ssh/sshd_config len 682
  debug3: /etc/ssh/sshd_config:5 setting Port 22
  debug3: /etc/ssh/sshd_config:9 setting Protocol 2
  debug3: /etc/ssh/sshd_config:11 setting HostKey /etc/ssh/ssh_host_rsa_key
  debug3: /etc/ssh/sshd_config:12 setting HostKey /etc/ssh/ssh_host_dsa_key
  debug3: /etc/ssh/sshd_config:13 setting HostKey
 /etc/ssh/ssh_host_ecdsa_key
  debug3: /etc/ssh/sshd_config:15 setting UsePrivilegeSeparation yes
  debug3: /etc/ssh/sshd_config:18 setting KeyRegenerationInterval 3600
  debug3: /etc/ssh/sshd_config:19 setting ServerKeyBits 768
  debug3: /etc/ssh/sshd_config:22 setting SyslogFacility AUTH
  debug3: /etc/ssh/sshd_config:23 setting LogLevel INFO
  debug3: /etc/ssh/sshd_config:26 setting LoginGraceTime 120
  debug3: /etc/ssh/sshd_config:27 setting PermitRootLogin no
  debug3: /etc/ssh/sshd_config:28 setting StrictModes yes
  debug3: /etc/ssh/sshd_config:30 setting RSAAuthentication yes
  debug3: /etc/ssh/sshd_config:31 setting PubkeyAuthentication yes
  debug3: /etc/ssh/sshd_config:35 setting IgnoreRhosts yes
  debug3: /etc/ssh/sshd_config:37 setting RhostsRSAAuthentication no
  debug3: /etc/ssh/sshd_config:39 setting HostbasedAuthentication no
  debug3: /etc/ssh/sshd_config:44 setting PermitEmptyPasswords no
  debug3: /etc/ssh/sshd_config:48 setting ChallengeResponseAuthentication no
  debug3: /etc/ssh/sshd_config:63 setting X11Forwarding yes
  debug3: /etc/ssh/sshd_config:64 setting X11DisplayOffset 10
  debug3: /etc/ssh/sshd_config:65 setting PrintMotd no
  debug3: /etc/ssh/sshd_config:66 setting PrintLastLog yes
  debug3: /etc/ssh/sshd_config:67 setting TCPKeepAlive yes
  debug3: /etc/ssh/sshd_config:74 setting AcceptEnv LANG LC_*
  debug3: /etc/ssh/sshd_config:76 setting Subsystem sftp
 /usr/lib/openssh/sftp-server
  debug3: /etc/ssh/sshd_config:87 setting UsePAM yes
  debug1: sshd version OpenSSH_5.8p1 Debian-7ubuntu1
  debug3: Incorrect RSA1 identifier
  debug1: read PEM private key done: type RSA
  debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
  debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
  debug1: private host key: #0 type 1 RSA
  debug3: Incorrect RSA1 identifier
  debug1: read PEM private key done: type DSA
  debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
  debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
  debug1: private host key: #1 type 2 DSA
  debug3: Incorrect RSA1 identifier
  

[Bug 768846] Re: autofs does not mount /net/host

2011-10-16 Thread Dave Walker
** Also affects: autofs5 (Ubuntu Natty)
   Importance: Undecided
   Status: New

** Also affects: autofs5 (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Also affects: autofs5 (Ubuntu Precise)
   Importance: Low
   Status: Confirmed

** Changed in: autofs5 (Ubuntu Natty)
   Status: New = Confirmed

** Changed in: autofs5 (Ubuntu Oneiric)
   Status: New = Confirmed

** Changed in: autofs5 (Ubuntu Precise)
   Importance: Low = Medium

** Changed in: autofs5 (Ubuntu Oneiric)
   Importance: Undecided = Medium

** Changed in: autofs5 (Ubuntu Natty)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs5 in Ubuntu.
https://bugs.launchpad.net/bugs/768846

Title:
  autofs does not mount /net/host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/768846/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 862129] Re: samba postrm depends on packages not guaranteed to be configured

2011-10-16 Thread Dave Walker
** Tags added: regression-release

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/862129

Title:
  samba postrm depends on packages not guaranteed to be configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/862129/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875001] Re: Sync to newer version on libvirt for Ubuntu 12.04

2011-10-16 Thread Dave Walker
Tentatively assigning to Serge Hallyn for merging.  Thanks!

** Changed in: libvirt (Ubuntu)
Milestone: None = precise-alpha-1

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

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

** Changed in: libvirt (Ubuntu)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

** Summary changed:

- Sync to newer version on libvirt for Ubuntu 12.04
+ please merge libvirt 0.9.6-1 from debian wheezy

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/875001

Title:
  please merge libvirt 0.9.6-1 from debian wheezy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/875001/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 97513] Re: Squid requires restart after Network Manager made connection to network

2011-10-16 Thread Dave Gilbert
I wonder if this is what I'm now seeing on Oneiric; I run a squid on my
desktop so that it and my vms and my laptop share apt-get
update's/upgrades.  SInce somewhere in Oneiric dev cycle I'm having to
restart squid before it starts responding.

Squid's access log has:

1318764515.529  1 192.168.66.25 TCP_REFRESH_FAIL_HIT/200 7612 GET 
http://ddebs.ubuntu.com/dists/oneiric/Release - DIRECT/ddebs.ubuntu.com 
text/plain

1318764516.476  0 192.168.66.25 TCP_MISS/504 1632 GET 
http://ddebs.ubuntu.com/dists/oneiric/main/i18n/Index - DIRECT/ddebs.ubuntu.com 
text/html

 and similar

cache.log has:


2011/10/16 12:42:53| Starting Squid Cache version 2.7.STABLE9 for 
x86_64-pc-linux-gnu...
2011/10/16 12:42:53| Process ID 1369
2011/10/16 12:42:53| With 1024 file descriptors available
2011/10/16 12:42:53| Using epoll for the IO loop
2011/10/16 12:42:53| DNS Socket created at 0.0.0.0, port 48544, FD 6
2011/10/16 12:42:53| Warning: Could not find any nameservers. Trying to use 
localhost
2011/10/16 12:42:53| Please check your /etc/resolv.conf file
2011/10/16 12:42:53| or use the 'dns_nameservers' option in squid.conf.
2011/10/16 12:42:53| User-Agent logging is disabled.
2011/10/16 12:42:53| Referer logging is disabled.
2011/10/16 12:42:53| logfileOpen: opening log /var/log/squid/access.log
2011/10/16 12:42:53| Unlinkd pipe opened on FD 11
2011/10/16 12:42:53| Swap maxSize 2097152 + 8192 KB, estimated 161949 objects
2011/10/16 12:42:53| Target number of buckets: 8097
2011/10/16 12:42:53| Using 8192 Store buckets
2011/10/16 12:42:53| Max Mem  size: 8192 KB
2011/10/16 12:42:53| Max Swap size: 2097152 KB

2011/10/16 12:42:53| Local cache digest enabled; rebuild/rewrite every 
3600/3600 sec
2011/10/16 12:42:53| logfileOpen: opening log /var/log/squid/store.log
2011/10/16 12:42:53| Rebuilding storage in /var/spool/squid (CLEAN)
2011/10/16 12:42:53| Using Least Load store dir selection
2011/10/16 12:42:53| Set Current Directory to /var/spool/squid
2011/10/16 12:42:53| Loaded Icons.
2011/10/16 12:42:53| Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 
13.
2011/10/16 12:42:53| Accepting ICP messages at 0.0.0.0, port 3130, FD 14.
2011/10/16 12:42:53| HTCP Disabled.
2011/10/16 12:42:53| WCCP Disabled.
2011/10/16 12:42:53| Ready to serve requests.
2011/10/16 12:42:53| Done reading /var/spool/squid swaplog (2883 entries)
2011/10/16 12:42:53| Finished rebuilding storage from disk.
2011/10/16 12:42:53|  2883 Entries scanned
2011/10/16 12:42:53| 0 Invalid entries.
2011/10/16 12:42:53| 0 With invalid flags.
2011/10/16 12:42:53|  2883 Objects loaded.
2011/10/16 12:42:53| 0 Objects expired.
2011/10/16 12:42:53| 0 Objects cancelled.
2011/10/16 12:42:53| 0 Duplicate URLs purged.
2011/10/16 12:42:53| 0 Swapfile clashes avoided.
2011/10/16 12:42:53|   Took 0.5 seconds (5340.7 objects/sec).
2011/10/16 12:42:53| Beginning Validation Procedure
2011/10/16 12:42:53|   Completed Validation Procedure
2011/10/16 12:42:53|   Validated 2883 Entries
2011/10/16 12:42:53|   store_swap_size = 1886660k
2011/10/16 12:42:54| storeLateRelease: released 0 objects

Note the:

2011/10/16 12:42:53| Warning: Could not find any nameservers. Trying to use 
localhost
2011/10/16 12:42:53| Please check your /etc/resolv.conf file
2011/10/16 12:42:53| or use the 'dns_nameservers' option in squid.conf.

(If this is breaking it then why is this a wishlist?)

Dave

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid in Ubuntu.
https://bugs.launchpad.net/bugs/97513

Title:
  Squid requires restart after Network Manager made connection to
  network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/97513/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 873660] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: subprocess new post-removal script returned error exit status 2

2011-10-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/873660

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: subprocess new post-removal script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/873660/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 873543] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: subprocess new post-removal script returned error exit status 2

2011-10-16 Thread Marcus Asshauer
*** This bug is a duplicate of bug 873660 ***
https://bugs.launchpad.net/bugs/873660

** This bug has been marked a duplicate of bug 873660
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: subprocess new post-removal script returned error exit status 2

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/873543

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: subprocess new post-removal script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/873543/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 838959] Re: rabbitmq-server startup_log should include a date/timestamp

2011-10-16 Thread Dave Walker
Can this bug and fix be submitted back to Debian please?

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server in Ubuntu.
https://bugs.launchpad.net/bugs/838959

Title:
  rabbitmq-server startup_log should include a date/timestamp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/838959/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875818] Re: dnsmasq sync introduced new non-main depends, causing dep-wait

2011-10-16 Thread Dave Walker
** Changed in: dnsmasq (Ubuntu)
   Status: New = Confirmed

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq in Ubuntu.
https://bugs.launchpad.net/bugs/875818

Title:
  dnsmasq sync introduced new non-main depends, causing dep-wait

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/875818/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 874981] Re: Please merge/sync mcollective from debian wheezy

2011-10-16 Thread Dave Walker
** Changed in: mcollective (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mcollective in Ubuntu.
https://bugs.launchpad.net/bugs/874981

Title:
  Please merge/sync mcollective from debian wheezy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mcollective/+bug/874981/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 873543] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: subprocess new post-removal script returned error exit status 2

2011-10-16 Thread Marcus Asshauer
** This bug is no longer a duplicate of bug 873660
   package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: subprocess new post-removal script returned error exit status 2

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/873543

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: subprocess new post-removal script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/873543/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 858867] Re: XMLRPC allows unauthed users access to various methods (which it shouldn't)

2011-10-16 Thread Dave Walker
** Changed in: cobbler (Ubuntu Oneiric)
 Assignee: (unassigned) = Ubuntu Server Team (ubuntu-server)

** Changed in: cobbler (Ubuntu Precise)
 Assignee: (unassigned) = Ubuntu Server Team (ubuntu-server)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/858867

Title:
  XMLRPC  allows unauthed users access to various methods (which it
  shouldn't)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/858867/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875929] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread bruce Nichols
Public bug reported:

I was upgrading from 10.04 to 10.10

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic-pae 2.6.38.8
Uname: Linux 2.6.38-11-generic-pae i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Sun Oct 16 09:32:21 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
NmbdLog:
 
SambaServerRegression: No
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UbuntuFailedConnect: Yes
UpgradeStatus: Upgraded to oneiric on 2011-10-16 (0 days ago)

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


** Tags: apport-package i386 oneiric

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875929

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875929/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875929] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-16 Thread bruce Nichols
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/875929

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/875929/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 871278] Re: Cannot attach volumes to instances if tgt is used

2011-10-16 Thread Dave Walker
** Also affects: nova (Ubuntu Precise)
   Importance: High
 Assignee: Chuck Short (zulcss)
   Status: Triaged

** Changed in: nova (Ubuntu Oneiric)
Milestone: None = oneiric-updates

** Changed in: nova (Ubuntu Precise)
Milestone: oneiric-updates = precise-alpha-1

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/871278

Title:
  Cannot attach volumes to instances if tgt is used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/871278/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


  1   2   >