[Bug 1309502] [NEW] no package for 14.04

2014-04-18 Thread Stefan Beller
Public bug reported:

How is the package called in 14.04 to install the massif visualizer?

** Affects: massif-visualizer (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/1309502

Title:
  no package for 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/massif-visualizer/+bug/1309502/+subscriptions

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


[Bug 1233604] [NEW] si unit broken

2013-10-01 Thread Stefan Beller
Public bug reported:

*
* siunitx warning: "version-1-option"
* 
* Version 1 option 'decimalsymbol' detected.
*
(/usr/share/texlive/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg


!
! LaTeX error: "kernel/property-unknown"
! 
! The key property '.meta:x' is unknown.
! 
! See the LaTeX3 documentation for further information.
! 
! For immediate help type H .
!...  
  
l.617 }

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: texlive-full 2013.20130722-1
ProcVersionSignature: Ubuntu 3.11.0-9.16-generic 3.11.2
Uname: Linux 3.11.0-9-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu1
Architecture: amd64
Date: Tue Oct  1 12:40:22 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-03-02 (213 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: texlive-base
UpgradeStatus: Upgraded to saucy on 2013-09-25 (5 days ago)

** Affects: texlive-base (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

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

Title:
  si unit broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/1233604/+subscriptions

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


[Bug 1232778] Re: bamfdaemon crashed with signal 5 in _XReply()

2013-09-29 Thread Stefan Beller
*** This bug is a duplicate of bug 1132598 ***
https://bugs.launchpad.net/bugs/1132598

see https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1232782 as well

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

Title:
  bamfdaemon crashed with signal 5 in _XReply()

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

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


[Bug 1232555] [NEW] qtcreator spawning unresponsive windows

2013-09-28 Thread Stefan Beller
Public bug reported:

So I opened qtcreator in the new ubuntu 13.10, and when clicking on
"Develop" to find my recent projects 4 additional windows popped up. I
could minimize them and work in the mainwindow. So the application works
as expected, but the 4 windows in the background being unresponsive
confused me a lot.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: qtcreator 2.7.1-0ubuntu10
ProcVersionSignature: Ubuntu 3.11.0-8.15-generic 3.11.1
Uname: Linux 3.11.0-8-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu1
Architecture: amd64
Date: Sat Sep 28 22:45:08 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-03-02 (210 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: qtcreator
UpgradeStatus: Upgraded to saucy on 2013-09-25 (2 days ago)

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


** Tags: amd64 apport-bug saucy third-party-packages

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

Title:
  qtcreator spawning unresponsive windows

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

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


[Bug 1175662] [NEW] qmake setting up wrong path for lrelease

2013-05-02 Thread Stefan Beller
Public bug reported:


To reproduce this bug run this:

  git clone git://github.com/bjorn/tiled.git tmptiled
  cd tmptiled
  qmake -r
  make 

This used to work out great using Ubuntu 12.10. However now that I try
to compile tiled using Ubuntu 13.04, it doesn't work completely. The
translations cannot be generated, because the path to the lrelease tool
is setup wrong:

make[1]: Leaving directory `/home/sb/tmptiled/src'
cd translations/ && ( test -f Makefile || 
/usr/lib/x86_64-linux-gnu/qt5/bin/qmake 
/home/sb/tmptiled/translations/translations.pro -o Makefile ) && make -f 
Makefile 
make[1]: Entering directory `/home/sb/tmptiled/translations'
/usr/lib/x86_64-linux-gnu/qt5/bin/lrelease tiled_en.ts -qm 
../share/tiled/translations/tiled_en.qm
make[1]: /usr/lib/x86_64-linux-gnu/qt5/bin/lrelease: Command not found


sb@sb:~/tmptiled$ which lrelease
/usr/bin/lrelease
sb@sb:~/tmptiled$ ls -l /usr/lib/x86_64-linux-gnu/qt5/bin/lrelease
ls: cannot access /usr/lib/x86_64-linux-gnu/qt5/bin/lrelease: No such file or 
directory
sb@sb:~/tmptiled$ ls -l /usr/lib/x86_64-linux-gnu/qt4/bin/lrelease
-rwxr-xr-x 1 root root 1658408 Mar 27 02:09 
/usr/lib/x86_64-linux-gnu/qt4/bin/lrelease

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: qt5-qmake 5.0.1+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Thu May  2 17:52:14 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-03-02 (61 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: qtbase-opensource-src
UpgradeStatus: Upgraded to raring on 2013-04-22 (9 days ago)

** Affects: qtbase-opensource-src (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring

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

Title:
  qmake setting up wrong path for lrelease

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1175662/+subscriptions

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


[Bug 1073092] Re: lscpu crashed on intel atom processor

2013-03-02 Thread Stefan Beller
This also appears in other distributions
https://bugzilla.redhat.com/show_bug.cgi?id=850907
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687502

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

Title:
  lscpu crashed on intel atom processor

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

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


[Bug 1073092] Re: lscpu crashed on intel atom processor

2013-03-02 Thread Stefan Beller
Also affects Intel(R) Atom(TM) CPU Z530 on Ubuntu 12.10 linux 3.5.0-25-generic
dpkg -l util-linux | grep ii
ii  util-linux2.20.1-5.1ubuntu2 
i386 Miscellaneous system utilities


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

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

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

Title:
  lscpu crashed on intel atom processor

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

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


[Bug 1108718] Re: Support for Ninja broken in CMake 2.8.9

2013-02-08 Thread Stefan Beller
I figured out the problem.
There are 2 packages providing a ninja binary.

ninja - Privilege escalation detection system for GNU/Linux
ninja-build - small build system closest in spirit to Make

The priviledge escape detection system binary is located in /usr/sbin/ninja
while the build ninja is found in /usr/bin/ninja which has less priority in the 
PATH variable.

Uninstalling the Privilege escalation detection system helps.
After the uninstallation, and using a clean repository cmake works fine with 
ninja (the builder).

So there is a conflict when having installed both packages at the same
time.

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

Title:
  Support for Ninja broken in CMake 2.8.9

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

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


[Bug 1108718] [NEW] Support for Ninja broken in CMake 2.8.9

2013-01-29 Thread Stefan Beller
Public bug reported:

So running "cmake ." just works, i.e. the compiler is found correctly.
However when switching to Ninja instead of make, the compiler cannot be found.
See attached script output.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: cmake 2.8.9-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
Uname: Linux 3.5.0-22-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Tue Jan 29 10:35:03 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-07-27 (185 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MarkForUpload: True
SourcePackage: cmake
UpgradeStatus: Upgraded to quantal on 2012-10-20 (100 days ago)

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


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

** Attachment added: "cmakeRun.txt"
   
https://bugs.launchpad.net/bugs/1108718/+attachment/3505535/+files/cmakeRun.txt

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

Title:
  Support for Ninja broken in CMake 2.8.9

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

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


[Bug 1100232] Re: [SBC-FITPC2, Realtek ALC662 rev1, Blue Line In, Rear] Recording has crackeling noise

2013-01-18 Thread Stefan Beller
@Luke, I removed the pulse audio files, but no luck either.
$ killall pulseaudio && rm -rf .pulse*  && LANG=C pulseaudio - --log-time=1 
> ~/pulseverbose.log 2>&1
On another terminal:
sb@sd:~$ ps aux |grep pulse 
sb   15355  7.1  0.5  99256  4944 pts/4Sl+  18:13   0:00 pulseaudio 
- --log-time=1
sb   15363  0.0  0.2  14220  2476 pts/4S+   18:13   0:00 
/usr/lib/pulseaudio/pulse/gconf-helper
sb   15373  0.0  0.0   4396   836 pts/5S+   18:14   0:00 grep 
--color=auto pulse
sb@sd:~$ parecord
Connection failure: Connection refused
pa_context_connect() failed: Connection refused

The pulseverbose.log file is attached.

@Raymond I have recreated the audio recordings without piping, but just 
$ arecord  test.wav
$ arecord -r 48000 -f FLOAT_LE  test1.wav 

The audio looks still the same.


** Attachment added: "pulseverbose.log"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1100232/+attachment/3487645/+files/pulseverbose.log

** Changed in: pulseaudio (Ubuntu)
   Status: Invalid => New

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

Title:
  [SBC-FITPC2, Realtek ALC662 rev1, Blue Line In, Rear] Recording has
  crackeling noise

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

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


[Bug 1033226] Re: No close option, only restart

2013-01-17 Thread Stefan Beller
> Matthew: It's really great to see you put so much work into this!

Thanks from me as well :)

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

Title:
  No close option, only restart

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

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


[Bug 1100965] [NEW] Mounting an SD card

2013-01-17 Thread Stefan Beller
Public bug reported:

So I tried mounting an sd card. 
sudo mount /dev/mmcblk0p1 /u

And dmesg spit out:
[45751.982879] [ cut here ]
[45751.982914] WARNING: at 
/build/buildd/linux-3.5.0/drivers/mmc/host/sdhci.c:963 
sdhci_send_command+0xbe5/0xce0 [sdhci]()
[45751.982917] Hardware name: Latitude E6520
[45751.982920] Modules linked in: nls_iso8859_1 mmc_block pci_stub vboxpci(O) 
vboxnetadp(O) vboxnetflt(O) vboxdrv(O) bnep rfcomm bluetooth binfmt_misc joydev 
dm_crypt snd_hda_codec_hdmi dell_wmi arc4 coretemp kvm_intel kvm uvcvideo 
videobuf2_core videodev videobuf2_vmalloc videobuf2_memops snd_hda_codec_idt 
sparse_keymap ppdev dell_laptop dcdbas dm_multipath scsi_dh microcode 
snd_hda_intel snd_hda_codec snd_hwdep snd_pcm lpc_ich psmouse snd_seq_midi 
pcspkr serio_raw snd_rawmidi snd_seq_midi_event snd_seq snd_timer 
snd_seq_device wmi parport_pc nvidia(PO) iwlwifi mac80211 snd mac_hid cfg80211 
mei soundcore snd_page_alloc lp parport hid_generic ghash_clmulni_intel 
aesni_intel cryptd aes_x86_64 usbhid hid firewire_ohci sdhci_pci firewire_core 
sdhci crc_itu_t e1000e video
[45751.983024] Pid: 0, comm: swapper/0 Tainted: PW  O 3.5.0-22-generic 
#34-Ubuntu
[45751.983027] Call Trace:
[45751.983031][] warn_slowpath_common+0x7f/0xc0
[45751.983054]  [] warn_slowpath_null+0x1a/0x20
[45751.983068]  [] sdhci_send_command+0xbe5/0xce0 [sdhci]
[45751.983077]  [] ? delay_tsc+0x4a/0x80
[45751.983084]  [] ? __const_udelay+0x2c/0x30
[45751.983096]  [] ? sdhci_reset+0xa4/0x180 [sdhci]
[45751.983109]  [] sdhci_finish_data+0x148/0x390 [sdhci]
[45751.983118]  [] ? printk+0x61/0x63
[45751.983131]  [] sdhci_timeout_timer+0x8f/0xd0 [sdhci]
[45751.983143]  [] ? sdhci_finish_data+0x390/0x390 [sdhci]
[45751.983151]  [] run_timer_softirq+0x13d/0x340
[45751.983159]  [] __do_softirq+0xb6/0x1d0
[45751.983169]  [] ? clockevents_program_event+0x76/0x120
[45751.983177]  [] ? tick_program_event+0x24/0x30
[45751.983185]  [] call_softirq+0x1c/0x30
[45751.983196]  [] do_softirq+0x75/0xb0
[45751.983203]  [] irq_exit+0xa5/0xb0
[45751.983211]  [] smp_apic_timer_interrupt+0x6e/0x99
[45751.983217]  [] apic_timer_interrupt+0x6a/0x70
[45751.983220][] ? intel_idle+0xea/0x150
[45751.983237]  [] ? intel_idle+0xcb/0x150
[45751.983245]  [] cpuidle_enter+0x19/0x20
[45751.983251]  [] cpuidle_idle_call+0xa9/0x240
[45751.983259]  [] cpu_idle+0xaf/0x120
[45751.983266]  [] rest_init+0x72/0x74
[45751.983275]  [] start_kernel+0x3c5/0x3d2
[45751.983281]  [] ? do_early_param+0x91/0x91
[45751.983288]  [] x86_64_start_reservations+0x131/0x135
[45751.983294]  [] x86_64_start_kernel+0x100/0x10f
[45751.983299] ---[ end trace d6c4a34a47f31410 ]---

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: linux-image-3.5.0-22-generic 3.5.0-22.34
ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
Uname: Linux 3.5.0-22-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu9
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  sb 2328 F pulseaudio
 /dev/snd/controlC0:  sb 2328 F pulseaudio
 /dev/snd/pcmC0D0p:   sb 2328 F...m pulseaudio
Date: Thu Jan 17 22:37:09 2013
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=3553499a-dca4-48fc-a8c1-624c2726a365
InstallationDate: Installed on 2012-07-27 (174 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MachineType: Dell Inc. Latitude E6520
MarkForUpload: True
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-22-generic 
root=UUID=24e4a8c8-4206-4be0-9271-4bdaa026ae48 ro quiet splash
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-22-generic N/A
 linux-backports-modules-3.5.0-22-generic  N/A
 linux-firmware1.95
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to quantal on 2012-10-20 (88 days ago)
dmi.bios.date: 07/11/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 0J4TFW
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd07/11/2011:svnDellInc.:pnLatitudeE6520:pvr01:rvnDellInc.:rn0J4TFW:rvrA01:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6520
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug package-from-proposed quantal running-unity

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

Title:
  Mounting an SD card

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

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


[Bug 1100232] Re: [SBC-FITPC2, Realtek ALC662 rev1, Blue Line In, Rear] Recording has crackeling noise

2013-01-16 Thread Stefan Beller
Forgot to attach pulseverbose.log

** Attachment added: "pulseverbose.log"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1100232/+attachment/3485887/+files/pulseverbose.log

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

Title:
  [SBC-FITPC2, Realtek ALC662 rev1, Blue Line In, Rear] Recording has
  crackeling noise

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

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


[Bug 1100232] Re: [SBC-FITPC2, Realtek ALC662 rev1, Blue Line In, Rear] Recording has crackeling noise

2013-01-16 Thread Stefan Beller
Luke, So I run:
sb@sd:~$ echo autospawn = no >> ~/.pulse/client.conf
sb@sd:~$ killall pulseaudio
sb@sd:~$ LANG=C pulseaudio - --log-time=1 > ~/pulseverbose.log 2>&1

Then I tried again:
sb@sd:~$ parecord
Connection failure: Connection refused
pa_context_connect() failed: Connection refused

After that I stopped the pulseverbose.log.

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

Title:
  [SBC-FITPC2, Realtek ALC662 rev1, Blue Line In, Rear] Recording has
  crackeling noise

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

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


[Bug 1100232] Re: [SBC-FITPC2, Realtek ALC662 rev1, Blue Line In, Rear] Recording has crackeling noise

2013-01-16 Thread Stefan Beller
When trying to just run parecord, I get this:
$ parecord
Connection failure: Connection refused
pa_context_connect() failed: Connection refused


I'll try reading the manpage a little more and understanding if I do something 
wrong with parecord.

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

Title:
  [SBC-FITPC2, Realtek ALC662 rev1, Blue Line In, Rear] Recording has
  crackeling noise

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

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


[Bug 1100232] Re: [SBC-FITPC2, Realtek ALC662 rev1, Blue Line In, Rear] Recording has crackeling noise

2013-01-16 Thread Stefan Beller
probably a duplicate of 
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/598764

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

Title:
  [SBC-FITPC2, Realtek ALC662 rev1, Blue Line In, Rear] Recording has
  crackeling noise

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

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


[Bug 1100232] [NEW] [SBC-FITPC2, Realtek ALC662 rev1, Blue Line In, Rear] Recording has crackeling noise

2013-01-16 Thread Stefan Beller
Public bug reported:

Please have a look at these two audio recordings:
https://dl.dropbox.com/u/6520164/test.wav
https://dl.dropbox.com/u/6520164/test1.wav

These were recorded via
$ arecord > test.wav
$ arecord -r 48000 -f FLOAT_LE > test1.wav

The signal should be a 50 Hz Sine wave, however specially in the second 
recording you will oberserve this:
In regular intervalls the signum of the signal is flipped.

This leads to a crackling noisy recording.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: pulseaudio 1:2.1-0ubuntu4
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic i686
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  sb 3534 F pulseaudio
Date: Wed Jan 16 11:47:51 2013
InstallationDate: Installed on 2013-01-15 (0 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120817.3)
MarkForUpload: True
SourcePackage: pulseaudio
Symptom: audio
Symptom_Card: HDA-Intel - HDA Intel MID
Symptom_Jack: Blue Line In, Rear
Title: [SBC-FITPC2, Realtek ALC662 rev1, Blue Line In, Rear] Pulseaudio fails 
to detect card
UpgradeStatus: Upgraded to quantal on 2013-01-16 (0 days ago)
dmi.bios.date: 12/24/2009
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: NAPA0001.86C..D.0912241315
dmi.board.name: SBC-FITPC2
dmi.board.vendor: Intel Corporation
dmi.board.version: 1.x
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: OEM
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrNAPA0001.86C..D.0912241315:bd12/24/2009:svnCompuLab:pnSBC-FITPC2:pvrNotApplicable:rvnIntelCorporation:rnSBC-FITPC2:rvr1.x:cvnOEM:ct1:cvrN/A:
dmi.product.name: SBC-FITPC2
dmi.product.version: Not Applicable
dmi.sys.vendor: CompuLab

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


** Tags: apport-bug i386 quantal

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

Title:
  [SBC-FITPC2, Realtek ALC662 rev1, Blue Line In, Rear] Recording has
  crackeling noise

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

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


[Bug 1033226] Re: No close option, only restart

2013-01-14 Thread Stefan Beller
Maybe there could be 2 buttons, 
"Restart" and "Do not restart".

The "Do not restart" button is gray and disabled at first and only becomes 
clickable if you
enable a checkbox "I know my risk about not restarting, I really want to 
restart later" with a link explaining what Matthew wrote (No security until 
restarted)

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

Title:
  No close option, only restart

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

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


[Bug 1033226] Re: No close option, only restart

2013-01-14 Thread Stefan Beller
It's not just the bare operating system, but also a bunch of user programs.
I tend to have many programs opened at once, such as different editors for 
different tasks (programming in different languages requires different editors 
;) or media players or chat windows.

So the restarting itself (of the OS) only takes a minute, but then
starting all the user programs may take a while as well.

Some user programs cannot recreate the same state they are in, i.e.
thunderbird starts with all tabs closed. I tend to use open thunderbird
tabs as reminders for answering mail, hence a restart needs my attention
in remembering what to open after the restart again.

This is why I am in strong favor of an 'Ok, I know my risk, but don't
force me to restart, please!' button.

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

Title:
  No close option, only restart

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

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


[Bug 1033226] Re: No close option, only restart

2013-01-08 Thread Stefan Beller
Both ideas are way too nagging in my opinion.
Currently(?) or in former versions of Ubuntu you just had the Menu Button being 
colored differently, i.e. red.
This would be enough for me to know I need to restart soon.

However I do not want to be restricted or distracted while having not
restarted, e.g. I need to finish important work first, so I need full
concentration.

Also it's the users freedom to not restart soon, so the user should not
be jailed in any way there.

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

Title:
  No close option, only restart

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

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


[Bug 1086318] [NEW] Authentication failed on udateing from 12.04 to 121.10

2012-12-04 Thread Stefan Beller
Public bug reported:

So currently I am running 12.04 and I wanted to upgrade to 12.10.
I started update-manager -d and clicked on "Upgrade", however after reading the 
release notes and clicking on upgrade again,
a message box showed up:

Authentication failed

Authenticating the upgrade failed. There may be a problem with the
network or with the server.


in the console wich I started the updatemanager from:
(I started the upgrade process multiple times for reporting the bug, hence 
multiplemessages.)
$update-manager -d
authenticate 'quantal.tar.gz' against 'quantal.tar.gz.gpg' 
exception from gpg: GnuPG exited non-zero, with code 2
Debug information: 


gpg: Signature made Tue 16 Oct 2012 09:51:53 PM CEST using DSA key ID 437D05B5
gpg: can't open `/etc/apt/trusted.gpg'
gpg: keydb_search failed: file open error
gpg: Can't check signature: public key not found


(update-manager:2727): Gtk-CRITICAL **: gtk_scrolled_window_add: assertion 
`child_widget == NULL' failed
authenticate 'quantal.tar.gz' against 'quantal.tar.gz.gpg' 
exception from gpg: GnuPG exited non-zero, with code 2
Debug information: 


gpg: Signature made Tue 16 Oct 2012 09:51:53 PM CEST using DSA key ID 437D05B5
gpg: can't open `/etc/apt/trusted.gpg'
gpg: keydb_search failed: file open error
gpg: Can't check signature: public key not found


(update-manager:2727): Gtk-CRITICAL **: gtk_scrolled_window_add: assertion 
`child_widget == NULL' failed
authenticate 'quantal.tar.gz' against 'quantal.tar.gz.gpg' 
exception from gpg: GnuPG exited non-zero, with code 2
Debug information: 


gpg: Signature made Tue 16 Oct 2012 09:51:53 PM CEST using DSA key ID 437D05B5
gpg: can't open `/etc/apt/trusted.gpg'
gpg: keydb_search failed: file open error
gpg: Can't check signature: public key not found


(update-manager:2727): Gtk-CRITICAL **: gtk_scrolled_window_add: assertion 
`child_widget == NULL' failed
authenticate 'quantal.tar.gz' against 'quantal.tar.gz.gpg' 
exception from gpg: GnuPG exited non-zero, with code 2
Debug information: 


gpg: Signature made Tue 16 Oct 2012 09:51:53 PM CEST using DSA key ID 437D05B5
gpg: can't open `/etc/apt/trusted.gpg'
gpg: keydb_search failed: file open error
gpg: Can't check signature: public key not found


(update-manager:2727): Gtk-CRITICAL **: gtk_scrolled_window_add: assertion 
`child_widget == NULL' failed
authenticate 'quantal.tar.gz' against 'quantal.tar.gz.gpg' 
exception from gpg: GnuPG exited non-zero, with code 2
Debug information: 


gpg: Signature made Tue 16 Oct 2012 09:51:53 PM CEST using DSA key ID 437D05B5
gpg: can't open `/etc/apt/trusted.gpg'
gpg: keydb_search failed: file open error
gpg: Can't check signature: public key not found

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: update-manager 1:0.156.14.11
ProcVersionSignature: Ubuntu 3.2.0-34.53-generic-pae 3.2.33
Uname: Linux 3.2.0-34-generic-pae i686
ApportVersion: 2.0.1-0ubuntu15
Architecture: i386
Date: Tue Dec  4 11:32:56 2012
GsettingsChanges:
 com.ubuntu.update-manager first-run false
 com.ubuntu.update-manager launch-time 1354617068
 com.ubuntu.update-manager window-height 547
 com.ubuntu.update-manager window-width 600
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: update-manager
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug dist-upgrade i386 precise running-unity

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

Title:
  Authentication failed on udateing from 12.04 to 121.10

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

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


[Bug 1078924] Re: [Latitude E6520, IDT 92HD90BXX, Black Mic, Left] No sound at all

2012-11-16 Thread Stefan Beller
Raymond, thanks for answering this.
However, where would I start reading up on configuration of alsa?

I don't know how to repair
> you have retasked mic in jack as line in jack
> Simple mixer control 'Mic Jack Mode',0

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

Title:
  [Latitude E6520, IDT 92HD90BXX, Black Mic, Left] No sound at all

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

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


[Bug 1079636] [NEW] update manager doesn't show an ok button after update.

2012-11-16 Thread Stefan Beller
Public bug reported:

After the update, which went fine, there was only a button labeled "restart".
However I would like to only close the update manager and perform the restart 
at another time.
There was no close button in the gui itself nor at the window title bar.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: update-manager 1:0.174.3
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Fri Nov 16 12:10:42 2012
EcryptfsInUse: Yes
GsettingsChanges:
 b'com.ubuntu.update-manager' b'first-run' b'false'
 b'com.ubuntu.update-manager' b'launch-time' b'1353064019'
 b'com.ubuntu.update-manager' b'show-details' b'true'
 b'com.ubuntu.update-manager' b'window-height' b'580'
 b'com.ubuntu.update-manager' b'window-width' b'1022'
InstallationDate: Installed on 2012-07-27 (111 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: update-manager
UpgradeStatus: Upgraded to quantal on 2012-10-20 (26 days ago)

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


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

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

Title:
  update manager doesn't show an ok button after update.

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

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


[Bug 1078924] [NEW] [Latitude E6520, IDT 92HD90BXX, Black Mic, Left] No sound at all

2012-11-14 Thread Stefan Beller
Public bug reported:

Well, recording of sound doesn't work.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: alsa-base 1.0.25+dfsg-0ubuntu3
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  sb 2291 F pulseaudio
 /dev/snd/controlC0:  sb 2291 F pulseaudio
Date: Wed Nov 14 22:48:21 2012
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-07-27 (110 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaRecordingTest: ALSA recording test through plughw:PCH failed
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  sb 2291 F pulseaudio
 /dev/snd/controlC0:  sb 2291 F pulseaudio
Symptom_Jack: Black Mic, Left
Symptom_Type: No sound at all
Title: [Latitude E6520, IDT 92HD90BXX, Black Mic, Left] No sound at all
UpgradeStatus: Upgraded to quantal on 2012-10-20 (24 days ago)
dmi.bios.date: 07/11/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 0J4TFW
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd07/11/2011:svnDellInc.:pnLatitudeE6520:pvr01:rvnDellInc.:rn0J4TFW:rvrA01:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6520
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
mtime.conffile..etc.modprobe.d.alsa.base.conf: 2012-09-08T17:31:40.709380

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


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

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

Title:
  [Latitude E6520, IDT 92HD90BXX, Black Mic, Left] No sound at all

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

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


[Bug 1018600] Re: Mouse range doesn't update after second SDL_SetVideoMode

2012-10-29 Thread Stefan Beller
When running the provided test code in Ubuntu 12.10 I still get the
error. The y position of the mouse is 479 at max.

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

Title:
  Mouse range doesn't update after second SDL_SetVideoMode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1018600/+subscriptions

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


[Bug 1072724] [NEW] Mouse range doesn't update after second SDL_SetVideoMode

2012-10-29 Thread Stefan Beller
Public bug reported:

This is an intended duplicate of 
https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1018600
Because the released fix is not included in Ubuntu 12.10 or does not work.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: libsdl1.2debian 1.2.15-5ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Mon Oct 29 14:40:28 2012
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-07-27 (93 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MarkForUpload: True
SourcePackage: libsdl1.2
UpgradeStatus: Upgraded to quantal on 2012-10-20 (8 days ago)

** Affects: libsdl1.2 (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  Mouse range doesn't update after second SDL_SetVideoMode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/1072724/+subscriptions

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


[Bug 1069987] [NEW] glxgears performance drops to 1 frame per second, but still reporting 60fps

2012-10-22 Thread Stefan Beller
Public bug reported:

So I was running glxgears, a tool to measure performance of the graphics card.
It was showing animations in maximized size quite nice, but when I took the 
console window I used to start glxgears and moved it over the animation and 
kept moving the performance rate dropped.
While moving windows the framerate seems to be down, but the reported frame 
rate in the console was always like 59-60 fps.

Also when using ALT+TAB to switch to other applications I notice
performance drops in glxgears, (like only a few frames a second, you
could definitly count the frames in a second.)

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: nvidia-current 304.51.really.304.43-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-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-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,decor,gnomecompat,resize,snap,compiztoolbox,place,move,vpswitch,regex,imgpng,mousepoll,grid,session,unitymtgrabhandles,animation,wall,workarounds,expo,ezoom,staticswitcher,fade,scale,unityshell]
CompositorRunning: compiz
Date: Mon Oct 22 21:34:08 2012
DistUpgraded: 2012-10-20 23:59:17,769 DEBUG enabling apt cron job
DistroCodename: quantal
DistroVariant: ubuntu
DkmsStatus:
 nvidia-current, 304.43, 3.5.0-18-generic, x86_64: installed
 virtualbox, 4.1.18, 3.2.0-33-generic, x86_64: installed
 virtualbox, 4.1.18, 3.5.0-18-generic, x86_64: installed
EcryptfsInUse: Yes
GraphicsCard:
 NVIDIA Corporation GF119 [Quadro NVS 4200M] [10de:1056] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Dell Device [1028:0494]
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
JockeyStatus:
 kmod:nvidia_experimental_304 - Experimental NVIDIA binary Xorg driver, kernel 
module and VDPAU library (Proprietary, Disabled, Not in use)
 kmod:nvidia_current - nvidia_current (Proprietary, Enabled, Not in use)
 kmod:nvidia_current_updates - NVIDIA binary Xorg driver, kernel module and 
VDPAU library (Proprietary, Disabled, Not in use)
MachineType: Dell Inc. Latitude E6520
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-18-generic 
root=UUID=24e4a8c8-4206-4be0-9271-4bdaa026ae48 ro quiet splash
SourcePackage: nvidia-graphics-drivers
UpgradeStatus: Upgraded to quantal on 2012-10-20 (1 days ago)
XorgConf:
 Section "Device"
Identifier  "Default Device"
Option  "NoLogo""True"
 EndSection
dmi.bios.date: 07/11/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 0J4TFW
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd07/11/2011:svnDellInc.:pnLatitudeE6520:pvr01:rvnDellInc.:rn0J4TFW:rvrA01:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6520
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
modified.conffile..etc.modprobe.d.nvidia.current.hybrid.conf: [deleted]
version.compiz: compiz 1:0.9.8.4-0ubuntu3
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.39-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6
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-bug compiz-0.9 quantal running-unity ubuntu

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

Title:
  glxgears performance drops to 1 frame per second, but still reporting
  60fps

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

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


[Bug 1069715] Re: Suspend not working via power button but via menu

2012-10-22 Thread Stefan Beller
Hello Radu,
thanks for looking into this issue.
It's a Dell Latitude E6520. 
If you need any further specs (revision of mainboard etc.), please instruct me 
how to obtain these.

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

Title:
  Suspend not working via power button but via menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/1069715/+subscriptions

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


[Bug 1069715] [NEW] Suspend not working via power button but via menu

2012-10-22 Thread Stefan Beller
Public bug reported:

So when I press the power button a menu appears in the middle of the screen 
having 4 options:
Suspend, Restart, Cancel, Shutdown.
When selecting "Suspend", nothing happens.

However if I use the mouse to click at the icon in the upper right corner, 
where a menu pops up, having these entries
"About this computer"
Ubuntu help
--
System Settings
--
Lock

--
Log out ...
Suspend
Restart...
Shutdown...

I can click on suspend and suspend works as expected.
Sidenote: there is a "..." missing after Suspend in the menu.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: unity 6.8.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,decor,gnomecompat,resize,snap,compiztoolbox,place,move,vpswitch,regex,imgpng,mousepoll,grid,session,unitymtgrabhandles,animation,wall,workarounds,expo,ezoom,staticswitcher,fade,scale,unityshell]
Date: Mon Oct 22 11:24:10 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MarkForUpload: True
SourcePackage: unity
UpgradeStatus: Upgraded to quantal on 2012-10-20 (1 days ago)

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


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

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

Title:
  Suspend not working via power button but via menu

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

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


[Bug 1044739] Re: Sound not working thru internal speaker's but works with headphones.

2012-10-20 Thread Stefan Beller
Neither 3.2.0-29 nor 3.2.0-30 showed the bug at the time I was writing that:
> I am unable to reproduce it, no matter which recent kernel is installed.

Maybe it's not a kernel thing, but rather an alsa or other problem?

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

Title:
  Sound not working thru internal speaker's but works with headphones.

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

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


[Bug 1044739] Re: Sound not working thru internal speaker's but works with headphones.

2012-10-20 Thread Stefan Beller
Just upgraded to 12.10 running 3.5.0-18-generic #29-Ubuntu SMP Fri Oct
19 10:26:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux now and it still
persists.

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

Title:
  Sound not working thru internal speaker's but works with headphones.

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

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


[Bug 1069236] [NEW] Sound not working thru internal speaker's but works with headphones.

2012-10-20 Thread Stefan Beller
Public bug reported:

This is the same bug as  
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1044739
However this is reported with 12.10, whereas the original bug is 12.04

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: linux-image-3.5.0-18-generic 3.5.0-18.29
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  sb 2253 F pulseaudio
 /dev/snd/controlC0:  sb 2253 F pulseaudio
 /dev/snd/pcmC0D0p:   sb 2253 F...m pulseaudio
Date: Sun Oct 21 00:58:47 2012
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=3553499a-dca4-48fc-a8c1-624c2726a365
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MachineType: Dell Inc. Latitude E6520
MarkForUpload: True
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-18-generic 
root=UUID=24e4a8c8-4206-4be0-9271-4bdaa026ae48 ro quiet splash
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-18-generic N/A
 linux-backports-modules-3.5.0-18-generic  N/A
 linux-firmware1.95
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to quantal on 2012-10-20 (0 days ago)
dmi.bios.date: 07/11/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 0J4TFW
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd07/11/2011:svnDellInc.:pnLatitudeE6520:pvr01:rvnDellInc.:rn0J4TFW:rvrA01:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6520
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug package-from-proposed quantal running-unity

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

Title:
  Sound not working thru internal speaker's but works with headphones.

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

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


[Bug 1069228] [NEW] Hidden dashbar not openable by mouse tipping.

2012-10-20 Thread Stefan Beller
Public bug reported:

So I configured the dashbar to hide automatically and it should become
visible again when I move the mouse to the left border of the screen.

This worked like a charm in 12.04.

But now in 12.10 it doesn't work any more.
Even when the reveal sensitivity is as low as possible I cannot reveal the dash 
bar by mouse movement.
Only the meta key helps on that.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: unity 6.8.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,decor,gnomecompat,resize,snap,compiztoolbox,place,move,vpswitch,regex,imgpng,mousepoll,grid,session,unitymtgrabhandles,animation,wall,workarounds,expo,ezoom,staticswitcher,fade,scale,unityshell]
Date: Sun Oct 21 00:09:10 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MarkForUpload: True
SourcePackage: unity
UpgradeStatus: Upgraded to quantal on 2012-10-20 (0 days ago)

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


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

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

Title:
  Hidden dashbar not openable by mouse tipping.

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

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


[Bug 1044739] Re: Sound not working

2012-09-28 Thread Stefan Beller
I am unable to reproduce it, no matter which recent kernel is installed.

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

Title:
  Sound not working

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

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


[Bug 1047825] Re: [Latitude E6520, IDT ID 76e7, Speaker, Internal] No sound at all

2012-09-08 Thread Stefan Beller
So I opened  /etc/modprobe.d/alsa-base.conf and removed the model=generic after 
options snd-hda-intel

Then I did alsa force-reload. In the alsamixer I see other (more) options now.
It reads:

Card: HDA Intel PCH
Chip: IDT 92HD90BXX

having  Master   Headphone  PCMFrontMic Jack MoBeep
as tunable bars there now.

But still playing music doesn't work internally.

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

Title:
  [Latitude E6520, IDT ID 76e7, Speaker, Internal] No sound at all

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

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


[Bug 1047825] Re: [Latitude E6520, IDT ID 76e7, Speaker, Internal] No sound at all

2012-09-08 Thread Stefan Beller
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1047825

Title:
  [Latitude E6520, IDT ID 76e7, Speaker, Internal] No sound at all

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

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


[Bug 1047825] [NEW] [Latitude E6520, IDT ID 76e7, Speaker, Internal] No sound at all

2012-09-08 Thread Stefan Beller
Public bug reported:

I cannot play sound on my dell E6520 laptops internal speakers.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: alsa-base 1.0.25+dfsg-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
Uname: Linux 3.2.0-31-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu13
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: HDA Generic [HDA Generic]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  sb 2109 F pulseaudio
 /dev/snd/controlC0:  sb 2109 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xe676 irq 46'
   Mixer name   : 'IDT ID 76e7'
   Components   : 'HDA:111d76e7,10280494,00100102'
   Controls  : 6
   Simple ctrls  : 4
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xe508 irq 17'
   Mixer name   : 'Nvidia GPU 1c HDMI/DP'
   Components   : 'HDA:10de001c,10280494,00100100'
   Controls  : 18
   Simple ctrls  : 3
Date: Sat Sep  8 14:03:03 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_DevicesInUse:
 2109  2109  sbF pulseaudio
 /dev/snd/controlC0:  sbF pulseaudio
Symptom_Jack: Speaker, Internal
Symptom_Type: No sound at all
Title: [Latitude E6520, IDT ID 76e7, Speaker, Internal] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/11/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 0J4TFW
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd07/11/2011:svnDellInc.:pnLatitudeE6520:pvr01:rvnDellInc.:rn0J4TFW:rvrA01:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6520
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
mtime.conffile..etc.modprobe.d.alsa.base.conf: 2012-08-29T10:23:39.961314

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


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

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

Title:
  [Latitude E6520, IDT ID 76e7, Speaker, Internal] No sound at all

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

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


[Bug 834822] Re: No audio from on-board speakers on Latitude E6520

2012-09-05 Thread Stefan Beller
A duplicate of this bug might be here 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1044739

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

Title:
  No audio from on-board speakers on Latitude E6520

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

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


[Bug 1044739] Re: Sound not working

2012-09-05 Thread Stefan Beller
This might be a duplicate of 
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/834822
though I am using 12.04.
Also before the latest kernel, it worked, so it seems to be a regression bug.

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

Title:
  Sound not working

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

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


[Bug 1044739] [NEW] Sound not working

2012-09-01 Thread Stefan Beller
Public bug reported:

playing sounds with the internal speakers of my latitude e6520 doesn't work 
anymore since last kernel upgrade.
(Now running linux-image-3.2.0-30-generic). The speakers line out/headphones 
are working, only the internal speakers do not work any more.

This happened after the latest kernel upgrade, i.e. with 3.2.0-29 both
ways to play sound work.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-30-generic 3.2.0-30.48
ProcVersionSignature: Ubuntu 3.2.0-30.48-generic 3.2.27
Uname: Linux 3.2.0-30-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: HDA Generic [HDA Generic]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  sb 2193 F pulseaudio
 /dev/snd/controlC0:  sb 2193 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xe676 irq 45'
   Mixer name   : 'IDT ID 76e7'
   Components   : 'HDA:111d76e7,10280494,00100102'
   Controls  : 6
   Simple ctrls  : 4
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xe508 irq 17'
   Mixer name   : 'Nvidia GPU 1c HDMI/DP'
   Components   : 'HDA:10de001c,10280494,00100100'
   Controls  : 18
   Simple ctrls  : 3
Date: Sat Sep  1 17:29:14 2012
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=3553499a-dca4-48fc-a8c1-624c2726a365
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MachineType: Dell Inc. Latitude E6520
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-30-generic 
root=UUID=24e4a8c8-4206-4be0-9271-4bdaa026ae48 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-30-generic N/A
 linux-backports-modules-3.2.0-30-generic  N/A
 linux-firmware1.79.1
SourcePackage: linux
StagingDrivers: mei
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/11/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 0J4TFW
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd07/11/2011:svnDellInc.:pnLatitudeE6520:pvr01:rvnDellInc.:rn0J4TFW:rvrA01:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6520
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug precise running-unity staging

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

Title:
  Sound not working

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

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


[Bug 1044739] Re: Sound not working

2012-09-01 Thread Stefan Beller
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1044739

Title:
  Sound not working

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

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


[Bug 1040817] [NEW] setting bits per pixel to 16 yields in strange effects

2012-08-23 Thread Stefan Beller
Public bug reported:

When I used the NVIDIA X Server settings program to set the color depth to 
16bpp and having restarted X, some applications
missbehaved. The Terminal program was not even displayed at all. The editor 
geany had blue instead of yellow fonts.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nvidia-current 295.40-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-30.47-generic 3.2.27
Uname: Linux 3.2.0-30-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  295.49  Mon Apr 30 23:46:33 
PDT 2012
 GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,decor,grid,imgpng,mousepoll,gnomecompat,unitymtgrabhandles,move,compiztoolbox,regex,place,resize,vpswitch,wall,snap,session,animation,workarounds,fade,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
Date: Thu Aug 23 20:16:25 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
EcryptfsInUse: Yes
GraphicsCard:
 NVIDIA Corporation GF119 [Quadro NVS 4200M] [10de:1056] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Dell Device [1028:0494]
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
JockeyStatus:
 xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Disabled, Not in use)
 xorg:nvidia_current_updates - NVIDIA accelerated graphics driver (post-release 
updates) (Proprietary, Enabled, In use)
MachineType: Dell Inc. Latitude E6520
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-30-generic 
root=UUID=24e4a8c8-4206-4be0-9271-4bdaa026ae48 ro quiet splash vt.handoff=7
SourcePackage: nvidia-graphics-drivers
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/11/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 0J4TFW
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd07/11/2011:svnDellInc.:pnLatitudeE6520:pvr01:rvnDellInc.:rn0J4TFW:rvrA01:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6520
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.7.8-0ubuntu1.4
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.3+8.0.2-0ubuntu3.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.3+8.0.2-0ubuntu3.2
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: amd64 apport-bug compiz-0.9 precise running-unity ubuntu

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

Title:
  setting bits per pixel to 16 yields in strange effects

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

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


[Bug 1040817] Re: setting bits per pixel to 16 yields in strange effects

2012-08-23 Thread Stefan Beller
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040817

Title:
  setting bits per pixel to 16 yields in strange effects

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

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


[Bug 1024512] Re: std::sort crashes or sometimes corrupts sorted data

2012-07-13 Thread Stefan Beller
As further discussion revealed, the comparator function of the example was 
wrong. 
It compared >= instead of >, so 
zcompare_iso(a,b) == true and zcompare_iso(b,a)== true.

I could fix the comparator function, so no further problems occur.


** Changed in: gcc-4.6 (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/1024512

Title:
  std::sort crashes or sometimes corrupts sorted data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.6/+bug/1024512/+subscriptions

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


[Bug 1024512] Re: std::sort crashes or sometimes corrupts sorted data

2012-07-13 Thread Stefan Beller
Adding main.cpp without SDL dependency, still crashes.
o11c (at freenode) confirmed the crash running gentoo, gcc 4.6

** Attachment added: "main.cpp"
   
https://bugs.launchpad.net/ubuntu/+source/gcc-4.6/+bug/1024512/+attachment/3222589/+files/main.cpp

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

Title:
  std::sort crashes or sometimes corrupts sorted data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.6/+bug/1024512/+subscriptions

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


[Bug 1024512] Re: std::sort crashes or sometimes corrupts sorted data

2012-07-13 Thread Stefan Beller
** Attachment added: "stacktrace.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gcc-4.6/+bug/1024512/+attachment/3222572/+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/1024512

Title:
  std::sort crashes or sometimes corrupts sorted data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.6/+bug/1024512/+subscriptions

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


[Bug 1024512] Re: std::sort crashes or sometimes corrupts sorted data

2012-07-13 Thread Stefan Beller
** Attachment added: "main.cpp"
   https://bugs.launchpad.net/bugs/1024512/+attachment/3222569/+files/main.cpp

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

Title:
  std::sort crashes or sometimes corrupts sorted data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.6/+bug/1024512/+subscriptions

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


[Bug 1024512] [NEW] std::sort crashes or sometimes corrupts sorted data

2012-07-13 Thread Stefan Beller
Public bug reported:

Attached is a program, which crashes within the std::sort function.

compile with 
g++ -I/usr/include/SDL main.cpp  -g
and execute with 
./a.out
and it crashes.
Also attached is a backtrace once the crash happened.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: libstdc++6 4.6.3-1ubuntu5
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
Uname: Linux 3.2.0-27-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
Date: Fri Jul 13 20:36:14 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
SourcePackage: gcc-4.6
UpgradeStatus: Upgraded to precise on 2012-02-18 (146 days ago)

** Affects: gcc-4.6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  std::sort crashes or sometimes corrupts sorted data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.6/+bug/1024512/+subscriptions

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


[Bug 1014658] Re: arm-linux-gnueabi crashes with "Please submit a full bug report, with preprocessed source if appropriate."

2012-06-18 Thread Stefan Beller
** Attachment added: "cceEv6Wu.out"
   
https://bugs.launchpad.net/ubuntu/+source/gcc-defaults-armel-cross/+bug/1014658/+attachment/3194667/+files/cceEv6Wu.out

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

Title:
  arm-linux-gnueabi crashes with "Please submit a full bug report, with
  preprocessed source if appropriate."

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-defaults-armel-cross/+bug/1014658/+subscriptions

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


[Bug 1014658] Re: arm-linux-gnueabi crashes with "Please submit a full bug report, with preprocessed source if appropriate."

2012-06-18 Thread Stefan Beller
** Attachment added: "testclass.cpp"
   
https://bugs.launchpad.net/ubuntu/+source/gcc-defaults-armel-cross/+bug/1014658/+attachment/3194666/+files/testclass.cpp

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

Title:
  arm-linux-gnueabi crashes with "Please submit a full bug report, with
  preprocessed source if appropriate."

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-defaults-armel-cross/+bug/1014658/+subscriptions

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


[Bug 1014658] [NEW] arm-linux-gnueabi crashes with "Please submit a full bug report, with preprocessed source if appropriate."

2012-06-18 Thread Stefan Beller
Public bug reported:

Attached there is a script(reportbug.sh) which tries to compile a minimal 
example file(testclass.cpp).
The file as found in  /tmp/ccoYSkon.out is also attached.

The console output is:

In file included from 
/usr/arm-linux-gnueabi/include/c++/4.6.3/bits/basic_string.h:2974:0,
 from /usr/arm-linux-gnueabi/include/c++/4.6.3/string:54,
 from 
/usr/arm-linux-gnueabi/include/c++/4.6.3/bits/locale_classes.h:42,
 from 
/usr/arm-linux-gnueabi/include/c++/4.6.3/bits/ios_base.h:43,
 from /usr/arm-linux-gnueabi/include/c++/4.6.3/ios:43,
 from /usr/arm-linux-gnueabi/include/c++/4.6.3/ostream:40,
 from /usr/arm-linux-gnueabi/include/c++/4.6.3/iostream:40,
 from testclass.cpp:4:
/usr/arm-linux-gnueabi/include/c++/4.6.3/bits/functional_hash.h: In 
instantiation of ‘std::size_t std::hash<_Tp>::operator()(_Tp) const [with _Tp = 
long double, std::size_t = unsigned int]’:
testclass.cpp:40:1:   instantiated from here
/usr/arm-linux-gnueabi/include/c++/4.6.3/bits/functional_hash.h:184:5: internal 
compiler error: in write_builtin_type, at cp/mangle.c:2168
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.
Preprocessed source stored into /tmp/ccoYSkon.out file, please attach this to 
your bugreport.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gcc-arm-linux-gnueabi 4:4.6.2-7
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu9
Architecture: amd64
Date: Mon Jun 18 15:51:06 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
SourcePackage: gcc-defaults-armel-cross
UpgradeStatus: Upgraded to precise on 2012-02-18 (120 days ago)

** Affects: gcc-defaults-armel-cross (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  arm-linux-gnueabi crashes with "Please submit a full bug report, with
  preprocessed source if appropriate."

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-defaults-armel-cross/+bug/1014658/+subscriptions

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

[Bug 1014658] Re: arm-linux-gnueabi crashes with "Please submit a full bug report, with preprocessed source if appropriate."

2012-06-18 Thread Stefan Beller
** Attachment added: "reportbug.sh"
   
https://bugs.launchpad.net/bugs/1014658/+attachment/3194663/+files/reportbug.sh

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

Title:
  arm-linux-gnueabi crashes with "Please submit a full bug report, with
  preprocessed source if appropriate."

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-defaults-armel-cross/+bug/1014658/+subscriptions

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


[Bug 1013599] Re: update-managers update button not locked fast enough

2012-06-15 Thread Stefan Beller
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1013599

Title:
  update-managers update button not locked fast enough

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

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


[Bug 1013599] [NEW] update-managers update button not locked fast enough

2012-06-15 Thread Stefan Beller
Public bug reported:

So I have a rather slow computer here and when I clicked on "Update" I
needed to enter my password, but apparently nothing happend, so I
clicked on "Update" again. Now a window opened with a progress bar, but
the text said "Waiting".

I checked all my desktops and terminals, but there was no other place
running apt. However "ps -A |grep apt" yielded 2 instances of aptd.

I suspect my first click on Update triggered already an update process,
but the button was still unlocked.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: update-manager 1:0.156.14.5
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic-pae 3.2.16
Uname: Linux 3.2.0-24-generic-pae i686
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
Date: Fri Jun 15 12:07:17 2012
GsettingsChanges:
 com.ubuntu.update-manager first-run false
 com.ubuntu.update-manager launch-time 1339753696
 com.ubuntu.update-manager window-height 500
 com.ubuntu.update-manager window-width 600
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: update-manager
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

Title:
  update-managers update button not locked fast enough

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

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


[Bug 1008590] [NEW] Terms of Use: Text not zoomable

2012-06-04 Thread Stefan Beller
Public bug reported:

When purchasing apps in the Ubuntu Softwarecenter, there is a Terms of Use 
Window, which only has
'Accept' and 'Decline' buttons. As I wanted to read through the terms of use, 
I'd rather zoom the text as I have
a high resolution monitor right here (lots of dpi -> small font).

I could not find a convenient way to zoom the text:
I would have expected Ctrl+ +/- or  Ctrl + Scrollwheel  to resize the text.

(Side note: The same bug is in the ipad: you can zoom into nearly
everything, but when trying to zoom in Terms of Service/Terms of Use,
you simply cannot do it, and the font there is also quite small... It
looks as if nobody cares to read through anyway.)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: software-center 5.2.2.1
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
Uname: Linux 3.2.0-25-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Mon Jun  4 18:13:26 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
PackageArchitecture: all
SourcePackage: software-center
UpgradeStatus: Upgraded to precise on 2012-02-18 (106 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  Terms of Use:  Text not zoomable

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

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


[Bug 1008590] Re: Terms of Use: Text not zoomable

2012-06-04 Thread Stefan Beller
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1008590

Title:
  Terms of Use:  Text not zoomable

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

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


[Bug 990530] Re: internal compiler error: in convert, at lto/lto-lang.c:1292

2012-05-22 Thread Stefan Beller
So the original problem was circumvented by not using the gcc neon 
instructions, 
but writing all needed functionality completely as inline assembly using the 
neon instructions.

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

Title:
  internal compiler error: in convert, at lto/lto-lang.c:1292

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc-linaro/+bug/990530/+subscriptions

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


[Bug 1001342] Re: python-psyco missing

2012-05-18 Thread Stefan Beller
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1001342

Title:
  python-psyco missing

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

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


[Bug 1001342] [NEW] python-psyco missing

2012-05-18 Thread Stefan Beller
Public bug reported:

So this bugreport dos not concern the actual python itself, but a python-psyco, 
but I couldn't report an error for that package
as it seems to not exist. python psyco was available in older releases of 
ubuntu, but not here in 12.04, so I wonder what happend.

In a shell I typed:
sudo apt-get install python-psyco
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package python-psyco is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python-psyco' has no installation candidate

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: python 2.7.3-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Fri May 18 18:44:17 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
SourcePackage: python-defaults
UpgradeStatus: Upgraded to precise on 2012-02-18 (89 days ago)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  python-psyco missing

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

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


[Bug 990530] Re: arm-linux-gnueabi-g++-4.6 -flto option tells me to report a bug

2012-04-28 Thread Stefan Beller
** Attachment added: "program file which leads to this crash"
   https://bugs.launchpad.net/bugs/990530/+attachment/3112478/+files/main.cpp

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

Title:
  arm-linux-gnueabi-g++-4.6 -flto option tells me to report a bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.6-armel-cross/+bug/990530/+subscriptions

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


[Bug 990530] [NEW] arm-linux-gnueabi-g++-4.6 -flto option tells me to report a bug

2012-04-28 Thread Stefan Beller
Public bug reported:

Hello,

When running the command
arm-linux-gnueabi-g++ -flto -march=armv7-a -mcpu=cortex-a8 -mtune=cortex-a8 
-mfpu=neon -mfloat-abi=softfp main.cpp -o main.o

I get this output
In file included from main.cpp:21:0,
 from :1:
/usr/lib/gcc/arm-linux-gnueabi/4.6/include/arm_neon.h: In function ‘main’:
/usr/lib/gcc/arm-linux-gnueabi/4.6/include/arm_neon.h:7908:77: internal 
compiler error: in convert, at lto/lto-lang.c:1256
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.
lto-wrapper: arm-linux-gnueabi-g++ returned 1 exit status
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: 
lto-wrapper failed
collect2: ld returned 1 exit status

Attached there is a program which leads to this bug.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: g++-4.6-arm-linux-gnueabi 4.6.3-1ubuntu5cross1.62
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Sat Apr 28 16:24:31 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
SourcePackage: gcc-4.6-armel-cross
UpgradeStatus: Upgraded to precise on 2012-02-18 (69 days ago)

** Affects: gcc-4.6-armel-cross (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  arm-linux-gnueabi-g++-4.6 -flto option tells me to report a bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.6-armel-cross/+bug/990530/+subscriptions

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

[Bug 963012] [NEW] whoopsie crashed with SIGSEGV in g_closure_invoke()

2012-03-23 Thread Stefan Beller
Private bug reported:

I just booted up my system and started firefox and quassel-irc (client only)
Then a system popup openend up asking for password to report a problem.

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: whoopsie 0.1.20
ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.95-0ubuntu1
Architecture: amd64
Date: Fri Mar 23 12:49:53 2012
ExecutablePath: /usr/bin/whoopsie
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
ProcCmdline: whoopsie
ProcEnviron:
 PATH=(custom, no user)
 TERM=linux
SegvReason: reading unknown VMA
Signal: 11
SourcePackage: whoopsie-daisy
Title: whoopsie crashed with SIGSEGV in g_closure_invoke()
UpgradeStatus: Upgraded to precise on 2012-02-18 (33 days ago)
UserGroups:
 
WhoopsieLog:

** Affects: whoopsie-daisy (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash need-amd64-retrace precise

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

Title:
  whoopsie crashed with SIGSEGV in g_closure_invoke()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whoopsie-daisy/+bug/963012/+subscriptions

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


[Bug 962867] [NEW] apport-gtk crashed with SIGSEGV in gdk_pixbuf_composite()

2012-03-23 Thread Stefan Beller
Private bug reported:

I was scanning some documents using the ubuntu standard scan tool.
During Scan I switched to another window via Alt+Tab and once I wanted to switch
back to the scanning application it was crashed.

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: apport-gtk 1.95-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-19.30-generic 3.2.11
Uname: Linux 3.2.0-19-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.95-0ubuntu1
Architecture: amd64
CrashCounter: 1
Date: Fri Mar 23 09:09:36 2012
EcryptfsInUse: Yes
ExecutablePath: /usr/share/apport/apport-gtk
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
InterpreterPath: /usr/bin/python2.7
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gtk
SegvReason: writing VMA /usr/share/icons/gnome/icon-theme.cache
Signal: 11
SourcePackage: apport
Title: apport-gtk crashed with SIGSEGV in gdk_pixbuf_composite()
UpgradeStatus: Upgraded to precise on 2012-02-18 (33 days ago)
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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


** Tags: amd64 apport-crash need-amd64-retrace precise

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

Title:
  apport-gtk crashed with SIGSEGV in gdk_pixbuf_composite()

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

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


[Bug 820772] Re: package quassel-core 0.7.2-0ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-03 Thread Stefan Beller
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/820772

Title:
  package quassel-core 0.7.2-0ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 820772] [NEW] package quassel-core 0.7.2-0ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-03 Thread Stefan Beller
Public bug reported:

I was running an automated script, which installs all my needed packages.
And there were the lines
apt-get install --yes quassel-client-qt4
apt-get install --yes quassel-core
which likely triggered this bug.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: quassel-core 0.7.2-0ubuntu2.1
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic i686
AptOrdering:
 quassel-core: Install
 quassel-core: Configure
Architecture: i386
Date: Thu Aug  4 00:44:20 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
SourcePackage: quassel
Title: package quassel-core 0.7.2-0ubuntu2.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 natty

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

Title:
  package quassel-core 0.7.2-0ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 801696] Re: update-manager -d crashed when updating from 11.04 to 11.10 - line 69, in apt_btrfs_snapshot.py", line 69, in btrfs_subvolume_snapshot source, dest]) - OSError: [Errno 2] No such fil

2011-06-24 Thread Stefan Beller
In the attachment there is the zipped /var/log/dist-upgrades/*

** Attachment added: "dist-upgrade.zip"
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/801696/+attachment/2180699/+files/dist-upgrade.zip

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

Title:
  update-manager -d crashed when updating from 11.04 to 11.10 - line 69,
  in apt_btrfs_snapshot.py", line 69, in btrfs_subvolume_snapshot
  source, dest]) - OSError: [Errno 2] No such file or directory

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

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


Re: [Bug 801696] Re: update-manager -d crashed when updating from 11.04 to 11.10 - line 69, in apt_btrfs_snapshot.py", line 69, in btrfs_subvolume_snapshot source, dest]) - OSError: [Errno 2] No such

2011-06-24 Thread Stefan Beller
No it was just a try to get 11.10 to be alpha tester there...

And btrfs was not installed and is not installed now.


2011/6/24 Jean-Baptiste Lallement :
> Is it a btrfs install of Natty ?
>
> ---
> Ubuntu Bug Squad volunteer triager
> http://wiki.ubuntu.com/BugSquad
>
> ** Description changed:
>
>  See attachment for console output of problem.
>
>  I am not sure if this is update-manager or aport problem.
> - Due to that bug no cleanup was performed; my /etc/apt/sources.list still 
> has the
> + Due to that bug no cleanup was performed; my /etc/apt/sources.list still 
> has the
>  11.10 (oneiric) packages listed.
> +
> + sb@sb:~$ sudo update-manager -d
> + [sudo] password for sb:
> + extracting 'oneiric.tar.gz'
> + authenticate 'oneiric.tar.gz' against 'oneiric.tar.gz.gpg'
> + apport start/running
> + Traceback (most recent call last):
> +   File "/tmp/update-manager-jcYcdh/oneiric", line 7, in 
> +     sys.exit(main())
> +   File "/tmp/update-manager-jcYcdh/DistUpgradeMain.py", line 202, in main
> +     if app.run():
> +   File "/tmp/update-manager-jcYcdh/DistUpgradeController.py", line 1642, in 
> run
> +     return self.fullUpgrade()
> +   File "/tmp/update-manager-jcYcdh/DistUpgradeController.py", line 1612, in 
> fullUpgrade
> +     if not self.doDistUpgrade():
> +   File "/tmp/update-manager-jcYcdh/DistUpgradeController.py", line 1006, in 
> doDistUpgrade
> +     self._maybe_create_apt_btrfs_snapshot()
> +   File "/tmp/update-manager-jcYcdh/DistUpgradeController.py", line 990, in 
> _maybe_create_apt_btrfs_snapshot
> +     res = apt_btrfs.create_btrfs_root_snapshot(prefix)
> +   File "/tmp/update-manager-jcYcdh/apt_btrfs_snapshot.py", line 122, in 
> create_btrfs_root_snapshot
> +     os.path.join(mp, self.SNAP_PREFIX+additional_prefix+snap_id))
> +   File "/tmp/update-manager-jcYcdh/apt_btrfs_snapshot.py", line 69, in 
> btrfs_subvolume_snapshot
> +     source, dest])
> +   File "/usr/lib/python2.7/subprocess.py", line 486, in call
> +     return Popen(*popenargs, **kwargs).wait()
> +   File "/usr/lib/python2.7/subprocess.py", line 672, in __init__
> +     errread, errwrite)
> +   File "/usr/lib/python2.7/subprocess.py", line 1213, in _execute_child
> +     raise child_exception
> + OSError: [Errno 2] No such file or directory
>
>  ProblemType: Bug
>  DistroRelease: Ubuntu 11.04
>  Package: update-manager 1:0.150.2
>  ProcVersionSignature: Ubuntu 2.6.38-10.44-generic 2.6.38.7
>  Uname: Linux 2.6.38-10-generic x86_64
>  NonfreeKernelModules: nvidia
>  Architecture: amd64
>  Date: Fri Jun 24 20:31:42 2011
>  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110330)
>  PackageArchitecture: all
>  ProcEnviron:
> -  LANGUAGE=en_US:en
> -  PATH=(custom, user)
> -  LANG=en_US.UTF-8
> -  SHELL=/bin/bash
> +  LANGUAGE=en_US:en
> +  PATH=(custom, user)
> +  LANG=en_US.UTF-8
> +  SHELL=/bin/bash
>  SourcePackage: update-manager
>  UpgradeStatus: Upgraded to natty on 2011-06-24 (0 days ago)
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/801696
>
> Title:
>  update-manager -d crashed when updating from 11.04 to 11.10 - line 69,
>  in apt_btrfs_snapshot.py", line 69, in btrfs_subvolume_snapshot
>  source, dest]) - OSError: [Errno 2] No such file or directory
>
> Status in “update-manager” package in Ubuntu:
>  Incomplete
> Status in “update-manager” source package in Oneiric:
>  Incomplete
>
> Bug description:
>  See attachment for console output of problem.
>
>  I am not sure if this is update-manager or aport problem.
>  Due to that bug no cleanup was performed; my /etc/apt/sources.list still has 
> the
>  11.10 (oneiric) packages listed.
>
>  sb@sb:~$ sudo update-manager -d
>  [sudo] password for sb:
>  extracting 'oneiric.tar.gz'
>  authenticate 'oneiric.tar.gz' against 'oneiric.tar.gz.gpg'
>  apport start/running
>  Traceback (most recent call last):
>    File "/tmp/update-manager-jcYcdh/oneiric", line 7, in 
>      sys.exit(main())
>    File "/tmp/update-manager-jcYcdh/DistUpgradeMain.py", line 202, in main
>      if app.run():
>    File "/tmp/update-manager-jcYcdh/DistUpgradeController.py", line 1642, in 
> run
>      return self.fullUpgrade()
>    File "/tmp/update-manager-jcYcdh/DistUpgradeController.py", line 1612, in 
> fullUpgrade
>      if not self.doDistUpgrade():
>    File "/tmp/update-manager-jcYcdh/DistUpgradeController.py", line 1006, in 
> doDistUpgrade
>      self._maybe_create_apt_btrfs_snapshot()
>    File "/tmp/update-manager-jcYcdh/DistUpgradeController.py", line 990, in 
> _maybe_create_apt_btrfs_snapshot
>      res = apt_btrfs.create_btrfs_root_snapshot(prefix)
>    File "/tmp/update-manager-jcYcdh/apt_btrfs_snapshot.py", line 122, in 
> create_btrfs_root_snapshot
>      os.path.join(mp, self.SNAP_PREFIX+additional_prefix+snap_id))
>    File "/tmp/update-manager-jcYcdh/apt_btrfs_snapshot.py", line 69, in 
> btrfs_subvolume_snapshot
>      source, dest])
>    File "/usr/lib/python2.7/subprocess.

[Bug 801696] Re: update-manager -d crashed when updating from 11.04 to 11.10

2011-06-24 Thread Stefan Beller
** Attachment added: "console output"
   https://bugs.launchpad.net/bugs/801696/+attachment/2180605/+files/report.txt

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

Title:
  update-manager -d crashed when updating from 11.04 to 11.10

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

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


[Bug 801696] [NEW] update-manager -d crashed when updating from 11.04 to 11.10

2011-06-24 Thread Stefan Beller
Public bug reported:

See attachment for console output of problem.

I am not sure if this is update-manager or aport problem.
Due to that bug no cleanup was performed; my /etc/apt/sources.list still has 
the 
11.10 (oneiric) packages listed.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: update-manager 1:0.150.2
ProcVersionSignature: Ubuntu 2.6.38-10.44-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Jun 24 20:31:42 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110330)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: update-manager
UpgradeStatus: Upgraded to natty on 2011-06-24 (0 days ago)

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


** Tags: amd64 apport-bug natty

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

Title:
  update-manager -d crashed when updating from 11.04 to 11.10

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

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


Re: [Bug 761930] Re: rhythmbox-metadata crashed with SIGSEGV in reconstruct_single_channel()

2011-06-04 Thread Stefan Beller
Yeah, I tried to reproduce that bug.

But it was gone when I started trying to reproduce.
(There were some heavier system updates, maybe the needed configuration is gone)
So I thought maybe it would come back, but it did not come back over time.

And that's why I forgot this bug. Sorry for not answering for so long.

2011/6/4 Omer Akram :
> We'd like to figure out what's causing this bug for you, but we haven't
> heard back from you in a while. Could you please provide the requested
> information? Thanks!
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/761930
>
> Title:
>  rhythmbox-metadata crashed with SIGSEGV in
>  reconstruct_single_channel()
>
> Status in “rhythmbox” package in Ubuntu:
>  Incomplete
>
> Bug description:
>  Binary package hint: rhythmbox
>
>  Rythmbox was scanning my music folder after starting.
>
>  ProblemType: Crash
>  DistroRelease: Ubuntu 11.04
>  Package: rhythmbox 0.13.3-0ubuntu5
>  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
>  Uname: Linux 2.6.38-8-generic x86_64
>  NonfreeKernelModules: nvidia
>  Architecture: amd64
>  CrashCounter: 1
>  Date: Fri Apr 15 17:31:43 2011
>  ExecutablePath: /usr/lib/rhythmbox/rhythmbox-metadata
>  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110330)
>  ProcCmdline: /usr/lib/rhythmbox/rhythmbox-metadata unix:tmpdir=/tmp
>  ProcEnviron:
>   SHELL=/bin/bash
>   PATH=(custom, user)
>   LANGUAGE=en_US:en
>   LANG=en_US.UTF-8
>  SegvAnalysis:
>   Segfault happened at: 0x7f3a9affa486:        movss  %xmm1,(%r11)
>   PC (0x7f3a9affa486) ok
>   source "%xmm1" ok
>   destination "(%r11)" (0x7f3a9bc37000) in non-writable VMA region: 
> 0x7f3a9bc37000-0x7f3a9bc3d000 r-xp 
> /usr/lib/gstreamer-0.10/libgstcoreindexers.so
>   Stack memory exhausted (SP below stack segment)
>  SegvReason: writing VMA /usr/lib/gstreamer-0.10/libgstcoreindexers.so
>  Signal: 11
>  SourcePackage: rhythmbox
>  StacktraceTop:
>   ?? () from /usr/lib/libfaad.so.2
>   reconstruct_single_channel () from /usr/lib/libfaad.so.2
>   ?? ()
>   ?? ()
>   ?? ()
>  Title: rhythmbox-metadata crashed with SIGSEGV in 
> reconstruct_single_channel()
>  UpgradeStatus: No upgrade log present (probably fresh install)
>  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/761930/+subscribe
>

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

Title:
  rhythmbox-metadata crashed with SIGSEGV in
  reconstruct_single_channel()

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

[Bug 754017] [NEW] : global name 'logging' is not defined

2011-04-07 Thread Stefan Beller
Public bug reported:

Binary package hint: aptdaemon

I used apt-get install to install some packages.
It was my intention to stack another installation after the current processing 
install, so i hoped the softwarecenter could wait until the apt-get, which was 
started manually has finished, and then start another job.

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: aptdaemon 0.41+bzr614-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-8.41-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: nvidia
Annotation: Applying software changes failed
Architecture: amd64
Date: Thu Apr  7 22:06:20 2011
DesktopFile: /usr/share/aptdaemon/aptdaemon.desktop
ExecutablePath: /usr/sbin/aptd
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110330)
PackageArchitecture: all
SourcePackage: aptdaemon
Title: : global name 'logging' is not defined
TransactionDepends: [[], [], [], [], [], [], []]
TransactionErrorCode: error-unknown
TransactionKwargs: {}
TransactionLocale: en_US.UTF8
TransactionOutput:
 
TransactionPackages: [[dbus.String(u'libbotan-1.8.2')], [], [], [], [], []]
TransactionRole: role-commit-packages
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-crash natty

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

Title:
  : global name 'logging' is not defined

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


[Bug 754017] Re: : global name 'logging' is not defined

2011-04-07 Thread Stefan Beller
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/754017

Title:
  : global name 'logging' is not defined

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