[Bug 452461] Re: Cannot elide admin_servers from debconf config

2009-11-01 Thread Daniel Richard G.
Sorry for not following up sooner.

I want to set up my /etc/krb5.conf file via debconf, as is currently
implemented, but I want to do things a little differently from what the
scripts have been written to do.

Normally, you'd specify something like this in debconf:

krb5-config/kerberos_servers: server1.realm.com server2.realm.com
krb5-config/default_realm: REALM.COM
krb5-config/admin_server: admin-server.realm.com

Which would result in a clause in /etc/krb5.conf like

[realms]
REALM.COM = {
kdc = server1.realm.com
kdc = server2.realm.com
admin_server = admin-server.realm.com
}

But I want a krb5.conf clause that *does not specify* an admin_server,
only kdcs. (I want to use an explicitly specified KDC, but allow the
Kerberos admin server to be located via DNS.)

Presumably, you would set an empty value for admin_server in debconf,
and the scripts would give the desired result. But at present, an empty
admin_server value causes the REALM.COM = { ... } clause not to be
generated *at all*. It's the same behavior you get if you enable the
debconf krb5-config/dns_for_default option.

The bug is that debconf will process only both items (kdc +
admin_server) or none, where it should be allowing the flexibility to
use just one or the other.

-- 
Cannot elide admin_servers from debconf config
https://bugs.launchpad.net/bugs/452461
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kerberos-configs in ubuntu.

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


[Bug 452461] Re: Cannot elide admin_servers from debconf config

2009-11-01 Thread Daniel Richard G.
Please let me know if any further information is needed.

** Changed in: kerberos-configs (Ubuntu)
   Status: Incomplete = New

-- 
Cannot elide admin_servers from debconf config
https://bugs.launchpad.net/bugs/452461
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kerberos-configs in ubuntu.

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


[Bug 448656] Re: CPU information is inaccessible for MySQL

2009-11-01 Thread Vitaly Chekryzhev
2JBB: No, using only default values from package. Data folders have
right permissions, and as I suppose it really shouldn't depend on it.

vitaly:/var/lib$ ls -l mysql 
total 28764
-rw-r--r-- 1 mysql mysql0 2009-10-08 12:18 debian-5.1.flag
-rw-rw 1 mysql mysql 18874368 2009-11-01 03:17 ibdata1
-rw-rw 1 mysql mysql  5242880 2009-11-01 11:15 ib_logfile0
-rw-rw 1 mysql mysql  5242880 2009-05-31 14:32 ib_logfile1
drwx-- 2 mysql mysql12288 2009-08-18 20:34 kvop
drwxr-xr-x 2 mysql mysql 4096 2009-10-08 12:18 mysql
-rw--- 1 mysql mysql6 2009-08-18 20:34 mysql_upgrade_info
drwx-- 2 mysql mysql12288 2009-11-01 00:43 photohost
drwx-- 2 mysql mysql 4096 2009-05-31 14:40 phpmyadmin
drwx-- 2 mysql mysql 4096 2009-09-07 00:45 ramdim
drwx-- 2 mysql mysql 4096 2009-07-31 01:34 ravall_uckov

-- 
CPU information is inaccessible for MySQL
https://bugs.launchpad.net/bugs/448656
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 268663] Re: files incoming through nautilus-share should be created with user ownership, instead of nobody

2009-11-01 Thread Bartong
This is still an issue in Karmic.

I tried using the 'inherit owner = yes' parameter both in
/var/lib/samba/usershares/sharename and in /etc/samba/smb.conf, but
this resulted in other clients not being able to write to the server, so
it is not a fix

The only fix I have found is to set 'create mask = 0777' and 'directory
mask = 0777' in the [global] section of /etc/samba/smb.conf which means
the owner and group is still nobody:nobody, but full read/write
permissions are granted to any user including guests on any file or
directory created in the share.

Setting these two parameters in /var/lib/samba/usershares/sharename
does not currently seem to work.

-- 
files incoming through nautilus-share should be created with user ownership, 
instead of nobody
https://bugs.launchpad.net/bugs/268663
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 468197] [NEW] ufw blocks samba in karmic default installation

2009-11-01 Thread maihacke
Public bug reported:

Binary package hint: samba

I started with a karmic beta install and setup a samba server.
This was working for a fews days. After several updates samba stopped working.
Samba starts but the server is not visible in the networking in nautilus.
This applies to the samba servers and to the clients.

I figured out that ufw seems to block at least some of the network traffic 
required for samba to work.
After
 sudo ufw disable
samba worked perfectly.

Retrying
 sudo ufw enable
samba isn't reachable at all.

ufw is recommended by the samba package and a ufw profile is installed.
The profile should be corrected to allow samba to work in the default 
installation.

ProblemType: Bug
Architecture: i386
Date: Sun Nov  1 10:54:07 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release Candidate i386 
(20091020.1)
NonfreeKernelModules: nvidia
Package: samba 2:3.4.0-3ubuntu5
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: samba
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-bug i386

-- 
ufw blocks samba in karmic default installation
https://bugs.launchpad.net/bugs/468197
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 468197] Re: ufw blocks samba in karmic default installation

2009-11-01 Thread maihacke

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

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/34850274/XsessionErrors.txt

-- 
ufw blocks samba in karmic default installation
https://bugs.launchpad.net/bugs/468197
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 468197] Re: ufw blocks samba in karmic default installation

2009-11-01 Thread maihacke
** Also affects: ufw
   Importance: Undecided
   Status: New

-- 
ufw blocks samba in karmic default installation
https://bugs.launchpad.net/bugs/468197
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 468343] [NEW] Automounted NTFS disks with Unicode in label results in invalid path after upgrading to 9.10

2009-11-01 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: hal

When plugging in an external harddrive with an NTFS filesystem with a
label set to contain UTF-8 characters, the mounted path as well as the
label displayed in nautilus are incorrect. The label reported by ntfs-3g
are always correct. The labels are set with the command ntfslabel.

Some different examples follows:

NTFS label  #   HAL label discovered  # Label used in Nautilus / Filesystem 
path (/media/...)
=
dong  #   dong#   dong
東西   #   55#   ??
Å#  %  #  4A12287F1228725D
dong西   #   dong% #  dong?
dongÅ#   dong% #  dong
dong西xi#   dong%xi   #  dong?xi
dongÅxi #   dong%xi   #  dong


Examining the above table shows that depending on what Unicode character the 
file system path and label shown in nautilus differ. The behaviour of hal is 
also a bit odd.  When a chinese character is used together with a ASCII 
character, hal with read it as '%', while nautilus and the path as '?'.  When 
the swedish character 'Å' is used together with ASCII characters, hal with do 
the same as with chinese characters, but nautilus and the path will simply 
truncate everything including and after the swedish character. 

If only chinese characters are used, hal with read them as the number
'5'. '東西' is translated into '55'. ‘東西南北’ translates to ''. When
only swedish characters are used, hal will read them in as '%', while
the path as well as the label presented in nautilus will be something
looking like a large random identifier number.

In Ubuntu 9.04, these issues did not exist. A NTFS partition with label
東西 would automatically mount into /media/東西/, and would be presented
correctly in nautilus. The issue occurred immediately after upgrading to
Ubuntu 9.10.

Setting the label is done with the command ntfslabel. Reading hal values
is done with the command hal-devices.

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

-- 
Automounted NTFS disks with Unicode in label results in invalid path after 
upgrading to 9.10
https://bugs.launchpad.net/bugs/468343
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to autofs in ubuntu.

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


[Bug 468343] [NEW] Automounted NTFS disks with Unicode in label results in incorrect path after upgrading to 9.10

2009-11-01 Thread Jonas Ådahl
Public bug reported:

Binary package hint: hal

When plugging in an external harddrive with an NTFS filesystem with a
label set to contain UTF-8 characters, the mounted path as well as the
label displayed in nautilus are incorrect. The label reported by ntfs-3g
are always correct. The labels are set with the command ntfslabel.

Some different examples follows:

NTFS label  #   HAL label discovered  # Label used in Nautilus / Filesystem 
path (/media/...)
=
dong  #   dong#   dong
東西   #   55#   ??
Å#  %  #  4A12287F1228725D
dong西   #   dong% #  dong?
dongÅ#   dong% #  dong
dong西xi#   dong%xi   #  dong?xi
dongÅxi #   dong%xi   #  dong


Examining the above table shows that depending on what Unicode character the 
file system path and label shown in nautilus differ. The behaviour of hal is 
also a bit odd.  When a chinese character is used together with a ASCII 
character, hal with read it as '%', while nautilus and the path as '?'.  When 
the swedish character 'Å' is used together with ASCII characters, hal with do 
the same as with chinese characters, but nautilus and the path will simply 
truncate everything including and after the swedish character. 

If only chinese characters are used, hal with read them as the number
'5'. '東西' is translated into '55'. ‘東西南北’ translates to ''. When
only swedish characters are used, hal will read them in as '%', while
the path as well as the label presented in nautilus will be something
looking like a large random identifier number.

In Ubuntu 9.04, these issues did not exist. A NTFS partition with label
東西 would automatically mount into /media/東西/, and would be presented
correctly in nautilus. The issue occurred immediately after upgrading to
Ubuntu 9.10.

Setting the label is done with the command ntfslabel. Reading hal values
is done with the command hal-devices.

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

** Package changed: hal (Ubuntu) = autofs (Ubuntu)

** Summary changed:

- Automounted NTFS disks with Unicode in label results in invalid path after 
upgrading to 9.10
+ Automounted NTFS disks with Unicode in label results in incorrect path after 
upgrading to 9.10

-- 
Automounted NTFS disks with Unicode in label results in incorrect path after 
upgrading to 9.10
https://bugs.launchpad.net/bugs/468343
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs in ubuntu.

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


[Bug 268663] Re: files incoming through nautilus-share should be created with user ownership, instead of nobody

2009-11-01 Thread Chow Loong Jin
** Bug watch added: Samba Bugzilla #6676
   https://bugzilla.samba.org/show_bug.cgi?id=6676

** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=6676
   Importance: Unknown
   Status: Unknown

-- 
files incoming through nautilus-share should be created with user ownership, 
instead of nobody
https://bugs.launchpad.net/bugs/268663
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


Re: [Bug 268663] Re: files incoming through nautilus-share should be created with user ownership, instead of nobody

2009-11-01 Thread Chow Loong Jin
On Sunday 01,November,2009 04:45 PM, Bartong wrote:
 This is still an issue in Karmic.
Yes yes can you see the status? One says new, and the other says confirmed.
We don't need more confirmations, thank you very much. If you have a good idea
on how to fix this issue, then post. Otherwise please don't. If you're looking
to subscribe, click on the link over there that says Does this bug affect you?

 I tried using the 'inherit owner = yes' parameter both in
 /var/lib/samba/usershares/sharename and in /etc/samba/smb.conf, but
 this resulted in other clients not being able to write to the server, so
 it is not a fix
 
 The only fix I have found is to set 'create mask = 0777' and 'directory
 mask = 0777' in the [global] section of /etc/samba/smb.conf which means
 the owner and group is still nobody:nobody, but full read/write
 permissions are granted to any user including guests on any file or
 directory created in the share.
Both inherit owner = yes and create mask = 0777 have to be used in
conjunction with each other. inherit owner = yes will make the files be owned
by you, i.e. the owner of the share. create mask = 0777 will ensure that
others can still write into the created files. Using inherit owner = yes
without a proper create mask will ensure that files that have been dropped into
a public share cannot be touched by others later on.
 
 Setting these two parameters in /var/lib/samba/usershares/sharename
 does not currently seem to work.
I've spoken to the samba people about this, and they're not entertaining the
idea of having inherit owner as an additional option to usershares. This pretty
much means that unless anyone can come up with a solution for making this work
automatically within nautilus-share code, this bug is not going to go anywhere.

-- 
Kind regards,
Chow Loong Jin (GPG: 0x8F02A411)
Ubuntu Contributing Developer

-- 
files incoming through nautilus-share should be created with user ownership, 
instead of nobody
https://bugs.launchpad.net/bugs/268663
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 446329] [NEW] udev output at bootup: NAME=%k is superfluous

2009-11-01 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: udev


1)

eve[~]% lsb_release -rd
Description:Ubuntu karmic (development branch)
Release:9.10

2)

eve[~]% apt-cache policy udev
udev:
  Installed: 147~-5
  Candidate: 147~-5
  Version table:
 *** 147~-5 0
500 http://uk.archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

3)

no output during bootup

4)

output occuring breaking the splash screen, please see attached photo
during bootup

The full message is:

NAME=%k is sperfluous and breaks kernel supplied names, please remove
it from /lib/udev/rules.d/45-lvm.rules

ProblemType: Bug
Architecture: i386
Date: Thu Oct  8 14:31:50 2009
DistroRelease: Ubuntu 9.10
Lsusb:
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 002: ID 1131:1004 Integrated System Solution Corp. Bluetooth 
Device
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Dell Inc. Inspiron 700m
Package: udev 147~-5
ProcCmdLine: root=/dev/sda1 ro  single
ProcEnviron:
 LANGUAGE=C
 PATH=(custom, user)
 LANG=C
 SHELL=/usr/bin/zsh
ProcVersionSignature: Ubuntu 2.6.31-12.41-generic
SourcePackage: udev
UdevDb: Error: [Errno 2] No such file or directory
Uname: Linux 2.6.31-12-generic i686
dmi.bios.date: 08/23/05
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: A05
dmi.board.vendor: DELL SYSTEM
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrA05:bd08/23/05:svnDellInc.:pnInspiron700m:pvr-1:rvnDELLSYSTEM:rn:rvr:cvnDellInc.:ct8:cvrN/A:
dmi.product.name: Inspiron 700m
dmi.product.version: -1
dmi.sys.vendor: Dell Inc.

** Affects: kvm (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: apport-bug i386
-- 
udev output at bootup: NAME=%k is superfluous
https://bugs.launchpad.net/bugs/446329
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to kvm in ubuntu.

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


[Bug 468809] [NEW] Support adding custom debs

2009-11-01 Thread Daniel Kulesz
Public bug reported:

Currently, I see no way for adding custom DEB-packages to a VM when
building it with ubuntu-vm-builder. I thought of two workarounds for
this problem:

- use apt-proxy to create a local mirror first, include the packages there 
(which involves creating an own package site since only ftp, http and rsync are 
supported) and pass --mirror to ubuntu-vm-builder
- mount the VM archive afterwards (using i.e. vmware-mount.pl), chroot into it 
and makes the changes within the image. Apart from the annoying scripting work, 
you have to make sure the packages are removed from apt's cache after 
installation. Even if you do so it, results in a larger image size, so you 
would need to shrink the resulting image again.

Both workarounds are not satisfying, therefore I wish ubuntu-vm-builder
would support a --add-dpkg option as well.

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

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

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


[Bug 446329] Re: udev output at bootup: NAME=%k is superfluous

2009-11-01 Thread Peter Cordes
I see the message too.  lvm2 is the wrong package, though.

pe...@tesla:~$ dpkg -S /etc/udev/rules.d/50-kvm.rules
kvm: /etc/udev/rules.d/50-kvm.rules


** Package changed: lvm2 (Ubuntu) = kvm (Ubuntu)

-- 
udev output at bootup: NAME=%k is superfluous
https://bugs.launchpad.net/bugs/446329
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in ubuntu.

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


[Bug 468197] Re: ufw blocks samba in karmic default installation

2009-11-01 Thread Jamie Strandboge
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This is not a bug in samba or in ufw, but rather a local
configuration issue. You had ufw enabled, which blocks packets. You
therefore need to adjust your firewall to allow samba connections. See
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/345221.

Alternatively, you might take a look at bug #360975 and enable the
nf_conntrack_netbios_ns module.

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

** Changed in: ufw
   Status: New = Invalid

-- 
ufw blocks samba in karmic default installation
https://bugs.launchpad.net/bugs/468197
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 448656] Re: CPU information is inaccessible for MySQL

2009-11-01 Thread Zeratul
Confirmed on fresh Kubuntu 9.10:
after calling /etc/init.d/mysql script server fails to start an dmesg shows 
following:

17672.383215] type=1503 audit(1257090344.464:108): operation=open
pid=23872 parent=23871 profile=/usr/sbin/mysqld requested_mask=r::
denied_mask=r:: fsuid=0 ouid=0 name=/sys/devices/system/cpu/

-- 
CPU information is inaccessible for MySQL
https://bugs.launchpad.net/bugs/448656
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 468881] [NEW] package postfix 2.6.5-3 failed to install/upgrade:

2009-11-01 Thread mikek6mkf
Public bug reported:

Binary package hint: postfix

Upgrading to Ubuntu 9.10 via Upgrade Manager and it failed with error =
1

ProblemType: Package
Architecture: i386
Date: Sun Nov  1 11:10:03 2009
DistroRelease: Ubuntu 9.10
ErrorMessage:
 ErrorMessage: subprocess installed post-installation script returned error 
exit status 75
Package: postfix 2.6.5-3
ProcVersionSignature: Ubuntu 2.6.28-16.55-generic
SourcePackage: postfix
Title: package postfix 2.6.5-3 failed to install/upgrade:
Uname: Linux 2.6.28-16-generic i686
XsessionErrors:
 (nautilus:4321): Liboobs-WARNING **: Failed to connect to socket 
/var/run/dbus/system_bus_socket: No such file or directory
 (gnome-panel:4319): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to 
allocate widget with width -5 and height 25

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


** Tags: apport-package i386

-- 
package postfix 2.6.5-3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/468881
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

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


[Bug 468881] Re: package postfix 2.6.5-3 failed to install/upgrade:

2009-11-01 Thread mikek6mkf

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

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/34877601/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/34877602/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/34877603/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeMainlogpartial.gz
   http://launchpadlibrarian.net/34877604/VarLogDistupgradeMainlogpartial.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/34877605/VarLogDistupgradeTermlog.gz

-- 
package postfix 2.6.5-3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/468881
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

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


[Bug 468928] [NEW] no prompt to enter the admin passwort upon package installation

2009-11-01 Thread Jarod
Public bug reported:

Binary package hint: slapd

I'm running Ubuntu 9.10 x86_64 with package slapd version
2.4.18-0ubuntu1.

Upon first installation of slapd, the user is not prompted to enter the admin 
password as described for Ubuntu 9.04 (see: 
https://help.ubuntu.com/9.04/serverguide/C/openldap-server.html)
This is either a bug or the procedure of setting the password has changed.
Neither apt-get install slapd nor  dkpg-reconfigure slapd is prompting the 
user to enter the admin password.

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

-- 
no prompt to enter the admin passwort upon package installation
https://bugs.launchpad.net/bugs/468928
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


[Bug 329053] Re: Cannot use both zlib.output_compression and output_handler together!!

2009-11-01 Thread Paul Barron
Had the same problem after upgrade.
I did as Tom Metro suggested 14# with super user ( sudo ) and it worked for me.
Thank you, I was missing being able to brows and stream.

Mythbuntu 8.04 poweredge 2500

-- 
Cannot use both zlib.output_compression and output_handler together!!
https://bugs.launchpad.net/bugs/329053
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 468197] Re: ufw blocks samba in karmic default installation

2009-11-01 Thread maihacke
Hi,
thank you for your answer. I think it is atleast an documentation issue then.
If I install samba and samba suggests ufw, which in fact blocks samba the 
default configuration isn't working.
The samba ufw profile should be activated by default or the user should get an 
info that he has to do something.

-- 
ufw blocks samba in karmic default installation
https://bugs.launchpad.net/bugs/468197
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 424765] Re: Some options are not avaible in qemu

2009-11-01 Thread mschaeffler
Is there any qemu package available in Karmic with kqemu anabled?


** Changed in: qemu-kvm (Ubuntu)
   Status: Invalid = New

-- 
Some options are not avaible in qemu
https://bugs.launchpad.net/bugs/424765
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 459573] Re: variable expansion uses outdated data

2009-11-01 Thread Chuck Short
According to kern:

This seems to me to be a normal behavior for Bacula rather than a bug.

As far as I can determine, the first job actually created the Volume in
the catalog before it failed, thus any subsequent job is going to use
that Volume without invoking any variable expansion, which apparently is
what happened because the second job found the volume, labeled it, then
continued as you indicated.

** Changed in: bacula (Ubuntu)
   Status: Triaged = Invalid

-- 
variable expansion uses outdated data
https://bugs.launchpad.net/bugs/459573
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

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


[Bug 120199] Re: ntp daemon not reconfigured by /etc/network

2009-11-01 Thread Perry E. Metzger
At this point I'm unsubscribing from the bug report. I no longer know,
or care, if the problem is still extant. Maybe it is and maybe it isn't,
but after a couple of years of the bug living in limbo I've ceased to
care, and I'm no longer running an Ubuntu laptop.

-- 
ntp daemon not reconfigured by /etc/network
https://bugs.launchpad.net/bugs/120199
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

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


[Bug 110992] Re: ipmi modules need to manually inserted and device created

2009-11-01 Thread Perry E. Metzger
One would imagine that this bug could have been fixed any time in the
last couple of years. It would require editing a couple of files on the
part of one of the maintainers. Is there a good reason this has not been
completed?

-- 
ipmi modules need to manually inserted and device created 
https://bugs.launchpad.net/bugs/110992
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


[Bug 104525] Re: default ntp.conf should use pool.ntp.org servers

2009-11-01 Thread Perry E. Metzger
I've unsubscribed from the bug report. It could have been fixed in a few
minutes one way or another at any time over the last few years but no
one did, which is a sad commentary on the management of the project.
Anyway, after years of this bug report remaining in limbo I've ceased to
care what happens.

-- 
default ntp.conf should use pool.ntp.org servers
https://bugs.launchpad.net/bugs/104525
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

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


[Bug 469336] [NEW] part of lm-sensors and fancontrol does not work after fresh install of 9.10

2009-11-01 Thread Cz-David
Public bug reported:

Binary package hint: lm-sensors

I have just installed 9.10. Installed nvidia drivers and tried to
install fancontrol as usual at every reinstall.

lm-sensors installed fine, sensors-detect did not throw anything
unexpected at me. But when I tried running sensors it dumped only CPU
temp information. In 9.04 it prints fan speed and voltage information.

When I run fancontrol, using in 9.04 working file /etc/fancontrol, I get
error on pwm2.

pwmconfig gives me: /usr/sbin/pwmconfig: There are no pwm-capable
sensor modules installed

I read there were some problems fixed in kernel -31 which disabled lm-
sensors completely. But this is not my case, not exactly.

Attached files should contain everything that I could think of that
would be helpfull. This is kind of a upgrade stopper for me because my
fans are really loud when at full speed.

lm-sensors:
  Installed: 1:3.0.2-2ubuntu4

attached files in sensors.tar.gz
  sensors-detect-9.10
  sensors-detect-9.04
  sensors-9.10
  sensors-9.04
  lspci-9.10
  lspci-9.04
  lspci-diff
  pwmconfig-9.10
  fancontrol-9.10

** Affects: lm-sensors (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 9.04 9.10 fancontrol kernel lm-sensors pwmconfig sensors

-- 
part of lm-sensors and fancontrol does not work after fresh install of 9.10
https://bugs.launchpad.net/bugs/469336
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors in ubuntu.

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


[Bug 469336] Re: part of lm-sensors and fancontrol does not work after fresh install of 9.10

2009-11-01 Thread Cz-David

** Attachment added: dumps from all of the commands
   http://launchpadlibrarian.net/34895588/sensors.tar.gz

-- 
part of lm-sensors and fancontrol does not work after fresh install of 9.10
https://bugs.launchpad.net/bugs/469336
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors in ubuntu.

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


[Bug 451405] Re: zlib extension missing in php5 karmic

2009-11-01 Thread suniyo
*** This bug is a duplicate of bug 451314 ***
https://bugs.launchpad.net/bugs/451314

Solved. But upstart thing has made the life bit more difficult for sure.

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

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


[Bug 469419] [NEW] KVM machines became corrupted after reboot

2009-11-01 Thread Tomasz Nowak
Public bug reported:

Binary package hint: qemu-kvm

Hi,
  I've just upgraded my Linux to Kubuntu 9.10 (i386).
  I'm using  KVM and virt-manager on it.
  Unfortunately my VM boxes became corrupted after I install new software on 
these or create some files.

  Here is the VM definition:

$ virsh dumpxml ubuntu
Connecting to uri: qemu:///system   
domain type='kvm' id='27' 
  nameubuntu/name   
  uuid--4000--/uuid
  memory524288/memory  
  currentMemory524288/currentMemory
  vcpu1/vcpu   
  os 
type arch='i686' machine='pc-0.11'hvm/type
boot dev='hd'/
  /os
  features
acpi/
  /features
  clock offset='utc'/
  on_poweroffdestroy/on_poweroff
  on_rebootrestart/on_reboot
  on_crashdestroy/on_crash
  devices
emulator/usr/bin/kvm/emulator
disk type='file' device='disk'
  source file='/dev/mapper/vm-ubuntu'/
  target dev='hda' bus='ide'/
/disk
disk type='file' device='cdrom'
  source 
file='/home/tomnowak/Desktop/Software/linux/ubuntu/ubuntu-9.10-server-i386.iso'/
  target dev='hdc' bus='ide'/
  readonly/
/disk
interface type='network'
  mac address='00:50:56:11:11:11'/
  source network='default'/
  target dev='vnet0'/
  model type='e1000'/
/interface
input type='mouse' bus='ps2'/
graphics type='vnc' port='5911' autoport='no' listen='127.0.0.1'/
video
  model type='vga' vram='8192' heads='1'/
/video
  /devices
  seclabel type='dynamic' model='apparmor'
labellibvirt---4000--/label
imagelabellibvirt---4000--/imagelabel
  /seclabel
/domain

I'm trying to install Ubuntu Server Edition 9.10 but after a few reset
there is a problem with swap partition on the screen while booting:


One or more of the mounts listed in /etc/fstab cannot yet be mounted:
(ESC for recovery shell)
swap: waiting for UUID=903d9649-0587-45b1-a501-8c02d71f43fc


Then when trying to recreate swap on /dev/sda5 I get:


r...@ubuntu:~# fdisk -l

Disk /dev/sda: 10.7 GB, 10737418240 bytes
255 heads, 63 sectors/track, 1305 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000dd054

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   11243 9984366   83  Linux
/dev/sda212441305  4980155  Extended
/dev/sda512441305  497983+  82  Linux swap / Solaris
r...@ubuntu:~# swapon -a
swapon: cannot find the device for UUID=903d9649-0587-45b1-a501-8c02d71f43fc
r...@ubuntu:~# swapon /dev/sda5
swapon: /dev/sda5: read swap header failed: Invalid argument
r...@ubuntu:~# mkswap /dev/sda5
Setting up swapspace version 1, size = 497976 KiB
no label, UUID=38153005-9024-4eee-b1b9-99c3b0cfee62
r...@ubuntu:~# swapon /dev/sda5
swapon: /dev/sda5: read swap header failed: Invalid argument


Later I tried to install some software:
# apt-get install azureus
and during the package installation I saw strange characters on the screen and 
everything stopped working.
After a reset system was dead - the grub stopped booting - it seems my entire 
virtual disk became totally corrupted.

GRUB loading.
error: invalid arch independent ELF magic
grub rescue


The above message is almost every time different

I've tried different disk types: ide, scsi, virtio - always the same.
Also the same when trying to install Kubuntu 9.10 under KVM.

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New

-- 
KVM machines became corrupted after reboot
https://bugs.launchpad.net/bugs/469419
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 469336] Re: part of lm-sensors and fancontrol does not work after fresh install of 9.10

2009-11-01 Thread Cz-David
I've just compiled to lm-sensors version 3.1.1. It is now correctly
dumping the speeds:

da...@malanovy:/dev$ sensors
atk0110-acpi-0
Adapter: ACPI interface
Vcore Voltage:  +1.13 V  (min =  +0.85 V, max =  +1.60 V)
 +3.3 Voltage:  +3.28 V  (min =  +2.97 V, max =  +3.63 V)
 +5 Voltage:+5.04 V  (min =  +4.50 V, max =  +5.50 V)
 +12 Voltage:  +12.21 V  (min = +10.20 V, max = +13.80 V)
CPU FAN Speed:  743 RPM  (min =  600 RPM)
CHASSIS1 FAN Speed:   0 RPM  (min =  600 RPM)
CHASSIS2 FAN Speed: 835 RPM  (min =  600 RPM)
POWER FAN Speed:  0 RPM  (min =  600 RPM)
CPU Temperature:+35.0°C  (high = +60.0°C, crit = +95.0°C)  
MB Temperature: +35.0°C  (high = +45.0°C, crit = +95.0°C)  

but fancontrol and pwmconfig are still in the same state.

-- 
part of lm-sensors and fancontrol does not work after fresh install of 9.10
https://bugs.launchpad.net/bugs/469336
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors in ubuntu.

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


[Bug 469336] Re: part of lm-sensors and fancontrol does not work after fresh install of 9.10

2009-11-01 Thread Cz-David
I have followed the instructions on
http://www.lm-sensors.org/wiki/FAQ/Chapter3#Mysensorshavestoppedworkinginkernel2.6.31

by adding

acpi_enforce_resources=lax

to grub. Fancontrol and sensors are now working as they used to. But I
do not want to have to do this at every kernel upgrade and it sounds
dangerous. This bug still needs to be fixed.

asus_atk0110 drivers should be upgraded to work without the need for
acpi_enforce_resources=lax

Is there anyway this bug can be transfered to whomever is responsible
for maintaining the drivers ?

-- 
part of lm-sensors and fancontrol does not work after fresh install of 9.10
https://bugs.launchpad.net/bugs/469336
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors in ubuntu.

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


[Bug 469336] Re: part of lm-sensors and fancontrol does not work after fresh install of 9.10

2009-11-01 Thread Cz-David
w83627dhg-isa-0290
Adapter: ISA adapter

The driver as registered in sensors which gives accurate information

-- 
part of lm-sensors and fancontrol does not work after fresh install of 9.10
https://bugs.launchpad.net/bugs/469336
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors in ubuntu.

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


[Bug 235560] Re: Connect to smb server by name doesn't work, but by IP address does

2009-11-01 Thread Mastermolch
The problem disappeared with Karmic Koala on my PC.

-- 
Connect to smb server by name doesn't work, but by IP address does
https://bugs.launchpad.net/bugs/235560
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 469336] Re: part of lm-sensors and fancontrol does not work after fresh install of 9.10

2009-11-01 Thread Chuck Short
** Package changed: lm-sensors (Ubuntu) = linux (Ubuntu)

-- 
part of lm-sensors and fancontrol does not work after fresh install of 9.10
https://bugs.launchpad.net/bugs/469336
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors in ubuntu.

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


[Bug 377216] Re: amavisd-new fails to block viruses with backup scanner (clamscan)

2009-11-01 Thread Simon Déziel
I have tested with the version included in Karmic and it's fixed.

** Changed in: amavisd-new (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: amavisd-new (Ubuntu)
   Status: Fix Released = Fix Committed

-- 
amavisd-new fails to block viruses with backup scanner (clamscan)
https://bugs.launchpad.net/bugs/377216
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

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


[Bug 459573] Re: variable expansion uses outdated data

2009-11-01 Thread Aidan Furlan
I would certainly consider this a bug. It makes variable expansion worse
than useless because I can no longer trust it to label volumes with the
correct client or date, so that all the volume names are potentially
misleading. To avoid misleading data I have gone back to using
LabelFormat=Vol.

-- 
variable expansion uses outdated data
https://bugs.launchpad.net/bugs/459573
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

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


[Bug 444349] Re: package mysql-server-5.1 5.1.37-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-11-01 Thread Jonathan Harker
** Also affects: mysql-server
   Importance: Undecided
   Status: New

-- 
package mysql-server-5.1 5.1.37-1ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/444349
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 444349] Re: package mysql-server-5.1 5.1.37-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-11-01 Thread Jonathan Harker
I have encountered this upgrading from Jaunty to Karmic. The dist-
upgrade has stalled with 285 packages still to go, because when setting
up mysql-server-5.1 (5.1.37-1ubuntu5) it attempts to restart the mysql
service. MySQL now consistently fails at start (/etc/init.d/mysql start)
as above, because it can't find the mysql.plugins table. MySQL helpfully
suggests that I run mysql_upgrade, which fails because it cannot connect
to the MySQL service that it expects to be up and running. The
instructions at http://dev.mysql.com/doc/refman/5.1/en/mysql-
upgrade.html don't work either, because mysql_check (et al.) also expect
the MySQL service to be running.

