[Bug 599664] Re: 10.04 boot problems on nvraid mirror

2012-06-19 Thread Snahrck
I'm experiencing the same problem on 12.04:
Linux cin-hfb 3.2.0-25-generic-pae #40-Ubuntu SMP Wed May 23 22:11:24 UTC 2012 
i686 i686 i386 GNU/Linux

Here is the output of sudo dmraid -n:

could not open /var/lib/sudo/hans/2: ready only filesystem:
/dev/sdb (nvidia):
0x000 NVIDIA  
0x008 size: 30
0x00c chksum: 2059287183
0x010 version: 100
0x012 unitNumber: 0
0x013 reserved: 0
0x014 capacity: 312581760
0x018 sectorSize: 512
0x01c productID: MIRROR   149.04G
0x02c productRevision: 100
0x030 unitFlags: 0
0x034 array-version: 6553668
0x038 array-signature[0]: 573718610
0x03c array-signature[1]: 287103240
0x040 array-signature[2]: 2095883518
0x044 array-signature[3]: 340025285
0x048 array-raidJobCode: 0
0x049 array-stripeWidth: 1
0x04a array-totalVolumes: 2
0x04b array-originalWidth: 1
0x04c array-raidLevel: 129
0x050 array-stripeBlockSize: 128
0x054 array-stripeBlockByteSize: 65536
0x058 array-stripeBlockPower: 7
0x05c array-stripeMask: 127
0x060 array-stripeSize: 128
0x064 array-stripeByteSize: 65536
0x068 array-raidJobMark 312581760
0x06c array-originalLevel 129
0x070 array-originalCapacity 312581760
0x074 array-flags 0x5

/dev/sda (nvidia):
0x000 NVIDIA  
0x008 size: 30
0x00c chksum: 2059221647
0x010 version: 100
0x012 unitNumber: 1
0x013 reserved: 0
0x014 capacity: 312581760
0x018 sectorSize: 512
0x01c productID: MIRROR   149.04G
0x02c productRevision: 100
0x030 unitFlags: 0
0x034 array-version: 6553668
0x038 array-signature[0]: 573718610
0x03c array-signature[1]: 287103240
0x040 array-signature[2]: 2095883518
0x044 array-signature[3]: 340025285
0x048 array-raidJobCode: 0
0x049 array-stripeWidth: 1
0x04a array-totalVolumes: 2
0x04b array-originalWidth: 1
0x04c array-raidLevel: 129
0x050 array-stripeBlockSize: 128
0x054 array-stripeBlockByteSize: 65536
0x058 array-stripeBlockPower: 7
0x05c array-stripeMask: 127
0x060 array-stripeSize: 128
0x064 array-stripeByteSize: 65536
0x068 array-raidJobMark 312581760
0x06c array-originalLevel 129
0x070 array-originalCapacity 312581760
0x074 array-flags 0x5

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/599664

Title:
  10.04 boot problems on nvraid mirror

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dmraid/+bug/599664/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 990949] Re: Editor scrolls down after editing and saving a tex file

2012-05-29 Thread Snahrck
I'm really in a hurry to finish an article here, then I applied this
patch (http://git.gnome.org/browse/gedit-
latex/commit/?id=34542364508a040a283e1d641b17df960da3f646) manually to
/usr/lib/gedit/plugins/latex/outline.py but it did not fixed the problem
here. This is a very annoying bug. My outline.py after manual patch is
like this:


Expand a path and select the last node

# disconnect from 'cursor-changed'
#self._view.disconnect(self._cursor_changed_id)
selection = self._view.get_selection()
if not selection:
return

# select path
self._view.expand_to_path(path)
#self._view.set_cursor(path, None, False)

# connect to 'cursor-changed' again
#self._cursor_changed_id = self._view.connect(cursor-changed, 
self._on_cursor_changed)
selection.select_path(path)

#
# methods to be overridden by the subclass
#

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/990949

Title:
  Editor scrolls down after editing and saving a tex file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit-latex-plugin/+bug/990949/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 990949] Re: Editor scrolls down after editing and saving a tex file

