[Bug 349336] Re: Ambiguous wording in confirmation alert box

2009-07-04 Thread Cody Russell
Okay cool, I didn't look at the full code only the patch. I'm at Guadec and the network isn't responding very well, so I never got to respond to your actual question.. so here is my only other thought on the patch. + #FIXME: is there a better way to set the title AND have a stock icon? +

[Bug 48671] Re: Cannot rename by clicking on a file

2009-07-05 Thread Cody Russell
So I'm sitting in the hackfest room downstairs at the desktop summit in Gran Canaria now and talked to Alex Larsson, one of the Nautilus maintainers, about this and he said this has been proposed many times in the past and has been rejected. I don't think Ubuntu wants to be carrying patches agains

[Bug 305394] Re: No subpixel smoothing

2009-07-06 Thread Tina Russell
I’m getting this problem with Firefox 3.5 on Karmic, fully updated. -- No subpixel smoothing https://bugs.launchpad.net/bugs/305394 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 371475] [NEW] Guest's built with Intrepid will not boot after upgrade to Jaunty

2009-05-03 Thread Russell Nash
Public bug reported: Binary package hint: kvm I have two KVM guests which I installed while running Intrepid: - Ubuntu Intrepid Server x86 - Windows XP Home Edition These two guests ran fine, however, since I performed a dist-upgrade to Jaunty neither of them will boot. Intrepid server boot fa

[Bug 337629] Re: weather indicator in the time/date applet does not keep up to date

2009-05-04 Thread Tina Russell
I’m getting this problem in Jaunty, with the same behavior described in the duplicate bug #341273. -- weather indicator in the time/date applet does not keep up to date https://bugs.launchpad.net/bugs/337629 You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 362124] Re: indicator-applet crashed with SIGSEGV in strcmp()

2009-04-19 Thread Cody Russell
A couple more thoughts about the AppMenuItem. Regarding reference counting: AppMenuItem * app_menu_item_new (IndicateListener * listener, IndicateListenerServer * server) { AppMenuItem * self = g_object_new(APP_MENU_ITEM_TYPE, NULL); AppMenuItemPrivate * priv = APP_MENU_ITEM_GET_

[Bug 362124] Re: indicator-applet crashed with SIGSEGV in strcmp()

2009-04-19 Thread Cody Russell
And this is totally unrelated, but while I'm kind of reviewing this code I want to ask about a couple other things.. It kind of looks like some stuff doesn't always get freed or unref'd. Having finalize() check: if (priv->type != NULL) g_free (priv->type); if (priv->appinfo != NULL)

[Bug 362124] Re: indicator-applet crashed with SIGSEGV in strcmp()

2009-04-19 Thread Cody Russell
"We're holding onto a pointer to listener, but we never actually g_object_ref() it. If that Listener were to unref to 0 before this AppMenuItem does, then" And obviously, whatever I said about listener applies to server as well. Server is the thing that actually seems to be causing the crash h

[Bug 323918] Re: php5 crashed with SIGSEGV in curl_global_cleanup()

2009-04-20 Thread Russell Smith
This looks like a duplicate of #63141. If you are running postgresql as the moodle backend, and have SSL turned on in the postgresql config (default). I'd be 99.99% sure it's the same bug. If this is your configuration, please mark this as a duplicate of the bug listed in my comment -- php5 cr

[Bug 336058] Re: Jaunty a5 won't start X on ThinkPad T20, T23

2009-05-07 Thread Tina Russell
I’m using Jaunty final on a ThinkPad X61 Tablet, and X will start up sometimes, sometimes not. If not, it will crash and I have to do a hard reset. Worse still, I can’t seem to access the Xorg.0.log.old file, as Log Viewer keeps saying of it “The file is not a regular file or is not a text file” (?

[Bug 371475] Re: Guest's built with Intrepid will not boot after upgrade to Jaunty

2009-05-08 Thread Russell Nash
Did I report this in the wrong place or do I need to provide further information? -- Guest's built with Intrepid will not boot after upgrade to Jaunty https://bugs.launchpad.net/bugs/371475 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 371475] Re: Guest's built with Intrepid will not boot after upgrade to Jaunty

2009-05-09 Thread Russell Nash
Hello Dustin, I tend to use virt-manager to create my guests and then either start them through there or using virsh. Anyhow, here is the process output for the two intrepid created guests I'm having the issues with: r...@defiant:~$ ps -ef | grep kvm root 27112 1 21 18:18 ?00:00:

[Bug 331445] Re: gdm does not respect all the given color variables in a gtkrc which is included with the gdm theme

2009-02-23 Thread Cody Russell
** Attachment added: "gdm-greeter-gtkrc.diff" http://launchpadlibrarian.net/23022168/gdm-greeter-gtkrc.diff -- gdm does not respect all the given color variables in a gtkrc which is included with the gdm theme https://bugs.launchpad.net/bugs/331445 You received this bug notification because

[Bug 331445] Re: gdm does not respect all the given color variables in a gtkrc which is included with the gdm theme

2009-02-24 Thread Cody Russell
Sorry about the last patch. I normally have a 'write-file-functions 'delete-trailing-whitespace hook in my .emacs so it fixed every line that had extra whitespace. :) ** Attachment added: "Cleaner patch" http://launchpadlibrarian.net/23046979/gdm-greeter-gtkrc-2.diff -- gdm does not respect

[Bug 331445] Re: gdm does not respect all the given color variables in a gtkrc which is included with the gdm theme

2009-02-24 Thread Cody Russell
Tested this today and I think it works. Can you verify? ** Attachment added: "Fixed patch" http://launchpadlibrarian.net/23049660/gdm-greeter-gtkrc-3.diff -- gdm does not respect all the given color variables in a gtkrc which is included with the gdm theme https://bugs.launchpad.net/bugs/33

[Bug 328593] Re: gnome-power-manager shouldn't use notifications with actions

2009-02-24 Thread Cody Russell
*** This bug is a duplicate of bug 329296 *** https://bugs.launchpad.net/bugs/329296 ** This bug has been marked a duplicate of bug 329296 Improve notifications -- gnome-power-manager shouldn't use notifications with actions https://bugs.launchpad.net/bugs/328593 You received this bug not

[Bug 331445] Re: gdm does not respect all the given color variables in a gtkrc which is included with the gdm theme

2009-02-24 Thread Cody Russell
This checks to see if you have a gtkrc property first, and if not it falls back to using {themedir}/gtk-2.0/gtkrc ** Attachment added: "New patch" http://launchpadlibrarian.net/23052913/gdm-greeter-gtkrc-4.diff -- gdm does not respect all the given color variables in a gtkrc which is included

[Bug 331445] Re: gdm does not respect all the given color variables in a gtkrc which is included with the gdm theme

2009-02-24 Thread Cody Russell
I happened to notice what appears to be a memory leak in nearby code. This patch should fix it. ** Attachment added: "Fix for memory leak" http://launchpadlibrarian.net/23053388/memory-leak.diff -- gdm does not respect all the given color variables in a gtkrc which is included with the gdm t

[Bug 331445] Re: gdm does not respect all the given color variables in a gtkrc which is included with the gdm theme

2009-02-24 Thread Cody Russell
kwwii, can you test this one? :) ** Attachment added: "gtkrc-or-default.diff" http://launchpadlibrarian.net/23059496/gtkrc-or-default.diff -- gdm does not respect all the given color variables in a gtkrc which is included with the gdm theme https://bugs.launchpad.net/bugs/331445 You received