-- 
package mysql-server-5.1 5.1.37-1ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/444349
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 470071] [NEW] Listing use locale for date representation

2009-11-01 Thread mmarkk
Public bug reported:

Binary package hint: vsftpd

When vsftpd try to generate directory listing it users current locale
(maybe when running internal ls command), so other programs (like
Midnight Commander) cannot parse the date.

When /sbin/init launch /etc/init.d/vsftpd, all OK because it exports
LANG=C

When I restart vsftpd using command /etc/init.d/vsftpd, users can
connect, but cannot parse listing.

Wehn I restart vsftpd using command export LANG=C;  /etc/init.d/vsftpd,
everything works fine.

Solution:
1. (The simple, but not fully correct) add export LANG=C before actually 
starting daemon
2. Reset current locale in vsftpd
3. Handle locale especially at specific moments in daemon.

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

-- 
Listing use locale for date representation
https://bugs.launchpad.net/bugs/470071
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

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


[Bug 470071] Re: Listing use locale for date representation

2009-11-01 Thread mmarkk
I mean 3 different solutionis

-- 
Listing use locale for date representation
https://bugs.launchpad.net/bugs/470071
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

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


[Bug 374717] Re: ntp in kubuntu jaunty does not configure

2009-11-01 Thread speedyx
Here in kubuntu karmic is still a problem

-- 
ntp in kubuntu jaunty does not configure
https://bugs.launchpad.net/bugs/374717
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

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


[Bug 469419] Re: KVM machines became corrupted after reboot

2009-11-01 Thread Aslak Knutsen
Upgrading a Jaunty vm to Karmic works for me, but a new Karmic install
fails with the same error.

At some point I manage to update fstab after a mkswap  swapon and it
worked on reboot. But after a reboot of the host the problem was back.

-- 
KVM machines became corrupted after reboot
https://bugs.launchpad.net/bugs/469419
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 467960] Re: hansel

2009-11-01 Thread hansel

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

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/34837859/DpkgTerminalLog.txt

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

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


[Bug 467960] [NEW] hansel

2009-11-01 Thread hansel
Public bug reported:

no podia dar a actualisar

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: el subproceso post-removal script devolvió el código de salida de 
error 1
Package: linux-restricted-modules-2.6.28-11-generic 2.6.28-11.15
SourcePackage: linux-restricted-modules
Title: package linux-restricted-modules-2.6.28-11-generic 2.6.28-11.15 failed 
to install/upgrade: el subproceso post-removal script devolvió el código de 
salida de error 1
Uname: Linux 2.6.28-15-generic i686

** Affects: linux-restricted-modules (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

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

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

[Bug 467954] Re: Speaker does not unmute after resume from suspend/hibernate if headphones are removed while system is hibernated/suspended

2009-11-01 Thread Daniel T Chen
** Package changed: alsa-driver (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Daniel T Chen (crimsun)

-- 
Speaker does not unmute after resume from suspend/hibernate if headphones are 
removed while system is hibernated/suspended
https://bugs.launchpad.net/bugs/467954
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 467249] Re: no sound (HP X18 notebook)

2009-11-01 Thread paul thompkins
i have sound, thanks

On Sat, Oct 31, 2009 at 3:30 PM, Daniel T Chen
seven.st...@gmail.comwrote:

 Please install linux-backports-modules-alsa-karmic-generic and reboot.

 --
 no sound (HP X18 notebook)
 https://bugs.launchpad.net/bugs/467249
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “alsa-driver” package in Ubuntu: New

 Bug description:
 no sound HP X18 notebook

 ProblemType: Bug
 Architecture: amd64
 ArecordDevices:
   List of CAPTURE Hardware Devices 
  card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
 AudioDevicesInUse:
  USERPID ACCESS COMMAND
  /dev/snd/controlC0:  paul   1844 F pulseaudio
 Card0.Amixer.info:
  Card hw:0 'Intel'/'HDA Intel at 0xdd00 irq 22'
   Mixer name   : 'Nvidia MCP78 HDMI'
   Components   : 'HDA:111d76b2,103c3610,00100302
 HDA:10de0006,10de0101,0010'
   Controls  : 38
   Simple ctrls  : 22
 CheckboxCommand: alsa_record_playback
 CheckboxDescription:
  Open the volume control application by right-clicking on the speaker icon
 in the panel and selecting Sound Preferences.  Select the Input tab and
 choose any alternate (non-default) device(s).  Select the Output tab and
 choose any alternate (non-default) device(s).  When you are done, click the
 Test button, then speak into the microphone. After a few seconds, your
 speech will be played back to you.

  Did you hear your speech played back?
 CheckboxTest: alsa_record_playback_alternates
 Date: Sat Oct 31 15:05:39 2009
 DistroRelease: Ubuntu 9.10
 Package: alsa-base 1.0.20+dfsg-1ubuntu5
 PackageArchitecture: all
 ProcEnviron:
  SHELL=/bin/bash
  LANG=en_US.UTF-8
 ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
 SourcePackage: alsa-driver
 Tags: checkbox-bug
 Uname: Linux 2.6.31-14-generic x86_64
 XsessionErrors:
  (gnome-settings-daemon:1872): GLib-CRITICAL **: g_propagate_error:
 assertion `src != NULL' failed
  (gnome-settings-daemon:1872): GLib-CRITICAL **: g_propagate_error:
 assertion `src != NULL' failed
  (nautilus:1923): Eel-CRITICAL **: eel_preferences_get_boolean: assertion
 `preferences_is_initialized ()' failed
  (polkit-gnome-authentication-agent-1:1943): GLib-CRITICAL **:
 g_once_init_leave: assertion `initialization_value != 0' failed
  (nautilus:2130): Eel-CRITICAL **: eel_preferences_get_boolean: assertion
 `preferences_is_initialized ()' failed


-- 
no sound (HP X18 notebook)
https://bugs.launchpad.net/bugs/467249
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 445256] Re: Wrong path to X server in gdm.conf

2009-11-01 Thread Michael Pardee
sed -i 's/X11R6\///' /etc/gdm/gdm.conf

-- 
Wrong path to X server in gdm.conf
https://bugs.launchpad.net/bugs/445256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467961] Re: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish+0x7c/0x80()

2009-11-01 Thread tralston

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/34838310/AlsaDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/34838312/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/34838313/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/34838314/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/34838315/Card0.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/34838316/CurrentDmesg.txt

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

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/34838319/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/34838320/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/34838321/Lsusb.txt

** Attachment added: OopsText.txt
   http://launchpadlibrarian.net/34838322/OopsText.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/34838323/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/34838324/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/34838325/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/34838326/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/34838327/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/34838328/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/34838329/WifiSyslog.txt

-- 
WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish+0x7c/0x80()
https://bugs.launchpad.net/bugs/467961
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 466075] Re: Gateway M6328 No Sound of Headphone

2009-11-01 Thread Ankhbayar
I install linux-backports-modules-alsa-karmic-generic .
But it same.

-- 
Gateway M6328 No Sound of Headphone
https://bugs.launchpad.net/bugs/466075
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467961] [NEW] WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish+0x7c/0x80()

2009-11-01 Thread tralston
Public bug reported:

auto-submitted report

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  tralston   1832 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf7ffc000 irq 21'
   Mixer name   : 'SigmaTel STAC9228'
   Components   : 'HDA:83847616,102801f7,00100201'
   Controls  : 32
   Simple ctrls  : 22
Date: Sat Oct 31 23:56:22 2009
DistroRelease: Ubuntu 9.10
Failure: oops
HibernationDevice: RESUME=UUID=f18f6822-1834-4705-9d77-432c3d2b298b
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
MachineType: Dell Inc. MXG071
NonfreeKernelModules: nvidia
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic 
root=UUID=df5d2f9a-45a4-422a-8f79-f0e53aba3b4e ro quiet splash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Tags: kernel-oops
Title: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish+0x7c/0x80()
Uname: Linux 2.6.31-14-generic x86_64
dmi.bios.date: 12/16/2008
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A10
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd12/16/2008:svnDellInc.:pnMXG071:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: MXG071
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-kerneloops kernel-oops

-- 
WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish+0x7c/0x80()
https://bugs.launchpad.net/bugs/467961
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467249] Re: no sound (HP X18 notebook)

2009-11-01 Thread David Henningsson
** Package changed: alsa-driver (Ubuntu) = linux (Ubuntu)

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

** Also affects: linux-backports-modules-2.6.31 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-backports-modules-2.6.31 (Ubuntu)
   Status: New = Fix Released

-- 
no sound (HP X18 notebook)
https://bugs.launchpad.net/bugs/467249
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464458] Re: Music Stops Playing Randomly

2009-11-01 Thread Zeroth Eksaz
I was able to forcefully reproduce the error instead of waiting for it
to happen on it's own.  Of course I was running Banshee at the time I
did this.  I'll need to try this in Rythmbox and Songbird later to
confirm a theory.  What I did was I started up Banshee and started
playing some music.  I right clicked the speaker icon in the system tray
and clicked Sound Prefernces.  Under the Hardware tab I changed the
Profile from Analog Stereo Duplex to Digital Stereo (IEC958) Input
just to see what would happen and simultaneously causing the error to
happen in Banshee.  I just changed the Profile to  Digital Stereo
(IEC958) Output + Analog Stereo Input.  I'll have to see how long my
music remains playing.  I'll report back if it freezes or not.  Right
now my belief is that the bug isn't in Rhythmbox but in the new sound
system 9.10 is using as this issue effects not just Rhythmbox but also
Banshee and Songbird.  These 3 programs are the only ones I've tested so
far so I can't speak for other music programs.  As for Totem it seems
totally unaffected by the issue.

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

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


[Bug 360133] Re: smplayer video stop after few frames

2009-11-01 Thread yaap
The exact same thing happened to me too in Ubuntu Karmic. Changing the
audio driver from alsa to pulse solved the problem.

-- 
smplayer video stop after few frames
https://bugs.launchpad.net/bugs/360133
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467964] [NEW] no sound on Phenom II X4 955 integrated sound card

2009-11-01 Thread FrankBro
Public bug reported:

I upgrade from 9.04 to 9.10. Sound was working fine on 9.04 but no i get
no sound. I also get no device in sound.

ProblemType: Bug
AlsaDevices:
 total 0
 drwxr-xr-x 2 root root 80 2009-11-01 01:34 by-path
AplayDevices: aplay: device_list:223: no soundcards found...
Architecture: i386
ArecordDevices: arecord: device_list:223: no soundcards found...
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', 
'/dev/snd/by-path', '/dev/sequencer2', '/dev/sequencer', '/dev/seq'] failed 
with exit code 1:
CheckboxCommand: alsa_record_playback
CheckboxDescription:
 Open the volume control application by right-clicking on the speaker icon in 
the panel and selecting Sound Preferences.  Select the Input tab and choose 
any alternate (non-default) device(s).  Select the Output tab and choose any 
alternate (non-default) device(s).  When you are done, click the Test button, 
then speak into the microphone. After a few seconds, your speech will be played 
back to you.
 
 Did you hear your speech played back?
CheckboxTest: alsa_record_playback_alternates
Date: Sun Nov  1 01:05:17 2009
DistroRelease: Ubuntu 9.10
Package: alsa-base 1.0.20+dfsg-1ubuntu5
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_CA.UTF-8
ProcVersionSignature: Ubuntu 2.6.28-13.45-generic
SourcePackage: alsa-driver
Tags: checkbox-bug
Uname: Linux 2.6.28-13-generic i686

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug checkbox-bug i386

-- 
no sound on Phenom II X4 955 integrated sound card
https://bugs.launchpad.net/bugs/467964
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467249] Re: no sound (HP X18 notebook)

2009-11-01 Thread Daniel T Chen
** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

-- 
no sound (HP X18 notebook)
https://bugs.launchpad.net/bugs/467249
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467964] Re: no sound on Phenom II X4 955 integrated sound card

2009-11-01 Thread FrankBro

** Attachment added: BootDmesg.gz
   http://launchpadlibrarian.net/34838670/BootDmesg.gz

** Attachment added: Card0.Amixer.info.txt
   http://launchpadlibrarian.net/34838671/Card0.Amixer.info.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/34838672/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/34838673/Card0.Codecs.codec.0.txt

** Attachment added: Card1.Amixer.info.txt
   http://launchpadlibrarian.net/34838674/Card1.Amixer.info.txt

** Attachment added: Card1.Amixer.values.txt
   http://launchpadlibrarian.net/34838675/Card1.Amixer.values.txt

** Attachment added: Card1.Codecs.codec.0.txt
   http://launchpadlibrarian.net/34838676/Card1.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/34838677/CurrentDmesg.txt

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

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/34838680/PciMultimedia.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/34838681/XsessionErrors.txt

-- 
no sound on Phenom II X4 955 integrated sound card
https://bugs.launchpad.net/bugs/467964
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460620] Re: Transmission Version 1.76 is Available

2009-11-01 Thread Hew McLachlan
** Changed in: transmission (Ubuntu)
   Importance: Undecided = Wishlist

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

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


Re: [Bug 466075] Re: Gateway M6328 No Sound of Headphone

2009-11-01 Thread Daniel T Chen
Did you reboot afterward?

-- 
Gateway M6328 No Sound of Headphone
https://bugs.launchpad.net/bugs/466075
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 404638] Re: enable touchpad setting has no effect in karmic

2009-11-01 Thread Sergey Sedov
Thank you very much ! It works

-- 
enable touchpad setting has no effect in karmic
https://bugs.launchpad.net/bugs/404638
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 349378] Re: plural not handled correctly by the system

2009-11-01 Thread Yaron
Actually in Hebrew we use the word one instead of the number 1 when we
need to display a time difference

I have no idea how to fix this bug but I'll subscribe some of the Hebrew
community members to see if they can suggest one

Thank you!

-- 
plural not handled correctly by the system
https://bugs.launchpad.net/bugs/349378
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 466734] Re: no sound in or out at all

2009-11-01 Thread David Henningsson
@Daniel: Great to know you're working on it. Keep up the good work! :-)

-- 
no sound in or out at all
https://bugs.launchpad.net/bugs/466734
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464458] Re: Music Stops Playing Randomly

2009-11-01 Thread Zeroth Eksaz
This is probably not related to my bug submission so I don't know how
relevant this information is.  But, one change I noticed after changing
my sound Profile is that now when I use the mouse to move the primary
volume bar on the sound icon in the system tray my audio actually
changes this time as before it didn't.  Before the only volume bars that
had any effect on altering sound where the Alert volume and the volume
bars in the Applications tab when music/video software is running.

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

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


[Bug 467968] [NEW] el sistema de mi pc me indica de un fallo grave en el núcleo, pero yo no lo noto

2009-11-01 Thread AlvaroDA
Public bug reported:

el sistema de la pc me indica que hay un fallo grave en el núcleo pero
yo no lo he notado todavía

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: SI7018 [SiS SI7018], device 0: trident_dx_nx [Trident 4DWave]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  alvaro 1398 F pulseaudio
 /dev/snd/timer:  alvaro 1398 f pulseaudio
CRDA: Error: [Errno 2] No existe el fichero ó directorio
Card0.Amixer.info:
 Card hw:0 'SI7018'/'SiS SI7018 PCI Audio at 0xd000, irq 11'
   Mixer name   : 'Realtek ALC100,100P rev 38,Silicon Laboratory Si3036,8 rev 1'
   Components   : 'AC97a:414c4326 AC97m:53494c21'
   Controls  : 166
   Simple ctrls  : 153
Card0.Codecs.codec97.0.mc97.1.1:
 1-1/0: Silicon Laboratory Si3036,8 rev 1
 
 Extended modem ID: codec=1 LIN1
 Modem status : GPIO MREF ADC1 DAC1 PRE(ADC2) PRF(DAC2) PRG(HADC) PRH(HDAC)
 Line1 rate   : 8000Hz
Date: Sat Oct 31 17:20:01 2009
DistroRelease: Ubuntu 9.10
Failure: oops
HibernationDevice: RESUME=UUID=e1ff4364-b187-4863-88eb-20243d296a28
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
Lsusb:
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic 
root=UUID=988939d2-709c-4214-92a3-cefa5d200597 ro quiet splash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
RfKill:
 
SourcePackage: linux
Tags: kernel-oops
Title: WARNING: at /build/buildd/linux-2.6.31/net/sched/sch_generic.c:246 
dev_watchdog+0x1f6/0x210()
Uname: Linux 2.6.31-14-generic i686
dmi.bios.date: 07/15/97
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 062710
dmi.chassis.asset.tag: 0123ABC
dmi.chassis.type: 3
dmi.chassis.vendor: Uknown Chassis Manufacture
dmi.chassis.version: Version 1.00
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr062710:bd07/15/97:svn:pn:pvr1234567890:rvn:rn:rvr:cvnUknownChassisManufacture:ct3:cvrVersion1.00:
dmi.product.version: 1234567890

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


** Tags: apport-kerneloops i386 kernel-oops

-- 
el sistema de mi pc me indica de un fallo grave en el núcleo, pero yo no lo noto
https://bugs.launchpad.net/bugs/467968
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 467968] Re: el sistema de mi pc me indica de un fallo grave en el núcleo, pero yo no lo noto

2009-11-01 Thread AlvaroDA

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/34838938/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/34838939/AplayDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/34838940/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/34838943/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   http://launchpadlibrarian.net/34838944/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
http://launchpadlibrarian.net/34838945/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

** Attachment added: Card0.Codecs.codec97.0.mc97.1.1.regs.txt
   
http://launchpadlibrarian.net/34838946/Card0.Codecs.codec97.0.mc97.1.1.regs.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/34838947/CurrentDmesg.txt

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

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/34838950/Lspci.txt

** Attachment added: OopsText.txt
   http://launchpadlibrarian.net/34838951/OopsText.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/34838952/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/34838953/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/34838954/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/34838955/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/34838956/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/34838957/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/34838958/WifiSyslog.txt

-- 
el sistema de mi pc me indica de un fallo grave en el núcleo, pero yo no lo noto
https://bugs.launchpad.net/bugs/467968
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 467967] Re: Openchrome driver not working after Karmic upgrade

2009-11-01 Thread Xenophon

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/34839002/Xorg.0.log.txt

-- 
Openchrome driver not working after Karmic upgrade
https://bugs.launchpad.net/bugs/467967
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467967] Re: Openchrome driver not working after Karmic upgrade

2009-11-01 Thread Xenophon

** Attachment added: lspci -vvv
   http://launchpadlibrarian.net/34839022/lspci.vvv.txt

-- 
Openchrome driver not working after Karmic upgrade
https://bugs.launchpad.net/bugs/467967
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467967] [NEW] Openchrome driver not working after Karmic upgrade

2009-11-01 Thread Xenophon
Public bug reported:

Greetings,

  I have an ASUS motherboard which thus far has been running Kubuntu
Intrepid and Jaunty fine with no issues. I upgraded to Karmic yesterday
and suddenly found that I cannot log into my system any longer. I enter
my username and password and try to log in. KDE attempts to start
loading and gets to the loading screen with the five icons. The HDD
icon lights up and then the screen flickers and I'm back at the login
screen. Sometimes, it progresses past this stage and then kicks me back
to the login screen.

  I can log in fine via a terminal (with ctrl + alt + f1). I have
updated all my packages with apt.

* This board has a VIA chipset and requires unichrome drivers. I'm pretty 
certain that I was using the openchrome drivers and had things working with 
Jaunty. I tried reinstalling these via apt.
* I've tried using xorg -configure to create a template xorg.conf file and used 
it.
* With the above xorg.conf file, I've tried specifying vesa as the driver. X 
complained about vesa not supporting 24 bit and crashed.
* I've also tried removing xserver-xorg-video-openchrome and restarting. X does 
not start.

I'll attach log files shortly.

I'm happy to stick around and get this solved completely. But in the
interim, could somebody suggest a way to get my display back with VESA?
I don't mind 640x480 resolution etc. while I try to find a solution.

Thanks.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: openchrome

-- 
Openchrome driver not working after Karmic upgrade
https://bugs.launchpad.net/bugs/467967
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467967] Re: Openchrome driver not working after Karmic upgrade

2009-11-01 Thread Xenophon

** Attachment added: lspci -vnnn
   http://launchpadlibrarian.net/34839088/lspci.vnnn.txt

-- 
Openchrome driver not working after Karmic upgrade
https://bugs.launchpad.net/bugs/467967
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467967] Re: Openchrome driver not working after Karmic upgrade

2009-11-01 Thread Xenophon

** Attachment added: dmesg | tail
   http://launchpadlibrarian.net/34839096/dmesg.tail.txt

** Tags added: openchrome

-- 
Openchrome driver not working after Karmic upgrade
https://bugs.launchpad.net/bugs/467967
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467964] Re: no sound on Phenom II X4 955 integrated sound card

2009-11-01 Thread Daniel T Chen
Please ensure that you are using Karmic's kernel (2.6.31-14-generic),
not Jaunty's (2.6.28). Notice that you're still using Jaunty's kernel.
Most likely the grub configuration (grub.cfg/menu.lst) was not properly
updated.

** Package changed: alsa-driver (Ubuntu) = linux (Ubuntu)

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

-- 
no sound on Phenom II X4 955 integrated sound card
https://bugs.launchpad.net/bugs/467964
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 414560] Re: ath9k disassociates/reassociates a lot

2009-11-01 Thread Kunal Gangakhedkar
On Sun, Nov 1, 2009 at 3:34 AM, Rachel Greenham
rac...@strangenoises.org wrote:
 Howard Chu wrote:
 That was explained in one of the previous discussions. The ath9k is an
 a/b/g/n interface and has a lot more channels to scan, and it's the
 extra time required to scan these additional channels that causes the
 association to time out. Or that's the theory anyway; the ath9k driver
 seems to still have plenty of problems of its own without NM adding to
 them.


 Well, it's still the case that installing the backports, and otherwise
 changing *nothing*, so I'm still using network-manager, i get better
 signal strength and no loss of connection and good transfer rates.

 So I reckon while the NM issues *may* be real issues to some people,
 they're not the big story here.


LBM (linux-backports-modules) is based on the cutting-edge of
wireless-testing kernel tree via compat-wireless.
http://wireless.kernel.org/en/users/Download#Getting_compat-wireless_on_Ubuntu

If you follow it here:
http://git.kernel.org/?p=linux/kernel/git/linville/wireless-testing.git;a=summary

you'd see that there are quite a few changes that have gone recently into ath9k.
Maybe, that's fixed some of the older issues that we've been
discussing here - I'm yet to install karmic.

Point being that the shipped kernel drivers and lbm drivers may be
worlds apart.

@Christopher,
the problem of background scanning is compounded by the fact that
ath9k takes a lot of time to complete the scan.
It's improving at a snail's pace - to add to that, the atheros guys
haven't been all that helpful either.
I'm subscribed to both wireless-devel and ath9k-devel lists.

The meaning of 'perceived' loss is wrt NM - it thinks the connection
is alive while the scan is progressing.
I agree that in reality, the tcp connections (so do udp - dns lookups
almost never work during a scan) drop like crazy during scans - even I
have to switch to wired whenever using skype or anything that requires
sustained connectivity.

@Howard,
The scanning process is a required process - otherwise, you can never
come to know about what networks are available in your vicinity.
However, the way it's implemented seems to be problematic.

Unfortunately, for me, wicd has never worked :(
And I'm not all that hopeful about NM either.

Kunal

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

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


[Bug 467973] [NEW] xfce4-xkb-plugin crashes after clicking on close button in settings window

2009-11-01 Thread Bremm
Public bug reported:

Binary package hint: xfce4-xkb-plugin

[170542.831114] xfce4-xkb-plugi[23383]: segfault at 30 ip 0032f140e545 sp 
7fff62cb7f20 error 4 in libgtk-x11-2.0.so.0.1800.3[32f120+3ff000]
[173337.227503] xfce4-xkb-plugi[24811]: segfault at 30 ip 0032f140e545 sp 
7fffb91bb980 error 4 in libgtk-x11-2.0.so.0.1800.3[32f120+3ff000]
[173361.290772] xfce4-xkb-plugi[24824]: segfault at 30 ip 0032f140e545 sp 
7fffa36dda90 error 4 in libgtk-x11-2.0.so.0.1800.3[32f120+3ff000]
[183041.911197] xfce4-xkb-plugi[28023]: segfault at 30 ip 0032f140e545 sp 
7fff291b1e00 error 4 in libgtk-x11-2.0.so.0.1800.3[32f120+3ff000]

ProblemType: Bug
Architecture: amd64
CheckboxSubmission: 1dcf98e1af313db838b0adef5e2775bb
CheckboxSystem: edda5d4f616ca792bf437989cb597002
Date: Sun Nov  1 04:17:44 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: xfce4-xkb-plugin 0.5.3.3-0ubuntu2 [modified: 
usr/lib/xfce4-xkb-plugin/xfce4/panel-plugins/xfce4-xkb-plugin]
ProcEnviron:
 LANGUAGE=pt_BR.UTF-8
 PATH=(custom, no user)
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: xfce4-xkb-plugin
Uname: Linux 2.6.31-14-generic x86_64

** Affects: xfce4-xkb-plugin (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
xfce4-xkb-plugin crashes after clicking on close button in settings window
https://bugs.launchpad.net/bugs/467973
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467973] Re: xfce4-xkb-plugin crashes after clicking on close button in settings window

2009-11-01 Thread Bremm

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

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/34839217/XsessionErrors.txt

-- 
xfce4-xkb-plugin crashes after clicking on close button in settings window
https://bugs.launchpad.net/bugs/467973
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467971] [NEW] stellarium assert failure: stellarium: ../../src/xcb_io.c:542: _XRead: Assertion `dpy-xcb-reply_data != ((void *)0)' failed.

2009-11-01 Thread Syed S. Rahman
Public bug reported:

Binary package hint: stellarium

Stellarium refused to launch

ProblemType: Crash
Architecture: i386
AssertionMessage: stellarium: ../../src/xcb_io.c:542: _XRead: Assertion 
`dpy-xcb-reply_data != ((void *)0)' failed.
CheckboxSubmission: eb703f512fa55f5fd2edd40195cd36a8
CheckboxSystem: 0ad41cb8883434b5c220c4fac21bbf74
CrashCounter: 1
Date: Sun Nov  1 11:49:05 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/stellarium
Package: stellarium 0.10.2-1
ProcCmdline: stellarium
ProcEnviron:
 LANGUAGE=en_IN.UTF-8
 LANG=en_IN.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
Signal: 6
SourcePackage: stellarium
StacktraceTop:
 __kernel_vsyscall ()
 raise () from /lib/tls/i686/cmov/libc.so.6
 abort () from /lib/tls/i686/cmov/libc.so.6
 __assert_fail () from /lib/tls/i686/cmov/libc.so.6
 _XRead () from /usr/lib/libX11.so.6
Title: stellarium assert failure: stellarium: ../../src/xcb_io.c:542: _XRead: 
Assertion `dpy-xcb-reply_data != ((void *)0)' failed.
Uname: Linux 2.6.31-14-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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


** Tags: apport-crash i386

-- 
stellarium assert failure: stellarium: ../../src/xcb_io.c:542: _XRead: 
Assertion `dpy-xcb-reply_data != ((void *)0)' failed.
https://bugs.launchpad.net/bugs/467971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467972] Re: metacity assert failure: metacity:ERROR:core/bell.c:211:bell_flash_window_frame: assertion failed: (window-frame != NULL)

2009-11-01 Thread Umang

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

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/34839193/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/34839194/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/34839195/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/34839196/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/34839197/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/34839198/ThreadStacktrace.txt

-- 
metacity assert failure: 
metacity:ERROR:core/bell.c:211:bell_flash_window_frame: assertion failed: 
(window-frame != NULL)
https://bugs.launchpad.net/bugs/467972
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467972] [NEW] metacity assert failure: metacity:ERROR:core/bell.c:211:bell_flash_window_frame: assertion failed: (window-frame != NULL)

2009-11-01 Thread Umang
Public bug reported:

Binary package hint: metacity

I don't know what happened. It just crashed. I was using Chrome when it
happened and I just upgraded to Karmic today.

ProblemType: Crash
Architecture: i386
AssertionMessage: metacity:ERROR:core/bell.c:211:bell_flash_window_frame: 
assertion failed: (window-frame != NULL)
Date: Sun Nov  1 11:45:57 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/metacity
Package: metacity 1:2.28.0-0ubuntu1
ProcCmdline: metacity
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
Signal: 6
SourcePackage: metacity
StacktraceTop:
 __kernel_vsyscall ()
 raise () from /lib/tls/i686/cmov/libc.so.6
 abort () from /lib/tls/i686/cmov/libc.so.6
 g_assertion_message () from /lib/libglib-2.0.so.0
 g_assertion_message_expr () from /lib/libglib-2.0.so.0
Title: metacity assert failure: 
metacity:ERROR:core/bell.c:211:bell_flash_window_frame: assertion failed: 
(window-frame != NULL)
Uname: Linux 2.6.31-14-generic i686
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev powerdev sambashare scanner tape video
XsessionErrors:
 (gnome-settings-daemon:3172): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (nautilus:3192): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (polkit-gnome-authentication-agent-1:3195): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (gnome-panel:3206): Gdk-WARNING **: 
/build/buildd/gtk+2.0-2.18.3/gdk/x11/gdkdrawable-x11.c:952 drawable is not a 
pixmap or window
 (chrome:3337): Gdk-WARNING **: XID collision, trouble ahead

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


** Tags: apport-crash i386

-- 
metacity assert failure: 
metacity:ERROR:core/bell.c:211:bell_flash_window_frame: assertion failed: 
(window-frame != NULL)
https://bugs.launchpad.net/bugs/467972
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467971] Re: stellarium assert failure: stellarium: ../../src/xcb_io.c:542: _XRead: Assertion `dpy-xcb-reply_data != ((void *)0)' failed.

2009-11-01 Thread Syed S. Rahman

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

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/34839161/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/34839163/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/34839164/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/34839165/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/34839167/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/34839168/ThreadStacktrace.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/34839169/XsessionErrors.txt

-- 
stellarium assert failure: stellarium: ../../src/xcb_io.c:542: _XRead: 
Assertion `dpy-xcb-reply_data != ((void *)0)' failed.
https://bugs.launchpad.net/bugs/467971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 434050] Re: flash not running in 9.10 alpha 64 bit

2009-11-01 Thread Dexter
Same problem as ownsyouall has under 9.10 64 bit.

-- 
flash not running in 9.10 alpha 64 bit
https://bugs.launchpad.net/bugs/434050
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 434050] Re: flash not running in 9.10 alpha 64 bit

2009-11-01 Thread Patrick Walker
This is occurring on my system as well. To be clear, it EVERYTHING with
flash works except for left clicking. This did not occur before an
update to 9.10 from 9.04. I installed the package flashplugin-installer
in order to get flashplayer.

** Changed in: flashplugin-nonfree (Ubuntu)
   Status: Incomplete = Confirmed

-- 
flash not running in 9.10 alpha 64 bit
https://bugs.launchpad.net/bugs/434050
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 434050] Re: flash not running in 9.10 alpha 64 bit

2009-11-01 Thread Dexter
Affected sites for me: youtube, google analytics (date selector), all
flash games.

-- 
flash not running in 9.10 alpha 64 bit
https://bugs.launchpad.net/bugs/434050
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467974] [NEW] Problem in mounting encrypted hard disk after installation. I was trying to set up a encrypted hard disk and usb key and passphrase to decrypt. The filesystem is not mounted

2009-11-01 Thread shivain22
Public bug reported:

Binary package hint: devicekit-disks

Please check if this is a system problem or user problem

ProblemType: Bug
.etc.fstab:
 aufs / aufs rw 0 0
 tmpfs /tmp tmpfs nosuid,nodev 0 0
 /dev/sda8 swap swap defaults 0 0
Architecture: amd64
Date: Sun Nov  1 11:51:18 2009
DistroRelease: Ubuntu 9.10
LiveMediaBuild: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
MachineType: Acer Aspire 2920
Package: devicekit-disks 007-2ubuntu3
ProcCmdLine: BOOT_IMAGE=(loop)/casper/vmlinuz boot=casper 
iso-scan/filename=/boot/iso/hostname-rc-64.iso --
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: devicekit-disks
Symptom: storage
Uname: Linux 2.6.31-14-generic x86_64
dmi.bios.date: 02/14/2008
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.13
dmi.board.name: Calado
dmi.board.vendor: Acer
dmi.board.version: Rev
dmi.chassis.asset.tag: None
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.13:bd02/14/2008:svnAcer:pnAspire2920:pvr0100:rvnAcer:rnCalado:rvrRev:cvnAcer:ct10:cvrN/A:
dmi.product.name: Aspire 2920
dmi.product.version: 0100
dmi.sys.vendor: Acer

** Affects: devicekit-disks (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
Problem in mounting encrypted hard disk after installation.  I was trying to 
set up a encrypted hard disk and usb key and passphrase to decrypt.  The 
filesystem is not mounted 
https://bugs.launchpad.net/bugs/467974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467974] Re: Problem in mounting encrypted hard disk after installation. I was trying to set up a encrypted hard disk and usb key and passphrase to decrypt. The filesystem is not mounted

2009-11-01 Thread shivain22

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/34839296/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/34839297/CurrentDmesg.txt

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

** Attachment added: DevkitDisksDump.txt
   http://launchpadlibrarian.net/34839299/DevkitDisksDump.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/34839300/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/34839301/Lsusb.txt

** Attachment added: Mounts.txt
   http://launchpadlibrarian.net/34839302/Mounts.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/34839303/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/34839304/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/34839305/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/34839306/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/34839307/UdevLog.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/34839308/XsessionErrors.txt

-- 
Problem in mounting encrypted hard disk after installation.  I was trying to 
set up a encrypted hard disk and usb key and passphrase to decrypt.  The 
filesystem is not mounted 
https://bugs.launchpad.net/bugs/467974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460664] Re: White screen of death on Dell Studio 15

2009-11-01 Thread baba lafayette
Hi,
I can confirm this bug. As was being discussed in bug #297245, changing the 
options to NOMODESET does show the boot screen, but the screen turns black 
after the splash screen. After sometime the WSoD appears.

I changed the driver from intel to vesa and i was able to atleast
login.

Thanks 
B.

-- 
White screen of death on Dell Studio 15
https://bugs.launchpad.net/bugs/460664
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 452461] Re: Cannot elide admin_servers from debconf config

2009-11-01 Thread Daniel Richard G.
Sorry for not following up sooner.

I want to set up my /etc/krb5.conf file via debconf, as is currently
implemented, but I want to do things a little differently from what the
scripts have been written to do.

Normally, you'd specify something like this in debconf:

krb5-config/kerberos_servers: server1.realm.com server2.realm.com
krb5-config/default_realm: REALM.COM
krb5-config/admin_server: admin-server.realm.com

Which would result in a clause in /etc/krb5.conf like

[realms]
REALM.COM = {
kdc = server1.realm.com
kdc = server2.realm.com
admin_server = admin-server.realm.com
}

But I want a krb5.conf clause that *does not specify* an admin_server,
only kdcs. (I want to use an explicitly specified KDC, but allow the
Kerberos admin server to be located via DNS.)

Presumably, you would set an empty value for admin_server in debconf,
and the scripts would give the desired result. But at present, an empty
admin_server value causes the REALM.COM = { ... } clause not to be
generated *at all*. It's the same behavior you get if you enable the
debconf krb5-config/dns_for_default option.

The bug is that debconf will process only both items (kdc +
admin_server) or none, where it should be allowing the flexibility to
use just one or the other.

-- 
Cannot elide admin_servers from debconf config
https://bugs.launchpad.net/bugs/452461
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 452461] Re: Cannot elide admin_servers from debconf config

2009-11-01 Thread Daniel Richard G.
Please let me know if any further information is needed.

** Changed in: kerberos-configs (Ubuntu)
   Status: Incomplete = New

-- 
Cannot elide admin_servers from debconf config
https://bugs.launchpad.net/bugs/452461
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448656] Re: CPU information is inaccessible for MySQL

2009-11-01 Thread Vitaly Chekryzhev
2JBB: No, using only default values from package. Data folders have
right permissions, and as I suppose it really shouldn't depend on it.

vitaly:/var/lib$ ls -l mysql 
total 28764
-rw-r--r-- 1 mysql mysql0 2009-10-08 12:18 debian-5.1.flag
-rw-rw 1 mysql mysql 18874368 2009-11-01 03:17 ibdata1
-rw-rw 1 mysql mysql  5242880 2009-11-01 11:15 ib_logfile0
-rw-rw 1 mysql mysql  5242880 2009-05-31 14:32 ib_logfile1
drwx-- 2 mysql mysql12288 2009-08-18 20:34 kvop
drwxr-xr-x 2 mysql mysql 4096 2009-10-08 12:18 mysql
-rw--- 1 mysql mysql6 2009-08-18 20:34 mysql_upgrade_info
drwx-- 2 mysql mysql12288 2009-11-01 00:43 photohost
drwx-- 2 mysql mysql 4096 2009-05-31 14:40 phpmyadmin
drwx-- 2 mysql mysql 4096 2009-09-07 00:45 ramdim
drwx-- 2 mysql mysql 4096 2009-07-31 01:34 ravall_uckov

-- 
CPU information is inaccessible for MySQL
https://bugs.launchpad.net/bugs/448656
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 431217] Re: package ttf-mscorefonts-installer 2.6 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-11-01 Thread Laurent CHARLES
To me it seems a pb of DNS time out.

I solved the pb with this workaround/dirty patch.

In the file /var/lib/dpkg/info/ttf-mscorefonts-installer.postinst (coming with 
package first install),
I removed the DNS time out in watchdog  line 148 to get 
  if ! wget --continue --tries=1 --connect-timeout=5 --read-timeout=300 
 $QUIET_ARG --directory-prefix . --no-directories --no-background $URLROOT$ff 
 ; then
instead of
 if ! wget --continue --tries=1 --dns-timeout=10 --connect-timeout=5 
 --read-timeout=300 $QUIET_ARG --directory-prefix . --no-directories 
 --no-background $URLROOT$ff ; then

But I can not tell you why it failed with this package and not with
others.

Does this work hack for others as well?

-- Laurent

-- 
package ttf-mscorefonts-installer 2.6 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/431217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


RE: [Bug 432814] Re: Action for middle and right click is reversed since jaunty

2009-11-01 Thread Daniel Tatum
Is there any way that I can be contacted via this source when this
correction has been made?

Thankx!

From: boun...@canonical.com [boun...@canonical.com] On Behalf Of hp_user 
[theaterf...@yahoo.com]
Sent: Saturday, October 31, 2009 6:54 PM
To: Daniel Tatum (924187871)
Subject: [Bug 432814] Re: Action for middle and right click is reversed since   
jaunty

Just upgraded to 9.10 and discovered this bug. Since the source code fix
posted a couple of weeks ago looks pretty simple, might we see it pushed
out in an update soonish?

Reading the forums  blogs, it looks like the move from hal to udev made
this behavior non-configurable (in addition to being wrong). That's a
shame.

--
Action for middle and right click is reversed since jaunty
https://bugs.launchpad.net/bugs/432814
You received this bug notification because you are a direct subscriber
of the bug.

Status in “xserver-xorg-input-synaptics” package in Ubuntu: Confirmed

Bug description:
Binary package hint: xserver-xorg-input-synaptics

LSB version = karmic
Package version = 1.1.2-1ubuntu5

Expected behaviour:
Tap the touchpad with 2 fingers simultaneously to generate middle-click event. 
Tap with 3 fingers for right-click event.

Observed behaviour:
A 2-finger tap generates a right-click event and a 3-finger tap generates a 
middle-click event.


Looking at the changelog for 1.1.2-1ubuntu1 I see this:
105_correct_multifinger_click.patch: Swap the right/middle clicks generated by 
multi-finger tapping.
This patch is then reverted in 1.1.2-1ubuntu2:
105_correct_multifinger_click.patch: Drop patch as it breaks the expected 
behavior for multitouch clicking (LP: #320585).

However, I still experience the behaviour introduced in -1ubuntu1.
Hopefully I can help get the expected behaviour back in time for
karmic's release.

ProblemType: Bug
Architecture: i386
CheckboxSubmission: d90fdc639d79341a7dfe13ba74210bc8
CheckboxSystem: 018dd987ae1f42580fa9d31146e40261
Date: Sat Sep 19 00:29:42 2009
DistroRelease: Ubuntu 9.10
MachineType: Packard Bell BV EasyNote MB85
NonfreeKernelModules: nvidia
Package: xserver-xorg-input-synaptics 1.1.2-1ubuntu5
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-10-generic 
root=UUID=25b243bb-087e-436e-81ca-bee20d03157b ro quiet splash
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-10.34-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu5
 libgl1-mesa-glx 7.6.0~git20090817.7c422387-0ubuntu5
 libdrm2 2.4.13-1ubuntu1
 xserver-xorg-video-intel 2:2.8.1-1ubuntu1
 xserver-xorg-video-ati 1:6.12.99+git20090825.fc74e119-0ubuntu1
SourcePackage: xserver-xorg-input-synaptics
Uname: Linux 2.6.31-10-generic i686
dmi.bios.date: 04/07/2008
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: PB2A4A04
dmi.board.name: PB2A
dmi.board.vendor: Packard Bell BV
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: Packard Bell BV
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrPB2A4A04:bd04/07/2008:svnPackardBellBV:pnEasyNoteMB85:pvrPC03Q00101:rvnPackardBellBV:rnPB2A:rvrNotApplicable:cvnPackardBellBV:ct1:cvrN/A:
dmi.product.name: EasyNote MB85
dmi.product.version: PC03Q00101
dmi.sys.vendor: Packard Bell BV
fglrx: Not loaded
system:
 distro: Ubuntu
 architecture:   i686kernel: 2.6.31-10-generic

-- 
Action for middle and right click is reversed since jaunty
https://bugs.launchpad.net/bugs/432814
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 417842] Re: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish+0x7c/0x80()

2009-11-01 Thread Chauncellor
I get that error every time I resume my computer - The difference for me
is that my computer really is unstable. Completely unusable.

-- 
WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish+0x7c/0x80()
https://bugs.launchpad.net/bugs/417842
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 128207] Re: After security update ubuntu restarts

2009-11-01 Thread Zenaan Harkness
I am getting same error:
Nov  1 16:45:59 ip61 gdm[5800]: WARNING: gdm_slave_xioerror_handler: Fatal X 
error - Restarting :0

At that point in syslog, my laptop has died, can't ping it, can't change
to text console (Ctl-Alt-F1 etc), can't reboot with Ctl-Alt-Del. Ctl-
Alt-Backspace does nothing. Screen is black.

Events that have 'triggered' this:
- I've had no local login session (gdm starts, but all my logins are otherwise 
ssh -X from a remote host, which remote logins run xterms, firefox, and that's 
about it).

I have a USB drive bind mounted onto my home directory (on bootup,
before any logins).

Then, I go to my laptop and attemp to Ctl-Alt-F1 to do a local console-
only login, and the screen goes black and the laptop hangs.

On reboot, I can provide the following info:

uname -a:
Linux ip61 2.6.24-25-generic #1 SMP Tue Oct 20 07:31:10 UTC 2009 i686 GNU/Linux

OS/Laptop:
Ubuntu Hardy, Dell Inspiron 700m.

/proc/cpuinfo:
model   : 13
model name  : Intel(R) Pentium(R) M processor 1.60GHz

lspci:
00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to 
I/O Controller (rev 02)
00:00.1 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV 
Processor to I/O Controller (rev 02)
00:00.3 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV 
Processor to I/O Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated 
Graphics Device (rev 02)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics 
Device (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
USB UHCI Controller #1 (rev 03)

lsusb:
Bus 004 Device 003: ID 050d:0237 Belkin Components 
Bus 004 Device 002: ID 152d:2329 JMicron Technology Corp. / JMicron USA 
Technology Corp. 

Kernels I have tried:
/boot/vmlinuz-2.6.24-25-generic
/boot/vmlinuz-2.6.24-24-generic
/boot/vmlinuz-2.6.24-16-generic

Each of these three kernels shows same problem.

Just ask if I can provide further info.

-- 
After security update ubuntu restarts
https://bugs.launchpad.net/bugs/128207
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467977] [NEW] Ubuntone fails to resume update after temporary disruption of internet connection (ADSL)

2009-11-01 Thread Ernst
Public bug reported:

Binary package hint: ubuntuone-client

Ubuntone failes to resume update after temporary disruption of internet
connection (ADSL).

ProblemType: Bug
.home.ernstw..config.ubuntuone.ubuntuone.client.conf:
 [ubuntuone]
 bookmarked = True
 connected = False
 connect = 0
 show_applet = 1
Architecture: i386
Date: Sun Nov  1 07:33:37 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: ubuntuone-client 1.0.2-0ubuntu2
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB.UTF-8
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: ubuntuone-client
Uname: Linux 2.6.31-14-generic i686
XsessionErrors:
 (gnome-settings-daemon:2220): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:2220): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:2304): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:2300): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (gnome-panel:2296): Gdk-WARNING **: 
/build/buildd/gtk+2.0-2.18.3/gdk/x11/gdkdrawable-x11.c:952 drawable is not a 
pixmap or window

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Ubuntone fails to resume update after temporary disruption of internet 
connection (ADSL)
https://bugs.launchpad.net/bugs/467977
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467977] Re: Ubuntone fails to resume update after temporary disruption of internet connection (ADSL)

2009-11-01 Thread Ernst

** Attachment added: .home.ernstw..cache.ubuntuone.log.oauth.login.log.txt
   
http://launchpadlibrarian.net/34839609/.home.ernstw..cache.ubuntuone.log.oauth.login.log.txt

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

** Attachment added: UbuntuoneClientPackages.txt
   http://launchpadlibrarian.net/34839611/UbuntuoneClientPackages.txt

-- 
Ubuntone fails to resume update after temporary disruption of internet 
connection (ADSL)
https://bugs.launchpad.net/bugs/467977
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467976] [NEW] Ubuntone fails to resume update after temporary disruption of internet connection (ADSL)

2009-11-01 Thread Ernst
Public bug reported:

Binary package hint: ubuntuone-client

Ubuntone failes to resume update after temporary disruption of internet
connection (ADSL).

ProblemType: Bug
.home.ernstw..config.ubuntuone.ubuntuone.client.conf:
 [ubuntuone]
 bookmarked = True
 connected = False
 connect = 0
 show_applet = 1
Architecture: i386
Date: Sun Nov  1 07:33:37 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: ubuntuone-client 1.0.2-0ubuntu2
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB.UTF-8
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: ubuntuone-client
Uname: Linux 2.6.31-14-generic i686
XsessionErrors:
 (gnome-settings-daemon:2220): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:2220): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:2304): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:2300): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (gnome-panel:2296): Gdk-WARNING **: 
/build/buildd/gtk+2.0-2.18.3/gdk/x11/gdkdrawable-x11.c:952 drawable is not a 
pixmap or window

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Ubuntone fails to resume update after temporary disruption of internet 
connection (ADSL)
https://bugs.launchpad.net/bugs/467976
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467976] Re: Ubuntone fails to resume update after temporary disruption of internet connection (ADSL)

2009-11-01 Thread Ernst

** Attachment added: .home.ernstw..cache.ubuntuone.log.oauth.login.log.txt
   
http://launchpadlibrarian.net/34839606/.home.ernstw..cache.ubuntuone.log.oauth.login.log.txt

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

** Attachment added: UbuntuoneClientPackages.txt
   http://launchpadlibrarian.net/34839608/UbuntuoneClientPackages.txt

-- 
Ubuntone fails to resume update after temporary disruption of internet 
connection (ADSL)
https://bugs.launchpad.net/bugs/467976
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 465083] Re: Swap not mounting sometimes

2009-11-01 Thread Matthias Mailänder
I guess it is a problem in upstart.

To be more precise the error says:
one or more device in /etc/fstab not mounted
waiting for swap UUID=b75499a0-4951-4fae-b3a3-9f059b929a2b

** Package changed: ubuntu = upstart (Ubuntu)

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

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


[Bug 467981] [NEW] Integer overflow in the wxImage::Create function

2009-11-01 Thread Stefan Lesicnik
*** This bug is a security vulnerability ***

Public security bug reported:

CVE 2009-2369

Integer overflow in the wxImage::Create function in src/common/image.cpp
in wxWidgets 2.8.10 allows attackers to cause a denial of service
(crash) and possibly execute arbitrary code via a crafted JPEG file,
which triggers a heap-based buffer overflow. NOTE: the provenance of
this information is unknown; the details are obtained solely from third
party information.

Fixed in Karmic already.

** Affects: wxwidgets2.6 (Ubuntu)
 Importance: Undecided
 Status: New

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2009-2369

** Visibility changed to: Public

-- 
Integer overflow in the wxImage::Create function
https://bugs.launchpad.net/bugs/467981
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467979] [NEW] Chinese font not render in the same font-family

2009-11-01 Thread jack
Public bug reported:

Binary package hint: software-center

Under China Main Land  setting.

Every Webkit based widget render Chinese font incorrectly.

Some in AR PL UKai CN family,Some in WenQuanYi ZenHei family
(as the attachment show)

Even in the consecutive Chinese font string.

I the state of ideal, every Chinese font in the same paragraph should
render in the same font-family.

I can't identify this behavior cause by webkit or fontconfig or freetype
or pango.

p.s. Arora  render correctly. Gwibber which base on pywebkitgtk have the
same render problem.

ProblemType: Bug
Architecture: amd64
Date: Sun Nov  1 14:15:11 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
Package: software-center 1.0.2 [modified: 
usr/share/software-center/templates/AppDetailsView.html]
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=zh_CN.UTF-8
 LANG=zh_CN.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: software-center
Uname: Linux 2.6.31-14-generic x86_64
XsessionErrors:
 (gnome-settings-daemon:1390): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (nautilus:1422): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (polkit-gnome-authentication-agent-1:1452): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 font software-center webkit

-- 
Chinese font not render in the same font-family
https://bugs.launchpad.net/bugs/467979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 467979] Re: Chinese font not render in the same font-family

2009-11-01 Thread jack

** Attachment added: Screenshot-1.png
   http://launchpadlibrarian.net/34839690/Screenshot-1.png

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

-- 
Chinese font not render in the same font-family
https://bugs.launchpad.net/bugs/467979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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



[Bug 467978] [NEW] K3b burnt a data dvd but that disk can't be recognized by any dvd device including the burner itself

2009-11-01 Thread SmartKenny
Public bug reported:

Binary package hint: k3b

I burnt a data dvd on dvd+r disks with k3b (1.68.0~alpha3-0ubuntu1) on
ubuntu 9.10 (karmic), it seemed succeeded both burning and verifying the
disk, but the disk can't be recognized by any dvd driver including the
dvd burner itself! Looking at the disk from aside, it is burnt with data
because you can see the track lines which was blank before burnt.

I tried with ubuntu 9.04 on the same file set, the same machine, the
same dvd burner, and it burnt well and all dvd drivers can read it. The
k3b version on the 9.04 is 1.0.5+kde4svn935857+really1.0.5-3ubuntu5.

I found this problem after I burnt several disks and deleted the data.
So, sadly, I lost many data.

Another thing I need to point out is that I also tried to blank and burn
a DVD+RW disk. I tried to erase it with k3b, k3b said it's done erasing
(very quick, just 0.1 second I guess), but actually it's not erased,
everything is still there. So I have to blank it with Brasero, and this
time it succeeded, and then k3b burnt it successfully. But no luck for a
DVD+R disk.

ProblemType: Bug
Architecture: i386
Date: Sat Oct 31 23:14:43 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.2)
NonfreeKernelModules: nvidia
Package: k3b 1.68.0~alpha3-0ubuntu1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: k3b
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-bug i386

-- 
K3b burnt a data dvd but that disk can't be recognized by any dvd device 
including the burner itself
https://bugs.launchpad.net/bugs/467978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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