Re: [Bug 260791] Re: command-not-found crash: 'generate_tokens' missing on module for 'tokenize'

2010-03-16 Thread Richard Schwarting
Sorry, I don't have filesystem access to my Ubuntu machine right now (and am
using Fedora on my laptop).  Thanks for taking an interest in this problem,
though.

On Tue, Mar 16, 2010 at 08:29, Matthias Klose
matthias.kl...@canonical.comwrote:

 ls -l /usr/lib/python2.5/tokenize.py

 is the file empty?


 ** Package changed: python-defaults (Ubuntu) = python2.5 (Ubuntu)

 ** Changed in: python2.5 (Ubuntu)
   Status: New = Incomplete

 --
 command-not-found crash: 'generate_tokens' missing on module for 'tokenize'
 https://bugs.launchpad.net/bugs/260791
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
command-not-found crash: 'generate_tokens' missing on module for 'tokenize'
https://bugs.launchpad.net/bugs/260791
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 385935] Re: google contacts: error loading address book

2009-10-06 Thread Richard Schwarting
So, yah, as it mentions above, this is fixed in Evolution 2.27.5+, so
you'll need Karmic, 9.10.   Enjoy upgrading.

-- 
google contacts: error loading address book
https://bugs.launchpad.net/bugs/385935
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 385935] Re: google contacts: error loading address book

2009-07-22 Thread Richard Schwarting
Hey reporter,

Could you confirm that you don't have an incorrect Google password saved
in your keyring?

(In Fedora, it's under Preferences - Encryption and Keyrings, and then
under the Passwords tab)

I suffered this in Fedora as well, and found out that Evolution was
using a stale version of my password that was saved in the keyring.  The
real problem is that Evolution is failing to report why the
authentication failed (bad password) and then fails to prompt the user
for a correct password.

I wonder whether it can even detect the real reason why authentication
has failed?  Anyway, I'm filing my issue upstream and I'll list the bug
number here if it turns out you have the same issue (stale password in
keyring)

-- 
google contacts: error loading address book
https://bugs.launchpad.net/bugs/385935
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 385935] Re: google contacts: error loading address book

2009-07-22 Thread Richard Schwarting
D'oh, somehow I had a view of this bug which excluded all the existing useful 
comments :|  Sorry for the spam.  Anyway, I filed this bug upstream re: the 
generic, ambiguous error message and the lack of a password prompt:
http://bugzilla.gnome.org/show_bug.cgi?id=589325

** Bug watch added: GNOME Bug Tracker #589325
   http://bugzilla.gnome.org/show_bug.cgi?id=589325

** Also affects: evolution via
   http://bugzilla.gnome.org/show_bug.cgi?id=589325
   Importance: Unknown
   Status: Unknown

-- 
google contacts: error loading address book
https://bugs.launchpad.net/bugs/385935
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 263315] Re: Wacom driver segfaults

2008-12-11 Thread Richard Schwarting
Hey, was this ever resolved for you?  Not for me :D

-- 
Wacom driver segfaults
https://bugs.launchpad.net/bugs/263315
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 263315] Re: Wacom driver segfaults

2008-12-11 Thread Richard Schwarting
Here is the output for lspci -vvnn.  Anyway, I don't think the stylus or
screen appears as PCI.

** Attachment added: lspci -vvnn output
   http://launchpadlibrarian.net/20360118/lspcivvnn.txt

-- 
Wacom driver segfaults
https://bugs.launchpad.net/bugs/263315
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 146424] Re: unplugging AC puts laptop to sleep

2008-12-06 Thread Richard Schwarting
Seemingly not.

-- 
unplugging AC puts laptop to sleep
https://bugs.launchpad.net/bugs/146424
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 260791] [NEW] command-not-found crash: 'generate_tokens' missing on module for 'tokenize'

2008-08-23 Thread Richard Schwarting
Public bug reported:

Binary package hint: command-not-found

So, the most important bit is this:
|  File /usr/lib/python2.5/gettext.py, line 85, in c2py
| tokens = tokenize.generate_tokens(StringIO(plural).readline)
| AttributeError: 'module' object has no attribute 'generate_tokens'

Now, I could go and try to reinstall c2py or gettext, but I don't think
I should have to :|.  I haven't wittingly modified any Python packages
since doing a clean install.  It's regular faults like these that make
me wonder why people keep trying to use Python more and more on the
desktop.  :(

Cheers, 
  Richard


[EMAIL PROTECTED]:~/directory$ conduit
Sorry, command-not-found has crashed! Please file a bug report at:
https://bugs.launchpad.net/ubuntu/+source/command-not-found
Please include the following information with the report:
'module' object has no attribute 'generate_tokens'
Traceback (most recent call last):
  File /usr/lib/command-not-found, line 28, in module
CommandNotFound(options.data_dir).advise(args[0], options.ignore_installed)
  File /usr/lib/python2.5/site-packages/CommandNotFound/CommandNotFound.py, 
line 69, in __init__
self.sources_list = self._getSourcesList()
  File /usr/lib/python2.5/site-packages/CommandNotFound/CommandNotFound.py, 
line 97, in _getSourcesList
for source in SourcesList():
  File /usr/lib/python2.5/site-packages/aptsources/sourceslist.py, line 223, 
in __init__
self.matcher = SourceEntryMatcher(matcherPath)
  File /usr/lib/python2.5/site-packages/aptsources/sourceslist.py, line 397, 
in __init__
dist = DistInfo(f,base_dir=matcherPath)
  File /usr/lib/python2.5/site-packages/aptsources/distinfo.py, line 159, in 
__init__
self.changelogs_uri = _(value)
  File /usr/lib/python2.5/site-packages/aptsources/distinfo.py, line 34, in _
def _(s): return gettext.dgettext(python-apt, s)
  File /usr/lib/python2.5/gettext.py, line 545, in dgettext
codeset=_localecodesets.get(domain))
  File /usr/lib/python2.5/gettext.py, line 493, in translation
t = _translations.setdefault(key, class_(open(mofile, 'rb')))
  File /usr/lib/python2.5/gettext.py, line 180, in __init__
self._parse(fp)
  File /usr/lib/python2.5/gettext.py, line 315, in _parse
self.plural = c2py(plural)
  File /usr/lib/python2.5/gettext.py, line 85, in c2py
tokens = tokenize.generate_tokens(StringIO(plural).readline)
AttributeError: 'module' object has no attribute 'generate_tokens'
Python version: 2.5.2 final 0
bash: conduit: command not found

** Affects: command-not-found (Ubuntu)
 Importance: Undecided
 Status: New

-- 
command-not-found crash: 'generate_tokens' missing on module for 'tokenize'
https://bugs.launchpad.net/bugs/260791
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 105695] Re: NetworkManager crash VPN without Group Password with vpnc

2008-06-24 Thread Richard Schwarting
*** This bug is a duplicate of bug 92570 ***
https://bugs.launchpad.net/bugs/92570

I think this is a duplicate of the following bug: 
https://bugs.launchpad.net/ubuntu/+source/network-manager-vpnc/+bug/92570

-- 
NetworkManager crash VPN without Group Password with vpnc
https://bugs.launchpad.net/bugs/105695
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 202089] Re: Pulseaudio is blocking normal sound after resume

2008-05-27 Thread Richard Schwarting
Hello.

Does anyone working on Ubuntu actually check bug reports?  I know they
must, but LaunchPad is beginning to depress me.  I try to refrain from
me to noise, but whenever I find an existing bug report that affects
me, it usually seems stale and without any comment.  I feel as though no
one actually looks at these, or cares if it doesn't actually affect
them.  It makes me want to file a new bug with the summary LaundPad Bug
reporting process hangs for weeks at a time! :|

Anyway, is there any information I can provide regarding this bug that
can help?

-- 
Pulseaudio is blocking normal sound after resume
https://bugs.launchpad.net/bugs/202089
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 146424] Re: unplugging AC puts laptop to sleep

2008-05-25 Thread Richard Schwarting
Hello.

I just upgraded to 8.04 and am newly experiencing this.

It occurs about 70% of the time.  As you can imagine, that's really
annoying, and I fear it needlessly wastes power and time when it goes to
sleep, only to be reawoken moments later.

This did not occur with 7.10 or previous releases.

My system is a Acer Travelmate C100 Tablet PC.

-- 
unplugging AC puts laptop to sleep
https://bugs.launchpad.net/bugs/146424
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 146424] Re: unplugging AC puts laptop to sleep

2008-05-25 Thread Richard Schwarting
Hello.

So I spent some time trying to get a good log of lshal -m.  My
workflow usually sees me keeping my laptop on for a while and changing
between hibernating and suspending.  Anyway, my steps to reproduce this
are:

Steps:
1. boot up
2. manually hibernate, wake-up
3. remove AC Adapter

Actual Results:
* laptop enters suspend (!)

Expected Results:
* laptop does not enter suspend :) 

The laptop behaves properly on AC Adapter removal up until my first
hibernate.  I have annotated the output of lshal -m to provide a
better idea of what I was doing throughout.

Notably, I see the following the first time I hibernate:
18:36:42.026: computer_logicaldev_input_2 property button.state.value = true
18:36:42.061: computer_logicaldev_input_2 condition ButtonPressed = lid
I do not, however, see this during subsequent hibernations.  

Perhaps when I awake from hibernation, button.state.value should equal
false? or ButtonPressed should change?

I checked computer_logicaldev_input_2 under lshal -l and got the
following (left-angle brackets added to note the attributes previously
mentioned):

udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_2'
  button.has_state = true  (bool)
  button.state.value = true  (bool)  
  button.type = 'lid'  (string)   
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.capabilities = {'input', 'input.switch', 'button'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.product = 'Lid Switch'  (string)
  info.udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_2'  
(string)
  input.device = '/dev/input/event5'  (string)
  input.product = 'Lid Switch'  (string)
  linux.device_file = '/dev/input/event5'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/virtual/input/input5/event5'  (string)

Help :)

** Attachment added: lshal -m before and after automatic suspension
   http://launchpadlibrarian.net/14707277/lshal-m2.annotated.txt

-- 
unplugging AC puts laptop to sleep
https://bugs.launchpad.net/bugs/146424
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 62995] Re: Linux doesnt support ENE CB-712 SD card reader

2007-07-17 Thread Richard Schwarting
Thank you Jonáš.  I adapted your patch for my Fedora system and filed it on the 
Redhat bugzilla.  
 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=248539
Cheers.

-- 
Linux doesnt support ENE CB-712 SD card reader
https://bugs.launchpad.net/bugs/62995
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs