[Bug 1636514] Re: nautilus crashed with SIGSEGV in gtk_tree_view_set_cursor_on_cell()
I've had this bug when copying between a NFS mount and another NFS mount, or NFS mount and USB drive. The copy completes, but crashes nautilus. I've tested a few scenarios and it only seems to occur across remote mounted file systems or usb mounted devices. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1636514 Title: nautilus crashed with SIGSEGV in gtk_tree_view_set_cursor_on_cell() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-gnome/+bug/1636514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1493888] Re: FGLRX incompatible with gcc 5
Thanks to all who reported, worked on, and fixed this bug! I've been waiting on this fix release and using the open source driver for my AMD/ATI:Carrizo. Without enabling 'Wily proposed', I've notice the video driver for the AMD graphics from fglrx-updates(proprietary) has moved up in the additional drivers GUI since the fix was released. Does this mean I can now try to use fglrx-updates in place of the open source without enabling 'Wily proposed'? Using: AMD A10-8700P Radeon R6 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1493888 Title: FGLRX incompatible with gcc 5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-release-notes/+bug/1493888/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1502370] [NEW] Unity does not send UnmapNotify event when window is iconified
Public bug reported: To reproduce this bug, run "wish" in a terminal window. Here's what I did in wish: > wish % wm tracing 1 % wm iconify . WaitForMapNotify giving up on . WaitForMapNotify finished with . (winPtr 0x1af3a50, wmPtr 0x1af3850) % wm state . normal % wm deiconify . % Three symptoms can be seen in the wish session: 1. wish should not report "WaitForMapNotify giving up on ." 2. After the "wm iconify ." command, the window disappears; however, the "wm state ." should report "iconic" instead of "normal". 3. The "wm deiconify ." command should make the window reappear, but it does not. I'm struggling with whether this is a Unity bug or a Tk bug. The problem is exhibited under Unity and Gnome Shell, but does not occur under fvwm2 (I ran the test under all 3 window managers on the same system). Under fvwm2: 1. wish does not report "WaitForMapNotify giving up on ." 2) The "wm state ." command correctly returns "iconic". 3) The "wm deiconify ." command correctly makes the window reappear. Under Gnome Shell and fvwm2, I was able to run "xtrace wish", and repeat the session to watch the X11 events (I got a SEGV when I tried this under Unity and I filed a bug). Under Gnome Shell, the xtrace info looks like this: 000:<:0092: 24: Request(16): InternAtom only-if-exists=false(0x00) name='WM_CHANGE_STATE' 000:>:0092:32: Reply to InternAtom: atom=0x1dc("WM_CHANGE_STATE") 000:<:0093: 44: Request(25): SendEvent propagate=false(0x00) destination=0x009b event-mask=SubstructureNotify,SubstructureRedirect ClientMessage(33) format=0x20 window=0x0186 type=0x1dc("WM_CHANGE_STATE") data=0x03,0x00,0x00,0x00,0xf0,0x71,0xd0,0x00,0x28,0x3e,0xc4,0x00,0x00,0x00,0x00,0x00,0x06,0x00,0x80,0x01; 000:>:0093: Event PropertyNotify(28) window=0x0186 atom=0x185(unrecognized atom) time=0x04931165 state=NewValue(0x00) 000:>:0093: Event PropertyNotify(28) window=0x0186 atom=0x15c("_NET_WM_STATE") time=0x04931165 state=NewValue(0x00) 000:<:0094: 24: Request(20): GetProperty delete=false(0x00) window=0x0186 property=0x15c("_NET_WM_STATE") type=0x4("ATOM") long-offset=0x long-length=0x0400 000:>:0094:36: Reply to GetProperty: type=0x4("ATOM") bytes-after=0x data=; Under fvwm2, the xtrace info looks like this: 000:<:008b: 24: Request(16): InternAtom only-if-exists=false(0x00) name='WM_CHANGE_STATE' 000:>:008b:32: Reply to InternAtom: atom=0x1b1("WM_CHANGE_STATE") 000:<:008c: 44: Request(25): SendEvent propagate=false(0x00) destination=0x009b event-mask=SubstructureNotify,SubstructureRedirect ClientMessage(33) format=0x20 window=0x01c6 type=0x1b1("WM_CHANGE_STATE") data=0x03,0x00,0x00,0x00,0xa0,0x7c,0x34,0x02,0x28,0xce,0x13,0x02,0x00,0x00,0x00,0x00,0x06,0x00,0xc0,0x01; 000:>:008c: Event UnmapNotify(18) event=0x01c6 window=0x01c6 from-configure=false(0x00) 000:>:008c: Event PropertyNotify(28) window=0x01c6 atom=0x185(unrecognized atom) time=0x04aa349c state=NewValue(0x00) 000:<:008d: 8: Request(10): UnmapWindow window=0x01c5 000:>:008d: Event PropertyNotify(28) window=0x01c6 atom=0x15c("_NET_WM_STATE") time=0x04aa349d state=NewValue(0x00) 000:<:008e: 4: Request(127): NoOperation 000:<:008f: 24: Request(20): GetProperty delete=false(0x00) window=0x01c6 property=0x15c("_NET_WM_STATE") type=0x4("ATOM") long-offset=0x long-length=0x0400 000:>:008f:36: Reply to GetProperty: type=0x4("ATOM") bytes-after=0x data=; Note that fvwm2 returns the UnmapNotify event to the client (in response to the ClientMessage event), but Gnome Shell (and presumably Unity) doesn't. As a result, wish does not send the UnmapWindow request to the window manager under Gnome Shell. The ICCCM (section 4.1.4) says "Clients can select for StructureNotify on their top-level windows to track transitions between Normal and Iconic states. Receipt of a MapNotify event will indicate a transition to the Normal state, and receipt of an UnmapNotify event will indicate a transition to the Iconic state. The relevant Tk code is in the tk8.6 source package (http://packages.ubuntu.com/source/trusty/tk8.6). At the bottom of unix/tkUnixWm.c the TkpWmSetState() function calls XIconifyWindow(), followed by WaitForMapNotify(). It is WaitForMapNotify() that prints out the message that it is giving up. There's an interesting comment in WaitForMapNotify() that says "There are some bizarre situations in which the window manager can't respond or chooses not to (e.g. if we've got a grab set it can't respond). If this happens, then just quit." The problem is that just quitting leaves Tk with an incorrect impression of the window's state. Under fvwm2, the UnmapNotify event causes Tk to call XUnmapWindow(), which seems to straighten things out. As I previously said, I'm torn on whether this is a Tk bug or a Unity/Gnome Shell bug. Since both Unity and Gnome Shell get the same answer, and WaitFo
[Bug 887821] Re: "Show copy dialog" right click launcher entry doesn't work (on nautilus copy)
This should be backported to 12.04 (you know, the stable LTS ubuntu). It's a serious user experience bug. I accidentally hit show desktop (why does alt-tab even have "show desktop" by included by default??), only to have my large file transfer irretrievably disappear. Wacky behaviour like this puts people right off Unity. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/887821 Title: "Show copy dialog" right click launcher entry doesn't work (on nautilus copy) To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/887821/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 996907] Re: Tomboy notes failed to synchronise, (500) INTERNAL SERVER ERROR.
** Changed in: tomboy (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996907 Title: Tomboy notes failed to synchronise, (500) INTERNAL SERVER ERROR. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tomboy/+bug/996907/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 996907] Re: Tomboy notes failed to synchronise, (500) INTERNAL SERVER ERROR.
Hmm, seems the problem has gone away, sync is now working for me. No changes at my end. David -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996907 Title: Tomboy notes failed to synchronise, (500) INTERNAL SERVER ERROR. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tomboy/+bug/996907/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 996907] Re: Tomboy notes failed to synchronise, (500) INTERNAL SERVER ERROR.
Benoit, I wonder if its a good idea for you to do as I did and see if you get the same error dump ? Kill tomboy first, you need to ps for it. The restart it in debug mode "tomboy --debug > tb.debug" and then try and trigger a sync. The log is not very big, see if you see about the same as I did towards the end. David -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996907 Title: Tomboy notes failed to synchronise, (500) INTERNAL SERVER ERROR. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tomboy/+bug/996907/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 996907] [NEW] Tomboy notes failed to synchronise, (500) INTERNAL SERVER ERROR.
Public bug reported: I have just got an error from TomBoy Notes Could not synchronise notes. Check the details below and try again. However when I click on Details, there are none. This error message occurs on my other laptop too. Network and other Ubuntu One functions appear to be working fine. Tomboy Notes last synchronised, maybe, three days ago ? Has failed ever since. Here is the relevent part of the debug output from Tomboy - [DEBUG 14:17:05.993] Tomboy remote control active. [DEBUG 14:18:39.053] SyncThread using SyncServiceAddin: Tomboy Web [DEBUG 14:18:39.066] Building web request for URL: https://one.ubuntu.com/notes/api/1.0/ [DEBUG 14:18:41.990] Building web request for URL: https://one.ubuntu.com/notes/api/1.0/user/ [ERROR 14:18:43.760] Caught exception. Message: The remote server returned an error: (500) INTERNAL SERVER ERROR. [ERROR 14:18:43.764] Stack trace for previous exception: at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult result) [0x0] in :0 at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData data) [0x0] in :0 [ERROR 14:18:43.766] Rest of stack trace for above exception:at System.Environment.get_StackTrace() at Tomboy.WebSync.Api.OAuth.MakeWebRequest(RequestMethod method, System.String url, System.Collections.Generic.List`1 parameters, System.String postData) at Tomboy.WebSync.Api.OAuth.WebRequest(RequestMethod method, System.String url, System.String postData) at Tomboy.WebSync.Api.OAuth.Get(System.String uri, IDictionary`2 queryParameters) at Tomboy.WebSync.Api.UserInfo.GetUser(System.String userUri, IWebConnection connection) at Tomboy.WebSync.WebSyncServer.BeginSyncTransaction() at Tomboy.Sync.SyncManager.SynchronizationThread() at System.Threading.Thread.StartUnsafe() [ERROR 14:18:43.766] Synchronization failed with the following exception: The remote server returned an error: (500) INTERNAL SERVER ERROR. at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult result) [0x0] in :0 at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData data) [0x0] in :0 I'm running XUbuntu 11.10 on both machines showing this problem. ** Affects: tomboy (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/996907 Title: Tomboy notes failed to synchronise, (500) INTERNAL SERVER ERROR. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tomboy/+bug/996907/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 17520] Re: Copy/select doesn't work from Compose header fields
I can confirm its a problem in evolution 3.2.2 as shipped with Xubuntu 11.04 Is it really the same bug that been there since 2005 ? Don't think so, no sign of it in, eg, Evolution 2.32.2 david -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/17520 Title: Copy/select doesn't work from Compose header fields To manage notifications about this bug go to: https://bugs.launchpad.net/evolution/+bug/17520/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 221363] Re: Policy Kit Unlock Buttons Greyed Out when using NX / VNC / LTSP
On 11.04, I was able to get around this problem by setting my NX client to launch gnome-session --session=classic-gnome . -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/221363 Title: Policy Kit Unlock Buttons Greyed Out when using NX / VNC / LTSP To manage notifications about this bug go to: https://bugs.launchpad.net/freenx-server/+bug/221363/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 797960] Re: polkit-agent-helper-1 prompts for authentication on the wrong DISPLAY.
Ran into a similar issue with NX and I was able to resolve it by setting up my NX client to execute the following rather than use the default GNOME options set in the freenx node: gnome-session --session=classic-gnome This allows the password prompts to display. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/797960 Title: polkit-agent-helper-1 prompts for authentication on the wrong DISPLAY. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/797960/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 766534] Re: Regression on maverick when updating to 0.6.7 (security upload)
Hi, reported (a duplicate of) this bug yesterday and received a nice message from Gunnar saying its fixed in 0.6.8 So, just confirming that my Update Manager wanted to pull down 0.6.8 this morning, it all worked smoothly ! Thanks guys ! David -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/766534 Title: Regression on maverick when updating to 0.6.7 (security upload) -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 767786] Re: package language-selector-common 0.6.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/767786 Title: package language-selector-common 0.6.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 767786] [NEW] package language-selector-common 0.6.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2
Public bug reported: Binary package hint: language-selector happened during regular update process. Nothing else unusual ProblemType: Package DistroRelease: Ubuntu 10.10 Package: language-selector-common 0.6.7 Uname: Linux 2.6.38-999-generic x86_64 Architecture: amd64 Date: Wed Apr 20 13:38:47 2011 ErrorMessage: subprocess installed post-installation script returned error exit status 2 InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Beta amd64 (20100901.1) PackageArchitecture: all SourcePackage: language-selector Title: package language-selector-common 0.6.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2 ** Affects: language-selector (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package maverick -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/767786 Title: package language-selector-common 0.6.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 641027] Re: Screen flickers after 2.6.32-24.42 update (drm/i915 changes)
Ray, I found that all releases of the Ubuntu mainline kernel after linux-image-2.6.36-999-generic_2.6.36-999.201010211341_amd64.deb broke quite a lot of things and I stopped looking after that. I think that after 20101021 we may have been looking at 2.6.37 prototype ... But I have found, and feel guilty for not telling anyone, that suspending (and resuming) always stops the flickering. Hmm David -- Screen flickers after 2.6.32-24.42 update (drm/i915 changes) https://bugs.launchpad.net/bugs/641027 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 641027] Re: Screen flickers after 2.6.32-24.42 update (drm/i915 changes)
No, sorry, the flashing problem has "come back again". Pretty strange, I must have used it for at least two hours the other day with no sign of the problem. Then, today, at a meeting, its flashing or flickering away for all its worth again. Don't think there were even any non kernel updates provided in that time span. About the only difference I can think of is I was connected to a different wireless network, cannot imagine that could be a factor ! Will play ... David -- Screen flickers after 2.6.32-24.42 update (drm/i915 changes) https://bugs.launchpad.net/bugs/641027 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 641027] Re: Screen flickers after 2.6.32-24.42 update (drm/i915 changes)
OK, flickering problem seems to be fixed in rc6 kernel. I am using the mainline 2.6.36 dated 201010021408 from Ubuntu and it no longer flickers ! (still fails to give the internal screen a name, calls it (null)1 and still fails to set, automaticly, the correct screen resolution for my external HP LA2405wg screen but thats easy to deal with !) Thanks folks ! David -- Screen flickers after 2.6.32-24.42 update (drm/i915 changes) https://bugs.launchpad.net/bugs/641027 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 585651] Re: [LUCID] Cannot install on eDP laptops such as HP Elitebook 2540p or 8440p
Thanks Steve, I should have know that. For other people following this thread, I have detailed the situation at https://bugs.launchpad.net/ubuntu/+source/linux/+bug/641027 Not a new one as Steve requested but its open and almost certainly the same thing. David -- [LUCID] Cannot install on eDP laptops such as HP Elitebook 2540p or 8440p https://bugs.launchpad.net/bugs/585651 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 641027] Re: Screen flickers after 2.6.32-24.42 update (drm/i915 changes)
Now, this just could be the same or related to bug #585651. It was marked as resolved a couple of weeks ago but I dropped a note there suggesting, "maybe not". Steve Conklin kindly pointed out that was not enough to reopen, better to create a new bug report. Looking around I found this one. In summary, all newish kernels have this problem with a laptop that uses the eDP display. Not a problem with external screen. I am using a beta Maverick and Ubuntu's mainline (2.6.26) kernel dated 201009281108. To save people the effort, while the flickering or flashing is not present in an earlier kernel (such as what you will find in U9.04) the hardware is so unfamiliar to that old kernel other things like external displays don't work. I mostly go from my desk at work to my desk at home and use an external display at both so the occasional flickering (when using laptop screen) is acceptable. Other observations that might be interesting - 1. xrandr has problems understanding the internal screen but it does get setting right. Screen 0: minimum 320 x 200, current 1280 x 960, maximum 8192 x 8192 (null)1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 260mm x 160mm 1280x800 60.0*+ 40.3 Note the (null)1 name. 2. xrandr has problems setting preferred mode on my HP Compaq LA2405wg screen, notes that 1920x1200 is preferred mode but still selects 1280x960. Switches over when asked to do so. On the other hand, works fine on my Acer screen at home. 3. xrandr, with any screen, blanks the screen momentarily as usual but surprisingly does so again about six seconds later. I have not seen that before... I have been watching progress of this bug on http://bugs.freedesktop.org/show_bug.cgi?id=29821 A good history at https://bugs.launchpad.net/opensuse/+source/linux/+bug/585651 David ** Bug watch added: freedesktop.org Bugzilla #29821 http://bugs.freedesktop.org/show_bug.cgi?id=29821 -- Screen flickers after 2.6.32-24.42 update (drm/i915 changes) https://bugs.launchpad.net/bugs/641027 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 585651] Re: [LUCID] Cannot install on eDP laptops such as HP Elitebook 2540p or 8440p
Noting this bug is rated as having had a fix released, thought I'd put in my two cents worth. I have a beta Ubuntu Maverick and the mainline kernel dated 15th September (called by Ubuntu 2.6.36-999) on a HP2540p. When using the internal display, it still 'flashes', more correctly 'flickers' in my opinion. Not constantly, might be ten or so seconds between each flicker, on average. Its quite erratic. Its not really bad enough to call it 'unusable' even. Using an external display, its fine. (By the way, long term followers of this bug may remember my plan to use U 9.10, bad plan, using 9.10 leaves the box totally unable to recognise an external display at all. So not useful with a docking station...) -- [LUCID] Cannot install on eDP laptops such as HP Elitebook 2540p or 8440p https://bugs.launchpad.net/bugs/585651 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 585651] Re: [LUCID] Cannot install on eDP laptops such as HP Elitebook 2540p or 8440p
Raul, just a clarification, my HP2540p has not arrived so, no, I am not using Karmic without problems. My opinions purely theoretical... David -- [LUCID] Cannot install on eDP laptops such as HP Elitebook 2540p or 8440p https://bugs.launchpad.net/bugs/585651 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 585651] Re: [LUCID] Cannot install on eDP laptops such as HP Elitebook 2540p or 8440p
Raul, did you try with (eg) Karmic ? I have a 2540p on order and my cunning plan is to install Karmic with its 2.6.31 kernel. And stay there until this issue is resolved. Thats a different mix than your test of using 2.6.31 on Lucid. Not much of a plan, but its a plan Incidentally, I had little choice in getting a 2540p, org I work for has a sweethart deal with HP. David -- [LUCID] Cannot install on eDP laptops such as HP Elitebook 2540p or 8440p https://bugs.launchpad.net/bugs/585651 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 273784] Re: evolution crashed with SIGSEGV in camel_store_get_folder_info()
I have stopped using the exchange plugin to evolution and now evolution is heaps more stable, this bug is gone and several others. I use davmail (and evolution) and would recommend it to anyone who can use it. David -- evolution crashed with SIGSEGV in camel_store_get_folder_info() https://bugs.launchpad.net/bugs/273784 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 353914] Re: udev rule needed to support Nokia 5800 XpressMusic (attached)
My problems (see above) went away after I upgraded the firmware on the phone. Had to do it on a windows machine but thats Nokia for you. David -- udev rule needed to support Nokia 5800 XpressMusic (attached) https://bugs.launchpad.net/bugs/353914 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 353914] Re: udev rule needed to support Nokia 5800 XpressMusic (attached)
I too am having problems like this. I have applied the suggested patch with no luck. Seems the patch is focusing on a device called 0421:0155 but my nokia 5800 pops up as 0421:0154. Could it be that this is the "older firmware" issues mentioned above ? Can someone post the firmware version that works and the one that does not for the 5800 ? My phone has V20.0.012 installed, Nokia has a V3x available but my service provider has not approved it yet. Its been around for a year so I guess they may never approve it. Its up to me to risk upsetting my SP if it looks like it may solve my problem. (We have a house in a bushfire area and depend on the phone to watch web pages with fire alerts so it pretty important to me !) David -- udev rule needed to support Nokia 5800 XpressMusic (attached) https://bugs.launchpad.net/bugs/353914 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 494321] Re: Evolution (in U9.10) crashes on startup if no network present.
Hmm, no likely hood of getting this looked at then ? I'll have to decide to abandon evolution soon if there is no fix coming. I guess if its only worrying one person (?), hard to devote time to it ! David -- Evolution (in U9.10) crashes on startup if no network present. https://bugs.launchpad.net/bugs/494321 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 494321] Re: Evolution (in U9.10) crashes on startup if no network present.
OK, I installed evolution-dbg and evolution-exchange-dbg and grabbed a back trace. (Its only 11K so have not gziped it, hope that OK) Attached. ** Attachment added: "backtrace from evolution trace, 494321" http://launchpadlibrarian.net/36640807/gdb-evolution.txt -- Evolution (in U9.10) crashes on startup if no network present. https://bugs.launchpad.net/bugs/494321 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 494321] Re: Evolution (in U9.10) crashes on startup if no network present.
** Attachment added: "Valgrind log of Evolution crash, logged as #494321" http://launchpadlibrarian.net/36612480/valgrind-logs-evolution.tar.gz -- Evolution (in U9.10) crashes on startup if no network present. https://bugs.launchpad.net/bugs/494321 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 494321] [NEW] Evolution (in U9.10) crashes on startup if no network present.
Public bug reported: Binary package hint: evolution If I start Evolution (on a laptop) with no network present, Evolution crashes - m...@laptop:~$ evolution ** (evolution:2430): WARNING **: Unexpected kerberos error -1765328164 ** (evolution:2430): DEBUG: mailto URL command: evolution %s ** (evolution:2430): DEBUG: mailto URL program: evolution ** (evolution:2430): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed Segmentation fault m...@laptop:~$ I have attached a valgrind log, this problem is quite repeatable. I'm using Ubuntu 9.10 (gnome) and Evolution 2.28.1 Its not bug #360485 or #313686 (relating to libsoup and spaces in URLs, tested with URL mentioned in 31368 ** Affects: evolution (Ubuntu) Importance: Undecided Status: New -- Evolution (in U9.10) crashes on startup if no network present. https://bugs.launchpad.net/bugs/494321 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 366162] Re: Lost connection to Evolution Exchange backend process
*** This bug is a duplicate of bug 34199 *** https://bugs.launchpad.net/bugs/34199 I am experiencing this bug, "Lost connection to Evolution Exchange backend process". Posting here because it I doubt its the same as bug 353187, or, if it is, it has come back. I'm using 9.10 and Evolution 2.28.1 and it happens a couple of time a day, more often at startup. Possibly unrelated, I see a lot of "CRITICAL **: atk_object_set_name: assertion `name != NULL' failed". Every five or ten minutes when, otherwise, things look OK. David -- Lost connection to Evolution Exchange backend process https://bugs.launchpad.net/bugs/366162 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 322044] Re: CGoban3 crashes
** Attachment added: ".xsession-errors" http://launchpadlibrarian.net/22596586/.xsession-errors -- CGoban3 crashes https://bugs.launchpad.net/bugs/322044 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 322044] Re: CGoban3 crashes
still likes to crash constantly. It continues even though I have exited other programs ** Attachment added: "hs_err_pid10228.log" http://launchpadlibrarian.net/22596426/hs_err_pid10228.log -- CGoban3 crashes https://bugs.launchpad.net/bugs/322044 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 322044] Re: CGoban3 crashes
** Attachment added: "hs_err_pid20512.log" http://launchpadlibrarian.net/21690590/hs_err_pid20512.log ** Description changed: I have run into this bug countless times. Normally I am running Rhythmbox, Firefox, and Bittornado when Cgoban3 crashes. - s...@lain:~$ javaws http://files.gokgs.com/javaBin/cgoban.jnlp + x...@:~$ javaws http://files.gokgs.com/javaBin/cgoban.jnlp size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x7f37bb147404, pid=20512, tid=1107159376 # # Java VM: OpenJDK 64-Bit Server VM (1.6.0_0-b12 mixed mode linux-amd64) # Distribution: Ubuntu 8.10, package 6b12-0ubuntu6 # Problematic frame: # V [libjvm.so+0x2d1404] -- CGoban3 crashes https://bugs.launchpad.net/bugs/322044 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 322044] [NEW] CGoban3 crashes
Public bug reported: I have run into this bug countless times. Normally I am running Rhythmbox, Firefox, and Bittornado when Cgoban3 crashes. x...@:~$ javaws http://files.gokgs.com/javaBin/cgoban.jnlp size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 size=27, rawSize=50 # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x7f37bb147404, pid=20512, tid=1107159376 # # Java VM: OpenJDK 64-Bit Server VM (1.6.0_0-b12 mixed mode linux-amd64) # Distribution: Ubuntu 8.10, package 6b12-0ubuntu6 # Problematic frame: # V [libjvm.so+0x2d1404] ** Affects: openjdk-6 (Ubuntu) Importance: Undecided Status: New -- CGoban3 crashes https://bugs.launchpad.net/bugs/322044 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 220706] Re: Boot fails on ata3: SRST failed (errno=-16)
Same error here on Asus p5w dh ** Changed in: linux (Ubuntu) Status: New => Confirmed -- Boot fails on ata3: SRST failed (errno=-16) https://bugs.launchpad.net/bugs/220706 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 234847] Re: Long boot time with Ubuntu 8.04, ata8.00 status { DRDY }
** Attachment added: "syslog.0" http://launchpadlibrarian.net/14704669/syslog.0 ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/14704670/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/14704671/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/14704672/ProcStatus.txt -- Long boot time with Ubuntu 8.04, ata8.00 status { DRDY } https://bugs.launchpad.net/bugs/234847 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 234847] [NEW] Long boot time with Ubuntu 8.04, ata8.00 status { DRDY }
Public bug reported: Binary package hint: gnome-utils Boot takes a very long time and seems to hang on ata8.0 or ata4.0 regularly. syslog atttached ProblemType: Bug Architecture: amd64 Date: Sun May 25 15:29:46 2008 DistroRelease: Ubuntu 8.04 ExecutablePath: /usr/bin/gnome-system-log NonfreeKernelModules: nvidia Package: gnome-utils 2.20.0.1-1ubuntu5 PackageArchitecture: amd64 ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: gnome-utils Uname: Linux 2.6.24-16-generic x86_64 ** Affects: gnome-utils (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- Long boot time with Ubuntu 8.04, ata8.00 status { DRDY } https://bugs.launchpad.net/bugs/234847 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 27014] Re: evolution bug, "Summary and folder mismatch, even after a sync"
RE - ViEVO not appearing on Ubuntu 704 linux. Thanks Jamie, all good ! I tried a fresh user account and it worked. So I blew away the .Koala directory on my account and re installed. And that worked. I found I could reproduce a version of the problem by choosing V4L rather than V4L2 driver in ViEVO's config. Difference is that now the ViEVO window appears so I can set V4L2. Its all good ! Thanks for your help. David On Wed, 2007-09-26 at 12:40 +, Jamie Strandboge wrote: > I have been running Gutsy's evolution for about 3 weeks, and have not > seen this problem anymore. It used to happen at least daily on dapper. > This is the same machine and email that had the problems before. > Upgraded to from dapper, to edgy, to feisty to gutsy. Now it works > fine. I'll report back if the problem crops up again. > -- evolution bug, "Summary and folder mismatch, even after a sync" https://bugs.launchpad.net/bugs/27014 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 27014] Re: evolution bug, "Summary and folder mismatch, even after a sync"
Kubuntu 7.04, Evolution 2.10.1, POP account I too have this problem, repeatedly, I can usually get going again by doing the "remove summery files, restart offline" trick but do sometimes need to do it again and again. I am also logging an error "/bin/sh: /usr/bin/esd: not found", reportedly fixable by installing esound or pulseaudio, neither of which appear available. I have no reason to think the esd problem is related to the "even after a sync" problem but just in case it might be... Surprising how long this bug has been around. I have used RedHat and Fedora for some time, did not see the problem there. David -- evolution bug, "Summary and folder mismatch, even after a sync" https://bugs.launchpad.net/bugs/27014 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs