[Bug 1926938] Re: Recent mainline packages are built with Hirsuite 21.04, not Focal 20.04 LTS

2021-05-20 Thread Jorge Gustavo
I was able to install 5.12.4 using @tuxinvader ppa on 20.04 with current
libc6 2.31. Great work @tuxinvader!

I have used:

sudo add-apt-repository ppa:tuxinvader/lts-mainline
sudo apt install linux-image-unsigned-5.12.4-051204-generic 
linux-modules-5.12.4-051204-generic linux-headers-5.12.4-051204-generic

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

Title:
  Recent mainline packages are built with Hirsuite 21.04, not Focal
  20.04 LTS

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

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

[Bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.

2018-05-17 Thread Jorge Gustavo
Hello César Bento Freire,

I've wrote a small tutorial about installing Portuguese Citizen Smartcard 
Software, at 
https://blog.geomaster.pt/cartao-de-cidadao-no-ubuntu-18-04/

You can install manually libxerces-c3.1 as Evgeny Brazgin explained.

It also depends on libcurl3. To install Evgeny Brazgin packages, please
do:

sudo add-apt-repository ppa:xapienz/curl34
sudo apt policy curl
sudo apt remove curl libcurl4
sudo apt install curl=7.58.0-2ubuntu3ppa2 libcurl4=7.58.0-2ubuntu3ppa2

Evgeny Brazgin: thank you for providing the packages! Well done!

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

Title:
  After last updated libcurl3 on libcurl4, some apps are removed.

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

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

[Bug 1766313] Re: (non-UEFI) package shim-signed 1.33.1+13-0ubuntu2 failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 1

2018-04-29 Thread Jorge Gustavo
If shim-signed and grub-efi-amd64-signed packages fail to install at
Ubuntu 18.04 installation, the system became unreliable.

But I found a workaround that works. I added a unused EFI partition with
around 100 Mb. To be able to install Ubuntu 18.04 I needed to create
such a partition.

jgr@zoe:~$ sudo fdisk /dev/sda
/dev/sda1 2048194559192512 94M Sistema EFI
/dev/sda2   194560 250068991 249874432  119.2G Linux sistema de arquivos

With this non useful partition, the packages were installed without
errors.

jgr@zoe:~$ dpkg -l shim-signed grub-efi-amd64-signed
ii  grub-efi-amd64-signed 1.93+2.02-2ubuntu8amd64   
  GRand Unified Bootloader, version 2 (EFI-AMD64 version, signed)
ii  shim-signed   1.34.9+13-0ubuntu2amd64   
  Secure Boot chain-loading bootloader (Microsoft-signed binary)

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

Title:
  (non-UEFI) package shim-signed 1.33.1+13-0ubuntu2 failed to
  install/upgrade: installed shim-signed package post-installation
  script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1766313/+subscriptions

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

[Bug 1766313] Re: (non-UEFI) package shim-signed 1.33.1+13-0ubuntu2 failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 1

2018-04-29 Thread Jorge Gustavo
This package fails to install on a fresh Ubuntu 18.04.

My laptop has the UEFI boot security disabled. It is an ASUS N552VX.206.

jgr@zoe:~$ cat /sys/firmware/efi
cat: /sys/firmware/efi: No such file or directory

After installation, I tried to correct it, but if fails:

sudo apt -f install
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up shim-signed (1.34.9+13-0ubuntu2) ...
Installing for x86_64-efi platform.
grub-install: error: cannot find EFI directory.
dpkg: error processing package shim-signed (--configure):
 installed shim-signed package post-installation script subprocess returned 
error exit status 1
Setting up grub-efi-amd64-signed (1.93+2.02-2ubuntu8) ...
grub-install: error: /usr/lib/grub/i386-pc/modinfo.sh doesn't exist. Please 
specify --target or --directory.
dpkg: error processing package grub-efi-amd64-signed (--configure):
 installed grub-efi-amd64-signed package post-installation script subprocess 
returned error exit status 1
Errors were encountered while processing:
 shim-signed
 grub-efi-amd64-signed
E: Sub-process /usr/bin/dpkg returned an error code (1)

Looking at the file system, there is no /usr/lib/grub/i386-pc/modinfo.sh

jgr@zoe:~$ ls -l /usr/lib/grub/
total 20
lrwxrwxrwx 1 root root34 abr 29 14:54 grub-mkconfig_lib -> 
../../share/grub/grub-mkconfig_lib
drwxr-xr-x 2 root root 16384 abr 29 14:56 x86_64-efi
drwxr-xr-x 2 root root  4096 abr 29 14:56 x86_64-efi-signed

There is another modinfo.sh script, but on a different folder:

jgr@zoe:~$ ls -l /usr/lib/grub/x86_64-efi/modinfo.sh 
-rwxr-xr-x 1 root root 2475 mar  4 13:11 /usr/lib/grub/x86_64-efi/modinfo.sh

How to reproduce? Well, in my case I've tried several times to install
Ubuntu 18.04, and it always fails. Right now, the workaround is to
delete this package.

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

Title:
  (non-UEFI) package shim-signed 1.33.1+13-0ubuntu2 failed to
  install/upgrade: installed shim-signed package post-installation
  script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1766313/+subscriptions

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

[Bug 1292113] Re: CTRL+ALT+T - shortcut to open Terminal is does not work

2016-01-08 Thread Jorge Gustavo
Still happens on:
Distributor ID: Ubuntu
Description:Ubuntu 14.04.3 LTS
Release:14.04
Codename:   trusty
The shortkeys works almost all the time. But sometimes, it does not work.

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

Title:
  CTRL+ALT+T - shortcut to open Terminal is does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/1292113/+subscriptions

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


[Bug 1175547] Re: photo viewer closes by itself when opening picture

2013-06-20 Thread Jorge Gustavo
Same here, Ubuntu 12.04.2 LTS, kernel 3.2.0-48-generic-pae

$ eog IMG_1673.JPG
eog: /build/buildd/cairo-1.12.14/src/cairo-mempool.c:160: get_buddy: Assertion 
`offset + (1  bits) = pool-num_blocks' failed.

eog   3.4.2-0ubuntu1.1
libcairo2 1.12.14-0ubuntu1~precise1

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

Title:
  photo viewer closes by itself when opening picture

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

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


[Bug 1175547] Re: photo viewer closes by itself when opening picture

2013-06-20 Thread Jorge Gustavo
Reported fixed in:
http://cgit.freedesktop.org/cairo/commit/src/cairo-mempool.c?id=01a8bf01c6508a4fea8d40371c3049e7a2f7908a

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

Title:
  photo viewer closes by itself when opening picture

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

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


[Bug 1175547] Re: photo viewer closes by itself when opening picture

2013-06-20 Thread Jorge Gustavo
Seems related/equal
https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/1179735

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

Title:
  photo viewer closes by itself when opening picture

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

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


[Bug 1175547] Re: photo viewer closes by itself when opening picture

2013-06-20 Thread Jorge Gustavo
Seems related/equal as
https://bugs.launchpad.net/ubuntu/+source/gthumb/+bug/1179525

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

Title:
  photo viewer closes by itself when opening picture

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

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


[Bug 940603] Re: white box randomly shows up at top left corner blocking applications from using stuff under it

2012-11-06 Thread Jorge Gustavo
I'm still having this bug, with compiz 0.9.7.8-0ubuntu1.4.
Sometimes, if chrome is used, animations are played in the rectangular area on 
the top left corner. It not just a blank rectangle. It's an area where 
animations (from pages openned on chrome) are displayed.

Unable to capture the bug with printscreen. I'm uploading a real photo
of the screen.

Linux beijing 3.2.0-32-generic-pae
nvidia-current 304.60-0ubuntu1~precise~xup2
compiz 0.9.7.8-0ubuntu1.4


** Attachment added: chrome animations displayed in the top left corner
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/940603/+attachment/3426280/+files/2012-11-07%2000.43.22.jpg

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

Title:
  white box randomly shows up at top left corner blocking applications
  from using stuff under it

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-animation-plugin/+bug/940603/+subscriptions

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


[Bug 481656] Re: iBus blocks input in Java application

2012-10-29 Thread Jorge Gustavo
When I change to ibus, to write chinese characters, the JOSM (JAVA
OpenStreetMap) editor does not let me introduce accented characters like
'Rua Cristóvão Colombo'. I can only write non-accented characters. If I
disable ibus, I can write accented characters in JAVA applications.

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

Title:
  iBus blocks input in Java application

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

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

[Bug 883646] Re: ERROR no room on ep ring fills up syslog and hard disk in minutes

2012-10-08 Thread Jorge Gustavo
Same here, with Linksys Wifi USB on USB3 port.

lsusb
Linksys WUSB100 v2 RangePlus Wireless Network Adapter [Ralink RT3070]

dmesg | tail -5

[  540.759606] xhci_hcd :05:00.0: ERROR no room on ep ring
[  540.759612] xhci_hcd :05:00.0: ERROR no room on ep ring
[  540.759618] xhci_hcd :05:00.0: ERROR no room on ep ring
[  540.759624] xhci_hcd :05:00.0: ERROR no room on ep ring
[  540.759630] xhci_hcd :05:00.0: ERROR no room on ep ring

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

Title:
  ERROR no room on ep ring fills up syslog and hard disk in minutes

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

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


[Bug 983583] Re: NM indicator does not show VPN submenu on login

2012-10-06 Thread Jorge Gustavo
Same here, Ubuntu 12.04. Some times the dropdown menu is complete,
sometimes not. Restarting nm-applet fixes the problem.

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

Title:
  NM indicator does not show VPN submenu on login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/983583/+subscriptions

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


[Bug 929777] Re: unity top bar and side bar does not show after boot

2012-02-09 Thread Jorge Gustavo
Hi Bilal,

Thank you.
After unity --reset the top bar and side bar were back.
So, once more, I've enabled Compiz Wallpaper plugin. Then the top bar and side 
bar are not shown after boot. Pressing dash key, the bars appear and everything 
works great. The only minor problem is that the bars are not visible immediatly 
after boot/session.

I've added compiz to the affected projects.

** No longer affects: unity (Ubuntu)

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

Title:
  unity top bar and side bar does not show after boot

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

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


[Bug 929777] Re: unity top bar and side bar does not show after boot

2012-02-09 Thread Jorge Gustavo
** Also affects: compiz
   Importance: Undecided
   Status: New

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

Title:
  unity top bar and side bar does not show after boot

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

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


[Bug 929777] [NEW] unity top bar and side bar does not show after boot

2012-02-09 Thread Jorge Gustavo
Public bug reported:

i) fresh 11.10 installation
ii) all updates installed
iii) nvidia updated to 2.90
iv) 

a) I've used gnome-tweak-tool to disable Have file manager handle the desktop
b) I've activeted 'Wallpaper' compiz plugin to define custom backgrounds for 
each desktop

After boot, the side bar and the top bar are not visible. Just the
shadow of the top bar. But that's the only problem, and everything
works. The top bar and side bar shows immediatly, pressing the dash key,
and afterwards, they are visible.

This alreadu happened in anothe laptop, but with many other things
installed. Now I was able to isolate the problem.

Description:Ubuntu 11.10
Release:11.10
Linux beijing 3.0.0-15-generic-pae #26-Ubuntu SMP Fri Jan 20 17:07:31 UTC 2012 
i686 i686 i386 GNU/Linux

nvidia-current 290.10-0ubuntu1~oneiric~xup1
unity  4.28.0-0ubuntu2
compizconfig-settings-manager  0.9.5.92-0ubuntu1
gnome-tweak-tool   3.2.0-0ubuntu1

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

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

Title:
  unity top bar and side bar does not show after boot

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

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


[Bug 929777] Re: unity top bar and side bar does not show after boot

2012-02-09 Thread Jorge Gustavo
** Attachment added: print screen after boot without unity top bar and side 
bar
   
https://bugs.launchpad.net/bugs/929777/+attachment/2727936/+files/Captura%20de%20ecra%20em%202012-02-09%2012%3A15%3A58.png

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

Title:
  unity top bar and side bar does not show after boot

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

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


[Bug 568088] Re: aspell-pt-pt contains empty /usr/share/aspell/pt_PT.cwl.gz

2012-01-25 Thread Jorge Gustavo
Same here.  Problem remains in Oneiric. Solution:

cd /tmp
wget 
http://vm3.willowgarage.com/archive.ubuntu.com/ubuntu/pool/universe/a/aspell6.pt/aspell6.pt_20090309.0.orig.tar.gz
tar xvzf aspell6.pt_20090309.0.orig.tar.gz
cd aspell6-pt_PT-20090309-0/
./configure
make
sudo make install

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

Title:
  aspell-pt-pt contains empty /usr/share/aspell/pt_PT.cwl.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/myspell.pt/+bug/568088/+subscriptions

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


[Bug 876558] Re: Libreoffice Find window invisible

2011-12-16 Thread Jorge Gustavo
This bug was noticed in Calc.
When doing search, the toolbar was invisible (for the last 2 months...), but 
the bottom draw toolbar disapeared when searching.
I was able to get it back (in Calc) by moving the bottom Draw toolbar to the 
top. Afterwards, the simple Find  toolbar became visible on the bottom. I can 
see it again :-)

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

Title:
  Libreoffice Find window invisible

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

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


[Bug 840462] Re: No Dualscreen-Twinview possible after Upgrade to nvidia-current 280.13

2011-11-09 Thread Jorge Gustavo
*** This bug is a duplicate of bug 813343 ***
https://bugs.launchpad.net/bugs/813343

Same here, Ubuntu 11.10, GeForce GT 425M, with nvidia-current
285.05.09-0ubuntu1~oneiric~xup1

Only after 2 or 3 attempts, I can get it working. Very annoying. I've
tried to switch between Unity and gnome 3, but the behavior is the same.

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

Title:
  No Dualscreen-Twinview possible after Upgrade to nvidia-current 280.13

To manage notifications about this bug go to:
https://bugs.launchpad.net/nvidia-drivers-ubuntu/+bug/840462/+subscriptions

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


[Bug 864784] Re: Enableing second monitor causes crash.

2011-11-08 Thread Jorge Gustavo
I can have both monitors working, but only after 2 or 3 attempts. My
first 10-15 minutes of each lesson is to configure Ubuntu for dual
monitors. Urh!

It freezes after changing nvidia configuration. But after some attempts,
it finally applies the configuration. It takes some minutes between
attempts.

If the configuration is always the same, there is no problem. But since
I have to connect to a lot of different projectors, it is really
annoying.

Ubuntu 11.10 (did not happen in previous version, maybe since 2006). It
happens both with Unity and Gnome 3.

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

Title:
  Enableing second monitor causes crash.

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

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


[Bug 874086] Re: Freezes resource hog

2011-10-18 Thread Jorge Gustavo
Hi,

The same happens to me.
Ubuntu 11.10 - 3.0.0-12-generic x86_64
gwibber - 3.2.0.1-0ubuntu1

I've upgraded from 11.04 to 11.10.

I really don't know how to include CPU and memory usage. I've just copy  
pasted the top command, and the gwibber-service can be on top for a few 
minutes, but it goes back to normal by it's own.
   
Tasks: 249 total,   2 running, 246 sleeping,   0 stopped,   1 zombie
Cpu(s): 12.6%us,  4.2%sy,  0.0%ni, 83.2%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   8174176k total,  5029384k used,  3144792k free,   208252k buffers
Swap: 12481008k total,0k used, 12481008k free,  2277652k cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
 3131 jgr   20   0  446m  52m  14m R  100  0.7   8:23.50 gwibber-service
 2619 jgr   20   0  915m 341m  53m S   17  4.3  12:20.29 compiz 
 1792 root  20   0 000 S5  0.0   0:07.73 flush-8:0  
 3483 jgr   20   0  546m  32m  12m S3  0.4   6:14.78 unity-panel-ser
 9320 jgr   20   0  167m  43m  16m S2  0.5   8:02.11 npviewer.bin   
 2820 jgr   20   0  340m  12m 8340 S2  0.2   2:57.08 indicator-multi
 3368 jgr   20   0  418m  36m 3816 S2  0.5   0:07.69 gwibber-service
 2388 jgr   20   0 30952 6476  876 S1  0.1   4:26.01 dbus-daemon
 4207 jgr   20   0  181m  36m  S1  0.5   2:38.62 beam.smp   

It is not usable (in my configuration). Emphathy is running normally.

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

Title:
  Freezes  resource hog

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

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


[Bug 856398] Re: gwibber freeze after switch to another page

2011-10-18 Thread Jorge Gustavo
*** This bug is a duplicate of bug 874086 ***
https://bugs.launchpad.net/bugs/874086

** This bug has been marked a duplicate of bug 874086
   Freezes  resource hog

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

Title:
  gwibber freeze after switch to another page

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

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


[Bug 363695] Re: update-apt-xapian-index uses too much CPU

2011-10-15 Thread Jorge Gustavo
Still happens on 11.10 on 3.0.0-12-generic x86_64.

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

Title:
  update-apt-xapian-index uses too much CPU

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

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


[Bug 774447] Re: Dash text input does not get focus

2011-10-14 Thread Jorge Gustavo
I confirm the same behavior in Oneiric. First time I access dash with
the Super key, the text entry field in dash does not gets focus.

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

Title:
  Dash text input does not get focus

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

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


[Bug 858782] Re: Skype icon disappears from panel area after login

2011-10-14 Thread Jorge Gustavo
*** This bug is a duplicate of bug 860322 ***
https://bugs.launchpad.net/bugs/860322

** This bug has been marked a duplicate of bug 860322
   [Oneiric] Skype Icon in Unity has problems

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

Title:
  Skype icon disappears from panel area after login

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-applet/+bug/858782/+subscriptions

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


[Bug 871254] Re: iwlagn module in 11.10 beta2

2011-10-14 Thread Jorge Gustavo
Same here. I just upgrade to final 11.10 release, and the wireless is
really slow.

$ uname -a
Linux cagliari 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 
x86_64 x86_64 x86_64 GNU/Linux

$ lspci  | grep -i network
02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35)

$ sudo ethtool -i wlan2
driver: iwlagn
version: 3.0.0-12-generic
firmware-version: 9.221.4.1 build 25532
bus-info: :02:00.0

The wired connection is ok.
Using an external USB Linksys WUSB100 v2 RangePlus Wireless Network Adapter 
[Ralink RT3070] is also ok.

The workaround solves this issue (but disabling N support).

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

Title:
  iwlagn module in 11.10 beta2

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

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


[Bug 751265] Re: pulseaudio distorts VLC audio

2011-09-13 Thread Jorge Gustavo
I must add that #23 solution solved the audio output problem. I still
have recordings full of hiss. Removing ~/.pulse didn't worked.

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

Title:
  pulseaudio distorts VLC audio

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

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


[Bug 751265] Re: pulseaudio distorts VLC audio

2011-09-07 Thread Jorge Gustavo
#23 worked for me as well.

2.6.38-11-generic x86_64
pulseaudio 0.9.22-24-g67d18

Manufacturer: Sony Corporation
Product Name: VPCF13Z1E
Version: C606F071
Family: VAIO

 description: Audio device
 product: 5 Series/3400 Series Chipset High Definition Audio
 vendor: Intel Corporation
 physical id: 1b
 bus info: pci@:00:1b.0
 version: 05
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list
 configuration: driver=snd_hda_intel latency=0
 resources: irq:47 memory:ea20-ea203fff

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

Title:
  pulseaudio distorts VLC audio

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

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


[Bug 774447] Re: Dash text input does not get focus

2011-07-01 Thread Jorge Gustavo
This bug can be reproduced (in my configuration) by:
compiz --replace
After compiz restarts, the dash can be activated with the Super key, but it 
does not get the focus.
I'm using:
nvidia 270.41.06-0ubuntu1
compiz 1:0.9.4+bzr20110606-0ubuntu1~natty1

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

Title:
  Dash text input does not get focus

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

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


[Bug 774447] Re: Dash text input does not get focus

2011-06-29 Thread Jorge Gustavo
i) Today I noticed that this happens on the first time I access dash
with the Super key. After booting and after some hard work (ie reading
the email) I pressed the Super key and the dash appears, but without
focus. I also noticed that the dash didn't go way by clicking outside
it. So, I had to hit Super again to hide dash. Afterwards, it is working
as expected.

ii) I can reproduce the error. After a reboot, the dash does not get the
focus after the first attempt (using the Super key), and can not be
dismissed by clicking outside it.

Today I upgraded from unity 3.8.14-0ubuntu1~natty1 to unity
3.8.16-0ubuntu1~natty1 and the behavior is the same.

Can someone else reproduce the bug?

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

Title:
  Dash text input does not get focus

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

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


[Bug 774447] Re: Dash text input does not get focus

2011-06-29 Thread Jorge Gustavo
** Changed in: unity
   Status: Incomplete = Confirmed

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

Title:
  Dash text input does not get focus

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

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


[Bug 774447] Re: Dash text input does not get focus

2011-06-28 Thread Jorge Gustavo
I have no idea how to reproduce or debug this issue. Should I run unity in 
debug mode?
It is quite annoying, since the keystrokes goes to somewhere else.

$ cat /etc/issue
Ubuntu 11.04

$ uname -a
Linux cagliari 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 
x86_64 x86_64 x86_64 GNU/Linux

$ dpkg -l | grep unity | awk '{print $2, $3}'
gir1.2-unity-3.0 3.8.4-0ubuntu1
gnome-themes-ubuntu 0.6.1
libmeanwhile1 1.0.2-3ubuntu1
libunity-misc0 0.2.1-0ubuntu2
libunity4 3.8.4-0ubuntu1
unity 3.8.14-0ubuntu1~natty1
unity-asset-pool 0.8.20-0ubuntu2
unity-common 3.8.14-0ubuntu1~natty1
unity-place-applications 0.2.46-0ubuntu3.1
unity-place-files 0.5.46-0ubuntu5.1

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

Title:
  Dash text input does not get focus

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

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


[Bug 657634] Re: [GeForce GT 330M] nvidia 260.19.06-0ubuntu1 update triggers black screen on boot for sony vaio F-series

2010-12-05 Thread Jorge Gustavo
Grazie mille!

I can confirm that nvidia drivers 260.19.26 runs finally without
problems on:

Sony Vaio F13Z with GeForce GT 425M
Ubuntu Maverick 10.10 2.6.35-23-generic x86_64

I've added the ppa:ubuntu-x-swat repository to get this new version of
the drivers.

sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
apt-cache policy nvidia-current
sudo apt-get install nvidia-current

A bug (#361843 and #380888) in Kile also disappeared (bad performance on
editing text).


** Changed in: nvidia-graphics-drivers (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  [GeForce GT 330M] nvidia 260.19.06-0ubuntu1 update triggers black screen on 
boot for sony vaio F-series

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


[Bug 361843] Re: Kile 2.1 LaTeX editor is extremely slow

2010-12-05 Thread Jorge Gustavo
It seems, to me, that this bug was related with nvidia drivers.

I was - finally - able to update nvidia to version 260.19.26 and this
Kile performance problem disappear, cf.
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/657634/comments/33

Kile: 2.1.0~svn1112278beta4-2ubuntu1
Nvidia: 260.19.26 (from ppa:ubuntu-x-swat repository)

I would say that this bug should be reopen only if the problem remains
with other X drivers.


** Changed in: kile (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  Kile 2.1 LaTeX editor is extremely slow

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


[Bug 657634] Re: [GeForce GT 330M] nvidia 260.19.06-0ubuntu1 update triggers black screen on boot for sony vaio F-series

2010-12-02 Thread Jorge Gustavo
Hi Leonardo,

Your solution is for the 256.53 drivers, right? There is no problem
with that version, as you can see in previous posts. This bug relates
with more recent versions of the NVIDIA drivers, for example, 260.19.21.

Regards!

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

Title:
  [GeForce GT 330M] nvidia 260.19.06-0ubuntu1 update triggers black screen on 
boot for sony vaio F-series

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


[Bug 643895] Re: nvidia propietary driver fails to load X with geforce 310M

2010-11-26 Thread Jorge Gustavo
The 260.19.21 version has the same problem. Tested (amd64 Sony Vaio F13Z
with GeForce GT 425M) with without success :-(

-- 
nvidia propietary driver fails to load X with geforce 310M
https://bugs.launchpad.net/bugs/643895
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 627744] Re: Tomboy note names are blank in the Application Indicator fallback menu

2010-11-16 Thread Jorge Gustavo
Verified in Ubuntu Maverick, amd64.

With
tomboy_1.4.2-0ubuntu1~ppa~maverick0_amd64.deb
the note names were back to the panel.

Thank you!

-- 
Tomboy note names are blank in the Application Indicator fallback menu
https://bugs.launchpad.net/bugs/627744
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 498706] Re: Sony vaio brightness key doesn't work

2010-11-13 Thread Jorge Gustavo
** Changed in: udev (Ubuntu)
   Status: Invalid = Confirmed

-- 
Sony vaio brightness key doesn't work
https://bugs.launchpad.net/bugs/498706
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 498706] Re: Sony vaio brightness key doesn't work

2010-11-13 Thread Jorge Gustavo
Same bug here.

Ubuntu Maverick 10.10 2.6.35-22-generic
Sony Vaio F13Z with GeForce GT 425M

a) 
$ killall gnome-settings-daemon gnome-power-manager
$ xev | sed -n 's/^.*state \([0-9].*\), keycode *\([0-9]\+\) *\(.*\), 
.*$/keycode \2 = \3, state = \1/p'

The brightness keys are NOT recognized. The sound keys are recognized.

b)
$ acpi_listen

The brightness keys ARE REPORTING events, but nothing happens.

(brightness--)
sony/hotkey SNC 0001 0010
sony/hotkey SNC 0001 003b
(brightness++)
sony/hotkey SNC 0001 0011
sony/hotkey SNC 0001 003b

Is this a kernel bug, not transmitting the events?

The attachment contains:

udevadm info --export-db  udev-db.txt
dmesg  dmesg.log
xkbcomp -xkb :0 -  xkbcomp.txt
setxkbmap -print  xkbmap.txt
tar cvzf output.txt.tgz *


** Attachment added: log messages
   
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/498706/+attachment/1732054/+files/output.txt.tgz

-- 
Sony vaio brightness key doesn't work
https://bugs.launchpad.net/bugs/498706
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 657634] Re: [GeForce GT 330M] nvidia 260.19.06-0ubuntu1 update triggers black screen on boot for sony vaio F-series

2010-11-08 Thread Jorge Gustavo
The driver available at Ubuntu Repositories is:
$ apt-cache policy nvidia-current
nvidia-current:
  Instalado: 256.53-0ubuntu3
  Candidato: 260.19.06-0ubuntu1
  Tabela de Versão:
 260.19.06-0ubuntu1 0
500 http://pt.archive.ubuntu.com/ubuntu/ maverick/restricted amd64 
Packages
 *** 256.53-0ubuntu3 0
100 /var/lib/dpkg/status

I've noticed that the driver available at the nvidia website is:
Version: 260.19.12 Certified
Release Date: 2010.10.13
Operating System: Linux 64-bit
Language: English (U.S.)
File Size: 45.7 MB 

This driver is from 2010.10.13, after the bug was reported. But I've
also tested with this 260.19.12 version, and the error remains. A black
screen after rebooting. So we need to wait a little bit more.

-- 
[GeForce GT 330M] nvidia 260.19.06-0ubuntu1 update triggers black screen on 
boot for sony vaio F-series
https://bugs.launchpad.net/bugs/657634
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 657634] Re: [GeForce GT 330M] nvidia 260.19.06-0ubuntu1 update triggers black screen on boot for sony vaio F-series

2010-11-06 Thread Jorge Gustavo
Same here.
Ubuntu Maverick 10.10 2.6.35-22-generic
Sony Vaio F13Z with GeForce GT 425M

/sbin/init: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV),
dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped.

It is running fine with nvidia 256.53.

VBIOS 70.08.19.00.2c

-- 
[GeForce GT 330M] nvidia 260.19.06-0ubuntu1 update triggers black screen on 
boot for sony vaio F-series
https://bugs.launchpad.net/bugs/657634
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 669493] [NEW] apt-get ignores some repositories

2010-11-01 Thread Jorge Gustavo
Public bug reported:

Binary package hint: apt

Adding a new repository, with:
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
goes ok. A new entry is created in  /etc/apt/sources.list.d
called ubuntugis-ubuntugis-unstable-maverick.list
with the expected contents:
deb http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu maverick main
deb-src http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu maverick 
main

But when doing:
sudo apt-get update

Obter:1 http://ppa.launchpad.net maverick Release.gpg [316B]   
Ign http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ maverick/main 
Translation-en
Ign http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ maverick/main 
Translation-pt
Ign http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ maverick/main 
Translation-pt_BR
Ign http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ maverick/main 
Translation-pt_PT

Since the update request is ignored, no packages from that repository will be 
available to install.
I've tested in two different machines, with a fresh Maverick installation. 
Maybe there is something related with the locale environment.

In previous Ubuntu version this was working, on the same locale
environment.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: apt 0.8.3ubuntu7
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Mon Nov  1 15:07:30 2010
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANGUAGE=pt:pt_BR:en
 LANG=pt_PT.UTF-8
 SHELL=/bin/bash
SourcePackage: apt

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


** Tags: amd64 apport-bug maverick

-- 
apt-get ignores some repositories
https://bugs.launchpad.net/bugs/669493
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 669493] Re: apt-get ignores some repositories

2010-11-01 Thread Jorge Gustavo


-- 
apt-get ignores some repositories
https://bugs.launchpad.net/bugs/669493
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 669493] Re: apt-get ignores some repositories

2010-11-01 Thread Jorge Gustavo
Since it seems related to the locale settings, I've tried do disable 
Translations in:
/etc/apt/apt.conf.d/10periodic, like:
// APT::Acquire::Languages=none;
APT::Acquire::Languages { en; none };
// Deprecated
// APT::Acquire::Translation none;
No success, with several variations.

-- 
apt-get ignores some repositories
https://bugs.launchpad.net/bugs/669493
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 669493] Re: apt-get ignores some repositories

2010-11-01 Thread Jorge Gustavo
Hi Torsten,

Thanks for your valuable help.
In fact, there are several packages that returns no information about them. The 
example you mentioned, also works for me. The same behavior happens with i386 
and amd64 packages.

Since the first package is 'geos', which fails, all my tests failed, and
I thought it was a problem related with the localization. But please
confirm that you are able to read information about some of the
following packages:

$ apt-cache policy geos
N: Não foi possível encontrar o pacote geos
$ apt-cache policy gdal
N: Não foi possível encontrar o pacote gdal
$ apt-cache policy mapserver
N: Não foi possível encontrar o pacote mapserver
$ apt-cache policy libgdal-ecw
N: Não foi possível encontrar o pacote libgdal-ecw

Packages that are listed, without problem:

$ apt-cache policy postgis
postgis:
  Instalado: (nenhum)
  Candidato: 1.5.2-2~maverick1
  Tabela de Versão:
 1.5.2-2~maverick1 0
500 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ 
maverick/main i386 Packages
 1.5.1-5 0
500 http://pt.archive.ubuntu.com/ubuntu/ maverick/universe i386 Packages

$ apt-cache policy osgearth
osgearth:
  Instalado: (nenhum)
  Candidato: 1.4.1-2~maverick1
  Tabela de Versão:
 1.4.1-2~maverick1 0
500 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ 
maverick/main i386 Packages

I'll be around, trying to find out what is going wrong with (some) these
packages.

-- 
apt-get ignores some repositories
https://bugs.launchpad.net/bugs/669493
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 669493] Re: apt-get ignores some repositories

2010-11-01 Thread Jorge Gustavo
Hi Torsten,

Thats right! Mostly of the packages contains several binary packages,
but each one must be installed/referenced separately. Thank you for your
valuable time. I've learned a lot with your help.

I'll change the status to 'invalid'.

Regards,

Jorge

** Changed in: apt (Ubuntu)
   Status: Incomplete = Invalid

-- 
apt-get ignores some repositories
https://bugs.launchpad.net/bugs/669493
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 666737] Re: Touchpad doesn't work on sony vaio F-series VPCF13M1E

2010-10-31 Thread Jorge Gustavo
*** This bug is a duplicate of bug 641324 ***
https://bugs.launchpad.net/bugs/641324

Touchpad is now working.

After trying so many different things, I can not say exactly what is necessary 
to get it working.
In fact, only on the next day, after a cold boot, I notived that the touchpad 
was working. Uau!

At least, it is necessary to add this to /etc/X11/xorg.conf:

Section InputClass
Identifier enable synaptics SHMConfig
MatchIsTouchpad on
MatchDevicePath /dev/input/event*
Option SHMConfig on
EndSection

If someone can solve the problem by editing /etc/X11/xorg.conf, please
confirm and update the bug status.

Updated xinput -list is:

$ xinput -list
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ Microsoft Microsoft 3-Button Mouse with IntelliEye™   id=10   [slave  
pointer  (2)]
⎜   ↳ ImPS/2 Generic Wheel Mouseid=12   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Sony Vaio Keysid=6[slave  keyboard (3)]
↳ Video Bus id=7[slave  keyboard (3)]
↳ Power Button  id=8[slave  keyboard (3)]
↳ UVC Camera (064e:2100)id=9[slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=11   [slave  keyboard (3)]


** This bug has been marked a duplicate of bug 641324
   Sony Vaio touch pad is not working
 * You can subscribe to bug 641324 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/641324/+subscribe

-- 
Touchpad doesn't work on sony vaio F-series VPCF13M1E
https://bugs.launchpad.net/bugs/666737
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 655078] Re: Beta 10.10 Nvidia update broke Sony Vaio VPCF136FM installation

2010-10-30 Thread Jorge Gustavo
Same, here, Sony Vaio, VPC F13Z1, with NVIDIA GeForce GT 425M, Ubuntu 10.10 
64bits
With 256.53 it works.

On clean install,
$ sudo apt-get install dkms
was needed before installing old nvidia drivers.

Thanks.

-- 
Beta 10.10 Nvidia update broke Sony Vaio VPCF136FM installation
https://bugs.launchpad.net/bugs/655078
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 666737] Re: Touchpad doesn't work on sony vaio F-series VPCF13M1E

2010-10-30 Thread Jorge Gustavo
Not working also on Sony Vaio F13Z.

$ lsusb
Bus 003 Device 002: ID 045e:007d Microsoft Corp. Notebook Optical Mouse
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 0489:e00f Foxconn / Hon Hai 
Bus 001 Device 003: ID 064e:2100 Suyin Corp. 
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

-- 
Touchpad doesn't work on sony vaio F-series VPCF13M1E
https://bugs.launchpad.net/bugs/666737
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 641324] Re: Sony Vaio touch pad is not working

2010-10-30 Thread Jorge Gustavo
Maybe the same bug as
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/666737

-- 
Sony Vaio touch pad is not working
https://bugs.launchpad.net/bugs/641324
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 666737] Re: Touchpad doesn't work on sony vaio F-series VPCF13M1E

2010-10-30 Thread Jorge Gustavo
Maybe same bug as
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/641324

$ xinput -list
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ Microsoft Microsoft 3-Button Mouse with IntelliEye™   id=10   [slave  
pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Sony Vaio Keysid=6[slave  keyboard (3)]
↳ Video Bus id=7[slave  keyboard (3)]
↳ Power Button  id=8[slave  keyboard (3)]
↳ UVC Camera (064e:2100)id=9[slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=11   [slave  keyboard (3)]

-- 
Touchpad doesn't work on sony vaio F-series VPCF13M1E
https://bugs.launchpad.net/bugs/666737
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 663670] Re: empathy doesn't connect to msn - blocked connection

2010-10-21 Thread Jorge Gustavo
Thanks. 
It was necessary to kill telepathy related processes before it worked again.
/usr/lib/telepathy/mission-control-5
/usr/lib/telepathy/telepathy-logger

Good work!

-- 
empathy doesn't connect to msn - blocked connection
https://bugs.launchpad.net/bugs/663670
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 661907] [NEW] aspell-pt-pt does not install on a fresh 10.10

2010-10-16 Thread Jorge Gustavo
Public bug reported:

On a fresh 10.10 installation, doing:
sudo apt-get install aspell-pt-pt
ends with:
A descompactar aspell-pt-pt (desde .../aspell-pt-pt_20091013-2_all.deb) ...
A instalar aspell-pt-pt (20091013-2) ...
aspell-autobuildhash: processing: pt_PT [pt_PT]
precat: unknown format

Installed packages were:
dpkg -l | grep -i aspell
ii  aspell   0.60.6-4ubuntu1
 GNU Aspell spell-checker
ii  aspell-en6.0-0-5.1ubuntu3   
 English dictionary for GNU Aspell
ii  aspell-pt-pt 20091013-2 
 European Portuguese dictionary for GNU Aspell
ii  libaspell15  0.60.6-4ubuntu1
 GNU Aspell spell-checker runtime library

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: aspell-pt-pt 20091013-2
ProcVersionSignature: Ubuntu 2.6.35-22.34-generic-pae 2.6.35.4
Uname: Linux 2.6.35-22-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sat Oct 16 22:10:35 2010
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=pt:pt_BR:en
 LANG=pt_PT.UTF-8
 SHELL=/bin/bash
SourcePackage: myspell.pt

** Affects: myspell.pt (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick

-- 
aspell-pt-pt does not install on a fresh 10.10
https://bugs.launchpad.net/bugs/661907
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 661907] Re: aspell-pt-pt does not install on a fresh 10.10

2010-10-16 Thread Jorge Gustavo


-- 
aspell-pt-pt does not install on a fresh 10.10
https://bugs.launchpad.net/bugs/661907
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 654928] Re: application does not allow to report bugs concerning ubuntu in general (asks for PID if you try to report other problems)

2010-10-16 Thread Jorge Gustavo
I was unable to understand that 'ubuntu-bug' was a mixture of command
line and GUI application. I suggest that it can run without command line
arguments.

-- 
application does not allow to report bugs concerning ubuntu in general (asks 
for PID if you try to report other problems)
https://bugs.launchpad.net/bugs/654928
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 661907] Re: aspell-pt-pt does not install on a fresh 10.10

2010-10-16 Thread Jorge Gustavo
*** This bug is a duplicate of bug 568088 ***
https://bugs.launchpad.net/bugs/568088

/usr/share/aspell/pt_PT.cwl.gz only has 20 bytes :-(
This was already reported as bug #568088



** This bug has been marked a duplicate of bug 568088
   aspell-pt-pt contains empty /usr/share/aspell/pt_PT.cwl.gz
 * You can subscribe to bug 568088 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/myspell.pt/+bug/568088/+subscribe

-- 
aspell-pt-pt does not install on a fresh 10.10
https://bugs.launchpad.net/bugs/661907
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 568088] Re: aspell-pt-pt contains empty /usr/share/aspell/pt_PT.cwl.gz

2010-10-16 Thread Jorge Gustavo
The previous solution also worked for me, on Ubuntu 10.10
The aspell-pt-br does not have problems. It might be used instead of 
aspell-pt-pt ;-)

-- 
aspell-pt-pt contains empty /usr/share/aspell/pt_PT.cwl.gz
https://bugs.launchpad.net/bugs/568088
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 604977] [NEW] Search all does not work

2010-07-13 Thread Jorge Gustavo
Public bug reported:

Binary package hint: basket

Since Ubuntu 10.04 and Basket 2.0 beta, I'm unable to search notes.
Nothing happens.
In previous versions, a number was displayed in fromt of each basket with notes 
matching the search term. Now, nothing happens.

Does anyone else experienced the same problem?

When I start the application from the command line, on the output I can
noticed many messages of the form:

basket(29776)/kio (KDirWatch) KDirWatchPrivate::removeEntry: doesn't
know /home/jgr/.kde/share/apps/basket/baskets/basket45

Using:
Ubuntu 10.04 LTS
2.0~beta1-0ubuntu1

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

-- 
Search all does not work
https://bugs.launchpad.net/bugs/604977
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 565137] Re: osplugin crashed with TypeError in set_uid()

2010-05-06 Thread Jorge Gustavo
*** This bug is a duplicate of bug 546305 ***
https://bugs.launchpad.net/bugs/546305

Thanks, Osik!

Very valuable information. Thanks for sharing.

Regards

-- 
osplugin crashed with TypeError in set_uid()
https://bugs.launchpad.net/bugs/565137
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 474038] Re: create new folder in the save as view tries to rename a file

2010-03-30 Thread Jorge Gustavo
** Changed in: meta-gnome2 (Ubuntu)
   Status: Invalid = Confirmed

-- 
create new folder in the save as view tries to rename a file
https://bugs.launchpad.net/bugs/474038
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 474038] Re: create new folder in the save as view tries to rename a file

2010-03-30 Thread Jorge Gustavo
I can confirm this bug.
Under *some* circumstances, the new folder in the save as dialogue creates 
the folder at the bottom of the dialogue, but tries to rename the first file of 
the dialogue. So, it seems that it is trying to rename the first file. Indeed, 
it does not rename the file, and creates the folder with the new name 
introduced. The functionality is ok, but the user experience is very bad. It 
seems that the user is renaming the first file.

I was able to reproduce the bug, using the save as dialogue twice. In
the first time, I selected order by name, in reverse. In the second
time, when I try to create a new folder, the bug appears. The new folder
goes to the end of the dialogue, and the selected text to change is the
name of the first file.

I think it is a gnome bug.

I'm using a gnome localized version (in Portuguese).



** Attachment added: CapturaEcra-Gravar Anexo.png
   http://launchpadlibrarian.net/42483663/CapturaEcra-Gravar%20Anexo.png

-- 
create new folder in the save as view tries to rename a file
https://bugs.launchpad.net/bugs/474038
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 338787] Re: vmware kernel modules are no longer loaded and vmnetdoes not work anymore with 2.6.28-8-server kernel

2010-03-15 Thread Jorge Gustavo
 is already set, but it will be overridden.
 VMWARE_FONTCONFIG_PATH is already set, but it will be overridden.
 VMWARE_GTK2_RC_FILES is already set, but it will be overridden.
 VMWARE_GTK_PATH is already set, but it will be overridden.
 Starting VMware services:
Virtual machine monitor done
Shared Memory Available done
 filename:   /lib/modules/2.6.28-8-server/misc/vmmon.ko
 license:GPL v2
 description:VMware Virtual Machine Monitor.
 author: VMware, Inc.
 srcversion: 96CBF0250D0FB3F01BFBFFC
 depends:
 vermagic:   2.6.28-8-server SMP mod_unload modversions 686
 
 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/338787/+subscribe


-- 
jorge gustavo rocha
departamento de informática
universidade do minho
4710-057 braga
portugal
N 41º33'44,5 W 8º23'40,5
tel +351 253604470 fax +351 253604471 cel +351 927210173

-- 
vmware kernel modules are no longer loaded and vmnet does not work anymore with 
2.6.28-8-server kernel
https://bugs.launchpad.net/bugs/338787
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 361461] Re: (Jaunty) Wicd No Longer Allows Me To Connect

2010-03-03 Thread Jorge Gustavo
Same wlan0: disassociating by local choice (reason=3) here, but
without wicd.

Using NetworkManager, sometimes I can stay connected for a while, sometimes I 
don't.
It only happens with the local university wireless (eduroam), which uses 
WPAWPA2.

No problem, on other networks with WEP security.

iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27k
iwlagn: Copyright(c) 2003-2009 Intel Corporation
iwlagn :06:00.0: Detected Intel Wireless WiFi Link 4965AGN REV=0x4

lsmod | grep wla
iwlagn109468  0 
iwlcore   113212  1 iwlagn
mac80211  181108  2 iwlagn,iwlcore
cfg80211   93052  3 iwlagn,iwlcore,mac80211

-- 
(Jaunty) Wicd No Longer Allows Me To Connect
https://bugs.launchpad.net/bugs/361461
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 433438] Re: device descriptor read/64, error -110

2009-12-08 Thread Jorge Gustavo
I can report the same error on Karmic, with 2.6.31-16-generic-pae
and the CD/DVD no longer works under Ubuntu. Still working with the *other* OS.

But since I've upgraded to Karmic, the machine is now unstable, and
there is always something not working well. And the boot process... it
takes 2:30 minutes to boot on a Asus G70, with Duo T9500. I hope a more
stable 10.4.

[24230.537875] sr 4:0:0:0: [sr0] Sense Key : Illegal Request [current] 
[24230.537893] Info fld=0x0
[24230.537898] sr 4:0:0:0: [sr0] Add. Sense: Illegal mode for this track
[24230.537911] end_request: I/O error, dev sr0, sector 0
[24230.537919] __ratelimit: 29 callbacks suppressed
[24230.537925] Buffer I/O error on device sr0, logical block 0
[24230.537936] Buffer I/O error on device sr0, logical block 1
[24230.537943] Buffer I/O error on device sr0, logical block 2
[24230.537950] Buffer I/O error on device sr0, logical block 3
[24230.537956] Buffer I/O error on device sr0, logical block 4
[24230.537962] Buffer I/O error on device sr0, logical block 5
[24230.537969] Buffer I/O error on device sr0, logical block 6
[24230.537975] Buffer I/O error on device sr0, logical block 7
[24230.537981] Buffer I/O error on device sr0, logical block 8
[24230.537987] Buffer I/O error on device sr0, logical block 9
[24230.541425] sr 4:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[24230.541437] sr 4:0:0:0: [sr0] Sense Key : Illegal Request [current] 
[24230.541449] Info fld=0x0
[24230.541455] sr 4:0:0:0: [sr0] Add. Sense: Illegal mode for this track
[24230.541469] end_request: I/O error, dev sr0, sector 0
[24230.594590] sr 4:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[24230.594602] sr 4:0:0:0: [sr0] Sense Key : Illegal Request [current] 
[24230.594612] Info fld=0x0
[24230.594617] sr 4:0:0:0: [sr0] Add. Sense: Illegal mode for this track
[24230.594631] end_request: I/O error, dev sr0, sector 0
[24230.596640] sr 4:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[24230.596650] sr 4:0:0:0: [sr0] Sense Key : Illegal Request [current] 
[24230.596661] Info fld=0x0
[24230.59] sr 4:0:0:0: [sr0] Add. Sense: Illegal mode for this track
[24230.596679] end_request: I/O error, dev sr0, sector 0
[24230.601185] sr 4:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[24230.601195] sr 4:0:0:0: [sr0] Sense Key : Illegal Request [current] 
[24230.601206] Info fld=0x0
[24230.601210] sr 4:0:0:0: [sr0] Add. Sense: Illegal mode for this track
[24230.601223] end_request: I/O error, dev sr0, sector 0

-- 
device descriptor read/64, error -110
https://bugs.launchpad.net/bugs/433438
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 488527] Re: karmic boot very slow ( 5 min)

2009-11-27 Thread Jorge Gustavo
Removing the 'resume' and 'resume_offset' from the boot line, and
disabling ureadahead in /etc/init/ureadhead.conf makes the difference.
Now, my ASUS G70 can boot in less that 2 min (about the same time before
the upgrade to karmic). I'll investigate this issue further, to get back
the hibernation functionality in karmic), but I'm closing this issue
now.

** Changed in: upstart (Ubuntu)
   Status: New = Invalid

** Changed in: upstart (Ubuntu)
 Assignee: (unassigned) = Jorge Gustavo (jgr)

-- 
karmic boot very slow ( 5 min)
https://bugs.launchpad.net/bugs/488527
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 488527] Re: karmic boot very slow ( 5 min)

2009-11-26 Thread Jorge Gustavo
Update
--
Removing the 'resume' and 'resume_offset' from the boot line, in fstab, make it 
much faster (now I can boot in 3/4 minutes, instead of  5). The really bad 
news is that I need to hibernate the machine. What maight be wrong with the 
resume option and upstart? (my knowledge about upstart is reduce, so the delay 
might be caused by something else).

Now, the major delay is caused by ureadahead. I will try to disable it.

Attached in the new bootchart.


** Attachment added: bootchart after removing resume option from kernel line 
in boot
   http://launchpadlibrarian.net/36112850/eratostenes-karmic-20091126-3.png

-- 
karmic boot very slow ( 5 min)
https://bugs.launchpad.net/bugs/488527
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 488527] Re: karmic boot very slow ( 5 min)

2009-11-26 Thread Jorge Gustavo
Update
--
Removing the 'resume' and 'resume_offset' from the boot line, in fstab, make it 
much faster (now I can boot in 3/4 minutes, instead of  5). The really bad 
news is that I need to hibernate the machine. What might be wrong with the 
resume option and upstart? (my knowledge about upstart is reduce, so the delay 
might be caused by something else).

Now, the major delay is caused by ureadahead. I will try to disable it.

Attached in the new bootchart

P.S. Even without hibernation the machine, the boot process was always
delayed by 'resume' and 'dd', after upgrading to karmic. Before that,
the boot process was fine and the hibernation worked well.

** Attachment added: bootchart after removing resume option from kernel line 
in boot
   http://launchpadlibrarian.net/36112993/eratostenes-karmic-20091126-3.png

-- 
karmic boot very slow ( 5 min)
https://bugs.launchpad.net/bugs/488527
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 488527] [NEW] karmic boot very slow ( 5 min)

2009-11-25 Thread Jorge Gustavo
Public bug reported:

Binary package hint: upstart

My laptop (ASUS G70) used to boot less than 2 min, with the previous versions 
of Ubuntu. Since the 9.10 karmic upgrade, it takes more then 5 minutes to boot 
:-(
My problem is that I really don't know how to debug the problem.
I removed the quiet and spash options, and it stays a long time with the 
messages:
/scripts/local-premount
and with:
usb 3-1: configuration #1 chosen from 1 choice
At boot time, no USB device is connected.
I've already started with the profile option, but the next boot is always very 
slow.
When the above messages are displyed, no disk activity seems to exist. In the 
bootchart, is show the resume and dd time, but is was a regular boot, not a 
boot from hibernation.
I'm also attaching the bootchart generated.

Since the 9.10 install, I've already changed the kernel (from 2.6.31-14
to 2.6.31-15), but the problem remains.

I do *everything* necessary to solve the problem, and to help next
versions to boot faster.

Hibernation (to the swap file) is working.

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


** Tags: upstart

-- 
karmic boot very slow ( 5 min)
https://bugs.launchpad.net/bugs/488527
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 488527] Re: karmic boot very slow ( 5 min)

2009-11-25 Thread Jorge Gustavo

** Attachment added: dmesg.log version.log uname-a.log lspci-vnvn.log menu.lst
   http://launchpadlibrarian.net/36084763/karmic_boot.tgz

-- 
karmic boot very slow ( 5 min)
https://bugs.launchpad.net/bugs/488527
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 352814] Re: Unable to login to aMSN after latest updates

2009-04-11 Thread Jorge Gustavo
Hi,

I have amsn version 0.97.2~debian-2ubuntu1 installed and it works.
Just the upgrade was necessary to get it work again.

Regards,

Jorge

Sáb, 2009-04-11 às 16:21 +, Vangelis Tasoulas escreveu:
 Today I upgraded my intrepid to jaunty and I still have this bug...
 
 Did you do anything else instead of just an upgrade?
 
-- 
jorge gustavo rocha
departamento de informática
universidade do minho
4710-057 braga
portugal
N 41º33'44,5 W 8º23'40,5
tel +351 253604470 fax +351 253604471 cel +351 927210173

-- 
Unable to login to aMSN after latest updates
https://bugs.launchpad.net/bugs/352814
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 352814] Re: Unable to login to aMSN after latest updates

2009-04-01 Thread Jorge Gustavo
Hi,

My aMSN does not login anymore (amsn  0.97.2~debian-1ubuntu3, kernel 
2.6.28-8-server, jaunty 9.04).
I don't know how to debug it.
I've just tried:
mv .amsn .amsn.old
to startup with all defaults, but the same problem: unable  to login.
The networks seems ok.
Pidgin works.

Regards,

Jorge

-- 
Unable to login to aMSN after latest updates
https://bugs.launchpad.net/bugs/352814
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 348885] Re: tracker stops indexing, 100% cpu load

2009-03-31 Thread Jorge Gustavo
Hi,

The bug was annoying.
I've solved it, doing:
i) Removing ~/.cache/tracker
ii) killing the process
iii) removing it, ie, sudo apt-get remove libdeskbar-tracker tracker 
tracker-search-tool
Sorry, but I don't know how useful tracker is. 
I use 'locate' to find files on the file system.

Regards,

Jorge

-- 
tracker stops indexing, 100% cpu load
https://bugs.launchpad.net/bugs/348885
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 348885] Re: tracker stops indexing, 100% cpu load

2009-03-31 Thread Jorge Gustavo
Hi,

The bug was annoying.
I've solved it, doing:
i) Removing ~/.cache/tracker
ii) killing the process
iii) removing it, ie, sudo apt-get remove libdeskbar-tracker tracker 
tracker-search-tool
Sorry, but I don't know how useful tracker is. 
I use 'locate' to find files on the file system.

Regards,

Jorge

-- 
tracker stops indexing, 100% cpu load
https://bugs.launchpad.net/bugs/348885
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 334347] Re: evolution crashed when opening preference dialog

2009-03-10 Thread Jorge Gustavo
Hi,

My evolution  2.25.92-0ubuntu2 still crashes after clicking on Calendar, Memo 
or Tasks icon.
I suppose the bug still exists in 2.25.92.

I've attached the evo_debug.txt, after running:
evolution --debug evo_debug.txt --disable-eplugin

$ tail -3 evo_debug.txt 
/usr/lib/libgobject-2.0.so.0 [0xb6b46409]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x1ab) [0xb6b47cab]
evolution: /build/buildd/libical-0.43/src/libical/icalerror.c:106: 
icalerror_set_errno: Assertion `0' failed.


** Attachment added: evolution log file
   http://launchpadlibrarian.net/23696502/evo_debug.txt.gz

-- 
evolution crashed when opening preference dialog
https://bugs.launchpad.net/bugs/334347
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 338787] [NEW] vmware kernel modules are no longer loaded and vmnet does not work anymore with 2.6.28-8-server kernel

2009-03-06 Thread Jorge Gustavo
Public bug reported:

Binary package hint: linux-image-2.6.28-8-server

After installing 2.6.28-8-server kernel in Ubuntu Jaunty, I had trouble
with vmware modules.


I have VMware-Workstation-6.5.1-126130.i386.bundle
I have 2.6.28-8-server #26-Ubuntu SMP Wed Feb 25 05:29:46 UTC 2009 i686 
GNU/Linux

1) The modules are no longer loaded automatically.
2) Even with vmci listed in /etc/modules, it is not loaded during boot.
3) I can manually load vmci and vmnet.
4) vmnet seems to do nothing. My vmware network no longer works. I cannot see 
any /dev/vmn* after loading the module.

Virtual box still runs without problem :-)

During module (re)creating, I didn't see any special errors.

Logging to /tmp/vmware-root/setup-15008.log
filename:   /lib/modules/2.6.28-8-server/misc/vmmon.ko
license:GPL v2
description:VMware Virtual Machine Monitor.
author: VMware, Inc.
srcversion: 96CBF0250D0FB3F01BFBFFC
depends:
vermagic:   2.6.28-8-server SMP mod_unload modversions 686 
filename:   /lib/modules/2.6.28-8-server/misc/vmnet.ko
license:GPL v2
description:VMware Virtual Networking Driver.
author: VMware, Inc.
srcversion: BC5582A7CE0B4CEA9399D25
depends:
vermagic:   2.6.28-8-server SMP mod_unload modversions 686 
filename:   /lib/modules/2.6.28-8-server/misc/vmblock.ko
version:1.1.2.0
license:GPL v2
description:VMware Blocking File System
author: VMware, Inc.
srcversion: 768B08090715A2D8C721BF3
depends:
vermagic:   2.6.28-8-server SMP mod_unload modversions 686 
parm:   root:The directory the file system redirects to. (charp)
modinfo: could not find module vmci
modinfo: could not find module vsock
filename:   /lib/modules/2.6.28-8-server/misc/vmmon.ko
license:GPL v2
description:VMware Virtual Machine Monitor.
author: VMware, Inc.
srcversion: 96CBF0250D0FB3F01BFBFFC
depends:
vermagic:   2.6.28-8-server SMP mod_unload modversions 686 
filename:   /lib/modules/2.6.28-8-server/misc/vmnet.ko
license:GPL v2
description:VMware Virtual Networking Driver.
author: VMware, Inc.
srcversion: BC5582A7CE0B4CEA9399D25
depends:
vermagic:   2.6.28-8-server SMP mod_unload modversions 686 
filename:   /lib/modules/2.6.28-8-server/misc/vmblock.ko
version:1.1.2.0
license:GPL v2
description:VMware Blocking File System
author: VMware, Inc.
srcversion: 768B08090715A2D8C721BF3
depends:
vermagic:   2.6.28-8-server SMP mod_unload modversions 686 
parm:   root:The directory the file system redirects to. (charp)
modinfo: could not find module vmci
modinfo: could not find module vsock
filename:   /lib/modules/2.6.28-8-server/misc/vmmon.ko
license:GPL v2
description:VMware Virtual Machine Monitor.
author: VMware, Inc.
srcversion: 96CBF0250D0FB3F01BFBFFC
depends:
vermagic:   2.6.28-8-server SMP mod_unload modversions 686 
filename:   /lib/modules/2.6.28-8-server/misc/vmnet.ko
license:GPL v2
description:VMware Virtual Networking Driver.
author: VMware, Inc.
srcversion: BC5582A7CE0B4CEA9399D25
depends:
vermagic:   2.6.28-8-server SMP mod_unload modversions 686 
filename:   /lib/modules/2.6.28-8-server/misc/vmblock.ko
version:1.1.2.0
license:GPL v2
description:VMware Blocking File System
author: VMware, Inc.
srcversion: 768B08090715A2D8C721BF3
depends:
vermagic:   2.6.28-8-server SMP mod_unload modversions 686 
parm:   root:The directory the file system redirects to. (charp)
modinfo: could not find module vmci
modinfo: could not find module vsock
filename:   /lib/modules/2.6.28-8-server/misc/vmmon.ko
license:GPL v2
description:VMware Virtual Machine Monitor.
author: VMware, Inc.
srcversion: 96CBF0250D0FB3F01BFBFFC
depends:
vermagic:   2.6.28-8-server SMP mod_unload modversions 686 
filename:   /lib/modules/2.6.28-8-server/misc/vmnet.ko
license:GPL v2
description:VMware Virtual Networking Driver.
author: VMware, Inc.
srcversion: BC5582A7CE0B4CEA9399D25
depends:
vermagic:   2.6.28-8-server SMP mod_unload modversions 686 
filename:   /lib/modules/2.6.28-8-server/misc/vmblock.ko
version:1.1.2.0
license:GPL v2
description:VMware Blocking File System
author: VMware, Inc.
srcversion: 768B08090715A2D8C721BF3
depends:
vermagic:   2.6.28-8-server SMP mod_unload modversions 686 
parm:   root:The directory the file system redirects to. (charp)
modinfo: could not find module vmci
modinfo: could not find module vsock
filename:   /lib/modules/2.6.28-8-server/misc/vmmon.ko
license:GPL v2
description:VMware Virtual Machine Monitor.
author: VMware, Inc.
srcversion: 96CBF0250D0FB3F01BFBFFC
depends:

[Bug 325115] Re: nvidia-settings no longer changes screen mode

2009-03-04 Thread Jorge Gustavo
Also getting this error.

ubuntu jaunty 9.04
kernel 2.6.28-8-server
nVidia Corporation GeForce 8700M GT
X.Org X Server 1.5.99.902 (1.6.0 RC 2)
Release Date: 2009-1-30
NVIDIA GLX Module  180.35

The work around worked.

-- 
nvidia-settings no longer changes screen mode
https://bugs.launchpad.net/bugs/325115
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 300443] Re: hal rejects to mount ntfs-3g partition

2009-01-27 Thread Jorge Gustavo
Changing /usr/share/hal/fdi/policy/10osvendor/20-ntfs-3g-policy.fdi with
the sugested changes solved my problem (with the permanent NTFS
partitions).

Thanks!

-- 
hal rejects to mount ntfs-3g partition
https://bugs.launchpad.net/bugs/300443
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 319813] Re: xorg eating 100% of CPU after upgrading to gnome 2.25.5

2009-01-24 Thread Jorge Gustavo
xserver-xorg 1:7.4~5ubuntu3 removed the nvidia-glx-177
The nvidia-glx-177 no longer works in jaunty :-(


** Changed in: xorg (Ubuntu)
   Status: Incomplete = Invalid

-- 
xorg eating 100% of CPU after upgrading to gnome 2.25.5
https://bugs.launchpad.net/bugs/319813
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 319813] Re: xorg eating 100% of CPU after upgrading to gnome 2.25.5

2009-01-22 Thread Jorge Gustavo
Hi Bryce,

Thanks for the feedback. I've attached the lspci -vvnn output.
If you nedd more information, be my guest. I would like to help.

Meanwhile, I'm using xfce instead of gnome without problems.

Regards

** Attachment added: lspci.txt
   http://launchpadlibrarian.net/21547286/lspci.txt

-- 
xorg eating 100% of CPU after upgrading to gnome 2.25.5
https://bugs.launchpad.net/bugs/319813
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 319813] Re: xorg eating 100% of CPU after upgrading to gnome 2.25.5

2009-01-22 Thread Jorge Gustavo
Hi Bryce,

Thanks for the feedback. I've attached the lspci -vvnn output.
If you need more information, be my guest. I would like to help, but i'm unable 
to identify the component that makes xorg work so hard. I've kill almost all 
processes within gnome, but the processor keeps running at 100%.

Meanwhile, I'm using xfce instead of gnome without problems.

Regards

** Attachment added: lspci.txt
   http://launchpadlibrarian.net/21547357/lspci.txt

-- 
xorg eating 100% of CPU after upgrading to gnome 2.25.5
https://bugs.launchpad.net/bugs/319813
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 316125] Re: [Jaunty] HDA-Intel - no sound

2009-01-21 Thread Jorge Gustavo
*** This bug is a duplicate of bug 316430 ***
https://bugs.launchpad.net/bugs/316430

Same problem, with (Asus G70, 2.6.28-4-server jaunty):

$ cat /proc/asound/cards
 0 [Intel  ]: HDA-Intel - HDA Intel
  HDA Intel at 0xfebf8000 irq 22
$ lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)

All channels are unmuted with alsamixer -c 0, but still no sound
The only sound I get is the microphone returning from the speakers (if I raise 
up the micro volume to the top)
mplayer behaviour is normal (and it plays), but no sound at all.

still investigating...

-- 
[Jaunty] HDA-Intel - no sound
https://bugs.launchpad.net/bugs/316125
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 309776] Re: jaunty xorg 100% cpu usage

2009-01-21 Thread Jorge Gustavo
*** This bug is a duplicate of bug 307306 ***
https://bugs.launchpad.net/bugs/307306

same problem here, with Xorg eating 100% of one of the cores
killing both gnome-settings-daemon and gnome-power-manager didn't made any 
difference

2.6.28-4-server, nvidia 177.82, gnome 2.25.5 (Asus G70)

Still investigating the cause.

Attached is my Xorg.0.log


** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/21511665/Xorg.0.log

-- 
jaunty xorg 100% cpu usage
https://bugs.launchpad.net/bugs/309776
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 309776] Re: jaunty xorg 100% cpu usage

2009-01-21 Thread Jorge Gustavo
*** This bug is a duplicate of bug 307306 ***
https://bugs.launchpad.net/bugs/307306

I also add a trace of the Xorg process, but is has almost no meaning to me :-(
(althought it seems stange so many calls to clock_gettime and setitimer, 
consuming almost 25% of the time)

$ sudo strace -v -f -p 5184 -c
Process 5184 attached - interrupt to quit
^CProcess 5184 detached
% time seconds  usecs/call callserrors syscall
-- --- --- - - 
 43.970.005542  15   369   ioctl
 25.630.003231   039563350 select
 14.250.001796   0804231   clock_gettime
 11.420.001439   0787366   setitimer
  3.220.000406   669   munmap
  1.090.000137   0 36300   gettimeofday
  0.330.41   0  7314  2886 read
  0.100.13   0  4013   writev
  0.000.00   0 1   close
  0.000.00   0 3   brk
  0.000.00   0   46852 sigreturn
  0.000.00   050   poll
  0.000.00   0   415   rt_sigprocmask
  0.000.00   068   mmap2
  0.000.00   0 1   stat64
  0.000.00   0 1   geteuid32
  0.000.00   0 1   getegid32
  0.000.00   0 2   fcntl64
  0.000.00   0 1   accept
  0.000.00   0 1   shutdown
  0.000.00   0 1   getsockopt
  0.000.00   0 1   shmat
  0.000.00   0 1   shmdt
  0.000.00   0 1   shmctl
-- --- --- - - 
100.000.012605   2036311  2988 total

-- 
jaunty xorg 100% cpu usage
https://bugs.launchpad.net/bugs/309776
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 319813] [NEW] xorg eating 100% of CPU after upgrading to gnome 2.25.5

2009-01-21 Thread Jorge Gustavo
Public bug reported:

Binary package hint: xorg

One of the CPU cores goes continuously to 100% after upgrading several
gnome packages to 2.25.5 (compiled on 2009-01-20). I really don't know
if it is a gnome related problem.

Xorg trace (about 10 seconds):
$ sudo strace -v -f -p `ps -ef | grep X11/X | grep -v grep | awk '{print $2}'` 
-c

Process 5182 attached - interrupt to quit

^CProcess 5182 detached

% time seconds  usecs/call callserrors syscall

-- --- --- - - 

 51.830.001146   0149000 1 select

 25.640.000567   0306645   clock_gettime

 22.520.000498   0297970   setitimer

  0.000.00   0   19189 read

  0.000.00   037   gettimeofday

  0.000.00   0 2   munmap

  0.000.00   0 5 1 sigreturn

  0.000.00   032   writev

  0.000.00   0 1   poll

  0.000.00   0 3   rt_sigprocmask

  0.000.00   0 1   mmap2

-- --- --- - - 

100.000.00221175388791 total


I'm running Ubuntu jaunty (development branch)
 Release 9.04
 with kernel 2.6.28-4-server
Nvidia 177.82 (with Option IgnoreABI True)

I'm not running superkaramba, and I already tried to kill some gnome
processes, but the CPU stays at 100%.

My hardware is a Asus G70.

I've also attached my apt.log. Other packages were also updated (some related 
with compiz).
But disabling and enabling compiz didn't make any diference :-(

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

-- 
xorg eating 100% of CPU after upgrading to gnome 2.25.5
https://bugs.launchpad.net/bugs/319813
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 319813] Re: xorg eating 100% of CPU after upgrading to gnome 2.25.5

2009-01-21 Thread Jorge Gustavo

** Attachment added: apt.log
   http://launchpadlibrarian.net/21519606/apt.log

-- 
xorg eating 100% of CPU after upgrading to gnome 2.25.5
https://bugs.launchpad.net/bugs/319813
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 319813] Re: xorg eating 100% of CPU after upgrading to gnome 2.25.5

2009-01-21 Thread Jorge Gustavo
** Description changed:

  Binary package hint: xorg
  
  One of the CPU cores goes continuously to 100% after upgrading several
  gnome packages to 2.25.5 (compiled on 2009-01-20). I really don't know
- if it is a gnome related problem.
+ if it is a gnome related problem, but apparently it started after
+ upgrading several gnome related packages (cf. the attached file
+ apt.log). Starting X without gnome does not have this problem, but does
+ not have gnome funcionalities :-P
  
  Xorg trace (about 10 seconds):
  $ sudo strace -v -f -p `ps -ef | grep X11/X | grep -v grep | awk '{print 
$2}'` -c
- 
  Process 5182 attached - interrupt to quit
- 
  ^CProcess 5182 detached
- 
  % time seconds  usecs/call callserrors syscall
- 
  -- --- --- - - 
- 
   51.830.001146   0149000 1 select
- 
   25.640.000567   0306645   clock_gettime
- 
   22.520.000498   0297970   setitimer
- 
0.000.00   0   19189 read
- 
0.000.00   037   gettimeofday
- 
0.000.00   0 2   munmap
- 
0.000.00   0 5 1 sigreturn
- 
0.000.00   032   writev
- 
0.000.00   0 1   poll
- 
0.000.00   0 3   rt_sigprocmask
- 
0.000.00   0 1   mmap2
- 
  -- --- --- - - 
- 
  100.000.00221175388791 total
- 
  
  I'm running Ubuntu jaunty (development branch)
   Release 9.04
   with kernel 2.6.28-4-server
  Nvidia 177.82 (with Option IgnoreABI True)
  
  I'm not running superkaramba, and I already tried to kill some gnome
  processes, but the CPU stays at 100%.
  
  My hardware is a Asus G70.
  
  I've also attached my apt.log. Other packages were also updated (some related 
with compiz).
  But disabling and enabling compiz didn't make any diference :-(

-- 
xorg eating 100% of CPU after upgrading to gnome 2.25.5
https://bugs.launchpad.net/bugs/319813
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 318732] Re: Xorg doesn't properly configure nVidia and WXGA screen in Jaunty alpha 3

2009-01-21 Thread Jorge Gustavo
Hi,
Have you tried the nvidia driver?
Some users reported success with nvidia legacy driver, with an additional 
option in /etc/X11/xorg.conf in Jaunty

Section ServerFlags
Option IgnoreABI True
EndSection

You can install nvidia legacy drivers with apt-get and afterwards
running nvidia-xconfig

I hope it helps.

-- 
Xorg doesn't properly configure nVidia and WXGA screen in Jaunty alpha 3
https://bugs.launchpad.net/bugs/318732
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 260543] Re: JMicron SATA Controller. Problem booting with kernel 2.6.24-19. Boots fine with kernel 2.6.22-14

2008-12-02 Thread Jorge Gustavo
Hi,

With 2.6.27-9-server I'm unable to access external disks connected to the 
JMicron USB controller.
With previous kernels, I was able to do so, without problem.

lspci:
0a:00.0 SATA controller: JMicron Technologies, Inc. JMicron 20360/20363 AHCI 
Controller (rev 02)

psusb:
Bus 007 Device 010: ID 152d:2338 JMicron Technology Corp. / JMicron USA 
Technology Corp. JM20337 Hi-Speed USB to SATA  PATA Combo Bridge

dmesg:

[11391.230132] usb 7-1: new high speed USB device using ehci_hcd and address 11
[11391.392329] usb 7-1: configuration #1 chosen from 1 choice
[11391.393859] scsi13 : SCSI emulation for USB Mass Storage devices
[11391.394451] usb-storage: device found at 11
[11391.394468] usb-storage: waiting for device to settle before scanning
[11396.390510] usb-storage: device scan complete
[11396.391364] scsi 13:0:0:0: Direct-Access
PQ: 0 ANSI: 2 CCS
[11396.394628] sd 13:0:0:0: [sdc] Attached SCSI disk
[11396.394841] sd 13:0:0:0: Attached scsi generic sg3 type 0

$ sudo fdisk /dev/sdc

Unable to read /dev/sdc

-- 
JMicron SATA Controller. Problem booting with kernel 2.6.24-19. Boots fine with 
kernel 2.6.22-14
https://bugs.launchpad.net/bugs/260543
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 260543] Re: JMicron SATA Controller. Problem booting with kernel 2.6.24-19. Boots fine with kernel 2.6.22-14

2008-12-02 Thread Jorge Gustavo
Hi,

I discovered my previous problem was related with the power source.
Without external power, the kernel was able to identify the drive but
nothing else. Connecting to a working power supply solved my problem
with the JMicron USB to SATA controller.

Regards

-- 
JMicron SATA Controller. Problem booting with kernel 2.6.24-19. Boots fine with 
kernel 2.6.22-14
https://bugs.launchpad.net/bugs/260543
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 274017] Re: evolution contacts folder does not exist when choosing offline option

2008-11-10 Thread Jorge Gustavo
I also received this error. I've created an echange account to sync my
evolution with my PDA, using the mail2web services in between.

My evolution is 2.24.1
My distribution is Ubuntu 8.10 with 2.6.27-7-server kernel
I also attach my log file, created with:
[EMAIL PROTECTED]:~/Documentos$ evolution --debug=evo.log
Nothing related with the error seems to be in the log file.

[EMAIL PROTECTED]:~/Documentos$ dpkg -l | grep evolution
ii  evolution  2.24.1-0ubuntu2  
 groupware suite with mail client and organiz
ii  evolution-common   2.24.1-0ubuntu2  
 architecture independent files for Evolution
ii  evolution-data-server  2.24.1-0ubuntu1  
 evolution database backend server
ii  evolution-data-server-common   2.24.1-0ubuntu1  
 architecture independent files for Evolution
ii  evolution-exchange 2.24.1-0ubuntu1  
 Exchange plugin for the Evolution groupware 
ii  evolution-plugins  2.24.1-0ubuntu2  
 standard plugins for Evolution
ii  evolution-webcal   2.24.0-0ubuntu1  
 webcal: URL handler for GNOME and Evolution
ii  libebackend1.2-0   2.24.1-0ubuntu1  
 Utility library for evolution data servers
ii  libebook1.2-9  2.24.1-0ubuntu1  
 Client library for evolution address books
ii  libecal1.2-7   2.24.1-0ubuntu1  
 Client library for evolution calendars
ii  libedata-book1.2-2 2.24.1-0ubuntu1  
 Backend library for evolution address books
ii  libedata-cal1.2-6  2.24.1-0ubuntu1  
 Backend library for evolution calendars
ii  libedataserver1.2-11   2.24.1-0ubuntu1  
 Utility library for evolution data servers
rc  libedataserver1.2-92.22.3-0ubuntu2  
 Utility library for evolution data servers
ii  libedataserverui1.2-8  2.24.1-0ubuntu1  
 GUI utility library for evolution data serve


** Attachment added: evo.log.bz2
   http://launchpadlibrarian.net/19551347/evo.log.bz2

-- 
evolution contacts folder does not exist when choosing offline option
https://bugs.launchpad.net/bugs/274017
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