[Bug 1088681] Re: startup script prevents use of IPv6

2013-03-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  startup script prevents use of IPv6

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

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


[Bug 1162401] [NEW] tomcat7 doesn't decode + character to SPACE

2013-03-30 Thread Chris
Public bug reported:

Release: Ubuntu 11.10
Package: 7.0.21-1ubuntu0.1

Issue:  We've installed 7.0.21-1ubuntu0.1, and now the + character in paramer 
values in not decoded to SPACE.
If you alraedy have the plus character in the parameter value, then spaces are 
decoded correctly.

Expected Case 1:
Form sent via POST with a field value of New York City.
Tomcat decodes it as New York City

User Case 1:
Form sent via POST with a field value of New York City.
Tomcat decodes it as New+York+City

Expected Case 2:
Form sent via POST with a field value of New+York City.
Tomcat decodes it as New+York City

User Case 2:
Form sent via POST with a field value of New+York City.
Tomcat decodes it as New+York City

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

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

Title:
  tomcat7 doesn't decode + character to SPACE

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

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


[Bug 1162127] [NEW] unable to install updates or applications and all apps have disapeared

2013-03-30 Thread Axel Cons
Public bug reported:

when i restarted ubuntu i got a a red icon with a white bar in the
middle on the toolbar, it said to type in a command in the terminal to
find a problem with the package list but when i looked for the terminal
it wasnt there, so i went to the software center to check if it had
uninstalled but it was showing as installed, after this i tried
installing a different terminal but after the computer freezing for 40
seconds it would show the install tab again and say failed to load
package list in the details it said E:Read error - read (5:
Input/output error), E:The package lists or status file could not be
parsed or opened.

i checked the dash home again to look for any of my apps but they too
were gone, all that was left were the folders in home folder.

i am using 32-bit Ubuntu 12.04 LTS from a Toshiba satellite A200, thats
all i can find out sadly

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  unable to install updates or applications and all apps have disapeared

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

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


[Bug 792265] Re: BraseroDvdcss could not retrieve key

2013-03-30 Thread Forest
** Changed in: brasero (Ubuntu)
   Status: Expired = New

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

Title:
  BraseroDvdcss could not retrieve key

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

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


[Bug 792265] Re: BraseroDvdcss could not retrieve key

2013-03-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  BraseroDvdcss could not retrieve key

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

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


[Bug 792265] Re: BraseroDvdcss could not retrieve key

2013-03-30 Thread Forest
I believe I'm having the same problem on Ubuntu Quantal. While trying to
rip a DVD image, Brasero fails with the error message, Error while
retrieving a key used for encryption. I am able to rip the same disc
just fine using dd if=/dev/sr0, so I know it's not a problem with my
drive.

Brasero's error message suggests that I set DVDCSS_METHOD=title and try
again, which I did, but it still failed.

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

Title:
  BraseroDvdcss could not retrieve key

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

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


[Bug 1162103] Re: Unity got a window name wrong

2013-03-30 Thread Seth Arnold
Joeri, thanks for the prod to do better.

I found the following is able to re-create the problem with far simpler
tools.

This clearly demonstrates the problem:

for i in `seq 1 5`; do urxvt -name hello -T hello $i -e sleep 10 
done

Move the mouse among the terminals and the global menubar (thanks kroq-
gar78) does not update the active application name. It picks one,
regardless of which urxvt instance is active. (Most often hello 3 in
my tests.)

Oddly enough, this updates the active application name in the global
menubar as expected:

for i in `seq 1 5`; do urxvt -name hello $i -T hello $i -e sleep 10
 done

(Note the $i in the -name argument.)

At the risk of jumping to too hasty a conclusion, it looks like Unity
doesn't handle multiple windows with the same class but different window
names. Different class and different names work fine.

Thanks

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

Title:
  Unity got a window name wrong

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

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


[Bug 1158293] Re: xserver-xorg-video-intel causes xserver to crash

2013-03-30 Thread annnomius
i have also been affected by this bug, but i think it is not from 
xserver-xorg-video-intel. instead i believe it is due to some change in the 
kernel.
i have a core i5 based system using the integrated graphics, on a p8h67-m pro 
motherboard. i am running 12.04.
when an update came out in mid-march, the system would have constant crashes 
and hangs upon loggin in to the desktop. the characteristic behavior of the bug 
is that there will be graphics glitches, such as flashing, text changing to 
gibberish, temporary hangs that may recover--but sometimes don't. however, the 
mouse pointer always works.

i tried a few things to help isolate the bug, such as reformating and 
reinstalling ubuntu, trying different versions of xserver-xorg-video-intel, and 
different versions of the kernel.
the version of xserver-xorg-video-intel does not affect the behavior (at least 
compared between the original version in 12.04, which is 2:2-17.0-1ubuntu4.1, 
and the updated version, which is 2:2-17.0-1ubuntu4.3).
64 bit vs. 32 bit install of ubuntu 12.04 does not affect the behavior.

what does cause the crashing is using a recent kernel, especially 
3.2.0-39-generic, but 3.5.0-23 also has the bad behavior.
in contrast, the original kernel from 12.04 (3.2.0-29-generic) is rock-solid 
stable.
kernels in between these 2 seemed hit or miss: up to 3.2.0-32 appear stable, 
but later kernels sometimes would hang at boot (at the purple screen after 
grub), or hang while running, while other times they would behave ok. however, 
3.2.0-39 is terrible.

booting into a virtual terminal (text mode) is stable even with the new
kernels.

i did manage to catch some errors in one of the sessions (either kernel
3.5.0-23 or 3.2.0-39, not sure which) in the xorg.log--here is the
section (these were just after the modelines):

(EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x49) [0xbba289]
(EE) 1: /usr/bin/X (mieqEnqueue+0x223) [0xb98633]
(EE) 2: /usr/bin/X (0xa03000+0x52a05) [0xa55a05]
(EE) 3: /usr/bin/X (xf86PostMotionEventM+0x25f) [0xa951cf]
(EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x2ec000+0x3cad) [0x2efcad]
(EE) 5: /usr/lib/xorg/modules/input/evdev_drv.so (0x2ec000+0x528f) [0x2f128f]
(EE) 6: /usr/bin/X (0xa03000+0x80a21) [0xa83a21]
(EE) 7: /usr/bin/X (0xa03000+0xae818) [0xab1818]
(EE) 8: (vdso) (__kernel_sigreturn+0x0) [0xeae400]
(EE) 9: (vdso) (__kernel_vsyscall+0x2) [0xeae416]
(EE) 10: /lib/i386-linux-gnu/libc.so.6 (ioctl+0x19) [0xd2cad9]
(EE) 11: /usr/lib/i386-linux-gnu/libdrm.so.2 (drmIoctl+0x34) [0x50c9a4]
(EE) 12: /usr/lib/i386-linux-gnu/libdrm_intel.so.1 (0x2b3000+0x899d) [0x2bb99d]
(EE) 13: /usr/lib/i386-linux-gnu/libdrm_intel.so.1 (drm_intel_bo_mrb_exec+0x4a) 
[0x2b530a]
(EE) 14: /usr/lib/xorg/modules/drivers/intel_drv.so (0x187000+0xbb68) [0x192b68]
(EE) 15: /usr/lib/xorg/modules/drivers/intel_drv.so (0x187000+0x11e1d) 
[0x198e1d]
(EE) 16: /usr/lib/xorg/modules/drivers/intel_drv.so (0x187000+0x248fb) 
[0x1ab8fb]
(EE) 17: /usr/lib/xorg/modules/drivers/intel_drv.so (0x187000+0xf7bed) 
[0x27ebed]
(EE) 18: /usr/bin/X (0xa03000+0x133467) [0xb36467]
(EE) 19: /usr/bin/X (CompositeGlyphs+0xc4) [0xb22784]
(EE) 20: /usr/bin/X (0xa03000+0x12c4d6) [0xb2f4d6]
(EE) 21: /usr/bin/X (0xa03000+0x126971) [0xb29971]
(EE) 22: /usr/bin/X (0xa03000+0x3c46d) [0xa3f46d]
(EE) 23: /usr/bin/X (0xa03000+0x2991c) [0xa2c91c]
(EE) 24: /lib/i386-linux-gnu/libc.so.6 (__libc_start_main+0xf3) [0xc5f4d3]
(EE) 25: /usr/bin/X (0xa03000+0x29cd9) [0xa2ccd9]
(EE) 
(EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
(EE) [mi] mieq is *NOT* the cause.  It is a victim.
[   129.920] (EE) intel(0): Detected a hung GPU, disabling acceleration.
[   129.920] (EE) intel(0): When reporting this, please include 
i915_error_state from debugfs and the full dmesg.
[   130.243] [mi] Increasing EQ size to 512 to prevent dropped events.
[   130.244] [mi] EQ processing has resumed after 27 dropped events.
[   130.244] [mi] This may be caused my a misbehaving driver monopolizing the 
server's resources.


please let me know how else i can help, because this bug prevents me from using 
ubuntu with a recent kernel. i am willing to try installing different kernels, 
different packages, reboot the computer multiple times--whatever it takes to 
fix this

::ann

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

Title:
  xserver-xorg-video-intel causes xserver to crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1158293/+subscriptions

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


[Bug 1158982] Re: SD card inaccesible: mmc0: error -110 whilst initialising SD card

2013-03-30 Thread Jotham
Running 3.9.0-030900rc4-generic
Sd card is mounting properly. 
I Looked at dmesg and don't see any errors related to sd card so I assume this 
is fixed upstream.
I tested copying and pasting files back on the card and its all working .

I get a crash report prompt for udisksd. Not sure if this is related but
its probably something else as sdcard is working fine.

No problem : ) Glad I can help out.