2012-05-29 Thread Snahrck
Actually it works if you do not select any title in the outline page in
the left panel (an advance). However, if you select any title, make a
change to the file and save it, it will scroll down to the end of the
file.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/990949

Title:
  Editor scrolls down after editing and saving a tex file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit-latex-plugin/+bug/990949/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 980519] Re: Random log off in Ubuntu 12.04 LT Beta

2012-05-04 Thread Snahrck
Also have this problem. GeForce 9800 GT and fresh install. Ocurred many times, 
once using netbeans, once using chrome, once using firefox...
and also cannot ctlr+alt+f1.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/980519

Title:
  Random log off in Ubuntu 12.04 LT Beta

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/980519/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 980519] Re: Random log off in Ubuntu 12.04 LT Beta

2012-05-04 Thread Snahrck
Forgot to say that I'm using 32bit version.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/980519

Title:
  Random log off in Ubuntu 12.04 LT Beta

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/980519/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 553653] Re: Ubuntu One replaced a new file with an OLD one, erasing changes and progress I had made.

2011-01-05 Thread Snahrck
I'm also having files replaced by outdated versions. This is very anoying! I 
have lost a day of work because of that  
I'm not sure how this happens but here are some log files in attachment. Some 
files that have been replaced:

Doutorado/ArtigoNECO/references.bib
Doutorado/ArtigoNECO/neural-modules-for-false-memory.tex

In syncdeamon.log I believe we can see the moment when references.bib
got replaced by an outdated version:

2011-01-04 13:22:07,437 - ubuntuone.SyncDaemon.sync - INFO - T:SERVER:F 
4584bb40-fcbb-4d3c-84cf-06388504f53a 
['5d618247-290a-48cd-be52-59f0f9f63385'::'c3455292-8f46-4c2a-b358-f03202ef69cb']
 ''Doutorado/ArtigoNECO/references.bib'' | Calling commit_file (got 
AQ_DOWNLOAD_FINISHED:{'hash_eq_local_hash': 'F', 'hash_eq_server_hash': 'T'})
2011-01-04 13:22:07,450 - ubuntuone.SyncDaemon.sync - INFO - T:NONE:F 
4584bb40-fcbb-4d3c-84cf-06388504f53a 
['5d618247-290a-48cd-be52-59f0f9f63385'::'c3455292-8f46-4c2a-b358-f03202ef69cb']
 ''Doutorado/ArtigoNECO/references.bib'' | Called commit_file (In: T:SERVER:F)

I'm telling this because I worked on these files the day before.

There are also some exceptions related with the folder in attached
files.

** Attachment added: log.zip
   
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/553653/+attachment/1784015/+files/log.zip

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/553653

Title:
  Ubuntu One replaced a new file with an OLD one, erasing changes and progress 
I had made.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 662808] Re: can not connect/re-add machine when removed it from a different machine

2010-10-28 Thread Snahrck
This workaround does not fix the problem for me. I can connect from one
machine (Lucidy upgraded to Maveric) but not in the other one (Maveric).
In the machine that I can't connect I tried this workaround without
success:

- I exclude the Ubuntu One key with seahorse
- I Killed ubuntu-one related processes (otherwise clicking in Ubuntu One 
preferences does nothing)
- I Opened ubuntu-one preferences and entered my login and password again

But the same message appears in syncdaemon.log:

ubuntuone.SyncDaemon.ActionQueue - INFO - The request
'oauth_authenticate' failed with the error: AUTHENTICATION_FAILED and
was handled with the event: SYS_AUTH_ERROR

-- 
can not connect/re-add machine when removed it from a different machine
https://bugs.launchpad.net/bugs/662808
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 509696] Re: ubuntu one client fails to connect

2010-10-28 Thread Snahrck
For me this is not working. I tried the procedure described by Joshua
more than twice, and I always get the same error. I have one computer
which syncs fine. But this Maveric fresh installed laptop will not sync.

-- 
ubuntu one client fails to connect
https://bugs.launchpad.net/bugs/509696
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 576496] Re: Lost ata interrupt, usb hid (mouse keyboard) freezes

