[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


[Bug 841561] [NEW] Launcher too slow to appear when mouse near left edge

2011-09-05 Thread Séverin Lemaignan
Public bug reported:

On my machine, the launcher takes roughly 700ms to appear when the mouse
is on the left edge, which is really slow.

The launcher should appear faster, maybe taking into account the speed
of the mouse cursor when moving towards the edge.

Reproductible: always

Release: Ubuntu Oneiric beta1

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841561

Title:
  Launcher too slow to appear when mouse near left edge

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 804435] Re: Wallpaper is loaded twice with different alignment by gnome-session and nautilus (Oneiric)

2011-09-05 Thread Alberto Mardegan
@Lucazade: does bug 839610 describe the same behaviour you are seeing?
The large left margin you are seeing painted in grey, how many pixels 
(approximately) is it wide?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/804435

Title:
  Wallpaper is loaded twice with different alignment by gnome-session
  and nautilus (Oneiric)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/804435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 274612] Re: gnomecatalog crashed with TypeError in get_selected()

2011-09-05 Thread Launchpad Bug Tracker
** Changed in: gnomecatalog (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/274612

Title:
  gnomecatalog crashed with TypeError in get_selected()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 841562] [NEW] package libreoffice-common 1:3.4.2-2ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-09-05 Thread psypher
Public bug reported:

Installed Oneiric Beta in Virtualbox and ran partial upgrade. This error
appeared during upgrade

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: libreoffice-common 1:3.4.2-2ubuntu3
ProcVersionSignature: Ubuntu 3.0.0-7.9-generic 3.0.0
Uname: Linux 3.0.0-7-generic x86_64
Architecture: amd64
Date: Mon Sep  5 07:52:04 2011
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110802.1)
PackageArchitecture: all
SourcePackage: libreoffice
Title: package libreoffice-common 1:3.4.2-2ubuntu3 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
UpgradeStatus: Upgraded to oneiric on 2011-09-05 (0 days ago)

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


** Tags: amd64 apport-package oneiric

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841562

Title:
  package libreoffice-common 1:3.4.2-2ubuntu3 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/libreoffice/+bug/841562/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 841562] Re: package libreoffice-common 1:3.4.2-2ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-09-05 Thread psypher
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841562

Title:
  package libreoffice-common 1:3.4.2-2ubuntu3 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/libreoffice/+bug/841562/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653632] Re: gpodder crashed with TypeError in play_or_download()

2011-09-05 Thread Robert Roth
*** This bug is a duplicate of bug 563573 ***
https://bugs.launchpad.net/bugs/563573

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #563573, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of private bug 563573

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/653632

Title:
  gpodder crashed with TypeError in play_or_download()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 841566] [NEW] Can not open Ubuntu One address book: book backend is opening

2011-09-05 Thread Séverin Lemaignan
Public bug reported:

Thunderbird displayed the following message whenever I interact with my
email for something like 5 minutes:

There was a problem opening the address book Ubuntu One - the message
returned was: Cannot open book: Cannot process, book backend is opening

I guess that after the 5 min, the backend eventually opened...

This bug is similar but probably different from #825280

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: thunderbird 7.0~b1+build1+nobinonly-0ubuntu4
ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
Uname: Linux 3.0.0-10-generic i686
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  skadge 1582 F pulseaudio
 /dev/snd/controlC0:  skadge 1582 F pulseaudio
BuildID: 20110828151035
CRDA: Error: [Errno 2] Aucun fichier ou dossier de ce type
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfe1f8000 irq 47'
   Mixer name   : 'Realtek ALC882'
   Components   : 'HDA:10ec0882,1043060d,00100101 
HDA:14f12bfa,10431126,0009'
   Controls  : 33
   Simple ctrls  : 20
Card1.Amixer.info:
 Card hw:1 'SAA7134'/'saa7133[0] at 0xfd5ff800 irq 19'
   Mixer name   : 'SAA7134 Mixer'
   Components   : ''
   Controls  : 6
   Simple ctrls  : 3
