[Bug 1349941] [NEW] qemu-ppc segfault on simple hello world

2014-07-29 Thread jrr
Public bug reported: qemu ppc fails to execute even a simple hello world app. jruble@jruble-linux:~/ppc_qemu_test$ cat test.c #include stdio.h int main(){ printf(asdf\n); return 0; } jruble@jruble-linux:~/ppc_qemu_test$ powerpc-linux-gnu-gcc --version powerpc-linux-gnu-gcc (Ubuntu

[Bug 1349941] Re: qemu-ppc segfault on simple hello world

2014-07-29 Thread jrr
Nope, qemu-slof made no difference. Note that I'm using qemu in user mode emulation, rather than full system emulation. (see https://help.ubuntu.com/community/Installation/QemuEmulator#What_is_QEMU_.3F ) Alternatively to `qemu-ppc a.out', I can also just run './a.out' and get the same effect.

[Bug 1349941] Re: qemu-ppc segfault on simple hello world

2014-07-29 Thread jrr
hmm, nope, happens with that version as well: jruble@jruble-linux:~/ppc_qemu_test$ qemu-ppc -version qemu-ppc version 2.0.92 (Debian 2.1.0~rc2~git-20140721.b0ddb8bf.14.04.3), Copyright (c) 2003-2008 Fabrice Bellard jruble@jruble-linux:~/ppc_qemu_test$ qemu-ppc a.out Invalid data memory access:

[Bug 1349941] Re: qemu-ppc segfault on simple hello world

2014-07-29 Thread jrr
okay, the plot thickens - a static-compiled executable works!: jruble@jruble-linux:~/ppc_qemu_test$ powerpc-linux-gnu-gcc test.c -static -o test_static jruble@jruble-linux:~/ppc_qemu_test$ powerpc-linux-gnu-gcc test.c -o test_dynamic jruble@jruble-linux:~/ppc_qemu_test$ file test_static

[Bug 1349941] Re: qemu-ppc segfault on simple hello world

2014-07-29 Thread jrr
er, after adding the PPA, I had only updated the 'qemu' package. I just did a dist-upgrade and it pulled down several more packages: qemu- system-common, qemu-keymaps, qemu-system-ppc, qemu-user-static. Now it seems to work!: jruble@jruble-linux:~/ppc_qemu_test$ qemu-ppc -version qemu-ppc

[Bug 1349941] [NEW] qemu-ppc segfault on simple hello world

2014-07-29 Thread jrr
Public bug reported: qemu ppc fails to execute even a simple hello world app. jruble@jruble-linux:~/ppc_qemu_test$ cat test.c #include stdio.h int main(){ printf(asdf\n); return 0; } jruble@jruble-linux:~/ppc_qemu_test$ powerpc-linux-gnu-gcc --version powerpc-linux-gnu-gcc (Ubuntu

[Bug 1349941] Re: qemu-ppc segfault on simple hello world

2014-07-29 Thread jrr
Nope, qemu-slof made no difference. Note that I'm using qemu in user mode emulation, rather than full system emulation. (see https://help.ubuntu.com/community/Installation/QemuEmulator#What_is_QEMU_.3F ) Alternatively to `qemu-ppc a.out', I can also just run './a.out' and get the same effect.

[Bug 1349941] Re: qemu-ppc segfault on simple hello world

2014-07-29 Thread jrr
hmm, nope, happens with that version as well: jruble@jruble-linux:~/ppc_qemu_test$ qemu-ppc -version qemu-ppc version 2.0.92 (Debian 2.1.0~rc2~git-20140721.b0ddb8bf.14.04.3), Copyright (c) 2003-2008 Fabrice Bellard jruble@jruble-linux:~/ppc_qemu_test$ qemu-ppc a.out Invalid data memory access:

[Bug 1349941] Re: qemu-ppc segfault on simple hello world

2014-07-29 Thread jrr
okay, the plot thickens - a static-compiled executable works!: jruble@jruble-linux:~/ppc_qemu_test$ powerpc-linux-gnu-gcc test.c -static -o test_static jruble@jruble-linux:~/ppc_qemu_test$ powerpc-linux-gnu-gcc test.c -o test_dynamic jruble@jruble-linux:~/ppc_qemu_test$ file test_static

[Bug 1349941] Re: qemu-ppc segfault on simple hello world

2014-07-29 Thread jrr
er, after adding the PPA, I had only updated the 'qemu' package. I just did a dist-upgrade and it pulled down several more packages: qemu- system-common, qemu-keymaps, qemu-system-ppc, qemu-user-static. Now it seems to work!: jruble@jruble-linux:~/ppc_qemu_test$ qemu-ppc -version qemu-ppc

[Bug 1322384] Re: Parole Media Player fails to play audio CD

2014-05-23 Thread jrr
I'm on 32bit architecture and US archive with same problem: parole: Installed: 0.6.1-0ubuntu3.1 Candidate: 0.6.1-0ubuntu3.1 Version table: *** 0.6.1-0ubuntu3.1 0 500 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/universe i386 Packages 100 /var/lib/dpkg/status

[Bug 1322384] Re: Parole Media Player fails to play audio CD

2014-05-22 Thread jrr
I get the same error message -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1322384 Title: Parole Media Player fails to play audio CD To manage notifications about this bug go to:

[Bug 1269986] Re: kernel oops - unable to handle kernel NULL pointer dereference; probe_monitoring_device / nouveau_i2c_identify

2014-01-17 Thread jrr
I didn't even have to go that far! This was fortuitous: apt upgrading from 3.13.0-3-generic to 3.13.0-4-generic has fixed it! Nouveau loads and works. Need anything else from me before closing? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1269986] Re: kernel oops - unable to handle kernel NULL pointer dereference; probe_monitoring_device / nouveau_i2c_identify

2014-01-16 Thread jrr
this was from today's ubuntu-gnome trusty amd64 image, by the way: http://cdimage.ubuntu.com/ubuntu-gnome/daily-live/current/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1269986 Title: kernel

[Bug 1269986] [NEW] kernel oops - unable to handle kernel NULL pointer dereference; probe_monitoring_device / nouveau_i2c_identify

2014-01-16 Thread jrr
Public bug reported: Jan 16 17:58:34 asdf-linux kernel: [8.158262] BUG: unable to handle kernel NULL pointer dereference at 00fc Jan 16 17:58:34 asdf-linux kernel: [8.158367] IP: [a02699f8] probe_monitoring_device+0xb8/0xf0 [nouveau] Jan 16 17:58:34 asdf-linux

[Bug 1269986] Re: kernel oops - unable to handle kernel NULL pointer dereference; probe_monitoring_device / nouveau_i2c_identify

2014-01-16 Thread jrr
I can't run apport on the system in question as it fails to boot. I can grab additional logs from the filesystem if there's any specific requests. ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1261548] Re: G84 comes up with only one display at 640x480

2014-01-14 Thread jrr
You can close it - I'll stick with nvidia binary driver until 14.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1261548 Title: G84 comes up with only one display at 640x480 To manage

[Bug 1261548] Re: G84 comes up with only one display at 640x480

2014-01-10 Thread jrr
It's definitely still an issue for me under saucy. I tried today's trusty live image and it does not exhibit the problem. For the record, here's the reported nouveau version in the xorg log from working trusty image: [48.672] (II) LoadModule: nouveau [48.672] (II) Loading

[Bug 1261548] [NEW] G84 comes up with only one display at 640x480

2013-12-16 Thread jrr
Public bug reported: 01:00.0 VGA compatible controller: NVIDIA Corporation G84GL [Quadro FX 570] (rev a1) 2 Dell U2312HM displays (1920x1080) Nvidia binary driver works fine. Switched to nouveau with software- properties-gtk UI. Upon reboot, only one display comes up, and that display is at

[Bug 960609] Re: Docky.exe crashed with SIGSEGV in g_type_name()

2013-10-08 Thread jrr
Here's the tail end of the output from 'mono -v': Method (wrapper native-to-managed) GLib.Timeout/TimeoutProxy:Handler () emitted at 0x7fe5fee4ca80 to 0x7fe5fee4cb04 (code length 132) [Docky.exe] converting method Docky.Services.Logging.LogBase:GLibLogFunc (string,GLib.LogLevelFlags,string)

[Bug 984714] Re: Docky.exe crashed with SIGSEGV in g_type_name()

2013-10-07 Thread jrr
*** This bug is a duplicate of bug 960609 *** https://bugs.launchpad.net/bugs/960609 ** This bug has been marked a duplicate of bug 960609 Docky.exe crashed with SIGSEGV in g_type_name() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 960609] Re: Docky.exe crashed with SIGSEGV in g_type_name()

2013-10-07 Thread jrr
This happens reliably for me on every apt-get upgrade on two different machines. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/960609 Title: Docky.exe crashed with SIGSEGV in g_type_name() To

[Bug 976471] Re: Docky.exe crashed with SIGSEGV in g_type_name()

2013-10-07 Thread jrr
*** This bug is a duplicate of bug 960609 *** https://bugs.launchpad.net/bugs/960609 ** This bug has been marked a duplicate of bug 960609 Docky.exe crashed with SIGSEGV in g_type_name() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1171342] Re: mouse scroll wheel not working in gedit System Monitor

