[Bug 570513] Re: NIS-based autofs maps don't load on startup

2011-09-05 Thread H.-Dirk Schmitt
This bug also breaks gdm on NIS accounts with automounted NFS home
directories !

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

Title:
  NIS-based autofs maps don't load on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/570513/+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 830564] Re: munin_stats plugin does not work

2011-09-05 Thread Bug Watch Updater
** Changed in: munin
   Status: Unknown = Fix Released

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

Title:
  munin_stats plugin does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/munin/+bug/830564/+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 657972] Re: Panic or segfault in Samba

2011-09-05 Thread t98907
The Samba 'panic action' script, /usr/share/samba/panic-action,
was called for PID 11874 (/usr/sbin/smbd).

This means there was a problem with the program, such as a segfault.
Below is a backtrace for this process generated with gdb, which shows
the state of the program at the time the error occurred.  The Samba log
files may contain additional information about the problem.

If the problem persists, you are encouraged to first install the
samba-dbg package, which contains the debugging symbols for the Samba
binaries.  Then submit the provided information as a bug report to
Ubuntu by visiting this link:
https://launchpad.net/ubuntu/+source/samba/+filebug

[Thread debugging using libthread_db enabled]
0x7f8ad5b79dee in waitpid () from /lib/libc.so.6
#0  0x7f8ad5b79dee in waitpid () from /lib/libc.so.6
#1  0x7f8ad5b11a79 in ?? () from /lib/libc.so.6
#2  0x7f8ad8a4e9b4 in smb_panic ()
#3  0x7f8ad8a3e28d in ?? ()
#4  signal handler called
#5  0x7f8ad5bf75cf in ?? () from /lib/libc.so.6
#6  0x7f8ad8a2481e in rep_strlcpy ()
#7  0x7f8ad8a5b494 in connections_fetch_entry ()
#8  0x7f8ad87d8666 in yield_connection ()
#9  0x7f8ad8846496 in close_cnum ()
#10 0x7f8ad87ff2fd in reply_tdis ()
#11 0x7f8ad8844ff7 in ?? ()
#12 0x7f8ad8845397 in ?? ()
#13 0x7f8ad88458ed in ?? ()
#14 0x7f8ad8a5e422 in run_events ()
#15 0x7f8ad88445f0 in smbd_process ()
#16 0x7f8ad8d4a1ee in ?? ()
#17 0x7f8ad8a5e422 in run_events ()
#18 0x7f8ad8a5e6e1 in ?? ()
#19 0x7f8ad8a5eac0 in _tevent_loop_once ()
#20 0x7f8ad8d4aed3 in main ()
A debugging session is active.

Inferior 1 [process 11874] will be detached.

Quit anyway? (y or n) [answered Y; input not from terminal]

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

Title:
  Panic or segfault in Samba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/657972/+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 657972] Re: Panic or segfault in Samba

2011-09-05 Thread t98907
The Samba 'panic action' script, /usr/share/samba/panic-action,
was called for PID 24005 ().

This means there was a problem with the program, such as a segfault.
However, the executable could not be found for process 24005.
It may have died unexpectedly, or you may not have permission to debug
the process.

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

Title:
  Panic or segfault in Samba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/657972/+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 841672] [NEW] ssh-add does not unlock ssh keys

2011-09-05 Thread Claudio Moretti
Public bug reported:

When I execute ssh-add it asks for my keys passwords and confirms that
they were unlocked, but when I try to ssh into a server I am asked for
my password again via the ssh-askpass-gnome prompt.

Here's an (edited and cut) version of my .ssh/config file:

=
VisualHostKey yes
Host myhost1
Hostname myhost1.url
User user
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_dsa
Compression yes
Compressionlevel 6

Host myhost2
Hostname myhost2.url
User user
PreferredAuthentications publickey
Compression no

Host myhost3 myhost4 myhost5
Hostname myhost3.url
User user
PreferredAuthentications publickey
Compression yes
Compressionlevel 6

[...]

=

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: ssh-askpass (not installed)
ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
Uname: Linux 3.0.0-10-generic x86_64
Architecture: amd64
Date: Mon Sep  5 11:29:43 2011
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ssh-askpass
UpgradeStatus: Upgraded to oneiric on 2011-06-29 (68 days ago)

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


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

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

Title:
  ssh-add does not unlock ssh keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/841672/+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 841672] Re: ssh-add does not unlock ssh keys

2011-09-05 Thread Soren Hansen
Is your ssh agent running? What does echo $SSH_AUTH_SOCK say?

** 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/841672

Title:
  ssh-add does not unlock ssh keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/841672/+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 840641] Re: nova ftbfs (Sphinx? Segmentation fault)

2011-09-05 Thread Dave Walker
Resolved with:
https://bitbucket.org/ambroff/greenlet/changeset/2d5b17472757/raw/

Will upload shortly.

** Changed in: python-greenlet (Ubuntu Oneiric)
 Assignee: (unassigned) = Dave Walker (davewalker)

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

Title:
  nova ftbfs (Sphinx? Segmentation fault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/840641/+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 841672] Re: ssh-add does not unlock ssh keys

2011-09-05 Thread Claudio Moretti
Here's the output:

claudio@Chuck:~$ echo $SSH_AUTH_SOCK
/tmp/keyring-TjsKLR/ssh


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

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

Title:
  ssh-add does not unlock ssh keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/841672/+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 832507] Re: console.log grows indefinitely

2011-09-05 Thread Soren Hansen
It turns out that kvm gracefully handles it a listener on a named pipe
close()s its connection and opens it again (and buffers whatever output
would have been read in the mean time). This should make this a much
simpler fix.

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

Title:
  console.log grows indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/832507/+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 841726] [NEW] Unable to netboot with dhcpd managed by cobbler

2011-09-05 Thread James Page
Public bug reported:

cobbler manages the isc-dhcp-server instance that run alongside it in my
test deployment; prior to upgrade to oneiric it was able to manage
/etc/dhcp/dhpcd.conf fine - however now when cobbler generates this file
using 'cobbler sync' I always get a gpxe filename rather than
pxelinux.0:

# group for Cobbler DHCP tag: default
group {
host mercury.shouse.local {
hardware ethernet HIDDEN;
fixed-address HIDDEN;
option host-name HIDDEN;
filename gpxe/menu.gpxe;
next-server HIDDEN;
}
}

use_gpxe is set to 0 in /etc/cobbler/settings so this is a little
inexpected.

Workaround: fix filename to pxelinux.0 in /etc/cobbler/dhcp.template

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: cobbler 2.1.0+git20110602-0ubuntu23
ProcVersionSignature: Ubuntu 3.0.0-9.14-server 3.0.3
Uname: Linux 3.0.0-9-server x86_64
Architecture: amd64
Date: Mon Sep  5 11:56:38 2011
InstallationMedia: Ubuntu-Server 11.04 Natty Narwhal - Beta amd64 (20110413)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: cobbler
UpgradeStatus: Upgraded to oneiric on 2011-08-30 (5 days ago)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  Unable to netboot with dhcpd managed by cobbler

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/841726/+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 841726] Re: Unable to netboot with dhcpd managed by cobbler

2011-09-05 Thread James Page
** Description changed:

  cobbler manages the isc-dhcp-server instance that run alongside it in my
  test deployment; prior to upgrade to oneiric it was able to manage
  /etc/dhcp/dhpcd.conf fine - however now when cobbler generates this file
  using 'cobbler sync' I always get a gpxe filename rather than
  pxelinux.0:
  
  # group for Cobbler DHCP tag: default
  group {
- host mercury.shouse.local {
- hardware ethernet HIDDEN;
- fixed-address HIDDEN;
- option host-name HIDDEN;
- filename gpxe/menu.gpxe;
- next-server HIDDEN;
- }
+ host mercury.shouse.local {
+ hardware ethernet HIDDEN;
+ fixed-address HIDDEN;
+ option host-name HIDDEN;
+ filename gpxe/menu.gpxe;
+ next-server HIDDEN;
+ }
  }
  
  use_gpxe is set to 0 in /etc/cobbler/settings so this is a little
  inexpected.
  
- Workaround: fix filename to pxelinux.0 in /etc/cobbler/dhpc.template
+ Workaround: fix filename to pxelinux.0 in /etc/cobbler/dhcp.template
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: cobbler 2.1.0+git20110602-0ubuntu23
  ProcVersionSignature: Ubuntu 3.0.0-9.14-server 3.0.3
  Uname: Linux 3.0.0-9-server x86_64
  Architecture: amd64
  Date: Mon Sep  5 11:56:38 2011
  InstallationMedia: Ubuntu-Server 11.04 Natty Narwhal - Beta amd64 (20110413)
  PackageArchitecture: all
  ProcEnviron:
-  LANGUAGE=en_GB:en
-  PATH=(custom, no user)
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_GB:en
+  PATH=(custom, no user)
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  SourcePackage: cobbler
  UpgradeStatus: Upgraded to oneiric on 2011-08-30 (5 days ago)

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

Title:
  Unable to netboot with dhcpd managed by cobbler

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/841726/+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 813317] Re: package asterisk-config 1:1.6.2.5-0ubuntu1.4 failed to install/upgrade: EOF on stdin at conffile prompt

2011-09-05 Thread Dave Walker
This usually happens when the package manager tries to help you merge
configuration files that have changed from the package to what is on the
local system.  I've seen this when it's set to be non-interactive and
other peculiar situations.

Are you able to provide more information as to what might have caused
this on your occasion, and how the system state was left?

Thanks.

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

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

Title:
  package asterisk-config 1:1.6.2.5-0ubuntu1.4 failed to
  install/upgrade: EOF on stdin at conffile prompt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/813317/+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 839772] Re: libvirtd crashed with SIGSEGV in malloc()

2011-09-05 Thread Paul van Genderen
It keeps crashing even while I'm not doing anything libvirtd related.

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

Title:
  libvirtd crashed with SIGSEGV in malloc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/839772/+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 836849] Re: Samba starts before static IPs set in network manager

2011-09-05 Thread Robie Basak
** Changed in: samba (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Samba starts before static IPs set in network manager

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

2011-09-05 Thread Robie Basak
Error from log file:

 * Starting backuppc...
2011-09-01 18:23:34 Another BackupPC is running (pid 1037); quitting...
invoke-rc.d: initscript backuppc, action start failed.
dpkg : erreur de traitement de backuppc (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1

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

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

Title:
  package backuppc 3.1.0-9ubuntu1 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/backuppc/+bug/838931/+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 840099] Re: package backuppc 3.2.0-3ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-05 Thread Robie Basak
Error from log file:

 * Starting backuppc...    2011-09-02 22:05:41 Can't create a test 
hardlink between a file in /disk3/backuppc/pc and /disk3/backuppc/cpool.  
Either these are different file systems, or this file system doesn't support 
hardlinks, or these directories don't exist, or there is a permissions problem, 
or the file system is out of inodes or full.  Use df, df -i, and ls -ld to 
check each of these possibilities. Quitting...
invoke-rc.d: initscript backuppc, action start failed.
dpkg: error processing backuppc (--configure):
 subprocess installed post-installation script returned error exit status 1


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

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

Title:
  package backuppc 3.2.0-3ubuntu4 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/840099/+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 840099] Re: package backuppc 3.2.0-3ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-05 Thread Robie Basak
Could this be related to #807770?

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

Title:
  package backuppc 3.2.0-3ubuntu4 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/840099/+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 840099] Re: package backuppc 3.2.0-3ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-05 Thread Robie Basak
bug 807770

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

Title:
  package backuppc 3.2.0-3ubuntu4 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/840099/+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 839263] Re: package nagios3-common 3.2.3-1ubuntu1.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-05 Thread Robie Basak
** Changed in: nagios3 (Ubuntu)
   Importance: Undecided = Low

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

Title:
  package nagios3-common 3.2.3-1ubuntu1.2 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/nagios3/+bug/839263/+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 289367] Re: camellia cipher does not work in racoon - enable camellia in openssl

2011-09-05 Thread Sim IJskes
Still not arrived in ubuntu natty.

Package: openssl
Versions: 0.9.8o-5ubuntu1

$ openssl ciphers 
DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA:EDH-RSA-DES-CBC3-SHA:EDH-DSS-DES-CBC3-SHA:DES-CBC3-SHA:DES-CBC3-MD5:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA:AES128-SHA:RC2-CBC-MD5:RC4-SHA:RC4-MD5:RC4-MD5:EDH-RSA-DES-CBC-SHA:EDH-DSS-DES-CBC-SHA:DES-CBC-SHA:DES-CBC-MD5:EXP-EDH-RSA-DES-CBC-SHA:EXP-EDH-DSS-DES-CBC-SHA:EXP-DES-CBC-SHA:EXP-RC2-CBC-MD5:EXP-RC2-CBC-MD5:EXP-RC4-MD5:EXP-RC4-MD5

$ openssl ciphers CAMELLIA
Error in cipher list
25670:error:1410D0B9:SSL routines:SSL_CTX_set_cipher_list:no cipher 
match:ssl_lib.c:1222:

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

Title:
  camellia cipher does not work in racoon - enable camellia in openssl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipsec-tools/+bug/289367/+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 839489] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: the script post-installation subprocess returned exit code 1

2011-09-05 Thread Robie Basak
** Changed in: mysql-5.1 (Ubuntu)
   Importance: Undecided = Low

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade:
  the script post-installation subprocess returned exit code 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/839489/+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 839490] Re: NUT is not shutdown UPS

2011-09-05 Thread Robie Basak
** Changed in: nut (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  NUT is not shutdown UPS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/839490/+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 839509] Re: nut can not log to syslog when shutdown

2011-09-05 Thread Robie Basak
** Changed in: nut (Ubuntu)
   Importance: Undecided = Low

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

Title:
  nut can not log to syslog when shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/839509/+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 839657] Re: Error message about parsing /etc/hosts with rabbitmqctl

2011-09-05 Thread Robie Basak
Should /etc/hosts have fe00::0 ip6-localnet instead of feo0::0
ip6-localnet?

** Changed in: rabbitmq-server (Ubuntu)
   Importance: Undecided = Low

** Changed in: rabbitmq-server (Ubuntu)
   Status: New = Incomplete

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

Title:
  Error message about parsing /etc/hosts with rabbitmqctl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/839657/+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 839657] Re: Error message about parsing /etc/hosts with rabbitmqctl

2011-09-05 Thread Robie Basak
If my comment in #1 fixes the problem for you, please mark this bug as
Invalid, otherwise please reopen.

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

Title:
  Error message about parsing /etc/hosts with rabbitmqctl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/839657/+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 839764] Re: package openssh-server 1:5.8p1-1ubuntu3 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 2

2011-09-05 Thread Robie Basak
Error from log:

Configurando openssh-server (1:5.8p1-1ubuntu3) ...
exec: 34: /lib/init/upstart-job: Permission denied
invoke-rc.d: initscript ssh, action stop failed.
dpkg: erro processando openssh-server (--configure):
 sub-processo script post-installation instalado retornou estado de saída de 
erro 2

** Package changed: openssh (Ubuntu) = upstart (Ubuntu)

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

Title:
  package openssh-server 1:5.8p1-1ubuntu3 failed to install/upgrade:
  sub-processo script post-installation instalado retornou estado de
  saída de erro 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/839764/+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 840386] Re: Update munin to bugfix release 1.4.6

2011-09-05 Thread Bug Watch Updater
** Changed in: munin (Debian)
   Status: Unknown = Fix Released

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

Title:
  Update munin to bugfix release 1.4.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/840386/+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 839796] Re: nova-manage complains about missing nova-compute.conf

2011-09-05 Thread Robie Basak
** Changed in: nova (Ubuntu)
   Importance: Undecided = Low

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

Title:
  nova-manage complains about missing nova-compute.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/839796/+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 840182] Re: package apache2.2-common 2.2.17-1ubuntu1 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive

2011-09-05 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better. It seems that there was an error caused by a corrupted
archive. Please execute the following commands, as it will clear your
package cache, in a terminal ( Applications - Accessories - Terminal )
:

sudo apt-get clean
sudo apt-get update

Then try performing the update again. This will likely resolve your
issue. If so please set the bug's status to Invalid. Thanks in advance!

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

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

Title:
  package apache2.2-common 2.2.17-1ubuntu1 failed to install/upgrade:
  corrupted filesystem tarfile - corrupted package archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/840182/+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 840474] Re: Can't connect via samba from Vbox XP Guest when restricting IP with hosts allow in smb.conf

2011-09-05 Thread Robie Basak
** 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/840474

Title:
  Can't connect via samba from Vbox XP Guest when restricting IP with
  hosts allow in smb.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/840474/+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 840188] Re: cobbler crashed with IOError in check_setup(): [Errno 5] Input/output error

2011-09-05 Thread Robie Basak
** Changed in: cobbler (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  cobbler crashed with IOError in check_setup(): [Errno 5] Input/output
  error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/840188/+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 840925] Re: Please make /dev/kvm world-accessible in 45-qemu-kvm.rules

2011-09-05 Thread Robie Basak
** Changed in: kvm (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Please make /dev/kvm world-accessible in 45-qemu-kvm.rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/840925/+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 840648] Re: NumLock doesn't engage when entering X session

2011-09-05 Thread Robie Basak
** Changed in: open-vm-tools (Ubuntu)
   Importance: Undecided = Low

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

Title:
  NumLock doesn't engage when entering X session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/840648/+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 841033] Re: package grub-legacy-ec2 0.6.1-0ubuntu8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-05 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

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

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

** Changed in: cloud-init (Ubuntu)
   Importance: Undecided = Low

** 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/841033

Title:
  package grub-legacy-ec2 0.6.1-0ubuntu8 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/cloud-init/+bug/841033/+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 840513] Re: package slapd 2.4.23-6ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-05 Thread Robie Basak
** Changed in: openldap (Ubuntu)
   Importance: Undecided = Low

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

Title:
  package slapd 2.4.23-6ubuntu6 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/840513/+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 833542] Re: samba 2:3.5.8~dfsg-1ubuntu2.3 failed to upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-05 Thread Ramon Casha
Ok. Note that I have since fixed the smb.conf file by removing wins
support as I mentioned previously. If you want the tests above with wins
support enabled let me know.

==
testparm -s  --parameter-name='disable netbios'
Load smb config files from /etc/samba/smb.conf
Processing section [printers]
Processing section [print$]
Processing section [Public]
Loaded services file OK.
No
===
testparm
Load smb config files from /etc/samba/smb.conf
Processing section [printers]
Processing section [print$]
Processing section [Public]
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions

[global]
workgroup = xx
server string = %h server (Samba, Ubuntu)
map to guest = Bad User
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n 
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
wins server = xxx.xxx.xxx.xxx
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d

[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
printable = Yes
browseable = No

[print$]
comment = Printer Drivers
path = /var/lib/samba/printers

[Public]
path = /home/xxx/x
guest ok = Yes

ls -l /var/run
total 52
-rw-r--r-- 1 root   root  5 2011-09-01 07:59 acpid.pid
srw-rw-rw- 1 root   root  0 2011-09-01 07:59 acpid.socket
-rw-r--r-- 1 root   root  5 2011-09-01 07:59 atd.pid
drwxr-xr-x 2 avahi  avahi80 2011-09-05 13:29 avahi-daemon
drwxr-xr-x 2 root   root 60 2011-09-05 13:28 console
drwxr-xr-x 2 root   root 60 2011-09-05 13:28 ConsoleKit
-rw-r--r-- 1 root   root  4 2011-09-01 07:59 console-kit-daemon.pid
-rw-r--r-- 1 root   root  5 2011-09-01 07:59 crond.pid
-- 1 root   root  0 2011-09-01 07:59 crond.reboot
drwxr-xr-x 3 root   lp  120 2011-09-01 07:59 cups
drwxr-xr-x 2 messagebus messagebus   80 2011-09-01 07:59 dbus
drwx--x--x 4 root   gdm 100 2011-09-01 08:00 gdm
-rw-r--r-- 1 root   root  4 2011-09-01 07:59 gdm.pid
-rw-r--r-- 1 root   root109 2011-09-01 07:59 motd
drwxr-xr-x 2 mysql  root 60 2011-09-01 07:59 mysqld
drwxr-xr-x 2 root   root 60 2011-09-05 13:28 network
-rw-r--r-- 1 root   root  0 2011-09-01 07:59 
network-interface-security
-rw-r--r-- 1 root   root  4 2011-09-01 07:59 NetworkManager.pid
drwxr-xr-x 5 root   root100 2011-09-01 16:11 pm-utils
drwxrwsr-x 2 postgres   postgres100 2011-09-01 08:00 postgresql
drwxr-xr-x 2 root   root 40 2011-09-01 08:00 pppconfig
-rw-r--r-- 1 root   root  4 2011-09-01 07:59 rsyslogd.pid
drwxr-xr-x 2 root   root260 2011-09-02 07:27 samba
drwxrwxr-x 2 root   utmp 40 2011-09-01 07:59 screen
drwxr-xr-x 2 root   root 40 2011-09-01 07:59 sendsigs.omit.d
drwxr-xr-x 2 root   root 40 2011-09-01 07:59 sshd
-rw-r--r-- 1 root   root  4 2011-09-01 07:59 sshd.pid
drwxr-xr-x 2 root   root 60 2011-09-01 07:59 udev-configure-printer
-rw-r--r-- 1 root   root  4 2011-09-01 07:59 
upstart-socket-bridge.pid
-rw-r--r-- 1 root   root  4 2011-09-01 07:59 upstart-udev-bridge.pid
-rw-rw-r-- 1 root   utmp   4608 2011-09-05 16:06 utmp
drwxr-xr-x 2 xrdp   xrdp 80 2011-09-01 08:00 xrdp

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

Title:
  samba 2:3.5.8~dfsg-1ubuntu2.3 failed to 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/833542/+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 569757] Re: NIS upstart dependency broken for lucid

2011-09-05 Thread H.-Dirk Schmitt
For the installation error try to remove /var/lib/dpkg/info/nis.postinst
to avoid the error condition.


** Tags added: natty

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

Title:
  NIS upstart dependency broken for lucid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/569757/+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 841726] Re: Unable to netboot with dhcpd managed by cobbler

2011-09-05 Thread Robie Basak
** Changed in: cobbler (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Unable to netboot with dhcpd managed by cobbler

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/841726/+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 841672] Re: ssh-add does not unlock ssh keys

2011-09-05 Thread Robie Basak
** Changed in: openssh (Ubuntu)
   Importance: Undecided = Low

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

Title:
  ssh-add does not unlock ssh keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/841672/+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 827496] Re: cobbler kickstart metadata dont affect ubuntu preseed

2011-09-05 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please execute the following command, as it will automatically gather 
debugging information, in a terminal:
apport-collect BUGNUMBER
When reporting bugs in the future please use apport by using 'ubuntu-bug' and 
the name of the package affected. You can learn more about this functionality 
at https://wiki.ubuntu.com/ReportingBugs.

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

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

Title:
  cobbler kickstart metadata dont affect ubuntu preseed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/827496/+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 569757] Re: NIS upstart dependency broken for lucid

2011-09-05 Thread H.-Dirk Schmitt
The problem is still in in natty.

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

Title:
  NIS upstart dependency broken for lucid

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

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


Re: [Bug 839796] [NEW] nova-manage complains about missing nova-compute.conf

2011-09-05 Thread Soren Hansen
Argh, I didn't realise there would be a warning if the file was missing.

Debian Policy forbids us from altering the contents of a conffile from
maintainer scripts, so we can't append to nova.conf when nova-compute
gets installed.

I suggest we either a --optional-flagfile that doesn't warn or perhaps
make it so that --flagfile=@/some/path silently ignores /some/path's
absence.

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

Title:
  nova-manage complains about missing nova-compute.conf

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

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


Re: [Bug 840925] [NEW] Please make /dev/kvm world-accessible in 45-qemu-kvm.rules

2011-09-05 Thread Soren Hansen
The reasons for limiting access to /dev/kvm expired years ago. There's
no longer any particular reason to not make it world writable.

-- 
Soren Hansen        | http://linux2go.dk/
Ubuntu Developer    | http://www.ubuntu.com/
OpenStack Developer | http://www.openstack.org/

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

Title:
  Please make /dev/kvm world-accessible in 45-qemu-kvm.rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/840925/+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 839657] Re: Error message about parsing /etc/hosts with rabbitmqctl

2011-09-05 Thread jherazob
Yep, that fixed it, stupid O character, in front of my face but since
obviously it couldn't be an O i didn't even saw it. That's the problem
when many people work on a single server.

Thanks, marking this Invalid.

** Changed in: rabbitmq-server (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Error message about parsing /etc/hosts with rabbitmqctl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/839657/+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 839490] Re: NUT is not shutdown UPS

2011-09-05 Thread Dmitriy Altuhov
** Description changed:

  Description:Ubuntu 11.04
  Release:11.04
  nut version 2.6.0-1ubuntu3
  
- Problem: 
+ Problem:
  upsmon working under nut user (not root). nut user can't create file 
/etc/killpower
  
  Example:
  1) Mains out. UPS on battery
  2) Battery low. set FSD
  3) upsmon executes shutdowncmd but fails to create /etc/killpower
  4) /etc/init.d/halt executes /etc/init.d/ups-monitor poweroff
  5) /etc/init.d/ups-monitor poweroff executes upsmon -K to check 
/etc/killpower (but file does not exist)
  6) not sending shutdown command to UPS (upsdrvctl shutdown is not executed)
  7) system halted, but UPS stays on battery
  8) mains come back, ups going on mains, but load is not switched off/on
- 9) PC stay OFF (need manual start)
+ 9) PC stays OFF (need manual start)

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

Title:
  NUT is not shutdown UPS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/839490/+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 server-o-xen-host] Improve Ubuntu as an Xen host.

2011-09-05 Thread Chuck Short
Blueprint changed by Chuck Short:

Whiteboard changed:
  * xenner is built for xen 3.4.
  
  Work items for Alpha 3:
  [zulcss] Remove xen-3.3 from the archive: INPROGRESS
  [zulcss] Remove ubuntu-xen-server from archive: INPROGRESS
  [zulcss] Remove ubuntu-xen-desktop from archive: INPROGRESS
  [zulcss] Test xen booting PAE on i386 without libvirt: TODO
  [zulcss] Test xen booting on amd64 without libvirt: DONE
  [zulcss] Test xen PAE on i386 with libvirt: TODO
  [zulcss] Test xen on amd64 with libvirt: TODO
  [zulcss] Test xen hvm CD install on i386: TODO
  [zulcss] Test xen hvm CD install on amd64: TODO
  
  Work Items:
  [zulcss] Sync Xen 4.1 from Debian Unstable: DONE
  [zulcss] Sync xen-common from Debian Unstable: DONE
  [zulcss] Update xen dependencies for migration between xen-3.3 to xen-4.1: 
DONE
  [zulcss] Check for upstream bug fixes that has not made it into debian yet: 
DONE
  [smb] Turn on dom0 kernel support in -server kernel: DONE
  [zulcss] Write MIR for libxen-devel and libxenstore3.0 to replace libxen3-dev 
in main: DONE
  [zulcss] Test build changes for libvirt with libxen-devel: DONE
- [zulcss] Remove xen-3.3 from the archive: INPROGRESS
- [zulcss] Remove ubuntu-xen-server from archive: INPROGRESS
- [zulcss] Remove ubuntu-xen-desktop from archive: INPROGRESS
+ [zulcss] Remove xen-3.3 from the archive: DONE
+ [zulcss] Remove ubuntu-xen-server from archive: DONE
+ [zulcss] Remove ubuntu-xen-desktop from archive: DONE
  [zulcss] Test xen booting PAE on i386 without libvirt: TODO
  [zulcss] Test xen booting on amd64 without libvirt: DONE
  [zulcss] Test xen PAE on i386 with libvirt: TODO
- [zulcss] Test xen on amd64 with libvirt: TODO
+ [zulcss] Test xen on amd64 with libvirt: DONE
  [zulcss] Test xen hvm CD install on i386: DONE
  [zulcss] Test xen hvm CD install on amd64: DONE
  [zulcss] Test xen-tools to make sure that it works with xen 4.1: DONE
  [zulcss] Test live-helper to see if it works with xen 4.1: TODO
  [zulcss] Create a small xen meta package to make xen install easier: TODO

-- 
Improve Ubuntu as an Xen host.
https://blueprints.launchpad.net/ubuntu/+spec/server-o-xen-host

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


[Bug 833542] Re: samba 2:3.5.8~dfsg-1ubuntu2.3 failed to upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-05 Thread Clint Byrum
Ahh ,so the problem was a broken smb.conf file. Thanks for being so
responsive Ramon. This sounds like it was a config problem, not a
package issue. Closing this bug report.

** Changed in: samba (Ubuntu)
   Status: Incomplete = 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/833542

Title:
  samba 2:3.5.8~dfsg-1ubuntu2.3 failed to 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/833542/+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 334474] Re: Disk quotas do not work in ext4

2011-09-05 Thread Thomas Schweikle
Same problem with later Ubuntu-Versions. Quota does not work as expected:
!root@ilx01:/# ls -la /users
!total 32
!drwxr-xr-x  5 root root  4096 2011-02-15 18:02 .
!drwxr-xr-x 26 root root  4096 2011-07-14 11:04 ..
!drwxr-xr-x 59 root root  4096 2011-08-31 11:53 dirs
!drwxr-xr-x 59 root root  4096 2011-08-31 11:53 home
!drwx--  2 root root 16384 2011-02-15 17:50 lost+found
!-rw---  1 root root 0 2011-09-05 18:23 quota.group
!-rw---  1 root root 0 2011-09-05 18:23 quota.user

!root@ilx01:/# quotacheck -g -u -c -m -v -a
!quotacheck: Skipping 192.168.180.2:/share/xlxctmpl [/opt/xlxctmpl]
!quotacheck: Cannot find filesystem to check or filesystem not mounted with 
quota option.

!root@ilx01:/# mount
![...]
!/dev/mapper/vg00-users on /users type ext4 
(rw,errors=remount-ro,usrquota,grpquota)

!root@ilx01:/# cat /etc/mtab
![...]
!/dev/mapper/vg00-users /users ext4 rw,errors=remount-ro,usrquota,grpquota 0 0

!root@ilx01:/# cat /proc/mounts 
![...]
!/dev/mapper/vg00-users /users ext4 
rw,relatime,errors=remount-ro,barrier=1,data=ordered,usrquota,grpquota 0 0

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

Title:
  Disk quotas do not work in ext4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quota/+bug/334474/+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 334474] Re: Disk quotas do not work in ext4

2011-09-05 Thread Thomas Schweikle
I had to restart the whole machine to make it work. It did not help to

! umount /users
! mount /users

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

Title:
  Disk quotas do not work in ext4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quota/+bug/334474/+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 840641] Re: nova ftbfs (Sphinx? Segmentation fault)

2011-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package python-greenlet - 0.3.1-1ubuntu4

---
python-greenlet (0.3.1-1ubuntu4) oneiric; urgency=low

  * drop-ts_origin.patch: Resolve issue of an exception being cast when used
in an i386 environment, by dropping switching-from stack reference and
safer stack handling.  Patch courtesy of upstream commit. (LP: #840641)
  * fix-arm-broken-tests.patch: Refreshed and re-enabled as it wasn't the
culprit to the issues encountered.
  * debian-changes-0.3.1-1ubuntu1: Refreshed and Re-enabled, removes *.pyc
files oddly shipped in orig tarball.
 -- Dave Walker (Daviey) davewal...@ubuntu.com   Mon, 05 Sep 2011 19:33:53 
+0100

** Changed in: python-greenlet (Ubuntu Oneiric)
   Status: New = Fix Released

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

Title:
  nova ftbfs (Sphinx? Segmentation fault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/840641/+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 494811] Re: image-store-proxy restart does not kill the existing process

2011-09-05 Thread Dave Walker
I cannot see that this issue is viable for an SRU, and doesn't seem to
be the major issue it once was.  Therefore dropping priority to Low.

Thanks.

** Changed in: image-store-proxy (Ubuntu)
   Importance: Medium = Low

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

Title:
  image-store-proxy restart does not kill the existing process

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/image-store-proxy/+bug/494811/+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 518962] Re: ssh client does not forward X11 to local user's networked DISPLAY

2011-09-05 Thread Dave Walker
** Tags added: ipv6

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

Title:
  ssh client does not forward X11 to local user's networked DISPLAY

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/518962/+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 server-o-openstack] OpenStack Integration

2011-09-05 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
  [davewalker] Write MIR for python-carrot or kombu: BLOCKED
  [gandelman-a] Write MIR for python-amqplib: DONE
  [zulcss] Write MIR for python-sqlachemy: DONE
  [james-page] Write MIR for python-eventlet: DONE
  [zulcss] Write MIR for python-gflags: DONE
  [zulcss] Write MIR for python-mox: DONE
  [zulcss] Write MIR for python-routes: DONE
  [zulcss] Write MIR for python-webob: TODO
  [james-page] Write MIR for python-migrate: DONE
  [zulcss] Write MIR for python-decorator: DONE
  [zulcss] Write MIR for python-tempita: DONE
  [zulcss] Write MIR for python-netaddr: DONE
  [zulcss] Write MIR for pthon-lockfile: DONE
  [zulcss] Write MIR for pep8: DONE
  [zulcss] Write MIR for python-twised-web: DONE
  [zulcss] Write MIR for ajaxterm: DONE
  [zulcss] Write MIR for python-xattr: DONE
  [zulcss] Write MIR for python-greenlet: DONE
  [zulcss] Write MIR for python-netifaces: DONE
  [zulcss] Dropped xen-linux-system from depends: DONE
  [davewalker] Write MIR for nova: BLOCKED
  [zulcss] Write MIR for glance: DONE
  [clint-fewbar] Write MIR for swift: POSTPONED
  [zulcss] Investigate sensible defaults for Nova multi node install: DONE
  [zulcss] Investigate with sensible defaults for Nova single install: DONE
  [zulcss] Replace python-ipy with python-netaddr and submit upstream:DONE
  [zulcss] Drop python-tempita from nova packaging: DONE
  [zulcss] Fix MIR feedback: TODO
  
  Work Items for oneiric-alpha-3:
  [zulcss] Investigate S3 for glance: POSTPONED
  [zulcss] Investigate S3 for swift: POSTPONED
  [zulcss] Investigate sensible defaults for glance installation: POSTPONED
  [zulcss] Investigate sensible defaults for swift installation: POSTPONED
  [gandelman-a] Integrate ensemble modules for puppet deployment: DONE
  [davewalker] Write MIR for python-carrot or kombu: BLOCKED
  [james-page] Write MIR for python-migrate: DONE
  [clint-fewbar] Write MIR for swift: DONE
  [davewalker] Write MIR for nova: BLOCKED
  [zulcss] Fix MIR feedback: DONE
  [zulcss] Package lio-utils for oneiric: DONE
  [zulcss] Investigate the usage of rootwrap into eucalyptus and submit 
upstream: DONE
  [zulcss] Package openstack dashboard: BLOCKED
  [zulcss] Package quantum and upload to the archive: POSTPONED
  [zulcss] Package keystone and upload to the archive: POSTPONED
  
  Work Items:
  [zulcss] Replace vblade-persist with something else: TODO
  [zulcss] Replace socat with netcat-openbsd: TODO
  [zulcss] Package lio-utils for oneiric: DONE
  [zulcss] Replace iscsitarget with lio-utils and submit upstream: TODO
  [zulcss] Add EC2 testcases to upstream: TODO
  [zulcss] Investigate monitoring hooks: TODO
  [zulcss] Investigate monitoring hooks needed for orchestra: DONE
  [zulcss] Update preseeds for UEC test rig:  DONE
  [zulcss] Suggest socat and ajaxterm: TODO
  [zulcss] Try to fix ajaxterm for Ubuntu: TODO
  [zulcss] Try ensemble on openstack: TODO
  [zulcss]  ldap support (for IS): TODO
  [zulcss]  postgresql support (for IS): TODO
  [zulcss] no starting of nova/swift for upstart: TODO
  [zulcss] rootwrap: TODO
  [zulcss] ensemble formula for nagios: DONE
  [zulcss] ensemble formula for collectd: TODO
  [zulcss] glusterfs support: TODO
  [zulcss] vblade to suggests: TODO
-  ensemble for ganglia: DONE
-  ensemble for munin: DONE
+  ensemble for ganglia: DONE
+  ensemble for munin: DONE

-- 
OpenStack Integration
https://blueprints.launchpad.net/ubuntu/+spec/server-o-openstack

-- 
Ubuntu-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 server-o-openstack] OpenStack Integration

2011-09-05 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
- [davewalker] Write MIR for python-carrot or kombu: BLOCKED
+ [davewalker] Write MIR for python-carrot or kombu: DONE
  [gandelman-a] Write MIR for python-amqplib: DONE
  [zulcss] Write MIR for python-sqlachemy: DONE
  [james-page] Write MIR for python-eventlet: DONE
  [zulcss] Write MIR for python-gflags: DONE
  [zulcss] Write MIR for python-mox: DONE
  [zulcss] Write MIR for python-routes: DONE
  [zulcss] Write MIR for python-webob: TODO
  [james-page] Write MIR for python-migrate: DONE
  [zulcss] Write MIR for python-decorator: DONE
  [zulcss] Write MIR for python-tempita: DONE
  [zulcss] Write MIR for python-netaddr: DONE
  [zulcss] Write MIR for pthon-lockfile: DONE
  [zulcss] Write MIR for pep8: DONE
  [zulcss] Write MIR for python-twised-web: DONE
  [zulcss] Write MIR for ajaxterm: DONE
  [zulcss] Write MIR for python-xattr: DONE
  [zulcss] Write MIR for python-greenlet: DONE
  [zulcss] Write MIR for python-netifaces: DONE
  [zulcss] Dropped xen-linux-system from depends: DONE
  [davewalker] Write MIR for nova: BLOCKED
  [zulcss] Write MIR for glance: DONE
  [clint-fewbar] Write MIR for swift: POSTPONED
  [zulcss] Investigate sensible defaults for Nova multi node install: DONE
  [zulcss] Investigate with sensible defaults for Nova single install: DONE
  [zulcss] Replace python-ipy with python-netaddr and submit upstream:DONE
  [zulcss] Drop python-tempita from nova packaging: DONE
  [zulcss] Fix MIR feedback: TODO
  
  Work Items for oneiric-alpha-3:
  [zulcss] Investigate S3 for glance: POSTPONED
  [zulcss] Investigate S3 for swift: POSTPONED
  [zulcss] Investigate sensible defaults for glance installation: POSTPONED
  [zulcss] Investigate sensible defaults for swift installation: POSTPONED
  [gandelman-a] Integrate ensemble modules for puppet deployment: DONE
  [davewalker] Write MIR for python-carrot or kombu: BLOCKED
  [james-page] Write MIR for python-migrate: DONE
  [clint-fewbar] Write MIR for swift: DONE
  [davewalker] Write MIR for nova: BLOCKED
  [zulcss] Fix MIR feedback: DONE
  [zulcss] Package lio-utils for oneiric: DONE
  [zulcss] Investigate the usage of rootwrap into eucalyptus and submit 
upstream: DONE
  [zulcss] Package openstack dashboard: BLOCKED
  [zulcss] Package quantum and upload to the archive: POSTPONED
  [zulcss] Package keystone and upload to the archive: POSTPONED
  
  Work Items:
  [zulcss] Replace vblade-persist with something else: TODO
  [zulcss] Replace socat with netcat-openbsd: TODO
  [zulcss] Package lio-utils for oneiric: DONE
  [zulcss] Replace iscsitarget with lio-utils and submit upstream: TODO
  [zulcss] Add EC2 testcases to upstream: TODO
  [zulcss] Investigate monitoring hooks: TODO
  [zulcss] Investigate monitoring hooks needed for orchestra: DONE
  [zulcss] Update preseeds for UEC test rig:  DONE
  [zulcss] Suggest socat and ajaxterm: TODO
  [zulcss] Try to fix ajaxterm for Ubuntu: TODO
  [zulcss] Try ensemble on openstack: TODO
  [zulcss]  ldap support (for IS): TODO
  [zulcss]  postgresql support (for IS): TODO
  [zulcss] no starting of nova/swift for upstart: TODO
  [zulcss] rootwrap: TODO
  [zulcss] ensemble formula for nagios: DONE
  [zulcss] ensemble formula for collectd: TODO
  [zulcss] glusterfs support: TODO
  [zulcss] vblade to suggests: TODO
   ensemble for ganglia: DONE
   ensemble for munin: DONE

-- 
OpenStack Integration
https://blueprints.launchpad.net/ubuntu/+spec/server-o-openstack

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


[Bug 529714] Re: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

2011-09-05 Thread razor7
Hi, started on 28/02/2010 and today, this bug persists...how can ubuntu
success with this ugly kind of bug?

I need to have winbind installed because I use openDNS services, how can
the ubuntu one service plugin in banshee crash the whole app because of
this? I mean, is the defaul shinny audio application in the OS!

Devs note: Yes, I have erased the cache folder of banshee, and guess
what, the error continues!

Please, we love Ubuntu and GNU/Linux very mouch, but this kind of bugs,
still unresolved, are really annoying

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

Title:
  rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/529714/+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 529714] Re: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

2011-09-05 Thread razor7
Devs note. Yes, uninstalling banshee-extension-ubuntuonemusicstore fixes
the problem...but of course, not ubuntuone music store available for
banshee...

Please, for the good of Ubuntu, solve this...

** Also affects: banshee (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/529714/+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 833542] Re: samba 2:3.5.8~dfsg-1ubuntu2.3 failed to upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-05 Thread Ramon Casha
However please note that I did not change the smb.conf file myself. So
probably, one of the samba updates changed the file, then the next
update could not work.

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

Title:
  samba 2:3.5.8~dfsg-1ubuntu2.3 failed to 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/833542/+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 806930] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 100

2011-09-05 Thread Launchpad Bug Tracker
[Expired for mysql-5.1 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-5.1 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/806930/+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 806197] Re: package squid 2.7.STABLE9-2.1ubuntu6 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-09-05 Thread Launchpad Bug Tracker
[Expired for squid (Ubuntu) because there has been no activity for 60
days.]

** Changed in: squid (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package squid 2.7.STABLE9-2.1ubuntu6 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/806197/+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 799973] Re: package tftpd-hpa 5.0-11ubuntu2.1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-09-05 Thread Launchpad Bug Tracker
[Expired for tftp-hpa (Ubuntu) because there has been no activity for 60
days.]

** Changed in: tftp-hpa (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package tftpd-hpa 5.0-11ubuntu2.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/tftp-hpa/+bug/799973/+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 840182] Re: package apache2.2-common 2.2.17-1ubuntu1 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive

2011-09-05 Thread Patrik Nilsson
I needed to delete all cached deb-files from /var/cache/apt. After
that the update-manager worked again.

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

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

Title:
  package apache2.2-common 2.2.17-1ubuntu1 failed to install/upgrade:
  corrupted filesystem tarfile - corrupted package archive

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