[Bug 209271] Re: gvfs-smb: strange timeouts

2008-09-12 Thread mike morrison
I had the same issue as described here. Bug #259978 (which i'd say is a duplicate of this bug) contains a workaround. -- gvfs-smb: strange timeouts https://bugs.launchpad.net/bugs/209271 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 315308] [NEW] bits/byteswap.h __bswap_32 does not cross compiling on ARM processors

2009-01-08 Thread mike morrison
Public bug reported: Binary package hint: libc6-dev When I try to cross compile programs for an ARM processor (omap3) that use bswap_32() directly or indirectly through functions like htons() the compiler complains: error: invalid 'asm': invalid operand for code 'w' This only happens when __bui

[Bug 48264] Re: Kernel Crash [Debian or Kernel.org kernels OK]

2008-04-29 Thread mike morrison
Leann: Looks like you were right. I tried an upstream kernel (2.6.25 from kernel.org) with the hardy kernel config and it also crashes. I took two pictures of the crashes that occur with the 2.6.24-16-generic kernel (i couldn't get anything from kern.log.0) and I will attach them after this messag

[Bug 48264] Re: Kernel Crash [Debian or Kernel.org kernels OK]

2008-04-29 Thread mike morrison
** Attachment added: "crash 1 screenshot" http://launchpadlibrarian.net/14020498/IMGP1253.JPG -- Kernel Crash [Debian or Kernel.org kernels OK] https://bugs.launchpad.net/bugs/48264 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. --

[Bug 48264] Re: Kernel Crash [Debian or Kernel.org kernels OK]

2008-04-29 Thread mike morrison
** Attachment added: "crash 2 screenshot" http://launchpadlibrarian.net/14020516/IMGP1263.JPG -- Kernel Crash [Debian or Kernel.org kernels OK] https://bugs.launchpad.net/bugs/48264 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. --

[Bug 48264] Re: Kernel Crash [Debian or Kernel.org kernels OK]

2008-04-29 Thread mike morrison
** Attachment added: "my working 2.6.23.12 kernel config" http://launchpadlibrarian.net/14020542/config-2.6.23.12-custom -- Kernel Crash [Debian or Kernel.org kernels OK] https://bugs.launchpad.net/bugs/48264 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 48264] Re: Kernel Crash [Debian or Kernel.org kernels OK]

2008-04-29 Thread mike morrison
** Attachment added: "the 2.6.25 kernel config based on config-2.6.24-16-generic (also crashes)" http://launchpadlibrarian.net/14020616/config-2.6.25-from-2.6.24-16-generic -- Kernel Crash [Debian or Kernel.org kernels OK] https://bugs.launchpad.net/bugs/48264 You received this bug notificat

[Bug 48264] Re: Kernel Crash [Debian or Kernel.org kernels OK]

2008-04-14 Thread mike morrison
i just tried the 8.04 beta and the kernel still exhibits the problem. the attached dmesg shows some of the strange behavior just prior to the machine locking up. ** Attachment added: "dmesg_4.txt" http://launchpadlibrarian.net/13418161/dmesg_4.txt -- Kernel Crash [Debian or Kernel.org kernels

[Bug 48264] Re: Kernel Crash [Debian or Kernel.org kernels OK]

2008-04-14 Thread mike morrison
Leann: What I usually do is download the latest kernel from kernel.org, then make oldconfig, then run make-kpkg to make the packages. So at one point the oldconfig was probably based on the ubuntu kernel config but I may have changed a few settings here and there over the years. How can I get the

[Bug 174602] [needs packaging] quiver

2007-12-06 Thread mike morrison
Public bug reported: I would like to upload quiver (my program) to the multiverse repository. The package is already built for gutsy and in a repository on my own site located here: http://mike.yi.org/projects/quiver I have not yet released the source code for it (I may do that at a later date)

[Bug 174602] Re: [needs packaging] quiver

2007-12-09 Thread mike morrison
I could not find any documentation on getting a package into multiverse so I do not know the correct procedure. I uploaded it to revu but that didn't seem to work(it didn't show up in the new packages list). Can anyone offer any help on this? Also, what does "Wishlist" mean for importance? -- [ne

[Bug 165112] ez-ipupdate does not work from behind a router

2007-11-25 Thread mike morrison
Public bug reported: Binary package hint: ez-ipupdate if you're behind a router, ez-ipupdate does not update the dynamic dns with the proper ip address (it uses the internal ip address assigned by the router) ** Affects: ez-ipupdate (Ubuntu) Importance: Undecided Status: New -- e

[Bug 165112] Re: ez-ipupdate does not work from behind a router

2007-11-25 Thread mike morrison
** Attachment added: "added libcurl check to configure.in" http://launchpadlibrarian.net/10558682/configure.in -- ez-ipupdate does not work from behind a router https://bugs.launchpad.net/bugs/165112 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 165112] Re: ez-ipupdate does not work from behind a router

2007-11-25 Thread mike morrison
** Attachment added: "added libcurl settings to Makefile.am" http://launchpadlibrarian.net/10558684/Makefile.am -- ez-ipupdate does not work from behind a router https://bugs.launchpad.net/bugs/165112 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 165112] Re: ez-ipupdate does not work from behind a router

2007-11-25 Thread mike morrison
attached is a fix that adds a "web" option to the config file. if "web" is specified in the config file, ez-ipupdate will us a web based ip lookup (in the way that ddclient does it). this adds a dependency on libcurl. also requires a change to Makefile.am, and configure.in ** Attachment added: "m

[Bug 48264] Re: Kernel Crash?

2008-03-14 Thread mike morrison
this is still an issue with the latest gutsy kernel on my desktop machine. every time i do an update i need to download the kernel source from kernel.org and build a custom kernel (which can be difficult with the instability). there is something different about the ubuntu kernel that is causing thi

[Bug 48264] Re: Kernel Crash [Debian or Kernel.org kernels OK]

2010-01-31 Thread mike morrison
this bug still happens on my machine in karmic. i've all but given up hope for it to be fixed and usually just build a kernal with my custom kernal config after each upgrade. -- Kernel Crash [Debian or Kernel.org kernels OK] https://bugs.launchpad.net/bugs/48264 You received this bug notification

[Bug 908618] [NEW] overlay scrollbars crash my program

2011-12-25 Thread mike morrison
Public bug reported: my program calls gdk_window_invalidate_rect() from a thread. it uses gdk_threads_enter() and gdk_threads_leave(). the overlay scrollbar also calls gtk_window_invalidate_rect on my window from within a timer callback (change_state_cb). that callback is, although in the main lo

[Bug 908618] Re: overlay scrollbars crash my program

2011-12-25 Thread mike morrison
this patch modifies change_state_cb() by wrapping the call to draw_pager() in gdk_threads_enter() and gdk_threads_leave() ** Attachment added: "add_lock" https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/908618/+attachment/2646768/+files/add_lock -- You received this bug notif

[Bug 908618] Re: overlay scrollbars crash my program

2011-12-25 Thread mike morrison
** Description changed: my program calls gdk_window_invalidate_rect() from a thread. it uses gdk_threads_enter() and gdk_threads_leave(). - the overlay scrollbar also calls gtk_window_invalidate_rect on my window + the overlay scrollbar also calls gdk_window_invalidate_rect on my window f

[Bug 908618] Re: overlay scrollbars crash my program

2011-12-26 Thread mike morrison
straight from the documentation.. http://developer.gnome.org/gdk/stable /gdk-Threads.html "Idles, timeouts, and input functions from GLib, such as g_idle_add(), are executed outside of the main GTK+ lock. So, if you need to call GTK+ inside of such a callback, you must surround the callback with a