2010-10-13 Thread Snahrck
I have the same problem (see below) and my computer is up to date. My
mouse (USB) and keyboard (PS/2) won't freeze. The problem happens at
random, but frequently is triggered by plugin in a usb flash drive.
Sometimes when it happens if I have a terminal opened every command
returns Bus error. I can't even shutdown or restart the machine.

nv_mode_filter does it have something to do with nvidia chipset. Maybe
it is a driver issue?

Do you have virtual box installed? Because I do and this guy had too and fixed 
a similar problem by uninstalling virtual box:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/231575/comments/51

dmesg:
[ 3504.25] ata4: lost interrupt (Status 0x50)
[ 3535.38] ata4: lost interrupt (Status 0x51)
[ 3540.38] ata4.00: qc timeout (cmd 0xa0)
[ 3540.50] ata4.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[ 3540.55] sr 3:0:0:0: CDB: Test Unit Ready: 00 00 00 00 00 00
[ 3540.70] ata4.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0
[ 3540.71]  res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 
(timeout)
[ 3540.75] ata4.00: status: { DRDY ERR }
[ 3540.000101] ata4: soft resetting link
[ 3540.164359] ata4: nv_mode_filter: 0x739f0x739f-0x739f, BIOS=0x7000 
(0xc000) ACPI=0x701f (60:600:0x13)
[ 3540.180297] ata4.00: configured for UDMA/33
[ 3545.180029] ata4.00: qc timeout (cmd 0xa0)
[ 3545.180037] ata4.00: TEST_UNIT_READY failed (err_mask=0x5)
[ 3545.180063] ata4: soft resetting link
[ 3545.344365] ata4: nv_mode_filter: 0x739f0x739f-0x739f, BIOS=0x7000 
(0xc000) ACPI=0x701f (60:600:0x13)
[ 3545.360297] ata4.00: configured for UDMA/33
[ 3550.360037] ata4.00: qc timeout (cmd 0xa0)
[ 3550.360045] ata4.00: TEST_UNIT_READY failed (err_mask=0x5)
[ 3550.360050] ata4.00: limiting speed to UDMA/33:PIO3
[ 3550.360075] ata4: soft resetting link
[ 3550.524380] ata4: nv_mode_filter: 0x738f0x739f-0x738f, BIOS=0x7000 
(0xc000) ACPI=0x701f (60:600:0x13)
[ 3550.540290] ata4.00: configured for UDMA/33
[ 3555.540029] ata4.00: qc timeout (cmd 0xa0)
[ 3555.540036] ata4.00: TEST_UNIT_READY failed (err_mask=0x5)
[ 3555.540040] ata4.00: disabled
[ 3555.540074] ata4: soft resetting link
[ 3555.696079] ata4: EH complete

cat /var/log/debug:
Oct 13 10:22:19 siid00 kernel: [ 3540.164359] ata4: nv_mode_filter: 
0x739f0x739f-0x739f, BIOS=0x7000 (0xc000) ACPI=0x701f (60:600:0x13)
Oct 13 10:22:24 siid00 kernel: [ 3545.344365] ata4: nv_mode_filter: 
0x739f0x739f-0x739f, BIOS=0x7000 (0xc000) ACPI=0x701f (60:600:0x13)
Oct 13 10:22:29 siid00 kernel: [ 3550.524380] ata4: nv_mode_filter: 
0x738f0x739f-0x738f, BIOS=0x7000 (0xc000) ACPI=0x701f (60:600:0x13)

