[Bug 622810] Re: after logging into ftp (vsftpd) ubuntu crashes

2011-01-16 Thread tonyk
I've just experienced the same issue as the user above.  I've just
finished installing vsftpd and was attempting to ensure it was
configured appropriately by ftp'ing to localhost.  As soon as I hit the
enter key (after entering my user id) there was no more response from
the system.  It took me a while to realized that the system had indeed
crashed as I was not doing anything else in particular other than
waiting for the command prompt to return to the familiar FTP prompt.
The CAPs Lock LED on my Z61M ThinkPad laptop had been flashing all the
while but I was totally oblivious to it.  I rebooted the laptop and
tried to ftp to localhost again and got the same result.  All this time,
I had my Nokia N97 mobile phone and a USB-to-Serial adapter plugged in
to the laptop.

A quick search on Google brought me to this bug report.  I then
disconnected my phone and attempted to ftp once more and got the same
result.  After reboot, I then disconnected the USB-to-Serial adapter and
this time ftp was successful.

If anyone needs more information, I'm willing to try anything to get
this sorted though it is not urgent as I now know not to attempt an ftp
to locahost when i have other USB devices (other than the mouse)
connected.

ak.

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

Title:
  after logging into ftp (vsftpd) ubuntu crashes

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


[Bug 558793] Re: net ads dns register fails in 2008 R2 domain

2011-01-16 Thread Bug Watch Updater
** Changed in: samba
   Status: Confirmed = Fix Released

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

Title:
  net ads dns register fails in 2008 R2 domain

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


[Bug 458637] Re: Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares

2011-01-16 Thread PhobosK
Ok, here is the debdiff for lucid, assuming it will be included in the
next samba 2:3.4.7~dfsg-1ubuntu3.3 version in the lucid-proposed.

It has not been tested if it works as supposed... I leave that to you...
Sorry...

The applied patch is from upstream -
https://bugzilla.samba.org/show_bug.cgi?id=7577 - (Patch for 3.4.x.),
and has been committed in samba's git  v3-4-test branch
(http://git.samba.org/samba.git/?p=samba.git;a=commitdiff;h=8564193ca6e023574764676088cafb7215f796f5).

For the impatient, I have added the lucid fixed version of samba to my PPA ( 
https://launchpad.net/~phobosk/+archive/phobosk-ppa )... I hope it will not 
have any problems working...
Please test it and post the results here...
Thanks

** Patch added: A debdiff file for Lucid, containing the upstream fix for the 
bug.
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/458637/+attachment/1795604/+files/samba_3.4.7%7Edfsg-1ubuntu3.3.debdiff

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

Title:
  Windows Live Sign-In assistant prevents samba from accessing Windows 7
  shares

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


[Bug 703514] [NEW] wrong ownership on /dev/kvm (Maverick)

2011-01-16 Thread Marco Davids
Public bug reported:

Binary package hint: qemu-kvm

Installed qemu-kvm, but it was *very* slow (while using virt-manager).
Looked in /var/log/libvirt/qemu/.log and noticed that user libvirt-
qemu had no access to /dev/kvm (access denied error) and that it was
unable to use the KVM full virtualization support. Placing user libvirt-
qemu in the kvm group did not solve the issue.

Looked at /dev/kvm an noticed it was own by root.

Changed group ownership to kvm and, in combination with libvirt-qemu
being in the kvm-group, this dramatically increased the performance!

ls -al /dev/ | grep kvm
crw-rw  1 root kvm  10, 232 2011-01-15 22:06 kvm


lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.10
Release:10.10
Codename:   maverick

** Affects: qemu-kvm (Ubuntu)
 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/703514

Title:
  wrong ownership on /dev/kvm (Maverick)

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


[Bug 703514] Re: wrong ownership on /dev/kvm (Maverick)

2011-01-16 Thread Marco Davids
Okay, the error came back... (can't go unnoticed, it was painfully slow
again)

open /dev/kvm: Permission denied
Could not initialize KVM, will disable KVM support

Turns out that the ownership is reset after 'qemu-kvm' is restarted. As
a workaround I added 'chgrp kvm /dev/kvm' in the 'pre-start script'
section of /etc/init/qemu-kvm.conf.

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

Title:
  wrong ownership on /dev/kvm (Maverick)

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


Re: [Bug 703514] Re: wrong ownership on /dev/kvm (Maverick)

2011-01-16 Thread Dustin Kirkland
Hmm, I could not reproduce this...

kirkland@x201:~$ ls -halF /dev/kvm
crw-rw+ 1 root kvm 10, 232 2011-01-15 17:23 /dev/kvm
kirkland@x201:~$ sudo service qemu-kvm stop
[sudo] password for kirkland:
qemu-kvm stop/waiting
kirkland@x201:~$ ls -halF /dev/kvm
ls: cannot access /dev/kvm: No such file or directory
kirkland@x201:~$ sudo service qemu-kvm start
qemu-kvm start/running
kirkland@x201:~$ ls -halF /dev/kvm
crw-rw+ 1 root kvm 10, 232 2011-01-16 09:16 /dev/kvm


Can you give specific instructions to reproducing this?

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

Title:
  wrong ownership on /dev/kvm (Maverick)

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


[Bug 675965] Re: Apache crashes with glibc detected and stack trace

2011-01-16 Thread Launchpad Bug Tracker
[Expired for apache2 (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Apache crashes with glibc detected and stack trace

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


[Bug 674390] Re: 1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

2011-01-16 Thread Launchpad Bug Tracker
[Expired for openssh (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  1:5.5p1-4ubuntu4 (scp host:ns_sys_config) 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 576314] Re: + character in service_description causes causes web interface error

2011-01-16 Thread Launchpad Bug Tracker
[Expired for nagios3 (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  + character in service_description causes causes web interface error

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


[Bug 703811] [NEW] kvm guest's cpu usage with virtio storage driver goes up to 100% because of flush process

2011-01-16 Thread Roman R
Public bug reported:

Hello,

Problem:
KVM guest's CPU usage goest upto 100% and more (if multi-proc or multi-cores) 
and makes guest running slowly for period of time when the flush process is 
running on a virtio storage drive.

How to get this problem:
just start the guest with virtio storage driver and make the guest do some 
storage related work (ie apt-get install mc) and watch top. after 2-3 sec the 
cpu usage will go to 100% and guest will run slowly (so slow, that even munin 
processes cant do their work in 5 minutes and create an e-mail report, that 
there are  various .lock files present)

host:
ubuntu 10.04.1 LTS
2.6.32-27-server x86_64
2x Intel(R) Xeon(R) CPU E5620 (total of 16 cpus for os)
12GB RAM
2x software raids:
160GB and 2TB
the 160GB one is for system and 2TB one is for kvm images

guest:
Ubuntu 10.04.1 LTS
Disk: virtio
network: virtio


PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND

 869 root  20   0 000 S   117  0.0   0:17.80 flush-252:0
252 is the vda disk:
monitor@monitor:~$ ls -l /dev/vda
brw-rw 1 root disk 252, 0 2011-01-13 16:44 /dev/vda

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

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

Title:
  kvm guest's cpu usage with virtio storage driver goes up to 100%
  because of flush process

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


Re: [Bug 703477] Re: [FTBFS] Source xsplash 0.8.5-0ubuntu2 in natty

2011-01-16 Thread Mahyuddin Susanto
Hello Bhavi

On 01/16/2011 02:21 PM, Bhavani Shankar wrote:
 Hello Mahyuddin
 
 I ll look at this one but I have a question did you test out the patch
 on a karmic system and/or did you confirm with the other reporters there
 if the patch works on karmic? Did you confirm just in case as to the
 same symptom does not exist on newer ubuntu versions posing a regression
 potential?

i will confirm with origin reporter at bug 458027. btw, we have two
choice, building without dual-screen patch or only fix ftbfs. what your
suggestion?
in my opinion, maybe we will wait ~one/two weeks to confirm dual-screen
patch works well

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

Title:
  [FTBFS] Source xsplash 0.8.5-0ubuntu2 in natty

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


[Bug 703488] [NEW] Evolution crashes if you drag and drop a file on the message list

2011-01-16 Thread fanen
Public bug reported:

Binary package hint: evolution

Drag any file from the file manager onto evolution's message list (I use
the vertical view). I don't know what the expected behaviour is, but
crashing is not a good result.

It happened to me by accident at first, then I found out that it happens
all the time.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: evolution 2.30.3-1ubuntu7.2
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic-pae 2.6.35.8
Uname: Linux 2.6.35-24-generic-pae i686
Architecture: i386
Date: Sun Jan 16 07:39:42 2011
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/evolution
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100224.1)
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
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/703488

Title:
  Evolution crashes if you drag and drop a file on the message list

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


[Bug 703488] Re: Evolution crashes if you drag and drop a file on the message list

2011-01-16 Thread fanen


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

Title:
  Evolution crashes if you drag and drop a file on the message list

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


[Bug 703478] Re: [FTBFS] Source xqf 1.0.5-2 in natty

2011-01-16 Thread Bhavani Shankar
Thanks for your work

looking at it

regards

** Changed in: xqf (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/703478

Title:
  [FTBFS] Source xqf 1.0.5-2 in natty

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


[Bug 409130] Re: launching backintime fails to start

2011-01-16 Thread vadimo
Fix for 10.04 LTS? It is still suported version!

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

Title:
  launching backintime fails to start

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


[Bug 703489] [NEW] SOUND TROUBLES!!!!!!!

2011-01-16 Thread Rvachev
Public bug reported:

Sorry for my bad English, here is my story.
My Ubuntu 10.10 shows very strange sound behavior. I remember, that when I 
first installed it, sound worked nicely.
After upgrading (that was more then year-old installation) sound stopped to 
work. Device was visible in lists, but I heard nothing. I thought problem would 
disappear after upgrades, but after some time (and several upgrades) card 
disappeared from devices list and I tried to solve problem myself. Downloading 
and compilation of drivers failed (at that time it seemed to be good idea). I 
posted question here (it was several months before) and I was told to change 
kernel package from PAE to normal. After doing that sound card become visible 
again (but there were not sound anyway). I tried to install that stupid drivers 
again - sound card disappeared 8(( Reinstalling of kernel package (with many 
others) did not help and I resigned to silence in the speakers.

IF YOU DON'T LIKE USELESS STORIES SKIP PREVIOUS PART
After installing latest kernel SOUND CARD APPEARED EVERYWHERE AGAIN. Previous 
updates did not have such effect :). Of course I still hear nothing. ALSA feels 
presence of sound card. Pulse Audio shows sound oscillations while Totem work. 
Any combination of settings accessible via graphical interfaces do not have any 
affect. Please help me - I like Ubuntu I do not like silence!

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: alsa-base 1.0.23+dfsg-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.35-25.43-generic 2.6.35.10
Uname: Linux 2.6.35-25-generic i686
NonfreeKernelModules: fglrx
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  uniqa  1492 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xfdef4000 irq 16'
   Mixer name   : 'Realtek ALC660-VD'
   Components   : 'HDA:10ec0660,10431339,0011 
HDA:10573055,10431316,00100700'
   Controls  : 22
   Simple ctrls  : 14
Date: Sun Jan 16 17:25:59 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007.1)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
dmi.bios.date: 05/08/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 202
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: M51Kr
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr202:bd05/08/2008:svnASUSTeKComputerInc.:pnM51Kr:pvr1.0:rvnASUSTeKComputerInc.:rnM51Kr:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr:
dmi.product.name: M51Kr
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

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


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

Title:
  SOUND TROUBLES!!!

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


[Bug 703489] Re: SOUND TROUBLES!!!!!!!

2011-01-16 Thread Rvachev

** Changed in: alsa-driver (Ubuntu)
   Status: New = Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/alsa-driver/+question/141647

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

Title:
  SOUND TROUBLES!!!

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


[Bug 703477] Re: [FTBFS] Source xsplash 0.8.5-0ubuntu2 in natty

2011-01-16 Thread Bhavani Shankar
yes but if it has a regression then it will be fixed in natty but if the
problem is fixed with newer versions we need to drop the patch I guess

Unsubscribing sponsors as I m going to take care of this

regards

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

Title:
  [FTBFS] Source xsplash 0.8.5-0ubuntu2 in natty

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


[Bug 703488] Re: Evolution crashes if you drag and drop a file on the message list

2011-01-16 Thread fanen
I decided to invest a bit more effort (google). here is a snippet from
gdb (when you drag and drop a file):

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xa2038b70 (LWP 6250)]
0xb599abdd in em_utils_selection_get_urilist (selection_data=0x8ccd258, 
folder=0x8704b08)
at em-utils.c:873
873 em-utils.c: No such file or directory.
in em-utils.c

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

Title:
  Evolution crashes if you drag and drop a file on the message list

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


[Bug 623203] Re: Missing flag on compilation causes some parts of code not to be compiled

2011-01-16 Thread Launchpad Bug Tracker
This bug was fixed in the package libtomcrypt - 1.17-3

---
libtomcrypt (1.17-3) unstable; urgency=low

  * Define -DLTM_DESC to enable the libtommath functions
(Thanks Cezary and Pali)
  * Add ${misc:Depends}
  * Bump standards-version
 -- Bhavani Shankar bh...@ubuntu.com   Wed, 12 Jan 2011 14:12:02 +0100

** Changed in: libtomcrypt (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/623203

Title:
  Missing flag on compilation causes some parts of code not to be
  compiled

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


[Bug 703490] [NEW] Ubuntu 10.10 install fail on sandforce 1222 SSD

2011-01-16 Thread weblog.httpipen
Public bug reported:

Binary package hint: ubiquity

1.
ubuntu@ubuntu:~$ lsb_release -rd
Description:Ubuntu 10.10
Release:10.10

2.
ubuntu@ubuntu:~$ apt-cache policy ubiquity
ubiquity:
  Installed: 2.4.8
  Candidate: 2.4.8
  Version table:
 *** 2.4.8 0
500 http://archive.ubuntu.com/ubuntu/ maverick/main i386 Packages
100 /var/lib/dpkg/status

3.
Attempted multiple install types: side-by-side with W7 and clean Ubuntu 
install. Get the same fail message.

See attached files

** Affects: ubiquity (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/703490

Title:
  Ubuntu 10.10 install fail on sandforce 1222 SSD

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


[Bug 703490] Re: Ubuntu 10.10 install fail on sandforce 1222 SSD

2011-01-16 Thread weblog.httpipen

** Attachment added: failLogs.zip
   
https://bugs.launchpad.net/bugs/703490/+attachment/1795513/+files/failLogs.zip

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

Title:
  Ubuntu 10.10 install fail on sandforce 1222 SSD

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


[Bug 677296] Re: Smart copying with Ctrl-C no longer works

2011-01-16 Thread Bug Watch Updater
** Changed in: gnome-terminal
   Status: Confirmed = Invalid

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

Title:
  Smart copying with Ctrl-C no longer works

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


[Bug 703493] [NEW] thunderbird do not download all messages from server, downloads the first 8000 and stops, and number of messages is 16000

2011-01-16 Thread jevgtv
Public bug reported:

Binary package hint: thunderbird

thunderbird do not download all messages from server, downloads the
first 8000 and stops, and number of messages is 16000

For thunderbird to go on I have manually mark all the messages as read
and move them to trash. Than Thunderbird continuous dowloading the rest
messages from POP server.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: thunderbird 3.1.7+build3+nobinonly-0ubuntu0.10.04.1
ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
Uname: Linux 2.6.32-27-generic i686
Architecture: i386
Date: Sun Jan 16 10:26:53 2011
EcryptfsInUse: Yes
ExecutablePath: /usr/lib/thunderbird-3.1.7/thunderbird-bin
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
ProcEnviron:
 LANGUAGE=en
 LANG=en_IE.utf8
 SHELL=/bin/bash
SourcePackage: thunderbird

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


** Tags: apport-bug i386 lucid

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

Title:
  thunderbird do not download all messages from server, downloads the
  first 8000 and stops, and number of messages is 16000

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


[Bug 703493] Re: thunderbird do not download all messages from server, downloads the first 8000 and stops, and number of messages is 16000

2011-01-16 Thread jevgtv


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

Title:
  thunderbird do not download all messages from server, downloads the
  first 8000 and stops, and number of messages is 16000

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


[Bug 703492] [NEW] Can't read burned dvd-r on Sony CRX880A

2011-01-16 Thread Taylor Ripps LeMasurier-Wren
Public bug reported:

The dvd drive on my brother's Dell Latitude D620 is unable to read any
DVD-R's that have been burned in Brasero. It's able to read cd-r's and
dvd movies, but won't read anything from homemade data dvd's.

One time, when trying to mount a dvd, dmesg started spitting out this error 
alot:
[60118.983573] Buffer I/O error on device sr0, logical block 0
[60118.983578] Buffer I/O error on device sr0, logical block 1
[60125.024574] sr 1:0:0:0: [sr0] Unhandled sense code
[60125.024579] sr 1:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[60125.024584] sr 1:0:0:0: [sr0] Sense Key : Medium Error [current] 
[60125.024589] sr 1:0:0:0: [sr0] Add. Sense: Unrecovered read error
[60125.024595] sr 1:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 00 00 00 00 02 00
[60125.024607] end_request: I/O error, dev sr0, sector 0

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: linux-image-2.6.35-24-generic-pae 2.6.35-24.42
Regression: No
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic-pae 2.6.35.8
Uname: Linux 2.6.35-24-generic-pae i686
NonfreeKernelModules: nvidia wl
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  cameron1518 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xefffc000 irq 44'
   Mixer name   : 'SigmaTel STAC9200'
   Components   : 'HDA:83847690,102801c2,00102201 
HDA:14f12bfa,14f100c3,0009'
   Controls  : 12
   Simple ctrls  : 7
Date: Sun Jan 16 02:27:58 2011
HibernationDevice: RESUME=UUID=25d4fec0-057d-47be-9a8d-474b9f58ceae
HotplugNewDevices:
 
HotplugNewMounts:
 
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
MachineType: Dell Inc. Latitude D620
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-24-generic-pae 
root=UUID=aa34dcd4-ec5d-4dd4-adb1-72e488f243ad ro quiet splash nomodeset 
video=uvesafb:mode_option=1280x1024-24,mtrr=3,scroll=ywrap
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.38
RfKill:
 0: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Symptom: storage
UdisksMonitorLog: Monitoring activity from the disks daemon. Press Ctrl+C to 
cancel.
dmi.bios.date: 04/03/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A08
dmi.board.name: 0KX350
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd04/03/2007:svnDellInc.:pnLatitudeD620:pvr:rvnDellInc.:rn0KX350:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude D620
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-bug i386 kernel-uncat maverick needs-upstream-testing

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

Title:
  Can't read burned dvd-r on Sony CRX880A

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


[Bug 703492] Re: Can't read burned dvd-r on Sony CRX880A

2011-01-16 Thread Taylor Ripps LeMasurier-Wren


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

Title:
  Can't read burned dvd-r on Sony CRX880A

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


[Bug 703478] Re: [FTBFS] Source xqf 1.0.5-2 in natty

2011-01-16 Thread Launchpad Bug Tracker
This bug was fixed in the package xqf - 1.0.5-2ubuntu1

---
xqf (1.0.5-2ubuntu1) natty; urgency=low

  * debian/patches/51_fix_ftbfs_binutils_gold.patch:
+ Fix FTBFS binutils-gold with ld --no-add-needed by adding X11
  library in src/Makefile.* (LP: #703478)
 -- Mahyuddin Susanto udi...@gmail.com   Sun, 16 Jan 2011 13:50:26 +0700

** Changed in: xqf (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/703478

Title:
  [FTBFS] Source xqf 1.0.5-2 in natty

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


[Bug 695664] Re: unity launcher lost track of chromium browser showing two icons for it

2011-01-16 Thread Robert Dyer
Is it possible you edited your launcher to add flags (such as --enable-*
dev options) when launching Chromium?  If so, there would be 2 launchers
for Chromium (one in /usr/share/applications and one in
~/.local/share/applications).

I have such a setup and BAMF matches the Chromium application to the
/usr/share/applications launcher, which is wrong.  In such a case, Unity
would most likely show 2 icons.  (NOTE: I have never run Unity and thus
am speculating, but the problem I mention definitely exists in BAMF,
which I am running).

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

Title:
  unity launcher lost track of chromium browser showing two icons for it

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


[Bug 110784] Re: Toshiba laptop battery is drained while shut down

2011-01-16 Thread John Logan
I had a similar issue on a Toshiba NB200-10G. I traced it to the built
in network port. If I disabled the LAN port and just used the WIFI then
no battery drain issue occurred overnight.

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

Title:
  Toshiba laptop battery is drained while shut down

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


[Bug 239831]

2011-01-16 Thread Matti-mversen
*** Bug 626156 has been marked as a duplicate of this bug. ***

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

Title:
  FIREFOX START PAGE:  Focus pulled to start page Google box

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


[Bug 703497] [NEW] video looks distorted

2011-01-16 Thread david ram
Public bug reported:

Binary package hint: totem

Diagonal distortion,no picture.

ProblemType: Bug
Architecture: i386
Date: Sun Jan 16 11:18:35 2011
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/totem-gstreamer
Package: totem-gstreamer 2.22.1-0ubuntu3.8.04.6
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
Uname: Linux 2.6.24-28-generic i686

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


** Tags: apport-bug

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

Title:
  video looks distorted

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


[Bug 703497] Re: video looks distorted

2011-01-16 Thread david ram


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

Title:
  video looks distorted

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


[Bug 703496] [NEW] Fails to play DVD menu selection if played with non-zero title number

2011-01-16 Thread Adam Porter
Public bug reported:

Binary package hint: vlc

I have loaded the Monk season 7 disc 4 DVD.  This sequence of actions
failed:

1.  Set the Title to 3 in the VLC Play Disc menu
2.  Press Play
3.  Click DVD menu button in toolbar
4.  Click Episode Index on DVD menu
5.  Click the episode that is linked to Title 4 on the DVD
6.  VLC stops playing, showing the traffic cone icon.

If I play the DVD without setting the title in the VLC menu, leaving it
at 0, it works fine.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: vlc 1.1.4-1ubuntu1.2
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sun Jan 16 03:15:50 2011
ProcEnviron:
 LANGUAGE=
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: vlc

** Affects: vlc (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/703496

Title:
  Fails to play DVD menu selection if played with non-zero title number

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


[Bug 703496] Re: Fails to play DVD menu selection if played with non-zero title number

2011-01-16 Thread Adam Porter


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

Title:
  Fails to play DVD menu selection if played with non-zero title number

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


Re: [Bug 702109] Re: package linux-image-2.6.32-27-generic 2.6.32-27.49 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 2

2011-01-16 Thread gardien
Here it is
Serge

Le 15/01/2011 11:58, Naveen Agarwal a écrit :
 This bug report filing is an automatic process because of kernel update
 failure.

 The error is :

 /etc/grub.d/10_linux: 190: Syntax error: end of file unexpected (expecting 
 done)
 User postinst hook script [/usr/sbin/update-grub] exited with value 2

 Could you please also attach the file /etc/grub.d/10_linux to this report ?
 Thanks.



** Attachment added: 10_linux
   https://bugs.launchpad.net/bugs/702109/+attachment/1795549/+files/10_linux

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

Title:
  package linux-image-2.6.32-27-generic 2.6.32-27.49 failed to
  install/upgrade: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 2

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

[Bug 625863] Re: Gwibber puts the newest tweets at the top and oldest at bottom

2011-01-16 Thread mmiicc
@Lyrae, maybe, but Twitter website has the place you type on top. You write 
your message on top and it appears there. With Gwibber it's different. 
Also, look what happen when someone sent two messages one after another: 
- in notify bubble you see:
message 1
message 2
- in Gwibber you see:
message 2
message1
 
Anyway, I think it should be one standard behaviour for every communication 
application (Evolution, Empathy, Gwibber) in Ubuntu.

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

Title:
  Gwibber puts the newest tweets at the top and oldest at bottom

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


[Bug 703498] [NEW] PANIC: early exception after adding PCI video card

2011-01-16 Thread mellis
Public bug reported:

I attempted to add another video card to my system and I get this
message:

PANIC: early exception 0e rip 10:81306d96 error 9 cr2
ff400844

This occurs every time I have a new PCI video card in my system. Pulling
the new card makes the problem go away. All my video cards are nvidia. I
tried it with two new cards so I don't think its an issue with the video
cards themselves.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-26-generic 2.6.32-26.48
Regression: No
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.32-26.48-generic 2.6.32.24+drm33.11
Uname: Linux 2.6.32-26-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mellis 1637 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf3ff4000 irq 22'
   Mixer name   : 'Realtek ALC889'
   Components   : 'HDA:10ec0889,10de0175,0014'
   Controls  : 40
   Simple ctrls  : 22
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xf2ffc000 irq 16'
   Mixer name   : 'Nvidia ID a'
   Components   : 'HDA:10de000a,10de0101,00100100'
   Controls  : 0
   Simple ctrls  : 0
Card1.Amixer.values:
 
Date: Sun Jan 16 04:20:29 2011
HibernationDevice: RESUME=UUID=fd96530c-bfec-4cfd-9689-253c37b69a56
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: OEM OEM
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-26-generic 
root=UUID=a56095f3-59aa-4f61-bba6-1d97e4b327ea ro quiet splash
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.34.1
RfKill:
 
SourcePackage: linux
dmi.bios.date: 10/30/2009
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: 141-BL-E757
dmi.board.vendor: EVGA
dmi.board.version: Tylersburg
dmi.chassis.type: 3
dmi.chassis.vendor: OEM
dmi.chassis.version: OEM
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd10/30/2009:svnOEM:pnOEM:pvrOEM:rvnEVGA:rn141-BL-E757:rvrTylersburg:cvnOEM:ct3:cvrOEM:
dmi.product.name: OEM
dmi.product.version: OEM
dmi.sys.vendor: OEM

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


** Tags: amd64 apport-bug lucid needs-upstream-testing

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

Title:
  PANIC: early exception after adding PCI video card

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


[Bug 703498] Re: PANIC: early exception after adding PCI video card

2011-01-16 Thread mellis


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

Title:
  PANIC: early exception after adding PCI video card

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


[Bug 480959] Re: Bluetooth almost impossible to pair - too short timeout, pin sel fails

2011-01-16 Thread Mg-degroot
And another me too :) Tried to pair with an Android phone. It gives me a
passcode and a few seconds to enter it, way to short to even go for
. Perhaps I'm using a wrong method?

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

Title:
  Bluetooth almost impossible to pair - too short timeout, pin sel fails

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


[Bug 676325] Re: Transmission loses track of downloaded content on external drives when they're unmounted

2011-01-16 Thread Bug Watch Updater
** Changed in: transmission
   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/676325

Title:
  Transmission loses track of downloaded content on external drives when
  they're unmounted

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


[Bug 633085] Re: xfce4-terminal causes 100% cpu usage (xorg)

2011-01-16 Thread Bertrand Croq
This bug seems to be back. I use Xubuntu Natty.

libvte9 1:0.27.4-0ubuntu1
xfce4-terminal 0.4.5-1ubuntu4

When I open an xfce4-terminal and run htop, I get Xorg that eats 60% of the CPU 
and xfce4-terminal that takes 13%.
when I launch xterm and run htop, Xorg doesn't take any CPU, nor xterm.

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

Title:
  xfce4-terminal causes 100% cpu usage (xorg)

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


[Bug 703500] [NEW] package grub-pc 1.98-1ubuntu9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2011-01-16 Thread Trev
Public bug reported:

Binary package hint: grub2

This has been happening for a while.

I have tried removing grub2 and startupmanager and reinstalling, I also
recovered an old .deb to try a previous version.

The only thing I can think of is that one or many parts of my grub.conf
is incorrect. Although I have run the reconfigure and that didn't work
either.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: grub-pc 1.98-1ubuntu9
ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
Uname: Linux 2.6.32-27-generic i686
Architecture: i386
Date: Sun Jan 16 09:31:16 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: grub2
Title: package grub-pc 1.98-1ubuntu9 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 128

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


** Tags: apport-package i386 lucid

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

Title:
  package grub-pc 1.98-1ubuntu9 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 128

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


[Bug 703500] Re: package grub-pc 1.98-1ubuntu9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2011-01-16 Thread Trev


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

Title:
  package grub-pc 1.98-1ubuntu9 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 128

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


[Bug 611803] Re: [Lenovo IdeaPad Y550A] Subwoofer don't mute/unmute on plugging external acoustics

2011-01-16 Thread RussianNeuroMancer
1. Currently I have 2.6.35-25.43 kernel on this laptop.
2. No special alsa driver updates. Package from commentary #15 is removed.
3. In dkms status I see only nvidia modules.

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

Title:
  [Lenovo IdeaPad Y550A] Subwoofer don't mute/unmute on plugging
  external acoustics

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


[Bug 703501] [NEW] [FTBFS] Source xpenguins-applet 2.1.1-8 in natty

2011-01-16 Thread Mahyuddin Susanto
Public bug reported:

Binary package hint: xpenguins-applet

/usr/bin/ld: toon_core.o: undefined reference to symbol 'XGetWindowAttributes'
/usr/bin/ld: note: 'XGetWindowAttributes' is defined in DSO 
/usr/lib/libX11.so.6 so try adding it to the linker command line
/usr/lib/libX11.so.6: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[3]: *** [xpenguins-applet] Error 1
make[3]: Leaving directory 
`/build/user-xpenguins-applet_2.1.1-8-i386-ala2h0/xpenguins-applet-2.1.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/build/user-xpenguins-applet_2.1.1-8-i386-ala2h0/xpenguins-applet-2.1.1'
make[1]: *** [all] Error 2
make[1]: Leaving directory 
`/build/user-xpenguins-applet_2.1.1-8-i386-ala2h0/xpenguins-applet-2.1.1'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

** Affects: xpenguins-applet (Ubuntu)
 Importance: Undecided
 Assignee: Mahyuddin Susanto (udienz)
 Status: In Progress

** Affects: xpenguins-applet (Debian)
 Importance: Unknown
 Status: Unknown

** Changed in: xpenguins-applet (Ubuntu)
   Status: New = In Progress

** Changed in: xpenguins-applet (Ubuntu)
 Assignee: (unassigned) = Mahyuddin Susanto (udienz)

** Bug watch added: Debian Bug tracker #556720
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556720

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

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

Title:
  [FTBFS] Source xpenguins-applet 2.1.1-8 in natty

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


[Bug 703500] Re: package grub-pc 1.98-1ubuntu9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2011-01-16 Thread Trev

** Attachment added: grub.cfg
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/703500/+attachment/1795581/+files/grub.cfg

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

Title:
  package grub-pc 1.98-1ubuntu9 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 128

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


[Bug 685159] Re: Storage expansion card prevents live USB from booting on Acer Aspire One

2011-01-16 Thread Michael Devenish
apport information

** Tags added: apport-collected kernel-config natty regression-release
running-unity

** Description changed:

  When trying to boot Ubuntu 11.04 Alpha 1 (and Ubuntu 10.10) from a live
  USB memory stick on an Acer Aspire One (110L with 8GB SDD and 8GB SD
  memory card in the storage expansion slot) I get the following error
  (11.04 Alpha 1):
  
  
-
  No init found. Try passing init= bootarg.
  
  BusyBox v1.17.1 (Ubuntu 1:1.17.1-7ubuntu2) built-in shell (ash)
  Enter 'help' for a list of built-in commands.
  
  (initramfs)
  

  The splash screen briefly appears then I get the above error. Previous 
versions of Ubuntu didn't give this error (jaunty, karmic and lucid).
  
  If I remove the SD card from the storage expansion slot and reboot from
  the USB stick, Ubuntu will then load up (I'm able to run 11.04 Alpha 1
  from USB and installed 10.10 on my netbook this way).
  
  I found this work-around from comments #6 and #8 on the following
  unrelated bug:
  
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/626164
  
  Jake Rayson had the same issue with 10.10 and put it on his ZDNet blog
  (I posted on his blog regarding how to get around this issue).
  
  http://www.zdnet.co.uk/blogs/web-design-and-free-software-10004587
  /ubuntu-linux-is-rubbish-10020772/
  
  I haven't been able to get apport / ubuntu-bug to run under 11.04 Alpha
  1 otherwise I would have reported the bug that way.
  
  I used startup disk creator from Lucid (version 0.2.22.1).
  
  Please let me know if any further information is required.
  
  Thanks
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
+ AplayDevices:
+   List of PLAYBACK Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ Architecture: i386
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  Cannot stat file /proc/14266/fd/33: Stale NFS file handle
+  Cannot stat file /proc/14266/fd/37: Stale NFS file handle
+   USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ubuntu 4279 F pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0x3854 irq 41'
+Mixer name : 'Realtek ALC268'
+Components : 'HDA:10ec0268,1025015b,00100101'
+Controls  : 8
+Simple ctrls  : 5
+ DistroRelease: Ubuntu 11.04
+ LiveMediaBuild: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110112)
+ MachineType: Acer AOA110
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=en_US.UTF-8:en
+  LANG=en_US.UTF-8
+  LC_MESSAGES=en_AG.utf8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz noprompt 
cdrom-detect/try-usb=true persistent file=/cdrom/preseed/hostname.seed 
boot=casper initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
+ ProcVersionSignature: Ubuntu 2.6.37-12.26-generic 2.6.37
+ Regression: Yes
+ RelatedPackageVersions:
+  linux-restricted-modules-2.6.37-12-generic N/A
+  linux-backports-modules-2.6.37-12-generic N/A
+  linux-firmware 1.45
+ Reproducible: Yes
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags: natty running-unity kernel-config regression-release 
needs-upstream-testing
+ Uname: Linux 2.6.37-12-generic i686
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 05/09/2008
+ dmi.bios.vendor: INSYDE
+ dmi.bios.version: v0.3109
+ dmi.board.asset.tag: Base Board Asset Tag
+ dmi.board.name: Base Board Product Name
+ dmi.board.vendor: Intel Corp.
+ dmi.board.version: Base Board Version
+ dmi.chassis.type: 1
+ dmi.chassis.vendor: Chassis Manufacturer
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnINSYDE:bvrv0.3109:bd05/09/2008:svnAcer:pnAOA110:pvr1:rvnIntelCorp.:rnBaseBoardProductName:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
+ dmi.product.name: AOA110
+ dmi.product.version: 1
+ dmi.sys.vendor: Acer

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/685159/+attachment/1795582/+files/AcpiTables.txt

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

Title:
  Storage expansion card prevents live USB from booting on Acer Aspire
  One

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


[Bug 685159] AlsaDevices.txt

2011-01-16 Thread Michael Devenish
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/685159/+attachment/1795583/+files/AlsaDevices.txt

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

Title:
  Storage expansion card prevents live USB from booting on Acer Aspire
  One

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


[Bug 685159] BootDmesg.txt

2011-01-16 Thread Michael Devenish
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/685159/+attachment/1795584/+files/BootDmesg.txt

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

Title:
  Storage expansion card prevents live USB from booting on Acer Aspire
  One

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


[Bug 685159] Card0.Amixer.values.txt

2011-01-16 Thread Michael Devenish
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/685159/+attachment/1795585/+files/Card0.Amixer.values.txt

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

Title:
  Storage expansion card prevents live USB from booting on Acer Aspire
  One

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


[Bug 685159] Card0.Codecs.codec.0.txt

2011-01-16 Thread Michael Devenish
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/685159/+attachment/1795586/+files/Card0.Codecs.codec.0.txt

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

Title:
  Storage expansion card prevents live USB from booting on Acer Aspire
  One

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


[Bug 685159] CurrentDmesg.txt

2011-01-16 Thread Michael Devenish
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/685159/+attachment/1795587/+files/CurrentDmesg.txt

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

Title:
  Storage expansion card prevents live USB from booting on Acer Aspire
  One

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


[Bug 685159] IwConfig.txt

2011-01-16 Thread Michael Devenish
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/685159/+attachment/1795588/+files/IwConfig.txt

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

Title:
  Storage expansion card prevents live USB from booting on Acer Aspire
  One

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


[Bug 685159] Lspci.txt

2011-01-16 Thread Michael Devenish
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/685159/+attachment/1795589/+files/Lspci.txt

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

Title:
  Storage expansion card prevents live USB from booting on Acer Aspire
  One

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


[Bug 685159] Lsusb.txt

2011-01-16 Thread Michael Devenish
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/685159/+attachment/1795590/+files/Lsusb.txt

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

Title:
  Storage expansion card prevents live USB from booting on Acer Aspire
  One

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


[Bug 685159] PciMultimedia.txt

2011-01-16 Thread Michael Devenish
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/685159/+attachment/1795591/+files/PciMultimedia.txt

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

Title:
  Storage expansion card prevents live USB from booting on Acer Aspire
  One

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


[Bug 685159] ProcCpuinfo.txt

2011-01-16 Thread Michael Devenish
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/685159/+attachment/1795592/+files/ProcCpuinfo.txt

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

Title:
  Storage expansion card prevents live USB from booting on Acer Aspire
  One

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


[Bug 685159] ProcCpuinfo_.txt

2011-01-16 Thread Michael Devenish
apport information

** Attachment added: ProcCpuinfo_.txt
   
https://bugs.launchpad.net/bugs/685159/+attachment/1795593/+files/ProcCpuinfo_.txt

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

Title:
  Storage expansion card prevents live USB from booting on Acer Aspire
  One

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


[Bug 685159] ProcInterrupts.txt

2011-01-16 Thread Michael Devenish
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/685159/+attachment/1795594/+files/ProcInterrupts.txt

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

Title:
  Storage expansion card prevents live USB from booting on Acer Aspire
  One

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


[Bug 685159] ProcModules.txt

2011-01-16 Thread Michael Devenish
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/685159/+attachment/1795595/+files/ProcModules.txt

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

Title:
  Storage expansion card prevents live USB from booting on Acer Aspire
  One

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


[Bug 685159] UdevDb.txt

2011-01-16 Thread Michael Devenish
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/685159/+attachment/1795596/+files/UdevDb.txt

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

Title:
  Storage expansion card prevents live USB from booting on Acer Aspire
  One

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


[Bug 685159] UdevLog.txt

2011-01-16 Thread Michael Devenish
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/685159/+attachment/1795597/+files/UdevLog.txt

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

Title:
  Storage expansion card prevents live USB from booting on Acer Aspire
  One

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


[Bug 685159] WifiSyslog.txt

2011-01-16 Thread Michael Devenish
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/685159/+attachment/1795598/+files/WifiSyslog.txt

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

Title:
  Storage expansion card prevents live USB from booting on Acer Aspire
  One

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


[Bug 673370] Re: Power manager status icon

2011-01-16 Thread Basilis
I would like to inform you  the problem that I was described  resolved
after the last updates

** Changed in: gnome-power-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/673370

Title:
  Power manager status icon

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


Re: [Bug 582567] Re: amsn icon is ugly

2011-01-16 Thread PetterKatt
I can also confirm that the bugg is still present in 0.98.4

On Thu, Jan 13, 2011 at 5:44 PM, Pander 582...@bugs.launchpad.net
wrote:

 Nope, it is not fixed for 0.98.4-0ubuntu 64 bit.

 I did apt-get upgrade and even a complete restart because I also got
 some X updates but it still looks the same.

 --
 You received this bug notification because you are a direct subscriber
 of a duplicate bug (660192).
 https://bugs.launchpad.net/bugs/582567

 Title:
  amsn icon is ugly

 Status in “amsn” package in Ubuntu:
  Incomplete

 Bug description:
  Binary package hint: amsn

  The amsn icon is the gnome-generic one...

  please see the screenshot

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: amsn 0.98.3-0ubuntu1
  Uname: Linux 2.6.34-020634-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Wed May 19 00:44:05 2010
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: amsn

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/amsn/+bug/582567/+subscribe


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

Title:
  amsn icon is ugly

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

[Bug 685159] Re: Storage expansion card prevents live USB from booting on Acer Aspire One

2011-01-16 Thread Michael Devenish
Hi Jeremy,

apport-collect command run as instructed.

To confirm, I still get the error using the Natty daily build dated 12
Jan 2011. The only difference is that BusyBox error is now:

BusyBox v1.17.1 (Ubuntu 1:1.17.1-8ubuntu1) built-in shell (ash)

Regards

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

Title:
  Storage expansion card prevents live USB from booting on Acer Aspire
  One

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


[Bug 693867] Re: new version

2011-01-16 Thread Matthias
It should fix the playback regression (wma) in 0.9.9.2. So it fixes the
necessary to downgrade to 0.9.8 since Ubuntu 10.4.

Regards

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

Title:
  new version

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


[Bug 397070] Re: Banshee lacks Jamendo integration

2011-01-16 Thread Pierre Slamich
http://www.omgubuntu.co.uk/2010/11/banshee-gets-jamendo-support/

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

Title:
  Banshee lacks Jamendo integration

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


[Bug 703504] [NEW] Sync gpxviewer 0.4.1-1 (universe) from Debian unstable (main)

2011-01-16 Thread Andrew Gee
Public bug reported:

Please sync gpxviewer 0.4.1-1 (universe) from Debian unstable (main)

Changelog entries since current natty version 0.4.0-1:

gpxviewer (0.4.1-1) unstable; urgency=low

  * New upstream release
  * Converted to use dh sequencer, from cdbs
  * Python module now installed to private /usr/share/gpxviewer

 -- Andrew Gee and...@andrewgee.org  Sat, 15 Jan 2011 13:03:30 +

** Affects: gpxviewer (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/703504

Title:
  Sync gpxviewer 0.4.1-1 (universe) from Debian unstable (main)

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


[Bug 703503] [NEW] lightning task list colour hard to read

2011-01-16 Thread John Pye
Public bug reported:

Binary package hint: lightning

In Lightning on Ubuntu 10.04, the default text colour in the Task List
of Lightning is a pale grey, which is very hard to read, especially on
some laptop screens.

A patch is needed to replace some text in a Lightning CSS file from
'MenuText' color to 'black'. All the details are here.

http://getsatisfaction.com/mozilla_messaging/topics/in_lightning_how_to_change_the_text_color_for_task_lists

I tested the patch by changing the file locally (nested in Jar) and it
worked fine. This was with Lightning 1.0b2, installed locally.

I have reported the bug here as I believe the Lightning team may be unwilling 
to consider this as a bug, although I have also left a comment in Bugzilla:
https://bugzilla.mozilla.org/show_bug.cgi?id=614622

** Affects: lightning (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/703503

Title:
  lightning task list colour hard to read

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


[Bug 622810] Re: after logging into ftp (vsftpd) ubuntu crashes

2011-01-16 Thread tonyk
I've just experienced the same issue as the user above.  I've just
finished installing vsftpd and was attempting to ensure it was
configured appropriately by ftp'ing to localhost.  As soon as I hit the
enter key (after entering my user id) there was no more response from
the system.  It took me a while to realized that the system had indeed
crashed as I was not doing anything else in particular other than
waiting for the command prompt to return to the familiar FTP prompt.
The CAPs Lock LED on my Z61M ThinkPad laptop had been flashing all the
while but I was totally oblivious to it.  I rebooted the laptop and
tried to ftp to localhost again and got the same result.  All this time,
I had my Nokia N97 mobile phone and a USB-to-Serial adapter plugged in
to the laptop.

A quick search on Google brought me to this bug report.  I then
disconnected my phone and attempted to ftp once more and got the same
result.  After reboot, I then disconnected the USB-to-Serial adapter and
this time ftp was successful.

If anyone needs more information, I'm willing to try anything to get
this sorted though it is not urgent as I now know not to attempt an ftp
to locahost when i have other USB devices (other than the mouse)
connected.

ak.

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

Title:
  after logging into ftp (vsftpd) ubuntu crashes

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


[Bug 625692] Re: [Maverick] Slow internet with Atheros AR2413

2011-01-16 Thread Prunus dulcis
I cannot follow on why this bug was marked invalid, as there were people
having this problem and no further request for information has been
made:

I seem to encounter the same problem in maverick with unbearably slow
connection speed (mean ~ 1 kB with short bursts (around 1 second up to
30 kB) - in lucid I had stable 600 to 800 kB of speed (as I still have
them on my windows computer as well, it does not seem to be a network
problem).

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

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

Title:
  [Maverick] Slow internet with Atheros AR2413

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


[Bug 184255] Re: zsnes fails to build on amd64

2011-01-16 Thread Bug Watch Updater
** Changed in: zsnes (Debian)
   Status: New = 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/184255

Title:
  zsnes fails to build on amd64

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


[Bug 667795] Re: rpy python module does not support the R shipped version (2.11.1)

2011-01-16 Thread Almacha
Installing the debian package as sugested by Jérémy Subtil works for me. 
Precisely:
1. I downloaded the debian python-rpy package from the page given by Jérémy 
Subtil
2. I uninstalled the ubuntu python-rpy package
3. I installed the downloaded debian package (dpkg -i filename.deb)

Thanks for this solution.

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

Title:
  rpy python module does not support the R shipped version (2.11.1)

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

[Bug 703504] Re: Sync gpxviewer 0.4.1-1 (universe) from Debian unstable (main)

2011-01-16 Thread Felix Geyer
** Changed in: gpxviewer (Ubuntu)
   Status: New = In Progress

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

Title:
  Sync gpxviewer 0.4.1-1 (universe) from Debian unstable (main)

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


Re: [Bug 397070] Re: Banshee lacks Jamendo integration

2011-01-16 Thread Chow Loong Jin
On Sunday 16,January,2011 06:09 PM, Pierre Slamich wrote:
 http://www.omgubuntu.co.uk/2010/11/banshee-gets-jamendo-support/
 

It's been packaged too, and is now in the Banshee unstable PPA.

-- 
Kind regards,
Loong Jin

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

Title:
  Banshee lacks Jamendo integration

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


[Bug 259982]

2011-01-16 Thread Sstangl
Closing old bug. Test case does not display a blank page for latest
nightly.

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

Title:
  firefox3 do not interprate function() syntax error

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


[Bug 159031] Re: computer freezes when sshfs blocks waiting for connection

2011-01-16 Thread Bud Maddock
My emacs session froze when sshfs disconnected.  After reading everything 
related to this bug and other similar bugs I have found a workaround but not a 
solution.  My system disconnected overnight but did not freeze after logging in 
with these lines
sudo fusermount -uz /mnt/remote
sudo sshfs -o ServerAliveInterval=15 xx@xx: /mnt/remote
In the morning the remote server did not recieve the changes to the file 
although they were apparently saved.  Mount returned fuse but not sshfs in its 
table and so these lines were used to reconnect without problems
sudo fusermount -uz /mnt/remote
sudo sshfs -o ServerAliveInterval=15 xx@xx: /mnt/remote -o nonempty
Note that ServerAliveInterval 15 is also in the config file but while it keeps 
a remote login alive (not overnight however) it does not effect the sshfs 
system.

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

Title:
  computer freezes when sshfs blocks waiting for connection

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


[Bug 10820] Re: clock doesn't deal well with transparent panel

2011-01-16 Thread Leon
It also affects me... The same thing on 3 different computers with
Ubuntu 10.10... And it is very ugly :/

The weird is that the clock applet and the indicator applet are from
default at the panel... And they do not become transparent..


** Attachment added: Screenshot.png
   
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/10820/+attachment/1795599/+files/Screenshot.png

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

Title:
  clock doesn't deal well with transparent panel

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


[Bug 703511] [NEW] wishlist: an autopopup for chat windows

2011-01-16 Thread hsyn
Public bug reported:

Binary package hint: empathy

an option to let empathy auto popup new message windows would be great.
depending on the visibility state

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: empathy 2.32.1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic i686
Architecture: i386
Date: Sun Jan 16 11:30:55 2011
ExecutablePath: /usr/bin/empathy
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
SourcePackage: empathy

** Affects: empathy (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/703511

Title:
  wishlist: an autopopup for chat windows

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


[Bug 703511] Re: wishlist: an autopopup for chat windows

2011-01-16 Thread hsyn


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

Title:
  wishlist: an autopopup for chat windows

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


[Bug 703461] Re: package mandvd (not installed) failed to install/upgrade: trying to overwrite '/usr/share/pixmaps/mandvd.png', which is also in package 2mandvd 0:1.4.4-1~getdeb1

2011-01-16 Thread Alessio Treglia
You have installed 2mandvd which causes this issue but it is not part of Ubuntu.
Please try to remove it then re-install mandvd.

Closing.

** Changed in: mandvd (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/703461

Title:
  package mandvd (not installed) failed to install/upgrade: trying to
  overwrite '/usr/share/pixmaps/mandvd.png', which is also in package
  2mandvd 0:1.4.4-1~getdeb1

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


[Bug 489830] Re: Settings of gpointing-device-settings are non-persistent

2011-01-16 Thread Thijs van Dijk
Martin's fix does not work for my Satellite L555 Ub10.10 64bit.
After setting  /apps/gnome_settings_daemon/plugins/mouse/active  to false, the 
problem persists.

If I set  /apps/gnome_settings_daemon/plugins/pointing-device/active  to
false as well, not only are the settings are not persistent after
logout/login, but changing them in gpointing-device-settings has no
effect. (I suppose this last bit was to be expected.)

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

Title:
  Settings of gpointing-device-settings are non-persistent

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


[Bug 269253] Re: ath5k with AR5424 fails at startup or resume

2011-01-16 Thread Cabalbl4
BTW I have noticed that this message, 
ath5k phy0: noise floor calibration timeout (2412MHz), appears at the kernel 
2.6.31-22 in karmic, esp. when transferring large files. It appears most on 
Ad-Hoc network (I may be wrong), but does not trigger disconnect as it is on 
later kernels. However, it seems that the network speed is drastically 
decreasing when it appears.

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

Title:
  ath5k with AR5424 fails at startup or resume

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


[Bug 259982] Re: firefox3 do not interprate function() syntax error

2011-01-16 Thread Bug Watch Updater
** Changed in: firefox
   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/259982

Title:
  firefox3 do not interprate function() syntax error

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


[Bug 558793] Re: net ads dns register fails in 2008 R2 domain

2011-01-16 Thread Bug Watch Updater
** Changed in: samba
   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/558793

Title:
  net ads dns register fails in 2008 R2 domain

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


[Bug 458637] Re: Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares

2011-01-16 Thread PhobosK
Ok, here is the debdiff for lucid, assuming it will be included in the
next samba 2:3.4.7~dfsg-1ubuntu3.3 version in the lucid-proposed.

It has not been tested if it works as supposed... I leave that to you...
Sorry...

The applied patch is from upstream -
https://bugzilla.samba.org/show_bug.cgi?id=7577 - (Patch for 3.4.x.),
and has been committed in samba's git  v3-4-test branch
(http://git.samba.org/samba.git/?p=samba.git;a=commitdiff;h=8564193ca6e023574764676088cafb7215f796f5).

For the impatient, I have added the lucid fixed version of samba to my PPA ( 
https://launchpad.net/~phobosk/+archive/phobosk-ppa )... I hope it will not 
have any problems working...
Please test it and post the results here...
Thanks

** Patch added: A debdiff file for Lucid, containing the upstream fix for the 
bug.
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/458637/+attachment/1795604/+files/samba_3.4.7%7Edfsg-1ubuntu3.3.debdiff

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

Title:
  Windows Live Sign-In assistant prevents samba from accessing Windows 7
  shares

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


[Bug 23475] Re: Cannot create a user håkan

2011-01-16 Thread Volodya
On Ubuntu 11.04 - the Natty Narwhal

Using Users and Groups from the menu disallows håkan, but warns about it 
stating that only some chars are allowed.
adduser warns, and then fails. from the warning it is not clear that adding a 
user has failed.
useradd works perfectly, but account is created in the disabled state, needs to 
be activated.

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

Title:
  Cannot create a user håkan

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

[Bug 703501] Re: [FTBFS] Source xpenguins-applet 2.1.1-8 in natty

2011-01-16 Thread Mahyuddin Susanto
build successfully with this patch:
https://launchpad.net/~udienz/+archive/experimental/+build/2156237
https://launchpad.net/~udienz/+archive/experimental/+build/2156238

** Patch added: xpenguins-applet_2.1.1-8ubuntu1.dsc.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/xpenguins-applet/+bug/703501/+attachment/1795605/+files/xpenguins-applet_2.1.1-8ubuntu1.dsc.debdiff

** Changed in: xpenguins-applet (Ubuntu)
   Status: In Progress = New

** Changed in: xpenguins-applet (Ubuntu)
 Assignee: Mahyuddin Susanto (udienz) = (unassigned)

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

Title:
  [FTBFS] Source xpenguins-applet 2.1.1-8 in natty

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


[Bug 703008] Re: Please merge ocfs2-tools 1.6.3-1 (main) from Debian unstable (main)

2011-01-16 Thread Angel Abad
** Changed in: ocfs2-tools (Ubuntu)
 Assignee: (unassigned) = Angel Abad (angelabad)

** Changed in: ocfs2-tools (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  Please merge ocfs2-tools 1.6.3-1 (main) from Debian unstable (main)

-- 
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-01-16 Thread cacula
I'm also having the same problem.

-- 
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 703513] Re: npviewer.bin crashed with SIGSEGV

2011-01-16 Thread Andree Wille

** Visibility changed to: Public

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

Title:
  npviewer.bin crashed with SIGSEGV

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


[Bug 703504] Re: Sync gpxviewer 0.4.1-1 (universe) from Debian unstable (main)

2011-01-16 Thread Launchpad Bug Tracker
This bug was fixed in the package gpxviewer - 0.4.1-1

---
gpxviewer (0.4.1-1) unstable; urgency=low

  * New upstream release
  * Converted to use dh sequencer, from cdbs
  * Python module now installed to private /usr/share/gpxviewer
 -- Andrew Gee and...@andrewgee.org   Sat, 15 Jan 2011 13:03:30 +

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

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

Title:
  Sync gpxviewer 0.4.1-1 (universe) from Debian unstable (main)

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


[Bug 703514] [NEW] wrong ownership on /dev/kvm (Maverick)

2011-01-16 Thread Marco Davids
Public bug reported:

Binary package hint: qemu-kvm

Installed qemu-kvm, but it was *very* slow (while using virt-manager).
Looked in /var/log/libvirt/qemu/.log and noticed that user libvirt-
qemu had no access to /dev/kvm (access denied error) and that it was
unable to use the KVM full virtualization support. Placing user libvirt-
qemu in the kvm group did not solve the issue.

Looked at /dev/kvm an noticed it was own by root.

Changed group ownership to kvm and, in combination with libvirt-qemu
being in the kvm-group, this dramatically increased the performance!

ls -al /dev/ | grep kvm
crw-rw  1 root kvm  10, 232 2011-01-15 22:06 kvm


lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.10
Release:10.10
Codename:   maverick

** Affects: qemu-kvm (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/703514

Title:
  wrong ownership on /dev/kvm (Maverick)

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


[Bug 703501] Re: [FTBFS] Source xpenguins-applet 2.1.1-8 in natty

2011-01-16 Thread Angel Abad
Hi  Mahyuddin, looks good, taking a look, please report changes to
Debian BTS. The  patch looks good, but we could try to make as minor
changes as possible in Debian packages, so, I think in the next FTBFS
the best is to patch only Makefile.in and dont touch Makefile.am since
we dont call automake.

Thanks for your work!

** Changed in: xpenguins-applet (Ubuntu)
 Assignee: (unassigned) = Angel Abad (angelabad)

** Changed in: xpenguins-applet (Ubuntu)
   Status: New = In Progress

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

Title:
  [FTBFS] Source xpenguins-applet 2.1.1-8 in natty

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


[Bug 703501] Re: [FTBFS] Source xpenguins-applet 2.1.1-8 in natty

2011-01-16 Thread Angel Abad
@Mahyuddin please add dep-3 headers to your patch with description, bugs
urls, etc...

- http://dep.debian.net/deps/dep3/

Best Regards,

** Changed in: xpenguins-applet (Ubuntu)
   Status: In Progress = New

** Changed in: xpenguins-applet (Ubuntu)
 Assignee: Angel Abad (angelabad) = (unassigned)

** Changed in: xpenguins-applet (Ubuntu)
   Status: New = Incomplete

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

Title:
  [FTBFS] Source xpenguins-applet 2.1.1-8 in natty

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


[Bug 703472] Re: apt.Package.installed is not multiarch-capable

2011-01-16 Thread Julian Andres Klode
A package has one architecture, and a version has one architecture. All
packages with one name, ignoring the architecture, are called groups in
APT, but the bindings are not there yet. I personally would like to see
multi-arch in dpkg and a test repository first, so we can try the code
when we write it.

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

Title:
  apt.Package.installed is not multiarch-capable

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


[Bug 703008] Re: Please merge ocfs2-tools 1.6.3-1 (main) from Debian unstable (main)

2011-01-16 Thread Angel Abad
Ok, uploaded... Thanks for your work!

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

Title:
  Please merge ocfs2-tools 1.6.3-1 (main) from Debian unstable (main)

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


[Bug 658198] Re: Fn key control of backlight broken after upgrade to 10.10

2011-01-16 Thread EboMike
The bug still persists in the latest update. Linux 2.6.35-25-generic
#43-Ubuntu SMP Thu Jan 6 22:25:21 UTC 2011 x86_64 GNU/Linux. Is there an
targeted kernel version in which the fix will be integrated? I don't
want to spam this list every time a new kernel update is out.

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

Title:
  Fn key control of backlight broken after upgrade to 10.10

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