[Bug 986159] Re: squid3 open file descriptors limit is set incorrectly

2012-05-24 Thread Jean-Baptiste Lallement
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  squid3 open file descriptors limit is set incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/986159/+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 792516] Re: squid crashed with SIGABRT in __kernel_vsyscall()

2012-05-24 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 788059 ***
https://bugs.launchpad.net/bugs/788059

Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  squid crashed with SIGABRT in __kernel_vsyscall()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/792516/+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 1003854] [NEW] Database upgrade/migration fails with nested db directories (lucid to precise)

2012-05-24 Thread Kenny Millington
Public bug reported:

Hi,

I've just performed an upgrade of our LDAP server on Ubuntu 10.04.4 LTS
to Ubuntu 12.04 (I acknowledge this upgrade path is not officially
supported yet).

The incompatible database upgrading process in the preinst/postinst
files failed in the following scenario.

We have two suffixes/databases at the following paths:-

 * /var/lib/ldap
 * /var/lib/ldap/accesslog

The preinst database dumping part of the process worked just fine and
created the appropriate LDIF files under
/var/backup/slapd-2.4.21-0ubuntu5.7, however the restore failed
stating:-


  Loading from /var/backups/slapd-2.4.21-0ubuntu5.7: 
  - directory dc=REDACTEDs,dc=co,dc=uk... failed.

Loading the database from the LDIF dump failed with the following
error while running slapadd:
4fbdfebf olcDbDirectory: value #0: invalid path: No such file or directory
4fbdfebf config error processing olcDatabase={2}hdb,cn=config: 
olcDbDirectory: value #0: invalid path: No such file or directory
slapadd: bad configuration directory!


This is because when move_incompatible_databases_away() runs it finds
the main database first (/var/lib/ldap) and moves all top level entries
(find -mindepth 1 -maxdepth 1 ...) into the backup directory and this
includes the accesslog subdirectory which then no longer exists. When
slapadd runs it checks config specifying that directory and bails with
the above error given it is indeed missing.

I've tested a tentative fix and that's to patch the two find commands
(one in is_empty_dir() one in move_old_database_away to also specify
-type f so that the directory structure is preserved when moving the old
database away (accesslog will be backed up separately when its suffx is
iterated over in move_incompatible_databases_away()).

The simple and very tentative patch for this is:-


# diff -u slapd.scripts-common.old slapd.scripts-common
--- slapd.scripts-common.old2012-05-24 10:33:01.746206585 +0100
+++ slapd.scripts-common2012-05-24 10:33:23.967902747 +0100
@@ -391,7 +391,7 @@
echo -n   - directory $suffix...  2
mkdir -p $backupdir
find $databasedir -mindepth 1 -maxdepth 1 \
-   -exec mv {} $backupdir \;
+   -type f -exec mv {} $backupdir \;
echo done. 2
else
cat 2 EOF
@@ -728,7 +728,7 @@
 # (i.e., contains no files except for an optional DB_CONFIG).
 # Usage: if is_empty_dir $dir; then ... fi
 
-   output=`find $1 -mindepth 1 -maxdepth 1 \! -name DB_CONFIG 
2/dev/null`
+   output=`find $1 -mindepth 1 -maxdepth 1 -type f \! -name DB_CONFIG 
2/dev/null`
if [ -n $output ]; then
return 1
else


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

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

Title:
  Database upgrade/migration fails with nested db directories (lucid to
  precise)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1003854/+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 1003854] Re: Database upgrade/migration fails with nested db directories (lucid to precise)

2012-05-24 Thread Kenny Millington
(If requested I can provide a suitable debdiff for the proposed fix)

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

Title:
  Database upgrade/migration fails with nested db directories (lucid to
  precise)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1003854/+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 993794] Re: Precise resolvconf+dnsmasq setup breaks login in some wireless networks

2012-05-24 Thread Thomas Hood
This issue doesn't affect resolvconf directly, so someone please remove
resolvconf from the Affects list.

The malfunction described here is probably caused by #1003842.

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

Title:
  Precise can't connect to a network guarded by an authentication
  webserver whose address can only be looked up with one of the
  nameservers whose address is provided by DHCP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/993794/+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 993794] Re: Precise can't connect to a network guarded by an authentication webserver whose address can only be looked up with one of the nameservers whose address is provided by DHCP

2012-05-24 Thread Thomas Hood
** Summary changed:

- Precise resolvconf+dnsmasq setup breaks login in some wireless networks
+ Precise can't connect to a network guarded by an authentication webserver 
whose address can only be looked up with one of the nameservers whose address 
is provided by DHCP

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

Title:
  Precise can't connect to a network guarded by an authentication
  webserver whose address can only be looked up with one of the
  nameservers whose address is provided by DHCP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/993794/+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 993291] Re: package nis 3.17-32ubuntu1.2 failed to install/upgrade: invoke-rc.d: unknown initscript, /etc/init.d/nis not found.

2012-05-24 Thread James Page
I've not been able to reproduce the specific upgrade scenario which
produces this bug but the nis preinst script could handle return codes
from invoke-rc.d better than it does at the moment to deal with this
problem.

Marking 'Confirmed' and Importance 'Medium' due to the number of bug
reports about this issue.

Nominating for precise and quantal as this should be SRU'ed once fixed
in dev.

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

** Also affects: nis (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: nis (Ubuntu Quantal)
   Importance: Medium
   Status: Confirmed

** Changed in: nis (Ubuntu Precise)
   Status: New = Confirmed

** Changed in: nis (Ubuntu Precise)
   Importance: Undecided = Medium

** Summary changed:

- package nis 3.17-32ubuntu1.2 failed to install/upgrade: invoke-rc.d: unknown 
initscript, /etc/init.d/nis not found.
+ [SRU] package nis 3.17-32ubuntu1.2 failed to install/upgrade: invoke-rc.d: 
unknown initscript, /etc/init.d/nis not found.

** Changed in: nis (Ubuntu Precise)
   Status: Confirmed = Triaged

** Changed in: nis (Ubuntu Quantal)
   Status: Confirmed = Triaged

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

Title:
  [SRU] package nis 3.17-32ubuntu1.2 failed to install/upgrade: invoke-
  rc.d: unknown initscript, /etc/init.d/nis not found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/993291/+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 1003888] [NEW] corrupted kernel messages being logged to syslog

2012-05-24 Thread James Hunt
Public bug reported:

Running a i686 32-bit quantal container on a i686 32-bit precise host
I'm seeing kernel message corruption in /var/log/syslog in the
container:

___
May 24 10:41:04 localhost ntpdate[172]: adjust time server 91.189.94.4 offset 0.
001225 sec
May 24 10:41:05 localhost kernel: [4.531 t0 oIv otr rsn
___

May 24 10:44:06 localhost ntpdate[199]: adjust time server 91.189.94.4 offset -0
.000260 sec
May 24 10:44:08 localhost kernel: [11726.678703] vethKvdkPd: no IPv6 routers pre
sent
May 24 10:44:08 localhost kernel: [11726.934078] eth0: no IPv6 routers present
May 24 10:44:26 localhost kernel: [1174.942 ye10 ui(37526584) pamrEID prto=mu
t noaldfasmth ro=1 aet198poiex-otie-ealnm=/a/i/raaeddbgspd105cm=uedhaftp=db
gs rnm=nnfasw
May 24 10:45:31 localhost kernel: .33]eyL:oP urpst6[11809.800093] ADDRCONF(NET
DEV_CHANGE): veth3jQTu8: link becomes ready
May 24 10:45:31 localhost kernel: [11809.800220] lxcbr0: port 1(veth3jQTu8) ente
ring forwarding state
May 24 10:45:31 localhost kernel: [11809.800265] lxcbr0: port 1(veth3jQTu8) ente
ring forwarding state
May 24 10:45:42 localhost kernel: [11820.506530] et0:n P6otsre
May 24 10:45:46 localhost kernel: 684773]lcr:pr (ehjT8 neigfradn tt
May 24 10:57:11 localhost james: hello from quantal lxc
___

The host has 2 examples:

May 24 12:02:20 azul kernel: [11811.087590] type=1400 audit(1337856332.979:49): 
apparmor=DENIED operation=moun if=fie lg acerr-3prn=97 rfl=lccnanrdfut 
aevrlbuedha/euf/ i=99 omraaed syeeufscaeoe lg=rh 
oIvrurpst6[12815.645687] device vethemBouM entered promiscuous mode
May 24 12:02:20 azul kernel: [12815.64492]ADCN(EDVU) ehmoM iki o ed

___
May 24 12:02:24 azul ntpd[3197]: new interface(s) found: waking up resolver
May 24 12:02:31 azul kernel: -fut aevrlbuedha/euf/ i=47 omraaed 
syeeufscaeoe lg=rere
May 24 12:05:01 azul CRON[25554]: (root) CMD (command -v debian-sa1  /dev/null 
 debian-sa1 1 1)
___

Kernel version:

$ uname -a
Linux azul 3.2.0-24-generic-pae #38-Ubuntu SMP Tue May 1 16:40:26 UTC 2012 i686 
i686 i386 GNU/Linux
$

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: lxc 0.7.5-3ubuntu56
ProcVersionSignature: Ubuntu 3.2.0-24.38-generic-pae 3.2.16
Uname: Linux 3.2.0-24-generic-pae i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Thu May 24 12:03:41 2012
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=fr_CA.UTF8
 SHELL=/bin/bash
SourcePackage: lxc
UpgradeStatus: Upgraded to precise on 2012-01-12 (132 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  corrupted kernel messages being logged to syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1003888/+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 1003888] Re: corrupted kernel messages being logged to syslog

2012-05-24 Thread James Hunt
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1003888

Title:
  corrupted kernel messages being logged to syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1003888/+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 993660] Re: package samba-common 2:3.5.8~dfsg-1ubuntu2.4 failed to install/upgrade: unable to open '/etc/dhcp3/dhclient-enter-hooks.d/samba.dpkg-new': Too many levels of symbolic links

2012-05-24 Thread James Page
Hi Rich

Thanks for taking the time to report this bug in Ubuntu.

Please could you run the following commands:

 sudo ls -l /etc/dhcp3/dhclient-enter-hooks.d/*

And attach the output to this bug report.

Thanks

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

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

Title:
  package samba-common 2:3.5.8~dfsg-1ubuntu2.4 failed to
  install/upgrade: unable to open '/etc/dhcp3/dhclient-enter-
  hooks.d/samba.dpkg-new': Too many levels of symbolic links

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/993660/+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 993394] Re: package samba-common 2:3.6.3-2ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2012-05-24 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Unfortunately there is insufficient information in the attached file to
diagnose what the underlying cause is.

Please could you run the following command:

   sudo apt-get -f install

And attach the output to this bug report.

Thanks.

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

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

Title:
  package samba-common 2:3.6.3-2ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/993394/+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 993957] Re: package winbind 2:3.6.3-2ubuntu2.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-05-24 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Please could you run the following command:

   sudo apt-get -f install

and then attach both the output from the command and the contents of any
log files in:

  /var/log/samba

to this bug report.

Marking this bug as 'Incomplete' pending your response. Please set back
to 'New' once you have provided the requested information.

Thanks

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

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

Title:
  package winbind 2:3.6.3-2ubuntu2.1 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/993957/+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 994992] Re: Samba not working in Nautilus

2012-05-24 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

I appreciate your frustration when things don't just work but we need
some more information about specifically what is not working for you
about samba/nautilus before we can help resolve this issue.

Please could you describe in more detail exactly what is not working?
Is nautilus failing to contact the windows machines you have on your
network?  is it prompting for a password?

It would also be really helpful if you could follow the instructions for
debugging Samba/Nautilus issues here:

 https://wiki.ubuntu.com/DebuggingSamba#samba-client

and post results back to this bug report.

Marking this bug as 'Incomplete' pending your response. Please set the
status back to 'New' once you have provided the requested information.

Thanks

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

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

Title:
  Samba not working in Nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/994992/+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 994830] Re: package libapache2-mod-php5 5.3.10-1ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2012-05-24 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Unfortunately the attached files don't contain enough information to
diagnose this bug further.

Please could you run the following command:

   sudo apt-get -f install

and attach the output and the contents of /var/log/apt/term.log to this
bug report.

Marking 'Incomplete' pending your response.  Please set the status back
to 'New' when you have provided the requested information.

Thanks

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

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

Title:
  package libapache2-mod-php5 5.3.10-1ubuntu3.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/994830/+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 995495] Re: Upgrade from Ubuntu 11.10 to 12.04 breaks slapd

2012-05-24 Thread James Page
Hi Thomas

Thanks for taking the time to report this bug in Ubuntu.

I think that this bug might be related to bug 990742 which is currently
going through SRU (however it needs a poke to get the openldap rebuild
done - I'll do that).

Once the new version of openldap is accepted into precise-proposed would
you be able to test it with your deployment?

Thanks

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

Title:
  Upgrade from Ubuntu 11.10  to 12.04 breaks slapd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/995495/+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 995495] Re: Upgrade from Ubuntu 11.10 to 12.04 breaks slapd

2012-05-24 Thread James Page
** Changed in: openldap (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Upgrade from Ubuntu 11.10  to 12.04 breaks slapd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/995495/+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 997222] Re: package slapd 2.4.28-1.1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-05-24 Thread James Page
Setting up slapd (2.4.28-1.1ubuntu4) ...
  Backing up /etc/ldap/slapd.d in /var/backups/slapd-2.4.28-1.1ubuntu4... done.
 * Starting OpenLDAP slapd    
[fail]
invoke-rc.d: initscript slapd, action start failed.
dpkg: error processing slapd (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up db4.8-util (4.8.30-11ubuntu1) ...

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

Title:
  package slapd 2.4.28-1.1ubuntu4 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/openldap/+bug/997222/+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 997159] Re: package samba 2:3.6.3-2ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-05-24 Thread James Page
start: Job failed to start
invoke-rc.d: initscript nmbd, action start failed.
dpkg: error processing samba (--configure):
 subprocess installed post-installation script returned error exit status 1

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

Title:
  package samba 2:3.6.3-2ubuntu2 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/samba/+bug/997159/+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 997159] Re: package samba 2:3.6.3-2ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-05-24 Thread James Page
Thanks for taking the time to report this bug.

This might be a duplicate of bug 791944.

Please could you try running the following commands:

  sudo testparm
  echo $?

Please attach the output to this bug report.

Marking 'Incomplete' pending your response and 'Low' for the time being.
Please set the status back to 'New' once you have provided the requested
information.

Thanks

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

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

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

Title:
  package samba 2:3.6.3-2ubuntu2 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/samba/+bug/997159/+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 996767] Re: package samba 2:3.6.3-2ubuntu2.1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2012-05-24 Thread James Page
update-alternatives: /usr/bin/smbstatus.samba3 wird verwendet, um 
/usr/bin/smbstatus (smbstatus) im Auto-Modus bereitzustellen.
smbd start/running, process 26741
start: Job failed to start
invoke-rc.d: initscript nmbd, action start failed.
dpkg: Fehler beim Bearbeiten von samba (--configure):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

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

Title:
  package samba 2:3.6.3-2ubuntu2.1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/996767/+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 996833] Re: package winbind 2:3.6.3-2ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-05-24 Thread James Page
** Changed in: samba (Ubuntu)
   Status: New = Invalid

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

Title:
  package winbind 2:3.6.3-2ubuntu2.1 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/samba/+bug/996833/+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 996767] Re: package samba 2:3.6.3-2ubuntu2.1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2012-05-24 Thread James Page
Thanks for taking the time to report this bug.

This might be a duplicate of bug 791944.

Please could you try running the following commands:

  sudo testparm
  echo $?

Please attach the output to this bug report.

Marking 'Incomplete' pending your response and 'Low' for the time being.
Please set the status back to 'New' once you have provided the requested
information.

Thanks

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

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

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

Title:
  package samba 2:3.6.3-2ubuntu2.1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/996767/+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 995817] Re: share samba doesn't work easily

2012-05-24 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

I might be missing the point but I could not reproduce this:

Share a folder in a simple domestic network need to check the share item in 
the folder properties.
Ubuntu ask to install samba and libpam-smbpass. After reboot and check this 
item again, Ubuntu ask to change the permissions.
After this point, it should work ! It would be quite easy.

I could not find any options in the standard file manager on my 12.04
install todo this - could you explain in a bit more detail?

With regards to;

2 more things were necessary :
I had to add system-config-samba and add again the share folders.

I was able to configure shares using system-config-samba - that worked
fine (and I think is probably the correct way todo it).

With regards to:

From the other computer (with Ubuntu) I must connect with the IP adress
to see these share folders !

I suspect that something is incorrect in your local network or samba
configuration; its worth checking to see if you can resolve the hostname
of the system you are trying to connect to from the client:

   hostname samba target

Marking 'Incomplete' pending your response.  Please set the status back
to 'New' once you have provided the requested information about how you
tried to configure samba sharing first.

Thanks

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

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

Title:
  share samba doesn't work easily

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/995817/+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 1003888] Re: corrupted kernel messages being logged to syslog

2012-05-24 Thread Serge Hallyn
Thanks James.

Do you see any corruption in the host's /var/log/syslog, or only in the
container?

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

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

Title:
  corrupted kernel messages being logged to syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1003888/+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 997222] Re: package slapd 2.4.28-1.1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-05-24 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Unfortunately we can tell from the information provided why slapd failed
to start.

Please could you run:

sudo apt-get -f install

and attach the command output and any slapd related error messages from
/var/log/syslog to this bug report.

Marking this bug as 'Incomplete' pending your response. Please set the
status back to 'New' once you have provided the requested information.

Thanks

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

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

Title:
  package slapd 2.4.28-1.1ubuntu4 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/openldap/+bug/997222/+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 999153] Re: package slapd 2.4.28-1.1ubuntu4 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-05-24 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

It looks like the backup directory for the slapd upgrade process already
exists.

Please can you try the following:

sudo mv /var/backups/dc=nodomain-2.4.25-1.1ubuntu4.1  
/var/backups/dc=nodomain-2.4.25-1.1ubuntu4.1-old
sudo apt-get -f install

Please adjust the /var/backups/dc=nodomain-2.4.25-1.1ubuntu4.1 to
whatever folder has already been created in /var/backups for this
domain.

Please attach the output from these commands to this bug report.

Marking 'Incomplete' pending your response. Please set the status back
to 'New' once you have provided the requested information.

Thanks


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

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

Title:
  package slapd 2.4.28-1.1ubuntu4 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/999153/+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 999153] Re: package slapd 2.4.28-1.1ubuntu4 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-05-24 Thread James Page
Paramétrage de slapd (2.4.28-1.1ubuntu4) ...
  Backing up /etc/ldap/slapd.d in /var/backups/slapd-2.4.25-1.1ubuntu4.1... 
done.
  Moving old database directories to /var/backups:

  Backup path /var/backups/dc=nodomain-2.4.25-1.1ubuntu4.1.ldapdb exists. 
Giving up...
dpkg : erreur de traitement de slapd (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
Paramétrage de libctemplate0 (1.0-1) ...

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

Title:
  package slapd 2.4.28-1.1ubuntu4 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/999153/+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 1000362] Re: package winbind 2:3.6.3-2ubuntu2.1 failed to install/upgrade: aliprosessi installed post-installation script palautti virhetilakoodin 1

2012-05-24 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Please can you run the following command:

 sudo apt-get -f install

and attach the output and the contents of any log files in
/var/log/samba to this bug report.

Marking 'Incomplete' pending your response. Please set the status back
to 'New' once you have provided the requested information.

Thanks

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

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

Title:
  package winbind 2:3.6.3-2ubuntu2.1 failed to install/upgrade:
  aliprosessi installed post-installation script palautti
  virhetilakoodin 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1000362/+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 1000362] Re: package winbind 2:3.6.3-2ubuntu2.1 failed to install/upgrade: aliprosessi installed post-installation script palautti virhetilakoodin 1

2012-05-24 Thread James Page
Tehdään asetuksia: winbind (2:3.6.3-2ubuntu2.1) ...
runlevel:/var/run/utmp: Tiedostoa tai hakemistoa ei ole
 * Starting the Winbind daemon winbind    
[fail]
invoke-rc.d: initscript winbind, action start failed.
dpkg: virhe käsiteltäessä winbind (--configure):
 aliprosessi installed post-installation script palautti virhetilakoodin 1

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

Title:
  package winbind 2:3.6.3-2ubuntu2.1 failed to install/upgrade:
  aliprosessi installed post-installation script palautti
  virhetilakoodin 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1000362/+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 1000090] Re: package libsasl2-2 2.1.25.dfsg1-3ubuntu0.1 failed to install/upgrade: libsasl2-2:amd64 2.1.25.dfsg1-3ubuntu0.1 cannot be configured because libsasl2-2

2012-05-24 Thread James Page
Thanks for taking the time to report this issue in Ubuntu.

Please can you run the following command:

  sudo apt-get -f install

and attach the output to this bug report (the current information
provided is not sufficient to move this bug forwards).

Marking 'Incomplete' pending you response.  Please set back to 'New'
once you have provided the requested information.

Thanks

** Changed in: cyrus-sasl2 (Ubuntu)
   Status: New = Incomplete

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

Title:
  package libsasl2-2 2.1.25.dfsg1-3ubuntu0.1 failed to install/upgrade:
  libsasl2-2:amd64 2.1.25.dfsg1-3ubuntu0.1 cannot be configured because
  libsasl2-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/190/+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 996294] Re: package ssh-askpass-gnome 1:5.9p1-5ubuntu1 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-05-24 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Looks like something nasty happened when trying to install the new
version of openssh-client.

Please can you try running the following command:

   sudo apt-get -f install

Hopefully this will resolve the issue.

Marking 'Incomplete'.  Please set the status back to 'New' with the
output from the command above if this does not resolve your issue.  If
it fixes things up then please mark as 'Invalid'.

Thanks

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

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

Title:
  package ssh-askpass-gnome 1:5.9p1-5ubuntu1 failed to install/upgrade:
  ErrorMessage: dependency problems - leaving unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/996294/+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 996294] Re: package ssh-askpass-gnome 1:5.9p1-5ubuntu1 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-05-24 Thread James Page
Setting up openssh-client (1:5.9p1-5ubuntu1) ...
dpkg: error processing openssh-client (--configure):
 subprocess installed post-installation script was killed by signal 
(Segmentation fault)

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

Title:
  package ssh-askpass-gnome 1:5.9p1-5ubuntu1 failed to install/upgrade:
  ErrorMessage: dependency problems - leaving unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/996294/+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 1001545] Re: package slapd 2.4.28-1.1ubuntu4 failed to install/upgrade: ErrorMessage: installed post-installation script alfolyamat 1 hibakóddal kilépett

2012-05-24 Thread James Page
Backing up /etc/ldap/slapd.d in /var/backups/slapd-2.4.25-1.1ubuntu4.1... done.
  Moving old database directories to /var/backups:
  There are leftover files in /data/ldap. This will probably break 
  creating the initial directory. If that's the case please move away
  stuff in there and retry the configuration.
  Loading from /var/backups/slapd-2.4.25-1.1ubuntu4.1: 
  Directory /data/ldap for dc=kek-consult,dc=hu not empty, aborting.
dpkg: hibás feldolgozás: slapd (--configure):
 installed post-installation script alfolyamat 1 hibakóddal kilépett

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

Title:
  package slapd 2.4.28-1.1ubuntu4 failed to install/upgrade:
  ErrorMessage: installed post-installation script alfolyamat 1
  hibakóddal kilépett

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1001545/+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 1001545] Re: package slapd 2.4.28-1.1ubuntu4 failed to install/upgrade: ErrorMessage: installed post-installation script alfolyamat 1 hibakóddal kilépett

2012-05-24 Thread James Page
Reporter followed advice in console which appears to have resolved the
issue.

Marking 'Invalid'.

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

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

Title:
  package slapd 2.4.28-1.1ubuntu4 failed to install/upgrade:
  ErrorMessage: installed post-installation script alfolyamat 1
  hibakóddal kilépett

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1001545/+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 998766] Re: package samba 2:3.5.8~dfsg-1ubuntu2.5 failed to install/upgrade: ErrorMessage: Unterprozess neues post-removal-Skript gab den Fehlerwert 2 zurück

2012-05-24 Thread James Page
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

Preparing to replace samba 2:3.5.8 ~ dfsg-1ubuntu2.5 (from ... / samba_2% 
3a3.5.11 ~ dfsg-1ubuntu2.3_amd64.deb) ...
nmbd stop / waiting
smbd stop / waiting
Replacement for samba is unzipped ...
Can not locate File / Temp.pm in @ INC (@ INC contains: / etc / perl / 
usr/local/lib/perl/5.10.1 / usr/local/share/perl/5.10.1 / usr / lib / perl5 / 
usr/share/perl5 / usr/lib/perl/5.10 / usr/share/perl/5.10 / usr / local / lib / 
site_perl.) at / usr/share/perl5/DebianNet.pm line 18
BEGIN failed - compilation aborted at / line 18 usr/share/perl5/DebianNet.pm
Compilation failed in require at / usr / sbin / update-inetd line 23
dpkg: warning: old subprocess post-removal script returned error exit status 2
dpkg - instead trying script from the new package ...
Can not locate File / Temp.pm in @ INC (@ INC contains: / etc / perl / 
usr/local/lib/perl/5.10.1 / usr/local/share/perl/5.10.1 / usr / lib / perl5 / 
usr/share/perl5 / usr/lib/perl/5.10 / usr/share/perl/5.10 / usr / local / lib / 
site_perl.) at / usr/share/perl5/DebianNet.pm line 18
BEGIN failed - compilation aborted at / line 18 usr/share/perl5/DebianNet.pm
Compilation failed in require at / usr / sbin / update-inetd line 23
dpkg: error processing / var/cache/apt/archives/samba_2% 3a3.5.11 ~ 
dfsg-1ubuntu2.3_amd64.deb (- unpack):
  Subprocess new post-removal script returned error exit status 2
Can not locate File / Temp.pm in @ INC (@ INC contains: / etc / perl / 
usr/local/lib/perl/5.10.1 / usr/local/share/perl/5.10.1 / usr / lib / perl5 / 
usr/share/perl5 / usr/lib/perl/5.10 / usr/share/perl/5.10 / usr / local / lib / 
site_perl.) at / usr/share/perl5/DebianNet.pm line 18
BEGIN failed - compilation aborted at / line 18 usr/share/perl5/DebianNet.pm
Compilation failed in require at / usr / sbin / update-inetd line 23
dpkg: error while cleaning up:
  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/998766

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.5 failed to install/upgrade:
  ErrorMessage: Unterprozess neues post-removal-Skript gab den
  Fehlerwert 2 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/998766/+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 998766] Re: package samba 2:3.5.8~dfsg-1ubuntu2.5 failed to install/upgrade: ErrorMessage: Unterprozess neues post-removal-Skript gab den Fehlerwert 2 zurück

2012-05-24 Thread James Page
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

This is a duplicate of bug 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/998766

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.5 failed to install/upgrade:
  ErrorMessage: Unterprozess neues post-removal-Skript gab den
  Fehlerwert 2 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/998766/+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 1001792] Re: didn't upgrade properly -package backuppc 3.2.1-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-05-24 Thread James Page
* Starting backuppc...    Use of qw(...) as parentheses is deprecated 
at /usr/share/backuppc/lib/BackupPC/Storage/Text.pm line 302.
Use of qw(...) as parentheses is deprecated at 
/usr/share/backuppc/lib/BackupPC/Lib.pm line 1425.
2012-05-20 08:15:52 Another BackupPC is running (pid 1524); quitting...
invoke-rc.d: initscript backuppc, action start failed.
dpkg: error processing backuppc (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up clamav-milter (0.97.3+dfsg-2.1ubuntu1) ...

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

Title:
  didn't upgrade properly -package backuppc 3.2.1-2ubuntu1 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/1001792/+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 993794] Re: Precise can't connect to a network guarded by an authentication webserver whose address can only be looked up with one of the nameservers whose address is provided by DHCP

2012-05-24 Thread Scott Moser
** Changed in: dnsmasq (Ubuntu)
   Status: New = Confirmed

** Changed in: network-manager (Ubuntu)
   Status: New = Confirmed

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

** Changed in: network-manager (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Precise can't connect to a network guarded by an authentication
  webserver whose address can only be looked up with one of the
  nameservers whose address is provided by DHCP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/993794/+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 1003854] Re: Database upgrade/migration fails with nested db directories (lucid to precise)

2012-05-24 Thread Scott Moser
** Changed in: openldap (Ubuntu)
   Importance: Undecided = Medium

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

** Also affects: openldap (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

** Changed in: openldap (Ubuntu Precise)
   Importance: Undecided = Medium

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

Title:
  Database upgrade/migration fails with nested db directories (lucid to
  precise)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1003854/+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 1001792] Re: didn't upgrade properly -package backuppc 3.2.1-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-05-24 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Looks like backuppc failed to stop or the init script is broken.

Please can you check for the existence of /var/run/backuppc/BackupPC.pid

If this file exists then please run:

  ps -aef | grep `cat /var/run/backuppc/BackupPC.pid`

If no output is return (or no output with the words BackupPC in it) then
please run:

  sudo rm cat /var/run/backuppc/BackupPC.pid
  sudo apt-get -f install

Hopefully this will resolve your issue.

This might be a duplicate of bug 992335 - which could indicate a problem
with the upgrade process.  Where you running backuppc prior to upgrading
to 12.04?

Marking 'Incomplete' pending your response.  Please set the status back
to 'New' once you have provided the requested information.

Thanks.


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

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

Title:
  didn't upgrade properly -package backuppc 3.2.1-2ubuntu1 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/1001792/+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 1003455] Re: MAAS installation provides URL prematurely

2012-05-24 Thread Scott Moser
It is not necessarily easy to determine if the maas installer code is running 
in the installer, versus on a live system.
Ie, if you've done: 'apt-get install maas', then the  message is correct.
I understand your concern, though, and thank you for taking the time to make 
Ubuntu better.


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

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

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

Title:
  MAAS installation provides URL prematurely

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1003455/+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 1002894] Re: auth_token middleware should be in its own subpackage

2012-05-24 Thread Chuck Short
** Changed in: keystone (Ubuntu)
   Status: New = Confirmed

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

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

Title:
  auth_token middleware should be in its own subpackage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1002894/+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 939122] Re: floating ips do not display in 'nova list' after association to instance

2012-05-24 Thread Scott Moser
** Changed in: nova (Ubuntu)
   Importance: Undecided = Medium

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

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

Title:
  floating ips do not display in 'nova list' after association to
  instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/939122/+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 1003230] Re: --version causes type error

2012-05-24 Thread Scott Moser
This seems to have been broken for quite some time.
Simplist fix is to just remove 'revno' from the output message:

=== modified file 'VMBuilder/contrib/cli.py'
--- VMBuilder/contrib/cli.py2011-10-27 20:01:00 +
+++ VMBuilder/contrib/cli.py2012-05-24 13:13:29 +
@@ -277,7 +277,7 @@
 optparser.add_option_group(optgroup)
 
 def versioninfo(self, option, opt, value, parser):
-print ('%(major)d.%(minor)d.%(micro)s.r%(revno)d' %
+print ('%(major)d.%(minor)d.%(micro)s' %
  VMBuilder.get_version_info())
 sys.exit(0)


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

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

** Also affects: vmbuilder
   Importance: Undecided
   Status: New

** Changed in: vmbuilder
   Status: New = Confirmed

** Changed in: vmbuilder
   Importance: Undecided = Medium

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

Title:
  --version causes type error

To manage notifications about this bug go to:
https://bugs.launchpad.net/vmbuilder/+bug/1003230/+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 1003272] Re: starting php generates : Unable to load dynamic library '/usr/lib/php5/20090626/sqlite.so'

2012-05-24 Thread Scott Moser
*** This bug is a duplicate of bug 875262 ***
https://bugs.launchpad.net/bugs/875262

I've marked as a duplicate of bug 875262.  If you think this is not the case, 
please un-dupe it, and comment as to why.
Note that bug is fixed in 12.04.


** This bug has been marked a duplicate of bug 875262
   PHP Startup: Unable to load dynamic library 
'/usr/lib/php5/20090626+lfs/sqlite.so'

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

Title:
  starting php generates : Unable to load dynamic library
  '/usr/lib/php5/20090626/sqlite.so'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1003272/+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 1001088] Re: iSCSI targets are not restored following a reboot

2012-05-24 Thread Scott Moser
** Also affects: nova
   Importance: Undecided
   Status: New

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

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

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

Title:
  iSCSI targets are not restored following a reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1001088/+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 993794] Re: Precise can't connect to a network guarded by an authentication webserver whose address can only be looked up with one of the nameservers whose address is provided by DHCP

2012-05-24 Thread Steve Langasek
** No longer affects: resolvconf (Ubuntu)

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

Title:
  Precise can't connect to a network guarded by an authentication
  webserver whose address can only be looked up with one of the
  nameservers whose address is provided by DHCP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/993794/+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 1003455] Re: MAAS installation provides URL prematurely

2012-05-24 Thread Mike
Hi Scott. Thanks for understanding my concern for conveying accuracy in
messages displayed to users. It stems from decades of being annoyed by
inaccurate messages from Microsoft.

I can appreciate that it'd be a task to write code to determine the
state of the environment. That's why I was just suggesting a mild
changing in phraseology rather than introducing more code. A simple
change from: You can access the MAAS user interface ... to Your MAAS
user interface will be available at... is all I am suggesting.

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

Title:
  MAAS installation provides URL prematurely

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1003455/+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 1001645] Re: package samba 2:3.6.3-2ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-05-24 Thread James Page
Thanks for taking the time to report this bug.

This might be a duplicate of bug 791944.

Please could you try running the following commands:

  sudo testparm
  echo $?

Please attach the output to this bug report.

Marking 'Incomplete' pending your response and 'Low' for the time being.
Please set the status back to 'New' once you have provided the requested
information.

Thanks

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

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

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

Title:
  package samba 2:3.6.3-2ubuntu2.1 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/samba/+bug/1001645/+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 1001420] Re: package samba 2:3.6.3-2ubuntu2.1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2012-05-24 Thread James Page
Thanks for taking the time to report this bug.

This might be a duplicate of bug 791944.

Please could you try running the following commands:

  sudo testparm
  echo $?

Please attach the output to this bug report.

Marking 'Incomplete' pending your response and 'Low' for the time being.
Please set the status back to 'New' once you have provided the requested
information.

Thanks

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

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

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

Title:
  package samba 2:3.6.3-2ubuntu2.1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1001420/+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 993794] Re: Precise can't connect to a network guarded by an authentication webserver whose address can only be looked up with one of the nameservers whose address is provided by DHCP

2012-05-24 Thread Scott Moser
** Description changed:

  Hi,
  
  our academic wifi, is protected with authentication practiced with a web
  page. The wifi network looks to be open to anyone, but to operate it
  after having connected the wifi you need to open a web page. This will
  automatically redirect you to an authentication page and after you are
  authenticated you can work on the wifi.
  
  The problem is that with precise you can never get to the authentication
  page, since its url cannot be resolved.
  
  The thing used to work fine with previous ubuntus and works fine with
  Windows.
  
  Thanks in advance for looking into it.
  
  Sergio
+ 
+ Related bugs:
+  * bug 1003842: Upgrading to Precise NM with dns=dnsmasq breaks systems 
with non-equivalent upstream nameservers
+  * bug 997076: NM dns=dnsmasq breaks resolution of private domain names

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

Title:
  Precise can't connect to a network guarded by an authentication
  webserver whose address can only be looked up with one of the
  nameservers whose address is provided by DHCP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/993794/+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 993355] Re: package keystone 2012.1-0ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-05-24 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

It looks like a local install of keystone in /usr/local/bin is
interfering with the upgrade process:

  File /usr/local/bin/keystone-manage, line 4, in module
import pkg_resources

Please remove/resolve this issue and then run:
   
sudo apt-get -f install

I'm marking this bug as 'Invalid' as this is a local environment issue.

Thanks

** Changed in: keystone (Ubuntu)
   Status: New = Invalid

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

Title:
  package keystone 2012.1-0ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/993355/+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 1003583] Re: make the --close-all-fds option in lxc-start on by default

2012-05-24 Thread Serge Hallyn
** Description changed:

- Since the lxc-start command quits with an error if any inherited FDs are
- not disconnected, why is it necessary to specify --close-all-fds at all?
+ 
+ SRU Justification
+ Impact: callers of lxc-start can have confusing failures to start
+ Development fix: always close all fds
+ Stable fix: same as development fix
+ Test case:
+   1. lxc-create -t ubuntu -n p1
+   2. cat  execme.c  EOF
+ #include stdio.h
+ #include unistd.h
+ 
+ int main()
+ {
+ FILE *f = fopen(/tmp/ab, w);
+ //int ret = execl(/usr/bin/lxc-start, /usr/bin/lxc-start, -d, 
-n, p1, NULL);
+ int ret = execl(/usr/bin/lxc-start, /usr/bin/lxc-start, -n, 
p1, NULL);
+ printf(should not be here (ret %d)\n, ret);
+ }
+ EOF
+3. make execme
+4. sudo ./execme
+Without this patch, the container will fail to start with an error message
+saying an fd was inherited.  With the patch, the container will start (and
+the fd will have been closed)
+ Regression potential: if anyone was counting on lxc-start to fail when started
+ with open fds, that will no longer happen.
+ 
+ Since the lxc-start command quits with an error if any inherited FDs are not 
disconnected, why is it necessary to specify --close-all-fds at all?
  
  (I just spent an hour debugging a situation where some FDs were falling
  through from parent processes only in the remote deployment
  configuration...)

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

Title:
  make the --close-all-fds option in lxc-start on by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1003583/+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 1003113] Re: package samba 2:3.6.3-2ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-05-24 Thread James Page
Thanks for taking the time to report this bug.

This might be a duplicate of bug 791944.

Please could you try running the following commands:

  sudo testparm
  echo $?

Please attach the output to this bug report.

Marking 'Incomplete' pending your response and 'Low' for the time being.
Please set the status back to 'New' once you have provided the requested
information.

Thanks

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

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

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

Title:
  package samba 2:3.6.3-2ubuntu2.1 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/samba/+bug/1003113/+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 1002658] Re: package samba 2:3.6.3-2ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-05-24 Thread James Page
Thanks for taking the time to report this bug.

This might be a duplicate of bug 791944.

Please could you try running the following commands:

  sudo testparm
  echo $?

Please attach the output to this bug report.

Marking 'Incomplete' pending your response and 'Low' for the time being.
Please set the status back to 'New' once you have provided the requested
information.

Thanks

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

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

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

Title:
  package samba 2:3.6.3-2ubuntu2.1 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/samba/+bug/1002658/+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 1002521] Re: package samba 2:3.6.3-2ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-05-24 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Looks like something bad happened related to communication with the
aptdaemon during installation.

Please try running the following:

   sudo apt-get -f install

This should resolve your issue as I believe this was a transitory issue.

Marking this bug as 'Incomplete'. If this resolves your issue please
mark 'Invalid' or provide the output from the command above and set back
to 'New'.

Thanks

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

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

Title:
  package samba 2:3.6.3-2ubuntu2.1 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/samba/+bug/1002521/+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 1002521] Re: package samba 2:3.6.3-2ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-05-24 Thread James Page
Unpacking tdb-tools (from .../tdb-tools_1.2.9-4_amd64.deb) ...
Processing triggers for man-db ...
debconf: Unable to initialise frontend: Passthrough
debconf: (Cannot connect to /tmp/aptdaemon-sg9rFP/debconf.socket: Connection 
refused at (eval 24) line 3)
debconf: falling back to frontend: Noninteractive

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

Title:
  package samba 2:3.6.3-2ubuntu2.1 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/samba/+bug/1002521/+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 791944] Re: package samba 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade: broken permissions cause daemons not to start correctly

2012-05-24 Thread James Page
I think this bug warrants some attention as I just triage a load more
from 12.04.

I would propose changing the upstart configuration of nmbd:

 NMBD_DISABLED=`testparm -s --parameter-name='disable netbios'
2/dev/null || true`

The return code of testparm is non-zero even for warnings which causes
the upstart job to fail - the configuration is only really interested in
the value of 'disable netbios' so we should just ignore the return code
and start nmbd anyway.

Thoughts?

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade:
  broken permissions cause daemons not to start correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/791944/+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 1003270] Re: package samba-common 2:3.6.3-2ubuntu2.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-05-24 Thread James Page
Snippet from log:

GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF 
(pixbuf)' failed at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 169, GEN6 
line 15.
GdkPixbuf-CRITICAL **: gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF 
(pixbuf)' failed at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 169, GEN6 
line 15.
GdkPixbuf-CRITICAL **: gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF 
(pixbuf)' failed at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 169, GEN6 
line 15.
GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF 
(pixbuf)' failed at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 169, GEN6 
line 15.
GdkPixbuf-CRITICAL **: gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF 
(pixbuf)' failed at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 169, GEN6 
line 15.
GdkPixbuf-CRITICAL **: gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF 
(pixbuf)' failed at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 169, GEN6 
line 15.
GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF 
(pixbuf)' failed at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 169, GEN6 
line 15.
GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' 
failed at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 169, GEN6 line 15.
GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF 
(pixbuf)' failed at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 169, GEN6 
line 15.
dpkg: error processing samba-common (--configure):
 subprocess installed post-installation script returned error exit status 1

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

Title:
  package samba-common 2:3.6.3-2ubuntu2.1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1003270/+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 1003270] Re: package samba-common 2:3.6.3-2ubuntu2.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-05-24 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

I'm not sure this is actually a samba issue.

Please can you try running the following command:

  sudo apt-get -f install

Hopefully this will complete the installation of samba-common.

Please can you update this bug report with the results of completing
this action - we may need to re-assign this bug elsewhere.

Marking 'Incomplete' pending your response.  Please set back to 'New'
once you have provided the requested information.

Thanks

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

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

Title:
  package samba-common 2:3.6.3-2ubuntu2.1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1003270/+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 1003358] Re: package mysql-server-5.0 (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2012-05-24 Thread James Page
Hi Mahmoud

Thanks for taking the time to report this bug in Ubuntu.

I notice from the installer log that you are trying to install mysql-
server-5.0.

This is not supported on Ubuntu 12.04 as is causing the error that you
are seeing.

I would recommend that you don't try and mix 5.0 and 5.5.

Marking this bug as 'Invalid' as it relates to non-Ubuntu distributed
software.

Thanks


** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: New = Invalid

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

Title:
  package mysql-server-5.0 (not installed) failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.0/+bug/1003358/+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 1003326] Re: IPv6 hosts incorrectly reported down

2012-05-24 Thread James Page
Hi Kasper

Thanks for taking the time to report this bug in Ubuntu.

Please could you provide the command line options you are passing to
nmap during this scan.

Marking 'Incomplete' pending your response  - please set back to 'New'
once you have provided the requested information.

Thanks




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

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

Title:
  IPv6 hosts incorrectly reported down

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nmap/+bug/1003326/+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 1003326] Re: IPv6 hosts incorrectly reported down

2012-05-24 Thread James Page
I also see this when trying to UDP ping IPv6 hosts:

Sorry, UDP Ping (-PU) only works if you are root (because we need to
read raw responses off the wire) and only for IPv4 (cause fyodor is too
lazy right now to add IPv6 support and nobody has sent a patch)

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

Title:
  IPv6 hosts incorrectly reported down

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nmap/+bug/1003326/+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 1003888] Re: corrupted kernel messages being logged to syslog

2012-05-24 Thread James Hunt
Hi Serge - two corruptions in the host as mentioned above.

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

Title:
  corrupted kernel messages being logged to syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1003888/+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 1003762] Re: bind9 unable to install and service cannot start

2012-05-24 Thread James Page
Setting up bind9 (1:9.8.1.dfsg.P1-4) ...
Adding group `bind' (GID 126) ...
Done.
Adding system user `bind' (UID 116) ...
Adding new user `bind' (UID 116) with group `bind' ...
Not creating home directory `/var/cache/bind'.
wrote key file /etc/bind/rndc.key
NOT updating named.conf.options to include DNSSEC enablement
#
 * Starting domain name service... bind9    
[fail]
invoke-rc.d: initscript bind9, action start failed.
dpkg: error processing bind9 (--configure):
 subprocess installed post-installation script returned error exit status 1

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

Title:
  bind9 unable to install and service cannot start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1003762/+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 1003762] Re: bind9 unable to install and service cannot start

2012-05-24 Thread James Page
May 23 23:56:18 Adan-Server-450 named[8715]: starting BIND 9.8.1-P1 -u bind
May 23 23:56:18 Adan-Server-450 named[8715]: built with '--prefix=/usr' 
'--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc/bind' 
'--localstatedir=/var' '--enable-threads' '--enable-largefile' '--with-libtool' 
'--enable-shared' '--enable-static' '--with-openssl=/usr' '--with-gssapi=/usr' 
'--with-gnu-ld' '--with-geoip=/usr' '--enable-ipv6' 
'CFLAGS=-fno-strict-aliasing -DDIG_SIGCHASE -O2' 
'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro' 'CPPFLAGS=-D_FORTIFY_SOURCE=2'
May 23 23:56:18 Adan-Server-450 named[8715]: adjusted limit on open files from 
4096 to 1048576
May 23 23:56:18 Adan-Server-450 named[8715]: found 1 CPU, using 1 worker thread
May 23 23:56:18 Adan-Server-450 named[8715]: using up to 4096 sockets
May 23 23:56:18 Adan-Server-450 named[8715]: loading configuration from 
'/etc/bind/named.conf'
May 23 23:56:18 Adan-Server-450 named[8715]: /etc/bind/named.conf.options:24: 
change directory to '/var/named' failed: file not found
May 23 23:56:18 Adan-Server-450 named[8715]: /etc/bind/named.conf.options:24: 
parsing failed
May 23 23:56:18 Adan-Server-450 named[8715]: loading configuration: file not 
found
May 23 23:56:18 Adan-Server-450 named[8715]: exiting (due to fatal error)

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

Title:
  bind9 unable to install and service cannot start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1003762/+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 1003762] Re: bind9 unable to install and service cannot start

2012-05-24 Thread James Page
Hi Jack

Thanks for taking the time to report this bug in Ubuntu.

Looks like you might have a problem with your local configuration:

May 23 23:56:18 Adan-Server-450 named[8715]:
/etc/bind/named.conf.options:24: change directory to '/var/named'
failed: file not found

The stock configuration provided with the package does not use this
directory (and I can't really tell which configuration option is trying
to use it).

Might be (as provided by the package):

directory /var/cache/bind;

Please can you try updating your configuration - you should then be able
todo:

sudo apt-get -f install

which will then complete your installation.

Marking 'Incomplete'.  Please set to 'Invalid' if this resolves your
issue or 'New' if you still think this is a bug.

Thanks

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

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

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

Title:
  bind9 unable to install and service cannot start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1003762/+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 1002141] Re: package samba 2:3.5.8~dfsg-1ubuntu2.4 failed to install/upgrade: subprocess new post-removal script returned error exit status 1

2012-05-24 Thread James Page
Preparing to replace samba 2:3.5.8~dfsg-1ubuntu2.4 (using 
.../samba_2%3a3.5.8~dfsg-1ubuntu2.5_amd64.deb) ...
Unpacking replacement samba ...
debconf: DbDriver config: could not open /var/cache/debconf/config.dat
dpkg: warning: subprocess old post-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
debconf: DbDriver config: could not open /var/cache/debconf/config.dat
dpkg: error processing 
/var/cache/apt/archives/samba_2%3a3.5.8~dfsg-1ubuntu2.5_amd64.deb (--unpack):
 subprocess new post-removal script returned error exit status 1

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1002141/+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 1002141] Re: package samba 2:3.5.8~dfsg-1ubuntu2.4 failed to install/upgrade: subprocess new post-removal script returned error exit status 1

2012-05-24 Thread James Page
Hi Mahesh

Thanks for taking the time to report this bug in Ubuntu.

Looks like you might have a general issue with the configuration of your
system:

debconf: DbDriver config: could not open /var/cache/debconf/config.dat

Please could run the following commands:

   sudo ls -l /var/cache/debconf
   sudo apt-get -f install

and attach the output to this bug report.

Marking 'Incomplete' pending your response. Please set back to 'New'
once you have provided the requested information.

Thanks

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

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1002141/+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 999485] Re: package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade: ErrorMessage: подпроцесс новый сценарий pre-installation возвратил код ошибки 1

2012-05-24 Thread James Page
* Stopping OpenLDAP slapd
   ...done.
  Dumping to /var/backups/slapd-2.4.25-1.1ubuntu4.1: 
  - directory dc=localhost... 4fb1f6f3 config error processing 
olcDatabase={1}hdb,cn=config: ordered_value_sort failed on attr olcAccess

slapcat: bad configuration directory!
failed.

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

Title:
  package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade:
  ErrorMessage: подпроцесс новый сценарий pre-installation возвратил код
  ошибки 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/999485/+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 999485] Re: package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade: ErrorMessage: подпроцесс новый сценарий pre-installation возвратил код ошибки 1

2012-05-24 Thread James Page
May 15 10:26:08 smb slapd[26326]: @(#) $OpenLDAP: slapd 2.4.25 (Nov 14 2011 
21:19:06) 
$#012#011buildd@rothera:/build/buildd/openldap-2.4.25/debian/build/servers/slapd
May 15 10:26:08 smb slapd[26326]: config error processing 
olcDatabase={1}hdb,cn=config: ordered_value_sort failed on attr olcAccess#012
May 15 10:26:08 smb slapd[26326]: slapd stopped.
May 15 10:26:08 smb slapd[26326]: connections_destroy: nothing to destroy.

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

Title:
  package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade:
  ErrorMessage: подпроцесс новый сценарий pre-installation возвратил код
  ошибки 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/999485/+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 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-05-24 Thread Christoffer Holmstedt
I can add that this affects Ubuntu 12.04 host trying to install Ubuntu
12.04 guest aswell.

I'm experiencing the exact same thing every second or third
installation, but the other guest installations works just fine. My
solution to this is at the moment to destroy the VM and delete all
related files on hard disk and then run the vmbuilder installation
again. Sometimes it works sometimes it doesn't. If there is anything I
can do to help to solve this one please let me know and I will supply
the needed log files.

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

Title:
  KVM Guest Hangs at Booting from hard disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/946022/+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 1003326] Re: IPv6 hosts incorrectly reported down

2012-05-24 Thread James Page
Looks like this will be fixed in nmap 6 'which has full IPv6 support'

Marking Confirmed

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

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

** Changed in: nmap (Ubuntu)
   Status: Confirmed = Triaged

** Summary changed:

- IPv6 hosts incorrectly reported down
+ nmap lacks full IPv6 support: IPv6 hosts incorrectly reported down

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

Title:
  nmap lacks full IPv6 support: IPv6 hosts incorrectly reported down

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nmap/+bug/1003326/+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 739297] Re: Please update nmap: stable upstream version is 5.52

2012-05-24 Thread James Page
Kasper - that relates to nmap in Debian.

12.04 shipped with 5.21.

The current development release should pickup the latest version from
Debian shortly.

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

Title:
  Please update nmap: stable upstream version is 5.52

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nmap/+bug/739297/+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 970071] Re: sshutil does not correctly interpret relative paths in sshd_config

2012-05-24 Thread Scott Moser
** Changed in: cloud-init (Ubuntu)
   Status: New = Triaged

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

Title:
  sshutil does not correctly interpret relative paths in sshd_config

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/970071/+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 999485] Re: package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade: ErrorMessage: подпроцесс новый сценарий pre-installation возвратил код ошибки 1

2012-05-24 Thread James Page
Hi Nikolay

Thanks for taking the time to report this bug in Ubuntu.

I think this is probably related to bug 559070, but we need some more
information to figure out exactly whats going on.

Please can you run the following commands:

 sudo slaptest -F /etc/ldap/slapd.d
 sudo slaptest -F /etc/ldap/slapd.d -d 1 21 | grep \.ldif
 sudo fgrep -r olcAccess /etc/ldap/slapd.d

Please attach the output to this bug report.

Marking 'Incomplete' pending your response.  Please set back to 'New'
once you have provided the requested information.

Thanks


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

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

Title:
  package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade:
  ErrorMessage: подпроцесс новый сценарий pre-installation возвратил код
  ошибки 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/999485/+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 994843] Re: package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2012-05-24 Thread James Page
Preparing to replace slapd 2.4.25-1.1ubuntu4.1 (using 
.../slapd_2.4.28-1.1ubuntu4_i386.deb) ...
 * Stopping OpenLDAP slapd
   ...done.
  Dumping to /var/backups/slapd-2.4.25-1.1ubuntu4.1: 
  - directory dc=kolab,dc=int,dc=bnt,dc=ca... 4fa02ec0 str2entry: invalid value 
for attributeType objectClass #0 (syntax 1.3.6.1.4.1.1466.115.121.1.38)
4fa02ec0 root_dse_read_file: could not parse entry 
(file=/etc/kolab/rootDSE.ldif line=3)
4fa02ec0 olcRootDSE: value #0: olcRootDSE could not read file 
/etc/kolab/rootDSE.ldif
4fa02ec0 config error processing cn=config: olcRootDSE could not read file
slapcat: bad configuration directory!
failed.

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

Title:
  package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/994843/+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 1001846] Re: cobbler fails to install with error code 1

2012-05-24 Thread Scott Moser
airtonix,
  could you please provide /proc/net/route of the system that you're seeing 
this issue on?

roaksoax,
  I've marked this as 'confirmed'.  the postinst script is failing. 
Additionally, if I'm reading it right, 
   a.) it would fail even if the value had been pre-seeded (ie, there was no 
reason to try to detect).
   b.) it tries to handle failed to get address case (by db_input) but due to 
'set -e', the script fails when $interface is empty.

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

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

Title:
  cobbler fails to install with error code 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1001846/+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 961240] Re: cloud-init does not run grub on PV Xen and KVM has issues

2012-05-24 Thread Scott Moser
** Changed in: cloud-init (Ubuntu)
   Status: New = Triaged

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

Title:
  cloud-init does not run grub on PV Xen and KVM has issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/961240/+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


[Blueprint servercloud-q-devicens] Devices Namespace

2012-05-24 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
+ User Stories:
+ 
+ Karl runs some containers on his host.  He doesn't want the sound card volume
+ being reset every time a container starts.
+ 
+ Joy wants 30 containers to each have access to one loop device, without any
+ risk of them writing to each other's, or the host's, loop devices.
+ 
+ Assumptions:
+ 
+ The right folks can get together to plan devicens.  Upstream is amenable to
+ the resulting design, or has constructive criticism.
+ 
+ Release notes:
+ 
+ N/A  (this work is preliminary, and hopefully targeted for completion in
+ 14.04).

-- 
Devices Namespace
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-devicens

-- 
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 1002713] Re: package postfix 2.8.5-2~build0.11.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2012-05-24 Thread James Page
Thanks for reporting this bug in Ubuntu.

You need to configure an appropriate hostname for you system - please
follow the advice here:

https://answers.launchpad.net/ubuntu/+source/postfix/+question/173875

Marking 'Invalid' as this is not a bug.

** Changed in: postfix (Ubuntu)
   Status: New = Invalid

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

Title:
  package postfix 2.8.5-2~build0.11.04 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 75

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1002713/+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 961142] Re: chef 0.10: package installation: returned 100, expected 0

2012-05-24 Thread Scott Moser
** Also affects: cloud-init
   Importance: Undecided
   Status: New

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

Title:
  chef 0.10: package installation: returned 100, expected 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/961142/+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 994521] Re: package slapd 2.4.28-1.1ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-05-24 Thread James Page
Hi Christian

Thanks for taking the time to report this bug in Ubuntu.

It looks like something might have been wrong with your ldap
configuration pre-upgrade.

Please can you run the following commands:

 sudo slaptest -F /var/backups/slapd-2.4.25-1.1ubuntu4

and attach the output to this bug report.  Hopefully this might give us
some pointers as to where the issue lies.

Marking 'Incomplete' pending your response.  Please set back to 'New'
once you have provided the requested information.

Thanks

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

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

Title:
  package slapd 2.4.28-1.1ubuntu4 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/994521/+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 947309] Re: racoon phase 2 negotiation fails with Win Vista/7

2012-05-24 Thread Robie Basak
Kaarle,

Any news on testing the -proposed packages please? Instructions above.
Without this testing, the packages will end up getting dropped and not
enter lucid-updates.

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

Title:
  racoon phase 2 negotiation fails with Win Vista/7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipsec-tools/+bug/947309/+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


[Blueprint servercloud-q-devicens] Devices Namespace

2012-05-24 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Work items changed:
  Work items:
  [serge-hallyn] Arrange (and remotely participate in) device ns design 
discussion at plumbers, involving ebiederm and stgraber: TODO
  [stgraber] Discuss device ns design at plumber's: TODO
+ [serge-hallyn] Bring the result up on linux-kernel or blog: TODO

-- 
Devices Namespace
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-devicens

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


[Blueprint servercloud-q-devicens] Devices Namespace

2012-05-24 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Definition Status: Discussion = Review

-- 
Devices Namespace
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-devicens

-- 
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 1003762] Re: bind9 unable to install and service cannot start

2012-05-24 Thread Jack Adan
Yeah, I don't know what happened, but I did a sudo rm -r of the
/etc/bind directory, then tried reinstalling and it worked. Everything's
working like a charm now.

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

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

Title:
  bind9 unable to install and service cannot start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1003762/+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 961142] Re: chef 0.10: package installation: returned 100, expected 0

2012-05-24 Thread Scott Moser
Hi,
  Sorry for the slow reply to this bug. Could you please try reproducing on 
12.04?
  I suspect it will still fail, but there were changes that might have fixed 
this issue.

  It seems strange to me that DEBIAN_HAS_FRONTEND or DEBCONF_REDIR would
affect chef.  I'd even think that if it is installing packages, it
*should* have something like DEBIAN_FRONTEND=noninteractive in its
environment.

  Also, could you turn on cloud-config logging with:
 output: {all: '| tee -a /var/log/cloud-init-output.log'}

and then attach the /var/log/cloud-init-output.log ?

** Changed in: cloud-init (Ubuntu)
   Status: New = Incomplete

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

Title:
  chef 0.10: package installation: returned 100, expected 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/961142/+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 861504] Re: nova-compute-lxc limited by available nbd devices to 16 instances

2012-05-24 Thread Scott Moser
** Changed in: nova (Ubuntu)
   Status: New = Confirmed

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

Title:
  nova-compute-lxc limited by available nbd devices to 16 instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/861504/+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 916494] Re: Please put ipxe.krn to the desktop CD

2012-05-24 Thread Scott Moser
** Changed in: ipxe (Ubuntu)
   Status: New = Triaged

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

Title:
  Please put ipxe.krn to the desktop CD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/916494/+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 888662] Re: Web browsers should share the cache

2012-05-24 Thread Scott Moser
** Changed in: elinks (Ubuntu)
   Status: New = Opinion

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

Title:
  Web browsers should share the cache

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amaya/+bug/888662/+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 855023] Re: 64 bit ssh client fails to connect, 32 bit succeeds

2012-05-24 Thread Scott Moser
Are you still able to see this issue with 12.04 clients?

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

Title:
  64 bit ssh client fails to connect, 32 bit succeeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/855023/+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


[Blueprint servercloud-q-userns] User namespace (update)

2012-05-24 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
- Are there no WI's for this? -- Daviey
+ User Stories:
+ 
+ Izzy wants to create a ubuntu 12.10 container with a root user, but doesn't
+ want to risk the root user in the container exerting privilege over
+ host resources.
+ 
+ Assumptions:
+ 
+ Upstream kernel accepts the remainder of user namespace patchset.
+ 
+ Release Notes:
+ 
+ Containers can now provide a root user which is privileged in the container,
+ but unprivileged on the host.

-- 
User namespace (update)
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-userns

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


[Blueprint servercloud-q-userns] User namespace (update)

2012-05-24 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Definition Status: Discussion = Review

-- 
User namespace (update)
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-userns

-- 
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 999153] Re: package slapd 2.4.28-1.1ubuntu4 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-05-24 Thread Omar BOURAS
Thank You for the answers. 
I have followed the steps that You mentionned. However I got this message when 
executing  sudo apt-get -f install
  Backing up /etc/ldap/slapd.d in /var/backups/slapd-2.4.25-1.1ubuntu4.1... 
done.
  Moving old database directories to /var/backups:
  - directory dc=nodomain... done.
  Loading from /var/backups/slapd-2.4.25-1.1ubuntu4.1: 
  - directory dc=nodomain... failed.

Loading the database from the LDIF dump failed with the following
error while running slapadd:
slapadd: line 29: database #1 (dc=nodomain) not configured to hold 
dc=example,dc=com; did you mean to use database #2 (dc=example,dc=com)?
dpkg : erreur de traitement de slapd (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
Des erreurs ont été rencontrées pendant l'exécution :
 slapd
E: Sub-process /usr/bin/dpkg returned an error code (1)
It is to notice that I already have a slapd configured
B.R

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

Title:
  package slapd 2.4.28-1.1ubuntu4 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/999153/+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 999153] Re: package slapd 2.4.28-1.1ubuntu4 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-05-24 Thread Omar BOURAS
According to what mentionned in the error, I have alreaddy configured
the slapd in my previous version of ubuntu 11.10 with the DN
dc=example,dc=com

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

Title:
  package slapd 2.4.28-1.1ubuntu4 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/999153/+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 994781] Re: removing a node when it has failed commissioning is not possible from the UI

2012-05-24 Thread Brian Morton
Is there a workaround for this bug such as a way to delete from shell?
I'm not familiar enough with the internals of MAAS to do this safely.

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

Title:
  removing a node when it has failed commissioning is not possible from
  the UI

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/994781/+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 994843] Re: package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2012-05-24 Thread James Page
Hi Sam

Thanks for taking the time to report this bug in Ubuntu.

I agree that it looks like slapd can't access /etc/kolab/rootDSE.ldif
due to its apparmor profile.

I'm assuming that 'kolab_bootstrap' does something to fix this - but I'm
not familiar with how kolab works.

Do you still have the slapd configuration and databases?  or have they
been lost?

If you still have them we can do some further diagnostic to see where
the issue might be.

In the meantime please could you scan through /var/log/dmesg to see if
there apparmor DENIED messages that might relate to this issue.

Marking 'Incomplete' pending your response. Please set back to 'New'
once you have provided the requested information.

Thanks



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

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

Title:
  package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/994843/+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 994781] Re: removing a node when it has failed commissioning is not possible from the UI

2012-05-24 Thread Raphaël Badin
You can delete a node like this:
$ sudo maas
 from maasserver.models import Node
 node = Node.objects.get(hostname='myhostname')
 node.delete()

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

Title:
  removing a node when it has failed commissioning is not possible from
  the UI

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/994781/+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 924002] Re: build system strips binaries, so no debug symbol packages available

2012-05-24 Thread Vibhav Pant
Hi Leonardo,
Actually there a upload for autofs5 waiting to be verified, let it get verified 
first then I prepare a patch for it.

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

Title:
  build system strips binaries, so no debug symbol packages available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/924002/+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   >