** Tags added: kernel-fixed-upstream

** Changed in: linux (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/1158982

Title:
  SD card inaccesible: mmc0: error -110 whilst initialising SD card

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

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


[Bug 1157564] Re: =linux-image-3.5.0-26-generic initramfs won't mount root partition

2013-03-30 Thread Bit Beetle
I compared the contents of the reconfigured 3.5.0-25 initrd with the
still-working 3.5.0-17 initrd with 'diff -ru'.  My new, broken, config
had added mdadm and lost lvm2 in comparison with the older, working one.

I installed lvm2 and removed mdadm.  After a bunch of new dpkg-
reconfigures, all my kernels are booting fine.

I don't know why lvm2 was uninstalled but I suspect missing it was the
problem (although I suppose logically mdadm could have been the problem
too; I am not using RAID in any way and don't where it came from).  It
took a couple of restarts and dpkg-reconfigures for cryptroot things to
be set up right again.

I'm afraid I'm not familiar with ubuntu bug things to tag/change this
bug appropriately at this point.

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

Title:
  =linux-image-3.5.0-26-generic initramfs won't mount root partition

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

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


[Bug 1069671] Re: no print queues displayed in pure client mode

2013-03-30 Thread Daniel Richard G.
I've tested 1.6.2 in a Quantal install, and confirmed that appending
/version=1.1 to ServerName in /etc/cups/client.conf works as intended.

The new option still needs to be documented, and I've filed a Debian bug
to this end:

http://bugs.debian.org/704238

I'd also note that when the client can't talk with the server, it may
behave oddly. I just added a comment to this older Debian bug, which I
believe may be due to the same underlying issue:

http://bugs.debian.org/695601

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

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

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

Title:
  no print queues displayed in pure client mode

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

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


[Bug 1162133] Re: avanzamento aggiornamenti erore

2013-03-30 Thread Marco Calzia
continuando l'avanzamento di versione dalla 12:04 alla 12:10, nonostante
l'errore lui sembra funzionare ma quell'errore sembra un BUG non grave
ma comunque un BUG.

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

Title:
  avanzamento aggiornamenti erore

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

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


[Bug 1162133] [NEW] avanzamento aggiornamenti erore

2013-03-30 Thread Marco Calzia
Public bug reported:

ogni volta che facevo avanzamento aggiornamento mi dava un errore di non
raggiungimento causa proxy o dns che non risolveva il nome e mi inseriva
l'indirizzo del repository non raggiunto

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-38-generic-pae 3.2.0-38.61
ProcVersionSignature: Ubuntu 3.2.0-38.61-generic-pae 3.2.37
Uname: Linux 3.2.0-38-generic-pae i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  administrator   6950 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xe4804000 irq 46'
   Mixer name   : 'Analog Devices AD1981'
   Components   : 'HDA:11d41981,103c30c0,00100200 
HDA:11c11040,103c1378,00100200'
   Controls  : 11
   Simple ctrls  : 9
Date: Sat Mar 30 08:17:22 2013
HibernationDevice: RESUME=UUID=0bd6121d-4cb3-4296-9813-83306baf4ee9
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MachineType: Hewlett-Packard HP Compaq 6510b
MarkForUpload: True
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-38-generic-pae 
root=UUID=540b4d61-31ed-493e-99c3-98360edd2235 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-38-generic-pae N/A
 linux-backports-modules-3.2.0-38-generic-pae  N/A
 linux-firmware1.79.1
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/02/2007
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68DDU Ver. F.0B
dmi.board.name: 30C0
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 71.2A
dmi.chassis.asset.tag: CZC8040FSV
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68DDUVer.F.0B:bd08/02/2007:svnHewlett-Packard:pnHPCompaq6510b:pvrF.0B:rvnHewlett-Packard:rn30C0:rvrKBCVersion71.2A:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP Compaq 6510b
dmi.product.version: F.0B
dmi.sys.vendor: Hewlett-Packard

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


** Tags: apport-bug i386 precise

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

Title:
  avanzamento aggiornamenti erore

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

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


[Bug 1162133] Status changed to Confirmed

2013-03-30 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  avanzamento aggiornamenti erore

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

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


[Bug 424956] Re: nautilus crashed with SIGABRT in raise()

2013-03-30 Thread Colin Law
Running Raring, not doing anything obvious with Nautilus at the time.

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

Title:
  nautilus crashed with SIGABRT in raise()

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

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


[Bug 1162140] [NEW] ati adapter not recognised by 3.8.x kernel

2013-03-30 Thread Mlt
Public bug reported:

I am running 13.04 on a notebook with an ati Mobility Radeon HD 4200
Series video adapter.

this has worked fine on previous versions, but is not recognised by
3.8.x kernel and respective modules.  Instead video is limited to 800 x
600.

The limit in resolution affects Plymouth from the Grub prompt.

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  ati adapter not recognised by 3.8.x kernel

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

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


[Bug 1162139] Re: mysql-5.5 still built using GCC-4.4, should be built with the default GCC

2013-03-30 Thread Matthias Klose
last package blocking demotion of GCC-4.4

** Also affects: mysql-5.5 (Ubuntu Raring)
   Importance: High
   Status: Triaged

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

** Also affects: mysql-5.5 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678252
   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/1162139

Title:
  mysql-5.5 still built using GCC-4.4, should be built with the default
  GCC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1162139/+subscriptions

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


[Bug 1162139] [NEW] mysql-5.5 still built using GCC-4.4, should be built with the default GCC

2013-03-30 Thread Matthias Klose
Public bug reported:

mysql-5.5 still built using GCC-4.4, should be built with the default
GCC

** Affects: mysql-5.5 (Ubuntu)
 Importance: High
 Status: Triaged

** Affects: mysql-5.5 (Ubuntu Raring)
 Importance: High
 Status: Triaged

** Affects: mysql-5.5 (Debian)
 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/1162139

Title:
  mysql-5.5 still built using GCC-4.4, should be built with the default
  GCC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1162139/+subscriptions

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


[Bug 1138015] Re: Cannot install -dev packages together with extra libs

2013-03-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~siretart/libav/merge.raring.libav-extra-0.8.6

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

Title:
  Cannot install -dev packages together with extra libs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libav-extra/+bug/1138015/+subscriptions

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


[Bug 992971] Re: libavformat53 Mismatching header version

2013-03-30 Thread Reinhard Tartler
this needs to be fixed in the mpalyer package, IMO

** Changed in: libav (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: libav (Ubuntu)
   Status: Invalid = Opinion

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

Title:
  libavformat53 Mismatching header version

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

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


[Bug 1086500] Re: avconv do not support -f pulse

2013-03-30 Thread Reinhard Tartler
** Also affects: libav
   Importance: Undecided
   Status: New

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

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

Title:
  avconv do not support -f pulse

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

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


[Bug 801414] Re: Open Database dialog opens after minimizing

2013-03-30 Thread Ubuntu Foundations Team Bug Bot
The attachment 0001-fix-launchpad-bug-801414.patch seems to be a
patch.  If it isn't, please remove the patch flag from the attachment,
remove the patch tag, and if you are a member of the ~ubuntu-
reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  Open Database dialog opens after minimizing

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

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


[Bug 1162140] Re: ati adapter not recognised by 3.8.x kernel

2013-03-30 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1162140/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  ati adapter not recognised by 3.8.x kernel

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

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


[Bug 1162127] Re: unable to install updates or applications and all apps have disapeared

2013-03-30 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1162127/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  unable to install updates or applications and all apps have disapeared

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

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


[Bug 1162139] Re: mysql-5.5 still built using GCC-4.4, should be built with the default GCC

2013-03-30 Thread Bug Watch Updater
** Changed in: mysql-5.5 (Debian)
   Status: Unknown = Confirmed

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

Title:
  mysql-5.5 still built using GCC-4.4, should be built with the default
  GCC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1162139/+subscriptions

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


[Bug 676426] Re: Choosing liferea from the Messaging Menu should raise its window

2013-03-30 Thread TomasHnyk
I mark this as fixed released as it works for two people. If it does not
wok for someone, plese reopen.

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

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

Title:
  Choosing liferea from the Messaging Menu should raise its window

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

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


[Bug 627195] Re: Window management - Apps raised from indicators sometimes dont have the focus

2013-03-30 Thread TomasHnyk
Marco: so both gnme-terminal and gnome-open should be patched? Should
bugs against them be opened?

On a related note, is this bug
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/782758 related
(only in reverse, because there, the problem is reversed - application
gets focus even when it should not).

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

Title:
  Window management - Apps raised from indicators sometimes dont have
  the focus

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

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


[Bug 880449] Re: Window title bars are un-clickable

2013-03-30 Thread 2green
Had the same problem, just retested this one using the above steps, is
now fixed in 13.04.

Thanks!

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

Title:
  Window title bars are un-clickable

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

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


[Bug 1162140] Re: ati adapter not recognised by 3.8.x kernel

2013-03-30 Thread Mlt
** Package changed: ubuntu = linux (Ubuntu)

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

Title:
  ati adapter not recognised by 3.8.x kernel

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

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


[Bug 1162147] Re: [screen]: gnome-control-center crashed with signal 5 in g_settings_bind_with_mapping()

2013-03-30 Thread Apport retracing service
*** This bug is a duplicate of bug 955122 ***
https://bugs.launchpad.net/bugs/955122

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1162147/+attachment/3607592/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1162147/+attachment/3607594/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1162147/+attachment/3607596/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1162147/+attachment/3607597/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1162147/+attachment/3607598/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1162147/+attachment/3607599/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1162147/+attachment/3607600/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 955122
   [screen]: gnome-control-center crashed with signal 5 in 
g_settings_bind_with_mapping()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  [screen]: gnome-control-center crashed with signal 5 in
  g_settings_bind_with_mapping()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1162147/+subscriptions

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


[Bug 1162140] Missing required logs.

2013-03-30 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1162140

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (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/1162140

Title:
  ati adapter not recognised by 3.8.x kernel

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

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


[Bug 1159760] Re: av_rescale_q() returns wrong value on Precise amd64

2013-03-30 Thread Reinhard Tartler
thanks for clarifying the issue

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

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

Title:
  av_rescale_q() returns wrong value on Precise amd64

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

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


[Bug 1160734] Re: Merge Libav 0.8.6-1 from unstable

2013-03-30 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/libav

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

Title:
  Merge Libav 0.8.6-1 from unstable

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

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


[Bug 1162151] [NEW] [q35] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000002 IPEHR: 0x02000000

2013-03-30 Thread Jvan Ferrari
Public bug reported:

only with ubuntu 13.04..in random every session

ProblemType: Crash
DistroRelease: Ubuntu 13.04
Package: xserver-xorg-video-intel 2:2.21.5-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-15.25-generic 3.8.4
Uname: Linux 3.8.0-15-generic x86_64
ApportVersion: 2.9.2-0ubuntu5
Architecture: amd64
Chipset: q35
Date: Sat Mar 30 10:01:13 2013
DistUpgraded: Fresh install
DistroCodename: raring
DistroVariant: ubuntu
DuplicateSignature: [q35] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0002 
IPEHR: 0x0200 Ubuntu 13.04
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
InstallationDate: Installed on 2013-03-29 (0 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130328)
InterpreterPath: /usr/bin/python3.3
MarkForUpload: True
ProcCmdline: /usr/bin/python3 /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-15-generic 
root=UUID=82fda4d9-3080-4b05-b19f-5a640790a1d8 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.7+1ubuntu4
 libdrm2  2.4.43-0ubuntu1
 xserver-xorg-video-intel 2:2.21.5-0ubuntu1
SourcePackage: xserver-xorg-video-intel
Title: [q35] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0002 IPEHR: 
0x0200
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 12/01/2010
dmi.bios.vendor: LENOVO
dmi.bios.version: 54KT23AIT
dmi.board.name: LENOVO
dmi.chassis.vendor: LENOVO
dmi.chassis.version: NONE
dmi.modalias: 
dmi:bvnLENOVO:bvr54KT23AIT:bd12/01/2010:svnLENOVO:pn6395AV7:pvrThinkCentreM57:rvnLENOVO:rnLENOVO:rvrNONE:cvnLENOVO:ct3:cvrNONE:
dmi.product.name: 6395AV7
dmi.product.version: ThinkCentre M57
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.9~daily13.03.29-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.43-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.3-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.3-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.5-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash false-gpu-hang freeze need-duplicate-check raring 
ubuntu

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

Title:
  [q35] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0002 IPEHR:
  0x0200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1162151/+subscriptions

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


[Bug 1143929] Re: Devel dependencies are too strict for libav-extra packages

2013-03-30 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/libav

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

Title:
  Devel dependencies are too strict for libav-extra packages

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

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


[Bug 1101829] Re: Missing alternative libavutil-exta-51 dependency

2013-03-30 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/libav

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

Title:
  Missing alternative libavutil-exta-51 dependency

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

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


[Bug 1059872] Re: Error formatting disk using disk utility

2013-03-30 Thread 2green
Still exists in 13.04 (As mentioned by Dmitry), same problem also occurs
with the 'startup disk creator' Related?

p.s.
I'll check if this bug is registered for the startup disk creator, which should 
be a high priority given the situation that we want more users for ubuntu.

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

Title:
  Error formatting disk using disk utility

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

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


[Bug 1106913] Re: With 3.2.0-36 version of kernel Intel Video driver fails to start

2013-03-30 Thread Ivan Sopov
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.
Sorry, I have forgotten to do this.

I have just tested v3.9-rc4-raring mainline kernel - bug still exists,
but is reproduced not always. I did 10 reboots and 5 out of 10 were not
successful.

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

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

Title:
  With 3.2.0-36 version of kernel Intel Video driver fails to start

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

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


[Bug 1160709] Re: display drops out if more then 2 displays are plugged in

2013-03-30 Thread MasterCATZ
Ok this is a false alarm

after fresh install and update it still did it


booted of live Disk still did it 

it seems my  mainboard bios update has done something


F2A85X UP4 using Firmware v4 killed it , so gone back to  firmware V3 and got 
my display's back 
its a shame I did not try that sooner I just lost a years worth of XBMC mysql 
data base that I forgotten to back up 

how to I change the status of this ? as its definatly bios related issue
now

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

Title:
  display drops out if more then 2 displays are plugged in

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

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


[Bug 1162152] [NEW] startup disk creator / formating usb drive not working

2013-03-30 Thread 2green
Public bug reported:

The format function in the 'Startup disk creator' does not work.

Test Case:
- open startup disk creator
- Select disk to use (using a fat 32 format)
- Erase disk

Expexted result:
- Erased disk

Current result:
- After a long time more than 5 minutes an error message appears saying disk 
format failed

Work around:
- Format the drive using gparted.
- use 'startup disk creator' to create a startup disk with this already 
formatted drive.

Problem seems related to: 
https://bugs.launchpad.net/ubuntu/+source/udisks/+bug/1059872
This problem might be a high priority problem given the situation that we want 
more users for ubuntu and this problem makes it more difficult to get ubuntu on 
a usb drive. Especially when considering that quite a few computers don't have 
a optical drive any more.

** Affects: udisks (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/1162152

Title:
  startup disk creator / formating usb drive not working

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

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


[Bug 1162153] [NEW] compiz crashed with SIGSEGV in _List_nodesigc::slot_base()

2013-03-30 Thread Till Kamppeter
Public bug reported:

Compiz crashed when starting Nautilus to open an SD card folder.

ProblemType: Crash
DistroRelease: Ubuntu 13.04
Package: unity 6.12.0daily13.03.29-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-15.25-generic 3.8.4
Uname: Linux 3.8.0-15-generic x86_64
ApportVersion: 2.9.2-0ubuntu5
Architecture: amd64
Date: Sat Mar 30 10:17:21 2013
ExecutablePath: /usr/bin/compiz
InstallationDate: Installed on 2013-03-28 (1 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130328)
MarkForUpload: True
ProcCmdline: compiz
SegvAnalysis:
 Segfault happened at: 0x7f37b158bbaf 
_ZN4sigc8internal10slot_call0IZN5unity8launcher9VolumeImp4ImplC1ERKNS2_4glib6ObjectI8_GVolumeEERKSt10shared_ptrINS2_11FileManagerEERKSC_INS3_25DeviceNotificationDisplayEEPS4_EUlvE1_vE7call_itEPNS0_8slot_repE+31:
 mov0x28(%rdx),%r13
 PC (0x7f37b158bbaf) ok
 source 0x28(%rdx) (0x0029) not located in a known VMA region (needed 
readable region)!
 destination %r13 ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: unity
StacktraceTop:
 
sigc::internal::slot_call0unity::launcher::VolumeImp::Impl::Impl(unity::glib::Object_GVolume
 const, std::shared_ptrunity::FileManager const, 
std::shared_ptrunity::launcher::DeviceNotificationDisplay const, 
unity::launcher::VolumeImp*)::{lambda()#3}, 
void::call_it(sigc::internal::slot_rep*) () from 
/usr/lib/compiz/libunityshell.so
 unity::GnomeFileManager::Impl::OnOpenLocationsUpdated(_GVariant*) () from 
/usr/lib/compiz/libunityshell.so
 unity::glib::DBusProxy::Impl::OnPropertyChanged(_GDBusProxy*, _GVariant*, 
char***) () from /usr/lib/libunity-core-6.0.so.5
 ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
 ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
Title: compiz crashed with SIGSEGV in 
sigc::internal::slot_call0unity::launcher::VolumeImp::Impl::Impl()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo

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


** Tags: amd64 apport-crash raring

** Information type changed from Private 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/1162153

Title:
  compiz crashed with SIGSEGV in _List_nodesigc::slot_base()

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

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


[Bug 1162153]

2013-03-30 Thread Apport retracing service
StacktraceTop:
 _List_nodesigc::slot_base (this=0x16c06b0) at 
/usr/include/c++/4.7/bits/stl_list.h:115
 constructstd::_List_nodesigc::slot_base, sigc::slot_base (__p=0x16c06b0, 
this=0x26c0ab0) at /usr/include/c++/4.7/ext/new_allocator.h:110
 _M_create_nodesigc::slot_base (this=0x26c0ab0) at 
/usr/include/c++/4.7/bits/stl_list.h:503
 emplacesigc::slot_base (__position=..., this=0x26c0ab0) at 
/usr/include/c++/4.7/bits/list.tcc:91
 insert (__x=..., __position=..., this=0x26c0ab0) at 
/usr/include/c++/4.7/bits/stl_list.h:1071

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

Title:
  compiz crashed with SIGSEGV in _List_nodesigc::slot_base()

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

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


[Bug 1162156] [NEW] nvidia-current 304.51.really.304.43-0ubuntu1: nvidia-current kernel module failed to build

2013-03-30 Thread vaal
Public bug reported:

error on install Bumblebee 3.1

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: nvidia-current 304.51.really.304.43-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-27.46-generic 3.5.7.7
Uname: Linux 3.5.0-27-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.43  Sun Aug 19 20:14:03 
PDT 2012
 GCC version:  gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
.tmp.unity.support.test.0:
 
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
DKMSKernelVersion: 3.8.5-030805-generic
Date: Sat Mar 30 13:21:00 2013
DistUpgraded: Fresh install
DistroCodename: quantal
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.6, 3.5.0-27-generic, x86_64: installed
 bbswitch, 0.6, 3.8.5-030805-generic, x86_64: installed
 nvidia-current, 304.43, 3.5.0-27-generic, x86_64: installed
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:3977]
 NVIDIA Corporation GF108 [GeForce GT 630M] [10de:0de9] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Lenovo Device [17aa:3901]
InstallationDate: Installed on 2013-03-30 (0 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MachineType: LENOVO Lenovo G580
MarkForUpload: True
PackageVersion: 304.51.really.304.43-0ubuntu1
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-27-generic 
root=UUID=a382134d-2322-4661-8969-c47f7abff16d ro quiet splash vt.handoff=7
SourcePackage: nvidia-graphics-drivers
Title: nvidia-current 304.51.really.304.43-0ubuntu1: nvidia-current kernel 
module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/01/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: 5ECN23WW(V1.03)
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Product Name
dmi.board.vendor: LENOVO
dmi.board.version: Mainboard version
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo G580
dmi.modalias: 
dmi:bvnLENOVO:bvr5ECN23WW(V1.03):bd03/01/2012:svnLENOVO:pnLenovoG580:pvrLenovoG580:rvnLENOVO:rnProductName:rvrMainboardversion:cvnLENOVO:ct10:cvrLenovoG580:
dmi.product.name: Lenovo G580
dmi.product.version: Lenovo G580
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.8.6-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.39-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.3-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.3-0ubuntu0.1
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3

** Affects: nvidia-graphics-drivers (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check quantal third-party-packages 
ubuntu

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

Title:
  nvidia-current 304.51.really.304.43-0ubuntu1: nvidia-current kernel
  module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1162156/+subscriptions

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


[Bug 1162153] Stacktrace.txt

2013-03-30 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1162153/+attachment/3607649/+files/Stacktrace.txt

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

Title:
  compiz crashed with SIGSEGV in _List_nodesigc::slot_base()

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

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


[Bug 1162153] ThreadStacktrace.txt

2013-03-30 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1162153/+attachment/3607650/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1162153/+attachment/3607630/+files/CoreDump.gz

** Changed in: unity (Ubuntu)
   Importance: Undecided = Medium

** Summary changed:

- compiz crashed with SIGSEGV in 
sigc::internal::slot_call0unity::launcher::VolumeImp::Impl::Impl()
+ compiz crashed with SIGSEGV in _List_nodesigc::slot_base()

** Tags removed: need-amd64-retrace

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

Title:
  compiz crashed with SIGSEGV in _List_nodesigc::slot_base()

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

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


[Bug 1138015] Re: Cannot install -dev packages together with extra libs

2013-03-30 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/libav-extra

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

Title:
  Cannot install -dev packages together with extra libs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libav-extra/+bug/1138015/+subscriptions

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


[Bug 549520] Re: when attaching usb disk with both mp3 and photos, two dialogs appear

2013-03-30 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New = Expired

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

Title:
  when attaching usb disk with both mp3 and photos, two dialogs appear

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

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


[Bug 1162090] Re: ndiswrapper-dkms 1.58~rc1-0ubuntu1: ndiswrapper kernel module failed to build

2013-03-30 Thread Dave Lentz
*** This bug is a duplicate of bug 1106051 ***
https://bugs.launchpad.net/bugs/1106051

** This bug has been marked a duplicate of bug 1106051
   ndiswrapper-dkms 1.58~rc1-0ubuntu1: ndiswrapper kernel module failed to 
build [error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before 
‘wrap_pnp_remove_pci_device’]

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

Title:
  ndiswrapper-dkms 1.58~rc1-0ubuntu1: ndiswrapper kernel module failed
  to build

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

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

[Bug 1162140] Re: ati adapter not recognised by 3.8.x kernel

2013-03-30 Thread Dave Lentz
** Package changed: linux (Ubuntu) = xorg (Ubuntu)

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

Title:
  ati adapter not recognised by 3.8.x kernel

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

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


[Bug 1162160] [NEW] cpufreqd buffer overflow detected

2013-03-30 Thread Samuele Maggioni
Public bug reported:

After upgrade, cpufreqd don't start anymore.
I'm using Ubuntu 13.04 on an Acer Aspire 1810TZ

* Starting CPU Frequency daemon cpufreqd   
*** buffer overflow detected ***: /usr/sbin/cpufreqd terminated
=== Backtrace: =
/lib/i386-linux-gnu/libc.so.6(__fortify_fail+0x63)[0xb7616bc3]
/lib/i386-linux-gnu/libc.so.6(+0x10593a)[0xb761593a]
/lib/i386-linux-gnu/libc.so.6(+0x1060e7)[0xb76160e7]
/usr/sbin/cpufreqd(main+0x31d)[0x804a10d]
/lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf5)[0xb7529935]
/usr/sbin/cpufreqd[0x804b40d]
=== Memory map: 
08048000-08052000 r-xp  08:05 2343   /usr/sbin/cpufreqd
08052000-08053000 r--p a000 08:05 2343   /usr/sbin/cpufreqd
08053000-08054000 rw-p b000 08:05 2343   /usr/sbin/cpufreqd
088fa000-0891b000 rw-p  00:00 0  [heap]
b750f000-b751 rw-p  00:00 0 
b751-b76bd000 r-xp  08:05 153114 
/lib/i386-linux-gnu/libc-2.17.so
b76bd000-b76bf000 r--p 001ad000 08:05 153114 
/lib/i386-linux-gnu/libc-2.17.so
b76bf000-b76c rw-p 001af000 08:05 153114 
/lib/i386-linux-gnu/libc-2.17.so
b76c-b76c4000 rw-p  00:00 0 
b76c4000-b76c9000 r-xp  08:05 19603  /usr/lib/libcpufreq.so.0.0.0
b76c9000-b76ca000 r--p 4000 08:05 19603  /usr/lib/libcpufreq.so.0.0.0
b76ca000-b76cb000 rw-p 5000 08:05 19603  /usr/lib/libcpufreq.so.0.0.0
b76cb000-b76ce000 r-xp  08:05 153098 
/lib/i386-linux-gnu/libdl-2.17.so
b76ce000-b76cf000 r--p 2000 08:05 153098 
/lib/i386-linux-gnu/libdl-2.17.so
b76cf000-b76d rw-p 3000 08:05 153098 
/lib/i386-linux-gnu/libdl-2.17.so
b76d2000-b76ed000 r-xp  08:05 132175 
/lib/i386-linux-gnu/libgcc_s.so.1
b76ed000-b76ee000 r--p 0001a000 08:05 132175 
/lib/i386-linux-gnu/libgcc_s.so.1
b76ee000-b76ef000 rw-p 0001b000 08:05 132175 
/lib/i386-linux-gnu/libgcc_s.so.1
b76ef000-b76f2000 rw-p  00:00 0 
b76f2000-b76f3000 r-xp  00:00 0  [vdso]
b76f3000-b7713000 r-xp  08:05 153124 /lib/i386-linux-gnu/ld-2.17.so
b7713000-b7714000 r--p 0001f000 08:05 153124 /lib/i386-linux-gnu/ld-2.17.so
b7714000-b7715000 rw-p 0002 08:05 153124 /lib/i386-linux-gnu/ld-2.17.so
bfbe6000-bfc07000 rw-p  00:00 0  [stack]
Aborted (core dumped)
invoke-rc.d: initscript cpufreqd, action start failed.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: cpufreqd 2.4.2-2
ProcVersionSignature: Ubuntu 3.8.0-15.25-generic 3.8.4
Uname: Linux 3.8.0-15-generic i686
ApportVersion: 2.9.2-0ubuntu5
Architecture: i386
Date: Sat Mar 30 10:46:45 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2010-10-16 (895 days ago)
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
MarkForUpload: True
SourcePackage: cpufreqd
UpgradeStatus: Upgraded to raring on 2013-03-16 (13 days ago)

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


** Tags: apport-bug i386 raring

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

Title:
  cpufreqd buffer overflow detected

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

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


[Bug 1081307] Re: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox kernel module failed to build [merge request]

2013-03-30 Thread Ruben Rocha
Check if you removed the virtualbox install. Run apt-get remove
virtualbox and then add the ppa.

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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox kernel module
  failed to build [merge request]

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

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


[Bug 1162005] Re: Ubuntu 12.10 installer crashed on fresh install

2013-03-30 Thread André Terpstra
Brian,

The problem has been solved however there may be some action required.
First, in spite of the message I was able to boot into the installation
and everything seemed to be working including Grub2.

Still, I decided to repeat the installation as you suggested and then no
errors or messages occurred anymore.

So the question is whether this error message should appear? I
understand that that always something can go wrong downloading updates
but should this lead to such a confusing message?

André.

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

Title:
  Ubuntu 12.10 installer crashed on fresh install

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

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

[Bug 1153196] Re: Cannot calculate the upgrade

2013-03-30 Thread caicome
apport information

** Tags added: apport-collected

** Description changed:

  10.04 to 12.04 upgrade failed
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: update-manager 1:0.134.12.1
  ProcVersionSignature: Ubuntu 2.6.32-46.105-generic 2.6.32.60+drm33.26
  Uname: Linux 2.6.32-46-generic i686
  NonfreeKernelModules: wl fglrx
  Architecture: i386
  Date: Sun Mar 10 19:24:28 2013
  EcryptfsInUse: Yes
  GConfNonDefault:
   /apps/update-manager/check_new_release_ignore=
   /apps/update-manager/first_run=false
   /apps/update-manager/show_details=false
   /apps/update-manager/show_versions=false
   /apps/update-manager/window_size=(600,600)
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.2)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=zh_CN:zh
   PATH=(custom, no user)
   LANG=zh_CN.utf8
   SHELL=/bin/bash
  SourcePackage: update-manager
  VarLogDistupgradeAptclonesystemstate.tar.gz: Error: [Errno 13] 权限不够: 
'/var/log/dist-upgrade/apt-clone_system_state.tar.gz'
  VarLogDistupgradeTermlog:
+ --- 
+ Architecture: i386
+ DistroRelease: Ubuntu 10.04
+ EcryptfsInUse: Yes
+ GConfNonDefault:
+  /apps/update-manager/check_new_release_ignore=
+  /apps/update-manager/first_run=false
+  /apps/update-manager/show_versions=false
+  /apps/update-manager/window_size=(600,600)
+ InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.2)
+ NonfreeKernelModules: wl fglrx
+ Package: update-manager 1:0.134.12.1
+ PackageArchitecture: all
+ ProcEnviron:
+  LANGUAGE=zh_CN:zh
+  PATH=(custom, no user)
+  LANG=zh_CN.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-46.107-generic 2.6.32.60+drm33.26
+ Tags: lucid dist-upgrade
+ Uname: Linux 2.6.32-46-generic i686
+ UserGroups: adm admin cdrom dialout lpadmin netdev plugdev sambashare
+ VarLogDistupgradeAptclonesystemstate.tar.gz: Error: [Errno 13] 权限不够: 
'/var/log/dist-upgrade/apt-clone_system_state.tar.gz'
+ VarLogDistupgradeTermlog:

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/1153196/+attachment/3607691/+files/Dependencies.txt

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

Title:
  Cannot calculate the upgrade

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

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

[Bug 1153196] VarLogDistupgradeAptlog.txt

2013-03-30 Thread caicome
apport information

** Attachment added: VarLogDistupgradeAptlog.txt
   
https://bugs.edge.launchpad.net/bugs/1153196/+attachment/3607692/+files/VarLogDistupgradeAptlog.txt

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

Title:
  Cannot calculate the upgrade

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

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


[Bug 1153196] VarLogDistupgradeLspcitxt.txt

2013-03-30 Thread caicome
apport information

** Attachment added: VarLogDistupgradeLspcitxt.txt
   
https://bugs.edge.launchpad.net/bugs/1153196/+attachment/3607693/+files/VarLogDistupgradeLspcitxt.txt

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

Title:
  Cannot calculate the upgrade

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

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


[Bug 1153196] VarLogDistupgradeSystemstate.tar.gz

2013-03-30 Thread caicome
apport information

** Attachment added: VarLogDistupgradeSystemstate.tar.gz
   
https://bugs.edge.launchpad.net/bugs/1153196/+attachment/3607695/+files/VarLogDistupgradeSystemstate.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/1153196

Title:
  Cannot calculate the upgrade

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

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


[Bug 1153196] VarLogDistupgradeMainlog.txt

2013-03-30 Thread caicome
apport information

** Attachment added: VarLogDistupgradeMainlog.txt
   
https://bugs.edge.launchpad.net/bugs/1153196/+attachment/3607694/+files/VarLogDistupgradeMainlog.txt

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

Title:
  Cannot calculate the upgrade

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

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


[Bug 1101097] Re: update-notifier crashed with SIGSEGV in __GI___libc_free()

2013-03-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  update-notifier crashed with SIGSEGV in __GI___libc_free()

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

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


[Bug 1155202] Re: [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No sound at all

2013-03-30 Thread Dave Lentz
Yes, please post link to your alsa-info now that you've installed latest
driver: https://wiki.ubuntu.com/Audio/AlsaInfo

** Changed in: alsa-driver (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/1155202

Title:
  [Intel DZ77SL-50K, Intel PantherPoint HDMI, Digital Out, HDMI] No
  sound at all

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

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


[Bug 1162156] Re: nvidia-current 304.51.really.304.43-0ubuntu1: nvidia-current kernel module failed to build

2013-03-30 Thread Dave Lentz
*** This bug is a duplicate of bug 1083925 ***
https://bugs.launchpad.net/bugs/1083925

This happens because you have custom 3.8 kernel installed in addition to
the reqular 3.5.x quantal kernel.

** This bug has been marked a duplicate of bug 1083925
   nvidia kernel module failed to build on kernel = 3.7 [error: #error 
remap_page_range() conftest failed!]

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

Title:
  nvidia-current 304.51.really.304.43-0ubuntu1: nvidia-current kernel
  module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1162156/+subscriptions

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


[Bug 1155731] Re: Recurring kernel panic with khidp after resume from S3 on a MacBook3, 1 with a connected bluetooth keyboard

2013-03-30 Thread JC
Preliminary results with v3.8.9-10.19:

Resume without kernel panic, but no reconnection to bluetooth keyboard. 
Internal keyboard / external display etc. all work.
Attached kern.log has some info as well, which differs from previous logs.


** Attachment added: kern.log-3.8.0-10.19
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1155731/+attachment/3607699/+files/kern.log-3.8.0-10.19

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

Title:
  Recurring kernel panic with khidp after resume from S3 on a MacBook3,1
  with a connected bluetooth keyboard

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

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


[Bug 975887] Re: gschem initial start brings on malformed information window

2013-03-30 Thread Fukanchik
same happens for me

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

Title:
  gschem initial start brings on malformed information window

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

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


[Bug 975887] Re: gschem initial start brings on malformed information window

2013-03-30 Thread Fukanchik
Furthermore - attribute editor window has the same problem - attrribute
value entry field is 2 pixels high.

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

Title:
  gschem initial start brings on malformed information window

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

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


[Bug 1069019] Re: [software-properties-gtk] can not delete, enable or modify any software source with non-ASCII characters in the comment

2013-03-30 Thread Matej Kovacic
I have Quantal (upgraded recently), and can confirm the problem.

In fact the problem are non-english characters. When you upgrade,
upgrade tool would disable old sources and add commnet they are
disabled. In slovenian language comment is like: onemogočeno ob
nadgradnji na quantal. It contains slovenian character č.

When I changed it to onemogoceno ob nadgradnji na quantal (c instead
of č), everything works fine.

It is a nasty bug for all who don't know how to edit sources.list from
commandline, because you can not enable, remove or edit disabled sources
from GUI tool.

I think solution should be quite trivial, so it would be great if
developers could solve that with higher priority.

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

Title:
  [software-properties-gtk] can not delete, enable or modify any
  software source with non-ASCII characters in the comment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1069019/+subscriptions

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

[Bug 975887] Re: gschem initial start brings on malformed information window

2013-03-30 Thread Fukanchik
** Attachment added: attr-window.png
   
https://bugs.launchpad.net/geda/+bug/975887/+attachment/3607700/+files/attr-window.png

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

Title:
  gschem initial start brings on malformed information window

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

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


[Bug 917668] Re: system freeze (hard LOCKUP), warn_slowpath_common+0x7f in sock_aio_read

2013-03-30 Thread mejean
I think I have the same issue :
[  77761.6005] WARNING : at /build/buildd/Linux-3.2.0/kernel/watchdog:241 
watchdog-overflow-callback +0x9a/0xc0()
[  77761.6005] Hardware name : System Product Name
[  77761.6005] Watchdog detected hard LOCK on cpu 2
[  77761.6005] Module linked in: btrfs zlibdeflate libcrc32c ufc qnx4 ...

My configuration :
Ubuntu 12.04.1 Precise Pangolin (64bits)
Asus M4A89GTD PRO (with integrated Radeon HD 4290)
AMD Phenon II X4 955 processor

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

Title:
  system freeze (hard LOCKUP), warn_slowpath_common+0x7f in
  sock_aio_read

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

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


[Bug 1162024] Re: No tty after fglrx installation

2013-03-30 Thread Dariusz.Ostolski
This is a workaround that I applied:

 sudo apt-get remove --purge fglrx*
  sudo apt-get remove --purge xserver-xorg-video-ati xserver-xorg-video-radeon 
  sudo apt-get install xserver-xorg-video-ati
  sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri 
xserver-xorg-core
  sudo dpkg-reconfigure xserver-xorg
  sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

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

Title:
  No tty after fglrx installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1162024/+subscriptions

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


[Bug 1084430] Re: package libwww-perl 6.04-1 failed to install/upgrade: package libwww-perl is already installed and configured

2013-03-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  package libwww-perl 6.04-1 failed to install/upgrade: package libwww-
  perl is already installed and configured

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

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


[Bug 1162164] [NEW] during installation of kubuntu 13.04 alpha1 on an older hardware system from 2007/2008 in the middle crash happens and kubuntu is installed only half - doesnt work

2013-03-30 Thread Simon Andric
Public bug reported:

hello!

i tried to install kubuntu on a coputer which is around 5 years old.
Last year i tried to instal the version precise panglin and didnt have
any problem - but in this pre reelease 13.04 in the middle of
installation - it says sth likerunning post-installation trigger hi-
color.something i couldnt write ti to the end because it
dissapeared and the live cd kubuntu loaded so fast...

also i had problems with sending this report... im installing this
version on a computer in iran, this cd i have to admit i have tried to
install previouldy on other newer computer in my home country slovenia
and never had this problerm - the SAME live cd, so it has to do sth with
either different hardware or maybe problem with slower insternet here in
iran.

any help would be appriciated, becase this error essentially brakes the
installation and i cannot run kubuntu ...at all from the hard drive...
after the beggining splash screen only black screen appears and if i hit
ctrl+alt+del -- a series of text apeears sth like livectl cannot
be...sth or sth like that..again it goes so fast i cannot read it so
fast befrore rebooting occurs.

im writing this from my kubuntu liveCD

thank you!

nice day

Simon:)

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: ubiquity 2.13.6
ProcVersionSignature: Ubuntu 3.7.0-4.12-generic 3.7.0-rc7
Uname: Linux 3.7.0-4-generic i686
ApportVersion: 2.6.3-0ubuntu3
Architecture: i386
CasperVersion: 1.330
Date: Sat Mar 30 14:54:47 2013
InstallCmdLine: file=/cdrom/preseed/kubuntu.seed boot=casper maybe-ubiquity 
initrd=/casper/initrd.lz quiet splash --
LiveMediaBuild: Kubuntu 13.04 Raring Ringtail - Alpha i386 (20121205)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 raring ubiquity-2.13.6

** Information type changed from Private Security 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/1162164

Title:
  during installation of kubuntu 13.04 alpha1 on an older hardware
  system from 2007/2008 in  the middle crash happens and kubuntu is
  installed only  half - doesnt work

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

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


[Bug 545790] Re: package PACKAGE failed to install/upgrade: error writing to 'standard output': Success

2013-03-30 Thread Migbil Zaimi
** Also affects: dpkg
   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/545790

Title:
  package PACKAGE failed to install/upgrade: error writing to 'standard
  output': Success

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

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


[Bug 1161608] Re: Icon missing for Seahorse in Lubuntu

2013-03-30 Thread Lars Noodén
Thanks.

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

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

Title:
  Icon missing for Seahorse in Lubuntu

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

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


[Bug 1162112] Re: ipython/ipython3 crash on qtconsole mode

2013-03-30 Thread Thomas Kluyver
It's already fixed upstream, as you noticed:
https://github.com/ipython/ipython/pull/2831

We're planning a 0.13.2 release soon that will include this fix.

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

Title:
  ipython/ipython3 crash on qtconsole mode

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

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


[Bug 1106174] Re: ddtp-ubuntu lp translations outdated since quantal

2013-03-30 Thread Pascal De Vuyst
** Summary changed:

- ddtp-ubuntu lp translations outdated in quantal
+ ddtp-ubuntu lp translations outdated since quantal

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

Title:
  ddtp-ubuntu lp translations outdated since quantal

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

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


[Bug 1049473] Re: Missing header GeoDataTreeModel.h in libmarble-dev-4:4.8.4-0ubuntu0.1

2013-03-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~mitya57/ubuntu/precise/marble/lp1049473

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

Title:
  Missing header GeoDataTreeModel.h in libmarble-dev-4:4.8.4-0ubuntu0.1

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

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


[Bug 1161868] Re: Xorg crashed with SIGABRT

2013-03-30 Thread Reint Kamp
*** This bug is a duplicate of bug 1033533 ***
https://bugs.launchpad.net/bugs/1033533

bug #1033533 is a xorg/nouveau bug. This is a xorg/nvidia not?

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

Title:
  Xorg crashed with SIGABRT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1161868/+subscriptions

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


[Bug 1162166] [NEW] Privacy Gtk-CRITICAL and GLib-CRITICAL messages

2013-03-30 Thread Thibault D
Public bug reported:

Reproduced with a 13.04 daily build on a live USB key.

1. Open gnome-control-center in a terminal

2. Open Privacy, the following error message appears:

(gnome-control-center:9683): Gtk-CRITICAL **: gtk_box_pack: assertion
`gtk_widget_get_parent (child) == NULL' failed

3. Open the Files tab, and click + at the bottom-left of the window
(Don't record activity in the following folders). Select the Ubuntu
folder for example and click OK

4. Select the folder you just added (/home/ubuntu) and click the -
button.

5. The following error messages appear:

(gnome-control-center:9683): Gtk-CRITICAL **: gtk_list_store_get_value:
assertion `iter_is_valid (iter, list_store)' failed

(gnome-control-center:9683): GLib-GObject-CRITICAL **:
g_value_get_string: assertion `G_VALUE_HOLDS_STRING (value)' failed

(gnome-control-center:9683): Gtk-CRITICAL **: gtk_list_store_iter_next:
assertion `priv-stamp == iter-stamp' failed

6. Lastly, go to the Diagnostics tab and click on Private Policy,
the following error message appears:

(process:9740): GLib-CRITICAL **: g_slice_set_config: assertion
`sys_page_size == 0' failed

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gnome-control-center 1:3.6.3-0ubuntu18
ProcVersionSignature: Ubuntu 3.8.0-15.25-generic 3.8.4
Uname: Linux 3.8.0-15-generic i686
ApportVersion: 2.9.2-0ubuntu5
Architecture: i386
CasperVersion: 1.330
Date: Sat Mar 30 11:45:12 2013
LiveMediaBuild: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130328)
MarkForUpload: True
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.4-0ubuntu6.1
 deja-dup26.0-0ubuntu1
 gnome-control-center-signon 0.1.5-0ubuntu1
 gnome-control-center-unity  1.2daily13.02.15-0ubuntu1
 indicator-datetime  12.10.3daily13.03.26-0ubuntu1

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


** Tags: apport-bug i386 raring

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

Title:
  Privacy  Gtk-CRITICAL and GLib-CRITICAL messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1162166/+subscriptions

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


[Bug 989963] Re: OS installation failed to install bootloader on tandem installation option.

2013-03-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: grub-installer (Ubuntu)
   Status: New = Confirmed

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

Title:
  OS installation failed to install bootloader on tandem installation
  option.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/989963/+subscriptions

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


[Bug 1160201] Re: .........

2013-03-30 Thread Dave Lentz
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information.  We have instructions on
debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).
Thanks! 

** Changed in: xorg (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/1160201

Title:
  .

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

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


[Bug 1162168] [NEW] Error messages when pressing F5/F11 : EvinceView-CRITICAL, GLib-GObject-CRITICAL, Gtk-CRITICAL

2013-03-30 Thread Thibault D
Public bug reported:

Reproduced with a 13.04 daily build on a live USB key

1. Open evince in a terminal

2. Press F5 and after F11, the following error messages appear:

(evince:10768): EvinceView-CRITICAL **: ev_view_presentation_new:
assertion `EV_IS_DOCUMENT (document)' failed

(evince:10768): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(evince:10768): GLib-GObject-CRITICAL **: g_signal_connect_data:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(evince:10768): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(evince:10768): GLib-GObject-CRITICAL **: g_signal_connect_data:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(evince:10768): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(evince:10768): GLib-GObject-CRITICAL **: g_signal_connect_data:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(evince:10768): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(evince:10768): GLib-GObject-CRITICAL **: g_signal_connect_data:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(evince:10768): Gtk-CRITICAL **: gtk_box_pack: assertion `GTK_IS_WIDGET
(child)' failed

(evince:10768): Gtk-CRITICAL **: gtk_widget_grab_focus: assertion
`GTK_IS_WIDGET (widget)' failed

(evince:10768): Gtk-CRITICAL **: gtk_widget_show: assertion
`GTK_IS_WIDGET (widget)' failed

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: evince 3.6.1-1ubuntu3
ProcVersionSignature: Ubuntu 3.8.0-15.25-generic 3.8.4
Uname: Linux 3.8.0-15-generic i686
ApportVersion: 2.9.2-0ubuntu5
Architecture: i386
CasperVersion: 1.330
Date: Sat Mar 30 12:16:13 2013
LiveMediaBuild: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130328)
MarkForUpload: True
SourcePackage: evince
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 raring

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

Title:
  Error messages when pressing F5/F11 : EvinceView-CRITICAL, GLib-
  GObject-CRITICAL, Gtk-CRITICAL

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

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


[Bug 1162169] [NEW] Wrong Alt+Tab order using Shift Switcher

2013-03-30 Thread MestreLion
Public bug reported:

I stopped using Unity's default Alt+Tab switcher due to its mandatory
windows grouping, and changed to compiz's Shift Switcher, which looks
great and does not group windows.

But Shift Switcher has a very annoying bug about Alt+Tab ordering - I
cannot re-order windows by using Alt-Tab, and the order it choses is
unpredictable.

Its hard to explain, but Ill try an example: 10 open windows, I'm on
Firefox, next to it (in alt+tab order) are xchat, eclipse, terminal,
nautilus, gedit.

Alt+tab,tab,tab,release, I'm on terminal.

Now I expect that a quick Alt+Tab would open Firefox (it was the last
window). But instead it opens... Nautilus! And I have to Alt+tab,tab...
(or Shift+Alt+tab,tab...) to go back to Firefox. And no matter what I
do, I'm unable to make Firefox and Terminal stay together on Alt+Tab
order using Alt+Tab and release alone.  I need to minimize all windows
but these 2 to make it so.

And sometimes the order changes randomly, making the 2nd or 3rd window
in Alt+Tab order be a window that I don't use for a long time. And I
also noticed that by clicking on the windows on Unity's Launcher allows
me to change order, so I could click Firefox, click Terminal, and then
these would be together in Alt+Tab.

Shoudn't Alt+Tab order be based on which windows had last focus?
Shouldn't I be able to re-order the stack by using Alt+tab and
releasing in the wanted windows in a given order so the next alt+tab
will have that order? And why this order sometimes change unpredictably?

Using Ubuntu 12.04 x64 desktop, fully updated with all repos including
-proposed

** Affects: compiz (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/1162169

Title:
  Wrong Alt+Tab order using Shift Switcher

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

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


[Bug 1112337] Re: evince is segfaulting on loading a PDF (xerox documentation)

2013-03-30 Thread Thibault D
Hi, I just tried to open your file on today's 13.04 daily build and it
is working just fine.

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

Title:
  evince is segfaulting on loading a PDF (xerox documentation)

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

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


[Bug 1162097] Re: graphical issue unity (latest daily)

2013-03-30 Thread Dave Lentz
@Joeri: your attached screenshot was in executable format, so I've
removed it in the interest of security. Please upload the screenshot in
image format (like png or jpg). Thanks.

** Attachment removed: graph
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1162097/+attachment/3607359/+files/graph

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

Title:
  graphical issue unity (latest daily)

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

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


Re: [Bug 1161306] Re: package linux-image-3.8.0-15-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2013-03-30 Thread 178John DiGirolamo
Hey and Thanks!.. I did get it to go. Cleaned things out, enabled
networking at boot and ran dpkg and it blew through it. Blissfully ignorant
trying different things and it went if this info helps
John

On Fri, Mar 29, 2013 at 11:32 AM, Launchpad Bug Tracker 
1161...@bugs.launchpad.net wrote:

 Status changed to 'Confirmed' because the bug affects multiple users.

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

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1161368).
 https://bugs.launchpad.net/bugs/1161306

 Title:
   package linux-image-3.8.0-15-generic (not installed) failed to
   install/upgrade: subprocess new pre-installation script returned error
   exit status 128

 Status in “dpkg” package in Ubuntu:
   Confirmed
 Status in “linux” package in Ubuntu:
   Confirmed

 Bug description:
   lastest update o 13.04  failed

   ProblemType: Package
   DistroRelease: Ubuntu 13.04
   Package: linux-image-3.8.0-15-generic (not installed)
   ProcVersionSignature: Ubuntu 3.8.0-14.24-generic 3.8.4
   Uname: Linux 3.8.0-14-generic x86_64
   ApportVersion: 2.9.2-0ubuntu5
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC1:  bfb2035 F pulseaudio
/dev/snd/controlC0:  bfb2035 F pulseaudio
   CurrentDmesg:
[   27.058911] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   27.884860] init: plymouth-stop pre-start process (1402) terminated
 with status 1
[   53.229178] systemd-logind[2186]: New seat seat0.
[   53.229369] systemd-logind[2186]: Failed to save seat data for
 seat0: No such file or directory
   Date: Thu Mar 28 10:59:14 2013
   ErrorMessage: subprocess new pre-installation script returned error exit
 status 128
   HibernationDevice: RESUME=UUID=0bf6199e-16ca-4386-8155-51f46134aef9
   InstallationDate: Installed on 2012-10-19 (159 days ago)
   InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64
 (20121017.5)
   MachineType: ASUSTeK Computer Inc. K53U
   MarkForUpload: True
   ProcFB: 0 radeondrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-14-generic
 root=UUID=743c3b3f-ab9b-4a3d-aeaa-2a9f00a37950 ro quiet splash vt.handoff=7
   PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No
 PulseAudio daemon running, or not running as session daemon.
   RelatedPackageVersions: grub-pc 2.00-13ubuntu2
   RfKill:
0: phy0: Wireless LAN
 Soft blocked: no
 Hard blocked: no
   SourcePackage: linux
   Title: package linux-image-3.8.0-15-generic (not installed) failed to
 install/upgrade: subprocess new pre-installation script returned error exit
 status 128
   UpgradeStatus: Upgraded to raring on 2013-03-08 (20 days ago)
   dmi.bios.date: 04/10/2012
   dmi.bios.vendor: American Megatrends Inc.
   dmi.bios.version: 223
   dmi.board.asset.tag: To be filled by O.E.M.
   dmi.board.name: K53U
   dmi.board.vendor: ASUSTeK Computer Inc.
   dmi.board.version: 1.0
   dmi.chassis.asset.tag: No Asset Tag
   dmi.chassis.type: 10
   dmi.chassis.vendor: ASUSTeK Computer Inc.
   dmi.chassis.version: 1.0
   dmi.modalias:
 dmi:bvnAmericanMegatrendsInc.:bvr223:bd04/10/2012:svnASUSTeKComputerInc.:pnK53U:pvr1.0:rvnASUSTeKComputerInc.:rnK53U:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
   dmi.product.name: K53U
   dmi.product.version: 1.0
   dmi.sys.vendor: ASUSTeK Computer Inc.

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


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

Title:
  package linux-image-3.8.0-15-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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

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

Re: [Bug 1161306] Re: package linux-image-3.8.0-15-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2013-03-30 Thread 178John DiGirolamo
Got mine to go in similar manner.

Cleaned things out, enabled networking at boot and dpkg and it blew right
through it.

I could not get mine to go even after cleaning via terminal with OS booted
to gui.

John


On Thu, Mar 28, 2013 at 7:05 PM, Brian Smith 1161...@bugs.launchpad.netwrote:

 I have managed to upgrade by folowing this advice:

 sudo apt-get install -f
 sudo apt-get clean
 sudo apt-get update


 Then upgrade in the terminal NOT with Software Updater

  Message du 28/03/13 19:55
  De : Adam Conrad
  A : brian.sm...@laposte.net
  Copie à :
  Objet : [Bug 1161306] Re: package linux-image-3.8.0-15-generic (not
 installed) failed to install/upgrade: subprocess new pre-installation
 script returned error exit status 128
 

  I can't sort out how to reproduce this locally. Has anyone come up with
  a decent reproduction recipe yet?
 
  --
  You received this bug notification because you are subscribed to the bug
  report.
  https://bugs.launchpad.net/bugs/1161306
 
  Title:
  package linux-image-3.8.0-15-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128
 
  Status in “dpkg” package in Ubuntu:
  New
  Status in “linux” package in Ubuntu:
  Confirmed
 
  Bug description:
  lastest update o 13.04 failed
 
  ProblemType: Package
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-15-generic (not installed)
  ProcVersionSignature: Ubuntu 3.8.0-14.24-generic 3.8.4
  Uname: Linux 3.8.0-14-generic x86_64
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
  USER PID ACCESS COMMAND
  /dev/snd/controlC1: bfb 2035 F pulseaudio
  /dev/snd/controlC0: bfb 2035 F pulseaudio
  CurrentDmesg:
  [ 27.058911] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  [ 27.884860] init: plymouth-stop pre-start process (1402) terminated
 with status 1
  [ 53.229178] systemd-logind[2186]: New seat seat0.
  [ 53.229369] systemd-logind[2186]: Failed to save seat data for seat0:
 No such file or directory
  Date: Thu Mar 28 10:59:14 2013
  ErrorMessage: subprocess new pre-installation script returned error exit
 status 128
  HibernationDevice: RESUME=UUID=0bf6199e-16ca-4386-8155-51f46134aef9
  InstallationDate: Installed on 2012-10-19 (159 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64
 (20121017.5)
  MachineType: ASUSTeK Computer Inc. K53U
  MarkForUpload: True
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-14-generic
 root=UUID=743c3b3f-ab9b-4a3d-aeaa-2a9f00a37950 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No
 PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.00-13ubuntu2
  RfKill:
  0: phy0: Wireless LAN
  Soft blocked: no
  Hard blocked: no
  SourcePackage: linux
  Title: package linux-image-3.8.0-15-generic (not installed) failed to
 install/upgrade: subprocess new pre-installation script returned error exit
 status 128
  UpgradeStatus: Upgraded to raring on 2013-03-08 (20 days ago)
  dmi.bios.date: 04/10/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 223
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: K53U
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias:
 dmi:bvnAmericanMegatrendsInc.:bvr223:bd04/10/2012:svnASUSTeKComputerInc.:pnK53U:pvr1.0:rvnASUSTeKComputerInc.:rnK53U:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: K53U
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.
 
  To manage notifications about this bug go to:
 
 https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1161306/+subscriptions
 

 Laposte.net, messager officiel du Rallye des Gazelles en 2013 ! Pour
 suivre le Rallye Aïcha des Gazelles et soutenir les participantes,
 cliquez sur www.laposte.net/thematique/rallye-des-gazelles

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1161368).
 https://bugs.launchpad.net/bugs/1161306

 Title:
   package linux-image-3.8.0-15-generic (not installed) failed to
   install/upgrade: subprocess new pre-installation script returned error
   exit status 128

 Status in “dpkg” package in Ubuntu:
   New
 Status in “linux” package in Ubuntu:
   Confirmed

 Bug description:
   lastest update o 13.04  failed

   ProblemType: Package
   DistroRelease: Ubuntu 13.04
   Package: linux-image-3.8.0-15-generic (not installed)
   ProcVersionSignature: Ubuntu 3.8.0-14.24-generic 3.8.4
   Uname: Linux 3.8.0-14-generic x86_64
   ApportVersion: 2.9.2-0ubuntu5
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC1:  bfb2035 F pulseaudio
/dev/snd/controlC0:  bfb2035 F pulseaudio
   CurrentDmesg:
[   27.058911] 

[Bug 801414] Re: Open Database dialog opens after minimizing

2013-03-30 Thread Julian Taylor
the patch does not seem to have the desired effect for me. It still
opens the dialog on minimize.

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

Title:
  Open Database dialog opens after minimizing

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

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


[Bug 774071] Re: Indicator-datetime-service renders 100% CPU usage

2013-03-30 Thread Arthur Zalevsky
It's a great problem for me, because i've got multi-user machines. So
it's about 3 or 5 datetime-indicator-service processes  on every machine
and each one consumes whole core.

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

Title:
  Indicator-datetime-service renders 100% CPU usage

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

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


[Bug 1162177] [NEW] nginx-light: invalid parameter ipv6_only=on

2013-03-30 Thread Leon
Public bug reported:

I'm running Raring and when I install nginx-light and try to start it I
get this error:

  invalid parameter ipv6_only=on in /etc/nginx/sites-enabled/default

I believe it's because the `nginx-light` package doesn't contain the
IPv6 module.

** Affects: nginx (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/1162177

Title:
  nginx-light: invalid parameter ipv6_only=on

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

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


[Bug 1162173] Re: tracker-extract crashed with SIGSEGV in oil_init()

2013-03-30 Thread Apport retracing service
*** This bug is a duplicate of bug 1048379 ***
https://bugs.launchpad.net/bugs/1048379

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1162173/+attachment/3607754/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1162173/+attachment/3607756/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1162173/+attachment/3607758/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1162173/+attachment/3607759/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1162173/+attachment/3607760/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1162173/+attachment/3607761/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1162173/+attachment/3607762/+files/ThreadStacktrace.txt

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

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

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

Title:
  tracker-extract crashed with SIGSEGV in oil_init()

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

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


[Bug 1162178] [NEW] GLib-CRITICAL messages when clicking on Get Help online or on the Twitter / Facebook icons

2013-03-30 Thread Thibault D
Public bug reported:

Reproduced with a 13.04 daily build on a live USB key.

1. Open ubuntuone-control-panel-qt in a terminal.

2. Click on the Get Help online link, the following message appears:

(process:12263): GLib-CRITICAL **: g_slice_set_config: assertion
`sys_page_size == 0' failed

3. Click on the Twitter icon, the following message appears:

(process:12361): GLib-CRITICAL **: g_slice_set_config: assertion
`sys_page_size == 0' failed

4. Click on the Facebook icon, the following message appears:

(process:12378): GLib-CRITICAL **: g_slice_set_config: assertion
`sys_page_size == 0' failed

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: ubuntuone-control-panel-qt 4.2.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-15.25-generic 3.8.4
Uname: Linux 3.8.0-15-generic i686
ApportVersion: 2.9.2-0ubuntu5
Architecture: i386
CasperVersion: 1.330
Date: Sat Mar 30 12:45:08 2013
LiveMediaBuild: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130328)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntuone-control-panel
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 raring

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

Title:
  GLib-CRITICAL messages when clicking on Get Help online or on the
  Twitter / Facebook icons

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-control-panel/+bug/1162178/+subscriptions

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


[Bug 1162176] [NEW] /etc/X11/Xsession.d/45custom_xrandr-settings is ignored in 13.04

2013-03-30 Thread pdknsk
Public bug reported:

I have used this file to run custom xrandr on boot in 12.10 and it
worked very well. In 13.04 this file is ignored. If this is by design,
please advise how to run custom xrandr in the new release. Thanks.

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


** Tags: 13.04 raring xrandr

** Package changed: unity (Ubuntu) = xrandr (Ubuntu)

** Summary changed:

- /etc/X11/Xsession.d/45custom_xrandr-settings is ignored
+ /etc/X11/Xsession.d/45custom_xrandr-settings is ignored in 13.04

** Tags added: 13.04 raring

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

Title:
  /etc/X11/Xsession.d/45custom_xrandr-settings is ignored in 13.04

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

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


[Bug 961086] Re: DragDrop doesn't work for some programs in launcher

2013-03-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  DragDrop doesn't work for some programs in launcher

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

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


[Bug 1162176] Re: /etc/X11/Xsession.d/45custom_xrandr-settings is ignored in 13.04

2013-03-30 Thread pdknsk
** Tags removed: xrandr

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

Title:
  /etc/X11/Xsession.d/45custom_xrandr-settings is ignored in 13.04

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

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


[Bug 1162179] [NEW] hidden unity launcher peeks briefly on boot with default settings in 13.04

2013-03-30 Thread pdknsk
Public bug reported:

When the system boots, the unity launcher is shown with default settings
before it re-adjusts to custom settings about a second later. Settings
like visiblity and icon size are ignored briefly. This was not the case
in 12.10 previously.

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


** Tags: 13.04 raring

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

Title:
  hidden unity launcher peeks briefly on boot with default settings in
  13.04

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

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


[Bug 1083084] Re: add option for alt-tab window grouping disable

2013-03-30 Thread MestreLion
This is indeed very annoying. Isn't there *any* way to disable grouping?
I'm willing to accept *any* method, dconf, gconf, some obscure config
file, anything? Heck even editing source and recompiling if that's what
it takes.

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

Title:
  add option for alt-tab window grouping disable

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

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


[Bug 961086] Re: DragDrop doesn't work for some programs in launcher

2013-03-30 Thread jan
Hallo,
its the same problem with DTP Software Scribus drag and drop did not work for 
images and also text.

regards Jan

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

Title:
  DragDrop doesn't work for some programs in launcher

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

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


[Bug 1162112] Re: ipython/ipython3 crash on qtconsole mode

2013-03-30 Thread avlas
Great, thanks!

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

Title:
  ipython/ipython3 crash on qtconsole mode

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

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


[Bug 1162183] [NEW] Update gweled package, there are translation updates

2013-03-30 Thread Úr Balázs
Public bug reported:

There are many translation updates for gweled. Please update the packace with 
this traslations.
https://launchpad.net/gweled/trunk

** Affects: gweled (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/1162183

Title:
  Update gweled package, there are translation updates

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

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


[Bug 1162164] Re: during installation of kubuntu 13.04 alpha1 on an older hardware system from 2007/2008 in the middle crash happens and kubuntu is installed only half - doesnt work

2013-03-30 Thread Ubuntu Foundations Team Bug Bot
Exception during installation:
Mar 30 09:49:22 kubuntu /plugininstall.py: SystemError: E:Sub-process 
/usr/bin/dpkg returned an error code (1)
Mar 30 09:49:22 kubuntu /plugininstall.py: 


** Tags added: installer-crash

** Changed in: ubiquity (Ubuntu)
   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/1162164

Title:
  during installation of kubuntu 13.04 alpha1 on an older hardware
  system from 2007/2008 in  the middle crash happens and kubuntu is
  installed only  half - doesnt work

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

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


[Bug 1159820] Re: python2.7 crashed with SIGSEGV in _mesa_texstore_argb8888()

2013-03-30 Thread Matthias Klose
** Package changed: python2.7 (Ubuntu) = pygame (Ubuntu)

** Information type changed from Private 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/1159820

Title:
  python2.7 crashed with SIGSEGV in _mesa_texstore_argb()

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

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


[Bug 1153816] Re: computer freezes and/or report a GPU error message

2013-03-30 Thread tdt34
Same problem with a fresh install of 12.04.02  the new kernel 3.5: 
apport-gpu-error-intel.py, only ubuntu 2d works.
My graphic card is a intel sandybridge.
Before that, i had 12.04 with kernel 3.2  ubuntu 3d was working fine.

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

Title:
  computer freezes and/or report a GPU error message

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

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


  1   2   3   4   5   6   >