[Bug 331695] Re: notify-sharp is broken now (banshee) in jaunty - wrong popups

2009-02-24 Thread Cody Russell
So I think that the patch is wrong now, and we actually don't want to modify notify-sharp. What we need to be doing now is doing the same check we do in notify- sharp, but outside of notify-sharp in the actual application (e.g., banshee). The reason for this is that some applications may have not

[Bug 327640] Re: Need to check notification daemon for actions capabilities

2009-02-24 Thread Cody Russell
** Attachment added: "Alternate patch" http://launchpadlibrarian.net/23077417/dont-be-evil.diff -- Need to check notification daemon for actions capabilities https://bugs.launchpad.net/bugs/327640 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 330526] Re: Wireless-connected message in nm-applet is unnecessarily long

2009-02-25 Thread Cody Russell
** Attachment added: "Fix the indenting/spacing" http://launchpadlibrarian.net/23113518/connected-message-3.diff -- Wireless-connected message in nm-applet is unnecessarily long https://bugs.launchpad.net/bugs/330526 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 334252] Re: Transmission should check server caps before using notification actions

2009-02-25 Thread Cody Russell
** Attachment added: "Proposed patch" http://launchpadlibrarian.net/23114409/notify.diff ** Tags added: dxteam -- Transmission should check server caps before using notification actions https://bugs.launchpad.net/bugs/334252 You received this bug notification because you are a member of Ubun

[Bug 334252] [NEW] Transmission should check server caps before using notification actions

2009-02-25 Thread Cody Russell
Public bug reported: Binary package hint: transmission Transmission uses notify_notification_add_action() without checking the server's capabilities. ** Affects: transmission (Ubuntu) Importance: Undecided Status: New ** Tags: dxteam -- Transmission should check server caps bef

[Bug 334252] Re: Transmission should check server caps before using notification actions

2009-02-25 Thread Cody Russell
Nice catch, thanks very much James! ** Attachment added: "Fixed" http://launchpadlibrarian.net/23116906/notify-2.diff -- Transmission should check server caps before using notification actions https://bugs.launchpad.net/bugs/334252 You received this bug notification because you are a member o

[Bug 334252] Re: Transmission should check server caps before using notification actions

2009-02-25 Thread Cody Russell
** Changed in: transmission (Ubuntu) Assignee: (unassigned) => Martin Pitt (pitti) -- Transmission should check server caps before using notification actions https://bugs.launchpad.net/bugs/334252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 334252] Re: Transmission should check server caps before using notification actions

2009-02-25 Thread Cody Russell
http://trac.transmissionbt.com/ticket/1865 -- Transmission should check server caps before using notification actions https://bugs.launchpad.net/bugs/334252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubu

[Bug 334252] Re: Transmission should check server caps before using notification actions

2009-02-25 Thread Cody Russell
Hi Martin, sorry.. I forgot to free the list of caps in the previous patch. This patch is correct. ** Attachment added: "Frees the list of caps after checking for actions" http://launchpadlibrarian.net/23117612/notify-3.diff -- Transmission should check server caps before using notification

[Bug 328605] Re: vlc shouldn't use notifications with actions

2009-02-25 Thread Cody Russell
** Attachment added: "Improved patch" http://launchpadlibrarian.net/23118176/vlc-notify-2.diff -- vlc shouldn't use notifications with actions https://bugs.launchpad.net/bugs/328605 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 328605] Re: vlc shouldn't use notifications with actions

2009-02-25 Thread Cody Russell
** Attachment added: "vlc-notify-3.diff" http://launchpadlibrarian.net/23118204/vlc-notify-3.diff -- vlc shouldn't use notifications with actions https://bugs.launchpad.net/bugs/328605 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 328605] Re: vlc shouldn't use notifications with actions

2009-02-25 Thread Cody Russell
** Bug watch added: VLC Trac #2556 http://trac.videolan.org/vlc/ticket/2556 ** Also affects: vlc via http://trac.videolan.org/vlc/ticket/2556 Importance: Unknown Status: Unknown -- vlc shouldn't use notifications with actions https://bugs.launchpad.net/bugs/328605 You received th

[Bug 331445] Re: gdm does not respect all the given color variables in a gtkrc which is included with the gdm theme

2009-02-25 Thread Cody Russell
Ken sat down with me at the office and showed me the exact behavior, so together we managed to fix this for good. :) For some reason gdm_session_init() is blowing away some of our theming information. Investigating why looks like it will take significant time, and Ken says we're planning to move

[Bug 331445] Re: gdm does not respect all the given color variables in a gtkrc which is included with the gdm theme

2009-02-26 Thread Cody Russell
Sorry for the confusion. It should just replace the previous patch. ** Changed in: gdm (Ubuntu) Status: Incomplete => New -- gdm does not respect all the given color variables in a gtkrc which is included with the gdm theme https://bugs.launchpad.net/bugs/331445 You received this bug no

[Bug 366910] [NEW] Ubuntu Server 9.04 Update Manager Reports Bug (Gnome under Ubuntu Server)

2009-04-25 Thread Ken Russell
Public bug reported: Binary package hint: update-manager Near the end of the long update routine for updating Ubuntu Server 8.10 to 9.10 using the "Update Manager" (I installed the "gnome desktop environment " in Server 64 8.10). the system reported a bug and suggested it be reported in the bug r

[Bug 366910] Re: Ubuntu Server 9.04 Update Manager Reports Bug (Gnome under Ubuntu Server)

2009-04-25 Thread Ken Russell
** Attachment added: "main.log" http://launchpadlibrarian.net/25973174/main.log -- Ubuntu Server 9.04 Update Manager Reports Bug (Gnome under Ubuntu Server) https://bugs.launchpad.net/bugs/366910 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 272247] Re: System freezes during boot, unless I hold a key down

2009-04-25 Thread Russell Green
Perpetual, the status has been changed from "Fix Released" to "Confirmed", thats an arrow, not a dash.;) -- System freezes during boot, unless I hold a key down https://bugs.launchpad.net/bugs/272247 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 25632] Re: SPDIF won't play PCM after playing AC3

2009-05-05 Thread Russell Phillips
OP here. I blew the dust of this card recently and found I still have the same problem... but I've found a fix which appears reasonably robust. 1. run 'aplay -L' to get the name of the iec958 device (my EMU10K1 is 'pcm iec958:Live"). You'll see something like this: iec958:CARD=Live,DEV=0 SBLi

[Bug 25632] Re: SPDIF won't play PCM after playing AC3

2009-05-05 Thread Russell Phillips
OP here. I blew the dust of this card recently and found I still have the same problem... but I've found a fix which appears reasonably robust. 1. run 'aplay -L' to get the name of the iec958 device (my EMU10K1 is 'pcm iec958:Live"). You'll see something like this: iec958:CARD=Live,DEV=0 SBLi

[Bug 25632] Re: SPDIF won't play PCM after playing AC3

2009-05-05 Thread Russell Phillips
OP here. I blew the dust of this card recently and found I still have the same problem... but I've found a fix which appears reasonably robust. 1. run 'aplay -L' to get the name of the iec958 device (my EMU10K1 is 'pcm iec958:Live"). You'll see something like this: iec958:CARD=Live,DEV=0 SBLi

[Bug 25632] Re: SPDIF won't play PCM after playing AC3

2009-05-05 Thread Russell Phillips
OP here. I blew the dust of this card recently and found I still have the same problem... but I've found a fix which appears reasonably robust. 1. run 'aplay -L' to get the name of the iec958 device (my EMU10K1 is 'pcm iec958:Live"). You'll see something like this: iec958:CARD=Live,DEV=0 SBLi

[Bug 368594] Re: mythbuntu: can't shutdown from MythTV

2009-05-05 Thread Russell Phillips
PolicyKit is definitely installed. In MythTV, the "Exit & Shutdown" button calls the script '/usr/share/mythtv/myth-halt.sh'. It contains the following line: dbus-send --system --print-reply --dest=org.freedesktop.Hal /org/freedesktop/Hal/devices/computer org.freedesktop.Hal.Device.SystemPowerMan

[Bug 368594] Re: mythbuntu: can't shutdown from MythTV

2009-05-05 Thread Russell Phillips
I just checked my mythbackend.log file after attempting a shutdown, it contains this line: Error org.freedesktop.Hal.Device.PermissionDeniedByPolicy: org.freedesktop.hal.power-management.shutdown-multiple-sessions auth_admin <-- (action, result) Looks like both have the same problem. -- mythbun

[Bug 368594] Re: mythbuntu: can't shutdown from MythTV

2009-05-05 Thread Russell Phillips
I just checked my mythfrontend.log file after attempting a shutdown, it contains this line: Error org.freedesktop.Hal.Device.PermissionDeniedByPolicy: org.freedesktop.hal.power-management.shutdown-multiple-sessions auth_admin <-- (action, result) Looks like both have the same problem. -- mythbu

[Bug 368594] [NEW] mythbuntu: can't shutdown from MythTV

2009-04-28 Thread Russell Phillips
Public bug reported: Binary package hint: policykit In mythtv (mythbuntu jaunty), when I select 'Exit and Shutdown', the machine does not shut down, and the following error is printed to the mythfrontend.log file: org.freedesktop.Hal.Device.PermissionDeniedByPolicy: org.freedesktop.hal .power-ma

[Bug 368651] Re: mayavi segfaults on startup

2009-04-28 Thread Francis Russell
** Attachment added: "gdb backtrace" http://launchpadlibrarian.net/26076040/gdb-bt.txt -- mayavi segfaults on startup https://bugs.launchpad.net/bugs/368651 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 368651] [NEW] mayavi segfaults on startup

2009-04-28 Thread Francis Russell
Public bug reported: Binary package hint: mayavi I am using Ubuntu 9.04, i386. Mayavi package version 1.5-5. Upon attempting to start mayavi with no command line options, mayavi segfaults. I've also observed this on a 64-bit installation as well. I've attached a gdb backtrace which indicates the

[Bug 361689] Re: hald segfault when using a raid volume

2009-04-29 Thread Russell Davies
I can confirm this when using a RAID 10 array. Chris's HAL builds also fixed the problem for me. ** Attachment added: "lshal.log" http://launchpadlibrarian.net/26144390/lshal.log -- hald segfault when using a raid volume https://bugs.launchpad.net/bugs/361689 You received this bug notificatio

Re: [Bug 361205] Re: Tracker uses notifications with actions when the index is corrupt

2009-04-29 Thread brian russell
I didn't have luck with the other workaround, nor with reinstalling tracker on either of the machines I upgraded... however, the following did indeed seem to do the trick on both: sudo apt-get install tracker tracker-utils --reinstall tracker-processes -r if this works (even if it only coincident

[Bug 349948] Re: Text is cut off in popup indicating safe to remove media

2009-04-22 Thread Cody Russell
The problem is that it shouldn't be using gtk_window_get_size() this way. It's not a very reliable way to get the size, especially the it's being used here since the mainloop hasn't even been hit yet and the window doesn't exist yet. The most reliable way to do this will be to get the size from t

[Bug 361205] Re: Tracker uses notifications with actions when the index is corrupt

2009-04-24 Thread brian russell
I was able to solve this problem by installing tracker-utils. it is a suggested package. perhaps this could be easily solved by relabeling it as a dependency. -- Tracker uses notifications with actions when the index is corrupt https://bugs.launchpad.net/bugs/361205 You received this bug notific

[Bug 361205] Re: Tracker uses notifications with actions when the index is corrupt

2009-04-24 Thread brian russell
oh, and I think i may have also rebooted. the best part was that i didn't have to reindex. -- Tracker uses notifications with actions when the index is corrupt https://bugs.launchpad.net/bugs/361205 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 332377] Re: webcam does not work with flash

2009-04-24 Thread Russell Nash
I can confirm the same issue with Jaunty. I believe it is due to the fact that flash for linux is only compatible with V4L devices and not V4L2. -- webcam does not work with flash https://bugs.launchpad.net/bugs/332377 You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 282308] Re: tracker-applet crashed with SIGSEGV in g_closure_invoke()

2009-03-09 Thread Martyn Russell
So much has changed since 0.6.6 not only to the indexer and the trackerd but also the applications. I can't see what is going on from this stack trace. I personally would close the bug as NEEDINFO/WONTFIX or OBSOLETE. -- tracker-applet crashed with SIGSEGV in g_closure_invoke() https://bugs.launc

[Bug 339445] Re: tracker-extract crashed with SIGSEGV in gst_iterator_next()

2009-03-09 Thread Martyn Russell
Hi, Can you find out which file caused this crash? We are constantly fixing the extractors and this might have already been fixed. It looks like it was a media file of some sorts since GStreamer is in the back trace. Any chance you could send us the file so we can test with it? It may already be f

[Bug 339560] Re: stack smashing detected with tracker-indexer

2009-03-09 Thread Martyn Russell
Hi, Wow, this code has been in use for a while and we have not seen this. I just checked and double checked your logic and you are right. Superb catch! Now committing a fix to TRUNK. This will be available in this weeks release 0.6.91. Do you have the file here which is causing this problem so we

[Bug 339445] Re: tracker-extract crashed with SIGSEGV in gst_iterator_next()

2009-03-09 Thread Martyn Russell
Thanks for the additional information here. Looking at the code, it all seems fine. Unless this is some internal GStreamer bug, I don't see what is going wrong here. Are you able to send us the file which causes this situation? You can probably test it in a stand alone manner using tracker-extract

[Bug 210967] Re: trackerd indexes when on battery

2009-03-09 Thread Martyn Russell
I am now testing this and will try to fix it for this weeks release (0.6.91). Asa, Jamin, just to confirm, what are your config values set to? There are 2: BatteryIndex BatteryIndexInitial Of course, if you have BatteryIndex=false, but you have BatteryIndexInitial=true, then it will index on

[Bug 210967] Re: trackerd indexes when on battery

2009-03-09 Thread Martyn Russell
I just tested this with TRUNK for the last hour or so and it works for me. Can you tell me exactly what you are doing to make this fail so I can try to reproduce it? -- trackerd indexes when on battery https://bugs.launchpad.net/bugs/210967 You received this bug notification because you are a mem

[Bug 210967] Re: trackerd indexes when on battery

2009-03-09 Thread Martyn Russell
Asa, ah I see, I will try to reproduce it tomorrow and come up with a fix. It should write any changes in the config to the .cfg file. Looks like you might have stumbled onto another bug as part of this :) I will let you know how I get on tomorrow! Thanks again for the extra information. -- trac

[Bug 210967] Re: trackerd indexes when on battery

2009-03-10 Thread Martyn Russell
OK, I have fixed the config here a bit. It wasn't loading the defaults in properly if *some* didn't exist in the .cfg. But the default here works as I would expect anyway, so with no config here, the default is: BatteryIndex=true BatteryIndexInitial=false Note, this means it will NOT index on

[Bug 266911] Re: Black screen after clicking to start a Guest Session