2013-04-22 Thread jrr
I had these symptoms under xfce after an update today, but they went away after a restart. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1171342 Title: mouse scroll wheel not working in gedit

[Bug 1067901] Re: can't configure any accounts in empathy

2013-04-12 Thread jrr
I configured Empathy under Gnome or Unity, and then switched to XFCE (xubuntu-desktop), and lost the ability to access its configuration. I eventually edited /usr/share/applications/gnome-credentials- panel.desktop and added XFCE to OnlyShowIn. (

[Bug 1066591] Re: regression: desktop icons no longer scaled down

2013-04-11 Thread jrr
I took this screenshot from ubuntu 12.10; I can also reproduce it on current 13.04. ** Attachment added: xfce_big_icon_2.png https://bugs.launchpad.net/ubuntu/+source/xfce4-panel/+bug/1066591/+attachment/3640748/+files/xfce_big_icon_2.png -- You received this bug notification because you

[Bug 1168081] [NEW] xpm icon not scaling

2013-04-11 Thread jrr
Public bug reported: Dash. I have an xpm icon that doesn't seem to scale down. See screenshot. likely related https://bugs.launchpad.net/ubuntu/+source/xfce4-panel/+bug/1066591 ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: unity 6.12.0daily13.04.01-0ubuntu1 ProcVersionSignature:

[Bug 1066591] Re: regression: desktop icons no longer scaled down

2013-04-11 Thread jrr
affects unity too! seems related. https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1168081 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1066591 Title: regression: desktop icons no longer

[Bug 1168081] Re: xpm icon not scaling

2013-04-11 Thread jrr
** Attachment added: offending .desktop https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1168081/+attachment/3641104/+files/nvvp.desktop -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1168081

[Bug 1168081] Re: xpm icon not scaling

2013-04-11 Thread jrr
** Attachment added: xpm referenced by the .desktop https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1168081/+attachment/3641105/+files/icon.xpm -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1102775] [NEW] Display Settings arrangement tool is too small

2013-01-21 Thread jrr
Public bug reported: The arrangement image renders really small in my configuration. I have five 1920x1200 Displays using AMD Catalyst 13.1. See attached image. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: gnome-control-center 1:3.4.2-0ubuntu19 ProcVersionSignature: Ubuntu

[Bug 1102786] [NEW] unity panel placement does not respect custom compiz output geometry

2013-01-21 Thread jrr
Public bug reported: Users can manually specify Compiz outputs using ccsm. For example, I combine four displays into one large virtual display, which causes windows to maximize across all four of them. Similarly, the drag- window-to-the-side-of-the-screen behavior works as expected, resizing

[Bug 1102786] Re: unity panel placement does not respect custom compiz output geometry

2013-01-21 Thread jrr
** Description changed: Users can manually specify Compiz outputs using ccsm. For example, I combine four displays into one large virtual display, which causes windows to maximize across all four of them. Similarly, the drag- window-to-the-side-of-the-screen behavior works as expected,

[Bug 789746] Re: installer crash

2011-05-28 Thread jrr
** Attachment added: partman https://bugs.launchpad.net/bugs/789746/+attachment/2146420/+files/partman -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/789746 Title: installer crash --

[Bug 789746] [NEW] installer crash

2011-05-28 Thread jrr
Public bug reported: Binary package hint: ubiquity Installing from 32-bit 11.04 iso burned to disc. Installer crash told me to file a bug. It appears to be in the checking for packages to remove... stage. I have a little atom board with a pciE raid card (rr2340), but I'm installing to a disk

[Bug 789746] Re: installer crash

2011-05-28 Thread jrr
** Attachment added: I guess you can only do one attachment per post? Here's syslog. https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/789746/+attachment/2146421/+files/syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 614039] Re: gnome-power-manager crashed with signal 5 in _XError()

2010-08-06 Thread jrr
this happens to me, too, when trying to change backlight brightness. AMD64 10.10, macbook 5,1. not sure how to attach the automatic dump stuff, but i can easily repro it if that'd be useful -- gnome-power-manager crashed with signal 5 in _XError() https://bugs.launchpad.net/bugs/614039 You

[Bug 206789] Re: Performance deleys

2008-03-29 Thread jrr
It's happening to me, too. My gutsy box works, but my hardy one doesn't. Gutsy has Xorg 1.3.0; Hardy is 1.4.0.90. Both have synergy 1.3.1. -- Performance deleys https://bugs.launchpad.net/bugs/206789 You received this bug notification because you are a member of Ubuntu Bugs, which is