lspci:
lspci
00:00.0 Host bridge: nVidia Corporation Device 0071 (rev a3)
00:00.1 RAM memory: nVidia Corporation Device 007f (rev a1)
00:00.2 RAM memory: nVidia Corporation Device 0075 (rev a1)
00:00.3 RAM memory: nVidia Corporation Device 006f (rev a1)
00:00.4 RAM memory: nVidia Corporation Device 00b4 (rev a1)
00:01.0 RAM memory: nVidia Corporation Device 0076 (rev a1)
00:01.1 RAM memory: nVidia Corporation Device 0078 (rev a1)
00:01.2 RAM memory: nVidia Corporation Device 0079 (rev a1)
00:01.3 RAM memory: nVidia Corporation Device 007a (rev a1)
00:01.4 RAM memory: nVidia Corporation Device 007b (rev a1)
00:01.5 RAM memory: nVidia Corporation Device 007c (rev a1)
00:01.6 RAM memory: nVidia Corporation Device 007d (rev a1)
00:02.0 PCI bridge: nVidia Corporation Device 007e (rev a2)
00:04.0 PCI bridge: nVidia Corporation Device 007e (rev a2)
00:05.0 PCI bridge: nVidia Corporation Device 007e (rev a2)
00:06.0 PCI bridge: nVidia Corporation Device 007e (rev a2)
00:07.0 PCI bridge: nVidia Corporation Device 007e (rev a2)
00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2)
00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a2)
00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a2)
00:0a.2 RAM memory: nVidia Corporation MCP51 Memory Controller 0 (rev a2)
00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev a2)
00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev a2)
00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev a1)
00:0e.0 RAID bus controller: nVidia Corporation MCP51 Serial ATA Controller 
(rev a1)
00:0f.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev a1)
00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
01:00.0 VGA compatible controller: nVidia Corporation G92 [GeForce 9800 GT] 
(rev a2)
06:0c.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit 
Ethernet Controller (rev 13)

lsusb:
Bus 002 Device 002: ID 046d:c03d Logitech, Inc. M-BT96a Pilot Optical Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

-- 
Lost ata interrupt, usb hid (mouse keyboard) freezes
https://bugs.launchpad.net/bugs/576496
You received this bug notification because you are a 

[Bug 516032] Re: add-apt-repository doesn't work behind a proxy

2010-09-30 Thread Snahrck
Ubuntu keyserver now accepts connections in port 80. See: 
https://answers.launchpad.net/ubuntu-website/+question/79193
Behind a firewall that blocks port 11371 the following step fails:

gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring 
/etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring 
/etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver 
keyserver.ubuntu.com --recv B305FC46C55F531512AFA579D6B6DB186A68F637
gpg: requisitando chave 6A68F637 de servidor hkp - keyserver.ubuntu.com
gpgkeys: HTTP fetch error 7: couldn't connect to host
gpg: nenhum dado OpenPGP válido encontrado.
gpg: Número total processado: 0

Changing the keyserver to hkp://keyserver.ubuntu.com:80 does the trick:
gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring 
/etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring 
/etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver 
hkp://keyserver.ubuntu.com:80 --recv-keys 
B305FC46C55F531512AFA579D6B6DB186A68F637
gpg: requisitando chave 6A68F637 de servidor hkp - keyserver.ubuntu.com
gpg: chave 6A68F637: chave pública Launchpad JDownloader PPA importada
gpg: Número total processado: 1
gpg:   importados: 1  (RSA: 1)

add-apt-repository should be aware of that and try the port 80 if 11371
fails (or simply use 80 by default). Alternatively, it could add an
option to switch the keyserverport in command line.

-- 
add-apt-repository doesn't  work behind a proxy
https://bugs.launchpad.net/bugs/516032
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 77442] Re: compiz / vnc screen updates with nVidia restricted

2010-09-23 Thread Snahrck
*** This bug is a duplicate of bug 353126 ***
https://bugs.launchpad.net/bugs/353126

The best workaround by now is this:
http://ubuntuforums.org/showthread.php?t=1383356page=2

-- 
compiz / vnc screen updates with nVidia restricted
https://bugs.launchpad.net/bugs/77442
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 576496] Re: Lost ata interrupt, usb hid (mouse keyboard) freezes

2010-07-06 Thread Snahrck
I have a similar problem. It occurs occasionally disabling me from
writing to sata disk. Most times it occurs when I plug an USB device.
I'm using an updated version of Lucid: 2.6.32-22-generic-pae #36-Ubuntu
SMP Thu Jun 3 23:14:23 UTC 2010 i686 GNU/Linux

