[Bug 247727] Re: mysql ignores view order when selecting with group by

2008-07-13 Thread Chad MILLER
Agreed, not a bug. More specifically, the row that is chosen to represent a class of rows defined by GROUP BY is undefined. In most other SQL implementations, it is even /illegal/ to SELECT columns that are neither aggregate functions nor the columns listed in the GROUP BY expression, and so you

[Bug 358023] [NEW] synergyc aborts in xcb_io.c assertion

2009-04-08 Thread Chad MILLER
Public bug reported: Binary package hint: synergy NOTE: synergyc.cpp,276: disconnected from server NOTE: synergyc.cpp,247: connected to server synergyc: ../../src/xcb_io.c:242: process_responses: Assertion `(((long) (dpy->last_request_read) - (long) (dpy->request)) <= 0)' failed. Problem is in

[Bug 287428] Re: Menu key emits XF86WakeUp on Thinkpad X61s

2009-03-29 Thread Chad MILLER
Same for X301. Menu key yields XF86WakeUp. I don't know if it matters, but X thinks there's *two* keyboards for thinkpads. [2.290479] (**) ThinkPad Extra Buttons: always reports core events [2.290512] (**) ThinkPad Extra Buttons: Device: "/dev/input/event8" [2.294169] (II) ThinkPad E

[Bug 412159] [NEW] should catch and hide EINTR

2009-08-11 Thread Chad Miller
Public bug reported: Binary package hint: python-couchdb Any syscall can be interrupted. The interface that maps python objects to system calls should handle interruptions, instead of percolating them up to what looks like python-object primitive functions. couchdb.client._make_request should

[Bug 408793] [NEW] crash: synergy assertion 'status == 0' failed

2009-08-04 Thread Chad Miller
Public bug reported: Binary package hint: synergy FATAL: CXWindowsScreen.cpp,1597: X display has unexpectedly disconnected synergyc: CArchMultithreadPosix.cpp:286: virtual void CArchMultithreadPosix::closeMutex(CArchMutexImpl*): Assertion `status == 0' failed. synergyc dumped core, but it is (

[Bug 219075]

2009-08-04 Thread Chad Miller
An easier work-around: run "xset b" . -- synergy client switches repeat of the local keyboard off https://bugs.launchpad.net/bugs/219075 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.ubun

[Bug 346336] Re: top crash gwibber crashed with NameError in ()

2009-08-14 Thread Chad Miller
This doesn't exist in the proposed pre-2.0 branch. -- top crash gwibber crashed with NameError in () https://bugs.launchpad.net/bugs/346336 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.ub

[Bug 197499] [NEW] Exported filesystems do not allow spaces

2008-03-01 Thread Chad MILLER
Public bug reported: [EMAIL PROTECTED]:~ # mkdir /tmp/x /tmp/"x withspace" [EMAIL PROTECTED]:~ # cat >/etc/exports "/tmp/x"0.0.0.0/0.0.0.0(async,no_subtree_check) "/tmp/x withspace" 0.0.0.0/0.0.0.0(async,no_subtree_check) [EMAIL PROTECTED]:~ # e

[Bug 197499] Re: Exported filesystems do not allow spaces

2008-03-01 Thread Chad MILLER
Additionally, backslash-space and backslash-040 give the same error message when used in place of spaces, with or without quotes. -- Exported filesystems do not allow spaces https://bugs.launchpad.net/bugs/197499 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 189455] [NEW] gparted volume-size overflows and cripples UI

2008-02-05 Thread Chad MILLER
Public bug reported: Binary package hint: gparted (I'm not certain about the "overflows" accusation, but it seems likely.) In the interface for gparted, in selecting the disc device, the size next to it is "(-698715732992.00 B)". In the partition/space list, unallocated is sized at "-512.00 B".

[Bug 110147] Re: [apport] gnome-settings-daemon crashed with SIGSEGV

2007-05-17 Thread Chad MILLER
Hi Seb. IIRC, I think the bug is really in the dbus library, in that it claims to create an 'error', but instead returns an exceptional value and yet doesn't set error to point to something other than NULL. So, there's probably a bug in dbus. This patch makes gnome-settings-daemon check that 'er

[Bug 211360] [NEW] workspace switcher tooltip is too intrusive

2008-04-03 Thread Chad MILLER
Public bug reported: Binary package hint: gnome-applets I click to change workspaces, and I start to type in the newly-visible window, and because my mouse pointer is still in the workspace, a useless tooltip appears and obscures what I'm working on. It's far too intrusive. If I hadn't just cli

[Bug 211360] Re: workspace switcher tooltip is too intrusive

2008-04-03 Thread Chad MILLER
** Attachment added: "screenshot of bad behavior" http://launchpadlibrarian.net/13095232/s.png -- workspace switcher tooltip is too intrusive https://bugs.launchpad.net/bugs/211360 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 212100] Another data point, dmesg output, was Re: Kernel Oops: NULL pointer dereference caused by hald

2008-04-07 Thread Chad MILLER
[ 57.892507] BUG: unable to handle kernel NULL pointer dereference at virtual address 0008 [ 57.892622] printing eip: f8a5ecd2 *pde = [ 57.892752] Oops: [#1] SMP [ 57.892879] Modules linked in: video output sbs sbshc dock container battery nfs lockd nfs_acl sunrpc ipta

[Bug 110147] Re: [apport] gnome-settings-daemon crashed with SIGSEGV

2007-05-01 Thread Chad MILLER
See my comment at the end of Bug#61381. -- [apport] gnome-settings-daemon crashed with SIGSEGV https://bugs.launchpad.net/bugs/110147 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ub

[Bug 61381] SEGV trace Re: gnome-settings-daemon crashes at login

2007-05-01 Thread Chad MILLER
It's a real bug. The problem is probably in DBUS somewhere, but control-center is not defensive enough. control-center-2.18.1 Breakpoint 1, gnome_settings_server_init (server=0x80d1600) at gnome-settings-dbus.c:221 221 if (!org_freedesktop_DBus_request_name (gdb) (gdb) (gdb) (g

[Bug 110147] patch: Re: [apport] gnome-settings-daemon crashed with SIGSEGV

2007-05-01 Thread Chad MILLER
--- gnome-settings-daemon/gnome-settings-dbus.c-orig2007-05-01 15:49:23.0 -0400 +++ gnome-settings-daemon/gnome-settings-dbus.c 2007-05-01 15:47:44.0 -0400 @@ -221,9 +221,13 @@ if (!org_freedesktop_DBus_request_name (driver_proxy, "org.gnome.SettingsDaemon"

[Bug 61381] patch: Re: gnome-settings-daemon crashes at login

2007-05-01 Thread Chad MILLER
--- gnome-settings-daemon/gnome-settings-dbus.c-orig2007-05-01 15:49:23.0 -0400 +++ gnome-settings-daemon/gnome-settings-dbus.c 2007-05-01 15:47:44.0 -0400 @@ -221,9 +221,13 @@ if (!org_freedesktop_DBus_request_name (driver_proxy, "org.gnome.SettingsDaemon"

[Bug 61381] Re: gnome-settings-daemon crashes at login

2007-05-01 Thread Chad MILLER
Ah, the session dbus daemon wasn't running. From a shell, `dbus_launch` went a long way toward fixing it. -- gnome-settings-daemon crashes at login https://bugs.launchpad.net/bugs/61381 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu

[Bug 110147] Re: [apport] gnome-settings-daemon crashed with SIGSEGV

2007-05-01 Thread Chad MILLER
That is reproducable when the user-session "dbus-daemon" isn't running. -- [apport] gnome-settings-daemon crashed with SIGSEGV https://bugs.launchpad.net/bugs/110147 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs m

[Bug 106537] Re: rhythmbox crashes in disc IO

2007-04-14 Thread Chad MILLER
** Attachment added: "Crash report" http://librarian.launchpad.net/7330054/_usr_bin_rhythmbox.1000.crash -- rhythmbox crashes in disc IO https://bugs.launchpad.net/bugs/106537 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 106537] rhythmbox crashes in disc IO

2007-04-14 Thread Chad MILLER
Public bug reported: Binary package hint: rhythmbox ver 0.9.6-0ubuntu4 The computer was idle, except for Rhythmbox playing. I had plugins enabled, +last.fm profile, +iPod support, +Lyrics. Only "last.fm" was in use. I have a 95%/5% mix of Ogg/Vorbis and MP3. I don't know what song was playin

[Bug 88721] Re: Firefox rare SEGV, conditions unknown

2007-02-28 Thread Chad MILLER
** Attachment added: "Ubuntu problem report" http://librarian.launchpad.net/6573302/_usr_lib_firefox_firefox-bin.1000.crash -- Firefox rare SEGV, conditions unknown https://launchpad.net/bugs/88721 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/li

[Bug 88721] Firefox rare SEGV, conditions unknown

2007-02-28 Thread Chad MILLER
Public bug reported: Binary package hint: firefox Firefox/2.0.0.1 (Ubuntu-edgy) Crash with several tabs and pages loading. Don't know the details of the cause. ** Affects: firefox (Ubuntu) Importance: Undecided Status: Unconfirmed -- Firefox rare SEGV, conditions unknown https:

[Bug 517763] Re: ubuntu one crashes in synchronizing, invalid state change

2010-02-09 Thread Chad Miller
** Summary changed: - ubuntu one crashes in sincronizing + ubuntu one crashes in synchronizing, invalid state change -- ubuntu one crashes in synchronizing, invalid state change https://bugs.launchpad.net/bugs/517763 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 517763] Re: ubuntu one crashes in synchronizing, invalid state change

2010-02-09 Thread Chad Miller
Yes, we need to know if this happens with v1.1 or later of 'ubuntuone- client'. ** Changed in: ubuntuone-client (Ubuntu) Status: New => Incomplete ** Changed in: ubuntuone-client (Ubuntu) Assignee: (unassigned) => Chad Miller (cmiller) -- ubuntu one crashes

[Bug 517901] Re: Files are not synching

2010-02-09 Thread Chad Miller
Please attach files ~/.cache/ubuntuone/log/syncdaemon*log from the machine that is not updating . Also please verify that the files on the "working" computer are also on the web interface at http://one.ubuntu.com/ . ** Changed in: ubuntuone-client (Ubuntu) Assignee: (unassigne

[Bug 518098] Re: Applet disappeared, so I killed it, restarted and then got the ubuntuone crashed popup

2010-02-09 Thread Chad Miller
Thank you for reporting this bug. Please try with v1.1 of ubuntuone- client, since this problem may have been fixed since the release of v1.0. ** Changed in: ubuntuone-client (Ubuntu) Status: New => Incomplete -- Applet disappeared, so I killed it, restarted and then got the ubuntuone c

[Bug 517959] Re: ubuntuone-client crash, invalid state

2010-02-09 Thread Chad Miller
*** This bug is a duplicate of bug 517763 *** https://bugs.launchpad.net/bugs/517763 ** Summary changed: - Apport crashed after I updated Ubuntu + ubuntuone-client crash, invalid state ** This bug has been marked a duplicate of bug 517763 ubuntu one crashes in synchronizing, invalid state

[Bug 518102] Re: ubuntuone-client volume-manager symlink OSError

2010-02-09 Thread Chad Miller
buntu) Assignee: (unassigned) => Chad Miller (cmiller) ** Changed in: ubuntuone-client (Ubuntu) Status: New => Incomplete -- ubuntuone-client volume-manager symlink OSError https://bugs.launchpad.net/bugs/518102 You received this bug notification because you are a member of Ubuntu Bug

[Bug 518065] Re: ubuntuone-client gets DBus error when firing NewCredentials signal

2010-02-09 Thread Chad Miller
** Summary changed: - after installing the new kernel an error symbol of ubuntuone client appears + ubuntuone-client gets DBus error when firing NewCredentials signal ** Summary changed: - ubuntuone-client gets DBus error when firing NewCredentials signal + ubuntuone-client gets DBus timeout whe

[Bug 518102] Re: ubuntuone-client volume-manager symlink OSError

2010-02-09 Thread Chad Miller
** Changed in: ubuntuone-client (Ubuntu) Assignee: Chad Miller (cmiller) => Guillermo Gonzalez (verterok) -- ubuntuone-client volume-manager symlink OSError https://bugs.launchpad.net/bugs/518102 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 518065] Re: ubuntuone-client gets DBus timeout when firing NewCredentials signal

2010-02-09 Thread Chad Miller
** Changed in: ubuntuone-client (Ubuntu) Status: New => Triaged ** Changed in: ubuntuone-client (Ubuntu) Importance: Undecided => Medium ** Changed in: ubuntuone-client (Ubuntu) Assignee: (unassigned) => Rodney Dawes (dobey) -- ubuntuone-client gets DBus timeout when firing NewCr

[Bug 518027] Re: ubuntuone-client doesn't start syncdaemon over DBus, timeout

2010-02-09 Thread Chad Miller
** Summary changed: - first restart after update to ubuntu one client + ubuntuone-client doesn't start syncdaemon over DBus, timeout ** Changed in: ubuntuone-client (Ubuntu) Status: New => Incomplete ** Changed in: ubuntuone-client (Ubuntu) Assignee: (unassigned) =>

[Bug 518027] Re: ubuntuone-client doesn't start syncdaemon over DBus, timeout

2010-02-09 Thread Chad Miller
' failed +  (gnome-panel:1851): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height 25 ** Changed in: ubuntuone-client (Ubuntu) Assignee: Chad Miller (cmiller) => Roman Yepishev (rye) ** Changed in: ubuntuone-client (Ubuntu) S

[Bug 517742] Re: Disconnecting from within Ubuntu One folder gets it in trouble

2010-02-09 Thread Chad Miller
*** This bug is a duplicate of bug 517763 *** https://bugs.launchpad.net/bugs/517763 ** This bug has been marked a duplicate of bug 517763 ubuntu one crashes in synchronizing, invalid state change -- Disconnecting from within Ubuntu One folder gets it in trouble https://bugs.launchpad.net

[Bug 451809] Re: desktopcouch applications throw 401 error

2010-04-27 Thread Chad Miller
** Changed in: desktopcouch Status: Confirmed => Incomplete ** Changed in: desktopcouch (Ubuntu) Status: Confirmed => Incomplete -- desktopcouch applications throw 401 error https://bugs.launchpad.net/bugs/451809 You received this bug notification because you are a member of Ubuntu

[Bug 451809] Re: desktopcouch applications throw 401 error

2010-04-27 Thread Chad Miller
I don't think this is valid any more. Lucio, who re-opened this, plans to look for this again. Comment 6 has how to revert bad data in ones config. -- desktopcouch applications throw 401 error https://bugs.launchpad.net/bugs/451809 You received this bug notification because you are a member of

[Bug 522538] Re: gwibber-service crashed with error in connect()

2010-04-27 Thread Chad Miller
** Changed in: desktopcouch Status: Fix Committed => In Progress -- gwibber-service crashed with error in connect() https://bugs.launchpad.net/bugs/522538 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing lis

[Bug 522538] Re: gwibber-service crashed with error in connect()

2010-04-27 Thread Chad Miller
** Branch linked: lp:~cmiller/desktopcouch/sleep-and-retry-on-socket- error -- gwibber-service crashed with error in connect() https://bugs.launchpad.net/bugs/522538 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 465216] Re: desktopcouch-service crashed with RuntimeError in find_port__linux()

2010-04-27 Thread Chad Miller
** Branch linked: lp:~cmiller/desktopcouch/find-port-runtimeerror2 -- desktopcouch-service crashed with RuntimeError in find_port__linux() https://bugs.launchpad.net/bugs/465216 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-

[Bug 564849] Re: indic-applet-session clickable area truncated

2010-04-28 Thread Chad Miller
Incomplete? Did you ask a question, Omer? The "Desktop font" is "Sans 12", fwiw. It's a legitimate bug when the font size is 10pt, too. ** Changed in: indicator-applet (Ubuntu) Status: Incomplete => New -- indic-applet-session clickable area truncated https://bugs.launchpad.net/bug

[Bug 571268] Re: gwibber-service terminates with couchdb.client.ServerError: (500, ('os_process_error', '{exit_status, 127}')) on startup

2010-04-28 Thread Chad Miller
[Wed, 28 Apr 2010 08:57:57 GMT] [error] [<0.89.0>] OS Process Error :: {os_process_error,{exit_status,127}} [Wed, 28 Apr 2010 08:57:57 GMT] [error] [emulator] Error in process <0.89.0> with exit value: {{nocatch,{os_process_error,{exit_status,127}}},[{couch_os_process,prompt,2},{couch_query_server

[Bug 564849] Re: indic-applet-session clickable area truncated

2010-04-29 Thread Chad Miller
*** This bug is a duplicate of bug 439448 *** https://bugs.launchpad.net/bugs/439448 Hrm, I'm not sure this is duplicate, but I will defer for now. -- indic-applet-session clickable area truncated https://bugs.launchpad.net/bugs/564849 You received this bug notification because you are a mem

[Bug 530541] Re: desktopcouch-service crashed with RuntimeError in run_couchdb()

2010-05-02 Thread Chad Miller
For those using the system /etc/hosts file to block undesirable names, you might consider putting the undesirable names in a proper name resolver and trimming your hosts file down to what it should be. See 'dnsmasq' for a simple resolver. -- desktopcouch-service crashed with RuntimeError in run_

[Bug 569098] Re: indicator-sound "Name request failed" / 3

2010-04-26 Thread Chad Miller
Yes, I-A in the Panel. Its About dialog says "Indicator Applet 0.3.6" . I don't understand "-b". I am stabbing in the dark by interpreting "Name Request" and attaching the dbus logs. Hope this helps. ** Attachment added: "dbus-monitor" http://launchpadlibrarian.net/45507779/dbus-monitor-out

[Bug 569098] Re: indicator-sound "Name request failed" / 3

2010-04-26 Thread Chad Miller
No speaker exists in the I-A panel or in the old Notification Area. In the Indicator Applet, there are 1) display settings, 2) Bluetooth. -- indicator-sound "Name request failed" / 3 https://bugs.launchpad.net/bugs/569098 You received this bug notification because you are a member of Ubuntu Bugs

[Bug 569098] Re: indicator-sound "Name request failed" / 3

2010-04-26 Thread Chad Miller
I'm a beta tester for U 10.04, so it is possible my upgrade schedule has screwed up something in testing. I worked around the problem by removing the Indicator Applet from the Panel, killing indicator-sound-service, and adding the Indicator Applet back to the panel. Please, future testers, try no

[Bug 564849] Re: indic-applet-session clickable area truncated

2010-04-26 Thread Chad Miller
** Attachment added: "screenshot, no name at all" http://launchpadlibrarian.net/45545103/indicator-applet-session-no-name.png -- indic-applet-session clickable area truncated https://bugs.launchpad.net/bugs/564849 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 439448] Re: visual corruption affecting several panel applets

2010-05-07 Thread Chad Miller
** Changed in: compiz Status: New => Invalid -- visual corruption affecting several panel applets https://bugs.launchpad.net/bugs/439448 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@list

[Bug 534941] Re: gwibber crashed with AttributeError in __init__()

2010-05-05 Thread Chad Miller
** Also affects: python-defaults (Ubuntu) Importance: Undecided Status: New -- gwibber crashed with AttributeError in __init__() https://bugs.launchpad.net/bugs/534941 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-

[Bug 465216] Re: desktopcouch-service crashed with RuntimeError in find_port__linux()

2010-05-05 Thread Chad Miller
If this is still happening, I want a new backtrace, please. ** Changed in: desktopcouch (Ubuntu Lucid) Status: New => Incomplete -- desktopcouch-service crashed with RuntimeError in find_port__linux() https://bugs.launchpad.net/bugs/465216 You received this bug notification because you ar

[Bug 300028] Re: [intrepid] Can only login using failsafe Gnome: "unable to open file '/usr/share/apps/kxkb/ubuntu.xmodmap' for reading"

2010-01-06 Thread Chad Miller
Hi all. I have the correct solution for you who find your Compose/Multi key not working. The gist is that KDE put its fingers in the fray, and when you removed some KDE program, it left behind commands in 'conffiles' that empty your modmap additions. The /etc/X11/Xsession.d/80ubuntu-xmodmap file

[Bug 465216] Re: desktopcouch-service crashed with RuntimeError in find_port__linux()

2010-02-01 Thread Chad Miller
Ken, There's this: https://edge.launchpad.net/desktopcouch/+milestone/0.5.1-stable i don't know why that isn't visible on the desktopcouch project page. -- desktopcouch-service crashed with RuntimeError in find_port__linux() https://bugs.launchpad.net/bugs/465216 You received this bug notificat

[Bug 528355] Re: Unnecessary imports to work out apport reporting is disabled

2010-02-26 Thread Chad Miller
** Also affects: apport Importance: Undecided Status: New ** Changed in: apport (Ubuntu) Status: New => Confirmed ** Changed in: apport Status: New => Confirmed ** Changed in: apport (Ubuntu) Importance: Undecided => Medium -- Unnecessary imports to work out apport r

[Bug 525210] Re: UbuntuOne musicstore data isn't saved in $XDG_DATA_HOME

2010-03-01 Thread Chad Miller
An idea: A method on the server: MusicStore.set_xdg_data(path) . Called by rhythmbox plugin . -- UbuntuOne musicstore data isn't saved in $XDG_DATA_HOME https://bugs.launchpad.net/bugs/525210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 461114] Re: desktopcouch-service crashed with RuntimeError in find_port__linux()

2009-12-14 Thread Chad Miller
** Changed in: desktopcouch Status: Fix Committed => Fix Released ** Changed in: desktopcouch (Ubuntu) Assignee: Stuart Langridge (sil) => Chad Miller (cmiller) -- desktopcouch-service crashed with RuntimeError in find_port__linux() https://bugs.launchpad.net/bugs/4611

[Bug 458540] Re: To get remote DB names, construct a SSL url when the db scheme is "https"

2009-12-14 Thread Chad Miller
** Changed in: desktopcouch Status: Fix Committed => Won't Fix ** Changed in: desktopcouch Status: Won't Fix => Fix Released -- To get remote DB names, construct a SSL url when the db scheme is "https" https://bugs.launchpad.net/bugs/458540 You received this bug notification becaus

[Bug 475447] Re: Ubuntu-One client/syncd cause 10 wake ups / second each

2009-12-14 Thread Chad Miller
** Changed in: desktopcouch Importance: Undecided => Low -- Ubuntu-One client/syncd cause 10 wake ups / second each https://bugs.launchpad.net/bugs/475447 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ub

[Bug 458453] Re: beam.smp uses 80% CPU on desktopcouch contacts lookup

2009-12-14 Thread Chad Miller
I think there are two different problems here: 1) UI is synchronous. 2) retrieving records takes a long time. It could be the view is not written well, or that there is a lot of data to sort through in the database. ** Also affects: evolution-couchdb Importance: Undecided Status: New

[Bug 399937] Re: ubuntuone-syncdaemon crashed with ImportError in ()

2009-12-15 Thread Chad Miller
"""ImportError: No module named twisted.internet""" ubuntuone-client depends on python-ubuntuone-client, which depends on python-twisted-web, which depends on python-twisted-core, which provides twisted.internet Python package. """ImportError: No module named ubuntuone.syncdaemon""" ubuntuone-

[Bug 434373] Re: #405688 ubuntuone-syncdaemon crashed with OSError in _upgrade_metadata_3()

2009-12-15 Thread Chad Miller
** Changed in: ubuntuone-client (Ubuntu) Status: Triaged => Confirmed -- #405688 ubuntuone-syncdaemon crashed with OSError in _upgrade_metadata_3() https://bugs.launchpad.net/bugs/434373 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 429228] Re: Is 'Fatal Error' the type of language we want to use on Ubuntu ONE

2009-12-15 Thread Chad Miller
ubuntuone-client/trunk$ ack-grep -i fatal bin/ubuntuone-client-applet 472:self.__fatal_error = False 624:if (self.__visible and self.__show_when != 2) or self.__fatal_error: 628:if self.__show_when == 2 and not self.__fatal_error: 649:if self.__fatal

[Bug 424800] Re: unable to sign in to ubuntuone, "sign in" loops

2009-12-15 Thread Chad Miller
The title for this bug report is vague, and I suspect that (like AprilHare) some of the 59 "affects" people see something other than a "sign-in" loop, so I will make the title more specific and hope that people who see something else will create a different, specific bug- report to track that other

[Bug 424800] Re: unable to sign in to ubuntuone, "sign in" loops

2009-12-15 Thread Chad Miller
As Rodney Dawes says, this is probably a server but, not a client bug. Please do not change the client-report status without describing your rationale. ** Changed in: ubuntuone-client (Ubuntu) Status: Confirmed => Invalid -- unable to sign in to ubuntuone, "sign in" loops https://bugs.lau

[Bug 489561] Re: not syncing to another machine on network

2009-12-17 Thread Chad Miller
** Visibility changed to: Private ** Also affects: desktopcouch Importance: Undecided Status: New -- not syncing to another machine on network https://bugs.launchpad.net/bugs/489561 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber

[Bug 422127] Re: getPort succeeds when desktopcouch isn't running

2009-09-01 Thread Chad Miller
** Changed in: desktopcouch Assignee: (unassigned) => Chad Miller (cmiller) -- getPort succeeds when desktopcouch isn't running https://bugs.launchpad.net/bugs/422127 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubu

[Bug 420911] Re: Cannot getPort - desktop-couchdb.log doesn't exist

2009-09-01 Thread Chad Miller
. When we continue using the log-searching code, then we must catch OSErrors and treat them as no port found. For now, reverting to the /proc searching code. ** Changed in: desktopcouch Assignee: (unassigned) => Chad Miller (cmiller) -- Cannot getPort - desktop-couchdb.log doesn't exi

[Bug 422127] Re: getPort succeeds when desktopcouch isn't running

2009-09-01 Thread Chad Miller
Reverting the log-file code to the /proc-searching code that we know works. This problem is avoided. -- getPort succeeds when desktopcouch isn't running https://bugs.launchpad.net/bugs/422127 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 445555] Re: desktopcouch-service crashed with DeniedError in create_ini_file()

2009-11-23 Thread Chad Miller
** Changed in: desktopcouch Importance: Medium => Low ** Changed in: desktopcouch Assignee: (unassigned) => Chad Miller (cmiller) -- desktopcouch-service crashed with DeniedError in create_ini_file() https://bugs.launchpad.net/bugs/44 You received this bug notification becau

[Bug 461114] Re: desktopcouch-service crashed with RuntimeError in find_port__linux()

2009-11-23 Thread Chad Miller
I think this is addressed in #486102 . There's a patch there, so I'll link this bug there. There is a period between when couchdb has written its PID file and when it is really listening on a socket for connections. Our code assumes that writing its PID file is a signal that it's ready to work,

[Bug 461114] Re: desktopcouch-service crashed with RuntimeError in find_port__linux()

2009-11-24 Thread Chad Miller
** Changed in: desktopcouch Status: Incomplete => Fix Committed ** Changed in: desktopcouch (Ubuntu) Status: New => Confirmed -- desktopcouch-service crashed with RuntimeError in find_port__linux() https://bugs.launchpad.net/bugs/461114 You received this bug notification because yo

[Bug 492123] Re: Update to release 0.10.1

2009-12-04 Thread Chad Miller
That looks pretty good to me, statik. I am not certain about the ICU patch yet, though. I don't see the preinst Debian change in the debdiff either. -- Update to release 0.10.1 https://bugs.launchpad.net/bugs/492123 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 432219] Re: packaging issue for couchdb?

2009-09-21 Thread Chad Miller
** Also affects: couchdb (Ubuntu) Importance: Undecided Status: New -- packaging issue for couchdb? https://bugs.launchpad.net/bugs/432219 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs

[Bug 432219] Re: packaging issue for couchdb?

2009-09-21 Thread Chad Miller
** Changed in: couchdb (Ubuntu) Status: New => In Progress ** Changed in: couchdb (Ubuntu) Assignee: (unassigned) => Chad Miller (cmiller) -- packaging issue for couchdb? https://bugs.launchpad.net/bugs/432219 You received this bug notification because you are a member of

[Bug 427036] Re: Launching xulrunner affects boot time

2009-09-22 Thread Chad Miller
** Changed in: desktopcouch Status: Confirmed => Fix Released -- Launching xulrunner affects boot time https://bugs.launchpad.net/bugs/427036 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs

[Bug 427860] Re: OAuth access to design documents is broken

2009-09-22 Thread Chad Miller
0.10 couchdb will fix this. The current SVN already does. ** Changed in: couchdb (Ubuntu) Status: Confirmed => In Progress ** Changed in: couchdb (Ubuntu) Assignee: Elliot Murphy (statik) => Chad Miller (cmiller) -- OAuth access to design documents is broken

[Bug 408909] Re: Request to update Apache CouchDB package

2009-09-22 Thread Chad Miller
** Changed in: couchdb (Ubuntu) Assignee: (unassigned) => Chad Miller (cmiller) ** Changed in: couchdb (Ubuntu) Status: New => In Progress -- Request to update Apache CouchDB package https://bugs.launchpad.net/bugs/408909 You received this bug notification because you are a

[Bug 434876] Re: BetaFreeze exception: couchdb

2009-09-22 Thread Chad Miller
The most important fix of couchdb 0.10 will be fixing the "/" mis- encoding in URLs while checking authentication. Authentication support is completely broken until that is in Karmic, and without authentication, use of couchdb is unsafe. -- BetaFreeze exception: couchdb https://bugs.launchpad.ne

[Bug 442120] Re: desktopcouch-service crashed with RuntimeError in find_port__linux()

2009-12-09 Thread Chad Miller
** Changed in: desktopcouch Status: New => Fix Released -- desktopcouch-service crashed with RuntimeError in find_port__linux() https://bugs.launchpad.net/bugs/442120 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 475447] Re: Ubuntu-One client/syncd cause 10 wake ups / second each

2009-12-09 Thread Chad Miller
Jens, everything that uses glib from Python is affected this way. This bug over at Gnome bugzilla describes it. https://bugzilla.gnome.org/show_bug.cgi?id=481569 That was fixed in late October, https://bugzilla.gnome.org/show_bug.cgi?id=481569#c82 so it should fall in to Lucid soon, when python

[Bug 455017] Re: bootchart dies with stack trace in 9.10

2009-12-11 Thread Chad Miller
--- /usr/bin/bootchart 2009-12-11 10:31:04.900595872 -0500 +++ /usr/bin/bootchart-fixed2009-12-11 10:30:57.584097720 -0500 @@ -4,4 +4,4 @@ CLASSPATH="/usr/share/bootchart/bootchart.jar:/usr/share/java/commons-cli.jar:/usr/share/java/commons-compress.jar" PROPERTY="java.awt.headless=true"

[Bug 422243] Re: desktopcouch needs to write .ini files readable only by user

2009-11-30 Thread Chad Miller
** Changed in: desktopcouch Status: Fix Released => Fix Committed ** Changed in: desktopcouch Status: Fix Committed => Fix Released -- desktopcouch needs to write .ini files readable only by user https://bugs.launchpad.net/bugs/422243 You received this bug notification because you

[Bug 530541] Re: desktopcouch-service crashed with RuntimeError in run_couchdb()

2010-04-12 Thread Chad Miller
** Changed in: desktopcouch Status: New => Fix Committed ** Changed in: desktopcouch Assignee: (unassigned) => Chad Miller (cmiller) ** Changed in: desktopcouch Importance: Undecided => Critical -- desktopcouch-service crashed with RuntimeError in run_couchd

[Bug 530541] Re: desktopcouch-service crashed with RuntimeError in run_couchdb()

2010-04-12 Thread Chad Miller
Sorry about my lack of feedback, folks; I've been away from work for several days. I have a patch in upstream trunk that I think fixes the problem with using all CPU, at least. Perhaps more. Would some of you who have crashes try the package in this PPA? ppa:cmiller/u1-lucid I don't know that

[Bug 530541] Re: desktopcouch-service crashed with RuntimeError in run_couchdb()

2010-04-12 Thread Chad Miller
Willem, sorry, this is for Lucid beta only. Are you running pure Ubuntu 9.10? -- desktopcouch-service crashed with RuntimeError in run_couchdb() https://bugs.launchpad.net/bugs/530541 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 471880] Re: Crashing in the background

2010-04-12 Thread Chad Miller
I don't see anything to fix. We catch all exceptions there. That "error: [Errno 104] Connection reset by peer" percolated only up to the caller of the replication for this host. We still retry later, and maybe "connection reset" won't happen then. Jorge, what do you say? I don't see this is an

[Bug 471880] Re: Crashing in the background

2010-04-12 Thread Chad Miller
** Changed in: desktopcouch (Ubuntu Lucid) Status: Triaged => Invalid ** Changed in: desktopcouch Status: Triaged => Invalid -- Crashing in the background https://bugs.launchpad.net/bugs/471880 You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 527036] Re: desktopcouch-service crashed with CancelledError in __init__()

2010-04-12 Thread Chad Miller
** Branch linked: lp:~cmiller/desktopcouch/527036 ** Also affects: desktopcouch Importance: Undecided Status: New ** Changed in: desktopcouch Status: New => In Progress ** Changed in: desktopcouch Assignee: (unassigned) => Chad Miller (cmiller) ** Changed in: deskto

[Bug 530541] Re: desktopcouch-service crashed with RuntimeError in run_couchdb()

2010-04-12 Thread Chad Miller
** Changed in: desktopcouch Status: Fix Committed => Fix Released -- desktopcouch-service crashed with RuntimeError in run_couchdb() https://bugs.launchpad.net/bugs/530541 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu

[Bug 527036] Re: desktopcouch-service crashed with CancelledError in __init__()

2010-04-12 Thread Chad Miller
** Changed in: desktopcouch Status: In Progress => Fix Released -- desktopcouch-service crashed with CancelledError in __init__() https://bugs.launchpad.net/bugs/527036 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bu

[Bug 524566] Re: desktopcouch-service crashed with SIGSEGV

2010-04-12 Thread Chad Miller
** Changed in: desktopcouch Status: Fix Committed => Fix Released -- desktopcouch-service crashed with SIGSEGV https://bugs.launchpad.net/bugs/524566 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubu

[Bug 458453] Re: beam.smp uses lots of CPU on desktopcouch contacts lookup

2010-04-13 Thread Chad Miller
Also needed are lines from ~/.cache/desktop-couch/desktop-couchdb.log (or similar file) of around the time when this bug happens. Ten minutes before and after would suffice. -- beam.smp uses lots of CPU on desktopcouch contacts lookup https://bugs.launchpad.net/bugs/458453 You received this bug

[Bug 480701] Re: contacts I enter in U1 on the web go into evolution, but contacts entered in evolution do not go into U1 on the web

2010-04-13 Thread Chad Miller
I don't think this bug has been valid for a while. It was likely a transient problem in the datacenter. Reopen if it persists. ** Changed in: desktopcouch Status: Triaged => Invalid ** Changed in: desktopcouch (Ubuntu Lucid) Status: Triaged => Invalid -- contacts I enter in U1 o

[Bug 530541] Re: desktopcouch-service crashed with RuntimeError in run_couchdb()

2010-04-13 Thread Chad Miller
** Changed in: desktopcouch Status: Fix Released => Confirmed ** Tags added: desktop+ -- desktopcouch-service crashed with RuntimeError in run_couchdb() https://bugs.launchpad.net/bugs/530541 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 530541] Re: desktopcouch-service crashed with RuntimeError in run_couchdb()

2010-04-13 Thread Chad Miller
Thank you, Tomáš. Anyone else? Please, time is short on releasing this to the distro folks. -- desktopcouch-service crashed with RuntimeError in run_couchdb() https://bugs.launchpad.net/bugs/530541 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 530541] Re: desktopcouch-service crashed with RuntimeError in run_couchdb()

2010-04-13 Thread Chad Miller
Thanks, all. ** Changed in: desktopcouch Status: Confirmed => Fix Released ** Changed in: desktopcouch (Ubuntu Lucid) Status: Triaged => In Progress ** Changed in: desktopcouch (Ubuntu Lucid) Assignee: Chad Miller (cmiller) => Ken VanDine (ken-vandine) -- des

[Bug 530541] Re: desktopcouch-service crashed with RuntimeError in run_couchdb()

2010-04-13 Thread Chad Miller
For everyone who added my PPA, you may (and should!) now remove it from your package list. $ sudo rm /etc/apt/sources.list.d/cmiller-u1-lucid* -- desktopcouch-service crashed with RuntimeError in run_couchdb() https://bugs.launchpad.net/bugs/530541 You received this bug notification because you

[Bug 562618] Re: desktopcouch should automatically start replicating when files sync

2010-04-14 Thread Chad Miller
** Also affects: ubuntuone-client Importance: Undecided Status: New -- desktopcouch should automatically start replicating when files sync https://bugs.launchpad.net/bugs/562618 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -

[Bug 563420] [NEW] Ubuntu One Music Store, FLAC support

2010-04-14 Thread Chad Miller
Public bug reported: Binary package hint: rhythmbox-ubuntuone-music-store The problem: MP3 kind of sucks. FLAC option would be great to have. (Only FLAC? What about Vorbis? Vorbis is only mildly superior to MP3 in any way that studio execs can understand. That battle is almost certainly imp

  1   2   3   4   5   6   7   8   9   10   >