Channel: default
Date: Mon Sep  5 07:58:32 2011
ExecutablePath: /usr/lib/thunderbird-7.0/thunderbird-bin
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
IncompatibleExtensions: German Dictionary - 
ID=de...@dictionaries.addons.mozilla.org, Version=2.0.2, minVersion=1.9a8pre, 
maxVersion=2.0.*, Location=app-profile, Type=extension, Active=Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
IpRoute:
 default via 192.168.0.1 dev wlan0  proto static 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.11
ProcEnviron:
 LANGUAGE=fr:en
 PATH=(custom, no user)
 LANG=fr_FR.UTF-8
 LC_MESSAGES=fr_FR.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=7.0/20110828151035 (Running)
RunningIncompatibleAddons: True
SourcePackage: thunderbird
UpgradeStatus: Upgraded to oneiric on 2011-09-02 (2 days ago)
dmi.bios.date: 07/27/2006
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 300
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: A7J
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr300:bd07/27/2006:svnASUSTeKComputerInc.:pnA7J:pvr1.0:rvnASUSTeKComputerInc.:rnA7J:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr:
dmi.product.name: A7J
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

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


** Tags: apport-bug default-channel i386 oneiric running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841566

Title:
  Can not open Ubuntu One address book: book backend is opening

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 841566] Re: Can not open Ubuntu One address book: book backend is opening

2011-09-05 Thread Séverin Lemaignan
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841566

Title:
  Can not open Ubuntu One address book: book backend is opening

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 839585] Re: unity-2d-panel crashes on startup on Oneiric Beta (with or without updates)

2011-09-05 Thread Alberto Mardegan
Thanks for reporting this bug. Do you happen to have the stack trace of the 
crash available?
I suspect that this bug is a duplicate of bug 805587, and closely related to 
759803. Is if possible for you to change the bit depth of the display, and 
trying for instance 16 or 32 (not 24)?
Or can you try to use the vga or vmvga video cards?

** Changed in: unity-2d (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/839585

Title:
  unity-2d-panel crashes on startup on Oneiric Beta (with or without
  updates)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/839585/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 838256] Re: Update 'user-desktop.svg' with new version for Alt-Tab Show Desktop switcher

2011-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu-mono

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/838256

Title:
  Update 'user-desktop.svg' with new version for Alt-Tab Show Desktop
  switcher

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/838256/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341015] Re: update-manager crashed with TypeError in _get_last_apt_get_update_text()

2011-09-05 Thread Robert Roth
** Changed in: update-manager
   Status: Incomplete = Confirmed

** Also affects: update-manager (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/341015

Title:
  update-manager crashed with TypeError in
  _get_last_apt_get_update_text()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 841560] Re: colord assert failure: colord: browser.c:701: avahi_service_browser_free: Assertion `*_head == _item' failed.

2011-09-05 Thread Apport retracing service
*** This bug is a duplicate of bug 831867 ***
https://bugs.launchpad.net/bugs/831867

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #831867, so is being marked as such.  Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/841560/+attachment/2355854/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/841560/+attachment/2355855/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/841560/+attachment/2355856/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/841560/+attachment/2355857/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/841560/+attachment/2355858/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/841560/+attachment/2355859/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/841560/+attachment/2355860/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/841560/+attachment/2355861/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 831867

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841560

Title:
  colord assert failure: colord: browser.c:701:
  avahi_service_browser_free: Assertion `*_head == _item' failed.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 841564] Re: lightdm assert failure: lightdm: pam_mount.c:417: modify_pm_count: Assertion `user != ((void *)0)' failed.

2011-09-05 Thread Apport retracing service
*** This bug is a duplicate of bug 837285 ***
https://bugs.launchpad.net/bugs/837285

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #837285, so is being marked as such.  Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/841564/+attachment/2355886/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/841564/+attachment/2355887/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/841564/+attachment/2355888/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/841564/+attachment/2355889/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/841564/+attachment/2355890/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/841564/+attachment/2355891/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/841564/+attachment/2355892/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/841564/+attachment/2355893/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 837285

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841564

Title:
  lightdm assert failure: lightdm: pam_mount.c:417: modify_pm_count:
  Assertion `user != ((void *)0)' failed.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 841406] Re: Launcher's name is not showed on mouse transition

2011-09-05 Thread Launchpad Bug Tracker
** Changed in: unity (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841406

Title:
  Launcher's name is not showed on mouse transition

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602563] Re: update-manager crash

2011-09-05 Thread Robert Roth
*** This bug is a duplicate of bug 341015 ***
https://bugs.launchpad.net/bugs/341015

** This bug is no longer a duplicate of bug 525811
   Update-manager crashes after start
** This bug has been marked a duplicate of bug 341015
   update-manager crashed with TypeError in _get_last_apt_get_update_text()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/602563

Title:
  update-manager crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/602563/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 525811] Re: Update-manager crashes after start

2011-09-05 Thread Robert Roth
*** This bug is a duplicate of bug 341015 ***
https://bugs.launchpad.net/bugs/341015

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #341015, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 341015
   update-manager crashed with TypeError in _get_last_apt_get_update_text()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/525811

Title:
  Update-manager crashes after start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/525811/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341015] Re: update-manager crashed with TypeError in _get_last_apt_get_update_text()

2011-09-05 Thread Launchpad Bug Tracker
** Changed in: language-pack-he (Ubuntu)
   Status: New = Confirmed

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/341015

Title:
  update-manager crashed with TypeError in
  _get_last_apt_get_update_text()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 838256] Re: Update 'user-desktop.svg' with new version for Alt-Tab Show Desktop switcher

2011-09-05 Thread Daniel Fore
I would strongly advise against using actual blur in the icon. It
usually doesn't have good results rendering real-world. In-fact, I've
noticed there's a tendency in GNOME to just not render any object that
is using any significant amount of blur.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/838256

Title:
  Update 'user-desktop.svg' with new version for Alt-Tab Show Desktop
  switcher

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/838256/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 841570] [NEW] f-spot crash on re-importing from updated directory

2011-09-05 Thread B Bobo
Public bug reported:

Binary package hint: f-spot

From the bash command-line, I started f-spot.
From the bash command-line, I also started gthumb showing the photos in a 
directory Photos

Using f-spot's Import dialog, I imported photos into f-spot from the
same directory Photos.

From the bash command-line while still running f-spot in the background,
I copied 14 new photos into the same directory Photos. I confirmed the
directory was successfully updated with the 14 new photos by verifying
each photo loaded correctly into gthumb.

Using f-spot's Import dialog, I re-imported photos into f-spot from the
same directory Photos.

The 14 new photos in the directory appeared in f-spot, but f-spot
crashed, giving lots of warning messages like

$ f-spot --version
f-spot 0.8.0

$ f-spot 
[1] 2722

(gthumb:2529): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GObject'

(gthumb:2529): GLib-GObject-CRITICAL **: g_object_get_data: assertion 
`G_IS_OBJECT (object)' failed
[Warn  18:32:07.022] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF591.JPG'
[Warn  18:32:07.032] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF589.JPG'
[Warn  18:32:07.040] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF587.JPG'
[Warn  18:32:07.049] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF585.JPG'
[Warn  18:32:07.122] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF591.JPG'
[Warn  18:32:07.127] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF589.JPG'
[Warn  18:32:07.132] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF587.JPG'
[Warn  18:32:07.137] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF585.JPG'
[Warn  18:32:07.303] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF585.JPG'
[Warn  18:32:07.309] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF587.JPG'
[Warn  18:32:07.314] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF589.JPG'
[Warn  18:32:07.335] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF585.JPG'
[Warn  18:32:07.340] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF587.JPG'
[Warn  18:32:07.345] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF589.JPG'
[Warn  18:32:07.369] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF585.JPG'
[Warn  18:32:07.374] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF587.JPG'
[Warn  18:32:07.408] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF585.JPG'
[Warn  18:32:07.413] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF585.JPG'
[Warn  18:32:07.419] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF587.JPG'
[Warn  18:32:07.430] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF591.JPG'
[Warn  18:32:07.459] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF587.JPG'
[Warn  18:32:07.464] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF585.JPG'
[Warn  18:32:07.469] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF591.JPG'
[Warn  18:32:07.488] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF591.JPG'
[Warn  18:32:07.493] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF591.JPG'
[Warn  18:32:07.502] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF587.JPG'
[Warn  18:32:07.507] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF585.JPG'
[Warn  18:32:07.527] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF591.JPG'
[Warn  18:32:07.537] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF587.JPG'
[Warn  18:32:07.543] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF585.JPG'
[Warn  18:32:07.567] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF591.JPG'
[Warn  18:32:07.578] BUG: Filing another request of order 0 (previously 10) for 
`file:///home/user103/Photos/DSCF587.JPG'
[Warn  18:32:07.583] BUG: Filing another request of order 

[Bug 841569] [NEW] Network Manager fills in a three digit SSID to Unicode

2011-09-05 Thread Andrew Rufkahr
Public bug reported:

Steps to replicate:
1. Connect to an SSID with ONLY three numbers in the nm-applet menu.
2. Input password, wait for it to fail.
3. Note the new ssid it asks for is now a unicode symbol.

What should happen:
The SSID should be the SSID, dangit! :p

Workaround: rename the SSID in the Network Connections manually and set
it to automatically connect.

The symbol is consistent with the SSID put into unicode. Example, 323 as
an ssid would be U+323 in unicode. This seems like an escape failure in
naming the ssid. The SSID code is consistent with the settings in the
menu.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: network-manager 0.9.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
Uname: Linux 3.0.0-10-generic x86_64
Architecture: amd64
CRDA: Error: [Errno 2] No such file or directory
Date: Mon Sep  5 02:03:20 2011
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110904)
IpRoute:
 default via 10.0.1.1 dev wlan0  proto static
 10.0.1.0/24 dev wlan0  proto kernel  scope link  src 10.0.1.6
 169.254.0.0/16 dev wlan0  scope link  metric 1000
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841569

Title:
  Network Manager fills in a three digit SSID to Unicode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/841569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 841569] Re: Network Manager fills in ssid with a random symbol

2011-09-05 Thread Andrew Rufkahr
** Description changed:

- Steps to replicate: 
- 1. Select a wireless ssid starting with three numbers in the front to connect 
to in the nm-applet menu.
+ Steps to replicate:
+ 1. Connect to an SSID with ONLY three numbers to connect to in the nm-applet 
menu.
  2. Input password, wait for it to fail.
  3. Note the new ssid it asks for is now a unicode symbol.
  
- What should happen: 
+ What should happen:
  The SSID should be the SSID, dangit! :p
  
  Workaround: rename the SSID in the Network Connections manually and set
  it to automatically connect.
  
  The symbol is consistent with the SSID put into unicode. Example, 323 as
  an ssid would be U+323 in unicode. This seems like an escape failure in
  naming the ssid. The SSID code is consistent with the settings in the
  menu.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: network-manager 0.9.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic x86_64
  Architecture: amd64
  CRDA: Error: [Errno 2] No such file or directory
  Date: Mon Sep  5 02:03:20 2011
  IfupdownConfig:
-  auto lo
-  iface lo inet loopback
+  auto lo
+  iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110904)
  IpRoute:
-  default via 10.0.1.1 dev wlan0  proto static 
-  10.0.1.0/24 dev wlan0  proto kernel  scope link  src 10.0.1.6 
-  169.254.0.0/16 dev wlan0  scope link  metric 1000
+  default via 10.0.1.1 dev wlan0  proto static
+  10.0.1.0/24 dev wlan0  proto kernel  scope link  src 10.0.1.6
+  169.254.0.0/16 dev wlan0  scope link  metric 1000
  NetworkManager.state:
-  [main]
-  NetworkingEnabled=true
-  WirelessEnabled=true
-  WWANEnabled=true
-  WimaxEnabled=true
+  [main]
+  NetworkingEnabled=true
+  WirelessEnabled=true
+  WWANEnabled=true
+  WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  Steps to replicate:
- 1. Connect to an SSID with ONLY three numbers to connect to in the nm-applet 
menu.
+ 1. Connect to an SSID with ONLY three numbers in the nm-applet menu.
  2. Input password, wait for it to fail.
  3. Note the new ssid it asks for is now a unicode symbol.
  
  What should happen:
  The SSID should be the SSID, dangit! :p
  
  Workaround: rename the SSID in the Network Connections manually and set
  it to automatically connect.
  
  The symbol is consistent with the SSID put into unicode. Example, 323 as
  an ssid would be U+323 in unicode. This seems like an escape failure in
  naming the ssid. The SSID code is consistent with the settings in the
  menu.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: network-manager 0.9.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic x86_64
  Architecture: amd64
  CRDA: Error: [Errno 2] No such file or directory
  Date: Mon Sep  5 02:03:20 2011
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110904)
  IpRoute:
   default via 10.0.1.1 dev wlan0  proto static
   10.0.1.0/24 dev wlan0  proto kernel  scope link  src 10.0.1.6
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

** Summary changed:

- Network Manager fills in ssid with a random symbol
+ Network Manager fills in a three digit SSID to Unicode

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841569

Title:
  Network Manager fills in a three digit SSID to Unicode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/841569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 841564] Re: lightdm assert failure: lightdm: pam_mount.c:417: modify_pm_count: Assertion `user != ((void *)0)' failed.

2011-09-05 Thread Andi Albrecht
*** This bug is a duplicate of bug 837285 ***
https://bugs.launchpad.net/bugs/837285

hm, the other bug can't be found (404)... once again Launchpad is
fooling bug reporters and speaking for myself I'm loosing interest in
reporting bugs at all.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841564

Title:
  lightdm assert failure: lightdm: pam_mount.c:417: modify_pm_count:
  Assertion `user != ((void *)0)' failed.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 793592] Re: [Studio Hybrid 140g, Realtek ALC888, Black Digital Out, HDMI] No sound at all

2011-09-05 Thread David Henningsson
Yeah, I suspect the problem is on the video driver side (and
unfortunately I know nothing about the video driver), but it's hard to
know for sure.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/793592

Title:
  [Studio Hybrid 140g, Realtek ALC888, Black Digital Out, HDMI] No sound
  at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/793592/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 841573] [NEW] No warning when accepting an upgrade on a off-line laptop

2011-09-05 Thread Stéphane Ascoët
Public bug reported:

People often forget that their laptop isn't plugged to an outlet, since
it can work on battery. Ubuntu can become unbootable if power loss
happens while upgrading.

Even micro$oft window$ warns in this case!

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841573

Title:
  No warning when accepting an upgrade on a off-line laptop

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 841572] Re: synergys assert failure: synergys: /build/buildd/synergy-1.3.6/lib/arch/CArchMultithreadPosix.cpp:289: virtual void CArchMultithreadPosix::closeMutex(CArchMutexImpl*): Assertion `stat

2011-09-05 Thread Eugene Crosser
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841572

Title:
  synergys assert failure: synergys:
  /build/buildd/synergy-1.3.6/lib/arch/CArchMultithreadPosix.cpp:289:
  virtual void CArchMultithreadPosix::closeMutex(CArchMutexImpl*):
  Assertion `status == 0' failed.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720636] Re: upower doesn't properly detect encrypted swap

2011-09-05 Thread Launchpad Bug Tracker
** Changed in: upower (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720636

Title:
  upower doesn't properly detect encrypted swap

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 803858] Re: No language chooser on login screen in LightDM

2011-09-05 Thread Kevin Huang
@Gunnar, It seems the language chooser behavior is a bit strange.  Below
is my test steps on Beta1.

1. At Installation, select language: Simplified Chinese, and location:
Taiwan.  The assumption is many Chinese work in Taiwan , and vice versa,
who usually prefer to see Simplified Chinese UI.

2. After installation, ran update manager, then updated language pack as
usual.

3. I found the installed languages in language-selector was Taiwanese-
Chinese-English which should be Chinese-Taiwanese-English, and the
character of folder is in Traditional Chinese which should be in
Simplified Chinese.  Please see the attachment.

** Attachment added: Screenshot%20at%202011-09-02%2013%3A36%3A51.png
   
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/803858/+attachment/2355949/+files/Screenshot%2520at%25202011-09-02%252013%253A36%253A51.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803858

Title:
  No language chooser on login screen in LightDM

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 565685] Re: [Asus K50IJ] Lucid Lynx - No automute (Headphone jack does not disable speakers on laptop)

2011-09-05 Thread David Henningsson
As of today, there is a fix pushed to Oneiric that does not mute the
Front channel when the analog headphones profile is selected.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/565685

Title:
  [Asus K50IJ] Lucid Lynx - No automute (Headphone jack does not disable
  speakers on laptop)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/565685/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 831988] Re: Improvements to translatable strings?

2011-09-05 Thread Rachid
** Changed in: oneconf (Ubuntu)
 Assignee: (unassigned) = Rachid (rachidbm)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/831988

Title:
  Improvements to translatable strings?

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 841572] Re: synergys assert failure: synergys: /build/buildd/synergy-1.3.6/lib/arch/CArchMultithreadPosix.cpp:289: virtual void CArchMultithreadPosix::closeMutex(CArchMutexImpl*): Assertion `stat

2011-09-05 Thread Apport retracing service
*** This bug is a duplicate of bug 732684 ***
https://bugs.launchpad.net/bugs/732684

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #732684, so is being marked as such.  Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/841572/+attachment/2355950/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/841572/+attachment/2355951/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/841572/+attachment/2355952/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/841572/+attachment/2355953/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/841572/+attachment/2355954/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/841572/+attachment/2355955/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/841572/+attachment/2355956/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/841572/+attachment/2355957/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 732684

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841572

Title:
  synergys assert failure: synergys:
  /build/buildd/synergy-1.3.6/lib/arch/CArchMultithreadPosix.cpp:289:
  virtual void CArchMultithreadPosix::closeMutex(CArchMutexImpl*):
  Assertion `status == 0' failed.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 841000] Re: Inconsistent or not clear strings for l10n

2011-09-05 Thread Gabor Kelemen
** Changed in: ubuntu-translations
   Status: New = Triaged

** Changed in: ubuntu-translations
   Importance: Undecided = Medium

** Changed in: software-center (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841000

Title:
  Inconsistent or not clear strings for l10n

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/841000/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 805252] Re: appmenu shows nautilus menu when desktop is displayed

2011-09-05 Thread Didier Roche
Raise the importance of this bug as it's really visible at login time in
particular and for gnome-shell session.

** Changed in: nautilus (Ubuntu Oneiric)
Milestone: oneiric-alpha-3 = ubuntu-11.10-beta-2

** Changed in: nautilus (Ubuntu Oneiric)
   Importance: Medium = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/805252

Title:
  appmenu shows nautilus menu when desktop is displayed

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 839712] Re: Plugins written in Python can no longer be enabled

2011-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package libpeas - 1.1.3-0ubuntu1

---
libpeas (1.1.3-0ubuntu1) oneiric; urgency=low

  [ Martin Pitt ]
  * New upstream release:
- Link against pygobject 3. (LP: #839712)
- Do not cast pointers to unsigned integers.
  * Drop debian/patches/gint_is_not_gtype, upstream now.
  * debian/control.in: Bump python-gobject-dev build dependency to = 2.90 as
per upstream configure.ac.
  * debian/control.in: Move valac-0.12 to valac to use 0.14.

  [ Oliver Sauder ]
  * Added peas-gtk vapi file libpeas-gtk-1.0.vapi (LP: #825834)
 -- Martin Pitt martin.p...@ubuntu.com   Mon, 05 Sep 2011 08:41:48 +0200

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/839712

Title:
  Plugins written in Python can no longer be enabled

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 830359] Re: HP Officejet Pro K550 fails to print in Ubuntu 11.04

2011-09-05 Thread Sanjay Kumar
/var/log/cups/error_log is missing..

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/830359

Title:
  HP Officejet Pro K550 fails to print in Ubuntu 11.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 825834] Re: Vapi file for libpeas-gtk-1.0 is missing

2011-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package libpeas - 1.1.3-0ubuntu1

---
libpeas (1.1.3-0ubuntu1) oneiric; urgency=low

  [ Martin Pitt ]
  * New upstream release:
- Link against pygobject 3. (LP: #839712)
- Do not cast pointers to unsigned integers.
  * Drop debian/patches/gint_is_not_gtype, upstream now.
  * debian/control.in: Bump python-gobject-dev build dependency to = 2.90 as
per upstream configure.ac.
  * debian/control.in: Move valac-0.12 to valac to use 0.14.

  [ Oliver Sauder ]
  * Added peas-gtk vapi file libpeas-gtk-1.0.vapi (LP: #825834)
 -- Martin Pitt martin.p...@ubuntu.com   Mon, 05 Sep 2011 08:41:48 +0200

** Branch linked: lp:~ubuntu-desktop/libpeas/ubuntu

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/825834

Title:
  Vapi file for libpeas-gtk-1.0 is missing

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 793592] Re: [Studio Hybrid 140g, Realtek ALC888, Black Digital Out, HDMI] No sound at all

2011-09-05 Thread David Henningsson
One way to check it would be
1) Install latest known working distro (10.10)
2) Ensure it's working
3) Upgrade alsa driver through 
https://wiki.ubuntu.com/Audio/InstallingLinuxAlsaDriverModules
4) Reboot
If HDMI stops working now, the problem is on the audio driver side and an 
AlsaInfo from before and after to compare would be interesting.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/793592

Title:
  [Studio Hybrid 140g, Realtek ALC888, Black Digital Out, HDMI] No sound
  at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/793592/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 744812] Re: FontConfig/Qt stack choke on Ubuntu Medium font meta-data (No medium in Inkscape and too bold in Qt apps)

2011-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-font-family-sources -
0.71.2-0ubuntu7

---
ubuntu-font-family-sources (0.71.2-0ubuntu7) oneiric; urgency=low

  * Don't ship Ubuntu Medium (Ubuntu Light Bold) because
of issues with the font/toolkit stacks on Ubuntu not working.
Workaround for (LP: #744812).
 -- Paul Sladen sla...@canonical.com   Mon, 05 Sep 2011 07:38:36 +0100

** Changed in: ubuntu-font-family-sources (Ubuntu Oneiric)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/744812

Title:
  FontConfig/Qt stack choke on Ubuntu Medium font meta-data (No medium
  in Inkscape and too bold in Qt apps)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 826771] Re: indicator-appmenu leads to have a nautilus menubar displayed on top of the screen

2011-09-05 Thread Didier Roche
*** This bug is a duplicate of bug 805252 ***
https://bugs.launchpad.net/bugs/805252

** This bug has been marked a duplicate of bug 805252
   appmenu shows nautilus menu when desktop is displayed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826771

Title:
  indicator-appmenu leads to have a nautilus menubar displayed on top of
  the screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-appmenu/+bug/826771/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 575492] Re: Intel 5100 AGN wireless connection bug

2011-09-05 Thread Ilan
** Bug watch added: Red Hat Bugzilla #46
   https://bugzilla.redhat.com/show_bug.cgi?id=46

** Also affects: linux (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=46
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/575492

Title:
  Intel 5100 AGN wireless connection bug

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >