[Bug 559388] Re: gwibber crashes on start

2010-04-10 Thread uve
I just update gwibber and the trace is different:

$ gwibber

** (gwibber:2205): WARNING **: Trying to register gtype
'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (gwibber:2205): WARNING **: Trying to register gtype
'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (gwibber:2205): WARNING **: Trying to register gtype 
'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
No dbus monitor yet
Updating...
ERROR:dbus.proxies:Introspect error on 
com.Gwibber.Service:/com/gwibber/Service: dbus.exceptions.DBusException: 
org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by 
message bus)
Traceback (most recent call last):
  File /usr/bin/gwibber, line 67, in module
client.Client()
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 447, in 
__init__
self.w = GwibberClient()
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 29, in 
__init__
self.model = gwui.Model()
  File /usr/lib/python2.6/dist-packages/gwibber/gwui.py, line 43, in __init__
self.services = json.loads(self.daemon.GetServices())
  File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 68, in __call__
return self._proxy_method(*args, **keywords)
  File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 140, in __call__
**keywords)
  File /usr/lib/pymodules/python2.6/dbus/connection.py, line 620, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did 
not receive a reply (timeout by message bus)

$ dpkg -l gwibber
Deseado=Desconocido/Instalar/Eliminar/Purgar/Mantener
| Estado=No/Inst/Archivos Cfg/Desempaquetado/Cfg 
fallido/Medio-inst/Espera/Pediente
|/ Error?=(Nada)/Requiere reinstalación (Estado,Error: Mayúsculas=mal)
||/ NombreVersión  
Descripción
+++-=-=-==
ii  gwibber   2.29.95-0ubuntu2  Open 
source social networking client for GNOME

-- 
gwibber crashes on start
https://bugs.launchpad.net/bugs/559388
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 559388] Re: gwibber crashes on start

2010-04-10 Thread uve
If I delete ~/.cache/desktop-couch, ~/.config/desktop-couch and
~/.local/share/desktop-couch (instead of ~/.local/desktop-couch) gwibber
starts fine

2010/4/10 Omer Akram om2...@gmail.com

 Please try the workaround described in the previous comment and let us
 know if it works

 ** Changed in: gwibber (Ubuntu)
   Importance: Undecided = Medium

 ** Changed in: gwibber (Ubuntu)
   Status: New = Incomplete

 --
 gwibber crashes on start
 https://bugs.launchpad.net/bugs/559388
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
gwibber crashes on start
https://bugs.launchpad.net/bugs/559388
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 559388] Re: gwibber crashes on start

2010-04-10 Thread uve
When I removed the directories, gwibber showed me configuration-account
window, but I tried to create my twitter account again, but gwibber ignored
create button. I didn't can create it. This is the trace:

$ gwibber

** (gwibber:2677): WARNING **: Trying to register gtype 'WnckWindowState' as
enum when in fact it is of type 'GFlags'

** (gwibber:2677): WARNING **: Trying to register gtype 'WnckWindowActions'
as enum when in fact it is of type 'GFlags'

** (gwibber:2677): WARNING **: Trying to register gtype
'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Apache CouchDB has started, time to relax.
Browse your desktop CouchDB at
file:///home/uve/.local/share/desktop-couch/couchdb.html
No dbus monitor yet
Updating...
Updating...

** (gwibber-accounts:2940): WARNING **: Trying to register gtype
'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (gwibber-accounts:2940): WARNING **: Trying to register gtype
'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (gwibber-accounts:2940): WARNING **: Trying to register gtype
'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Updating...
Exception in thread Thread-1:
Traceback (most recent call last):
  File /usr/lib/python2.6/threading.py, line 532, in __bootstrap_inner
self.run()
  File /usr/lib/python2.6/dist-packages/gwibber/microblog/util/couch.py,
line 62, in run
self.curl.perform()
error: (18, 'transfer closed with outstanding read data remaining')

Saving...
Removing stale, deceptive pid file.
Apache CouchDB has started, time to relax.
Browse your desktop CouchDB at
file:///home/uve/.local/share/desktop-couch/couchdb.html
Traceback (most recent call last):
  File /usr/lib/python2.6/dist-packages/gwibber/accounts.py, line 193, in
on_edit_account_save
self.gwibber_service.PerformOp('{account: %s}' %
self.account[_id])
  File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 140, in __call__
**keywords)
  File /usr/lib/pymodules/python2.6/dbus/connection.py, line 620, in
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Python.socket.error:
Traceback (most recent call last):
  File /usr/lib/pymodules/python2.6/dbus/service.py, line 702, in
_message_cb
retval = candidate_method(self, *args, **keywords)
  File /usr/lib/python2.6/dist-packages/gwibber/microblog/dispatcher.py,
line 416, in PerformOp
elif account in o and self.accounts.record_exists(o[account]):
  File
/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py, line
317, in record_exists
if record_id not in self.db:
  File /usr/lib/pymodules/python2.6/couchdb/client.py, line 279, in
__contains__
self.resource.head(id)
  File /usr/lib/pymodules/python2.6/couchdb/client.py, line 981, in head
return self._request('HEAD', path, headers=headers, **params)
  File /usr/lib/pymodules/python2.6/couchdb/client.py, line 1014, in
_request
resp, data = _make_request()
  File /usr/lib/pymodules/python2.6/couchdb/client.py, line 1009, in
_make_request
body=body, headers=headers)
  File /usr/lib/pymodules/python2.6/httplib2/__init__.py, line 1129, in
request
(response, content) = self._request(conn, authority, uri, request_uri,
method, body, headers, redirections, cachekey)
  File /usr/lib/pymodules/python2.6/httplib2/__init__.py, line 901, in
_request
(response, content) = self._conn_request(conn, request_uri, method,
body, headers)
  File /usr/lib/pymodules/python2.6/httplib2/__init__.py, line 875, in
_conn_request
conn.connect()
  File /usr/lib/pymodules/python2.6/httplib2/__init__.py, line 750, in
connect
raise socket.error, msg
error: [Errno 111] Conexión rechazada

Saving...
Traceback (most recent call last):
  File /usr/lib/python2.6/dist-packages/gwibber/accounts.py, line 193, in
on_edit_account_save
self.gwibber_service.PerformOp('{account: %s}' %
self.account[_id])
  File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 140, in __call__
**keywords)
  File /usr/lib/pymodules/python2.6/dbus/connection.py, line 620, in
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Python.AttributeError:
Traceback (most recent call last):
  File /usr/lib/pymodules/python2.6/dbus/service.py, line 702, in
_message_cb
retval = candidate_method(self, *args, **keywords)
  File /usr/lib/python2.6/dist-packages/gwibber/microblog/dispatcher.py,
line 416, in PerformOp
elif account in o and self.accounts.record_exists(o[account]):
  File
/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py, line
317, in record_exists
if record_id not in self.db:
  File /usr/lib/pymodules/python2.6/couchdb/client.py, line 279, in
__contains__
self.resource.head(id)
  File /usr/lib/pymodules/python2.6/couchdb/client.py, line 981, in head
return self._request('HEAD', path, headers=headers, **params)
  File /usr/lib/pymodules/python2.6/couchdb/client.py, line 1014, in
_request
resp, data

Re: [Bug 559388] Re: gwibber crashes on start

2010-04-10 Thread uve
I rebooted my machine, and right now, gwibber starts without problems. I can
configure my accounts and I can use gwibber normally.

2010/4/10 Vicente Ruiz vruiz...@gmail.com

 When I removed the directories, gwibber showed me configuration-account
 window, but I tried to create my twitter account again, but gwibber ignored
 create button. I didn't can create it. This is the trace:

 $ gwibber

 ** (gwibber:2677): WARNING **: Trying to register gtype 'WnckWindowState'
 as enum when in fact it is of type 'GFlags'

 ** (gwibber:2677): WARNING **: Trying to register gtype 'WnckWindowActions'
 as enum when in fact it is of type 'GFlags'

 ** (gwibber:2677): WARNING **: Trying to register gtype
 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
 Apache CouchDB has started, time to relax.
 Browse your desktop CouchDB at
 file:///home/uve/.local/share/desktop-couch/couchdb.html

 No dbus monitor yet
 Updating...
 Updating...

 ** (gwibber-accounts:2940): WARNING **: Trying to register gtype
 'WnckWindowState' as enum when in fact it is of type 'GFlags'

 ** (gwibber-accounts:2940): WARNING **: Trying to register gtype
 'WnckWindowActions' as enum when in fact it is of type 'GFlags'

 ** (gwibber-accounts:2940): WARNING **: Trying to register gtype
 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
 Updating...
 Exception in thread Thread-1:

 Traceback (most recent call last):
   File /usr/lib/python2.6/threading.py, line 532, in __bootstrap_inner
 self.run()
   File /usr/lib/python2.6/dist-packages/gwibber/microblog/util/couch.py,
 line 62, in run
 self.curl.perform()
 error: (18, 'transfer closed with outstanding read data remaining')

 Saving...
 Removing stale, deceptive pid file.
 Apache CouchDB has started, time to relax.
 Browse your desktop CouchDB at
 file:///home/uve/.local/share/desktop-couch/couchdb.html

 Traceback (most recent call last):
   File /usr/lib/python2.6/dist-packages/gwibber/accounts.py, line 193, in
 on_edit_account_save
 self.gwibber_service.PerformOp('{account: %s}' %
 self.account[_id])

   File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 140, in
 __call__
 **keywords)
   File /usr/lib/pymodules/python2.6/dbus/connection.py, line 620, in
 call_blocking
 message, timeout)
 dbus.exceptions.DBusException: org.freedesktop.DBus.Python.socket.error:
 Traceback (most recent call last):

   File /usr/lib/pymodules/python2.6/dbus/service.py, line 702, in
 _message_cb
 retval = candidate_method(self, *args, **keywords)
   File /usr/lib/python2.6/dist-packages/gwibber/microblog/dispatcher.py,
 line 416, in PerformOp
 elif account in o and self.accounts.record_exists(o[account]):
   File
 /usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py, line
 317, in record_exists
 if record_id not in self.db:
   File /usr/lib/pymodules/python2.6/couchdb/client.py, line 279, in
 __contains__
 self.resource.head(id)
   File /usr/lib/pymodules/python2.6/couchdb/client.py, line 981, in head
 return self._request('HEAD', path, headers=headers, **params)

   File /usr/lib/pymodules/python2.6/couchdb/client.py, line 1014, in
 _request
 resp, data = _make_request()
   File /usr/lib/pymodules/python2.6/couchdb/client.py, line 1009, in
 _make_request
 body=body, headers=headers)
   File /usr/lib/pymodules/python2.6/httplib2/__init__.py, line 1129, in
 request
 (response, content) = self._request(conn, authority, uri, request_uri,
 method, body, headers, redirections, cachekey)
   File /usr/lib/pymodules/python2.6/httplib2/__init__.py, line 901, in
 _request
 (response, content) = self._conn_request(conn, request_uri, method,
 body, headers)
   File /usr/lib/pymodules/python2.6/httplib2/__init__.py, line 875, in
 _conn_request
 conn.connect()
   File /usr/lib/pymodules/python2.6/httplib2/__init__.py, line 750, in
 connect
 raise socket.error, msg
 error: [Errno 111] Conexión rechazada

 Saving...

 Traceback (most recent call last):
   File /usr/lib/python2.6/dist-packages/gwibber/accounts.py, line 193, in
 on_edit_account_save
 self.gwibber_service.PerformOp('{account: %s}' %
 self.account[_id])

   File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 140, in
 __call__
 **keywords)
   File /usr/lib/pymodules/python2.6/dbus/connection.py, line 620, in
 call_blocking
 message, timeout)
 dbus.exceptions.DBusException: org.freedesktop.DBus.Python.AttributeError:
 Traceback (most recent call last):
   File /usr/lib/pymodules/python2.6/dbus/service.py, line 702, in
 _message_cb
 retval = candidate_method(self, *args, **keywords)
   File /usr/lib/python2.6/dist-packages/gwibber/microblog/dispatcher.py,
 line 416, in PerformOp
 elif account in o and self.accounts.record_exists(o[account]):
   File
 /usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py, line
 317, in record_exists
 if record_id not in self.db:
   File /usr/lib/pymodules/python2.6/couchdb

[Bug 559388] [NEW] gwibber crashes on start

2010-04-09 Thread uve
Public bug reported:

Binary package hint: gwibber

Yesterday, I created my account with twitter and I tested it fine. But
today, I try to start gwibber and it crashes. This is the output:

$ gwibber

** (gwibber:11012): WARNING **: Trying to register gtype
'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (gwibber:11012): WARNING **: Trying to register gtype
'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (gwibber:11012): WARNING **: Trying to register gtype 
'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Updating...
Traceback (most recent call last):
  File /usr/bin/gwibber, line 67, in module
client.Client()
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 447, in 
__init__
self.w = GwibberClient()
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 41, in 
__init__
if len(json.loads(self.service.GetAccounts())) == 0:
  File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 140, in __call__
**keywords)
  File /usr/lib/pymodules/python2.6/dbus/connection.py, line 620, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Python.AttributeError: 
Traceback (most recent call last):
  File /usr/lib/pymodules/python2.6/dbus/service.py, line 702, in _message_cb
retval = candidate_method(self, *args, **keywords)
  File /usr/lib/python2.6/dist-packages/gwibber/microblog/dispatcher.py, line 
478, in GetAccounts
obj = dbus.SessionBus().get_object(com.Gwibber.Service, 
/com/gwibber/Service)
  File /usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py, 
line 447, in get_records
exists = self.view_exists(view_name, design_doc)
  File /usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py, 
line 394, in view_exists
view_container = self.db[doc_id][views]
  File /usr/lib/pymodules/python2.6/couchdb/client.py, line 316, in 
__getitem__
resp, data = self.resource.get(id)
  File /usr/lib/pymodules/python2.6/couchdb/client.py, line 978, in get
return self._request('GET', path, headers=headers, **params)
  File /usr/lib/pymodules/python2.6/couchdb/client.py, line 1014, in _request
resp, data = _make_request()
  File /usr/lib/pymodules/python2.6/couchdb/client.py, line 1009, in 
_make_request
body=body, headers=headers)
  File /usr/lib/pymodules/python2.6/httplib2/__init__.py, line 1129, in 
request
(response, content) = self._request(conn, authority, uri, request_uri, 
method, body, headers, redirections, cachekey)
  File /usr/lib/pymodules/python2.6/httplib2/__init__.py, line 901, in 
_request
(response, content) = self._conn_request(conn, request_uri, method, body, 
headers)
  File /usr/lib/pymodules/python2.6/httplib2/__init__.py, line 871, in 
_conn_request
response = conn.getresponse()
  File /usr/lib/python2.6/httplib.py, line 984, in getresponse
method=self._method)
  File /usr/lib/python2.6/httplib.py, line 330, in __init__
self.fp = sock.makefile('rb', 0)
AttributeError: 'NoneType' object has no attribute 'makefile'

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gwibber 2.29.95-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-19-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
CheckboxSubmission: a5c56fe715514eea6999aa6e34156545
CheckboxSystem: e704f33cc0866ff0f0256a33de39ea1c
Date: Fri Apr  9 18:30:44 2010
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=es_ES.utf8
 SHELL=/bin/bash
SourcePackage: gwibber

** Affects: gwibber (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
gwibber crashes on start
https://bugs.launchpad.net/bugs/559388
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 559388] Re: gwibber crashes on start

2010-04-09 Thread uve

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/43566349/Dependencies.txt

-- 
gwibber crashes on start
https://bugs.launchpad.net/bugs/559388
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 260185] Re: pidgin crashed with SIGSEGV

2010-04-04 Thread uve
i think that no :)

2010/4/4 Kenneth O'Brien d...@kenobrien.org

 Is this still relevant?

 --
 pidgin crashed with SIGSEGV
 https://bugs.launchpad.net/bugs/260185
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
pidgin crashed with SIGSEGV
https://bugs.launchpad.net/bugs/260185
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 503808] Re: usb-creator-gtk does not start (GtkFrontend instance has no attribute 'cancelbutton')

2010-03-23 Thread uve
It works fine! Thank!

2010/3/23 Martin Pitt martin.p...@ubuntu.com

 Closing as per comment 2

 ** Changed in: usb-creator (Ubuntu)
Status: Incomplete = Fix Released

 --
 usb-creator-gtk does not start (GtkFrontend instance has no attribute
 'cancelbutton')
 https://bugs.launchpad.net/bugs/503808
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
usb-creator-gtk does not start (GtkFrontend instance has no attribute 
'cancelbutton')
https://bugs.launchpad.net/bugs/503808
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 525419] [NEW] pitivi does not start

2010-02-21 Thread uve
Public bug reported:

Binary package hint: pitivi

$ pitivi 
Traceback (most recent call last):
  File /usr/bin/pitivi, line 118, in module
_run_pitivi()
  File /usr/bin/pitivi, line 113, in _run_pitivi
sys.exit(ptv.main(sys.argv))
  File /usr/lib/pitivi/python/pitivi/application.py, line 340, in main
ptv = InteractivePitivi()
  File /usr/lib/pitivi/python/pitivi/application.py, line 136, in __init__
self.deviceprobe = get_probe()
  File /usr/lib/pitivi/python/pitivi/device.py, line 65, in get_probe
return HalDeviceProbe()
  File /usr/lib/pitivi/python/pitivi/device.py, line 139, in __init__
'/org/freedesktop/Hal/Manager')
  File /usr/lib/pymodules/python2.6/dbus/bus.py, line 244, in get_object
follow_name_owner_changes=follow_name_owner_changes)
  File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 241, in __init__
self._named_service = conn.activate_name_owner(bus_name)
  File /usr/lib/pymodules/python2.6/dbus/bus.py, line 183, in 
activate_name_owner
self.start_service_by_name(bus_name)
  File /usr/lib/pymodules/python2.6/dbus/bus.py, line 281, in 
start_service_by_name
'su', (bus_name, flags)))
  File /usr/lib/pymodules/python2.6/dbus/connection.py, line 620, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The 
name org.freedesktop.Hal was not provided by any .service files

ProblemType: Bug
Architecture: amd64
CheckboxSubmission: a5c56fe715514eea6999aa6e34156545
CheckboxSystem: e704f33cc0866ff0f0256a33de39ea1c
Date: Sun Feb 21 19:47:39 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
NonfreeKernelModules: wl
Package: pitivi 0.13.3-2ubuntu3
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=es_ES.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-14.20-generic
SourcePackage: pitivi
Uname: Linux 2.6.32-14-generic x86_64

** Affects: pitivi (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
pitivi does not start
https://bugs.launchpad.net/bugs/525419
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 525419] Re: pitivi does not start

2010-02-21 Thread uve

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/39484219/Dependencies.txt

-- 
pitivi does not start
https://bugs.launchpad.net/bugs/525419
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 517441] Re: fails to start, ImportError: No module named quickly.widgets.asynch_task_progressbox

2010-02-06 Thread uve
The same error with 10.02.1. More info:

$ dpkg -l bughugger
Deseado=Desconocido/Instalar/Eliminar/Purgar/Mantener
| Estado=No/Inst/Archivos Cfg/Desempaquetado/Cfg 
fallido/Medio-inst/Espera/Pediente
|/ Error?=(Nada)/Requiere reinstalación (Estado,Error: Mayúsculas=mal)
||/ NombreVersión  
Descripción
+++-=-=
ii  bughugger 10.02.1   Client 
for Managing Ubuntu Bug Tasks

$ dpkg -l quickly*
Deseado=Desconocido/Instalar/Eliminar/Purgar/Mantener
| Estado=No/Inst/Archivos Cfg/Desempaquetado/Cfg 
fallido/Medio-inst/Espera/Pediente
|/ Error?=(Nada)/Requiere reinstalación (Estado,Error: Mayúsculas=mal)
||/ NombreVersión  
Descripción
+++-=-=
un  quickly   ninguna (no hay 
ninguna descripción disponible)
un  quickly-template  ninguna (no hay 
ninguna descripción disponible)
un  quickly-ubuntu-template   ninguna (no hay 
ninguna descripción disponible)
ii  quickly-widgets   10.02.1   Library 
for easing some PyGtk coding tasks

$ uname -a
Linux tx2526 2.6.32-12-generic #16-Ubuntu SMP Thu Jan 28 07:47:05 UTC 2010 
x86_64 GNU/Linux

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu lucid (development branch)
Release:10.04
Codename:   lucid

-- 
fails to start, ImportError: No module named 
quickly.widgets.asynch_task_progressbox
https://bugs.launchpad.net/bugs/517441
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 518085] [NEW] jhbuild must not translate the confirmation

2010-02-06 Thread uve
Public bug reported:

Binary package hint: jhbuild

I'm using jhbuild to build gnome-shell. I'm using Spanish language in
Ubuntu. When an error occurs, jhbuild ask me something to do. If I
choose remove directory and start again, jhbuild ask me type «yes» to
confirm. The problem is that this process is in Spanish and jhbuild
says Escriba «sí» para confirmar la acción. If I type sí appears an
error. I must write yes instead of sí. Then jhbuild must say
Escriba «yes» para confirmar la acción.

Example:

*** Error durante la fase build de gnome-shell: ## Error de
ejecución make   *** [7/7]

  [1] Ejecutar fase build de nuevo
  [2] Ignorar error y continuar install
  [3] Renunciar al módulo
  [4] Iniciar consola
  [5] Recargar configuración
  [6] Ir a la fase «borrar directorio y empezar de nuevo»
  [7] Ir a la fase «configure»
  [8] Ir a la fase «clean»
  [9] Ir a la fase «distclean»
selección:6
Escriba «sí» para confirmar la acción:sí 
/usr/share/jhbuild/jhbuild/frontends/terminal.py:331: UnicodeWarning: Unicode 
equal comparison failed to convert both arguments to Unicode - interpreting 
them as being unequal
  if val.lower() in ('yes', _('yes').lower()):

  [1] Ejecutar fase build de nuevo
  [2] Ignorar error y continuar install
  [3] Renunciar al módulo
  [4] Iniciar consola
  [5] Recargar configuración
  [6] Ir a la fase «borrar directorio y empezar de nuevo»
  [7] Ir a la fase «configure»
  [8] Ir a la fase «clean»
  [9] Ir a la fase «distclean»
selección:

ProblemType: Bug
Architecture: amd64
CheckboxSubmission: a5c56fe715514eea6999aa6e34156545
CheckboxSystem: e704f33cc0866ff0f0256a33de39ea1c
Date: Sat Feb  6 16:34:22 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
NonfreeKernelModules: wl
Package: jhbuild 2.29.2-1
ProcEnviron:
 PATH=(custom, user)
 LANG=es_ES.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-12.17-generic
SourcePackage: jhbuild
Uname: Linux 2.6.32-12-generic x86_64

** Affects: jhbuild (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
jhbuild must not translate the confirmation
https://bugs.launchpad.net/bugs/518085
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 518085] Re: jhbuild must not translate the confirmation

2010-02-06 Thread uve

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/38832373/Dependencies.txt

-- 
jhbuild must not translate the confirmation
https://bugs.launchpad.net/bugs/518085
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 517038] [NEW] mahjongg does not finish if you can not move

2010-02-04 Thread uve
Public bug reported:

Binary package hint: gnome-games

This is strange. I am playing and only there are two tiles. These tiles
are equal (same tile). Tile 1 is over tile 2. In the last movement,
mahjongg detects it and mix these tiles. Actually there are not
solution.

ProblemType: Bug
Architecture: amd64
CheckboxSubmission: a5c56fe715514eea6999aa6e34156545
CheckboxSystem: e704f33cc0866ff0f0256a33de39ea1c
Date: Thu Feb  4 12:49:07 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
NonfreeKernelModules: wl
Package: gnome-mahjongg 1:2.29.6-0ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=es_ES.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-12.16-generic
SourcePackage: gnome-games
Uname: Linux 2.6.32-12-generic x86_64

** Affects: gnome-games (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
mahjongg does not finish if  you can not move
https://bugs.launchpad.net/bugs/517038
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 517038] Re: mahjongg does not finish if you can not move

2010-02-04 Thread uve

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/38746957/Dependencies.txt

-- 
mahjongg does not finish if  you can not move
https://bugs.launchpad.net/bugs/517038
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 517038] Re: mahjongg does not finish if you can not move

2010-02-04 Thread uve
I attach a print screen of this situation

** Attachment added: example (png)
   
http://launchpadlibrarian.net/38768075/Pantallazo-Mahjongg%20-%20F%C3%A1cil.png

-- 
mahjongg does not finish if  you can not move
https://bugs.launchpad.net/bugs/517038
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 509898] [NEW] doxygen crashes on process an accented class name

2010-01-19 Thread uve
Public bug reported:

Binary package hint: doxygen

I mistook to write class name. I wrote 'Solución' instead of 'Solucion'.
When I try to use doxygen, it crashes.

The result:

$ doxygen Doxyfile 
Warning: The selected output language spanish has not been updated
since release 1.6.0.  As a result some sentences may appear in English.

Searching for include files...
Searching for example files...
Searching for images...
Searching for dot files...
Searching for files to exclude
Searching for files to process...
Searching for files in directory /home/uve/Escritorio/Practica2
Searching for files in directory /home/uve/Escritorio/Practica2/doc
Searching for files in directory /home/uve/Escritorio/Practica2/include
Reading and parsing tag files
Preprocessing /home/uve/Escritorio/Practica2/doc/doxygen_objdb_6260.tmp...
Parsing file /home/uve/Escritorio/Practica2/doc/doxygen_objdb_6260.tmp...
Preprocessing /home/uve/Escritorio/Practica2/Doxyfile...
Parsing file /home/uve/Escritorio/Practica2/Doxyfile...
Preprocessing /home/uve/Escritorio/Practica2/include/solucion...
Parsing file /home/uve/Escritorio/Practica2/include/solucion...
Building group list...
Building directory list...
Building namespace list...
Building file list...
Building class list...
Associating documentation with classes...
Computing nesting relations for classes...
Building example list...
Searching for enumerations...
Searching for documented typedefs...
Searching for members imported via using declarations...
Searching for included using directives...
Searching for documented variables...
Building member list...
Searching for friends...
Searching for documented defines...
Computing class inheritance relations...
Computing class usage relations...
Flushing cached template relations that have become invalid...
Creating members for template instances...
Computing class relations...
/home/uve/Escritorio/Practica2/include/solucion:9: Warning: Compound Solucion 
is not documented.
Add enum values to enums...
Searching for member function documentation...
Building page list...
Search for main page...
Computing page relations...
Determining the scope of groups...
Sorting lists...
Freeing entry tree
Determining which enums are documented
Computing member relations...
Building full member lists recursively...
Adding members to member groups.
Computing member references...
Inheriting documentation...
Generating disk names...
Adding source references...
Adding xrefitems...
Counting data structures...
Resolving user defined references...
Finding anchors and sections in the documentation...
Combining using relations...
Adding members to index pages...
Generating style sheet...
*** buffer overflow detected ***: doxygen terminated
=== Backtrace: =
/lib/libc.so.6(__fortify_fail+0x37)[0x7ff46cf13d47]
/lib/libc.so.6(+0xfac00)[0x7ff46cf12c00]
/lib/libc.so.6(+0xfa069)[0x7ff46cf12069]
/lib/libc.so.6(_IO_default_xsputn+0x98)[0x7ff46ce8d0b8]
/lib/libc.so.6(_IO_vfprintf+0xfa7)[0x7ff46ce5e127]
/lib/libc.so.6(__vsprintf_chk+0x99)[0x7ff46cf12109]
/lib/libc.so.6(__sprintf_chk+0x7f)[0x7ff46cf1204f]
doxygen[0x45aceb]
doxygen[0x46136f]
doxygen[0x41da15]
doxygen[0x402aca]
/lib/libc.so.6(__libc_start_main+0xfd)[0x7ff46ce36c4d]
doxygen[0x4029c9]
=== Memory map: 
0040-008d r-xp  08:07 14797  
/usr/bin/doxygen
00acf000-00ad r--p 004cf000 08:07 14797  
/usr/bin/doxygen
00ad-00adc000 rw-p 004d 08:07 14797  
/usr/bin/doxygen
00adc000-00b49000 rw-p  00:00 0 
02ac1000-02e27000 rw-p  00:00 0  [heap]
7ff46c48a000-7ff46c5cc000 rw-p  00:00 0 
7ff46c70f000-7ff46c851000 rw-p  00:00 0 
7ff46c992000-7ff46cc15000 rw-p  00:00 0 
7ff46cc15000-7ff46cc17000 r-xp  08:07 66830  
/usr/lib/gconv/ISO8859-1.so
7ff46cc17000-7ff46ce16000 ---p 2000 08:07 66830  
/usr/lib/gconv/ISO8859-1.so
7ff46ce16000-7ff46ce17000 r--p 1000 08:07 66830  
/usr/lib/gconv/ISO8859-1.so
7ff46ce17000-7ff46ce18000 rw-p 2000 08:07 66830  
/usr/lib/gconv/ISO8859-1.so
7ff46ce18000-7ff46cf8d000 r-xp  08:07 16197  
/lib/libc-2.11.1.so
7ff46cf8d000-7ff46d18c000 ---p 00175000 08:07 16197  
/lib/libc-2.11.1.so
7ff46d18c000-7ff46d19 r--p 00174000 08:07 16197  
/lib/libc-2.11.1.so
7ff46d19-7ff46d191000 rw-p 00178000 08:07 16197  
/lib/libc-2.11.1.so
7ff46d191000-7ff46d196000 rw-p  00:00 0 
7ff46d196000-7ff46d1ac000 r-xp  08:07 16818  
/lib/libgcc_s.so.1
7ff46d1ac000-7ff46d3ab000 ---p 00016000 08:07 16818  
/lib/libgcc_s.so.1
7ff46d3ab000-7ff46d3ac000 r--p 00015000 08:07 16818  
/lib/libgcc_s.so.1
7ff46d3ac000-7ff46d3ad000 rw-p 00016000 08:07 16818

[Bug 509898] Re: doxygen crashes on process an accented class name

2010-01-19 Thread uve

** Attachment added: core dump
   http://launchpadlibrarian.net/38109336/doxygen_objdb_6260.tmp

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/38109337/Dependencies.txt

-- 
doxygen crashes on process an accented class name
https://bugs.launchpad.net/bugs/509898
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 509898] Re: doxygen crashes on process an accented class name

2010-01-19 Thread uve

** Attachment added: Example
   http://launchpadlibrarian.net/38109362/Practica2.tar.gz

-- 
doxygen crashes on process an accented class name
https://bugs.launchpad.net/bugs/509898
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 503808] [NEW] usb-creator-gtk does not start (GtkFrontend instance has no attribute 'cancelbutton')

2010-01-06 Thread uve
Public bug reported:

Binary package hint: usb-creator

When I try launch usb creator, error window appears. This windows shows:

An unhandled exception occurred:
GtkFrontend instance has no attribute 'cancelbutton'

More info:

$ lsb_release -rd
Description:Ubuntu lucid (development branch)
Release:10.04

ProblemType: Bug
Architecture: amd64
CheckboxSubmission: a5c56fe715514eea6999aa6e34156545
CheckboxSystem: e704f33cc0866ff0f0256a33de39ea1c
Date: Wed Jan  6 15:09:15 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
NonfreeKernelModules: wl
Package: usb-creator-gtk 0.2.13
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-9.13-generic
SourcePackage: usb-creator
Tags: lucid
Uname: Linux 2.6.32-9-generic x86_64

** Affects: usb-creator (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
usb-creator-gtk does not start (GtkFrontend instance has no attribute 
'cancelbutton')
https://bugs.launchpad.net/bugs/503808
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 503808] Re: usb-creator-gtk does not start (GtkFrontend instance has no attribute 'cancelbutton')

2010-01-06 Thread uve

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/37496030/Dependencies.txt

-- 
usb-creator-gtk does not start (GtkFrontend instance has no attribute 
'cancelbutton')
https://bugs.launchpad.net/bugs/503808
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 502128] [NEW] usb-creator-gtk shows incorrectly percentage

2010-01-01 Thread uve
Public bug reported:

Binary package hint: usb-creator

At the end, usb-creator-gtk shows incorrectly percentage.

ProblemType: Bug
Architecture: amd64
CheckboxSubmission: a5c56fe715514eea6999aa6e34156545
CheckboxSystem: e704f33cc0866ff0f0256a33de39ea1c
Date: Fri Jan  1 19:03:00 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
NonfreeKernelModules: wl
Package: usb-creator-gtk 0.2.13
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-9.13-generic
SourcePackage: usb-creator
Tags: lucid
Uname: Linux 2.6.32-9-generic x86_64

** Affects: usb-creator (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
usb-creator-gtk shows incorrectly percentage
https://bugs.launchpad.net/bugs/502128
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 502128] Re: usb-creator-gtk shows incorrectly percentage

2010-01-01 Thread uve

** Attachment added: usb-creator-gtk.png
   http://launchpadlibrarian.net/37345742/usb-creator-gtk.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/37345743/Dependencies.txt

-- 
usb-creator-gtk shows incorrectly percentage
https://bugs.launchpad.net/bugs/502128
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 502155] [NEW] gnome-mahjongg shows both pause and resume buttons (at same time)

2010-01-01 Thread uve
Public bug reported:

Binary package hint: gnome-games

When mahjongg starts, it appears both pause and resume buttons. Resume
button is enabled, while pause button is disabled. When I click the
first tile, pause button is enabled. Then both of them are availables.
If I click one, pause button disappears and all works fine.

ProblemType: Bug
Architecture: amd64
CheckboxSubmission: a5c56fe715514eea6999aa6e34156545
CheckboxSystem: e704f33cc0866ff0f0256a33de39ea1c
Date: Fri Jan  1 21:06:50 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
NonfreeKernelModules: wl
Package: gnome-mahjongg 1:2.29.3-0ubuntu2
ProcEnviron:
 PATH=(custom, user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-9.13-generic
SourcePackage: gnome-games
Tags: lucid
Uname: Linux 2.6.32-9-generic x86_64

** Affects: gnome-games (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
gnome-mahjongg shows both pause and resume buttons (at same time)
https://bugs.launchpad.net/bugs/502155
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 502155] Re: gnome-mahjongg shows both pause and resume buttons (at same time)

2010-01-01 Thread uve

** Attachment added: mahjongg .png
   http://launchpadlibrarian.net/37346869/mahjongg%20.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/37346870/Dependencies.txt

-- 
gnome-mahjongg shows both pause and resume buttons (at same time)
https://bugs.launchpad.net/bugs/502155
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 498169] [NEW] openjdk crashes sometimes when I execute eclipse

2009-12-18 Thread uve
Public bug reported:

This is the output:

$ eclipse

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7f1272dc720a, pid=11077, tid=139717951174928
#
# JRE version: 6.0-b17
# Java VM: OpenJDK 64-Bit Server VM (16.0-b10 mixed mode linux-amd64 )
# Distribution: Ubuntu lucid (development branch), package 6b17~pre2-1ubuntu1
# Problematic frame:
# C  [libpango-1.0.so.0+0x2520a]  pango_layout_new+0x2a
#
# An error report file with more information is saved as:
# /home/uve/hs_err_pid11077.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

ProblemType: Bug
Architecture: amd64
CheckboxSubmission: a5c56fe715514eea6999aa6e34156545
CheckboxSystem: e704f33cc0866ff0f0256a33de39ea1c
Date: Fri Dec 18 13:12:07 2009
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
NonfreeKernelModules: wl
Package: openjdk-6-jdk 6b17~pre2-1ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-8.12-generic
SourcePackage: openjdk-6
Tags: lucid
Uname: Linux 2.6.32-8-generic x86_64

** Affects: openjdk-6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
openjdk crashes sometimes when I execute eclipse
https://bugs.launchpad.net/bugs/498169
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 498169] Re: openjdk crashes sometimes when I execute eclipse

2009-12-18 Thread uve

** Attachment added: hs_err_pid11077.log
   http://launchpadlibrarian.net/36934839/hs_err_pid11077.log

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/36934840/Dependencies.txt

-- 
openjdk crashes sometimes when I execute eclipse
https://bugs.launchpad.net/bugs/498169
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 498169] Re: openjdk crashes sometimes when I execute eclipse

2009-12-18 Thread uve
I tried change jvm. I changed /usr/lib/jvm/java-6-openjdk/jre/bin/java
to  /usr/lib/jvm/java-6-sun/jre/bin/java (using update-alternatives),
but eclipse crashes too. It is a jvm bug or eclipse bug?

Trace:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7fce8a7c120a, pid=11746, tid=140525765937424
#
# JRE version: 6.0_16-b01
# Java VM: Java HotSpot(TM) 64-Bit Server VM (14.2-b01 mixed mode linux-amd64 )
# Problematic frame:
# C  [libpango-1.0.so.0+0x2520a]  pango_layout_new+0x2a
#
# An error report file with more information is saved as:
# /home/uve/hs_err_pid11746.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#?field.comment=I tried change jvm. I changed 
/usr/lib/jvm/java-6-openjdk/jre/bin/java  to  
/usr/lib/jvm/java-6-sun/jre/bin/java (using update-alternatives), but eclipse 
crashes too. It is a jvm bug or eclipse bug?

Trace:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7fce8a7c120a, pid=11746, tid=140525765937424
#
# JRE version: 6.0_16-b01
# Java VM: Java HotSpot(TM) 64-Bit Server VM (14.2-b01 mixed mode linux-amd64 )
# Problematic frame:
# C  [libpango-1.0.so.0+0x2520a]  pango_layout_new+0x2a
#
# An error report file with more information is saved as:
# /home/uve/hs_err_pid11746.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

** Attachment added: hs_err_pid11746.log
   http://launchpadlibrarian.net/36934987/hs_err_pid11746.log

-- 
openjdk crashes sometimes when I execute eclipse
https://bugs.launchpad.net/bugs/498169
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 491136] [NEW] jockey-text does not run

2009-12-01 Thread uve
Public bug reported:

This is the backtrace:

$ jockey-text --list
Traceback (most recent call last):
  File /usr/bin/jockey-text, line 130, in module
sys.exit(u.run())
  File /usr/lib/python2.6/dist-packages/jockey/ui.py, line 380, in run
self.list()
  File /usr/lib/python2.6/dist-packages/jockey/ui.py, line 423, in list
for h_id in self.backend().available(self.argv_options.mode):
  File /usr/lib/python2.6/dist-packages/jockey/ui.py, line 104, in backend
self._dbus_iface.detect, timeout=600)
  File /usr/lib/python2.6/dist-packages/jockey/ui.py, line 706, in 
_call_progress_dialog
return fn(*args, **kwargs)
  File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 68, in __call__
return self._proxy_method(*args, **keywords)
  File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 140, in __call__
**keywords)
  File /usr/lib/pymodules/python2.6/dbus/connection.py, line 620, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.PolicyKit1.Error.Failed: Error 
parsing subject struct

ProblemType: Bug
.var.log.jockey.log:
 
Architecture: amd64
CheckboxSubmission: a5c56fe715514eea6999aa6e34156545
CheckboxSystem: e704f33cc0866ff0f0256a33de39ea1c
Date: Wed Dec  2 01:07:47 2009
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
MachineType: Hewlett-Packard HP Pavilion tx2500 Notebook PC
NonfreeKernelModules: wl
Package: jockey-common 0.5.5-0ubuntu2
PackageArchitecture: all
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-6-generic 
root=UUID=1b22d5be-00a4-4fa1-8477-feb1fd0115e3 ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-6.8-generic
SourcePackage: jockey
Uname: Linux 2.6.32-6-generic x86_64
dmi.bios.date: 07/08/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.06
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 30F1
dmi.board.vendor: Quanta
dmi.board.version: 97.18
dmi.chassis.type: 10
dmi.chassis.vendor: Quanta
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.06:bd07/08/2008:svnHewlett-Packard:pnHPPaviliontx2500NotebookPC:pvrRev1:rvnQuanta:rn30F1:rvr97.18:cvnQuanta:ct10:cvrN/A:
dmi.product.name: HP Pavilion tx2500 Notebook PC
dmi.product.version: Rev 1
dmi.sys.vendor: Hewlett-Packard

** Affects: jockey (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
jockey-text does not run
https://bugs.launchpad.net/bugs/491136
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 491136] Re: jockey-text does not run

2009-12-01 Thread uve

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/36315560/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/36315561/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/36315562/Dependencies.txt

** Attachment added: Devices.txt
   http://launchpadlibrarian.net/36315563/Devices.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/36315564/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/36315565/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/36315566/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/36315567/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/36315568/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/36315569/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/36315570/UdevLog.txt

-- 
jockey-text does not run
https://bugs.launchpad.net/bugs/491136
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 491140] [NEW] gaphor does not parse fine class attributes

2009-12-01 Thread uve
Public bug reported:

Binary package hint: gaphor

To reproduce:

1. Create a new class
2. Go to Attributes tab
3. Select the first line (empty line)
4. Press Enter
5. Write + ... (without quotes)

and it shows +. However, if i write ... it shows + ... or if the
text contains 'ñ' (i'm spanish :) gaphor clears text and it shows +.

ProblemType: Bug
Architecture: amd64
CheckboxSubmission: a5c56fe715514eea6999aa6e34156545
CheckboxSystem: e704f33cc0866ff0f0256a33de39ea1c
Date: Wed Dec  2 01:11:56 2009
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
NonfreeKernelModules: wl
Package: gaphor 0.13.0-1ubuntu2
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-6.8-generic
SourcePackage: gaphor
Uname: Linux 2.6.32-6-generic x86_64

** Affects: gaphor (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
gaphor does not parse fine class attributes
https://bugs.launchpad.net/bugs/491140
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 491140] Re: gaphor does not parse fine class attributes

2009-12-01 Thread uve

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/36315895/Dependencies.txt

-- 
gaphor does not parse fine class attributes
https://bugs.launchpad.net/bugs/491140
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 465381] Re: I can't configure my sound card

2009-11-10 Thread uve
I forgot to say that my home is in other different partition.
Futhermore, I had my old configuration in /home/patri/ when I installed
karmic.

-- 
I can't configure my sound card
https://bugs.launchpad.net/bugs/465381
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 465381] Re: I can't configure my sound card

2009-11-09 Thread uve
I discovered that I haven't permissions to access to .pulse-cookie.

$ pulseaudio  pavucontrol
[1] 2544
W: authkey.c: Failed to open cookie file '/home/patri/.pulse-cookie': Permiso 
denegado
W: authkey.c: Failed to load authorization key '/home/patri/.pulse-cookie': 
Permiso denegado
E: module.c: Failed to load  module module-native-protocol-unix (argument: 
): initialization failed.
E: main.c: Module load failed.
E: main.c: Fallo al intentar iniciar el demonio.
[1]+  Salida 1pulseaudio


$ ls -la .
total 53800
drwxr-xr-x 52 patri patri 4096 2009-11-09 18:32 .
drwxr-xr-x  4 root  root  4096 2009-10-20 03:18 ..
...
drwx--  2 patri patri 4096 2009-11-09 18:32 .pulse
-rw---  1 root  root   256 2009-02-07 17:47 .pulse-cookie
-rw-r--r--  1 patri patri72011 2009-10-30 20:59 pulseverbose.log
...
-rw-r--r--  1 root  root  6047 2009-04-07 01:00 .usb-creator.log
...

If I change it, pulseaudio works fine.
$ sudo chown patri:patri /home/patri/.pulse-cookie
$ pulseaudio  pavucontrol
[1] 2552
W: ratelimit.c: 9 events suppressed
W: ratelimit.c: 112 events suppressed

I think that it's an installer error because I installed karmic from
live-usb (not upgraded) and pulseaudio didn't work.

-- 
I can't configure my sound card
https://bugs.launchpad.net/bugs/465381
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 465381] [NEW] I can't configure my sound card

2009-10-30 Thread uve
Public bug reported:

Binary package hint: pulseaudio

I can listen music and flash video, but my function keys doesn't work,
and I can't see gnome-volume-control-applet. I tried:

$ killall gnome-volume-control-applet 
$ gnome-volume-control-applet 

** (gnome-volume-control-applet:5735): WARNING **: Connection failed,
reconnecting...

I want access to System - Preferences - Sound, but I can't. A dialog
appears and it say Waiting for the sound system responds or similar.
In spanish is Esperando a que el sistema de sonido responda.

ProblemType: Bug
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: NVidia [HDA NVidia], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  patri  6172 F pulseaudio
 /dev/snd/pcmC0D0p:   patri  6172 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xc000 irq 19'
   Mixer name   : 'Nvidia MCP78 HDMI'
   Components   : 'HDA:14f15051,103c360a,0010 
HDA:10de0002,10de0101,0010'
   Controls  : 19
   Simple ctrls  : 9
CheckboxSubmission: e075c04a0152704915aa5a9201bb0109
CheckboxSystem: 2e4ab5fb96eeb897d439b8ef1239668e
Date: Fri Oct 30 20:14:22 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
NonfreeKernelModules: nvidia
Package: pulseaudio 1:0.9.19-0ubuntu4
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: pulseaudio
Uname: Linux 2.6.31-14-generic x86_64

** Affects: pulseaudio (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
I can't configure my sound card
https://bugs.launchpad.net/bugs/465381
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 465381] Re: I can't configure my sound card

2009-10-30 Thread uve

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/34714668/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/34714670/AplayDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/34714672/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/34714674/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/34714675/Card0.Codecs.codec.0.txt

** Attachment added: Card0.Codecs.codec.3.txt
   http://launchpadlibrarian.net/34714676/Card0.Codecs.codec.3.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/34714678/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/34714680/Dependencies.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/34714681/PciMultimedia.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/34714682/XsessionErrors.txt

-- 
I can't configure my sound card
https://bugs.launchpad.net/bugs/465381
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 465381] Re: I can't configure my sound card

2009-10-30 Thread uve

** Attachment added: pulseverbose.log
   http://launchpadlibrarian.net/34717503/pulseverbose.log

-- 
I can't configure my sound card
https://bugs.launchpad.net/bugs/465381
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 359202] Re: [Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure

2009-10-30 Thread uve
¡Sorry for my delay and my confusion! If I add 8042.reset option in
Grub, then suspend works fine. i8042.reset help me, thanks!

-- 
[Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure
https://bugs.launchpad.net/bugs/359202
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 359202] Re: [Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure

2009-10-09 Thread uve
Yes, it works. I suspend and resume my machine and I can do ping

-- 
[Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure
https://bugs.launchpad.net/bugs/359202
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 428396] [NEW] gnometris doesn't display the game area

2009-09-12 Thread uve
Public bug reported:

Binary package hint: gnome-games

When I run gnometris I can see:

$ gnometris

(gnometris:7026): ClutterGLX-CRITICAL **: Unable to make the stage
window 0x520003c the current GLX drawable

(gnometris:7026): ClutterGLX-CRITICAL **: Unable to make the stage
window 0x5200057 the current GLX drawable

You can see the attached image for more information. More info:

$ dpkg -l gnometris
Desired=Unknown/Install/Remove/Purge/Hold
| 
Estado=No/Instalado/Config-files/Desempaquetado/Fallo-config/Medio-inst/espera-disparo/pendiente-disparo
|/ Err?=(ninguno)/Retenido/Requiere-reinst/X=ambos problemas (Estado,Err: 
mayúsc.=malo)
||/ Nombre Versión   Descripción
+++-==-==-
ii  gnometris  1:2.27.92-0ubu Falling blocks game

ProblemType: Bug
Architecture: amd64
Date: Sat Sep 12 15:57:47 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: fglrx wl
Package: gnometris 1:2.27.92-0ubuntu1
ProcEnviron:
 PATH=(custom, no user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-10.32-generic
SourcePackage: gnome-games
Uname: Linux 2.6.31-10-generic x86_64

** Affects: gnome-games (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
gnometris doesn't display the game area
https://bugs.launchpad.net/bugs/428396
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 428396] Re: gnometris doesn't display the game area

2009-09-12 Thread uve

** Attachment added: Gnometris
   http://launchpadlibrarian.net/31719994/gnometris.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/31719995/Dependencies.txt

-- 
gnometris doesn't display the game area
https://bugs.launchpad.net/bugs/428396
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 428642] [NEW] gnome-control-center doesn't display html elements

2009-09-12 Thread uve
Public bug reported:

Binary package hint: gnome-control-center

When I search a task and it doesn't exist, gnome-control-center shows a
message, but html elements in this message are not displayed. I attached
an image for more info

ProblemType: Bug
Architecture: amd64
Date: Sun Sep 13 00:39:50 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: wl fglrx
Package: gnome-control-center 1:2.27.91-0ubuntu3
ProcEnviron:
 PATH=(custom, no user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-10.32-generic
SourcePackage: gnome-control-center
Uname: Linux 2.6.31-10-generic x86_64

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
gnome-control-center doesn't display html elements
https://bugs.launchpad.net/bugs/428642
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 428642] Re: gnome-control-center doesn't display html elements

2009-09-12 Thread uve

** Attachment added: gnome-control-center.png
   http://launchpadlibrarian.net/31732545/gnome-control-center.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/31732546/Dependencies.txt

-- 
gnome-control-center doesn't display html elements
https://bugs.launchpad.net/bugs/428642
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 212399] Re: Synaptic marks packages to uninstall although I cancel

2009-09-12 Thread uve
I apologize by my delay. This continues happening in Karmic. I'm using:

$ dpkg -l synaptic
Desired=Unknown/Install/Remove/Purge/Hold
| 
Estado=No/Instalado/Config-files/Desempaquetado/Fallo-config/Medio-inst/espera-disparo/pendiente-disparo
|/ Err?=(ninguno)/Retenido/Requiere-reinst/X=ambos problemas (Estado,Err: 
mayúsc.=malo)
||/ Nombre Versión   Descripción
+++-==-==-
ii  synaptic   0.62.7ubuntu3  Graphical package manager

-- 
Synaptic marks packages to uninstall although I cancel
https://bugs.launchpad.net/bugs/212399
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 427083] Re: bluetooth-wizard can't add new device

2009-09-09 Thread uve

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/31564148/Dependencies.txt

-- 
bluetooth-wizard can't add new device
https://bugs.launchpad.net/bugs/427083
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 427083] [NEW] bluetooth-wizard can't add new device

2009-09-09 Thread uve
Public bug reported:

Binary package hint: gnome-bluetooth

There is a problem with the label name in wizard.ui:


$ bluetooth-wizard 

** (bluetooth-wizard:5770): WARNING **: Could not load UI from
/usr/share/gnome-bluetooth/wizard.ui: ID «label1» de objeto duplicado en
la línea 394 (anteriormente en la línea 20)

label1 is duplicated :)

ProblemType: Bug
Architecture: amd64
Date: Thu Sep 10 01:10:32 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: wl
Package: gnome-bluetooth 2.27.8-0ubuntu1 [modified: 
usr/share/gnome-bluetooth/wizard.ui]
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-10.30-generic
SourcePackage: gnome-bluetooth
Uname: Linux 2.6.31-10-generic x86_64

** Affects: gnome-bluetooth (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
bluetooth-wizard can't add new device
https://bugs.launchpad.net/bugs/427083
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 376179] Re: LiveCD/LiveUSB can not find livefs

2009-09-09 Thread uve
Karmic alpha5 works fine! Thanks!

-- 
LiveCD/LiveUSB can not find livefs
https://bugs.launchpad.net/bugs/376179
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 359202] Re: [Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure

2009-08-21 Thread uve
I'm not sure if I understood you. Sorry! I must do ping to my Pavilion
from another machine while my Pavilion is suspended?

-- 
[Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure
https://bugs.launchpad.net/bugs/359202
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 359202] Re: [Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure

2009-08-17 Thread uve
I followed this debugging procedure. I found this lines:

[1.348916]   Magic number: 0:291:740
[1.348921]   hash matches 
/build/buildd/linux-2.6.31/drivers/base/power/main.c:419

** Attachment added: dmesg.txt
   http://launchpadlibrarian.net/30415127/dmesg.txt

-- 
[Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure
https://bugs.launchpad.net/bugs/359202
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 359202] Re: [Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure

2009-08-17 Thread uve
I forgot said that I'm using the last kernel version:

2.6.31-6-generic

-- 
[Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure
https://bugs.launchpad.net/bugs/359202
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 364092] Re: software-properties-gtk doesn't start

2009-08-01 Thread uve
It works fine with Karmic :)

-- 
software-properties-gtk doesn't start
https://bugs.launchpad.net/bugs/364092
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 323733] Re: [Compaq Presario CQ60] suspend/resume problem

2009-07-01 Thread uve
I have downloaded and installed 2.6.28 kernel from
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.28/:

$ dpkg -l linux-headers* | grep ii
ii  linux-headers-2.6.28-0206282.6.28-020628
 Header files related to Linux kernel version
ii  linux-headers-2.6.28-020628-generic2.6.28-020628
 Linux kernel headers for version 2.6.28 on x
ii  linux-headers-2.6.28-132.6.28-13.44 
 Header files related to Linux kernel version
ii  linux-headers-2.6.28-13-generic2.6.28-13.44 
 Linux kernel headers for version 2.6.28 on x
ii  linux-headers-generic  2.6.28.13.17 
 Generic Linux kernel headers

$ dpkg -l linux-image* | grep ii
ii  linux-image-2.6.28-020628-generic  2.6.28-020628
 Linux kernel image for version 2.6.28 on x86
ii  linux-image-2.6.28-13-generic  2.6.28-13.44 
 Linux kernel image for version 2.6.28 on x86
ii  linux-image-generic2.6.28.13.17 
 Generic Linux kernel image

And I have the same problem (using the same script). Sorry!

-- 
[Compaq Presario CQ60] suspend/resume problem
https://bugs.launchpad.net/bugs/323733
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 376259] Re: Some Broadcom chips unsupported by B43 wireless driver [BCM4322]

2009-05-23 Thread uve
If I use 2.6.28-11-generic kernel on Jaunty or Karmic then b43 works
fine. But if I use 2.6.30 on Karmic then it doesn't work. I'll try to
use STA driver

-- 
Some Broadcom chips unsupported by B43 wireless driver [BCM4322]
https://bugs.launchpad.net/bugs/376259
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 376259] Re: BCM4322 doesn't work, FOUND UNSUPPORTED PHY

2009-05-22 Thread uve
The same problem with new kernel.

$ uname -r
2.6.30-6-generic


** Attachment added: dmesg.txt
   http://launchpadlibrarian.net/27067970/dmesg.txt

-- 
BCM4322 doesn't work, FOUND UNSUPPORTED PHY
https://bugs.launchpad.net/bugs/376259
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 375896] [NEW] yelp crashes on start

2009-05-13 Thread uve
Public bug reported:

Binary package hint: yelp

When I try to start yelp, it crashes

More info:
$ dpkg -l yelp
Desired=Unknown/Install/Remove/Purge/Hold
| 
Estado=No/Instalado/Config-files/Desempaquetado/Fallo-config/Medio-inst/espera-disparo/pendiente-disparo
|/ Err?=(ninguno)/Retenido/Requiere-reinst/X=ambos problemas (Estado,Err: 
mayúsc.=malo)
||/ Nombre Versión   Descripción
+++-==-==-
ii  yelp   2.25.1-0ubuntu Help browser for GNOME 2


$ dpkg -l *-dbgsym
Desired=Unknown/Install/Remove/Purge/Hold
| 
Estado=No/Instalado/Config-files/Desempaquetado/Fallo-config/Medio-inst/espera-disparo/pendiente-disparo
|/ Err?=(ninguno)/Retenido/Requiere-reinst/X=ambos problemas (Estado,Err: 
mayúsc.=malo)
||/ Nombre Versión   Descripción
+++-==-==-
ii  libc6-dbgsym   2.9-9ubuntu1   debug symbols for package libc6
ii  libglib2.0-0-d 2.21.0-0ubuntu debug symbols for package libglib2.0-0
ii  libgtk2.0-0-db 2.16.1-0ubuntu debug symbols for package libgtk2.0-0
ii  librarian0-dbg 0.8.1-2ubuntu1 debug symbols for package librarian0
ii  yelp-dbgsym2.25.1-0ubuntu debug symbols for package yelp

ProblemType: Bug
Architecture: amd64
Date: Wed May 13 10:59:55 2009
DistroRelease: Ubuntu 9.10
Package: yelp 2.25.1-0ubuntu5
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: yelp
Uname: Linux 2.6.28-11-generic x86_64

** Affects: yelp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
yelp crashes on start
https://bugs.launchpad.net/bugs/375896
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 375896] Re: yelp crashes on start

2009-05-13 Thread uve

** Attachment added: gdb-yelp.txt
   http://launchpadlibrarian.net/2097/gdb-yelp.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/2098/Dependencies.txt

-- 
yelp crashes on start
https://bugs.launchpad.net/bugs/375896
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 375896] Re: yelp crashes on start

2009-05-13 Thread uve
I had installed it (librarian0-dbgsym). However, I installed rarian-
compat-dbgsym and others more:

$ dpkg -l *-dbgsym | grep ii
ii  libc6-dbgsym   2.9-9ubuntu1 
 debug symbols for package libc6
ii  libglib2.0-0-dbgsym2.21.0-0ubuntu1  
 debug symbols for package libglib2.0-0
ii  libgtk2.0-0-dbgsym 2.16.1-0ubuntu3  
 debug symbols for package libgtk2.0-0
ii  libicu40-dbgsym4.0.1-2  
 debug symbols for package libicu40
ii  libpth20-dbgsym2.0.7-12 
 debug symbols for package libpth20
ii  librarian0-dbgsym  0.8.1-2ubuntu1   
 debug symbols for package librarian0
ii  libstartup-notification0-dbgsym0.10-1   
 debug symbols for package libstartup-notific
ii  libx11-6-dbgsym2:1.1.99.2-1ubuntu2  
 debug symbols for package libx11-6
ii  libx11-xcb1-dbgsym 2:1.1.99.2-1ubuntu2  
 debug symbols for package libx11-xcb1
ii  libxcb1-dbgsym 1.2-1ubuntu1 
 debug symbols for package libxcb1
ii  rarian-compat-dbgsym   0.8.1-2ubuntu1   
 debug symbols for package rarian-compat
ii  xulrunner-1.9-dbgsym   
1.9.0.10+nobinonly-0ubuntu1.respin1   debug symbols for package 
xulrunner-1.9
ii  xulrunner-1.9-gnome-support-dbgsym 
1.9.0.10+nobinonly-0ubuntu1.respin1   debug symbols for package 
xulrunner-1.9-gnom
ii  yelp-dbgsym2.25.1-0ubuntu5  
 debug symbols for package yelp


$ update-alternatives --config xulrunner

Hay 3 alternativas que proveen `xulrunner'.

  Selección Alternativa
---
 +1/usr/bin/xulrunner-1.9.2
* 2/usr/bin/xulrunner-1.9
  3/usr/bin/xulrunner-1.9.1


** Attachment added: gdb-yelp.txt
   http://launchpadlibrarian.net/26682145/gdb-yelp.txt

-- 
yelp crashes on start
https://bugs.launchpad.net/bugs/375896
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 376179] [NEW] LiveCD/LiveUSB crashes on start

2009-05-13 Thread uve
Public bug reported:

Binary package hint: casper

I'm using an HP Pavilion tx2625. When I try run Ubuntu LiveUSB, I find
initramfs shell.

More info:

$ lspci
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge
00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int 
gfx)
00:04.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE 
port 0)
00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE 
port 1)
00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE 
port 2)
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI 
mode]
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:13.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3a)
00:14.1 IDE interface: ATI Technologies Inc SB700/SB800 IDE Controller
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:14.5 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] Mobile K10 [Turion X2, Athlon 
X2, Sempron] HyperTransport Configuration (rev 40)
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 11h [Turion X2, Athlon 
X2, Sempron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Mobile K10 [Turion X2, Athlon 
X2, Sempron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Mobile K10 [Turion X2, Athlon 
X2, Sempron] Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Mobile K10 [Turion X2, Athlon 
X2, Sempron] Link Control
01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon 
HD 3200 Graphics]
08:00.0 Network controller: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless 
LAN Controller (rev 01)
09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI 
Express Gigabit Ethernet controller (rev 02)

ProblemType: Bug
Architecture: amd64
Date: Wed May 13 21:34:10 2009
DistroRelease: Ubuntu 9.10
Package: casper (not installed)
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.28-11.42-generic
SourcePackage: casper
Uname: Linux 2.6.28-11-generic x86_64

** Affects: casper (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
LiveCD/LiveUSB crashes on start
https://bugs.launchpad.net/bugs/376179
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 376179] Re: LiveCD/LiveUSB crashes on start

2009-05-13 Thread uve

** Attachment added: dmesg.log
   http://launchpadlibrarian.net/26684506/dmesg.log

-- 
LiveCD/LiveUSB crashes on start
https://bugs.launchpad.net/bugs/376179
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 376179] Re: LiveCD/LiveUSB crashes on start

2009-05-13 Thread uve

** Attachment added: casper.log
   http://launchpadlibrarian.net/26684558/casper.log

-- 
LiveCD/LiveUSB crashes on start
https://bugs.launchpad.net/bugs/376179
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 376259] [NEW] BCM4322 doesn't work, FOUND UNSUPPORTED PHY

2009-05-13 Thread uve
Public bug reported:

BCM4322 doesn't work and NetworkManager doesn't see it.

$ uname -r
2.6.30-5-generic

$ dmesg | grep b43
[3.674272] b43-pci-bridge :08:00.0: PCI INT A - GSI 17 (level, low) - 
IRQ 17
[3.674298] b43-pci-bridge :08:00.0: setting latency timer to 64
[   12.764518] b43-phy0: Broadcom 4322 WLAN found (core revision 16)
[   12.804584] b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 8, Type 4, 
Revision 4)
[   12.804650] b43: probe of ssb0:0 failed with error -95


$ lspci
...
08:00.0 Network controller: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless 
LAN Controller (rev 01)
09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI 
Express Gigabit Ethernet controller (rev 02)

ProblemType: Bug
Architecture: amd64
Date: Thu May 14 01:38:27 2009
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=bff4d96c-dcc0-44cb-af73-cefb88e052a2
MachineType: Hewlett-Packard HP Pavilion tx2500 Notebook PC
Package: linux-image-2.6.30-5-generic 2.6.30-5.6
ProcCmdLine: root=UUID=bebe718f-db9f-4f1a-9e1d-4c20d20fe17d ro quiet splash
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.30-5.6-generic
RelatedPackageVersions: linux-backports-modules-2.6.30-5-generic N/A
SourcePackage: linux
Uname: Linux 2.6.30-5-generic x86_64

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
BCM4322 doesn't work, FOUND UNSUPPORTED PHY
https://bugs.launchpad.net/bugs/376259
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 376259] Re: BCM4322 doesn't work, FOUND UNSUPPORTED PHY

2009-05-13 Thread uve

** Attachment added: dmesg.txt
   http://launchpadlibrarian.net/26692674/dmesg.txt

** Attachment added: BootDmesg.gz
   http://launchpadlibrarian.net/26692675/BootDmesg.gz

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/26692676/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/26692677/Dependencies.txt

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/26692678/HalComputerInfo.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/26692679/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/26692680/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/26692681/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/26692682/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/26692683/ProcModules.txt

-- 
BCM4322 doesn't work, FOUND UNSUPPORTED PHY
https://bugs.launchpad.net/bugs/376259
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 376259] Re: BCM4322 doesn't work, FOUND UNSUPPORTED PHY

2009-05-13 Thread uve

** Attachment added: lscpi-vnvn.txt
   http://launchpadlibrarian.net/26692719/lscpi-vnvn.txt

-- 
BCM4322 doesn't work, FOUND UNSUPPORTED PHY
https://bugs.launchpad.net/bugs/376259
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 323733] Re: [Compaq Presario CQ60] suspend/resume problem

2009-05-02 Thread uve
I use the attached script and this is the result:

$ sudo  ./suspend.sh
Suspend
Wake up
./suspend.sh: 8: cannot create dmesg3.txt: Read-only file system
Shutdown
./suspend.sh: 11: halt: Input/Output error
$

When the laptop wake up, all file systems are read-only. I cannot open
any application (firefox, for example) and I need restart it.

I'm using 2.6.28-11-generic kernel. Thanks!

** Attachment added: suspend.sh
   http://launchpadlibrarian.net/26261038/suspend.sh

-- 
[Compaq Presario CQ60] suspend/resume problem
https://bugs.launchpad.net/bugs/323733
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 323733] Re: [Compaq Presario CQ60] suspend/resume problem

2009-05-02 Thread uve

** Attachment added: dmesg1.txt
   http://launchpadlibrarian.net/26261040/dmesg1.txt

-- 
[Compaq Presario CQ60] suspend/resume problem
https://bugs.launchpad.net/bugs/323733
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 323733] Re: [Compaq Presario CQ60] suspend/resume problem

2009-05-02 Thread uve

** Attachment added: dmesg2.txt
   http://launchpadlibrarian.net/26261062/dmesg2.txt

-- 
[Compaq Presario CQ60] suspend/resume problem
https://bugs.launchpad.net/bugs/323733
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 323733] Re: [Compaq Presario CQ60] suspend/resume problem

2009-05-02 Thread uve
If I suspend it directly then it doesn't wake up completely. The screen
remains black and only mouse respond. Else, if I use the script then it
wake up fine. But the file system is mounted read-only in both cases and
the laptop doesn't halt. It appears errors of I/O request. Sorry for my
english! :S

-- 
[Compaq Presario CQ60] suspend/resume problem
https://bugs.launchpad.net/bugs/323733
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 368299] Re: eog crashes on dragdrop a directory

2009-04-27 Thread uve
If I lauch it on a terminal:

$ eog image.png

GLib-ERROR **: /build/buildd/glib2.0-2.20.1/glib/gmem.c:136: failed to allocate 
18446744073692515601 bytes
aborting...
Cancelado

and later I dragdrop

-- 
eog crashes on dragdrop a directory
https://bugs.launchpad.net/bugs/368299
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 368299] Re: eog crashes on dragdrop a directory

2009-04-27 Thread uve

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/26047528/Dependencies.txt

-- 
eog crashes on dragdrop a directory
https://bugs.launchpad.net/bugs/368299
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 368299] [NEW] eog crashes on dragdrop a directory

2009-04-27 Thread uve
Public bug reported:

Binary package hint: eog

To reproduce:

1) Open eog
2) Go to Places
3) DragDrop any directory to eog

If you dragdrop a nautilus's directory, it doesn't crash.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.10
Package: eog 2.26.1-0ubuntu1
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: eog
Uname: Linux 2.6.28-11-generic x86_64

** Affects: eog (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
eog crashes on dragdrop a directory
https://bugs.launchpad.net/bugs/368299
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 368299] Re: eog crashes on dragdrop a directory

2009-04-27 Thread uve

** Attachment added: gdb-eog.txt
   http://launchpadlibrarian.net/26047830/gdb-eog.txt

-- 
eog crashes on dragdrop a directory
https://bugs.launchpad.net/bugs/368299
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 364092] Re: software-properties-gtk doesn't start

2009-04-27 Thread uve
The same problem. I just change my sources.list (jaunty - karmic) and
software-properties-gtk doesn't run.

$ sudo software-properties-gtk 
Traceback (most recent call last):
  File /usr/bin/software-properties-gtk, line 104, in module
app = SoftwarePropertiesGtk(datadir=data_dir, options=options, file=file)
  File 
/usr/lib/python2.6/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py,
 line 75, in __init__
SoftwareProperties.__init__(self, options=options, datadir=datadir)
  File 
/usr/lib/python2.6/dist-packages/softwareproperties/SoftwareProperties.py, 
line 83, in __init__
self.reload_sourceslist()
  File 
/usr/lib/python2.6/dist-packages/softwareproperties/SoftwareProperties.py, 
line 521, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
  File /usr/lib/python2.6/dist-packages/aptsources/distro.py, line 90, in 
get_sources
raise NoDistroTemplateException(Error: could not find a 
aptsources.distro.NoDistroTemplateException: Error: could not find a 
distribution template

-- 
software-properties-gtk doesn't start
https://bugs.launchpad.net/bugs/364092
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 360014] [NEW] nautilus crashes on connect a usb-stick mp3 player

2009-04-12 Thread uve
Public bug reported:

Binary package hint: brasero

I connect a usb-stick mp3 player and nautilus crashes it.

$ dmesg
...
[ 4162.774303] Buffer I/O error on device sdc, logical block 323496
[ 4162.774316] lost page write due to I/O error on sdc
[ 4167.660750] FAT: Directory bread(block 8192) failed
[ 4167.660761] FAT: Directory bread(block 8193) failed
[ 4167.660768] FAT: Directory bread(block 8194) failed
[ 4167.660775] FAT: Directory bread(block 8195) failed
[ 4167.660783] FAT: Directory bread(block 8196) failed
[ 4167.660790] FAT: Directory bread(block 8197) failed
[ 4167.660797] FAT: Directory bread(block 8198) failed
[ 4167.660804] FAT: Directory bread(block 8199) failed
[ 4196.095191] FAT: FAT read failed (blocknr 384)
[ 4433.436094] usb 3-1: new full speed USB device using ohci_hcd and address 3
[ 4433.613183] usb 3-1: configuration #1 chosen from 1 choice
[ 4433.647830] scsi10 : SCSI emulation for USB Mass Storage devices
[ 4433.652619] usb-storage: device found at 3
[ 4433.652629] usb-storage: waiting for device to settle before scanning
[ 4438.652931] usb-storage: device scan complete
[ 4438.658913] scsi 10:0:0:0: Direct-Access General  Flash Disk Drive 2.05 
PQ: 0 ANSI: 2 CCS
[ 4438.664881] scsi 10:0:0:1: CD-ROMAMT MP3  Player   2V0. 
PQ: 0 ANSI: 0 CCS
[ 4438.688868] sd 10:0:0:0: [sdd] 4005376 512-byte hardware sectors: (2.05 
GB/1.90 GiB)
[ 4438.694844] sd 10:0:0:0: [sdd] Write Protect is off
[ 4438.694858] sd 10:0:0:0: [sdd] Mode Sense: 00 00 00 00
[ 4438.694868] sd 10:0:0:0: [sdd] Assuming drive cache: write through
[ 4438.727058] sd 10:0:0:0: [sdd] 4005376 512-byte hardware sectors: (2.05 
GB/1.90 GiB)
[ 4438.735855] sd 10:0:0:0: [sdd] Write Protect is off
[ 4438.735871] sd 10:0:0:0: [sdd] Mode Sense: 00 00 00 00
[ 4438.735881] sd 10:0:0:0: [sdd] Assuming drive cache: write through
[ 4438.735906]  sdd:
[ 4438.750095] sd 10:0:0:0: [sdd] Attached SCSI removable disk
[ 4438.750347] sd 10:0:0:0: Attached scsi generic sg2 type 0
[ 4438.811959] sr0: scsi-1 drive
[ 4438.813844] sr 10:0:0:1: Attached scsi CD-ROM sr0
[ 4438.814081] sr 10:0:0:1: Attached scsi generic sg3 type 5
[ 4478.020896] nautilus[8030]: segfault at b6222004 ip b5778c56 sp b5765fc0 
error 4 in libbrasero-media.so.0.1.1[b5767000+1e000]
...

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: libbrasero-media0 2.26.0-0ubuntu3
ProcEnviron:
 PATH=(custom, user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: brasero
Uname: Linux 2.6.28-11-generic i686

** Affects: brasero (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
nautilus crashes on connect a usb-stick mp3 player
https://bugs.launchpad.net/bugs/360014
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 360014] Re: nautilus crashes on connect a usb-stick mp3 player

2009-04-12 Thread uve

** Attachment added: gdb-nautilus.txt
   http://launchpadlibrarian.net/25283956/gdb-nautilus.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/25283958/Dependencies.txt

-- 
nautilus crashes on connect a usb-stick mp3 player
https://bugs.launchpad.net/bugs/360014
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 271634] Re: olive-gtk crashed with DBusException in call_blocking()

2009-04-12 Thread uve
The same error on Jaunty Beta (i386)

** Attachment added: _usr_bin_olive-gtk.1000.crash
   http://launchpadlibrarian.net/25296540/_usr_bin_olive-gtk.1000.crash

-- 
olive-gtk crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/271634
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 271634] Re: olive-gtk crashed with DBusException in call_blocking()

2009-04-12 Thread uve
I have seen that if you execute the first time olive-gtk crashes it. But
if you execute again (in the same session), it works fine.

-- 
olive-gtk crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/271634
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 359202] Re: [Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure

2009-04-10 Thread uve

** Attachment added: BootDmesg.gz
   http://launchpadlibrarian.net/25218488/BootDmesg.gz

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/25218489/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/25218490/Dependencies.txt

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/25218491/HalComputerInfo.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/25218494/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/25218495/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/25218499/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/25218500/ProcInterrupts.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/25218501/ProcMaps.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/25218502/ProcModules.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/25218503/ProcStatus.txt

** Attachment added: SleepLog.txt
   http://launchpadlibrarian.net/25218504/SleepLog.txt

-- 
[Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure
https://bugs.launchpad.net/bugs/359202
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 359202] [NEW] [Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure

2009-04-10 Thread uve
Public bug reported:

I tried to suspend my laptop and it works fine, but when it wake up then
it doesn't respond. I can see my desktop (after wake up) but keyboard
and mouse don't respond. I try with Alt+Print Scr.+R,E,I,S,U,B but it
doesn't respond.

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
InterpreterPath: /usr/bin/python2.6
MachineType: Hewlett-Packard HP Pavilion tx2500 Notebook PC
Package: linux-image-2.6.28-11-generic 2.6.28-11.41
ProcAttrCurrent: unconfined
ProcCmdLine: root=UUID=16bd9014-0f27-4236-b459-b6269be545ee ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.28-11.41-generic
SourcePackage: linux
Tags: resume suspend
Title: [Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure
UserGroups:

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-kerneloops i386 resume suspend

-- 
[Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure
https://bugs.launchpad.net/bugs/359202
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 359202] Re: [Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure

2009-04-10 Thread uve
I used this script to try debug it:

dmesg  dmesg1.txt
echo Suspend
sync; echo 1  /sys/power/pm_trace; pm-suspend
echo Wake up
dmesg  dmesg2.txt
echo Take a screenshot
sleep 2
scrot screenshot.png
echo Shutdown
sleep 2
halt

I executed it:
$ sudo ./suspend.sh

Later, when my laptop wake up this scprit continues executing and it
take the screenshot and it halt my laptop.


In the dmesg2.txt appears these lines:

...
[  188.121186] PM: resume devices took 3.644 seconds
[  188.121352] PM: Finishing wakeup.
[  188.121354] Restarting tasks ... done.
[  188.960053] synaptics was reset on resume, see synaptics_resume_reset if you 
have trouble on resume
...

Is synaptics the problem? Why the keyboard doesn't respond?

-- 
[Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure
https://bugs.launchpad.net/bugs/359202
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 359202] Re: [Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure

2009-04-10 Thread uve

** Attachment added: dmesg1.txt
   http://launchpadlibrarian.net/25219497/dmesg1.txt

-- 
[Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure
https://bugs.launchpad.net/bugs/359202
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 359202] Re: [Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure

2009-04-10 Thread uve

** Attachment added: dmesg2.txt
   http://launchpadlibrarian.net/25219498/dmesg2.txt

-- 
[Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure
https://bugs.launchpad.net/bugs/359202
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 359202] Re: [Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure

2009-04-10 Thread uve

** Attachment added: screenshot.png
   http://launchpadlibrarian.net/25219505/screenshot.png

-- 
[Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure
https://bugs.launchpad.net/bugs/359202
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 359202] Re: [Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure

2009-04-10 Thread uve
This is my last pm-suspend.log

** Attachment added: pm-suspend.log
   http://launchpadlibrarian.net/25219735/pm-suspend.log

-- 
[Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure
https://bugs.launchpad.net/bugs/359202
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 358387] Re: gnome-system-monitor crashes on change preferences

2009-04-09 Thread uve

** Attachment added: gdb-gnome_system_monitor.txt
   http://launchpadlibrarian.net/25106728/gdb-gnome_system_monitor.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/25106729/Dependencies.txt

-- 
gnome-system-monitor crashes on change preferences
https://bugs.launchpad.net/bugs/358387
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 358387] Re: gnome-system-monitor crashes on change preferences

2009-04-09 Thread uve
I retraced it with more symbols:

$ dpkg -l *-dbg | grep ii
ii  libatk1.0-dbg  1.26.0-0ubuntu2  
The ATK libraries and debugging symbols
ii  libc6-dbg  2.9-4ubuntu6 
GNU C Library: detached debugging symbols
ii  libdbus-glib-1-2-dbg   0.80-3   
simple interprocess messaging system (GLib l
ii  libfontconfig1-dbg 2.6.0-1ubuntu12  
generic font configuration library - debuggi
ii  libglib2.0-0-dbg   2.20.0-1build2   
The GLib libraries and debugging symbols
ii  libgstreamer0.10-0-dbg 0.10.22-1
Core GStreamer libraries and elements
ii  libgtk2.0-0-dbg2.16.0-1ubuntu3  
The GTK+ libraries and debugging symbols
ii  libgtkmm-2.4-dbg   1:2.16.0-1   
C++ wrappers for GTK+ 2.4 (debug symbols)
ii  libpango1.0-0-dbg  1.24.0-3 
The Pango library and debugging symbols
ii  libx11-6-dbg   2:1.1.99.2-1ubuntu2  
X11 client-side library (debug package)
ii  libx11-xcb1-dbg2:1.1.99.2-1ubuntu2  
Xlib/XCB interface library (debug package)

$ dpkg -l *-dbgsym | grep ii
ii  gnome-system-monitor-dbgsym2.26.0.1-0ubuntu1
debug symbols for package gnome-system-monitor
ii  libgconf2-4-dbgsym 2.26.0-0ubuntu1  
debug symbols for package libgconf2-4


** Attachment added: gdb-gnome_system_monitor.txt
   http://launchpadlibrarian.net/25107036/gdb-gnome_system_monitor.txt

-- 
gnome-system-monitor crashes on change preferences
https://bugs.launchpad.net/bugs/358387
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 358387] [NEW] gnome-system-monitor crashes on change preferences

2009-04-09 Thread uve
Public bug reported:

Binary package hint: gnome-system-monitor

I open gnome-system-monitor, I go to Edit - Preferences and I change,
in the tabs, the time intervals. Then, gnome-system-monitor crashes.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: gnome-system-monitor 2.26.0.1-0ubuntu1
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-system-monitor
Uname: Linux 2.6.28-11-generic i686

** Affects: gnome-system-monitor (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
gnome-system-monitor crashes on change preferences
https://bugs.launchpad.net/bugs/358387
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 358056] Re: pidgin crashes on start

2009-04-08 Thread uve

** Attachment added: gdb-pidgin2.txt
   http://launchpadlibrarian.net/25080848/gdb-pidgin2.txt

-- 
pidgin crashes on start
https://bugs.launchpad.net/bugs/358056
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 358056] Re: pidgin crashes on start

2009-04-08 Thread uve

** Attachment added: gdb-pidgin1.txt
   http://launchpadlibrarian.net/25080840/gdb-pidgin1.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/25080841/Dependencies.txt

-- 
pidgin crashes on start
https://bugs.launchpad.net/bugs/358056
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 358056] Re: pidgin crashes on start

2009-04-08 Thread uve

** Attachment added: gdb-pidgin3.txt
   http://launchpadlibrarian.net/25080886/gdb-pidgin3.txt

-- 
pidgin crashes on start
https://bugs.launchpad.net/bugs/358056
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 358056] [NEW] pidgin crashes on start

2009-04-08 Thread uve
Public bug reported:

Binary package hint: pidgin

I rebooted my laptop, I tried to open pidgin and pidgin crashed

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: pidgin 1:2.5.5-1ubuntu5
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: pidgin
Uname: Linux 2.6.28-11-generic i686

** Affects: pidgin (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
pidgin crashes on start
https://bugs.launchpad.net/bugs/358056
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 343291] [NEW] One error on man 2 stat

2009-03-15 Thread uve
Public bug reported:

Binary package hint: manpages

The correct value of S_IFMT bit is 017 and not 0017000.

ProblemType: Bug
Architecture: amd64
Dependencies:
 
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: manpages-dev None [modified: /var/lib/dpkg/info/manpages-dev.list]
PackageArchitecture: all
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: manpages
Uname: Linux 2.6.28-9-generic x86_64
UnreportableReason: Este no es un genuino paquete Ubuntu

** Affects: manpages (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
One error on man 2 stat
https://bugs.launchpad.net/bugs/343291
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 214529] Re: GtkHScale doesn't work in Listen

2009-02-28 Thread uve
I updated my system long time ago. I'm using Juanty, but now I don't
reproduce it.

Info :

$ dpkg -l listen
Desired=Unknown/Install/Remove/Purge/Hold
| 
Estado=No/Instalado/Config-files/Desempaquetado/Fallo-config/Medio-inst/espera-disparo/pendiente-disparo
|/ Err?=(ninguno)/Retenido/Requiere-reinst/X=ambos problemas (Estado,Err: 
mayúsc.=malo)
||/ Nombre Versión   Descripción
+++-==-==-
ii  listen 0.5-6ubuntu1   music player and manager for GNOME

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu jaunty (development branch)
Release:9.04
Codename:   jaunty

$ uname -a
Linux Presario-V6000 2.6.28-8-generic #26-Ubuntu SMP Wed Feb 25 04:27:53 UTC 
2009 x86_64 GNU/Linux

-- 
GtkHScale doesn't work in Listen
https://bugs.launchpad.net/bugs/214529
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 333056] [NEW] sometimes liferea crashes on close a tab

2009-02-22 Thread uve
Public bug reported:

Binary package hint: liferea

When I read my RSS news, I open links on a new tab. Sometimes, when I
close one of this liferea crashes it.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: liferea 1.4.23-0ubuntu2
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: liferea
Uname: Linux 2.6.28-8-generic x86_64

** Affects: liferea (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
sometimes liferea crashes on close a tab
https://bugs.launchpad.net/bugs/333056
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 333056] Re: sometimes liferea crashes on close a tab

2009-02-22 Thread uve

** Attachment added: gdb-liferea.txt
   http://launchpadlibrarian.net/22988990/gdb-liferea.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/22988991/Dependencies.txt

-- 
sometimes liferea crashes on close a tab
https://bugs.launchpad.net/bugs/333056
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 333056] Re: sometimes liferea crashes on close a tab

2009-02-22 Thread uve
More info:

$ dpkg -l liferea* | grep ii
ii  liferea   1.4.23-0ubuntu2   
feed aggregator for GNOME
ii  liferea-dbg   1.4.23-0ubuntu2   
liferea debug symbols

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu jaunty (development branch)
Release:9.04
Codename:   jaunty

$ uname -a
Linux Presario-V6000 2.6.28-8-generic #24-Ubuntu SMP Wed Feb 18 20:36:18 UTC 
2009 x86_64 GNU/Linux

-- 
sometimes liferea crashes on close a tab
https://bugs.launchpad.net/bugs/333056
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 333056] Re: sometimes liferea crashes on close a tab

2009-02-22 Thread uve
I have repeated the backtrace with --debug-all option.

** Attachment added: gdb-liferea.txt
   http://launchpadlibrarian.net/22989119/gdb-liferea.txt

-- 
sometimes liferea crashes on close a tab
https://bugs.launchpad.net/bugs/333056
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 323733] Re: [Compaq Presario CQ60] suspend/resume problem

2009-02-22 Thread uve
This error happens when I run with/without battery.

** Changed in: linux (Ubuntu)
   Status: Incomplete = New

-- 
[Compaq Presario CQ60] suspend/resume problem
https://bugs.launchpad.net/bugs/323733
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 331792] [NEW] gimp crashes some times

2009-02-19 Thread uve
Public bug reported:

Binary package hint: gimp

While I'm using gimp, it crashes without reasons and metacity doesn't
respond. I have to kill metacity (Ctrl+Alt+F1  killall metacity) or
restart XServer. I'm using Jaunty for amd64.

More info:
$ lsb_release -rd
Description:Ubuntu jaunty (development branch)
Release:9.04

$ uname -a
Linux Presario-V6000 2.6.28-8-generic #23-Ubuntu SMP Wed Feb 18 04:22:10 UTC 
2009 x86_64 GNU/Linux

$ dpkg -l gimp* | grep ii
ii  gimp  2.6.5-1ubuntu1
The GNU Image Manipulation Program
ii  gimp-data 2.6.5-1ubuntu1
Data files for GIMP
ii  gimp-dbg  2.6.5-1ubuntu1
Debugging symbols for GIMP
ii  gimp-help-common  2.4.1-1   
Data files for the GIMP documentation
ii  gimp-help-es  2.4.1-1   
Documentation for the GIMP (Spanish)

$ apt-cache policy gimp
gimp:
  Instalados: 2.6.5-1ubuntu1
  Candidato: 2.6.5-1ubuntu1
  Tabla de versión:
 *** 2.6.5-1ubuntu1 0
500 http://archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: gimp 2.6.5-1ubuntu1
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: gimp
Uname: Linux 2.6.28-8-generic x86_64

** Affects: gimp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
gimp crashes some times
https://bugs.launchpad.net/bugs/331792
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 331792] Re: gimp crashes some times

2009-02-19 Thread uve

** Attachment added: gdb-gimp3.txt
   http://launchpadlibrarian.net/22888162/gdb-gimp3.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/22888163/Dependencies.txt

-- 
gimp crashes some times
https://bugs.launchpad.net/bugs/331792
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 323733] Re: [Compaq Presario CQ60] suspend/resume problem

2009-02-18 Thread uve
The same problem with the new version.

$ uname -a
Linux compaq 2.6.28-8-generic #23-Ubuntu SMP Wed Feb 18 04:22:10 UTC 2009 
x86_64 GNU/Linux


** Attachment added: susres.2009-02-18_17:16:39.847350.crash
   
http://launchpadlibrarian.net/22810959/susres.2009-02-18_17%3A16%3A39.847350.crash

-- 
[Compaq Presario CQ60] suspend/resume problem
https://bugs.launchpad.net/bugs/323733
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


  1   2   >