[Bug 694114] Re: umountfs init job crashes with SIGSEGV when autofs is in use

2010-12-30 Thread Marcin Dylewski
I have fixed that issue by excluding autofs mounts from umounting during
shutdown. I am attaching patch to this post.


** Patch added: umountfs.patch
   
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/694114/+attachment/1779524/+files/umountfs.patch

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

Title:
  umountfs init job crashes with SIGSEGV when autofs is in use

-- 
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 695697] [NEW] libvirt not working properly with overlays

2010-12-30 Thread m00dawg
Public bug reported:

It appears as though libvirt is generating improper command-line
arguments to kvm when overlays are being used. When starting a VM
associated with an overlay via virsh, the VM complains that it cannot
find the boot drive. Starting it manually, however, works:

Here is what I was able to do in order to boot the VM using an overlay:

kvm -hda /VMs/Windows7DomainTest.ovl -m 512 -vnc 127.0.0.1:0

But here is what libvirt did:

LC_ALL=C
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin
QEMU_AUDIO_DRV=none /usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 1024 -smp
1,sockets=1,cores=1,threads=1 -name Windows7DomainTest -uuid a2556b35
-fe8d-303b-6cbe-fc795c647387 -nodefaults -chardev
socket,id=monitor,path=/var/lib/libvirt/qemu/Windows7DomainTest.monitor,server,nowait
-mon chardev=monitor,mode=readline -rtc base=localtime -boot c -drive
file=/VMs/Windows7DomainTest.ovl,if=none,id=drive-
ide0-0-0,boot=on,format=raw -device ide-drive,bus=ide.0,unit=0,drive
=drive-ide0-0-0,id=ide0-0-0 -device
rtl8139,vlan=0,id=net0,mac=52:54:00:88:6b:a6,bus=pci.0,addr=0x3 -net
tap,fd=35,vlan=0,name=hostnet0 -chardev pty,id=serial0 -device isa-
serial,chardev=serial0 -usb -device usb-tablet,id=input0 -vnc
127.0.0.1:0 -k en-us -vga std -device virtio-balloon-
pci,id=balloon0,bus=pci.0,addr=0x4

I was reading a few of the man pages and noticed that using the -boot
option may be an older way of doing it so I suspect that may be the
problem. However, I don't know how to make libvirt use the -hdX syntax
instead.

This is on Ubuntu 10.10 using libvirt 0.8.3.

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

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

Title:
  libvirt not working properly with overlays

-- 
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 695697] Re: libvirt not working properly with overlays

2010-12-30 Thread m00dawg
In case it is needed, here is a script I used to create my overlays:

r...@vmdawg:~# cat ovlvm.sh 
#!/bin/bash
FILE='-f /VMs/Domainator.ovl'
#DISK='--disk path=/dev/VMs/Win7Base'
#ISO='/mnt/iso/ubuntu-10.10-server-amd64.iso'
NAME='Domainator'
RAM='512'
OS='linux'
VARIANT='ubuntukarmic'
virt-install --connect qemu:///system -n $NAME -r $RAM $FILE \
--vnc --noautoconsole --accelerate --os-type $OS --os-variant $VARIANT \
--import

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

Title:
  libvirt not working properly with overlays

-- 
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 695719] [NEW] package samba-common (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-30 Thread rpwiz
Public bug reported:

Binary package hint: samba

installing samba from ubuntu software center...

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: samba-common (not installed)
ProcVersionSignature: Ubuntu 2.6.32-26.48-generic 2.6.32.24+drm33.11
Uname: Linux 2.6.32-26-generic i686
Architecture: i386
Date: Thu Dec 30 08:38:16 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
SourcePackage: samba
Title: package samba-common (not installed) failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

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

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

-- 
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 695719] Re: package samba-common (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-30 Thread rpwiz


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

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

-- 
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 695718] [NEW] squid SIGABRT on bad url_rewriter

2010-12-30 Thread crypt
Public bug reported:

Binary package hint: squid

While tried to implement videocache (http://cachevideos.com) I faced a
following bug. If /etc/squid/squid.conf includes following line:

url_rewrite_program /usr/bin/python /my_path_to/videocache/videocache.py

squid failed to start:

sympho build # squid -DN
Aborted (core dumped)

I rebuilded package without striping and got following backtrace:

(gdb) run -DN
Starting program: /usr/sbin/squid -DN
[Thread debugging using libthread_db enabled]

Program received signal SIGABRT, Aborted.
0x76e85a75 in *__GI_raise (sig=value optimized out) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:64
64  ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
 in ../nptl/sysdeps/unix/sysv/linux/raise.c
(gdb) bt
#0  0x76e85a75 in *__GI_raise (sig=value optimized out) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1  0x76e895c0 in *__GI_abort () at abort.c:92
#2  0x77f89205 in fatal (message=0x782da9e0 The url_rewriter 
helpers are crashing too rapidly, need help!\n) at tools.c:405
#3  0x77f89312 in fatalvf (fmt=value optimized out) at tools.c:436
#4  fatalf (fmt=value optimized out) at tools.c:425
#5  0x77f45141 in helperServerFree (fd=14, data=value optimized out) 
at helper.c:655
#6  0x77f26e4a in commCallCloseHandlers (fd=14) at comm.c:636
#7  0x77f27b83 in comm_close (fd=14) at comm.c:788
#8  0x77f44e38 in helperHandleRead (fd=14, data=0x783eaba8) at 
helper.c:731
#9  0x77f2a9fb in comm_call_handlers (msec=value optimized out) at 
comm_generic.c:264
#10 do_comm_select (msec=value optimized out) at comm_epoll.c:195
#11 comm_select (msec=value optimized out) at comm_generic.c:390
#12 0x77f5c6fc in main (argc=value optimized out, argv=value 
optimized out) at main.c:883
(gdb) s r
No symbol r in current context.
(gdb) i r
rax0x0  0
rbx0x782da9e0   140737357130208
rcx0x   -1
rdx0x6  6
rsi0x772c   30508
rdi0x772c   30508
rbp0x783e1bc8   0x783e1bc8
rsp0x7fffde28   0x7fffde28
r8 0x1  1
r9 0x0  0
r100x8  8
r110x202514
r120x783a30a0   140737357951136
r130x783a3080   140737357951104
r140xe  14
r150x8  8
rip0x76e85a75   0x76e85a75 *__GI_raise+53
eflags 0x202[ IF ]
cs 0x33 51
ss 0x2b 43
ds 0x0  0
es 0x0  0
fs 0x0  0
gs 0x0  0
(gdb) quit
A debugging session is active.

 Inferior 1 [process 30508] will be killed.

Quit anyway? (y or n) y

I believe that videocache helper is misconfigured but squid must handle
this situation correctly.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: squid 2.7.STABLE7-1ubuntu12
ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
Uname: Linux 2.6.32-27-generic x86_64
Architecture: amd64
Date: Thu Dec 30 21:28:31 2010
EcryptfsInUse: Yes
ProcEnviron:
 LC_TIME=C
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LC_MESSAGES=C
 SHELL=/bin/bash
SourcePackage: squid

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


** Tags: amd64 apport-bug lucid

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

Title:
  squid SIGABRT on bad url_rewriter

-- 
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 695718] Re: squid SIGABRT on bad url_rewriter

2010-12-30 Thread crypt

** Description changed:

  Binary package hint: squid
  
  While tried to implement videocache (http://cachevideos.com) I faced a
  following bug. If /etc/squid/squid.conf includes following line:
  
  url_rewrite_program /usr/bin/python /my_path_to/videocache/videocache.py
  
  squid failed to start:
  
  sympho build # squid -DN
  Aborted (core dumped)
  
- I rebuilded package without stripping and get following backtrace:
- 
+ I rebuilded package without striping and got following backtrace:
  
  (gdb) run -DN
  Starting program: /usr/sbin/squid -DN
  [Thread debugging using libthread_db enabled]
  
  Program received signal SIGABRT, Aborted.
  0x76e85a75 in *__GI_raise (sig=value optimized out) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:64
  64../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
-   in ../nptl/sysdeps/unix/sysv/linux/raise.c
+  in ../nptl/sysdeps/unix/sysv/linux/raise.c
  (gdb) bt
  #0  0x76e85a75 in *__GI_raise (sig=value optimized out) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:64
  #1  0x76e895c0 in *__GI_abort () at abort.c:92
  #2  0x77f89205 in fatal (message=0x782da9e0 The url_rewriter 
helpers are crashing too rapidly, need help!\n) at tools.c:405
  #3  0x77f89312 in fatalvf (fmt=value optimized out) at tools.c:436
  #4  fatalf (fmt=value optimized out) at tools.c:425
  #5  0x77f45141 in helperServerFree (fd=14, data=value optimized 
out) at helper.c:655
  #6  0x77f26e4a in commCallCloseHandlers (fd=14) at comm.c:636
  #7  0x77f27b83 in comm_close (fd=14) at comm.c:788
  #8  0x77f44e38 in helperHandleRead (fd=14, data=0x783eaba8) at 
helper.c:731
  #9  0x77f2a9fb in comm_call_handlers (msec=value optimized out) at 
comm_generic.c:264
  #10 do_comm_select (msec=value optimized out) at comm_epoll.c:195
  #11 comm_select (msec=value optimized out) at comm_generic.c:390
  #12 0x77f5c6fc in main (argc=value optimized out, argv=value 
optimized out) at main.c:883
  (gdb) s r
  No symbol r in current context.
  (gdb) i r
  rax0x00
  rbx0x782da9e0 140737357130208
  rcx0x -1
  rdx0x66
  rsi0x772c 30508
  rdi0x772c 30508
  rbp0x783e1bc8 0x783e1bc8
  rsp0x7fffde28 0x7fffde28
  r8 0x11
  r9 0x00
  r100x88
  r110x202  514
  r120x783a30a0 140737357951136
  r130x783a3080 140737357951104
  r140xe14
  r150x88
  rip0x76e85a75 0x76e85a75 *__GI_raise+53
  eflags 0x202  [ IF ]
  cs 0x33   51
  ss 0x2b   43
  ds 0x00
  es 0x00
  fs 0x00
  gs 0x00
  (gdb) quit
  A debugging session is active.
  
- Inferior 1 [process 30508] will be killed.
+  Inferior 1 [process 30508] will be killed.
  
  Quit anyway? (y or n) y
  
  I believe that videocache helper is misconfigured but squid must handle
  this situation correctly.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: squid 2.7.STABLE7-1ubuntu12
  ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
  Uname: Linux 2.6.32-27-generic x86_64
  Architecture: amd64
  Date: Thu Dec 30 21:28:31 2010
  EcryptfsInUse: Yes
  ProcEnviron:
-  LC_TIME=C
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  LC_MESSAGES=C
-  SHELL=/bin/bash
+  LC_TIME=C
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  LC_MESSAGES=C
+  SHELL=/bin/bash
  SourcePackage: squid

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

Title:
  squid SIGABRT on bad url_rewriter

-- 
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 695719] Re: package samba-common (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-30 Thread ElPasmo
Open a terminal from ApplicationsAccessoriesTerminal there type the
following

$ sudo apt-get clean; sudo apt-get update; sudo apt-get upgrade

After that, try to install samba again. Did it work?

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

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

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

-- 
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 694114] Re: umountfs init job crashes with SIGSEGV when autofs is in use

2010-12-30 Thread Brian Murray
** Tags added: patch

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

Title:
  umountfs init job crashes with SIGSEGV when autofs is in use

-- 
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 695825] [NEW] Ubuntu KVM error with guest memory 4gb ram

2010-12-30 Thread Neil Hunt
Public bug reported:

Binary package hint: qemu-kvm

1. Ubuntu 10.10 Maverick
2. qemu-kvm 12.5
3. We are supposed to be able to run guests on a 64-bit Linux at up to 512gb of 
ram, and I am only trying to run it with 8gb of ram and it is failing.

When I'm trying to launch a VM with more than 4gb RAM, I receive the
error message:

Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/engine.py, line 814, in run_domain
vm.startup()
  File /usr/share/virt-manager/virtManager/domain.py, line 1296, in startup
self._backend.create()
  File /usr/lib/python2.6/dist-packages/libvirt.py, line 333, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: internal error process exited while connecting to monitor: char 
device redirected to /dev/pts/5
qemu: without kvm support at most 4095 MB RAM can be simulated

I have the packages qemu-kvm, libvirt-bin, and virt-manager installed
from apt.

I see something about a patch being applied to qemu 12.0 that addresses this 
exact message, but the Ubuntu package qemu-kvm is 12.5 so it should be fixed?
http://www.spinics.net/lists/kvm/msg30336.html

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

Title:
  Ubuntu KVM error with guest memory 4gb ram

-- 
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 423252] Re: NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2 suexec, and atd

2010-12-30 Thread Howard Chu
For completeness' sake, another bug tracker with the same issue

https://bugs.g10code.com/gnupg/issue1181

** Bug watch added: GnuPG Bugs #1181
   https://bugs.g10code.com/gnupg/issue1181

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

Title:
  NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2 suexec, 
and atd

-- 
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 573171] Re: vmbuilder sometimes ignores --raw option

2010-12-30 Thread Jamie Jamison
I've had similar problems using --raw. Here is the vmbuilder debug
output from attempting to create an ubuntu guest using kvm and libvirt
on a system running 10.04. First I create a 22Gb qcow2 file with the
preallocation=metadata option, which preallocates the entire file.

r...@xx:/opt/virtual-machines# mkdir dev-6
r...@xx:/opt/virtual-machines# qemu-img create -f qcow2 -o 
preallocation=metadata ./dev-6/dev-6.qcow2 22G
Formatting 'dev-6.qcow2', fmt=qcow2 size=23622320128 encryption=off 
cluster_size=0 preallocation='metadata' 
r...@xx:/opt/virtual-machines# ls -al ./dev-6/dev-6.qcow2 
-rw-r--r-- 1 root root 23626186752 2010-12-30 17:18 ./dev-6/dev-6.qcow2
r...@xx:/opt/virtual-machines# file ./dev-6/dev-6.qcow2 
./dev-6/dev-6.qcow2: Qemu Image, Format: Qcow , Version: 2

This is the partition file that I use in vmbuilder.

r...@xx:/opt/virtual-machines# cat config/default.partition 
root 20480
swap 1024
---

This is the vmbuilder command I use to create the guest.

r...@xx:/opt/virtual-machines# vmbuilder kvm ubuntu -v --debug \
 --raw=/opt/virtual-machines/dev-6/dev-6.qcow2 \
 --part /opt/virtual-machines/config/default.partition --user=ubuntu 
--pass=ubuntu \
 --arch amd64 --suite lucid --flavour=virtual --mirror 
http://nas01.example.com/ubuntu/ \
 --timezone 'America/Los_Angeles' --mem 1024 --hostname dev-6 --domain 
example.com \
 --ip 192.168.1.75 --mask 255.255.255.0 --gw 192.168.1.1 --dns 192.168.1.5 \
--libvirt=qemu:///system --bridge=veth1 --addpkg=acpid --addpkg=openssh-server 
--addpkg=wget

The output from vmbuilder with the --debug and -v switch is attached.

As Curt reported the --raw option is ignored. vmbuilder created a new
directory called ubuntu-kvm and created two qcow2 files in it.

r...@xx:/opt/virtual-machines# ls -al ubuntu-kvm/
total 410848
drwxr-xr-x 2 root root  4096 2010-12-30 17:29 .
drwxr-xr-x 5 root root  4096 2010-12-30 17:25 ..
-rwx---r-x 1 root root96 2010-12-30 17:29 run.sh
-rw-r--r-- 1 libvirt-qemu kvm  420544512 2010-12-30 17:29 tmph29kxM.qcow2
-rw-r--r-- 1 libvirt-qemu kvm 393216 2010-12-30 17:29 tmpxxnl5e.qcow2

If I log into the system, after editing the XML definition with virsh to
change the disk type from raw to qcow2 so the guest will boot, this
is what df and fdisk show me.

ubu...@dev-6:~$ df
Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/sda1 19684932544728  18140256   3% /
none509476   156509320   1% /dev
none511832 0511832   0% /dev/shm
none51183232511800   1% /var/run
none511832 0511832   0% /var/lock
none511832 0511832   0% /lib/init/rw
ubu...@dev-6:~$ swapon -s
FilenameTypeSizeUsedPriority
/dev/sda2   partition   999416  0   -1

ubu...@dev-6:~$ sudo fdisk /dev/sda
[sudo] password for ubuntu: 

WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
 switch off the mode (command 'c') and change display units to
 sectors (command 'u').

Command (m for help): p

Disk /dev/sda: 22.5 GB, 22549626880 bytes
4 heads, 32 sectors/track, 344080 cylinders
Units = cylinders of 128 * 512 = 65536 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000b9abb

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   1  3124851023   83  Linux
/dev/sda2  312497  328112  999424   82  Linux swap / Solaris

Command (m for help): quit

ubu...@dev-6:~$ ls -al /dev/sdb
brw-rw 1 root disk 8, 16 2010-12-30 17:49 /dev/sdb
ubu...@dev-6:~$ sudo fdisk /dev/sdb
You must set cylinders.
You can do this from the extra functions menu.

WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
 switch off the mode (command 'c') and change display units to
 sectors (command 'u').

Command (m for help): p

Disk /dev/sdb: 1 MB, 1048576 bytes
255 heads, 63 sectors/track, 0 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000d3dc9

So my partition file was read, although it looks as if I should delete
the --- at the end of it as this causes a 1M /dev/sdb to be created. Am
I not understanding what --raw is supposed to do?



** Attachment added: vmbuilder output with --debug and -v flags
   
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/573171/+attachment/1780047/+files/attachment.txt

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

Title:
  vmbuilder sometimes ignores --raw option


[Bug 659400] Re: package mysql-server-5.1 5.1.41-3ubuntu12 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2010-12-30 Thread Launchpad Bug Tracker
[Expired for mysql-dfsg-5.1 (Ubuntu) because there has been no activity
for 60 days.]

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

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

Title:
  package mysql-server-5.1 5.1.41-3ubuntu12 failed to install/upgrade: Package 
is in a very bad inconsistent state - you should  reinstall it before 
attempting a removal.

-- 
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 666177] Re: Not able to use Network Printer

2010-12-30 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Not able to use Network Printer

-- 
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 659047] Re: updated to 10.10 got 'E: squid: subprocess installed post-installation script returned error exit status 1 E: gadmin-squid: dependency problems - leaving unconfigured E: gadmintools:

2010-12-30 Thread Launchpad Bug Tracker
[Expired for squid (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  updated to 10.10 got 'E: squid: subprocess installed post-installation script 
returned error exit status 1 E: gadmin-squid: dependency problems - leaving 
unconfigured E: gadmintools: dependency problems - leaving unconfigured   '

-- 
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 656727] Re: Samba PDC breaks after recent update

2010-12-30 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Samba PDC breaks after recent update

-- 
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 695605] [NEW] No sound when volume reduced to about 20%

2010-12-30 Thread forestpiskie
Public bug reported:

Binary package hint: pulseaudio

Reducing the volume leads to an abrupt loss of sound at approximately
20%.

Maverick fully updated.

Had the same in the last at least 2 releases.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic i686
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  kevin  1610 F pulseaudio
 /dev/snd/pcmC0D0p:   kevin  1610 F...m pulseaudio
 /dev/snd/timer:  kevin  1610 f pulseaudio
Card0.Amixer.info:
 Card hw:0 'Audigy'/'SB Audigy 1 [SB0090] (rev.3, serial:0x511102) at 0xbc00, 
irq 20'
   Mixer name   : 'TriTech TR28602'
   Components   : 'AC97a:54524123'
   Controls  : 194
   Simple ctrls  : 30
Date: Thu Dec 30 07:47:08 2010
ExecutablePath: /usr/bin/pulseaudio
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release Candidate i386 
(20100928)
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: pulseaudio
dmi.bios.date: 02/24/2006
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 1.13
dmi.board.name: 09AC
dmi.board.vendor: MSI
dmi.chassis.asset.tag: CZC6181N8D
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr1.13:bd02/24/2006:svnHewlett-Packard:pnHPdx5150MT:pvr:rvnMSI:rn09AC:rvr:cvnHewlett-Packard:ct3:cvr:
dmi.product.name: HP dx5150 MT
dmi.sys.vendor: Hewlett-Packard
mtime.conffile..etc.pulse.default.pa: 2010-10-22T07:28:05.940354

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


** Tags: apport-bug i386 maverick ubuntu-une

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

Title:
  No sound when volume reduced to about 20%

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


[Bug 695605] Re: No sound when volume reduced to about 20%

2010-12-30 Thread forestpiskie


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

Title:
  No sound when volume reduced to about 20%

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


[Bug 631665] Re: Calculator does not show thousands seperator despite being chosen in preferences

2010-12-30 Thread rusivi2
Works as intended in Maverick. Marking Fix Released.

lsb_release -rd
Description:Ubuntu 10.10
Release:10.10

 apt-cache policy gcalctool
gcalctool:
  Installed: 5.32.0-0ubuntu4
  Candidate: 5.32.0-0ubuntu4
  Version table:
 *** 5.32.0-0ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick-updates/main i386 
Packages
100 /var/lib/dpkg/status
 5.32.0-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick/main i386 Packages

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

** Changed in: gcalctool (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/631665

Title:
  Calculator does not show thousands seperator despite being chosen in 
preferences

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


[Bug 674876] Re: Nautilus keeps opening when ubuntu one plugin is installed

2010-12-30 Thread Africanus
I solved or worked around the problem using this link:

https://wiki.ubuntu.com/UbuntuOne/Bugs

this section:

ROOT_MISMATCH in syncdaemon.log - This normally indicates that there may
be two Ubuntu One accounts, one in the local cache and another setup in
the keyring. This happens if the user installed Ubuntu One with one
account and then sets up the computer again with a different account
(but all the old Ubuntu One files in ~/.local/share/ubuntuone are still
there under the old account). Working around this:

Open Applications-Accessories-Terminal and run:

  u1sdtool -q; killall ubuntuone-login ubuntuone-preferences;
  sudo rm -rf ~/.local/share/ubuntuone
  rm -rf ~/.cache/ubuntuone
  rm -rf ~/.config/ubuntuone
  mv ~/Ubuntu\ One/ ~/Ubuntu\ One_old/ 
Open Applications-Accessories-Passwords and Encryption Keys, go to the 
Passwords tab, delete the Ubuntu One and Desktopcouch tokens by right-clicking 
on them and selecting Delete

Back in a terminal session, run:
  u1sdtool -q; killall ubuntuone-login; u1sdtool -c

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

Title:
  Nautilus keeps opening when ubuntu one plugin is installed

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


[Bug 695605] Re: No sound when volume reduced to about 20%

2010-12-30 Thread Jacky Alcine
** Changed in: pulseaudio (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/695605

Title:
  No sound when volume reduced to about 20%

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


[Bug 695609] [NEW] Menu items are displayed in English (zh_CN locale), while other parts are Chinese

2010-12-30 Thread Aron Xu
Public bug reported:

Binary package hint: chmsee

Menu items are displayed in English (zh_CN locale), while other parts
are Chinese. See screenshot.

I am running 10.04.1, chmsee version 1.0.7-1.2ubuntu1.

** Affects: chmsee (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/695609

Title:
  Menu items are displayed in English (zh_CN locale), while other parts are 
Chinese

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


[Bug 695609] Re: Menu items are displayed in English (zh_CN locale), while other parts are Chinese

2010-12-30 Thread Aron Xu

** Attachment added: Screenshot_001.png
   
https://bugs.launchpad.net/bugs/695609/+attachment/1779422/+files/Screenshot_001.png

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

Title:
  Menu items are displayed in English (zh_CN locale), while other parts are 
Chinese

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


[Bug 668554] Re: Blank display at startup in Sony Vaio CW series

2010-12-30 Thread hansioux
does these kernels also work for Sony VAIO ZPCZ1 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/668554

Title:
  Blank display at startup in Sony Vaio CW series

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


[Bug 695520] Re: Apport service does not start in natty

2010-12-30 Thread Atanas Atanasov
That was the issue. Thank you.

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

Title:
  Apport service does not start in natty

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


[Bug 695611] [NEW] palimpsest cannot recognize NTFS volumes that it previously created upon RAID arrays

2010-12-30 Thread Tim Kuechler
Public bug reported:

Binary package hint: gnome-disk-utility

Ubuntu 10.10
gnome-disk-utility: 2.30.1-2

Steps to reproduce:

1) Use mdadm to create a RAID array.  Example:

Mount four unpartitioned, unformatted disks the do this:

sudo mdadm --create --verbose /dev/md0 --metadata 1.2 --level=10 --raid-
devices=4 /dev/sdb /dev/sdc /dev/sdd /dev/sde

2) Open palimpsest and format /dev/mdo as a volume (no partition table)
and as an NTFS volume)

3) Mount /dev/mdo using name and using palimsest to mount it.  (it
mounts at /media/name)

4) Make the following entry in /etc/mdadm/mdadm.conf:

ARRAY /dev/md0 level=raid10 num-devices=4 metadata=01.02 name=ubuntu-
server:0 UUID=c60eb2ea:6a911abf:75743422:12ffb49d

5) Make a mount entry in /etc/fstab for example:

UUID=23559D7F45CD5191   /media/blissntfs
rw,utf8,uid=iceman,gid=iceman,umask=0770
0

6) Reboot

7) When the system comes back up open palimpsest and notice that the
partition map for /dev/mdo is hooped.  Also palimsest no longer seems to
know that /dev/md0 is mounted.

Please see the detailed description of this issue in the following forum
thread.  I am the forum member icestation.

http://ubuntuforums.org/showthread.php?t=1610861

** Affects: gnome-disk-utility (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/695611

Title:
  palimpsest cannot recognize NTFS volumes that it previously created upon RAID 
arrays

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


[Bug 664643] Re: duplicate icons and icons displayed with white/black bars in gnome panel

2010-12-30 Thread AndreK
just expired, but still existing bug.
I took a new screenshot (attached) - this time no bars around jungle disk, but 
two icons, fully working (click/rightclick) - only one jungledisk process is 
running. 
Tiny bars above/below VNC icon.

** Attachment added: double today.png
   
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/664643/+attachment/1779431/+files/double%20today.png

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

Title:
  duplicate icons and icons displayed with white/black bars in gnome panel

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


[Bug 634837] Re: VLC seems to open twice when I click on DVD iso image

2010-12-30 Thread csy33delight
I checked under Maverick and this bug has been solved

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

Title:
  VLC seems to open twice when I click on DVD iso image

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


[Bug 695610] Re: npviewer.bin crashed with SIGSEGV

2010-12-30 Thread Vladimir Kolesnikov
** 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/695610

Title:
  npviewer.bin crashed with SIGSEGV

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


[Bug 695043] Re: LiveRadio plugin doesn't play the shoucasts stations

2010-12-30 Thread axel
~ $ banshee --debug
** Running Mono with --debug   **
[1 Info  09:25:21.370] Running Banshee 1.8.0: [Ubuntu 10.04.1 LTS (linux-gnu, 
i486) @ 2010-09-30 23:38:39 UTC]
[1 Debug 09:25:21.427] Initializing GTK
[1 Debug 09:25:23.660] Post-Initializing GTK
[1 Debug 09:25:23.700] Configuration client extension loaded 
(Banshee.GnomeBackend.GConfConfigurationClient)
[1 Debug 09:25:23.711] Using default gconf-base-key
[1 Debug 09:25:23.830] Bus.Session.RequestName ('org.bansheeproject.Banshee') 
replied with PrimaryOwner
[1 Debug 09:25:23.974] Core service started (DBusServiceManager, 0,002176)
[1 Debug 09:25:23.978] Registering remote object 
/org/bansheeproject/Banshee/DBusCommandService 
(Banshee.ServiceStack.DBusCommandService) on org.bansheeproject.Banshee
[1 Debug 09:25:24.005] Core service started (DBusCommandService, 0,029931)
[1 Debug 09:25:24.276] Opened SQLite (version 3.6.22) connection to 
/home/amon37/.config/banshee-1/banshee.db
[1 Debug 09:25:24.277] Core service started (DbConnection, 0,271418)
[1 Debug 09:25:24.284] Database version 43 is up to date
[1 Debug 09:25:24.388] Core service started (PreferenceService, 0,03417)
[1 Debug 09:25:24.399] Core service started (Network, 0,011849)
[1 Debug 09:25:24.406] Registering remote object 
/org/bansheeproject/Banshee/SourceManager (Banshee.Sources.SourceManager) on 
org.bansheeproject.Banshee
[1 Debug 09:25:24.406] Core service started (SourceManager, 0,006363)
[1 Debug 09:25:24.432] Core service started (MediaProfileManager, 0,000418)
[1 Debug 09:25:24.455] Registering remote object 
/org/bansheeproject/Banshee/PlayerEngine 
(Banshee.MediaEngine.PlayerEngineService) on org.bansheeproject.Banshee
[1 Debug 09:25:24.459] Core service started (PlayerEngine, 0,027121)
[1 Debug 09:25:24.540] Registering remote object 
/org/bansheeproject/Banshee/PlaybackController 
(Banshee.PlaybackController.PlaybackControllerService) on 
org.bansheeproject.Banshee
[1 Debug 09:25:24.541] Core service started (PlaybackController, 0,004138)
[1 Debug 09:25:24.561] Starting - Startup Job
[1 Debug 09:25:24.564] Core service started (JobScheduler, 0,022914)
[1 Debug 09:25:24.604] IO provider extension loaded (Banshee.IO.Gio.Provider)
[1 Debug 09:25:24.696] Loaded HardwareManager backend: Banshee.Hardware.Gio
[1 Debug 09:25:24.699] Core service started (HardwareManager, 0,135383)
[1 Debug 09:25:24.703] Bus.Session.RequestName 
('org.bansheeproject.CollectionIndexer') replied with PrimaryOwner
[1 Debug 09:25:24.706] Registering remote object 
/org/bansheeproject/Banshee/CollectionIndexerService 
(Banshee.Collection.Indexer.CollectionIndexerService) on 
org.bansheeproject.CollectionIndexer
[1 Debug 09:25:24.707] Core service started (CollectionIndexerService, 0,007519)
[1 Debug 09:25:24.716] Core service started (SaveTrackMetadataService, 0,00856)
[1 Debug 09:25:24.753] Adding icon theme search path: /usr/share/banshee-1/icons
[1 Debug 09:25:24.754] Core service started (GtkElementsService, 0,038262)
[1 Debug 09:25:24.757] Core service started (InterfaceActionService, 0,00261)
[1 Debug 09:25:24.940] Extension actions loaded: MetadataFixActions
[1 Debug 09:25:24.941] Registering remote object 
/org/bansheeproject/Banshee/GlobalUIActions (Banshee.Gui.GlobalActions) on 
org.bansheeproject.Banshee
[1 Debug 09:25:24.942] Album artwork path set to /home/amon37/.cache/media-art
[1 Debug 09:25:25.013] Core service started (ArtworkManager, 0,072561)
[1 Debug 09:25:25.014] Core service started (BookmarksService, 0,000253)
[1 Debug 09:25:25.907] Constructed Nereid interface: 0,837395
[1 Debug 09:25:26.075] Creating new surface cache for 90px images, capped at 
0,37 MiB (12 items)
[1 Debug 09:25:26.285] Registering remote object 
/org/bansheeproject/Banshee/ClientWindow (Nereid.PlayerInterface) on 
org.bansheeproject.Banshee
[1 Debug 09:25:26.285] Core service started (NereidPlayerInterface, 1,271366)
[1 Debug 09:25:26.291] Instantiating LCD service
[1 Debug 09:25:26.292] Initializing LCD service
[1 Debug 09:25:26.367] Connecting to localhost:13666
[1 Debug 09:25:26.402] Extension service started (LCDService, 0,115566)
[2 Debug 09:25:26.447] Connected to localhost:13666
[2 Debug 09:25:26.498] Created LCD (width: 20, height: 4, cellwidth: 5, 
cellheight: 8)
[2 Debug 09:25:26.504] Connected to LCDproc
[1 Debug 09:25:26.696] Extension service started (GStreamerCoreService, 
0,293651)
[1 Debug 09:25:26.697] Extension service started (DapService, 0,001732)
[1 Info  09:25:26.727] [Streamrecorder.Gst.Marshaller] gstreamer version found: 
GStreamer 0.10.28
[1 Debug 09:25:26.729] [Streamrecorder] GstPlugin lame found
[1 Debug 09:25:26.730] [Streamrecorder] GstPlugin vorbis found
[1 Debug 09:25:26.730] [Streamrecorder] GstPlugin flac found
[1 Debug 09:25:26.733] Extension service started (StreamrecorderService, 
0,035245)
[1 Info  09:25:26.741] Updating web proxy from GConf
[1 Debug 09:25:26.749] Direct connection, no proxy in use
[1 Debug 09:25:26.773] Extension service started (GnomeService, 0,040201)

[Bug 672761] Re: frequent wireless disconnections (rt2651/rt61pci and rtl-8185/rtl8180) with linux 2-6-35-22 and 23/2-6-37.020637rc1/2-6-37-2

2010-12-30 Thread Vidar Hoel
*** This bug is a duplicate of bug 665364 ***
https://bugs.launchpad.net/bugs/665364

** This bug has been marked a duplicate of bug 665364
   RT2561 (rt61pci) connectivity close to unusable again
 * You can subscribe to bug 665364 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/665364/+subscribe

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

Title:
  frequent wireless disconnections (rt2651/rt61pci and rtl-8185/rtl8180) with 
linux 2-6-35-22 and 23/2-6-37.020637rc1/2-6-37-2

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


[Bug 665364] Re: RT2561 (rt61pci) connectivity close to unusable again

2010-12-30 Thread Vidar Hoel
Linux Kernel Bugzilla: http://bugzilla.kernel.org/show_bug.cgi?id=14693

** Bug watch added: Linux Kernel Bug Tracker #14693
   http://bugzilla.kernel.org/show_bug.cgi?id=14693

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

Title:
  RT2561 (rt61pci) connectivity close to unusable again

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

2010-12-30 Thread Radosław Piliszek
Ctrl+Alt+F1
sudo -i
pkill dbus
wpa_passphrase ESSID  myconf
(now write the passphrase) RETURN
wpa_supplicant -iwlan0 -cmyconf -Dwext -B
dhclient wlan0
wget .

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


Re: [Compiz] [Bug 631664] Re: Clock / calendar / locations applet opens on wrong position of screen

2010-12-30 Thread Sam SmSpillaz Spilsbury
On Thu, Dec 30, 2010 at 11:48 AM, Sadashiv 631...@bugs.launchpad.net wrote:
 Thanks kantastisk !. It works now.  I guess its the problem of Compiz :)
 .Hope they fix it in Natty!


It is fixed in natty.

 --
 You received this bug notification because you are a member of compiz
 packagers, which is subscribed to compiz in ubuntu.
 https://bugs.launchpad.net/bugs/631664

 Title:
  Clock / calendar / locations applet opens on wrong position of screen

 ___
 Mailing list: https://launchpad.net/~compiz
 Post to     : com...@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~compiz
 More help   : https://help.launchpad.net/ListHelp



-- 
Sam Spilsbury

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

Title:
  Clock / calendar / locations applet opens on wrong position of screen

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

Re: [Bug 619204] Re: LTSP Lucid doesn't work with etherboot clients

2010-12-30 Thread domenec
The workaround that I found is to boot clients with a CDROM burnt with the
gpxe-1.0.1-gpxe.iso image.

I haven't tried the .dsk image (foo floppy) of this gpxe version

Domènec Arcalís

2010/12/29 ty debelser 619...@bugs.launchpad.net

 I have exactly the same issue with my system at home.  Worked fine with
 Hardy ltsp but when I installed 10.10 my diskless workstation terminal no
 longer boots.  Does do the ..done and then sits forever.  I
 can boot either of my laptops as terminals using pxe so I believe ltsp is
 Ok, just a problem with etherboot.
 this is preventing us from updating Ubuntu at work as there we run a dozen
 Diskless workstations terminals, all with etherboot.

 Any solutions

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

 Title:
   LTSP Lucid doesn't work with etherboot clients

 Status in Ubuntu:
  New

 Bug description:
  Until now I had a Debian Lenny box working fine as an LTSP server.
 Thin clients connected via etherboot (booting with a diskette) and loaded
 nbi.img from the server, or via PXE if they could be able.
 The server is Pertium Core Duo 7300. DHCP is provided by another server in
 the same network.

 I installed in the same computer a Lucid Lynx in the standard way (as a
 standalone machine). Afther that, I did
 - sudo aptitude install ltsp-server openssh-server
 - sudo dpkg-reconfigure -plow nbd -server (to create the config file, with
 the exports and ports)
 - sudo ltsp-build-client
 - sudo ltsp-update-sshkeys
 - sudo ltsp-update-image

 All these steps were done fine, without any error message.

 The installation works fine with PXE clients, such as laptops, but it
 doesn't work with etherboot clients, booting from floppies (I tried some of
 them, that were previously working). Thin clients boot, find DHCP server,
 get an IP address, get nbi.img (a lot of dots appear, as usual), the word
 done appear after the dots, and that's all. It hangs up. No more messages.
 No logs anywhere. I have not any clue to know what is going on.

 The worst of all is that it doesn't give any clues: no messages, no logs,
 and I couldn't find anything similar by googling. Except Launchpad Question
 118802, which I think that describes the same problem in another
 environment.

 Thanks in advance




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


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

Title:
  LTSP Lucid doesn't work with etherboot clients

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

[Bug 70610] Re: Unable to uncompress .Z files without a compress binary

2010-12-30 Thread Hrvoje Nikšić
Since there was no activity here, I forwarded this report upstream and
received information from Paul Eggert that the bug has been fixed in tar
1.25.

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

Title:
  Unable to uncompress .Z files without a compress binary

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


[Bug 695611] Re: palimpsest cannot recognize NTFS volumes that it previously created upon RAID arrays

2010-12-30 Thread Tim Kuechler
I later installed

ntfsprogs:
  Installed: 2.0.0-1ubuntu4

This did not help.  Also, from the thread mentioned in the original bug
report, this problem is affecting at least 2 people.

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

Title:
  palimpsest cannot recognize NTFS volumes that it previously created upon RAID 
arrays

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


[Bug 695320] Re: HD Access Light Constantly Lit

2010-12-30 Thread Fabio Marconi
Hello Jon
please run in a terminal 
apport-collect 695320
Thanks
Fabio

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

Title:
  HD Access Light Constantly Lit

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


[Bug 695615] [NEW] package tex-common 2.06 fai led to install/upgrade: el subproceso script post-instal lation instalado devolvió el código de salida de error 1

2010-12-30 Thread cecilia
Public bug reported:

Binary package hint: tex-common

The actualization is not complete.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: tex-common 2.06
ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
Uname: Linux 2.6.32-27-generic x86_64
Architecture: amd64
Date: Thu Dec 30 09:27:03 2010
ErrorMessage: el subproceso script post-installation instalado devolvió el 
código de salida de error 1
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
PackageArchitecture: all
SourcePackage: tex-common
Title: package tex-common 2.06 failed to install/upgrade: el subproceso script 
post-installation instalado devolvió el código de salida de error 1

** Affects: tex-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package lucid

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

Title:
  package tex-common 2.06 failed to install/upgrade: el subproceso script 
post-installation instalado devolvió el código de salida de error 1

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

[Bug 695615] Re: package tex-common 2.06 failed to install/upgrade: el subproceso script post-installati on instalado devolvió el código de salida de err or 1

2010-12-30 Thread cecilia


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

Title:
  package tex-common 2.06 failed to install/upgrade: el subproceso script 
post-installation instalado devolvió el código de salida de error 1

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

[Bug 695407] Disable the Hebrew translation

2010-12-30 Thread Yaron

 Quoting Yaron (sh.ya...@gmail.com):
  Actually for each and every CLI string but we have to start somewhere ☺

 And these CLI packages are 99% of the time used in GUI terminals where
 they are very well displayed.

They are well displayed in Konsole and MLterm but not in gnome-terminal (see
bug https://bugs.launchpad.net/vte/+bug/263822)


 This comment could be made for all complex languages as well
 (combining Asian languages). I think that disabling translations for
 all complex languages *because* they are badly displayed at the
 console (which, nowadays, nobody is using anymore, let's be
 realistic!) is completely the wrong answer to the problem.

Well, most of us use gnome-terminal on a daily basis, and some apps still
display a small vte inside them when you click Advanced for example (the
Ubuntu installation is a good example in this case and the Hebrew there is
reversed, I checked that).


 apt commands, in an Hebrew locale, display perfectly well in
 gnome-terminal, konsole and any other application that properly deals
 with LTR on any system that has the appropriate font(s). The same
 stands for Khmer, Dzongkha, Thai, etc.

Actually they are not ☺
The fonts appear but in the opposite direction.


 I know that l10n effort has been stopped on CLI apps for Hebrew for
 such reasons...and I still believe these are wrong reasons, but I
 can't force you guys to reconsider this..:-).but please don't try
 or suggest this could be applied to everything, and particularly to
 other languages.

I don't want to cope this change on Arabic and Persian but they suffer from
the same problem as well, you can see for your self in the bug report I
added earlier.

I didn't say anything about other languages.

I only asked to remove he from LINGUAS, that's it...


 And, btw, Hebrew translations are disabled in apt since 0.7.25 (Debian
 bug #534992). So, this bug report should be closed in Launchpad as I
 guess this is fixed in recent Ubuntu versions. Finding which one is an
 exercise left to the reader (and to those people who are able to find
 their way in the jungle of Ubuntu versions).

I am using Ubuntu 10.10 in Hebrew and I can still see the translations so
apparently it wasn't fixed or the fix did not make it into Ubuntu.

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

Title:
  Disable the Hebrew translation

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

[Bug 695617] [NEW] offer two state toggle for sticky keys

2010-12-30 Thread Dan Allen
Public bug reported:

Binary package hint: gnome-settings-daemon

Sticky keys offer a simpler way to initiate multi-key shortcuts
involving modifiers. While handicapped users can certainly benefit, I
believe sticky keys can be very powerful and useful for any user. It's
common sense. It requires much less dexterity to enter three keys in
sequence than trying to press them down all at once.

However, the use of sticky keys can quickly become an annoyance when
modifier keys are left in their sticky state. This happens to me all the
time. I press down the modifier, but then perhaps I decide I don't need
it. But you have to tend to it or else your next key or mouse button
press is going to be combined with the active modifier. You deactive the
key by pressing it again and again (or hitting Esc).

What keeps biting me is the necessity to press the active modifier key
twice rather than just once.

You have to click the activate modifier twice to cycle through the
locked sticky state, then on to the inactive state. In short, there are
three states, instead of the desired two states:

- inactive
- active (transient)
- locked

I'm *constantly* banging on the keys to tare them (set them all
inactive). I almost never want to use the locked state and cycling
through it is a major annoyance. I'd like to be able to eliminate that
state as an option.

It should be noted that the sticky keys feature in KDE only has two
states: inactive and active. There is no locked state. I think Gnome
should at least accommodate that use case.

** Affects: gnome-settings-daemon (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/695617

Title:
  offer two state toggle for sticky keys

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


[Bug 695617] Re: offer two state toggle for sticky keys

2010-12-30 Thread Dan Allen
Ubuntu QA is working on addressing a similar issue of the stick keys
getting left in an active or locked state.

http://brainstorm.ubuntu.com/idea/26323

I think this is a multi-faceted issue (which means the problem presents
itself in different ways). I'll provide some insight into the possible
solutions:

timeout - most of the time, when you are issuing a key binding sequence
w/ sticky keys, its going to happen pretty quickly. So a timeout of a
few seconds would alleviate a lot of lingering sticky keys problems

two state toggle - this just makes it less steps to get a modifier back
in the inactive state

clear - sometimes you just need to reset all the sticky keys rather than
try to figure out which keys need to be hit to switch them to inactive.
A clear key binding or button would be very helpful in these cases.

I also want to mention my use case, so that it's clear how important
this feature is for users and especially developers. If I want to open a
Java file in Eclipse, the key combination is:

CtrlShiftt

Trying to press those three characters all at once is a challenge, like
playing twister with your fingers. It's so much easier to type one key
at a time in a sort of bounce motion:

Ctrl
Shift
t

What we are trying to address in this bug is when you press

Ctrl

Then decide to take a different course. You have to go back and address
the active sticky state of Ctrl before you do anything else.
Currently, I have to bang out:

Ctrl
Ctrl

I'd like to limit this to just one, or let it timeout after a few
seconds.

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

Title:
  offer two state toggle for sticky keys

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


[Bug 695564] Re: Clicking Places = Home Folder opens VLC media player

2010-12-30 Thread Robert Roth
*** This bug is a duplicate of bug 667071 ***
https://bugs.launchpad.net/bugs/667071

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

Bug #667071 is the same bug, but with Archive manager opening all times,
so something is changing folder associations to the wrong application.
Please see comment 10 of bug #667071 for a workaround.

** This bug has been marked a duplicate of bug 667071
   archive manager
 * You can subscribe to bug 667071 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/667071/+subscribe

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

Title:
  Clicking Places = Home Folder opens VLC media player

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


[Bug 695554] Re: package sabayon 2.29.5-0ubunt u1 failed to install/upgrade: el subproceso script post- installation instalado devolvió el código de sal ida de error 1

2010-12-30 Thread Robert Roth
*** This bug is a duplicate of bug 695553 ***
https://bugs.launchpad.net/bugs/695553

** This bug has been marked a duplicate of bug 695553
   package sabayon 2.29.5-0ubuntu1 failed to install/upgrade: el subproceso 
script post-installation instalado devolvió el código de salida de error 1
 * You can subscribe to bug 695553 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/sabayon/+bug/695553/+subscribe

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

Title:
  package sabayon 2.29.5-0ubuntu1 failed to install/upgrade: el subproceso 
script post-installation instalado devolvió el código de salida de error 1

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

Re: [Bug 695320] Re: HD Access Light Constantly Lit

2010-12-30 Thread Jon Pennington
With Maverick or Natty installed?

On Thu, Dec 30, 2010 at 10:03 AM, Fabio Marconi
marconifa...@ubuntu-it.org wrote:
 Hello Jon
 please run in a terminal
 apport-collect 695320
 Thanks
 Fabio

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

 Title:
  HD Access Light Constantly Lit

 Status in Ubuntu:
  Incomplete

 Bug description:
  Using the -22 or -24 kernel package on an amd64 machine, with or without all 
 Ubuntu updates, the hd access light rarely (if ever) turns off. This happens 
 with either the stock 250GB 5400 RPM SATA drive or my new 64GB Sandforce 1222 
 SSD. With the stock drive installed, the hd access light doesn't seem to 
 correlate with the sound of the disk actually doing anything; the light is on 
 even when the disk isn't making any noise at all.

 ProblemType: Bug
 DistroRelease: Ubuntu 10.10
 Package: linux-image-2.6.35-22-generic 2.6.35-22.33
 Regression: No
 Reproducible: Yes
 ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
 Uname: Linux 2.6.35-22-generic x86_64
 AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
 Architecture: amd64
 ArecordDevices:
   List of CAPTURE Hardware Devices 
  card 0: SB [HDA ATI SB], device 0: ALC272X Analog [ALC272X Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
 AudioDevicesInUse:
  USER        PID ACCESS COMMAND
  /dev/snd/controlC0:  jon        2015 F pulseaudio
 CRDA: Error: [Errno 2] No such file or directory
 Card0.Amixer.info:
  Card hw:0 'SB'/'HDA ATI SB at 0xf230 irq 16'
   Mixer name   : 'Realtek ALC272X'
   Components   : 'HDA:10ec0272,10250489,0011'
   Controls      : 17
   Simple ctrls  : 10
 Card1.Amixer.info:
  Card hw:1 'HDMI'/'HDA ATI HDMI at 0xf221 irq 19'
   Mixer name   : 'ATI RS690/780 HDMI'
   Components   : 'HDA:1002791a,00791a00,0010'
   Controls      : 4
   Simple ctrls  : 1
 Card1.Amixer.values:
  Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
 Date: Wed Dec 29 04:47:18 2010
 HibernationDevice: RESUME=UUID=938aea55-aeb5-434d-85f1-7704686e23b9
 MachineType: Acer Aspire 5252
 ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
 root=UUID=39172192-933d-48d9-b27f-323ff9372b65 ro quiet splash
 ProcEnviron:
  LANG=en_US.UTF-8
  SHELL=/bin/bash
 RelatedPackageVersions: linux-firmware 1.38
 RfKill:
  0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
 SourcePackage: linux
 dmi.bios.date: 12/02/2010
 dmi.bios.vendor: Acer
 dmi.bios.version: V2.06
 dmi.board.name: JE51_DN
 dmi.board.vendor: Acer
 dmi.board.version: V2.06
 dmi.chassis.type: 10
 dmi.chassis.vendor: Acer
 dmi.chassis.version: V2.06
 dmi.modalias: 
 dmi:bvnAcer:bvrV2.06:bd12/02/2010:svnAcer:pnAspire5252:pvrV2.06:rvnAcer:rnJE51_DN:rvrV2.06:cvnAcer:ct10:cvrV2.06:
 dmi.product.name: Aspire 5252
 dmi.product.version: V2.06
 dmi.sys.vendor: Acer

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



-- 
-=|JP|=-     //

Why, yes, I *can* cross-thread a ketchup bottle.

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

Title:
  HD Access Light Constantly Lit

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

[Bug 666577] Re: dmraid hangs trying to start ICH9R RAID 5

2010-12-30 Thread D3m0n1q_733rz
Consider yourself verified.  Also, see my previous comment about my
attempt at recompiling my kernel and how it failed at the ../ubuntu/dm-
raid4-5/dm-region-hash.c file.  It's comment #5 to be exact.

Dec 30 03:05:11 ubuntu kernel: [   22.205128] hda-intel: IRQ timing workaround 
is activated for card #1. Suggest a bigger bdl_pos_adj.
Dec 30 03:05:03 ubuntu kernel: [   23.474918] hda-intel: IRQ timing workaround 
is activated for card #2. Suggest a bigger bdl_pos_adj.
Dec 30 03:05:12 ubuntu kernel: [   31.860004] eth0: no IPv6 routers present
Dec 30 03:06:28 ubuntu kernel: [  107.804182] device-mapper: table: 252:0: 
raid45: Invalid RAID device offset parameter
Dec 30 03:06:28 ubuntu kernel: [  107.804185] device-mapper: ioctl: error 
adding target to table
Dec 30 03:09:03 ubuntu kernel: [  263.086864] SysRq : Show Blocked State
Dec 30 03:09:03 ubuntu kernel: [  263.086868]   taskPC 
stack   pid father
Dec 30 03:09:03 ubuntu kernel: [  263.086900] dmraidD f192  
   0  3362   2816 0x
Dec 30 03:09:03 ubuntu kernel: [  263.086905]  880087935ce8 
0086 8801 00015980
Dec 30 03:09:03 ubuntu kernel: [  263.086909]  880087935fd8 
00015980 880087935fd8 880078838000
Dec 30 03:09:03 ubuntu kernel: [  263.086913]  00015980 
00015980 880087935fd8 00015980
Dec 30 03:09:03 ubuntu kernel: [  263.086917] Call Trace:
Dec 30 03:09:03 ubuntu kernel: [  263.086924]  [81588175] 
schedule_timeout+0x195/0x310
Dec 30 03:09:03 ubuntu kernel: [  263.086929]  [810702f0] ? 
process_timeout+0x0/0x10
Dec 30 03:09:03 ubuntu kernel: [  263.086933]  [8158830e] 
schedule_timeout_uninterruptible+0x1e/0x20
Dec 30 03:09:03 ubuntu kernel: [  263.086936]  [81071420] 
msleep+0x20/0x30
Dec 30 03:09:03 ubuntu kernel: [  263.086940]  [81457dba] 
__dm_destroy+0x9a/0x150
Dec 30 03:09:03 ubuntu kernel: [  263.086943]  [81457ea3] 
dm_destroy+0x13/0x20
Dec 30 03:09:03 ubuntu kernel: [  263.086946]  [8145d570] 
dev_remove+0x90/0x110
Dec 30 03:09:03 ubuntu kernel: [  263.086950]  [8145d4e0] ? 
dev_remove+0x0/0x110
Dec 30 03:09:03 ubuntu kernel: [  263.086953]  [8145ddb5] 
ctl_ioctl+0x1a5/0x250
Dec 30 03:09:03 ubuntu kernel: [  263.086956]  [8145de73] 
dm_ctl_ioctl+0x13/0x20
Dec 30 03:09:03 ubuntu kernel: [  263.086960]  [81162f0d] 
vfs_ioctl+0x3d/0xd0
Dec 30 03:09:03 ubuntu kernel: [  263.086963]  [811637e1] 
do_vfs_ioctl+0x81/0x340
Dec 30 03:09:03 ubuntu kernel: [  263.086967]  [8158db2e] ? 
do_page_fault+0x15e/0x350
Dec 30 03:09:03 ubuntu kernel: [  263.086970]  [81163b21] 
sys_ioctl+0x81/0xa0
Dec 30 03:09:03 ubuntu kernel: [  263.086974]  [8100a0f2] 
system_call_fastpath+0x16/0x1b
Dec 30 03:09:03 ubuntu kernel: [  263.086978] Sched Debug Version: v0.09, 
2.6.35-24-generic #42-Ubuntu

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

Title:
  dmraid hangs trying to start ICH9R RAID 5

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


[Bug 695540] Re: bzr crashed with TypeError in readheaders()

2010-12-30 Thread Robert Roth
*** This bug is a duplicate of bug 693880 ***
https://bugs.launchpad.net/bugs/693880

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

** This bug has been marked a duplicate of bug 693880
   _ReportingFileSocket.readline lacks size argument
 * You can subscribe to bug 693880 by following this link: 
https://bugs.launchpad.net/bzr/+bug/693880/+subscribe

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

Title:
  bzr crashed with TypeError in readheaders()

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


[Bug 695124] Re: package logcheck 1.3.7ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-30 Thread Loïc Minier
Then I personally have no idea; maybe you installed a package which
changed some files like chfn to not be SUID root, or which changes PAM
permissions

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

Title:
  package logcheck 1.3.7ubuntu1 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 588155] Re: randomly gnome-settings-daemon fails to start

2010-12-30 Thread Fabio Marconi
This bug in close as NOT GNOME in bugzilla tracker.

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

Title:
  randomly gnome-settings-daemon fails to start

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


[Bug 694980] Re: Mini10v driver issue with wireless

2010-12-30 Thread Kalou
is there any risk for my current system?

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

Title:
  Mini10v driver issue with wireless

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


[Bug 661801] Re: unity: closing fullscreen apps yields unprettiness

2010-12-30 Thread Bitterjug
I have a similar experience, but on closing a fullscreen app I dont see
white, just the desktop background.

 I Installed Maverick UNR (on Acer aspire revo),

 can reproduce by: open firefox, f11 to go full screen (unity bars auto-
hide), f4 to close. All see is the background and the mouse cursor, no
way to display Unity buttons

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

Title:
  unity: closing fullscreen apps yields unprettiness

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


Re: [Bug 593592] Re: Analog clock 24 hour configuration

2010-12-30 Thread Mathijs Henquet
A 24 hr analog clock isnt only a theme, its also the changed hour hand
behaviour. I dont see how removing that behaviour will force us to 'stop
supporting clock themes'.

Mathijs Henquet

Op 30 dec. 2010 om 03:17 heeft Robert Dyer 593...@bugs.launchpad.net
het volgende geschreven:

 No.  There are 24 hr analog clock themes.  If you want to remove 24 hr
 analog clocks, then your only choice is to stop supporting clock themes.
 And I do not approve of that.
 
 -- 
 You received this bug notification because you are a direct subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/593592
 
 Title:
  Analog clock 24 hour configuration
 
 Status in Docky:
  New
 Status in “docky” package in Ubuntu:
  New
 
 Bug description:
  This is somewhat related to bug #508547 in the sense that a 24 hour analog 
 clock is a terribly odd sight even for countries using the 24h system. 
 However, since it seems not possible to have the analog and digital clock 
 configured separately(?), I do have a suggestion.
 
 Basically: 12-24 switching for the analog clock should also be done through 
 the option like the one used for the digital one, not by selecting a theme.
 
 Let me sketch the situation:
 I have the clock set as digital and with 24h system on. Now if I feel like 
 switching to analog. After doing so the clock will have the weird 24 hour 
 look, but no biggy there, I'll just right click and turn 24-hour clock off, 
 right? Wrong! That option is blanked out. Instead, I have to pick select 
 theme to switch back to the 12-hour clock. Seems a bit counter intuitive, no? 
 Especially since changing the theme -also- sets the 24h option off.
 
 Note: I think if you plan on adding more clock themes, it would be better to 
 make a 12h and 24h version of each of them and allowing switching between 
 those through the actual option rather than having two themes mentioned.
 
 
 
 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/docky/+bug/593592/+subscribe

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

Title:
  Analog clock 24 hour configuration

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

[Bug 695512] Re: Podcast download from Librivox.org

2010-12-30 Thread Robert Roth
** Package changed: ubuntu = rhythmbox (Ubuntu)

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

Title:
  Podcast download from Librivox.org

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


[Bug 49579] Re: screen doesn't lock when panel menu is open

2010-12-30 Thread papukaija
Deleted Redhat's bugwatch - it's not the upstream bug report of this
bug.

** Bug watch removed: Red Hat Bugzilla #569830
   https://bugzilla.redhat.com/show_bug.cgi?id=569830

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

Title:
  screen doesn't lock when panel menu is open

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


[Bug 49579] Re: screen doesn't lock when panel menu is open

2010-12-30 Thread papukaija
Has anyone tested if this bug goes away in Unity (either in Maverick UNE
or any alpha of Natty)?

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

Title:
  screen doesn't lock when panel menu is open

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


[Bug 695622] [NEW] Custom startup program not starting

2010-12-30 Thread Arunas
Public bug reported:

Binary package hint: nautilus

The system does not display bluetooth icon, so I decided to add the
applet manually (I do not see it in Add to Panel menu, and yes I have
ticked Show Bluetooth icon checkbox - see the screenshot).
Unfortunately it does not start when I re-login.

Same goes for nvidia settings: nvidia installer has added an entry which
does not get started. Same for printing queue applet. I cannot be too
sure about the rest, but I do not see them taking any effect either.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: nautilus 1:2.32.0-0ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Thu Dec 30 09:37:11 2010
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus

** Affects: nautilus (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/695622

Title:
  Custom startup program not starting

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


[Bug 695622] Re: Custom startup program not starting

2010-12-30 Thread Arunas

** Attachment added: Screenshots and .xsession-errors
   
https://bugs.launchpad.net/bugs/695622/+attachment/1779463/+files/Screenshots.tar.gz

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

Title:
  Custom startup program not starting

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


[Bug 593592] Re: Analog clock 24 hour configuration

2010-12-30 Thread Robert Dyer
Of course the hour hand changes, what would the point of a 24 hr theme
be if the hands move like a 12 hr clock?

My point is, as long as we support themes and 24 hr themes exist we must
support a 24 hr clock.  Or stop supporting themes.  Those are your
choices.

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

Title:
  Analog clock 24 hour configuration

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


[Bug 582427] Re: cdrom-detect fails when using usb storage as install device

2010-12-30 Thread Rob Frohne
Hi Marc,

I was using UNetbootin.

Rob

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

Title:
  cdrom-detect fails when using usb storage as install device

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


[Bug 694980] Re: Mini10v driver issue with wireless

2010-12-30 Thread Kalou
voila le syslog, et merci encore

** Attachment added: syslog
   
https://bugs.launchpad.net/ubuntu/+bug/694980/+attachment/1779467/+files/syslog

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

Title:
  Mini10v driver issue with wireless

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


[Bug 695624] [NEW] Systen Testing crushed after audio test

2010-12-30 Thread Fabio Capponi
Public bug reported:

During the driver choose part, after the test failed, the program has
stopped working, and is impossible to resume.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: alsa-base 1.0.23+dfsg-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: amd64
AudioDevicesInUse:
 Cannot stat file /proc/4056/fd/38: Stale NFS file handle
 Cannot stat file /proc/4056/fd/40: Stale NFS file handle
 Cannot stat file /proc/4056/fd/42: Stale NFS file handle
  USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 4055 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'CK804'/'NVidia CK804 with ALC850 at irq 22'
   Mixer name   : 'Realtek ALC850 rev 0'
   Components   : 'AC97a:414c4790'
   Controls  : 42
   Simple ctrls  : 27
CheckboxCommand: gst_pipeline_test -t 2 'audiotestsrc wave=sine freq=512 ! 
audioconvert ! audioresample ! gconfaudiosink'
CheckboxDescription:
 Click the Test button to play a sound on the automatically detected playback 
device.
 
 Do you hear a sound and was that sound free of any distortion, clicks or other 
strange noises?
CheckboxTest: playback_auto
CurrentDmesg:
 [ 2221.973239] [drm] nouveau :05:00.0: Allocating FIFO number 2
 [ 2221.975874] [drm] nouveau :05:00.0: nouveau_channel_alloc: initialised 
FIFO 2
 [11549.958401] end_request: I/O error, dev fd0, sector 0
Date: Wed Dec 29 14:20:47 2010
LiveMediaBuild: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
SourcePackage: alsa-driver
dmi.bios.date: 12/28/2004
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F6
dmi.board.name: NF-CK804
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6:bd12/28/2004:svn:pn:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnNF-CK804:rvrx.x:cvn:ct3:cvr:

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


** Tags: amd64 apport-bug audio checkbox-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/695624

Title:
  Systen Testing crushed after audio test

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


[Bug 695624] Re: Systen Testing crushed after audio test

2010-12-30 Thread Fabio Capponi


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

Title:
  Systen Testing crushed after audio test

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


[Bug 695043] Re: LiveRadio plugin doesn't play the shoucasts stations

2010-12-30 Thread Bertrand Lorentz
** Bug watch added: GNOME Bug Tracker #638239
   https://bugzilla.gnome.org/show_bug.cgi?id=638239

** Also affects: banshee-community-extensions via
   https://bugzilla.gnome.org/show_bug.cgi?id=638239
   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/695043

Title:
  LiveRadio plugin doesn't play the shoucasts stations

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


[Bug 695534] Re: wine1.2-geko package missing from ppa

2010-12-30 Thread Scott Ritchie
wine1.2-gecko is in the universe archive, it should work just fine with
the PPA packages.  Which Ubuntu release were you using?

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

Title:
  wine1.2-geko package missing from ppa

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


[Bug 695605] Re: No sound when volume reduced to about 20%

2010-12-30 Thread forestpiskie
** Changed in: pulseaudio (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/695605

Title:
  No sound when volume reduced to about 20%

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


[Bug 695450] Re: Prism apps don't work as expected

2010-12-30 Thread Robert Sajdok
In which version of prism, awn, ubuntu is this bug?


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

** Changed in: awn
   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/695450

Title:
  Prism apps don't work as expected

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


[Bug 694693] Re: Update Manager, VLC crashes

2010-12-30 Thread Fabio Marconi
hello
Continuously pressing right shift, start your pc, grub menu will appear, select 
to start in recovery mode and in the next window select repair broken packages, 
pc has to be wired to the net.
Thanks
Fabio

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

Title:
  Update Manager, VLC crashes

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


[Bug 695464] Re: package linux-image-2.6.32-25-generic 2.6.32-25.45 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/nvidia-common exited with return code 10

2010-12-30 Thread Fabio Marconi
Hello
Can you please run in a terminal
sudo apt-get clean 
then run again update manager
Thanks
Fabio

** Changed in: 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/695464

Title:
  package linux-image-2.6.32-25-generic 2.6.32-25.45 failed to install/upgrade: 
run-parts: /etc/kernel/postinst.d/nvidia-common exited with return code 10

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


[Bug 615186] Re: md_d0 array fabricated, prevents mounting md0 partitions

2010-12-30 Thread Nicolas Van Eenaeme
Hi all,

Surbhi's packages also fixed my problem! Great work and thanks a lot!

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

Title:
  md_d0 array fabricated, prevents mounting md0 partitions

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


[Bug 695628] [NEW] package libapparmor-perl 2.5.1-0ubuntu0.10.04.1 failed to install/upgrade: package libapparmor-perl is already installed and configured

2010-12-30 Thread Chris Oliver
Public bug reported:

Binary package hint: dpkg

I just installed  ubuntu on a dell mini 9 I got everything working except the 
wireless.
fwcutter is a tool which can extract firmware from various source files.It's 
written for BCM43xx driver files. I tried this but the thing wont install . I 
tried the other two and same response. I have an open wireless connection here 
at the cafe and all updates have been installed via cable so how do I get it to 
work?

I guess I need the right driver for this to work

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: libapparmor-perl 2.5.1-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: Thu Dec 30 03:01:19 2010
ErrorMessage: package libapparmor-perl is already installed and configured
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
SourcePackage: dpkg
Title: package libapparmor-perl 2.5.1-0ubuntu0.10.04.1 failed to 
install/upgrade: package libapparmor-perl is already installed and configured

** Affects: dpkg (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/695628

Title:
  package libapparmor-perl 2.5.1-0ubuntu0.10.04.1 failed to install/upgrade: 
package libapparmor-perl is already installed and configured

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


[Bug 695628] Re: package libapparmor-perl 2.5.1-0ubuntu0.10.04.1 failed to install/upgrade: package libapparmor-perl is already installed and configured

2010-12-30 Thread Chris Oliver


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

Title:
  package libapparmor-perl 2.5.1-0ubuntu0.10.04.1 failed to install/upgrade: 
package libapparmor-perl is already installed and configured

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


[Bug 695447] Re: Unable to view documents from folder documents or any other folders

2010-12-30 Thread Fabio Marconi
Hello
Right click on a folder, select open with other application, select open 
folder, check remember choise , close 
fix this problem?

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

Title:
  Unable to view documents from folder documents or any other folders

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


[Bug 677694] Re: Firefox Crashes X

2010-12-30 Thread Rudi Pleckham
I think rapidshare changed their page, it doesn't crash X any more. To
reproduce the problem I created an archive kill_X.tar.gz which crashes
firefox each time. It contains a downloaded ebay HTML page. Just open
the HTML-File from the archive an scroll down. In Opera I can see that
it is obviously scrolling text which causes this behaviour.

** Attachment added: archive to reproduce the problem
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/677694/+attachment/1779486/+files/kill_X.tar.gz

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

Title:
  Firefox Crashes X

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


[Bug 694708] Re: unity application menu is unreadable for some applications

2010-12-30 Thread Espinet
** Changed in: unity (Ubuntu)
   Status: Incomplete = Opinion

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

Title:
  unity application menu is unreadable for some applications

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


[Bug 691935] Re: The problem is not with

2010-12-30 Thread Frederick R Thomas
The problem is solved, or rather there was no problem.  I was trying to
do a film scan without removing the pad - thus preventing the light
reaching the film !!

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

Title:
  The problem is not with

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


[Bug 695637] [NEW] Nautilus does not render icons for filetypes set by assogiate

2010-12-30 Thread Steve Faulkner
Public bug reported:

Binary package hint: nautilus

This is a problem that I have noticed for a number of years on several
different machines and several different Ubuntus.

It is customary for a file manager to display documents of different
filetype as icons of associated with that filetype.   Nautilus, by
default, my displays documents using a default document icon.  This is
the case for .pdf files and .lyx files. [I have turned off the option to
display .pdf as a thumbnail].  I have experimented with only these two
filetypes.

I used assogiate to set the filetype icons for .lyx and .pdf filetypes
to ones of my choosing. These save properly in assogiate. When I run
assogiate the new icons show for these filetypes and the machine has
been halted and booted again since I set them.

However, Nautilus persists with displaying the default icon for both
.pdf and .lyx files.

I am running Nautilus 2.32.0 on 10.10 maverick:
Kernel Linux 2.6.35-23-generic
Gnome 2.32.0

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: nautilus 1:2.32.0-0ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.35-23.41-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic i686
Architecture: i386
CheckboxSubmission: 3f92ca5659da87757be34b991caace1f
CheckboxSystem: b633b4f40868d491c2ae5b50030ce6f3
Date: Thu Dec 30 10:03:00 2010
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: nautilus

** Affects: nautilus (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/695637

Title:
  Nautilus does not render icons for filetypes set by assogiate

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


[Bug 695637] Re: Nautilus does not render icons for filetypes set by assogiate

2010-12-30 Thread Steve Faulkner


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

Title:
  Nautilus does not render icons for filetypes set by assogiate

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


[Bug 695635] [NEW] with ppa kernel 2.6.37-rc2 and 2.6.37-rc7 syslog pulled of ufw messages

2010-12-30 Thread Fabio Marconi
Public bug reported:

Hello
For testing pourpose i've installed the latests ppa kernel (2.6.37-rc2 and 
2.6.37-rc7) on Maverick, everythings works well, but the syslog file is pulled 
of this:Dec 30 10:16:41 Lucid kernel: [ 1529.818346] [UFW AUDIT] IN=lo OUT= 
MAC=00:00:00:00:00:00:00:00:00:00:00:00:08:00 SRC=127.0.0.1 DST=127.0.0.1 
LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=41485 DF PROTO=TCP SPT=48845 DPT=49505 
WINDOW=32792 RES=0x00 SYN URGP=0Dec 30 10:17:01 Lucid CRON[2655]: (root) CMD (  
 cd /  run-parts --report /etc/cron.hourly)Dec 30 10:17:11 Lucid kernel: [ 
1559.816758] [UFW AUDIT] IN= OUT=lo SRC=127.0.0.1 DST=127.0.0.1 LEN=60 TOS=0x00 
PREC=0x00 TTL=64 ID=64242 DF PROTO=TCP SPT=48846 DPT=49505 WINDOW=32792 
RES=0x00 SYN URGP=0Dec 30 10:17:11 Lucid kernel: [ 1559.816773] [UFW AUDIT] 
IN=lo OUT= MAC=00:00:00:00:00:00:00:00:00:00:00:00:08:00 SRC=127.0.0.1 
DST=127.0.0.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=64242 DF PROTO=TCP SPT=48846 
DPT=49505 WINDOW=32792 RES=0x00 SYN URGP=0Dec 30 10:17:41 Lucid kernel: [ 
1589.815734] [UFW AUDIT] IN= OUT=lo SRC=127.0.0.1 DST=127.0.0.1 LEN=60 TOS=0x00 
PREC=0x00 TTL=64 ID=19265 DF PROTO=TCP SPT=48847 DPT=49505 WINDOW=32792 
RES=0x00 SYN URGP=0

It's writing at the media of 200 KB at hour

** Affects: linux (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/695635

Title:
  with ppa kernel 2.6.37-rc2 and 2.6.37-rc7 syslog pulled of ufw messages

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


[Bug 632884] Re: Add support for Intellimouse Mode in ALPS touchpad on Dell Latitude series Laptops

2010-12-30 Thread Andy Whitcroft
As patchworks seems to be unavailable currently I have pulled this copy
from the google cache.  This is the patch referred to in the previous
comment.

** Attachment added: P
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/632884/+attachment/1779490/+files/P

** Also affects: linux (Ubuntu Maverick)
   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/632884

Title:
   Add support for Intellimouse Mode in ALPS touchpad on Dell Latitude series 
Laptops

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


[Bug 556311] Re: gnome-panel freeze on cascading contextual app-launcher menu

2010-12-30 Thread antoirehew
I found this bug yesterday (up-to-date Ubuntu 10.10 32bit) while right-
clicking to try and remove directly some apps from the Gnome panel
Applications menu (wishlist: menu-editor shortcut via contextual menu).

To reproduce:

1. Open the Applications menu
2. Open Graphics sub-menu (for instance, this is how I did and reproduced it 
but suspect it can work with any)
3. Chose an app launcher - I chose Simple scanner - and right click for 
contextual menu
4. Click so that one of the last contextual menus (i.e. Add as tray/menu) opens 
without highlighting either of the choices
5. wait for a couple of seconds with the whole cascading menus opened 
(Appplications/Graphics/app context menu/add tray) then roll over 1st two menus

There it is, gnome-panel freezes. You can no longer use it.
Very annoying: the Gnome Applications menu is frozen and always on top.

Very very annoying: Alt+F2 launches gnome-application-control (Launch
application) but it is frozen so I needed to lanch system-monitor to
restart gnome-panel. Alt+F2 launched but it not response to any command
that I typed it.

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

Title:
  gnome-panel freeze on cascading contextual app-launcher menu

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


[Bug 695638] [NEW] menus are not always stacked at the top and so not visible

2010-12-30 Thread Andy Whitcroft
Public bug reported:

Binary package hint: unity

Both right click on launcher buttons and on the notification area menus
correctly trigger the menu but the resultant menu is not stacked at the
top, thus the menus is not visible unless you iconify the oscuring
windows.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: unity 3.2.8-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.37-12.26~masternext201012291748-generic 
2.6.37-rc8
Uname: Linux 2.6.37-12-generic i686
NonfreeKernelModules: wl
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/allscreens/options/active_plugins'
Date: Thu Dec 30 10:34:40 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
InstallationMedia_: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
MachineType: Acer AO533
PciDisplay: 00:02.0 VGA compatible controller [0300]: Intel Corporation N10 
Family Integrated Graphics Controller [8086:a011] (prog-if 00 [VGA controller])
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 LC_MESSAGES=en_GB.utf8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.37-12-generic 
root=UUID=10dbafb4-5a21-4665-88d4-2924132ca353 ro vt.handoff=7 quiet splash
ProcVersionSignature_: Ubuntu 2.6.37-12.26~masternext201012291748-generic 
2.6.37-rc8
RelatedPackageVersions:
 xserver-xorg 1:7.5+6ubuntu6
 libgl1-mesa-glx 7.9+repack-1ubuntu3
 libdrm2 2.4.22-2ubuntu1
 xserver-xorg-video-intel 2:2.13.901-2ubuntu2
 xserver-xorg-video-ati 1:6.13.2-1ubuntu2
SourcePackage: unity
XorgConf: Error: [Errno 2] No such file or directory: '/etc/X11/xorg.conf'
dmi.bios.date: 06/07/2010
dmi.bios.vendor: Acer
dmi.bios.version: V1.05
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: AO533
dmi.board.vendor: Acer
dmi.board.version: V1.05
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.05
dmi.modalias: 
dmi:bvnAcer:bvrV1.05:bd06/07/2010:svnAcer:pnAO533:pvrV1.05:rvnAcer:rnAO533:rvrV1.05:cvnAcer:ct10:cvrV1.05:
dmi.product.name: AO533
dmi.product.version: V1.05
dmi.sys.vendor: Acer
glxinfo: Error: [Errno 2] No such file or directory
system: distro = Ubuntu, architecture = i686, kernel = 2.6.37-12-generic

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


** Tags: apport-bug i386 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/695638

Title:
  menus are not always stacked at the top and so not visible

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


[Bug 695638] Re: menus are not always stacked at the top and so not visible

2010-12-30 Thread Andy Whitcroft


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

Title:
  menus are not always stacked at the top and so not visible

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


[Bug 695635] Re: with ppa kernel 2.6.37-rc2 and 2.6.37-rc7 syslog pulled of ufw messages

2010-12-30 Thread Fabio Marconi
** Summary changed:

- with ppa kernel 2.6.37-rc7 syslog pulled of ufw messages
+ with ppa kernel 2.6.37-rc2 and 2.6.37-rc7 syslog pulled of ufw messages

** Description changed:

- Hello
- For testing pourpose i've installed the latest ppa kernel (2.6.37-rc7) on 
Maverick, everythings works well, but the syslog file is pulled of this:
- Dec 30 10:16:41 Lucid kernel: [ 1529.818346] [UFW AUDIT] IN=lo OUT= 
MAC=00:00:00:00:00:00:00:00:00:00:00:00:08:00 SRC=127.0.0.1 DST=127.0.0.1 
LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=41485 DF PROTO=TCP SPT=48845 DPT=49505 
WINDOW=32792 RES=0x00 SYN URGP=0 
- Dec 30 10:17:01 Lucid CRON[2655]: (root) CMD (   cd /  run-parts --report 
/etc/cron.hourly)
- Dec 30 10:17:11 Lucid kernel: [ 1559.816758] [UFW AUDIT] IN= OUT=lo 
SRC=127.0.0.1 DST=127.0.0.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=64242 DF 
PROTO=TCP SPT=48846 DPT=49505 WINDOW=32792 RES=0x00 SYN URGP=0 
- Dec 30 10:17:11 Lucid kernel: [ 1559.816773] [UFW AUDIT] IN=lo OUT= 
MAC=00:00:00:00:00:00:00:00:00:00:00:00:08:00 SRC=127.0.0.1 DST=127.0.0.1 
LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=64242 DF PROTO=TCP SPT=48846 DPT=49505 
WINDOW=32792 RES=0x00 SYN URGP=0 
- Dec 30 10:17:41 Lucid kernel: [ 1589.815734] [UFW AUDIT] IN= OUT=lo 
SRC=127.0.0.1 DST=127.0.0.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=19265 DF 
PROTO=TCP SPT=48847 DPT=49505 WINDOW=32792 RES=0x00 SYN URGP=0 
+ HelloFor testing pourpose i've installed the latests ppa kernel
+ (2.6.37-rc2 and 2.6.37-rc7) on Maverick, everythings works well, but the
+ syslog file is pulled of this:Dec 30 10:16:41 Lucid kernel: [
+ 1529.818346] [UFW AUDIT] IN=lo OUT=
+ MAC=00:00:00:00:00:00:00:00:00:00:00:00:08:00 SRC=127.0.0.1
+ DST=127.0.0.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=41485 DF PROTO=TCP
+ SPT=48845 DPT=49505 WINDOW=32792 RES=0x00 SYN URGP=0Dec 30 10:17:01
+ Lucid CRON[2655]: (root) CMD (   cd /  run-parts --report
+ /etc/cron.hourly)Dec 30 10:17:11 Lucid kernel: [ 1559.816758] [UFW
+ AUDIT] IN= OUT=lo SRC=127.0.0.1 DST=127.0.0.1 LEN=60 TOS=0x00 PREC=0x00
+ TTL=64 ID=64242 DF PROTO=TCP SPT=48846 DPT=49505 WINDOW=32792 RES=0x00
+ SYN URGP=0Dec 30 10:17:11 Lucid kernel: [ 1559.816773] [UFW AUDIT] IN=lo
+ OUT= MAC=00:00:00:00:00:00:00:00:00:00:00:00:08:00 SRC=127.0.0.1
+ DST=127.0.0.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=64242 DF PROTO=TCP
+ SPT=48846 DPT=49505 WINDOW=32792 RES=0x00 SYN URGP=0Dec 30 10:17:41
+ Lucid kernel: [ 1589.815734] [UFW AUDIT] IN= OUT=lo SRC=127.0.0.1
+ DST=127.0.0.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=19265 DF PROTO=TCP
+ SPT=48847 DPT=49505 WINDOW=32792 RES=0x00 SYN URGP=0
  
  It's writing at the media of 200 KB at hour

** Description changed:

- HelloFor testing pourpose i've installed the latests ppa kernel
- (2.6.37-rc2 and 2.6.37-rc7) on Maverick, everythings works well, but the
- syslog file is pulled of this:Dec 30 10:16:41 Lucid kernel: [
- 1529.818346] [UFW AUDIT] IN=lo OUT=
- MAC=00:00:00:00:00:00:00:00:00:00:00:00:08:00 SRC=127.0.0.1
- DST=127.0.0.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=41485 DF PROTO=TCP
- SPT=48845 DPT=49505 WINDOW=32792 RES=0x00 SYN URGP=0Dec 30 10:17:01
- Lucid CRON[2655]: (root) CMD (   cd /  run-parts --report
- /etc/cron.hourly)Dec 30 10:17:11 Lucid kernel: [ 1559.816758] [UFW
- AUDIT] IN= OUT=lo SRC=127.0.0.1 DST=127.0.0.1 LEN=60 TOS=0x00 PREC=0x00
- TTL=64 ID=64242 DF PROTO=TCP SPT=48846 DPT=49505 WINDOW=32792 RES=0x00
- SYN URGP=0Dec 30 10:17:11 Lucid kernel: [ 1559.816773] [UFW AUDIT] IN=lo
- OUT= MAC=00:00:00:00:00:00:00:00:00:00:00:00:08:00 SRC=127.0.0.1
- DST=127.0.0.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=64242 DF PROTO=TCP
- SPT=48846 DPT=49505 WINDOW=32792 RES=0x00 SYN URGP=0Dec 30 10:17:41
- Lucid kernel: [ 1589.815734] [UFW AUDIT] IN= OUT=lo SRC=127.0.0.1
- DST=127.0.0.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=19265 DF PROTO=TCP
- SPT=48847 DPT=49505 WINDOW=32792 RES=0x00 SYN URGP=0
+ Hello
+ For testing pourpose i've installed the latests ppa kernel (2.6.37-rc2 and 
2.6.37-rc7) on Maverick, everythings works well, but the syslog file is pulled 
of this:Dec 30 10:16:41 Lucid kernel: [ 1529.818346] [UFW AUDIT] IN=lo OUT= 
MAC=00:00:00:00:00:00:00:00:00:00:00:00:08:00 SRC=127.0.0.1 DST=127.0.0.1 
LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=41485 DF PROTO=TCP SPT=48845 DPT=49505 
WINDOW=32792 RES=0x00 SYN URGP=0Dec 30 10:17:01 Lucid CRON[2655]: (root) CMD (  
 cd /  run-parts --report /etc/cron.hourly)Dec 30 10:17:11 Lucid kernel: [ 
1559.816758] [UFW AUDIT] IN= OUT=lo SRC=127.0.0.1 DST=127.0.0.1 LEN=60 TOS=0x00 
PREC=0x00 TTL=64 ID=64242 DF PROTO=TCP SPT=48846 DPT=49505 WINDOW=32792 
RES=0x00 SYN URGP=0Dec 30 10:17:11 Lucid kernel: [ 1559.816773] [UFW AUDIT] 
IN=lo OUT= MAC=00:00:00:00:00:00:00:00:00:00:00:00:08:00 SRC=127.0.0.1 
DST=127.0.0.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=64242 DF PROTO=TCP SPT=48846 
DPT=49505 WINDOW=32792 RES=0x00 SYN URGP=0Dec 30 10:17:41 Lucid kernel: [ 
1589.815734] [UFW AUDIT] IN= OUT=lo SRC=127.0.0.1 DST=127.0.0.1 LEN=60 TOS=0x00 
PREC=0x00 TTL=64 ID=19265 DF PROTO=TCP SPT=48847 DPT=49505 WINDOW=32792 

[Bug 695641] Re: package libaudio2 (not installed) failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2010-12-30 Thread jamesw5


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

Title:
  package libaudio2 (not installed) failed to install/upgrade: Package is in a 
very bad inconsistent state - you should  reinstall it before attempting a 
removal.

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


[Bug 695641] [NEW] package libaudio2 (not installed) failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2010-12-30 Thread jamesw5
Public bug reported:

Binary package hint: nas

my computer reset while i was installing the program skype and after i
got back on i could not install anything because of that

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: libaudio2 (not installed)
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
AptOrdering: libaudio2: Remove
Architecture: i386
Date: Wed Dec 29 19:47:56 2010
ErrorMessage: Package is in a very bad inconsistent state - you should  
reinstall it before attempting a removal.
LiveMediaBuild: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
SourcePackage: nas
Title: package libaudio2 (not installed) failed to install/upgrade: Package is 
in a very bad inconsistent state - you should  reinstall it before attempting a 
removal.

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


** Tags: apport-package 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/695641

Title:
  package libaudio2 (not installed) failed to install/upgrade: Package is in a 
very bad inconsistent state - you should  reinstall it before attempting a 
removal.

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


[Bug 695646] [NEW] Critical wordpress update: HTML sanitization

2010-12-30 Thread Robie Basak
*** This bug is a security vulnerability ***

Public security bug reported:

Binary package hint: wordpress

See http://wordpress.org/news/2010/12/3-0-4-update/

It isn't stated if this vulnerability applies to version 2.9.2. However,
the patch applies almost cleanly (just one hunk failed) so it appears to
me that it does.

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

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

Title:
  Critical wordpress update: HTML sanitization

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


[Bug 695646] Re: Critical wordpress update: HTML sanitization

2010-12-30 Thread Robie Basak
I've made this public as the upstream announcement is public.

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

Title:
  Critical wordpress update: HTML sanitization

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


[Bug 695644] [NEW] Unable to watch SeeSaw.com content full-screen

2010-12-30 Thread Alex Cockell
Public bug reported:

Binary package hint: flashplugin-nonfree

I attempted to watch a Dr Who episode on SeeSaw.com - display was
screwed up when I selected full screen, to the extent that the Press
Esc to exit full-screen message scrolled left to right on a black
screen; I was able to hear sound though.  I was then unable to back out
by hitting Escape (normal return-to-windowed-display keypress).

Seesaw's own help describes this as a known issue; it recommends
disabling hardware acceleration by right-clicking on the player,
selecting Settings then deselcting use hardware acceleration.  This
is greyed out on 10.04.1 running on an R61i (my display controller is, I
believe, an Intel X3100).  Consequently, this course of action is not
available to me, and I am restricted to watching within a window.

In order to recover, I had to hit CTRL-ALT-F1, switch to a text console,
log in and reboot (sudo shutdown-r now)... then watch the content in a
window.

I have not tested with iPlayer - but this could also have an impact.

Please liaise with Adobe and fix.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: flashplugin-installer 10.1.102.65ubuntu0.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: Thu Dec 30 10:25:09 2010
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: flashplugin-nonfree

** Affects: flashplugin-nonfree (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/695644

Title:
  Unable to watch SeeSaw.com content full-screen

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


[Bug 695644] Re: Unable to watch SeeSaw.com content full-screen

2010-12-30 Thread Alex Cockell


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

Title:
  Unable to watch SeeSaw.com content full-screen

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


[Bug 632884] Re: Add support for Intellimouse Mode in ALPS touchpad on Dell Latitude series Laptops

2010-12-30 Thread Andy Whitcroft
** Changed in: linux (Ubuntu Maverick)
   Status: New = Triaged

** Changed in: linux (Ubuntu Maverick)
   Importance: Undecided = High

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

Title:
   Add support for Intellimouse Mode in ALPS touchpad on Dell Latitude series 
Laptops

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


[Bug 568090] Re: ath5k should be loaded with nohwcrypt parameter

2010-12-30 Thread Musaraigne
I still have the same problem on a fully updated Maverick (installed
from scratch from the 10.10 CD).

Before learning about this nohwcrypt workaround I did a bit of investigation 
and found the following: The cause of the high and unpredictable latencies is 
that packets are dropped depending on their size. According to my tests, packet 
sizes of the form
  size = 128*k + 81 + m
or
  size = 128*k + 105 + m
for any k=2 and 0=m=7

are dropped randomly in 90-95% of the cases. Conversely, all other
packet sizes work fine.

You can see for yourself if this is true on your system:
  ping -M do -s 596 www.google.com
should result in 90% packet loss (because 624 = 128*4 + 105 + 7; the 28 byte 
difference comes from network headers added by ping)
while
  ping -M do -s 597 www.google.com
should result in negligible packet loss.

Hopefully this makes the problem easier to reproduce and analyze!


There are three different workarounds that can solve the problem on my system:
- use the nohwcrypt parameter
- limit the MTU to a value low enough to avoid problematic packet sizes (such 
as 330 bytes), with sudo ifconfig wlan0 mtu 330
- use the madwifi drivers instead of ath5k

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

Title:
  ath5k should be loaded with nohwcrypt parameter

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


[Bug 693880] Re: _ReportingFileSocket.readline lacks size argument

2010-12-30 Thread Artur Rona
@Bilal Akhtar: My question is did you try to build it? Because on my
natty is FTBFS. I was trying to build this patch some days ago.

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

Title:
  _ReportingFileSocket.readline lacks size argument

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


[Bug 148565] Re: Alacarte menu changes do not change applications menu item.

2010-12-30 Thread Alistair Buxton
This bug still affects all the listed programs:

- Wine still creates shortcuts under a folder heirarchy
- Alacarte still copies them to the flat filenames upon editing
- Gnome-menu still gives priority to the original files, not the edited version


** Changed in: gnome-menus (Ubuntu)
   Status: Expired = Confirmed

** Changed in: alacarte (Ubuntu)
   Status: Expired = Confirmed

** Changed in: wine
   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/148565

Title:
  Alacarte menu changes do not change applications menu item.

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


[Bug 695277] Re: [needs-packaging] supertuxkart

2010-12-30 Thread Mantas Kriaučiūnas
** Description changed:

  Binary package hint: supertuxkart
  
+ After over a year of work, dozens upon dozens of new and fixed bugs,
+ over 3000 commits, a lot of work from artists, restless testing from our
+ faithful followers, and translations from contributors all over the
+ world, we are thrilled to offer you SuperTuxKart 0.7!
+ 
+ This release is using irrlicht for graphics (instead of plib), and
+ features:
+ 
  supertuxkart (0.7.0) unstable; urgency=low
+ * new GUI
+ * kart and track animations
+ * new and improved tracks, karts, and items
+ * shortcut/alternative way support for tracks
+ * Asian fonts
+ * many many bugfixes.
+  -- Christoph Egger christ...@debian.org  Wed, 22 Dec 2010 23:51:14 +0100
  
- * new GUI
- * kart and track animations
- * new and improved tracks, karts, and items
- * shortcut/alternative way support for tracks
- * Asian fonts
- * many many bugfixes. 
-  -- Christoph Egger christ...@debian.org   Wed, 10 Mar 2010 23:51:14 +0100
+ See http://supertuxkart.sourceforge.net
  
- See http://supertuxkart.sourceforge.net/
+ Please also include Lithuanian translation in Ubuntu packages - download .po 
file from 
https://translations.launchpad.net/stk/trunk/+pots/supertuxkart/lt/+export
+ (Supertuxkart developers forgot to include Lithuanian translation into 
offical sources before 0.7 release :( )
+ 
+ Newest Ubuntu packages of Supertuxkart can be downloaded from official
+ repository - ppa:stk/dev , see https://launchpad.net/~stk/+archive/dev
+ (backports for Ubuntu 10.04 LTS Lucid are in Baltix GNU/Linux repo -
+ ppa:baltix or ppa:baltix-members )

** Also affects: baltix
   Importance: Undecided
   Status: New

** Summary changed:

- [needs-packaging] supertuxkart
+ Please update supertuxkart to ver. 0.7 and include Lithuanian translation

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

Title:
  Please update supertuxkart to ver. 0.7 and include Lithuanian translation

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

[Bug 524190] Re: [needs-packaging] WebcamStudio For GNU/Linux

2010-12-30 Thread ignoble
So, is there a chance that this package gets included in the official
repos?

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

Title:
  [needs-packaging] WebcamStudio For GNU/Linux

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


[Bug 335570] Re: [LENOVO 7454CTO] suspend/resume failure

2010-12-30 Thread inflamestory
I have got a Y530 too with hardware a little bit different : Intel P7530, 
GeForce 9500M G and iwlagn for wifi.
The trick given above seems to work but the laptop awakes instantly. 
The pm-suspend.log file is attached.
 

** Attachment added: pm-suspend.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/335570/+attachment/1779522/+files/pm-suspend.log

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

Title:
  [LENOVO 7454CTO] suspend/resume failure

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


[Bug 695654] [NEW] import from folder does not import files to music folder, fails on removable disks

2010-12-30 Thread wdesmet
Public bug reported:

Binary package hint: banshee

When importing, most options, such as import from media player or CD,
actually copy the files over. Import from folders doesn't do this.
Moreover, when you import files from a removable disk, remove that disk,
then rescan music library, banshee will lock up. While the choice to not
always copy over is understandable, this means there's no way to easily
copy over and organize files, having to rely on other tools instead, nor
is it consistent with the phrasing and other uses of the import
function.

** Affects: banshee (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/695654

Title:
  import from folder does not import files to music folder, fails on removable 
disks

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


[Bug 695638] Re: menus are not always stacked at the top and so not visible

2010-12-30 Thread Robert Roth
I have this issue on every login, the indicators and the appmenus do not
appear on top, but they go below the nautilus desktop window (the
desktop background). A simple workaround for this is to make an empty
selection on the desktop, and after that it does work, menus and
indicator menus appear on top as they should.

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

Title:
  menus are not always stacked at the top and so not visible

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


[Bug 504247] Re: Alias in Personal information (MSN) not saved at all

2010-12-30 Thread Prodoc
Confirmed. I can reproduce the issue for Empathy 2.32.1 on Ubuntu 10.10

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

Title:
  Alias in Personal information (MSN) not saved at all

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