dmesg logs when it occurs:

[   41.952008] eth2: no IPv6 routers present
[ 6755.32] ata4: lost interrupt (Status 0x50)
[ 6786.39] ata4: lost interrupt (Status 0x51)
[ 6791.48] ata4.00: qc timeout (cmd 0xa0)
[ 6791.63] ata4.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[ 6791.70] sr 3:0:0:0: CDB: Test Unit Ready: 00 00 00 00 00 00
[ 6791.86] ata4.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0
[ 6791.88]  res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 
(timeout)
[ 6791.96] ata4.00: status: { DRDY ERR }
[ 6791.000124] ata4: soft resetting link
[ 6791.164366] ata4: nv_mode_filter: 0x739f0x739f-0x739f, BIOS=0x7000 
(0xc000) ACPI=0x701f (60:600:0x13)
[ 6791.180285] ata4.00: configured for UDMA/33
[ 6796.180030] ata4.00: qc timeout (cmd 0xa0)
[ 6796.180038] ata4.00: TEST_UNIT_READY failed (err_mask=0x5)
[ 6796.180064] ata4: soft resetting link
[ 6796.345243] ata4: nv_mode_filter: 0x739f0x739f-0x739f, BIOS=0x7000 
(0xc000) ACPI=0x701f (60:600:0x13)
[ 6796.360293] ata4.00: configured for UDMA/33
[ 6801.360034] ata4.00: qc timeout (cmd 0xa0)
[ 6801.360040] ata4.00: TEST_UNIT_READY failed (err_mask=0x5)
[ 6801.360044] ata4.00: limiting speed to UDMA/33:PIO3
[ 6801.360065] ata4: soft resetting link
[ 6801.524391] ata4: nv_mode_filter: 0x738f0x739f-0x738f, BIOS=0x7000 
(0xc000) ACPI=0x701f (60:600:0x13)
[ 6801.540294] ata4.00: configured for UDMA/33
[ 6806.540028] ata4.00: qc timeout (cmd 0xa0)
[ 6806.540036] ata4.00: TEST_UNIT_READY failed (err_mask=0x5)
[ 6806.540040] ata4.00: disabled
[ 6806.540075] ata4: soft resetting link
[ 6806.696082] ata4: EH complete

-- 
Lost ata interrupt, usb hid (mouse keyboard) freezes
https://bugs.launchpad.net/bugs/576496
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 477233] Re: Network Error on any new Google Talk account

2010-05-19 Thread Snahrck
I'm using
Empathy 2.30.1
Lucid 10.04

I have this problem yet no matter what configuration I try.
Just to see if there was a firewall or something like that blocking my 
connection I tried the google's gtalk running under virtual box and it connects 
just fine on this machine.

Here I paste some gabber logs:

Default options (just created Google Talk account)
[CODE]
tp-glib-DEBUG: 19-05-2010 13:32:13.542414: started version 0.8.12 
(telepathy-glib version 0.10.1)
gabble/connection-DEBUG: 19-05-2010 13:32:13.543111: 
gabble_connection_class_init: Initializing (GabbleConnectionClass *)0x8dbb4c0
gabble/connection-DEBUG: 19-05-2010 13:32:13.543287: gabble_connection_init: 
Initializing (GabbleConnection *)0x8dc1008
gabble/muc-DEBUG: 19-05-2010 13:32:13.543783: 
gabble_roomlist_manager_constructed: 0x8db35b8
gabble/connection-DEBUG: 19-05-2010 13:32:13.544971: 
gabble_connection_constructor: Post-construction: (GabbleConnection *)0x8dc1008
gabble/jid-DEBUG: 19-05-2010 13:32:13.545206: gabble_signal_connect_weak: 
connecting to 0x8db57c0:item-found with context 0x8db0380
gabble/jid-DEBUG: 19-05-2010 13:32:13.545213: gabble_signal_connect_weak: 
connecting to 0x8dc1008:status-changed with context 0x8db0400
gabble/connection-DEBUG: 19-05-2010 13:32:13.545296: 
gabble_connection_constructed: defaulted resource to ecc58192
gabble/connection-DEBUG: 19-05-2010 13:32:13.552211: 
_gabble_connection_connect: disabling SRV because server or old-ssl was 
specified or port was not 5222, will connect to talk.google.com
gabble/connection-DEBUG: 19-05-2010 13:32:13.552782: do_connect: calling 
lm_connection_open
LM-DEBUG: 19-05-2010 13:32:13.553133: Connecting to: talk.google.com:5222
LM-DEBUG: 19-05-2010 13:32:13.553406: SRV lookup disabled for talk.google.com
LM-DEBUG: 19-05-2010 13:32:13.553669: Going to connect to talk.google.com:5222
gabble/roster-DEBUG: 19-05-2010 13:32:13.554286: connection_status_changed_cb: 
adding callbacks
gabble/im-DEBUG: 19-05-2010 13:32:13.554615: connection_status_changed_cb: 
adding callbacks
gabble/muc-DEBUG: 19-05-2010 13:32:13.554892: connection_status_changed_cb: 
adding callbacks
LM-DEBUG: 19-05-2010 13:32:23.603220: Trying 74.125.65.125 port 5222...
LM-DEBUG: 19-05-2010 13:32:44.602807: Connection failed.
LM-DEBUG: 19-05-2010 13:32:44.602960: Connection failed: Connection timed out 
(error 110)
[/CODE]

All checkboxes marked
server: talk.google.com
port: 5223
[CODE]
tp-glib-DEBUG: 19-05-2010 13:29:46.484771: started version 0.8.12 
(telepathy-glib version 0.10.1)
gabble/connection-DEBUG: 19-05-2010 13:29:46.485407: 
gabble_connection_class_init: Initializing (GabbleConnectionClass *)0x82c1d68
gabble/connection-DEBUG: 19-05-2010 13:29:46.485579: gabble_connection_init: 
Initializing (GabbleConnection *)0x82c8008
gabble/muc-DEBUG: 19-05-2010 13:29:46.485860: 
gabble_roomlist_manager_constructed: 0x82ba5b8
gabble/connection-DEBUG: 19-05-2010 13:29:46.486136: 
gabble_connection_constructor: Post-construction: (GabbleConnection *)0x82c8008
gabble/jid-DEBUG: 19-05-2010 13:29:46.486351: gabble_signal_connect_weak: 
connecting to 0x82bc7c0:item-found with context 0x82b7380
gabble/jid-DEBUG: 19-05-2010 13:29:46.486358: gabble_signal_connect_weak: 
connecting to 0x82c8008:status-changed with context 0x82b7400
gabble/connection-DEBUG: 19-05-2010 13:29:46.486413: 
gabble_connection_constructed: defaulted resource to ecc58192
LM-DEBUG: 19-05-2010 13:29:56.538706: Trying 74.125.65.125 port 5223...
LM-DEBUG: 19-05-2010 13:30:17.538808: Connection failed.
LM-DEBUG: 19-05-2010 13:30:17.538965: Connection failed: Connection timed out 
(error 110)
[/CODE]


TSL/SSL: checked
Ignore SSL errors: checked
Use SSL: unchecked
server: talk.google.com
port: 5222
[CODE]
tp-glib-DEBUG: 19-05-2010 13:34:46.121026: started version 0.8.12 
(telepathy-glib version 0.10.1)
gabble/connection-DEBUG: 19-05-2010 13:34:46.121938: 
gabble_connection_class_init: Initializing (GabbleConnectionClass *)0x9a16bb0
gabble/connection-DEBUG: 19-05-2010 13:34:46.126143: gabble_connection_init: 
Initializing (GabbleConnection *)0x9a1c008
gabble/muc-DEBUG: 19-05-2010 13:34:46.126580: 
gabble_roomlist_manager_constructed: 0x9a0e5b8
gabble/connection-DEBUG: 19-05-2010 13:34:46.126878: 
gabble_connection_constructor: Post-construction: (GabbleConnection *)0x9a1c008
gabble/jid-DEBUG: 19-05-2010 13:34:46.127095: gabble_signal_connect_weak: 
connecting to 0x9a107c0:item-found with context 0x9a0b380
gabble/jid-DEBUG: 19-05-2010 13:34:46.127103: gabble_signal_connect_weak: 
connecting to 0x9a1c008:status-changed with context 0x9a0b400
gabble/connection-DEBUG: 19-05-2010 13:34:46.127163: 
gabble_connection_constructed: defaulted resource to ecc58192
gabble/connection-DEBUG: 19-05-2010 13:34:46.139507: 
_gabble_connection_connect: disabling SRV because server or old-ssl was 
specified or port was not 5222, will connect to talk.google.com
gabble/connection-DEBUG: 19-05-2010 13:34:46.139605: do_connect: calling 
lm_connection_open
LM-DEBUG: 19-05-2010 

[Bug 266951] Re: Buffer I/O error on device sr0 Logical Block XXXXXX in Intrepid Ibex Alpha 5

2009-07-08 Thread Snahrck
I'm having, the same issue using a USB flash drive. Detail: this USB
flash drive boots fine in another computer. So, I don't thing this is
media or drive related.

-- 
Buffer I/O error on device sr0 Logical Block XX in Intrepid Ibex Alpha 5
https://bugs.launchpad.net/bugs/266951
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 369917] [NEW] package linux-image-2.6.28-11-generic 2.6.28-11.42 failed to install/upgrade:

2009-04-30 Thread Snahrck
Public bug reported:

When updating from ubuntu 8.10 to 9.04, if merge option is selected for
menu.lst an error is displayed when installing the new kernel:

Erros foram encontrados durante o processamento de:
 linux-image-2.6.28-11-generic
 linux-restricted-modules-2.6.28-11-generic
 linux-image-generic
 linux-restricted-modules-generic
 linux-generic
Traceback (most recent call last):
  File /usr/lib/python2.5/logging/__init__.py, line 753, in emit
self.flush()
  File /usr/lib/python2.5/logging/__init__.py, line 731, in flush
self.stream.flush()
IOError: [Errno 9] Descritor de arquivo inválido
Xlib:  extension Generic Event Extension missing on display :0.0.
Xlib:  extension Generic Event Extension missing on display :0.0.
Xlib:  extension Generic Event Extension missing on display :0.0.
Xlib:  extension Generic Event Extension missing on display :0.0.
Xlib:  extension Generic Event Extension missing on display :0.0.
Xlib:  extension Generic Event Extension missing on display :0.0.
jaunty: Fatal IO error 9 (Descritor de arquivo inválido) on X server :0.0.

After that, in the dpkg reconfigure process, if the option keep current
file is selected the installation seems to finish ok and menu.lst must
be updated manually.

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 9.04
ErrorMessage:
 ErrorMessage: sub-processo post-installation script retornou estado de saída 
de erro 3
HibernationDevice: RESUME=/dev/mapper/nvidia_ceiabebd6
MachineType: System manufacturer System Product Name
NonfreeKernelModules: nvidia
Package: linux-image-2.6.28-11-generic 2.6.28-11.42
ProcCmdLine: root=/dev/mapper/nvidia_ceiabebd5 ro quiet splash
ProcVersionSignature: Ubuntu 2.6.27-11.31-generic
SourcePackage: linux
Title: package linux-image-2.6.28-11-generic 2.6.28-11.42 failed to 
install/upgrade:

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


** Tags: amd64 apport-package

-- 
package linux-image-2.6.28-11-generic 2.6.28-11.42 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/369917
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 369917] Re: package linux-image-2.6.28-11-generic 2.6.28-11.42 failed to install/upgrade:

2009-04-30 Thread Snahrck

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

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

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

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

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

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

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

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

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

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/26185064/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/26185065/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/26185066/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/26185067/VarLogDistupgradeTermlog.gz

-- 
package linux-image-2.6.28-11-generic 2.6.28-11.42 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/369917
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