2008-10-15 Thread Nick Russell
This was fixed by deleting the Guest account I created manually in Hardy, but this is the output of the command you suggested: + USER=guest + PWSTAT= + adduser --system --no-create-home --home / --gecos Guest --group --shell /bin/bash guest Adding system user `guest' (UID 115) ... Adding new grou

[Bug 280805] Re: Latest nvidia driver for Interpid (x64) makes my fan spin all the time.

2008-10-15 Thread Russell Hedger
Following showcaser's post, I installed nvidia-glx-177 version 117.80-0ubuntu2 from the repositories together with latest updates. Following shutdown and restart, the GPU is now idling at 44 C. Problem seems to have been rectified. This is on Kubuntu Intrepid, XPS M1330 8400M, running dual head wi

[Bug 280805] Re: Latest nvidia driver for Interpid (x64) makes my fan spin all the time.

2008-10-15 Thread Russell Hedger
>Russell, I don't understand; is your fan still running at full speed? >Or is it back to <=177.76-style, where the fan only runs as needed? The fan is now quiet and the GPU running cooler. Incidentally, I never experienced a problem with the fan switching on and off rapidly. On

[Bug 271465] Re: [Intrepid] Hang at usplash

2008-10-16 Thread Nick Russell
*** This bug is a duplicate of bug 263059 *** https://bugs.launchpad.net/bugs/263059 ** This bug has been marked a duplicate of bug 263059 [regression] 2.6.27-7 sometimes fails to boot (iwl3945 issue?) -- [Intrepid] Hang at usplash https://bugs.launchpad.net/bugs/271465 You received this

Re: [Bug 132601] Re: Flaw in Ubuntu 7.04; patch from Ubuntu 6.06

2008-10-16 Thread Russell Howell
It is reproducible in 8.04, but I've not tried 8.10 yet. = Is this symptom still reproducible in 8.10 beta or later? ** Changed in: dvipdfmx (Ubuntu) Status: New => Incomplete -- Flaw in Ubuntu 7.04; patch from Ubuntu 6.06 https://bugs.launchpad.net/bugs/132601 Yo

[Bug 285098] [NEW] intel 965 + compiz + suspend -> corrupt alt-tab icons

2008-10-17 Thread Russell Sears
Public bug reported: Binary package hint: xserver-xorg-video-intel After I suspend/resume my laptop, the compiz icons in the display are corrupted. Icons in the menubar, and icons for windows created after resume aren't affected. (See attached screenshot - gimp and synaptic were launched after

[Bug 285098] Re: intel 965 + compiz + suspend -> corrupt alt-tab icons

2008-10-17 Thread Russell Sears
** Attachment added: "corrupt.png" http://launchpadlibrarian.net/18644559/corrupt.png -- intel 965 + compiz + suspend -> corrupt alt-tab icons https://bugs.launchpad.net/bugs/285098 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 267761] Re: Wireless on Atheros 5213A drops often, is slow, and ath5k_pci consumes large amounts of CPU

2008-10-17 Thread Russell Phillips
To blacklist ath5k, at this line to /etc/modprobe.d/blacklist: blacklist ath5k -- Wireless on Atheros 5213A drops often, is slow, and ath5k_pci consumes large amounts of CPU https://bugs.launchpad.net/bugs/267761 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 285098] Re: intel 965 + compiz + suspend -> corrupt alt-tab icons

2008-10-17 Thread Russell Sears
** Attachment added: "lspci --vvnn" http://launchpadlibrarian.net/18652881/lspcivvnn.txt -- intel 965 + compiz + suspend -> corrupt alt-tab icons https://bugs.launchpad.net/bugs/285098 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 285098] Re: intel 965 + compiz + suspend -> corrupt alt-tab icons

2008-10-17 Thread Russell Sears
** Attachment added: "Xorg.0.log" http://launchpadlibrarian.net/18652884/Xorg.0.log -- intel 965 + compiz + suspend -> corrupt alt-tab icons https://bugs.launchpad.net/bugs/285098 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 285098] Re: intel 965 + compiz + suspend -> corrupt alt-tab icons

2008-10-17 Thread Russell Sears
Note that I've tweaked the AperTexSize option, and had to muck with the virtual desktop size. Otherwise, the rest of the customization for the intel driver is commented out, The laptop is a lenovo thinkpad x61t. ** Attachment added: "xorg.conf" http://launchpadlibrarian.net/18652912/xorg.conf

[Bug 285098] Re: intel 965 + compiz + suspend -> corrupt alt-tab icons

2008-10-17 Thread Russell Sears
Tested with compiz 1:0.7.8-0ubuntu4 and with AperTexSize commented out. No change. Suspend/resume was stable before I upgraded, though compiz was very slow. I may have hacked a few things in the suspend/resume scripts under feisty, but I think most of those customizations were blown away a long t

[Bug 147207] Re: gutsy php5 crashed with SIGSEGV in CRYPTO_lock()

2008-11-03 Thread Russell Smith
ove we may be able to track this down further. That's if you are still experiencing the problem at all. Thanks Russell. -- gutsy php5 crashed with SIGSEGV in CRYPTO_lock() https://bugs.launchpad.net/bugs/147207 You received this bug notification because you are a member of Ubuntu

[Bug 216869] Re: php5 crashed with SIGSEGV in curl_global_cleanup()

2008-11-04 Thread Russell Smith
*** This bug is a duplicate of bug 147207 *** https://bugs.launchpad.net/bugs/147207 ** This bug has been marked a duplicate of bug 147207 gutsy php5 crashed with SIGSEGV in CRYPTO_lock() -- php5 crashed with SIGSEGV in curl_global_cleanup() https://bugs.launchpad.net/bugs/216869 You rece

[Bug 219274] Re: php5 crashed with SIGSEGV in CRYPTO_lock()

2008-11-04 Thread Russell Smith
*** This bug is a duplicate of bug 63141 *** https://bugs.launchpad.net/bugs/63141 ** This bug is no longer a duplicate of bug 147207 gutsy php5 crashed with SIGSEGV in CRYPTO_lock() ** This bug has been marked a duplicate of bug 63141 PHP (cli) exits with a segfault if pg_connect() cal

[Bug 216869] Re: php5 crashed with SIGSEGV in curl_global_cleanup()

2008-11-04 Thread Russell Smith
*** This bug is a duplicate of bug 63141 *** https://bugs.launchpad.net/bugs/63141 ** This bug is no longer a duplicate of bug 147207 gutsy php5 crashed with SIGSEGV in CRYPTO_lock() ** This bug has been marked a duplicate of bug 63141 PHP (cli) exits with a segfault if pg_connect() cal

[Bug 155829] Re: php5 crashed with SIGSEGV in CRYPTO_lock()

2008-11-04 Thread Russell Smith
*** This bug is a duplicate of bug 63141 *** https://bugs.launchpad.net/bugs/63141 ** This bug is no longer a duplicate of bug 147207 gutsy php5 crashed with SIGSEGV in CRYPTO_lock() ** This bug has been marked a duplicate of bug 63141 PHP (cli) exits with a segfault if pg_connect() cal

[Bug 147595] Re: php5 crashed with SIGSEGV in CRYPTO_lock()

2008-11-04 Thread Russell Smith
*** This bug is a duplicate of bug 63141 *** https://bugs.launchpad.net/bugs/63141 ** This bug is no longer a duplicate of bug 147207 gutsy php5 crashed with SIGSEGV in CRYPTO_lock() ** This bug has been marked a duplicate of bug 63141 PHP (cli) exits with a segfault if pg_connect() cal

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2008-11-04 Thread Russell Smith
I have marked all the moodle reports as duplicates of this bug. They exhibit the same symptoms as each other. The workaround for the pg_connect generic bug is to disable the ssl connection. Manually altering the moodle connect string in connection library to disable ssl also removes the segmenta

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2008-11-04 Thread Russell Smith
** Also affects: postgresql-8.3 (Ubuntu) Importance: Undecided Status: New ** Changed in: postgresql-8.3 (Ubuntu) Status: New => Confirmed -- PHP (cli) exits with a segfault if pg_connect() called. https://bugs.launchpad.net/bugs/63141 You received this bug notification because

[Bug 289759] Re: cups kyocera

2008-11-04 Thread Russell Davies
I can also confirm for a Xerox Phaser 8560DT using the PPD file xrx8560dn.ppd from Xerox website. Was using same PPD file under Hardy with no problems. Debug info is attached. ** Attachment added: "troubleshoot.txt" http://launchpadlibrarian.net/19344058/troubleshoot.txt -- cups kyocera http

[Bug 147207] Re: gutsy php5 crashed with SIGSEGV in CRYPTO_lock()

2008-11-04 Thread Russell Smith
*** This bug is a duplicate of bug 63141 *** https://bugs.launchpad.net/bugs/63141 ** This bug has been marked a duplicate of bug 63141 PHP (cli) exits with a segfault if pg_connect() called. -- gutsy php5 crashed with SIGSEGV in CRYPTO_lock() https://bugs.launchpad.net/bugs/147207 You re

[Bug 285098] Re: intel 965 + compiz + suspend -> corrupt alt-tab icons

2008-11-05 Thread Russell Sears
Just want to add that I wasn't seeing this with intel's 2.3 drivers (I think I grabbed them out of intrepid's repository a few months ago, or with the 2.2 series from hardy. However, 2.3 was ridiculously slow at running compiz. I don't remember what was wrong with 2.2, but it was something signif

[Bug 285452] Re: maximus crashed with SIGSEGV in strstr()

2008-10-18 Thread Russell Phillips
** Attachment added: "CoreDump.gz" http://launchpadlibrarian.net/18663967/CoreDump.gz ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/18663968/Dependencies.txt ** Attachment added: "Disassembly.txt" http://launchpadlibrarian.net/18663969/Disassembly.txt ** Attachm

[Bug 267376] Re: [Request] OpenOffice.org 3.0 in Intrepid Backports

2008-10-18 Thread Russell Green
A simple solution would be to package 3.0 into universe then when jaunty comes around promote it to main.That is if somebody would maintain.Instead of backporting it, that way users who don't really know what they are doing don't need to muck around with sources and dont end up with all the backpor

[Bug 145360] Re: compiz.real crashed with SIGSEGV

2008-10-13 Thread Nick Russell
1) Yes the crash happens on login, but compiz works. 2) It happens on both my hardy machines which I have upgraded. It doesn't only happen once but over and over again at login. Unfortunately it doesn't occur every time, it seems random. -- compiz.real crashed with SIGSEGV https://bugs.launchpa

[Bug 269150] Re: No text under icons with Intrepid alpha 5

2008-10-13 Thread Russell Phillips
Installed this patch - fixed the problem for me (Acer Aspire One i945GME). Good work! -- No text under icons with Intrepid alpha 5 https://bugs.launchpad.net/bugs/269150 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mai

[Bug 280805] Re: Latest nvidia driver for Interpid (x64) makes my fan spin all the time.

2008-10-14 Thread Russell Hedger
The Dell XPS M1330 model has many reports of motherboard failure due to overheating of the nvidia 8400M GPU. This has been addressed in part by the new A12 BIOS, which runs the system fan more actively, so increasing the lifetime of the GPU. This bug is a different problem: the GPU temperature inc

[Bug 280805] Re: Latest nvidia driver for Interpid (x64) makes my fan spin all the time.

2008-10-14 Thread Russell Hedger
Same problem on Dell XPS M1330 with GeForce 8400M GS. Running latest 64-bit Intrepid beta with nvidia driver 177.80 installed via Envy. Previously, GPU core was idling at 41 Celsius but following a recent update, it began idling at 59 Celsius with the fan coming on loudly. Temperature reduced to 4

[Bug 278810] Re: Doesn't always display suspend / hibernate options (race between g-p-m and f-u-s-a?)

2008-10-14 Thread Nick Russell
I'm affected by this problem as well. -- Doesn't always display suspend / hibernate options (race between g-p-m and f-u-s-a?) https://bugs.launchpad.net/bugs/278810 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

Re: [Bug 270331] Re: gnome-power-manager crashed with SIGSEGV in gdk_screen_get_monitor_geometry()

2008-10-14 Thread Tina Russell
Thanks! No, I haven't gotten this problem in a while. I don't remember exactly when, but I think I only saw it crash a few more times, and that was in the days after I filed this bug report. The crashes were so random and inexplicable, though, that it would probably be a good idea just to look into

[Bug 285098] Re: intel 965 + compiz + suspend -> corrupt alt-tab icons

2008-10-25 Thread Russell Sears
I'd like to add that the mouse cursor now sometimes disappears. Usually it's just one of the cursors, like the animated 'wait' circle. Killing and restarting compiz doesn't fix the mouse cursor, though it does fix the alt-tab icons. I mention it since I've seen the mouse cursor 'wait' bitmap sho

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2008-11-03 Thread Russell Smith
Hi, After a bit of debugging, some pushing and a big wait, there is a proposed patch for this. Really this is a bug in PostgreSQL as listed in the PHP bug report. I'm not sure if this should be moved. So I'm leaving it here. But it is certainly a bug in PostgreSQL. Bug thread reported by me:

[Bug 292403] Re: MASTER firefox 3.03 in kubuntu 8.10 requires gnome apps

2008-11-03 Thread Russell Ault
I'm not sure I quite understand why this is happening; ubufox is still just listed as a "recommended" and not a true dependency. Is the new apt-get default behaviour to install recommended packages as well? -- MASTER firefox 3.03 in kubuntu 8.10 requires gnome apps https://bugs.launchpad.net/bugs

[Bug 154459] Re: Configuration File Change: Old Man Mindset

2008-11-03 Thread Tina Russell
*** This bug is a duplicate of bug 1 *** https://bugs.launchpad.net/bugs/1 I have no idea why this is marked as a duplicate! It’s more that this is one of the bugs that must be fixed if #1 is to be fixed. I agree that something must be done about this process. I’m wary of attempting to divide

[Bug 289759] Re: "/usr/lib/cups/filter/pstopdf failed" in error_log and only blank page printed

2008-11-06 Thread Russell Davies
Working perfectly on Xerox Phaser 8560DT, thanks Till! Is the pstopdf file you supplied from a previous version of Ubuntu? -- "/usr/lib/cups/filter/pstopdf failed" in error_log and only blank page printed https://bugs.launchpad.net/bugs/289759 You received this bug notification because you are a

[Bug 289759] Re: "/usr/lib/cups/filter/pstopdf failed" in error_log and only blank page printed

2008-11-07 Thread Russell Davies
My Xerox 8560DT is working fine with the package cups (1.3.9-3) from intrepid-proposed. -- "/usr/lib/cups/filter/pstopdf failed" in error_log and only blank page printed https://bugs.launchpad.net/bugs/289759 You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 295230] [NEW] typo in apt line from openprinting-ppds-pxlcolor-gestetner package

2008-11-07 Thread Russell Davies
Public bug reported: When jockey installs package openprinting-ppds-pxlcolor-gestetner it adds an apt line in /etc/apt/sources.list.d/jockey.list that results in a 404 error. The apt line added is: deb http://www.openprinting.org/download/printdriver/debian/ lsb3.2 pxlcolor-Gestetner The line s

[Bug 290127] Re: Non-existent log files cannot be chown'ed

2008-11-07 Thread Russell Phillips
I have a similar setup, except I have an SSD so I've got /var/log mounted on tmpfs. The directory needs to start afresh on each boot. This is a common trick for people who need to reduce the write count on their EeePC or Aspire One. Here's a method which will touch the required logfiles (including

Re: [Bug 263956] Re: Xorg crashed with SIGSEGV in xf86PostMotionEventP()

2008-11-07 Thread Tina Russell
No, it hasn't been an issue with me for a while. The computer in question is off for repair, though, so I won't be able to test anything out for a little while. (The last time I used that computer, I was using the Intrepid release candidate. I haven't noticed any big X.org bugs with that computer f

<    1   2   3   4   5   6   7   8   9   10   >