[Bug 722133] [NEW] ntpdate script doesn't load configuration file

2011-02-20 Thread Tomas Bosak
Public bug reported:

Binary package hint: ntpdate

ntpdate script (located in /etc/network/if-up.d/ntpdate) doesn't load
configuration from file (located in /etc/default/ntpdate).

1) OS: Ubuntu 11.04 (natty)
2) Package version: 1:4.2.6.p2+dfsg-1ubuntu4 and previous versions
3) Load configuration file
4) Configuration file isn't loaded

Solution:
Add these lines to script (/etc/network/if-up.d/ntpdate):

if [ -r /etc/default/ntpdate ]; then
. /etc/default/ntpdate
OPTS=${OPTS} ${NTPOPTIONS} ${NTPSERVERS}
fi

Complete script:

#!/bin/sh

set -e

PATH=/sbin:/bin:/usr/sbin:/usr/bin

# This is a heuristic:  The idea is that if a static interface is brought
# up, that is a major event, and we can put in some extra effort to fix
# the system time.  Feel free to change this, especially if you regularly
# bring up new network interfaces.
if [ $METHOD = static ]; then
OPTS=-b
fi

if [ $METHOD = loopback ]; then
exit 0
fi

# Check whether ntpdate was removed but not purged; it's useless to wait for
# it in that case.
if [ ! -x /usr/sbin/ntpdate-debian ]  [ -d /usr/sbin ]; then
exit 0
fi

if [ -r /etc/default/ntpdate ]; then
. /etc/default/ntpdate
OPTS=${OPTS} ${NTPOPTIONS} ${NTPSERVERS}
fi

(

# This is for the case that /usr will be mounted later.
if [ -r /lib/udev/hotplug.functions ]; then
. /lib/udev/hotplug.functions
wait_for_file /usr/sbin/ntpdate-debian
fi

LOCKFILE=/var/lock/ntpdate-ifup

# Avoid running more than one at a time
if [ -x /usr/bin/lockfile-create ]; then
lockfile-create $LOCKFILE
lockfile-touch $LOCKFILE 
LOCKTOUCHPID=$!
fi

invoke-rc.d --quiet ntp stop /dev/null 21 || true

/usr/sbin/ntpdate-debian -s $OPTS 2/dev/null || :

invoke-rc.d --quiet ntp start /dev/null 21 || true

if [ -x /usr/bin/lockfile-create ] ; then
kill $LOCKTOUCHPID
lockfile-remove $LOCKFILE
fi

) 

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

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

Title:
  ntpdate script doesn't load configuration file

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


[Bug 622742] Re: Bacula Storage-daemon dies with segfault if a File-daemon can’t be contacted

2011-02-20 Thread Tom Ellis
** Changed in: bacula (Ubuntu)
   Status: New = Confirmed

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

Title:
  Bacula Storage-daemon dies with segfault if a File-daemon can’t be
  contacted

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


[Bug 584143] Re: qemu fails to set hdd serial number

2011-02-20 Thread Aurelien Jarno
** Changed in: qemu
   Status: Fix Committed = Fix Released

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

Title:
  qemu fails to set hdd serial number

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


[Bug 419590] Re: kvm core dump on hotplug (pci_add)

2011-02-20 Thread Aurelien Jarno
** Changed in: qemu
   Status: Fix Committed = Fix Released

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

Title:
  kvm core dump on hotplug (pci_add)

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


[Bug 237635] Re: qemu mouse and keyboard grab is an accessibility problem

2011-02-20 Thread Aurelien Jarno
** Changed in: qemu
   Status: Fix Committed = Fix Released

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

Title:
  qemu mouse and keyboard grab is an accessibility problem

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


[Bug 595438] Re: KVM segmentation fault, using SCSI+writeback and linux 2.4 guest

2011-02-20 Thread Aurelien Jarno
** Changed in: qemu
   Status: Fix Committed = Fix Released

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

Title:
  KVM segmentation fault, using SCSI+writeback and linux 2.4 guest

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


[Bug 586175] Re: Windows XP/2003 doesn't boot

2011-02-20 Thread Aurelien Jarno
** Changed in: qemu
   Status: Fix Committed = Fix Released

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

Title:
  Windows XP/2003 doesn't boot

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


[Bug 708504] Re: [needs-packaging] PHP 5.3.5 is available.

2011-02-20 Thread Arnaud Soyez
bug 722007 has been created for this issue with php5-fpm missing.

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

Title:
  [needs-packaging] PHP 5.3.5 is available.

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


[Bug 722007] [NEW] php5-fpm is missing in natty

2011-02-20 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: php5

php5-fpm is currently unavailable in Natty.

This might be due to a change done in package php5 version 5.3.3-2 (see 
https://launchpad.net/ubuntu/natty/+source/php5/5.3.3-7ubuntu1) where building 
FPM has been disabled. The package had probably been merged into Ubuntu during 
debianImport.
It seems that the latest version of php5 (3.5.3-1 see 
http://packages.debian.org/changelogs/pool/main/p/php5/current/changelog) from 
debian has reintroduced the build of PHP-FPM.

Please also see bug 708504 which is the needs-packaging bug report for
this 5.3.5 version of php5.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: php5 (not installed)
ProcVersionSignature: Ubuntu 2.6.38-4.31-generic 2.6.38-rc5
Uname: Linux 2.6.38-4-generic x86_64
Architecture: amd64
Date: Sat Feb 19 21:05:47 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110202)
ProcEnviron:
 LC_MONETARY=en_US.utf8
 PATH=(custom, user)
 LANG=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: php5

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

** Affects: php5 (Ubuntu Natty)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug natty regression
-- 
php5-fpm is missing in natty
https://bugs.launchpad.net/bugs/722007
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 722007] Re: php5-fpm is missing in natty

2011-02-20 Thread Micah Gersten
Thanks for reporting this bug and any supporting documentation. Since
this bug has enough information provided for a developer to begin work,
I'm going to mark it as Triaged and let them handle it from here. Thanks
for taking the time to make Ubuntu better!  Please report any other
issues you may find.

** Package changed: php5 (Ubuntu) = ubuntu

** Also affects: Ubuntu Natty
   Importance: Undecided
   Status: New

** Package changed: Ubuntu Natty = php5 (Ubuntu Natty)

** Tags added: regression-release
** Tags removed: regression

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

** Changed in: php5 (Ubuntu Natty)
   Status: New = Triaged

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

Title:
  php5-fpm is missing in natty

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


[Bug 479365] Re: assertion failure

2011-02-20 Thread nudepenguin
Testing 11.04 alpha 2 this is happening at startup.
The problem cannot be reported:
xserver-xorg-core

The program crashed on an assertion failure, but the message could not
be retrieved. Apport does not support reporting these crashes.

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

Title:
  assertion failure

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


[Bug 551545] Re: PXE netboot not booting localboot from virtio-disk

2011-02-20 Thread Reinhard Tartler
** Also affects: qemu
   Importance: Undecided
   Status: New

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

Title:
  PXE netboot not booting localboot from virtio-disk

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


[Bug 722386] [NEW] sshd buffer overflow detected crash from certain ip addresses

2011-02-20 Thread berend
*** This bug is a security vulnerability ***

Public security bug reported:

Hi All,

On Amazon EC2 sshd crashes for logins from certain IP addresses.
Situation:

I've sshd setup to allow password logins, i.e. in /etc/ssh/sshd_config I
have:

PasswordAuthentication yes

I can login from some ip addresses, but not others. This is a failed
attempt (same user name), with sshd started on port 1090:

$ /usr/sbin/sshd -d -p 1090 -f /etc/ssh/sshd_config

The main thing is this message below:

*** buffer overflow detected ***: sshd: berend [priv] terminated

I've been advised to report the bug here:
http://ubuntuforums.org/showthread.php?p=10477762#post10477762

Here the full details:

debug1: sshd version OpenSSH_5.3p1 Debian-3ubuntu5
debug1: read PEM private key done: type RSA
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: private host key: #0 type 1 RSA
debug1: read PEM private key done: type DSA
debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
debug1: private host key: #1 type 2 DSA
debug1: rexec_argv[0]='/usr/sbin/sshd'
debug1: rexec_argv[1]='-d'
debug1: rexec_argv[2]='-p'
debug1: rexec_argv[3]='1090'
debug1: rexec_argv[4]='-f'
debug1: rexec_argv[5]='/etc/ssh/sshd_config'
debug1: Bind to port 1090 on 0.0.0.0.
Server listening on 0.0.0.0 port 1090.
debug1: Bind to port 1090 on ::.
Server listening on :: port 1090.
debug1: Server will not fork when running in debugging mode.
debug1: rexec start in 5 out 5 newsock 5 pipe -1 sock 8
debug1: inetd sockets after dupping: 3, 3
Connection from 124.198.140.142 port 58881
debug1: Client protocol version 2.0; client software version OpenSSH_5.5p1 
Debian-4ubuntu5
debug1: match: OpenSSH_5.5p1 Debian-4ubuntu5 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.3p1 Debian-3ubuntu5
debug1: permanently_set_uid: 104/65534
debug1: list_hostkey_types: ssh-rsa,ssh-dss
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: client-server aes128-ctr hmac-md5 none
debug1: kex: server-client aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received
debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_INIT
debug1: SSH2_MSG_KEX_DH_GEX_REPLY sent
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: KEX done
debug1: userauth-request for user berend service ssh-connection method none
debug1: attempt 0 failures 0
debug1: PAM: initializing for berend
debug1: PAM: setting PAM_RHOST to 124-198-140-142.dynamic.dsl.maxnet.co.nz
debug1: PAM: setting PAM_TTY to ssh
Failed none for berend from 124.198.140.142 port 58881 ssh2
debug1: userauth-request for user berend service ssh-connection method password
debug1: attempt 1 failures 0
*** buffer overflow detected ***: sshd: berend [priv] terminated
=== Backtrace: =
/lib/tls/i686/nosegneg/libc.so.6(__fortify_fail+0x50)[0xb7501320]
/lib/tls/i686/nosegneg/libc.so.6(+0xe421a)[0xb750021a]
/lib/tls/i686/nosegneg/libc.so.6(+0xe3958)[0xb74ff958]
/lib/tls/i686/nosegneg/libc.so.6(_IO_default_xsputn+0x9e)[0xb748685e]
/lib/tls/i686/nosegneg/libc.so.6(_IO_vfprintf+0xe34)[0xb7459eb4]
/lib/tls/i686/nosegneg/libc.so.6(__vsprintf_chk+0xad)[0xb74ffa0d]
/lib/tls/i686/nosegneg/libc.so.6(__sprintf_chk+0x2d)[0xb74ff94d]
/lib/security/pam_pgsql.so(pg_execParam+0xac)[0xb78318dc]
/lib/security/pam_pgsql.so(backend_authenticate+0x69)[0xb7832199]
/lib/security/pam_pgsql.so(pam_sm_authenticate+0x1b3)[0xb782f8f3]
/lib/libpam.so.0(+0x26ad)[0xb781a6ad]
/lib/libpam.so.0(pam_authenticate+0x4d)[0xb7819ebd]
sshd: berend [priv](+0x2bcd6)[0xb7884cd6]
sshd: berend [priv](+0xd13f)[0xb786613f]
sshd: berend [priv](+0x225f2)[0xb787b5f2]
sshd: berend [priv](+0x22daa)[0xb787bdaa]
sshd: berend [priv](+0x23779)[0xb787c779]
sshd: berend [priv](main+0x2761)[0xb7864e61]
/lib/tls/i686/nosegneg/libc.so.6(__libc_start_main+0xe6)[0xb7432bd6]
sshd: berend [priv](+0x8021)[0xb7861021]
=== Memory map: 
b6e4f000-b6e6c000 r-xp  08:01 17215334   /lib/libgcc_s.so.1
b6e6c000-b6e6d000 r--p 0001c000 08:01 17215334   /lib/libgcc_s.so.1
b6e6d000-b6e6e000 rw-p 0001d000 08:01 17215334   /lib/libgcc_s.so.1
b6e6e000-b6e72000 r-xp  08:01 17068672   /lib/libnss_pgsql.so.2.0.0
b6e72000-b6e73000 r--p 3000 08:01 17068672   /lib/libnss_pgsql.so.2.0.0
b6e73000-b6e74000 rw-p 4000 08:01 17068672   /lib/libnss_pgsql.so.2.0.0
b6e74000-b6e7a000 r-xp  08:01 51648832   /usr/lib/libcrack.so.2.8.1
b6e7a000-b6e7b000 r--p 6000 08:01 51648832   /usr/lib/libcrack.so.2.8.1
b6e7b000-b6e7c000 rw-p 7000 08:01 51648832   /usr/lib/libcrack.so.2.8.1
b6e7c000-b6e7f000 rw-p  00:00 0 
b6e88000-b6e8b000 r-xp  08:01 34566689   /lib/security/pam_cracklib.so
b6e8b000-b6e8c000 r--p 2000 08:01 34566689   /lib/security/pam_cracklib.so

[Bug 492639] Re: newaliases fails on a system with no IPv4 address configured

2011-02-20 Thread Scott Kitterman
inet_protocols = all is now the default for new installations.

** Changed in: postfix (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  newaliases fails on a system with no IPv4 address configured

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


[Bug 339823] Re: qmgr process loads the system when using rate_* in custom transports

2011-02-20 Thread Scott Kitterman
Fixed in the most recent release.

** Changed in: postfix (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  qmgr process loads the system when using rate_* in custom transports

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


[Bug 551545] Re: PXE netboot not booting localboot from virtio-disk

2011-02-20 Thread Serge Hallyn
Hi,

could you test whether you still have this problem with lucid-proposed?

** Changed in: qemu-kvm (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  PXE netboot not booting localboot from virtio-disk

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


[Bug 721722] ACK of sync request

2011-02-20 Thread Daniel Holbach
ACKed.

** Changed in: squid-langpack (Ubuntu)
   Status: New = Triaged

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

Title:
  Sync squid-langpack 20110214-1 (main) from Debian unstable (main)

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


[Bug 715879] Re: Tooltip for Ask Ubuntu doesn't explain what it does

2011-02-20 Thread Vish
** Also affects: ubuntuone-control-panel (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntuone-control-panel (Ubuntu)
   Importance: Undecided = Low

** Changed in: ubuntuone-control-panel (Ubuntu)
   Status: New = Triaged

** Changed in: hundredpapercuts
   Importance: Undecided = Low

** Changed in: hundredpapercuts
   Status: New = Triaged

** Changed in: hundredpapercuts
Milestone: None = nt3-ayatana

** Changed in: hundredpapercuts
 Assignee: (unassigned) = Papercuts Ninja (papercuts-ninja)

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

Title:
  Tooltip for Ask Ubuntu doesn't explain what it does

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


[Bug 657227] Re: gnome-shell doesn't respect user font settings

2011-02-20 Thread Bug Watch Updater
** Changed in: gnome-shell
   Status: New = Unknown

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

Title:
  gnome-shell doesn't respect user font settings

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


Re: [Bug 642421] Re: Maverick could not load /lib/modules/2.6.35-22-generic/modules.dep

2011-02-20 Thread Omer Akram
matt, you also have to install this
http://people.canonical.com/~apw/lp642421-maverick/linux-headers-2.6.35-25_2.6.35-25.43lp642421v201101091714_all.debat
the same time.

On Sun, Feb 20, 2011 at 11:55 AM, matt_callaghan
642...@bugs.launchpad.netwrote:

 sigh, sorry, i had some bad copy/paste output in the previous tinypaste,
 proper: http://tinypaste.com/9064c

 --
 You received this bug notification because you are a direct subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/642421

 Title:
  Maverick could not load /lib/modules/2.6.35-22-generic/modules.dep

 Status in The Linux Kernel:
  Confirmed
 Status in “linux” package in Ubuntu:
  Fix Released
 Status in “linux” source package in Maverick:
  Fix Committed

 Bug description:
  When I turn on my computer I can read this on my screen

  modprobe: Fatal: Could not load
  /lib/modules/2.6.35-22-generic/modules.dep: no such file or directory

  After 4-5 seconds, plymouth starts and the system works fine.

  salve, ho lo stesso problema, mi chiede la psw del portachiavi e poi
  rimane con lo schermo nero..ed è impossibile lavorare...! grazie

  hi, I have the same problem, I asked the psw keychain and then left
  with a black screen .. and it is impossible to work ...! thanks

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/linux/+bug/642421/+subscribe


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

Title:
  Maverick could not load /lib/modules/2.6.35-22-generic/modules.dep

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

[Bug 637695] Re: Acer Aspire 5920 series hotkeys problems

2011-02-20 Thread RussianNeuroMancer
** Description changed:

  Binary package hint: udev
  
  Acer Aspire 5920 series, ZD1 model. dmiid attached.
  
  1, 2 Mail and Browser buttons - http://bugs.launchpad.net/bugs/637661
  3. Fn+F1 - Help button: http://bugs.launchpad.net/bugs/637648
  4. Fn+F2 - recognized by xev:
  
  KeyPress event, serial 34, synthetic NO, window 0x5a1,
  root 0x15a, subw 0x0, time 4348643, (604,290), root:(606,313),
  state 0x0, keycode 149 (keysym 0x0, NoSymbol), same_screen YES,
  XLookupString gives 0 bytes:
  XmbLookupString gives 0 bytes:
  XFilterEvent returns: False
  
  KeyRelease event, serial 34, synthetic NO, window 0x5a1,
  root 0x15a, subw 0x0, time 4348759, (604,290), root:(606,313),
  state 0x0, keycode 149 (keysym 0x0, NoSymbol), same_screen YES,
  XLookupString gives 0 bytes:
  XFilterEvent returns: False
  
  Probably it's should generate KEY_CONFIG scancode, and must launch
  system settings in KDE (systemsettings -caption %c %i) and Gnome
  Control Center in Gnome (gnome-control-center)
  
  5. Fn+F3 - Acer ePower Management: http://bugs.launchpad.net/bugs/637675
  6. Fn+F4 - successfully generate XF86Sleep scancode, but laptop not going to 
sleep: http://bugs.launchpad.net/bugs/543022
  Fn+F6,Fn+F7,Fn+F8,Fn+← and Fn+→ is definitely works.
  7. Euro and Dollar buttons not recognized by xev.
+ 8. Please reassign Acer Arcade button from XF85Launch2 to KEY_MEDIA. For 
additional information check commentary #2.
  
  Follow items about block of the sensor buttons (Synaptics hardware) on the 
right side of the keyboard (Acer MediaTouch):
  http://tech2.in.com/media/images/2008/Feb/img_47811_acer_aspire_5920_7.jpg
- 8. Play/Pause button recognized like KEY_SCROLLUP and Stop button recognized 
like KEY_SCROLLDOWN.
- 9. Previous and Next buttons not recognized by xev.
+ 9. Play/Pause button recognized like KEY_SCROLLUP and Stop button recognized 
like KEY_SCROLLDOWN.
+ 10. Previous and Next buttons not recognized by xev.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: udev 162-1
  ProcVersionSignature: Ubuntu 2.6.35-20.29-generic 2.6.35.4
  Uname: Linux 2.6.35-20-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Tue Sep 14 09:57:51 2010
  InstallationMedia: Kubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427)
  MachineType: Acer, inc. Aspire 5920G
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-20-generic 
root=UUID=6bfb964e-41af-4607-86c2-54fe0b1c1e4f ro quiet splash
  ProcEnviron:
   LANGUAGE=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: udev
  dmi.bios.date: 06/18/2008
  dmi.bios.vendor: Acer
  dmi.bios.version: v1.3813
  dmi.board.name: Chapala
  dmi.board.vendor: Acer, Inc.
  dmi.board.version: Not Applicable
  dmi.chassis.type: 1
  dmi.chassis.vendor: Acer, Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAcer:bvrv1.3813:bd06/18/2008:svnAcer,inc.:pnAspire5920G:pvrNotApplicable:rvnAcer,Inc.:rnChapala:rvrNotApplicable:cvnAcer,Inc.:ct1:cvrN/A:
  dmi.product.name: Aspire 5920G
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Acer, inc.

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

Title:
  Acer Aspire 5920 series hotkeys problems

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

[Bug 715726] Re: make disconnect into a regular button

2011-02-20 Thread Vish
Closing papercut too...

** Changed in: hundredpapercuts
   Status: Triaged = Invalid

** Changed in: hundredpapercuts
Milestone: nt3-ayatana = None

** Changed in: hundredpapercuts
 Assignee: Papercuts Ninja (papercuts-ninja) = (unassigned)

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

Title:
  make disconnect into a regular button

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


[Bug 607297] Re: vulnerability: rewrite arbitrary user file

2011-02-20 Thread Launchpad Bug Tracker
This bug was fixed in the package tesseract - 2.04-2.1

---
tesseract (2.04-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Bump build-dependency on quilt to = 0.46-7~.
  * Disable xterm-based debug windows (closes: #612032, LP: #607297). Thanks
to Kees Cook for the bug report.
 -- Bhavani Shankar bh...@ubuntu.com   Thu, 10 Feb 2011 16:35:45 +0100

** Changed in: tesseract (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  vulnerability: rewrite arbitrary user file

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


[Bug 579167] Re: Fglrx regressions

2011-02-20 Thread sourchier
Purging the fglrx driver and installing the 10.2 drivers for my card
fixes this. I now only need vga=795 and nomodeset to be end the hanging.
I wish that ubuntu could do this out of the box.

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

Title:
  Fglrx regressions

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


[Bug 722052] [NEW] nautilus crashed with SIGSEGV in g_type_check_instance_cast()

2011-02-20 Thread Mostafa Kamel
Public bug reported:

Binary package hint: nautilus

nautilus crashed with SIGSEGV in g_type_check_instance_cast()

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: nautilus 1:2.32.2.1-0ubuntu5
ProcVersionSignature: Ubuntu 2.6.38-4.31-generic 2.6.38-rc5
Uname: Linux 2.6.38-4-generic i686
Architecture: i386
Date: Sun Feb 20 09:58:12 2011
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110202)
ProcCmdline: nautilus
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.utf8
 SHELL=/bin/bash
SegvAnalysis:
 Segfault happened at: 0x3ce05c g_type_check_instance_cast+44:mov
(%ecx),%esi
 PC (0x003ce05c) ok
 source (%ecx) (0x0190) not located in a known VMA region (needed 
readable region)!
 destination %esi ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: nautilus
StacktraceTop:
 g_type_check_instance_cast () from /usr/lib/libgobject-2.0.so.0
 ?? () from /usr/lib/libdbusmenu-gtk.so.3
 g_cclosure_marshal_VOID__VOID () from /usr/lib/libgobject-2.0.so.0
 g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
 ?? () from /usr/lib/libgobject-2.0.so.0
Title: nautilus crashed with SIGSEGV in g_type_check_instance_cast()
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev root sambashare tape video
usr_lib_nautilus: nautilus 1:2.32.2.1-0ubuntu5brasero 
2.32.1-0ubuntu2gnome-disk-utility 2.32.1-0ubuntu4file-roller 
2.32.1-0ubuntu3totem 2.32.0-0ubuntu9nautilus-sendto 2.32.0-0ubuntu1evince 
2.32.0-0ubuntu10nautilus-share 0.7.2-14ubuntu1ubuntuone-client-gnome 
1.5.4-0ubuntu1

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


** Tags: apport-crash i386 natty

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

Title:
  nautilus crashed with SIGSEGV in g_type_check_instance_cast()

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


[Bug 722052] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast()

2011-02-20 Thread Mostafa Kamel
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/722052

Title:
  nautilus crashed with SIGSEGV in g_type_check_instance_cast()

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


[Bug 715887] Re: Notify-OSD messages say your cloud

2011-02-20 Thread Vish
** Changed in: hundredpapercuts
   Status: Triaged = Fix Committed

** Changed in: hundredpapercuts
 Assignee: (unassigned) = Alejandro J. Cura (alecu)

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

Title:
  Notify-OSD messages say your cloud

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


[Bug 715879] Re: Tooltip for Ask Ubuntu doesn't explain what it does

2011-02-20 Thread Bilal Akhtar
** Changed in: hundredpapercuts
   Status: Triaged = In Progress

** Changed in: hundredpapercuts
 Assignee: Papercuts Ninja (papercuts-ninja) = Bilal Akhtar (bilalakhtar)

** Changed in: ubuntuone-control-panel
   Status: Confirmed = In Progress

** Changed in: ubuntuone-control-panel
 Assignee: (unassigned) = Bilal Akhtar (bilalakhtar)

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

Title:
  Tooltip for Ask Ubuntu doesn't explain what it does

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


[Bug 714259] Re: Printer driver for Samsung CLP-510 (Splix)

2011-02-20 Thread Chris Puttick
Page 2 of a doc, printed from 10.04

** Attachment added: As it should be
   
https://bugs.launchpad.net/ubuntu/+source/splix/+bug/714259/+attachment/1861379/+files/good.jpeg

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

Title:
  Printer driver for Samsung CLP-510 (Splix)

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


[Bug 607708] Re: Nautilus is generally slow

2011-02-20 Thread dreamon
I reopened the bug report because this is still an issue and has not
changed over the last three Ubuntu releases (Karmic to Maverick). I am
currently running Ubuntu Maverick on a Intel i5 quad core CPU and
Nautilus is still extremely slow to open. The first time Nautilus opens
a folder it takes about 2-3 seconds until the window finally shows up.
Also, as Mohamed pointed out above, folders that contain a large number
of files are very slow to load, and take at least 5 seconds, even on
this machine.

I have tested this on a wide variety of systems, from high end desktop
PCs (= quad core) to laptops (= dual core 1.6 mhz) to netbooks (single
core atom cpus), in various Linux distributions (Ubuntu 9.10 to 10.10,
Fedora 12 and SUSE 11.2) and in 32 as well as 64 bit architectures, and
I can confirm that this is not hardware related as Nautlius is very slow
in all these configurations. Nautilus is typically slower by a ratio of
2:1 to 3:1 when compared to Windows Explorer (Windows 7) on dual boot
systems. This is very much an issue considering that there are many fine
Linux file managers out there that outperform Nautilus by far.

Please let me know if I can provide any more information.

** Changed in: nautilus (Ubuntu)
   Status: Expired = New

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

Title:
  Nautilus is generally slow

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


[Bug 722053] [NEW] latest update fails (ubuntu 10.04)

2011-02-20 Thread Jan Houttave
Public bug reported:

Binary package hint: update-manager-core

after processing the latest update, I get following error:
E: /var/cache/apt/archives/linux-image-2.6.32-29-generic_2.6.32-29.58_i386.deb: 
unable to create 
`/lib/modules/2.6.32-29-generic/kernel/drivers/staging/comedi/drivers/comedi_parport.ko.dpkg-new'
 (while processing 
`./lib/modules/2.6.32-29-generic/kernel/drivers/staging/comedi/drivers/comedi_parport.ko')

E: /var/cache/apt/archives/linux-headers-2.6.32-29_2.6.32-29.58_all.deb:
unable to create `/usr/src/linux-
headers-2.6.32-29/arch/alpha/include/asm/irq.h.dpkg-new' (while
processing `./usr/src/linux-
headers-2.6.32-29/arch/alpha/include/asm/irq.h')

E: /var/cache/apt/archives/linux-
headers-2.6.32-29-generic_2.6.32-29.58_i386.deb: unable to create
`/usr/src/linux-headers-2.6.32-29-generic/include/config/rtc/drv/test.h
.dpkg-new' (while processing `./usr/src/linux-
headers-2.6.32-29-generic/include/config/rtc/drv/test.h')

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

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

Title:
  latest update fails (ubuntu 10.04)

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


[Bug 715879] Re: Tooltip for Ask Ubuntu doesn't explain what it does

2011-02-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~bilalakhtar/ubuntuone-control-panel/fix-715879

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

Title:
  Tooltip for Ask Ubuntu doesn't explain what it does

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


[Bug 687284] Re: Selecting new unread mail folder from indicator menu doesn't focus the folder in evolution

2011-02-20 Thread Vish
** Summary changed:

- Selecting Inbox from top panel menu doesn't do anything
+ Selecting new unread mail folder from indicator menu doesn't focus the folder 
in evolution

** Changed in: hundredpapercuts
 Assignee: (unassigned) = Papercuts Ninja (papercuts-ninja)

** Changed in: evolution-indicator (Ubuntu)
   Importance: Undecided = Low

** Changed in: evolution-indicator (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: evolution-indicator
   Status: New = Confirmed

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

Title:
  Selecting new unread mail folder from indicator menu doesn't focus the
  folder in evolution

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


[Bug 714259] Re: Printer driver for Samsung CLP-510 (Splix)

2011-02-20 Thread Chris Puttick
P2 of same doc, printed on same printer from same application (note all
applications are affected if they print multi-page documents), but from
a machine running 10.10 with Nutty Splix as per request above. Results
are identical as with Maverick shipping version of Splix.

The repeated table column that runs across the whole page but does not
appear on P2 proper is from the left hand edge (landscape in this case,
but same in portrait docs) of a single multi-columnar table that fills
P1. Everything else on the printout is from P2 and looks like the right
hand third printed 4.5 times and the remainder printed once, squeezed
together on left.

** Attachment added: As it is currently
   
https://bugs.launchpad.net/ubuntu/+source/splix/+bug/714259/+attachment/1861380/+files/bad.jpeg

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

Title:
  Printer driver for Samsung CLP-510 (Splix)

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


[Bug 722055] [NEW] Sync transcend 0.3.dfsg2-2 (universe) from Debian unstable (main)

2011-02-20 Thread Micah Gersten
Public bug reported:

Please sync transcend 0.3.dfsg2-2 (universe) from Debian unstable (main)

Changelog entries since current natty version 0.3.dfsg1-3:

transcend (0.3.dfsg2-2) unstable; urgency=low

  * Use a different icon on platforms where icns2png fails (Closes:
#613928)

 -- Paul Wise p...@debian.org  Sat, 19 Feb 2011 11:29:46 +0800

transcend (0.3.dfsg2-1) unstable; urgency=low

  * Add myself to uploaders and wrap it
  * Switch to dpkg-source v3 format
  * Switch to debhelper dh rules.tiny style
  * Keep upstream capitalization, add symlinks
  * Drop makefile patch in favour of sed
  * Repack to remove prebuilt Windows binaries
  * Improve the repack process slightly
  * Add Debian and FreeDesktop menu items
  * Add an icon converted from the MacOS X icon
  * Wrap the build-depends, drop unused autotools-dev
  * Refer to the correct version of the GPL
  * Don't link against libraries that are not used
and drop Build-Depends for them
  * Clean up watch file and blank lines
  * Refresh patches and add DEP-3 headers
  * Bump Standards-Version, no changes needed

 -- Paul Wise p...@debian.org  Tue, 08 Feb 2011 23:59:34 +0800

** Affects: transcend (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

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

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

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

Title:
  Sync transcend 0.3.dfsg2-2 (universe) from Debian unstable (main)

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


[Bug 721978] Re: Sync libva 1.0.8-3 (main) from Debian unstable (main)

2011-02-20 Thread Reinhard Tartler
sync request acked, please execute it!

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

Title:
  Sync libva 1.0.8-3 (main) from Debian unstable (main)

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


[Bug 684613] Re: emacs crashes with Arithmetic error

2011-02-20 Thread Christopher J. Shaker
Another workaround is to use the xemacs21 package instead. Works great
for me on Lubuntu.

Chris Shaker

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

Title:
  emacs crashes with Arithmetic error

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


[Bug 637695] Re: Acer Aspire 5920 series hotkeys problems

2011-02-20 Thread RussianNeuroMancer
** Attachment added: dmiid
   
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/637695/+attachment/1861386/+files/dmiid

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

Title:
  Acer Aspire 5920 series hotkeys problems

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


[Bug 637695] Re: Acer Aspire 5920 series hotkeys problems

2011-02-20 Thread RussianNeuroMancer
** Attachment added: orig-map.txt
   
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/637695/+attachment/1861387/+files/orig-map.txt

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

Title:
  Acer Aspire 5920 series hotkeys problems

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


[Bug 637695] Re: Acer Aspire 5920 series hotkeys problems

2011-02-20 Thread RussianNeuroMancer
Item 1, Item 2 and Item 5 by mistake assigned to nvidia-graphics-
drivers, but it's more likely kubuntu-default-settings, like Item 3.

Looks like Item 4 include correction udev rules.

Item 6 is KDE bug. This bug is fixed in KDE 4.5. No issue anymore.

Item 7 scancode for Euro and Dollar buttons:
scan code: 0xB3   key code: euro
scan code: 0xB4   key code: dollar

I move request from commentary #2 to description. Now it's Item 8.
Scancode of Acer Arcade button:
scan code: 0x92   key code: prog2

Looks like problem with Item 9 and Item 10 because system recognize Acer
MediaTouch like typical Synaptics Touchpad. How can I help solve this
issue?

** Changed in: udev (Ubuntu)
   Status: Expired = New

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

Title:
  Acer Aspire 5920 series hotkeys problems

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


[Bug 722057] [NEW] [Natty] Aborts start with glib.GError: Unrecognized image file

2011-02-20 Thread Thorsten Reinbold
Public bug reported:

Binary package hint: gnome-activity-journal

When trying to start gnome-activity-journal, it aborts with the
following error messages:


nordlicht@demian:~$ gnome-activity-journal 
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Traceback (most recent call last):
  File /usr/bin/gnome-activity-journal, line 94, in module
from src.main import PortalWindow
  File /usr/share/gnome-activity-journal/src/main.py, line 30, in module
from activity_widgets import MultiViewContainer, TimelineViewContainer, 
ThumbViewContainer
  File /usr/share/gnome-activity-journal/src/activity_widgets.py, line 32, in 
module
from common import *
  File /usr/share/gnome-activity-journal/src/common.py, line 92, in module
24 : 
gtk.gdk.pixbuf_new_from_file_at_size(get_icon_path(hicolor/scalable/apps/gnome-activity-journal.svg),
 24, 24),
glib.GError: Unrecognized image file

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: gnome-activity-journal 0.5.0.1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-4.31-generic 2.6.38-rc5
Uname: Linux 2.6.38-4-generic i686
Architecture: i386
Date: Sun Feb 20 09:28:03 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110218)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=de_DE:en
 LANG=de_DE.UTF-8
 LC_MESSAGES=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-activity-journal

** Affects: gnome-activity-journal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 natty

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

Title:
  [Natty] Aborts start with glib.GError: Unrecognized image file

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


[Bug 722057] Re: [Natty] Aborts start with glib.GError: Unrecognized image file

2011-02-20 Thread Thorsten Reinbold
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/722057

Title:
  [Natty] Aborts start with glib.GError: Unrecognized image file

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


[Bug 710569] Re: update-manager crashed with DBusException in _run(): org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply,

2011-02-20 Thread MoLE
gradually increasing number of duplicates.  May be related to bug
#626798, but unable to determine this as 626798 is marked as private
still.

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

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

Title:
  update-manager crashed with DBusException in _run():
  org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
  causes include: the remote application did not send a reply, the
  message bus security policy blocked the reply, the reply timeout
  expired, or the network connection was broken.

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


[Bug 543065] Re: Lenovo Y550 - touch buttons OneKey Theater and Dolby not work

2011-02-20 Thread RussianNeuroMancer
** Project changed: xorg-server = wayland

** Changed in: wayland
   Importance: Wishlist = Undecided

** Changed in: wayland
   Status: Confirmed = New

** Changed in: wayland
 Remote watch: freedesktop.org Bugzilla #11227 = None

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

Title:
  Lenovo Y550 - touch buttons OneKey Theater and Dolby not work

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


[Bug 714845] Re: package phpmyadmin 4:3.3.2-1 failed to install/upgrade: підпроцес installed pre-removal script повернув статус помилку 128

2011-02-20 Thread Michal Čihař
*** This bug is a duplicate of bug 621569 ***
https://bugs.launchpad.net/bugs/621569

** This bug has been marked a duplicate of bug 621569
   package phpmyadmin (not installed) failed to install/upgrade: el subproceso 
script pre-removal instalado devolvió el código de salida de error 1
 * You can subscribe to bug 621569 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/621569/+subscribe

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

Title:
  package phpmyadmin 4:3.3.2-1 failed to install/upgrade: підпроцес
  installed pre-removal script повернув статус помилку 128

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

[Bug 706137] Re: package phpmyadmin 4:3.3.2-1 failed to install/upgrade: подпроцесс установлен сценарий pre-removal возвратил код ошибки 1

2011-02-20 Thread Michal Čihař
*** This bug is a duplicate of bug 621569 ***
https://bugs.launchpad.net/bugs/621569

** This bug has been marked a duplicate of bug 621569
   package phpmyadmin (not installed) failed to install/upgrade: el subproceso 
script pre-removal instalado devolvió el código de salida de error 1
 * You can subscribe to bug 621569 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/621569/+subscribe

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

Title:
  package phpmyadmin 4:3.3.2-1 failed to install/upgrade: подпроцесс
  установлен сценарий pre-removal возвратил код ошибки 1

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

[Bug 705796] Re: package phpmyadmin 4:3.2.2.1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2011-02-20 Thread Michal Čihař
*** This bug is a duplicate of bug 621569 ***
https://bugs.launchpad.net/bugs/621569

** This bug has been marked a duplicate of bug 621569
   package phpmyadmin (not installed) failed to install/upgrade: el subproceso 
script pre-removal instalado devolvió el código de salida de error 1
 * You can subscribe to bug 621569 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/621569/+subscribe

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

Title:
  package phpmyadmin 4:3.2.2.1-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 10

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

[Bug 714218] Re: package phpmyadmin (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-20 Thread Michal Čihař
*** This bug is a duplicate of bug 621569 ***
https://bugs.launchpad.net/bugs/621569

** This bug has been marked a duplicate of bug 621569
   package phpmyadmin (not installed) failed to install/upgrade: el subproceso 
script pre-removal instalado devolvió el código de salida de error 1
 * You can subscribe to bug 621569 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/621569/+subscribe

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

Title:
  package phpmyadmin (not installed) failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

[Bug 709138] Re: unity gets really confused by office dialogs

2011-02-20 Thread Saaz Rai
I was able to open an odt file saved on my Desktop. However, the
Libreoffice menu does not integrate well with global menu. Global menu
still shows the nautilus menu as available on the Desktop.

** Attachment added: Screenshot-4.png
   
https://bugs.launchpad.net/unity/+bug/709138/+attachment/1861422/+files/Screenshot-4.png

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

Title:
  unity gets really confused by office dialogs

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


[Bug 580183] Re: asus eeepc 1001px in/out jack not functionnal and screen microphone

2011-02-20 Thread frankbooth
Good news! Managed to duplicate Juan's suspend/restore solution.
What I did:

1) Updated BIOS to 1102 (not sure if this step was needed, since I never tried 
step 2 before)
2) Followed these instructions for the latest drivers: 
https://wiki.ubuntu.com/Audio/InstallingLinuxAlsaDriverModules
3) Reboot, suspend  resume now enables the microphone.

Comments:

*No PulseAudio installed.
*Alsamixer now shows my chip as 'Realtek ALC269VB' (used to say ALC259).
*Microphone works fine in Audacity and Skype.

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

Title:
  asus eeepc 1001px in/out jack not functionnal and screen microphone

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


[Bug 721732] Re: un fallo en el paquete «update-manager»

2011-02-20 Thread daniel fernandez
E: Encountered a section with no Package: header
E: Problem with MergeList 
/var/lib/apt/lists/es.archive.ubuntu.com_ubuntu_dists_natty_main_i18n_Translation-es
E: Las listas de paquetes o el archivo de estado no se pueden analizar 
sintácticamente o abrir.
E: _cache-open() failed, please report.

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

Title:
   un fallo en el paquete «update-manager»

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

[Bug 712103] Re: unlocking dialog doesn't show

2011-02-20 Thread Espen
I have almost the same problem, but for me it don't help to switch to console 
and back to x.
After i have written the password i can see the mousepointer changing when i 
move it across the screen, depending on what is suppose to be showing (link in 
firefox, text input, etc), but the screen stays all black except the mouse 
pointer. This started a couple of days ago, and happens about half the times 
the screensaver comes on. I have to reboot when this happens.
My system is natty a2 i386 thinkpad x200t, last updated 20.02.2011.

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

Title:
  unlocking dialog doesn't show

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


Re: [Bug 660811] Re: Display is not working on Gumstix Overo

2011-02-20 Thread Andy Doan
On 02/19/2011 11:28 AM, Loïc Minier wrote:
 Andy, for the other interesting patches, could you send a pull request
 to Nicolas over email?  Or ask Steve whether he'd mind sending one
 

I'm looking into it now. The DSS2 subsystem recently underwent some
changes and I need to make some updates on top of Steve's changes to get
video working again.

I'll send Nicolas an email as soon as I get this working and get Steve's
input on the updates.

-andy

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

Title:
  Display is not working on Gumstix Overo

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

[Bug 722065] [NEW] Sync mediawiki-extensions 2.3+nmu1 (universe) from Debian unstable (main)

2011-02-20 Thread Stefano Rivera
Public bug reported:

Please sync mediawiki-extensions 2.3+nmu1 (universe) from Debian
unstable (main)

Changelog entries since current natty version 2.3:

mediawiki-extensions (2.3+nmu1) unstable; urgency=low

  * Non-maintainer upload.
  * php53_confirmedit.patch: PHP5.3 compatibility fixes for ConfirmEdit.
(Closes: #612227)

 -- Stefano Rivera stefa...@debian.org  Wed, 16 Feb 2011 13:58:52
+0200

** Affects: mediawiki-extensions (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: mediawiki-extensions (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: mediawiki-extensions (Ubuntu)
   Status: New = Confirmed

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

Title:
  Sync mediawiki-extensions 2.3+nmu1 (universe) from Debian unstable
  (main)

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


[Bug 690537] Re: Unity app launcher is filled up with doublettes

2011-02-20 Thread EricDHH
State 20.02.2011. Up to 3 icons in the launcher from only one program.
Several programs did not have an icon like the computer janitor and must
be launched by commandline. New feature are dupes in the panel upper
right, i have two network symbols or 2 - 3 battery icons or
volumesliders there.

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

Title:
  Unity app launcher is filled up with doublettes

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


[Bug 685663] Re: python-wxgtk2.8 2.8.11.0-0ubuntu6 failed to install/upgrade

2011-02-20 Thread Felix Yan
** Changed in: wxwidgets2.8 (Ubuntu)
   Status: New = Invalid

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

Title:
  python-wxgtk2.8 2.8.11.0-0ubuntu6 failed to install/upgrade

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


[Bug 660003] Re: Did not proper start gnome keyring

2011-02-20 Thread EricDHH
Reverted the ee back to lubuntu 10.04 lts. Now the keyring is started
well by gdm and modemmanager got his pass from the keyring. In 10.10
this is all messed up and lacks proper function.

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

Title:
  Did not proper start gnome keyring

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


[Bug 716161] Re: install-info complains about missing dir file name on dpkg-reconfigure

2011-02-20 Thread Micah Gersten
** Bug watch added: Debian Bug tracker #604164
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604164

** Also affects: emacsen-common (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604164
   Importance: Unknown
   Status: Unknown

** Changed in: emacsen-common (Ubuntu)
   Importance: Undecided = Medium

** Changed in: emacsen-common (Ubuntu)
   Status: New = Triaged

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

Title:
  install-info complains about missing dir file name on dpkg-reconfigure

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


[Bug 722069] [NEW] Unity (Natty): icons used aren't those of the them (ie Humanity)

2011-02-20 Thread PEIGNOT Kévin
Public bug reported:

Binary package hint: humanity-icon-theme

On my computer, using Natty Narwhal (with Unity), The icons used are the old 
gnome icons (and really horrible), even if the theme is humanity. I tried to 
install others themes ( like elementary) via the software center, but it's the 
same problem. 
I tried to go to /usr/share/icons, and when I open any icon of the humanity 
theme, it says me the file is not recognized. It seems it's because they are 
svg icons : every svg icon, of every theme can't be opened, but png icons can.

I know this bug isn't specific to humanity-icon-theme, but I didn't know
on wich package report it.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: humanity-icon-theme 0.5.3.4
ProcVersionSignature: Ubuntu 2.6.38-4.31-generic 2.6.38-rc5
Uname: Linux 2.6.38-4-generic x86_64
Architecture: amd64
Date: Sun Feb 20 10:06:33 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110219)
PackageArchitecture: all
ProcEnviron:
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: humanity-icon-theme

** Affects: humanity-icon-theme (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  Unity (Natty): icons used aren't those of the them (ie Humanity)

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


[Bug 722069] Re: Unity (Natty): icons used aren't those of the them (ie Humanity)

2011-02-20 Thread PEIGNOT Kévin
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/722069

Title:
  Unity (Natty): icons used aren't those of the them (ie Humanity)

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


[Bug 722068] [NEW] Sync q4wine 0.120-r1-2 (universe) from Debian unstable (main)

2011-02-20 Thread Micah Gersten
Public bug reported:

Please sync q4wine 0.120-r1-2 (universe) from Debian unstable (main)

Changelog entries since current natty version 0.120-2build1:

q4wine (0.120-r1-2) unstable; urgency=low

   * Edited debian/rules to fix libq4wine-core.so destination
 from /usr/lib64/q4wine/ to /usr/lib/q4wine/ (Closes: #612027)
   * Added debian/patches/
 - possible fix for Debian GNU/kFreeBSD
 - possible fix for Debian GNU/Hurd

 -- Boris Pek tehnic...@mail.ru  Mon, 14 Feb 2011 23:34:32 +0200

q4wine (0.120-r1-1) unstable; urgency=low

  * Update to stable release 0.120-r1.

 -- Boris Pek tehnic...@mail.ru  Sun, 09 Jan 2011 00:25:06 +0200

** Affects: q4wine (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

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

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

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

Title:
  Sync q4wine 0.120-r1-2 (universe) from Debian unstable (main)

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

[Bug 721956] Re: zenity --calendar behaves strangely

2011-02-20 Thread Guraknugen
After doing some research, which I probably should have been doing
before filing this bug report, I found that the bug was in my brain, not
in zenity. I just didn't realize that ”0[:digit:]*” means octal… Well, I
know it does in many cases, but I didn't realize it does also in cases
like this one.

Sorry for any inconvenience. Unfortunately it seems like I can't remove
this report, but hopefully someone else can.

Once again, my apologises.

Have a nice day!

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

Title:
  zenity --calendar behaves strangely

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

[Bug 689326] Re: open office crashed several times in an hour

2011-02-20 Thread drpjkurian
Hi
I am not able to install the debug symbols for open office impress because the 
debug symbols package available in my synaptic package manager is of version 
1:3.2.0-7ubuntu4.2 and the installed open office impress package in my lucid is 
of version 1:3.2.1-6ubuntu2~10.04.1

I failed to do the backtrace may be because of my failure to install the
debug symbol package for OOo impress. Kindly guide me to report bug

With regards
Dr Kurian

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

Title:
  open office crashed several times in an hour

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


[Bug 682550] Re: Compiz crashes when enabling or disabling a plugin in ccsm

2011-02-20 Thread Espinet
I think I have the same problem, when I change any compiz options with 
compizconfigsettings manager compiz crashes  (the windows borders disappear) 
and I have to execute the unity python script to put things back to normal. 
And it does that with every option I check (or uncheck) .

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

Title:
  Compiz crashes when enabling or disabling a plugin in ccsm

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


[Bug 722068] Re: Sync q4wine 0.120-r1-2 (universe) from Debian unstable (main)

2011-02-20 Thread Micah Gersten
** Summary changed:

- Sync q4wine 0.120-r1-1 (universe) from Debian unstable (main)
+ Sync q4wine 0.120-r1-2 (universe) from Debian unstable (main)

** Description changed:

- Please sync q4wine 0.120-r1-1 (universe) from Debian unstable (main)
+ Please sync q4wine 0.120-r1-2 (universe) from Debian unstable (main)
  
  Changelog entries since current natty version 0.120-2build1:
  
+ q4wine (0.120-r1-2) unstable; urgency=low
+ 
+* Edited debian/rules to fix libq4wine-core.so destination
+  from /usr/lib64/q4wine/ to /usr/lib/q4wine/ (Closes: #612027)
+* Added debian/patches/
+  - possible fix for Debian GNU/kFreeBSD
+  - possible fix for Debian GNU/Hurd
+ 
+  -- Boris Pek tehnic...@mail.ru  Mon, 14 Feb 2011 23:34:32 +0200
+ 
  q4wine (0.120-r1-1) unstable; urgency=low
  
-   * Update to stable release 0.120-r1.
+   * Update to stable release 0.120-r1.
  
-  -- Boris Pek tehnic...@mail.ru  Sun, 09 Jan 2011 00:25:06 +0200
+  -- Boris Pek tehnic...@mail.ru  Sun, 09 Jan 2011 00:25:06 +0200

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

Title:
  Sync q4wine 0.120-r1-2 (universe) from Debian unstable (main)

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

[Bug 719570] Re: about me,mail and power button wrong icons

2011-02-20 Thread MoLE
appears to be bug relating to gnome-panel rather than nautilus.
Confirmed on natty latest version 20110220

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

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

Title:
  about me,mail and power button wrong icons

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


[Bug 722070] [NEW] window menus altered

2011-02-20 Thread Espinet
Public bug reported:

Binary package hint: unity

Somehow the menus applications (displayed in the unity panel) changes
sometimes for some applications: It is not how it was before and how it
should always be, I noticed this with evolution (see sreenshot). I have
to restart evolution to solve the problem.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: unity 3.4.4-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-4.31-generic 2.6.38-rc5
Uname: Linux 2.6.38-4-generic i686
Architecture: i386
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,scale,session,unityshell]
CompositorRunning: compiz
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
Date: Sun Feb 20 10:13:22 2011
DistUpgraded: Yes, recently upgraded Log time: 2010-12-25 22:25:44.741451
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus:
 
GraphicsCard:
 ATI Technologies Inc RV530LE [Radeon X1600] [1002:71ce] (prog-if 00 [VGA 
controller])
   Subsystem: PC Partner Limited Device [174b:0850]
   Subsystem: PC Partner Limited Device [174b:0851]
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20101202)
InstallationMedia_: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20101202)
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.utf8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-4-generic 
root=UUID=df25858b-0c16-4a25-9580-53d28970d85a ro quiet splash vt.handoff=7
ProcVersionSignature_: Ubuntu 2.6.38-4.31-generic 2.6.38-rc5
Renderer: Unknown
SourcePackage: unity
dmi.bios.date: 02/17/2005
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080009
dmi.board.name: P4P800SE
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: Rev 2.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080009:bd02/17/2005:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerInc.:rnP4P800SE:rvrRev2.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.2.1+glibmainloop4-0ubuntu11
version.libdrm2: libdrm2 2.4.23-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1~git20110215.cc1636b6-0ubuntu2
version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu6
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-1ubuntu9
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu4

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


** Tags: apport-bug compiz-0.9.2 i386 natty ubuntu

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

Title:
  window menus altered

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


[Bug 722070] Re: window menus altered

2011-02-20 Thread Espinet
** Attachment added: Screenshot.png
   
https://bugs.launchpad.net/bugs/722070/+attachment/1861501/+files/Screenshot.png

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

Title:
  window menus altered

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


[Bug 722070] Re: window menus altered

2011-02-20 Thread Espinet
It should always look like that.

** Attachment added: Screenshot-2.png
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/722070/+attachment/1861524/+files/Screenshot-2.png

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

Title:
  window menus altered

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


[Bug 722070] Re: window menus altered

2011-02-20 Thread Espinet
It should always look like that.
I took this screenshot in the same session, after restarting evolution.

** Attachment added: Screenshot-2.png
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/722070/+attachment/1861525/+files/Screenshot-2.png

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

Title:
  window menus altered

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


[Bug 621265] Re: Slow Wireless Connection in Intel 3945abg

2011-02-20 Thread s0undt3ch
lspci -vnn | grep -A 1 Wireless

05:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG 
[Golan] Network Connection [8086:4222] (rev 02)
Subsystem: Intel Corporation PRO/Wireless 3945ABG Network Connection 
[8086:1001]
Flags: bus master, fast devsel, latency 0, IRQ 46

uname -a
Linux lgl 2.6.35-27-generic #47lp621265v201102161837 SMP Wed Feb 16 18:40:53 
UTC 2011 i686 GNU/Linux

Speedtest.net reports:
  12.95 Mb/s Download
  1.52 Mb/s Upload
  12ms ping
  

Currently Moving a 5,4Gig folder at about 900KiB-1,3Mib/s. Currently at
500Mib

Seems to be stable, I'll report if I get into trouble again.

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

Title:
  Slow Wireless Connection in Intel 3945abg

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


[Bug 621265] Re: Slow Wireless Connection in Intel 3945abg

2011-02-20 Thread s0undt3ch
#294 You need to also install:
  
http://people.canonical.com/~apw/lp621265-maverick/linux-headers-2.6.35-27_2.6.35-27.47lp621265v201102161837_all.deb

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

Title:
  Slow Wireless Connection in Intel 3945abg

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


[Bug 722072] [NEW] ibus cannot be activated with Ctrl+Space in Libreoffice on kubuntu

2011-02-20 Thread Cheng-Chia Tseng
Public bug reported:

Binary package hint: ibus

I installed Kubuntu alpha 2 to test if Chinese support is OK or not.

I updated all the packages with aptitude, then install the language pack
form System Settings  Locale.

After the reboot, I tried to input Tradtional Chinese with ibus-kde in
LibreOffice, and nothing happened after I press Ctrl + Space.

I tested kate, and ibus-kde worked but not perfectly (when using
chewing input method, pressing bopomofos makes the rest of the line
after the cursor all black).

Then I tested rekonq, and ibus-kde worked perfectly without problems.

This problem should be solved before the Natty release because not
inputing characters in LibreOffice is a BIG problem for all Traditional
Chinese users.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: ibus 1.3.9-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-4.31-generic 2.6.38-rc5
Uname: Linux 2.6.38-4-generic i686
Architecture: i386
Date: Sun Feb 20 17:20:38 2011
InstallationMedia: Kubuntu 11.04 Natty Narwhal - Alpha i386 (20110202)
ProcEnviron:
 LANGUAGE=zh_TW:zh
 LANG=zh_TW.UTF-8
 SHELL=/bin/bash
SourcePackage: ibus

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


** Tags: apport-bug i386 natty

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

Title:
  ibus cannot be activated with Ctrl+Space in Libreoffice on kubuntu

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


[Bug 722072] Re: ibus cannot be activated with Ctrl+Space in Libreoffice on kubuntu

2011-02-20 Thread Cheng-Chia Tseng
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/722072

Title:
  ibus cannot be activated with Ctrl+Space in Libreoffice on kubuntu

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


[Bug 677633] Re: keyboard doesn't work with acpi on lenovo s10-3c

2011-02-20 Thread Evgeniy Kulikov
Dear Boris and all other.

Can someone confirm that bug fixed in 2.6.38-4.31 and i can back to
Ubuntu from this fuing XP?

Thanks. Regards, E.

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

Title:
  keyboard doesn't work with acpi on lenovo s10-3c

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


[Bug 711002] Re: software-center crashed with AttributeError in _draw_icon_frame(): 'AppDetailsViewGtk' object has no attribute 'avg_icon_rgb'

2011-02-20 Thread MoLE
Appears to occur when opening the Independant section of the installable
software tree.

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

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

Title:
  software-center crashed with AttributeError in _draw_icon_frame():
  'AppDetailsViewGtk' object has no attribute 'avg_icon_rgb'

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


[Bug 722078] [NEW] System won't boot after alternative installation with encrypted LVM

2011-02-20 Thread David Strauss
Public bug reported:

To reproduce:
1. Set up a fresh virtual machine with VirtualBox 4.0.4. (My host system is a 
Thinkpad T510 Core i7 with all virtualization extensions enabled running Ubuntu 
10.04 64-bit with a 2.6.38-4 kernel backport, but that's probably not 
important.)
2. Install Natty Alpha 2 from the 64-bit alternative CD.
3. Use all the defaults, except using full-disk LVM encryption.
4. Reboot following installation.
5. Enter the LVM password.
6. See lots of angry error messages.

What I'd expect:
A properly booting system.

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  System won't boot after alternative installation with encrypted LVM

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


[Bug 722078] Re: System won't boot after alternative installation with encrypted LVM

2011-02-20 Thread David Strauss
** Attachment added: Screenshot of failed startup on virtual machine
   
https://bugs.launchpad.net/bugs/722078/+attachment/1861532/+files/Screenshot-Ubuntu%2011.04%20%5BRunning%5D%20-%20Oracle%20VM%20VirtualBox.png

** Description changed:

  To reproduce:
- 1. Set up a fresh virtual machine with VirtualBox 4.0.4. (The host system is 
Ubuntu 10.04 64-bit with a 2.6.38-4 kernel backport.)
+ 1. Set up a fresh virtual machine with VirtualBox 4.0.4. (My host system is a 
Thinkpad T510 Core i7 with all virtualization extensions enabled running Ubuntu 
10.04 64-bit with a 2.6.38-4 kernel backport, but that's probably not 
important.)
  2. Install Natty Alpha 2 from the 64-bit alternative CD.
  3. Use all the defaults, except using full-disk LVM encryption.
  4. Reboot following installation.
  5. Enter the LVM password.
  6. See lots of angry error messages.
  
  What I'd expect:
  A properly booting system.

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

Title:
  System won't boot after alternative installation with encrypted LVM

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


[Bug 676886] Re: Launcher - Add 'new document' option to Open Office, Gimp and Inkscape quicklists

2011-02-20 Thread Alex Valavanis
** Changed in: inkscape
   Status: New = Triaged

** Changed in: inkscape
   Importance: Undecided = Wishlist

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

Title:
  Launcher - Add 'new document' option to Open Office, Gimp and Inkscape
  quicklists

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


[Bug 722081] [NEW] Sync roundcube 0.5.1+dfsg-3 (universe) from Debian unstable (main)

2011-02-20 Thread Micah Gersten
Public bug reported:

Please sync roundcube 0.5.1+dfsg-3 (universe) from Debian unstable
(main)

Changelog entries since current natty version 0.5-2:

roundcube (0.5.1+dfsg-3) unstable; urgency=low

  * Install show_additional_headers plugin in roundcube-plugins package.
  * Use dbconfig-common to force some upgrade commands using some ugly
hacks. This should fix any remaining problems with MySQL
upgrade. Closes: #613586.

 -- Vincent Bernat ber...@debian.org  Fri, 18 Feb 2011 22:04:12 +0100

roundcube (0.5.1+dfsg-2) unstable; urgency=low

  * Remove all ADD INDEX from MySQL 0.5-1 upgrade file and put them in
postinst script. If you have a problem during the upgrade, please, let
me know. This upload is only done to prevent users who did not upgrade
to 0.5 yet to have a problem during their upgrade. If you already
upgraded to 0.5 and if the upgrade failed (or if some feature are
missing like identities management), please look at bug #613586.

 -- Vincent Bernat ber...@debian.org  Wed, 16 Feb 2011 20:54:48 +0100

roundcube (0.5.1+dfsg-1) unstable; urgency=low

  * Add plugins. Closes: #550454.
  * Rewrite (and update) of debian/copyright.
  * Use of yui-compressor to re-minify Javascript files.
  * Drop correct-magic-path.patch: libmagic1 now provides a symlink to the
correct location since 4.24-4.
  * Repack orig.tar.gz to remove swf file shipped with TinyMCE with no
sources available.

 -- Vincent Bernat ber...@debian.org  Mon, 14 Feb 2011 22:33:51 +0100

roundcube (0.5.1-1) unstable; urgency=low

  * New upstream version. Some bugs are corrected in this release or in a
previous release:
  + when switching to HTML mode, content type is now correctly set.
Closes: #611321.
  + header delimiters handling has been fixed in 0.5.
Closes: #603489.
  * Don't assign skins directory to www-data. Closes: #612552.
  * Add instructions on how to install and upgrade when not using
dbconfig-common. We do not ship UPGRADING file any more since it is
misleading. Closes: #612511.
  * Fix MySQL indexes if upgrading from 0.5-2 or lesser. Closes: #610725.
  * Rework how symlinks work. The only directory to use is
/var/lib/roundcube. We use symlink from /usr/share/roundcube to
/var/lib/roundcube and not the other way. Moreover, plugins and skins
are also symlinked. A user should be able to add plugins and skins in
/var/lib/roundcube while default ones are in
/usr/share/roundcube. Closes: #612553.

 -- Vincent Bernat ber...@debian.org  Wed, 09 Feb 2011 07:32:42 +0100

** Affects: roundcube (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

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

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

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

Title:
  Sync roundcube 0.5.1+dfsg-3 (universe) from Debian unstable (main)

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


[Bug 722079] [NEW] When installing Anjuta in Natty Alpha libsqlite3.so is missing

2011-02-20 Thread Thorsten Sick
Public bug reported:

Binary package hint: anjuta

Description:Ubuntu natty (development branch)
Release:11.04

anjuta:
  Installiert: 2:2.32.1.1-0ubuntu3
  Kandidat:2:2.32.1.1-0ubuntu3
  Versionstabelle:
 *** 2:2.32.1.1-0ubuntu3 0
500 http://de.archive.ubuntu.com/ubuntu/ natty/universe amd64 Packages
100 /var/lib/dpkg/status

I expected anjuta to start.

It does not and fails-can't find libsqlite3.so

** (anjuta:2875): WARNING **: Can't find libsqlite3.so file.

which finally results in 
libanjuta-symbol-db-ERROR **: Opening global project under 
/home/thorsten/.cache/anjuta
aborting...

ls /usr/lib/libsqlite3.so.0
libsqlite3.so.0  libsqlite3.so.0.8.6

are available.

sudo ln -s libsqlite3.so.0 libsqlite3.so

fixes it.

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

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

Title:
  When installing Anjuta in Natty Alpha libsqlite3.so is missing

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


Re: [Bug 463829] Re: No sound on Creative Labs [SB X-Fi Xtreme Audio] CA0110-IBG

2011-02-20 Thread Ghebu
Thanks a lot .

On Sun, Feb 20, 2011 at 12:53 AM, tk124 t.ko...@gmx.net wrote:

 it finally works with ubuntu 11.04. i tried it. just two more month.

 --
 You received this bug notification because you are a direct subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/463829

 Title:
   No sound on Creative Labs [SB X-Fi Xtreme Audio] CA0110-IBG

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

 Bug description:
  I have Creative X-FI Xtreme Audio from MSI  and  I do not have sound
  at all. Driver seems to be ok but it doesn't work .

  ProblemType: Bug
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  raul   1690 F pulseaudio
   /dev/snd/pcmC0D0p:   raul   1690 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Generic'/'HD-Audio Generic at 0xfebfc000 irq 17'
 Mixer name : 'Creative CA0110-IBG'
 Components : 'HDA:1102000a,1462c320,0010'
 Controls  : 25
 Simple ctrls  : 11
  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: Thu Oct 29 23:52:26 2009
  DistroRelease: Ubuntu 9.10
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  NonfreeKernelModules: nvidia
  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:1700): GLib-CRITICAL **: g_propagate_error:
 assertion `src != NULL' failed
   (gnome-settings-daemon:1700): GLib-CRITICAL **: g_propagate_error:
 assertion `src != NULL' failed
   (nautilus:1801): Eel-CRITICAL **: eel_preferences_get_boolean: assertion
 `preferences_is_initialized ()' failed
   (polkit-gnome-authentication-agent-1:1813): GLib-CRITICAL **:
 g_once_init_leave: assertion `initialization_value != 0' failed
   (gnome-panel:1800): Gtk-WARNING **: gtk_widget_size_allocate(): attempt
 to allocate widget with width -5 and height 24

 To unsubscribe from this bug, go to:

 https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/463829/+subscribe


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

Title:
  No sound on Creative Labs [SB X-Fi Xtreme Audio] CA0110-IBG

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

[Bug 722083] [NEW] does not apply profile on start up

2011-02-20 Thread shinyblue
Public bug reported:

Binary package hint: gnome-color-manager

I set up a ICC profile and have it selected in gnome-color-manager. It's
supposed to be applied at start up. However, not only does it NOT apply,
it also resets my previous gamma settings done in amdcccle.

(Without gamma correction the screen is awful on my Dell Studio 1555, so
I need to re-set it each time since installing g-c-m)

This may be a duplicate of
https://bugs.launchpad.net/ubuntu/+source/gnome-color-manager/+bug/533961
which is about prop. nvidia drivers, so feel free to merge if it's the same 
issue.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-color-manager 2.31.91-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-27.47-generic 2.6.35.11
Uname: Linux 2.6.35-27-generic x86_64
NonfreeKernelModules: fglrx wl
Architecture: amd64
CheckboxSubmission: 7b62315eed0826aab5ece52bfb96b880
CheckboxSystem: d00f84de8a555815fa1c4660280da308
Date: Sun Feb 20 09:45:46 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: gnome-color-manager

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


** Tags: amd64 apport-bug maverick

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

Title:
  does not apply profile on start up

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


[Bug 722083] Re: does not apply profile on start up

2011-02-20 Thread shinyblue
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/722083

Title:
  does not apply profile on start up

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


[Bug 721923] Re: New upstream version 2.7.10 of rsplib

2011-02-20 Thread Artur Rona
What about symbols? I guess it has to be updated.

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

Title:
  New upstream version 2.7.10 of rsplib

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


[Bug 721865] Re: Sync l7-filter-userspace 0.12-beta1-0.1 (universe) from Debian unstable (main)

2011-02-20 Thread Artur Rona
** Changed in: l7-filter-userspace (Ubuntu)
   Status: New = In Progress

** Changed in: l7-filter-userspace (Ubuntu)
 Assignee: (unassigned) = Artur Rona (ari-tczew)

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

Title:
  Sync l7-filter-userspace 0.12-beta1-0.1 (universe) from Debian
  unstable (main)

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


[Bug 540893] Re: Shutdown and Log Out actions don't work

2011-02-20 Thread 3gun
No, I'm not able to reproduce it anymore, thanks.

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

Title:
  Shutdown and Log Out actions don't work

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


[Bug 530277] Re: 0cf2:6250 ENE Technology, Inc. card reader not supported

2011-02-20 Thread Marco Polo
Vladimir, Alain - excellent work ! Thank you ! The card works just
perfectly :-)

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

Title:
  0cf2:6250 ENE Technology, Inc. card reader not supported

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


[Bug 717914] Re: iphone usb internet tethering gives no ip, while bluetooth does

2011-02-20 Thread Andreas Nilsson
Problem is present on 2.6.38-4-generic as well.

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

Title:
  iphone usb internet tethering gives no ip, while bluetooth does

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


[Bug 722069] Re: Unity (Natty): icons used aren't those of the them (ie Humanity)

2011-02-20 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 719861 ***
https://bugs.launchpad.net/bugs/719861

** This bug has been marked a duplicate of bug 719861
   After installation icon theme default to gnome-icon-theme and cannot be 
changed
 * You can subscribe to bug 719861 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/719861/+subscribe

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

Title:
  Unity (Natty): icons used aren't those of the them (ie Humanity)

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


[Bug 550625] Re: Alps touchpad is recognized but synaptics clients and scrolling do not work

2011-02-20 Thread AndyVBrown
#290 - Philip thanks your tweaked script, worked straight out of the
box.

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

Title:
  Alps touchpad is recognized but synaptics clients and scrolling do not
  work

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


[Bug 721865] Re: Sync l7-filter-userspace 0.12-beta1-0.1 (universe) from Debian unstable (main)

2011-02-20 Thread Artur Rona
Thank you for your contribution!

** Changed in: l7-filter-userspace (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: l7-filter-userspace (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Sync l7-filter-userspace 0.12-beta1-0.1 (universe) from Debian
  unstable (main)

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


[Bug 721865] Re: Sync l7-filter-userspace 0.12-beta1-0.1 (universe) from Debian unstable (main)

2011-02-20 Thread Launchpad Bug Tracker
This bug was fixed in the package l7-filter-userspace - 0.12-beta1-0.1

---
l7-filter-userspace (0.12-beta1-0.1) unstable; urgency=low

  * Non-maintainer upload.

  [ Jakub Wilk ]
  * Update my e-mail address.
  * Update Maintainer and Source fields in debian/copyright and Homepage field
in debian/control to reflect the new upstream.

  [ Jorge Salamero Sanz ]
  * New upstream version (Closes: #61).
  * Bump standards version to 3.9.1 (no changes needed).
  * Update watch file.
  * Refresh netfilter-conntrack-0.100.diff and hyphen-used-as-minus-sign.diff.
 -- Jorge Salamero Sanz ben...@debian.org   Sun, 13 Feb 2011 16:51:20 +0100

** Changed in: l7-filter-userspace (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Sync l7-filter-userspace 0.12-beta1-0.1 (universe) from Debian
  unstable (main)

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


[Bug 722086] [NEW] received mails directory disapeared

2011-02-20 Thread Jonathan LAJUS
Public bug reported:

Binary package hint: evolution

Received mails directory disapeared after an half second after the openning 
except when I receive new messages and only for my personnal account 
jonathan.la...@laposte.net which use the IMAP protocol.
The directory On this computer is full and stable.
When I receive a message: I could see a directory INBOX where my received 
messages are. In it I have sub-directories: Dossier personnel, DRAFT, 
OUTBOX, QUARANTAINE, TRASH.
The only directories I could see on this account (Not in the INBOX directory) 
are usually: Trash (Corbeille) and Spams (Pourriels), and they are the only 
two directory on this account which have their normal icon (there is a 
directory icon associated with the INBOX directory and sub-directories)

Best Regards,
Jonathan LAJUS
jonathan.la...@laposte.net

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: evolution 2.30.3-1ubuntu7.3
ProcVersionSignature: Ubuntu 2.6.35-25.44-generic-pae 2.6.35.10
Uname: Linux 2.6.35-25-generic-pae i686
NonfreeKernelModules: fglrx
Architecture: i386
Date: Sun Feb 20 10:50:51 2011
ExecutablePath: /usr/bin/evolution
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 SHELL=/bin/bash
 LANG=fr_FR.UTF-8
SourcePackage: evolution

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


** Tags: apport-bug i386 maverick

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

Title:
  received mails directory disapeared

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


[Bug 722086] Re: received mails directory disapeared

2011-02-20 Thread Jonathan LAJUS
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/722086

Title:
  received mails directory disapeared

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


[Bug 541620] Re: Ralink RT3090 Wireless Not Supported in Lucid

2011-02-20 Thread Joshua O'Leary
Thanks Linuxexperte, I have spoken to another linux user with the same
netbook as me (eee pc 1001ha), and they said it worked perfectly without
any freezing issues. The error I'm getting isn't possible to copy and
paste - its a long list of messages from a terminal screen, sometimes I
don't even get that but just a blank screen. It doesn't seem to be
logged either. I would have to take a picture of the screen, but even
then I wouldn't get all of the error as it scrolls down past the screen.
With all this it does therefore seem like a hardware fault. I'll start
another discussion thread somewhere else.

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

Title:
  Ralink RT3090 Wireless Not Supported in Lucid

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


[Bug 597518] Re: smartd Read SMART Self Test Log Failed on Intel X25-M SSD

2011-02-20 Thread Nikil Mehta
Interesting.  I updated my firmware a week ago and haven't seen any
hangs.  Should probably close this bug.

** Changed in: smartmontools (Ubuntu)
   Status: New = Fix Released

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

Title:
  smartd Read SMART Self Test Log Failed on Intel X25-M SSD

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


[Bug 541620] Re: Ralink RT3090 Wireless Not Supported in Lucid

2011-02-20 Thread Joshua O'Leary
I had posted a thread a while ago about it. There are some screenshots there 
aswell.
http://ubuntuforums.org/showthread.php?t=1520505

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

Title:
  Ralink RT3090 Wireless Not Supported in Lucid

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


[Bug 510376] Re: private/teletext-decoder plugin missing

2011-02-20 Thread Mario
A weird workaround is to uninstall the gnome-codec-install: it checks
for the missing codec.

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

Title:
  private/teletext-decoder plugin missing

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


[Bug 720745] Re: Sync nipy 0.1.2+20110114-1 (universe) from Debian unstable (main)

2011-02-20 Thread Artur Rona
Angel, did you ask Barry whether can it be synced?

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

Title:
  Sync nipy 0.1.2+20110114-1 (universe) from Debian unstable (main)

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