[Bug 1835660] Re: initramfs unpacking failed

2020-03-20 Thread Dan Andreșan
Vincenzo,

can you confirm (or not) that you changed your secure boot settings
since Ubuntu was installed? Can you check comment #26?

Thanks!

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

Title:
  initramfs unpacking failed

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

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

[Bug 1835660] Re: initramfs unpacking failed

2020-02-29 Thread Dan Andreșan
Possible explanation and fix: in my case it seems the error message
appeared since I enabled secure boot (which I think was disabled when I
installed Ubuntu). Look below, from my journal:

Dec 05 15:07:52 elite kernel: secureboot: Secure boot could not be determined 
(mode 0)
Dec 05 15:07:54 elite systemd[1]: secureboot-db.service: Succeeded.
Dec 05 15:14:19 elite kernel: secureboot: Secure boot enabled
Dec 05 15:14:21 elite systemd[1]: secureboot-db.service: Succeeded.

You can see that on December 5th I booted at 15:07 without secureboot
and starting with 15:14 with secureboot enabled.

And now, let's see when the error message appeared first:

$ journalctl|grep "unpacking failed"
Dec 05 15:14:19 elite kernel: Initramfs unpacking failed: Decoding failed

Now a possible fix (it was possible for me, it might be possible for you
too):

What I did is that I switched compression to gzip, the message
dissapeared, then back to lz4, still there is no sign of error (same
result as tom in #18). My guess it that there is no need to switch it to
gzip and back to lz4, but just regenerate initramfs (which we did after
changing compression) with "sudo update-initramfs -u".

Maybe this takes into account that now I have secureboot enabled and
generates a "compatible" initramfs.

Someone else should confirm if the fix works for them too, then I guess
this bug can be closed.

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

Title:
  initramfs unpacking failed

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

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

[Bug 1455940] Re: 1969:1091 Ethernet connection lost after a while

2019-07-30 Thread Dan Andreșan
I was one of the people affected by this bug, I still have the same computer, 
but I haven't seen the issue anymore (since a long time, 4 years?!).
So I guess this bug can be closed?

Thank you,
Dan.

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

Title:
  1969:1091 Ethernet connection lost after a while

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

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

[Bug 1661289] [NEW] fuseiso loops parsing options on aarch64

2017-02-02 Thread Dan Andreșan
Public bug reported:

On ARM64 (aarch64) fuseiso does not work. It loops forever. Tracing
shows looping with getopt, so parsing command line options.

To reproduse - on aarch64 - just type fuseiso, no need to bother with
options. See that it does nothing (visible), just stays there. With top
one can see one CPU going to 100%

I reported patch to the original developer but it seems fuseiso is not 
maintained since 2007.
https://sourceforge.net/p/fuseiso/patches/2/

The loop happens because getopt returns -1 (no more options) which is
assigned to a char. Type char on arm64 is always unsigned, so the test
for ">0" will always be true. The loop thinks it has more options to
parse resulting in an infinite cycle.

Fix simply changes the type of lvalue from char to int.

Patch is attached. With it fuseison on arm64 works as on x86.

Thank you,
Dan.

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

** Patch added: "0001-Fix-infinite-loop-parsing-line-options-on-arm64.patch"
   
https://bugs.launchpad.net/bugs/1661289/+attachment/4812125/+files/0001-Fix-infinite-loop-parsing-line-options-on-arm64.patch

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

Title:
  fuseiso loops parsing options on aarch64

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

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


[Bug 1331077] Re: [Lenovo ThinkPad Edge E540] suspend/resume failure

2014-11-11 Thread Dan Andreșan
@penalvch Hi Christopher,
E440 and E540 are almost identical, except the size of the screen (14 inch vs 
15 inch).
Even the BIOS releases on Lenovo web are for E440/E540.

Furthermore, there is already another post in this bug reporting E440
(from @achiang).

I have E540 and I'm affected by this problem (although not on Ubuntu,
but on Arch).

I would propose to leave both E440 and E540 as targets for this bug.

Thanks,
Dan.

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

Title:
  [Lenovo ThinkPad Edge E540] suspend/resume failure

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

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


[Bug 725434] Re: Nvidia drivers lead to extra memory usage for each process using libGL

2011-07-29 Thread Dan Andreșan
I have 11.10 on AMD Athlon 3500+, 1GB RAM and Nvidia 6200.

Seems this is not enough for Oneiric :(

Without X my usage is 134Mb (or something).
With X at lightdm-greeter 230 Mb
With a session started, 700 Mb.

If I start another app or two, I starts trashing swap memory usage
increases, etc.

I read all comment, NVIDIA is guily, I know.
Don't forget to update the minimum requirements for Oneiric then when using it 
with the proprietary drivers :(

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

Title:
  Nvidia drivers lead to extra memory usage for each process using libGL

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

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


[Bug 603656] Re: [maverick] Package eclipse has broken dependencies.

2010-08-16 Thread Dan Andreșan
even better, why not go for Eclipse 3.6 (Helios), release on 23rd of
June?

-- 
[maverick] Package eclipse has broken dependencies.
https://bugs.launchpad.net/bugs/603656
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 554963] Re: Nautilus gives Could not display computer:///. error when unmounting a volume for the first time for that login

2010-08-03 Thread Dan Andreșan
The bug still exists, exactly as described in Maverick fully updated.

@Sebastien, I saw that people are asked to report bugs directly to
Gnome.

Although I understand the reason behind it, is it not better for Ubuntu
to have one person responsible for a package and that person to do all
the upstream reports?

I mean, the Gnome people might give more attention to a bug reported by
The Official Ubuntu Caretaker for Nautilus than a bug reported by me,
for example.

Thanks.

-- 
Nautilus gives Could not display computer:///. error when unmounting a volume 
for the first time for that login
https://bugs.launchpad.net/bugs/554963
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 435808] Re: ath5k phy0: noise floor calibration *failed* (not *timeout*)

2010-08-02 Thread Dan Andreșan
Happy to announce that I don't see this anymore on Maverick.

-- 
ath5k phy0: noise floor calibration *failed* (not *timeout*)
https://bugs.launchpad.net/bugs/435808
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 382117] Re: Renaming a file through Samba overwrites existing one

2010-07-27 Thread Dan Andreșan
Sebastien,

The bug still exists in Lucid (fully up to date).
I hit it by mistake, renaming some TV episodes on a NAS connected through 
Nautilus Samba (smb://server/share).
But, as you correctly pointed out, it is not related to samba, but to gvfs.

Allow me to be brief:
D1. create two files on desktop, one first.txt, second second.txt and write 
first in the first one and second in the second one
D2. try to rename first.txt to second.txt. Nautilus complains: 'The item could 
not be renamed. The name second.txt is already used in this folder. Please 
use a different name'. GOOD!

F1. copy first.txt and second.txt to a ftp server via Nautilus FTP connection.
F2. try to rename first.txt to second.txt. BAM! You've just lost the original 
second.txt

S1. copy first.txt and second.txt to a samba server via Nautilus SMB connection.
S2. try to rename first.txt to second.txt. BAM! You've just lost the original 
second.txt

This should not happen. Of course, Thierry is right, mv does not prompt.
In this case, please remove the prompt from Nautilus in D2 case (on the
desktop). Oh, the developer intent was to protect the user. In this
case, protect the user also when he/she is using smb or ftp in Nautilus
through gvfs.

Thanks,
Dan.

-- 
Renaming a file through Samba overwrites existing one
https://bugs.launchpad.net/bugs/382117
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 382117] Re: Renaming a file through Samba overwrites existing one

2010-07-27 Thread Dan Andreșan
Sebastien,

The bug still exists in Lucid (fully up to date).
I hit it by mistake, renaming some TV episodes on a NAS connected through 
Nautilus Samba (smb://server/share).
But, as you correctly pointed out, it is not related to samba, but to gvfs.

Allow me to be brief:
D1. create two files on desktop, one first.txt, second second.txt and write 
first in the first one and second in the second one
D2. try to rename first.txt to second.txt. Nautilus complains: 'The item could 
not be renamed. The name second.txt is already used in this folder. Please 
use a different name'. GOOD!

F1. copy first.txt and second.txt to a ftp server via Nautilus FTP connection.
F2. try to rename first.txt to second.txt. BAM! You've just lost the original 
second.txt

S1. copy first.txt and second.txt to a samba server via Nautilus SMB connection.
S2. try to rename first.txt to second.txt. BAM! You've just lost the original 
second.txt

This should not happen. Of course, Thierry is right, mv does not prompt.
In this case, please remove the prompt from Nautilus in D2 case (on the
desktop). Oh, the developer intent was to protect the user. In this
case, protect the user also when he/she is using smb or ftp in Nautilus
through gvfs.

Thanks,
Dan.

-- 
Renaming a file through Samba overwrites existing one
https://bugs.launchpad.net/bugs/382117
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 605614] Re: [ATI] GPU lockup with gfxpayload=keep

2010-07-19 Thread Dan Andreșan
no image on the monitor after booting Maverick with a newly inserted ATI Radeon 
HD 3450.
cannot switch to the text consoles
I'm going to try some workarounds and post back.

-- 
[ATI] GPU lockup with gfxpayload=keep
https://bugs.launchpad.net/bugs/605614
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 479597] Re: HP Mini 311 - Does not always boot

2010-05-17 Thread Dan Andreșan
#40,

when you updated to 2.6.3.22 the initrd was regenerated for you (please
have a look in /boot)

so, when you boot with 2.6.3.22, you don't have the problem
when you boot it with 2.6.3.21 you have it

but nothing was fixed in between

just the typical workaround:

1. manage to boot
2. blacklist the offending drivers
3. regenerate initrd
4. solved - worked around actually

-- 
HP Mini 311 - Does not always boot
https://bugs.launchpad.net/bugs/479597
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 565405] Re: libvdpau1(dependance) not installed with nvidia and mplayer

2010-05-17 Thread Dan Andreșan
confirmed

-- 
libvdpau1(dependance) not installed with nvidia and mplayer
https://bugs.launchpad.net/bugs/565405
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 479597] Re: HP Mini 311 - Does not always boot

2010-04-23 Thread Dan Andreșan
Olof,

seems like the noload is applied only when booting from a livecd.

try multiple times to boot, you will succeed in the end.

then blacklist b43 and ssb

this is not all

on my hp 311 it seems like it wanted to load the b43-pci-bridge from
initrd.

so, after booting, without b43 and ssb modules in memory, I typed

sudo update-initramfs -u

and this fixed it for me

then I activated Broadcom STA driver. no problems since then.

by the way, the b43-pci-bridge message is comming from ssb module.

good luck.

-- 
HP Mini 311 - Does not always boot
https://bugs.launchpad.net/bugs/479597
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 527890] Re: ALPS touchpad in HP Mini 311 not configurable/recognized as a touchpad

2010-04-21 Thread Dan Andreșan
@FreeAtMind,

HP acquired Compaq a couple of years ago.
In some countries (in Europe?) HP Mini 311 is sold as Compaq Mini 311.

The differences in harddisk, memory, OS appear from the second part:
1010SP, 1025NR, 1000NR, etc.

The touchpad I guess is the same for every HP/Compaq Mini 311

P.S. I don't know about the little c at the end (311c)

-- 
ALPS touchpad in HP Mini 311 not configurable/recognized as a touchpad
https://bugs.launchpad.net/bugs/527890
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 563771] Re: package ttf-indic-fonts-core 1:0.5.4ubuntu2 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127

2010-04-15 Thread Dan Andreșan
@xxvirusxx: wait for the change to propagate.

Look at the error message, you are still trying to install version 0.5.8ubuntu1
The fix is in 0.5.8ubuntu2.

-- 
package ttf-indic-fonts-core 1:0.5.4ubuntu2 failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/563771
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 563773] Re: package ttf-indic-fonts-core 1:0.5.4ubuntu2 failed to install/upgrade: ErrorMessage: package ttf-indic-fonts-core is already installed and configured

2010-04-15 Thread Dan Andreșan
*** This bug is a duplicate of bug 563771 ***
https://bugs.launchpad.net/bugs/563771

** This bug has been marked a duplicate of bug 563771
   package ttf-indic-fonts-core 1:0.5.4ubuntu2 failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 127

-- 
package ttf-indic-fonts-core 1:0.5.4ubuntu2 failed to install/upgrade: 
ErrorMessage: package ttf-indic-fonts-core is already installed and configured
https://bugs.launchpad.net/bugs/563773
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 541482] Re: eclipse unable to 'install new software'

2010-03-24 Thread Dan Andreșan
hav0cer, please cut and paste correctly (you forgot -vmargs)

The correct workaround is:
-vmargs -Djava.net.preferIPv4Stack=true

I was affected too and now I'm ok if I launch eclipse this way.

-- 
eclipse unable to 'install new software'
https://bugs.launchpad.net/bugs/541482
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 538773] Re: gnochm in lucid cant install ( gnochm: Зависит: python-gtkhtml2 but it is not installable)

2010-03-24 Thread Dan Andreșan
d...@shuttle:~$ sudo aptitude install gnochm
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
The following packages are BROKEN:
  gnochm 
The following NEW packages will be installed:
  libchm1{a} python-chm{a} 
0 packages upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 227kB of archives. After unpacking 1,176kB will be used.
The following packages have unmet dependencies:
  gnochm: Depends: python-gtkhtml2 which is a virtual package.
The following actions will resolve these dependencies:

Keep the following packages at their current version:
gnochm [Not Installed]

Score is -9881

Accept this solution? [Y/n/q/?] q
Abandoning all efforts to resolve these dependencies.
Abort.

-- 
gnochm in lucid cant install ( gnochm:  Зависит: python-gtkhtml2  but it is not 
installable)
https://bugs.launchpad.net/bugs/538773
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 531556] Re: [Lucid] Blank Screen after login

2010-03-11 Thread Dan Andreșan
Same behavior here as #8 on an nVidia 6200 card (with proprietary
drivers). Pressing Return will redisplay the greeter, this time visible
(I know it is a redisplay, because I can hear the sound). Ubuntu Lucid
up-to-date, upgraded from Karmic where I didn't experience this problem.

-- 
[Lucid] Blank Screen after login
https://bugs.launchpad.net/bugs/531556
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 533136] Re: Flicker when a view mode is selected

2010-03-11 Thread Dan Andreșan
Could I ask people who are able to reproduce this bug (should be easy, just a 
click)
AND
who have an Bugzilla GNOME account OR want to create one

to confirm this bug on GNOME's Bug System:
https://bugzilla.gnome.org/show_bug.cgi?id=612270

Otherwise it will stay as Unconfirmed and I don't think Gnome developers
will have a look at it.

Thanks in advance.

-- 
Flicker when a view mode is selected
https://bugs.launchpad.net/bugs/533136
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 533136] Re: Flicker when a view mode is selected

2010-03-09 Thread Dan Andreșan
Thanks Angel for sending it upstream.

The problem persists with the new nautilus 2.29.92-0ubuntu1.
I added myself to GNOME bug and I'll follow it there, posting here when it is 
solved.

-- 
Flicker when a view mode is selected
https://bugs.launchpad.net/bugs/533136
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 435808] Re: ath5k phy0: noise floor calibration *failed* (not *timeout*)

2010-03-07 Thread Dan Andreșan
Just to let you know that I upgraded to Lucid. I also returned the
Atheros card in my computer (I was using a Ralink USB stick for a
while). I still see the failed messages.

I would wait for a while (this weekend) to see how many I get and then I
will install linux-backports-modules-wireless-2.6.32.15 to see if I can
get rid of them as suggested.

Thanks.

-- 
ath5k phy0: noise floor calibration *failed* (not *timeout*)
https://bugs.launchpad.net/bugs/435808
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 444449] Re: Firefox slow google reader

2010-03-07 Thread Dan Andreșan
fixed in Lucid alpha 3.

-- 
Firefox slow google reader
https://bugs.launchpad.net/bugs/49
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 533136] [NEW] Flicker when a view mode is selected

2010-03-05 Thread Dan Andreșan
Public bug reported:

Binary package hint: nautilus

After I select a view mode (list view, icon view, compact view) the view
selection combobox will ugly flicker for a while before selecting the
right mode.

Try, it does this every time.

Lucid, fully updated. I guess the bug report (using the nautilus menu)
added all the required info automatically. If not, please ask for more
info and I'll provide it.

ProblemType: Bug
Architecture: i386
Date: Sat Mar  6 09:22:44 2010
DistroRelease: Ubuntu 10.04
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release Candidate i386 
(20091020.3)
NonfreeKernelModules: nvidia
Package: nautilus 1:2.29.91-0ubuntu2
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-15.22-generic
SourcePackage: nautilus
Uname: Linux 2.6.32-15-generic i686
XsessionErrors:
 Error:No Symbols named comma in the include file gb
 (polkit-gnome-authentication-agent-1:2161): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed

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


** Tags: apport-bug i386 lucid

-- 
Flicker when a view mode is selected
https://bugs.launchpad.net/bugs/533136
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 533136] Re: Flicker when a view mode is selected

2010-03-05 Thread Dan Andreșan

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

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

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

** Attachment added: usr_lib_nautilus.txt
   http://launchpadlibrarian.net/40315332/usr_lib_nautilus.txt

-- 
Flicker when a view mode is selected
https://bugs.launchpad.net/bugs/533136
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 533138] [NEW] Duplicate Important emblem in Nautilus

2010-03-05 Thread Dan Andreșan
Public bug reported:

Binary package hint: nautilus

Lucid, fully updated. Upgraded from Karmic.

Start Nautilus, select Emblems on the left, scroll down and ... behold the two 
Important emblems.
Image attached for your viewing pleasure.

ProblemType: Bug
Architecture: i386
Date: Sat Mar  6 09:30:58 2010
DistroRelease: Ubuntu 10.04
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release Candidate i386 
(20091020.3)
NonfreeKernelModules: nvidia
Package: nautilus 1:2.29.91-0ubuntu2
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-15.22-generic
SourcePackage: nautilus
Uname: Linux 2.6.32-15-generic i686
XsessionErrors:
 Error:No Symbols named comma in the include file gb
 (polkit-gnome-authentication-agent-1:2161): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed

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


** Tags: apport-bug i386 lucid

-- 
Duplicate Important emblem in Nautilus
https://bugs.launchpad.net/bugs/533138
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 533138] Re: Duplicate Important emblem in Nautilus

2010-03-05 Thread Dan Andreșan

** Attachment added: duplicate emblem.png
   http://launchpadlibrarian.net/40315830/duplicate%20emblem.png

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

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

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

** Attachment added: usr_lib_nautilus.txt
   http://launchpadlibrarian.net/40315682/usr_lib_nautilus.txt

-- 
Duplicate Important emblem in Nautilus
https://bugs.launchpad.net/bugs/533138
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 435808] Re: ath5k phy0: noise floor calibration *failed* (not *timeout*)

2010-02-19 Thread Dan Andreșan
Jaime,

please read the title of the bug. It reads: noise floor calibration
failed (not timeout).

The timeout bug is Bug 427439
This is the failed bug.

-- 
ath5k phy0: noise floor calibration *failed* (not *timeout*)
https://bugs.launchpad.net/bugs/435808
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 427439] Re: [52.118558] ath5k phy0: noise floor calibration timeout (2412MHz)

2010-02-19 Thread Dan Andreșan
^_Pepe_^,

could you explain why you suggest in #17 that this bug should be marked as a 
duplicate of bug 435808?
As I see it, this one treats: calibration timeout messages, the other bug 
treats calibration failed.

I guess, since we have different error messages, that the cause is
different... Similar, maybe, but not duplicate.

-- 
[52.118558] ath5k phy0: noise floor calibration timeout (2412MHz)
https://bugs.launchpad.net/bugs/427439
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 383927] Re: endless loading in nautilus / some files missing

2010-02-05 Thread Dan Andreșan
I was able to reproduce it based on Jeff's description above.

Even more, when I was creating the folder starting with dot, after
finishing typing (.something) I pressed on Enter. The folder disappeared
(ok) BUT another one appeared in Nautilus called untitled folder. It
appears only at that instance and it disappears afterward, it is not
created on disk (I checked), the correct .something is created on disk.

Karmic 32-bit fully updated as per today.

$ apt-cache policy nautilus
nautilus:
  Installed: 1:2.28.1-0ubuntu3
  Candidate: 1:2.28.1-0ubuntu3
  Version table:
 *** 1:2.28.1-0ubuntu3 0
500 http://archive.ubuntu.com karmic-updates/main Packages
100 /var/lib/dpkg/status
 1:2.28.1-0ubuntu1 0
500 http://archive.ubuntu.com karmic/main Packages

-- 
endless loading in nautilus / some files missing
https://bugs.launchpad.net/bugs/383927
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 444449] Re: Firefox slow google reader

2009-12-18 Thread Dan Andreșan
zhekanax,

you did not *solved* it, you *avoided* it by choosing an alternate
browser.

-- 
Firefox slow google reader
https://bugs.launchpad.net/bugs/49
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 432089] Re: performs poorly on slow HDD

2009-12-02 Thread Dan Andreșan
Nice, ureadahead shave 50% of my boot time.

Now, sreadahead is left as a transitional package which can be
removed.

When I want to remove it (I like things as clean as possible) it
helpfully offer to remove ubuntu-desktop too.

Could you remove the dependency? Thanks.

-- 
performs poorly on slow HDD
https://bugs.launchpad.net/bugs/432089
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 412785] Re: [Karmic] Intel 536EP driver won't compile

2009-12-02 Thread Dan Andreșan
Check this: http://groups.google.com/group/ubuntu-modems

deb packages for 536EP were created on 29th of November (3 days ago)

-- 
[Karmic]  Intel 536EP driver won't compile
https://bugs.launchpad.net/bugs/412785
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 444449] Re: Firefox slow google reader

2009-11-18 Thread Dan Andreșan
@Micah,

Ubuntu Karmic up to date.
I run your command. I added -safe-mode parameter to firefox just to disable any 
extensions which might interfere.
Same behaviour: slow scrolling in Google Reader. Desktop effects enabled, 
nVidia card.

See the attached strace and please tell me if you need more info.

** Attachment added: ff_strace.log.gz
   http://launchpadlibrarian.net/35817547/ff_strace.log.gz

-- 
Firefox slow google reader
https://bugs.launchpad.net/bugs/49
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 444449] Re: Firefox slow google reader

2009-11-18 Thread Dan Andreșan
@Micah,

Ubuntu Karmic up to date.
I run your command. I added -safe-mode parameter to firefox just to disable any 
extensions which might interfere.
Same behaviour: slow scrolling in Google Reader. Desktop effects enabled, 
nVidia card.

See the attached strace and please tell me if you need more info.

** Attachment added: strace -eopen -f firefox -safe-mode 21 | tee 
ff_strace.log
   http://launchpadlibrarian.net/35817584/ff_strace.log.gz

-- 
Firefox slow google reader
https://bugs.launchpad.net/bugs/49
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 412130] Re: alt-tab no longer works

2009-11-03 Thread Dan Andreșan
Solution:
gconftool -u /apps/metacity/global_keybindings/switch_windows

It will switch it from disabled to its default state Alt-Tab

-- 
alt-tab no longer works
https://bugs.launchpad.net/bugs/412130
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 450290] Re: empathy crashed with SIGSEGV in g_type_check_instance()

2009-10-29 Thread Dan Andreșan
@Benjamin, there is no list. The next one of you who will reinstall will have 
to generate it.
This will help other people.

@Guilherme, for the moment launchpad doesn't allow me to see bug 462598.
I'll try later.

My guess is this bug will take a long time to be solved if no one will
generate that list for the developers to be able to compare what
files/packages were installed after/before. They will focus on bugs in
Karmic, or in bugs which appeared in the upgrade process from Jaunty to
Karmic and not on the bugs which appeared for testers who migrated their
computer through all Karmic stages (from alpha to release). Now I
understand why it was suggested that once a release becomes stable to
reinstall. I did not believe but this bug helped me see the truth ;)

I cannot help anymore since empathy is working for me now. Everyone who
will reinstall Karmic will have empathy working.

-- 
empathy crashed with SIGSEGV in g_type_check_instance()
https://bugs.launchpad.net/bugs/450290
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 450290] Re: empathy crashed with SIGSEGV in g_type_check_instance()

2009-10-28 Thread Dan Andreșan
Nathan, please seem my comments (25 and 26).

If I am right - and I know I am ;) - no amount of removing the local 
configuration will help.
You will need to reinstall Ubuntu (not empathy, I should have been clearer in 
my post).
It takes 30 minutes (if you have a separate home partition) and you loose 
nothing.

But please, take a list of your files and packages before and after the process 
in order to help developers to spot the difference.
Good luck!

-- 
empathy crashed with SIGSEGV in g_type_check_instance()
https://bugs.launchpad.net/bugs/450290
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 450290] Re: empathy crashed with SIGSEGV in g_type_check_instance()

2009-10-25 Thread Dan Andreșan
Since it manifest itself even for a newly created user (with no configuration 
files whatsoever);
Since this critical bug for empathy doesn't get more attention, which means 
only a handful of people are affected;
Since I upgraded from Jaunty (long time ago, Karmic Alpha 1) and kept upgrading;
I can safely infer that the trouble comes from a leftover library/file/whatever 
in the day to day upgrade process.

The solution is simple and it comes back to the Windows days: reinstall.
I will loose nothing, all my data and configuration is in my home partition.

I will be back with a report after the not so painful process.

P.S. Before taking this route, please check that the bug is not in your
local configuration files. If it crashes for a newly created user, it is
in the system configuration (reinstall). If it works for a newly created
user, it is in your user settings (clean your user configuration,
difficult to know what to delete).

P.P.S. I think there are two bugs in this report: one is with the
indicator, the other one is with empathy-main-window.ui (comment 15)

-- 
empathy crashed with SIGSEGV in g_type_check_instance()
https://bugs.launchpad.net/bugs/450290
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 450290] Re: empathy crashed with SIGSEGV in g_type_check_instance()

2009-10-25 Thread Dan Andreșan
Yes, this was it! It works now, after reinstall. Painless...

Now, I was stupid. I should have saved a list of files (and a list of
packages) on the previous install and compare it with the one for the
new install. It would have helped other people to know exactly what to
remove/delete.

Please, the next one who will make the reinstall trick, get this info before 
doing it and attach it to this bug report.
An empathic thanks!

-- 
empathy crashed with SIGSEGV in g_type_check_instance()
https://bugs.launchpad.net/bugs/450290
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 450290] Re: empathy crashed with SIGSEGV in g_type_check_instance()

2009-10-22 Thread Dan Andreșan
I've got the same trace as Peter in comment #15
I have empathy 2.28.1

I started to get this crashes (not being able to run empathy) a couple of weeks 
ago, but I don't remember exactly when.
My account was automatically imported from pidgin and it worked with empathy 
without problems until the crash stopping me from starting empathy appeared.

What is worse is the fact that, even in a newly created account,
completely empty (no files whatsoever in that /home/user directory) the
empathy still crashes at startup. THIS shows me that the bug is not
related to my personal settings, it will happen for every user of my
computer (fortunately I'm the only one using it)

I was able to make it display the list of accounts ($ empathy -a) and
they were correct. But I crashed even when I asked it to start without
connecting ($ empathy -n)

-- 
empathy crashed with SIGSEGV in g_type_check_instance()
https://bugs.launchpad.net/bugs/450290
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 454297] Re: drag and drop images or video into subfolder will prevent folder from loading

2009-10-19 Thread Dan Andreșan
Attaching a video showing the bug is one of the best ideas I saw recently.
With people speaking so many languages and maybe interpret differently what 
someone is saying, the video on the other hand shows perfectly the bug.

Congratulations! Now let's hope that GNOME people will be quick to act
and fix it.

-- 
drag and drop images or video into subfolder will prevent folder from loading
https://bugs.launchpad.net/bugs/454297
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 428783] Re: shadow remains on desktop after closing clock applet window

2009-10-12 Thread Dan Andreșan
@darthanubis,

please read this bug title and descriptions. It is about the *clock*
applet. This was fixed

The Investor applet shadow is another bug, specifically related to the Investor 
applet code.
If you want to help, please fill it as a *new* bug.

Using harsh language is not helpful.

Thank you.

-- 
shadow remains on desktop after closing clock applet window
https://bugs.launchpad.net/bugs/428783
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 428783] Re: shadow remains on desktop after closing applet window

2009-10-05 Thread Dan Andreșan
gone :)

nvidia 6200 agp, amd 32bit, nvidia 185

-- 
shadow remains on desktop after closing applet window
https://bugs.launchpad.net/bugs/428783
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 441998] [NEW] Cannot browse through pictures using Next button

2009-10-04 Thread Dan Andreșan
Public bug reported:

Binary package hint: eog

Steps to reproduce:

1. Go to a folder with multiple pictures (at least three)
2. Click on the 1st one, Eye of Gnome will open with that picture.
3. Click on Next and DO NOT MOVE THE MOUSE
The second picture will appear and the Next button looks like unselected
4. WITHOUT MOVING THE MOUSE click on Next
... Nothing happens ... instead of third picture being displayed
5. Move mouse a little bit and Next button looks like selected again
6. Click on Next
The third pictures appears.

So instead of browsing: Click, Click, Click
I need to Click, Move mouse, Click, Move mouse, Click, etc.

I propose it as a regression (I don't remember seeing it before) and as a 
paper-cut.
Please ask for any more info and I will quickly provide the info needed. Thanks.

Description:Ubuntu karmic (development branch)
Release:9.10

eog:
  Installed: 2.28.0-0ubuntu1
  Candidate: 2.28.0-0ubuntu1
  Version table:
 *** 2.28.0-0ubuntu1 0
500 http://archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

ProblemType: Bug
Architecture: i386
Date: Sun Oct  4 10:35:34 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/eog
NonfreeKernelModules: nvidia
Package: eog 2.28.0-0ubuntu1
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
SourcePackage: eog
Uname: Linux 2.6.31-11-generic i686

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


** Tags: apport-bug eog i386 regression

-- 
Cannot browse through pictures using Next button
https://bugs.launchpad.net/bugs/441998
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 441998] Re: Cannot browse through pictures using Next button

2009-10-04 Thread Dan Andreșan

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

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

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

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

-- 
Cannot browse through pictures using Next button
https://bugs.launchpad.net/bugs/441998
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 441217] Re: eye of gnome image viewer- cant click on previous/next button more than once without moving the mouse

2009-10-04 Thread Dan Andreșan
same behaviour here, on 32 bit

-- 
eye of gnome image viewer- cant click on previous/next button more than once 
without moving the mouse
https://bugs.launchpad.net/bugs/441217
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 441998] Re: Cannot browse through pictures using Next button

2009-10-04 Thread Dan Andreșan
*** This bug is a duplicate of bug 441905 ***
https://bugs.launchpad.net/bugs/441905

** This bug is no longer a duplicate of bug 441217
   eye of gnome image viewer- cant click on previous/next button more than once 
without moving the mouse
** This bug has been marked a duplicate of bug 441905
   [Karmic] strange behaivor by clicking buttons

-- 
Cannot browse through pictures using Next button
https://bugs.launchpad.net/bugs/441998
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 441217] Re: eye of gnome image viewer- cant click on previous/next button more than once without moving the mouse

2009-10-04 Thread Dan Andreșan
*** This bug is a duplicate of bug 441905 ***
https://bugs.launchpad.net/bugs/441905

** This bug has been marked a duplicate of bug 441905
   [Karmic] strange behaivor by clicking buttons

-- 
eye of gnome image viewer- cant click on previous/next button more than once 
without moving the mouse
https://bugs.launchpad.net/bugs/441217
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 441905] Re: [Karmic] strange behaivor by clicking buttons

2009-10-04 Thread Dan Andreșan
Same here with eog (Eye of Gnome), clicking Next to browse the pictures
doesn't work without waggling the mouse between clicks.

-- 
[Karmic] strange behaivor by clicking buttons
https://bugs.launchpad.net/bugs/441905
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 441905] Re: [Karmic] strange behaivor by clicking buttons

2009-10-04 Thread Dan Andreșan
@micha, thanks for the simple script demo-ing the problem.
I just want to make a correction. You said:
clicking once works, but clicking again works only if the pointer first leaves 
the widget.

Not true here, clicking again works if I move the pointer even with 1
pixel, while still on the widget, no need to leave it and return.

-- 
[Karmic] strange behaivor by clicking buttons
https://bugs.launchpad.net/bugs/441905
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 430654] Re: udev 147 outputs warnings about default rules

2009-10-02 Thread Dan Andreșan
@bwat47, please read the title of this bug.

Check if text you see on screen is coming from udev. It should not, as this is 
fixed.
The other text items might still appear (I have them on my computer), but 
this is not traced by this bug.

-- 
udev 147 outputs warnings about default rules
https://bugs.launchpad.net/bugs/430654
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 421221] Re: menu entry says 'gedit' should say 'Text Editor'

2009-09-29 Thread Dan Andreșan
@Sebastien,

I read the upstream bug. The reason why gedit item is displayed like
this is because it has a X-GNOME-FullName in its .desktop file. This
seems to be a feature, not a bug.

gcalctool and baobab are not displayed like
gcaltool Calculator and baobab Disk Usage Analyzer (like we see in their 
About box) because they don't have a X-GNOME-FullName.

Since gedit is one of the first application to use this new naming spec,
I will live with it, but I would really not want to contribute to the
uglyfication of the other two.

So I would not open a new bug :)

-- 
menu entry says 'gedit' should say 'Text Editor'
https://bugs.launchpad.net/bugs/421221
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 421221] Re: menu entry says 'gedit' should say 'Text Editor'

2009-09-25 Thread Dan Andreșan
ok, if I understand comment #11 correctly, the bug is in nautilus: Nautilus 
does not use the new key for the menu title
Should I create the bug report, or it already exists?

-- 
menu entry says 'gedit' should say 'Text Editor'
https://bugs.launchpad.net/bugs/421221
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 435808] [NEW] ath5k phy0: noise floor calibration *failed* (not *timeout*)

2009-09-24 Thread Dan Andreșan
Public bug reported:

This is not the ath5k phy0: noise floor calibration timeout bug
This is ath5k phy0: noise floor calibration failed bug

Ubuntu Karmic fully updated.

The computer works normally, just the log is full of this kind of
messages.

What is strange, it seems to repeat at intervals of 8 minutes and 6 minutes.
I attach the grepped /var/log/syslog for you to have a look. Pretty strange.

Please ask for more info and I will quickly provide it.

ProblemType: Bug
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  dan2275 F pulseaudio
 /dev/snd/controlC0:  dan2275 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'CK8S'/'NVidia CK8S with ALC655 at irq 23'
   Mixer name   : 'Realtek ALC655 rev 0'
   Components   : 'AC97a:414c4760'
   Controls  : 41
   Simple ctrls  : 26
Card1.Amixer.info:
 Card hw:1 'U0x4710x329'/'USB Device 0x471:0x329 at usb-:00:02.2-1.2.2, 
full speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB0471:0329'
   Controls  : 2
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'Mic',0
   Capabilities: cvolume cvolume-joined cswitch cswitch-joined
   Capture channels: Mono
   Limits: Capture 0 - 3
   Mono: Capture 3 [100%] [60.00dB] [on]
Date: Thu Sep 24 13:34:09 2009
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=fcccee27-415a-4f35-81d4-fa983efe76b8
MachineType: Shuttle Inc SN95G4
NonfreeKernelModules: nvidia
Package: linux-image-2.6.31-10-generic 2.6.31-10.35
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-10-generic 
root=UUID=38a2e156-c9f5-427e-abea-12ae36e47f27 ro quiet splash 
acpi_enforce_resources=lax
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-10.35-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-10-generic N/A
 linux-firmware 1.19
SourcePackage: linux
Uname: Linux 2.6.31-10-generic i686
WpaSupplicantLog:
 
dmi.bios.date: 02/09/2006
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: FN95
dmi.board.vendor: Shuttle Inc
dmi.board.version: V10
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd02/09/2006:svnShuttleInc:pnSN95G4:pvrV10:rvnShuttleInc:rnFN95:rvrV10:cvn:ct3:cvr:
dmi.product.name: SN95G4
dmi.product.version: V10
dmi.sys.vendor: Shuttle Inc

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


** Tags: apport-bug ath5k i386

-- 
ath5k phy0: noise floor calibration *failed* (not *timeout*)
https://bugs.launchpad.net/bugs/435808
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 435808] Re: ath5k phy0: noise floor calibration *failed* (not *timeout*)

2009-09-24 Thread Dan Andreșan

** Attachment added: lspci-vnvn.log
   http://launchpadlibrarian.net/32361361/lspci-vnvn.log

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

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

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/32361364/ArecordDevices.txt

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

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

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   http://launchpadlibrarian.net/32361367/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
http://launchpadlibrarian.net/32361368/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

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

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

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/32361371/IwConfig.txt

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

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

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

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

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

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

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/32361379/RfKill.txt

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

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

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/32361382/WifiSyslog.txt

-- 
ath5k phy0: noise floor calibration *failed* (not *timeout*)
https://bugs.launchpad.net/bugs/435808
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 435808] Re: ath5k phy0: noise floor calibration *failed* (not *timeout*)

2009-09-24 Thread Dan Andreșan

** Attachment added: grepped syslog (see 6 and 8 minutes intervals)
   http://launchpadlibrarian.net/32361593/syslog_failed

-- 
ath5k phy0: noise floor calibration *failed* (not *timeout*)
https://bugs.launchpad.net/bugs/435808
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 430277] Re: ubuntuone icon is colorful while the other panel icons are dark

2009-09-24 Thread Dan Andreșan
If it is agreed that system icons (sound, network manager, etc.) are to
be grayscale, please do not forget the bluetooth one (the blue one which
appears when you have a bluetooth device connected)

-- 
ubuntuone icon is colorful while the other panel icons are dark
https://bugs.launchpad.net/bugs/430277
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 429523] Re: bluetooth-wizard will not run - assertion failure

2009-09-24 Thread Dan Andreșan
@icb410,
libnm-glib-vpn.so.0 is a different (temporary) issue, I guess if you update you 
will not see it again.

excepting that line, all the other messages are exactly like in comment
12.

-- 
bluetooth-wizard will not run - assertion failure
https://bugs.launchpad.net/bugs/429523
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 429523] Re: bluetooth-wizard will not run - assertion failure

2009-09-24 Thread Dan Andreșan
Bug #436049 is marked as a duplicate of this one

-- 
bluetooth-wizard will not run - assertion failure
https://bugs.launchpad.net/bugs/429523
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 421221] Re: menu entry says 'gedit' should say 'Text Editor'

2009-09-22 Thread Dan Andreșan
For consistency,
in order to match gedit Text Editor,
please rename some others,
From Application|Accesories,
As follows:

gcalctool Calculator
baobab Disk Usage Analyzer
gedit Text Editor -- done already, it looks nice

After all, this is what
Appears in the Help|About
When you click on it,
For each application
In question.

Please try
and you'll see.

thanks,
Dan.

-- 
menu entry says 'gedit' should say 'Text Editor'
https://bugs.launchpad.net/bugs/421221
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 427439] Re: [52.118558] ath5k phy0: noise floor calibration timeout (2412MHz)

2009-09-21 Thread Dan Andreșan
now, I guess this bug can be closed. One hundred different problems... the 
title does not match the description... etc.
better to report one separate bug for each problem.

-- 
[52.118558] ath5k phy0: noise floor calibration timeout (2412MHz)
https://bugs.launchpad.net/bugs/427439
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 427110] Re: python-zopeinterface marked as obsolete but requested by other packages

2009-09-21 Thread Dan Andreșan
Seems like it is solved, it replaced itself with python-zope.interface


d...@shuttle:~$ sudo aptitude remove python-zopeinterface
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
The following packages are BROKEN:
  python-lazr-restfulclient python-twisted-core 
The following packages will be REMOVED:
  python-zopeinterface 
0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 676kB will be freed.
The following packages have unmet dependencies:
  python-twisted-core: Depends: python-zope.interface but it is not installable 
or
python-zopeinterface (= 3.2.1-3) but it is not 
installable
  python-lazr-restfulclient: Depends: python-zope.interface but it is not 
installable or
  python-zopeinterface but it is not 
installable
The following actions will resolve these dependencies:

Install the following packages:
python-zope.interface [3.5.2-1 (karmic)]

Score is 39

Accept this solution? [Y/n/q/?] 
The following NEW packages will be installed:
  python-zope.interface{a} 
The following packages will be REMOVED:
  python-zopeinterface 
0 packages upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
Need to get 124kB of archives. After unpacking 69.6kB will be used.
Do you want to continue? [Y/n/?] 
Writing extended state information... Done
Get:1 http://archive.ubuntu.com karmic/main python-zope.interface 3.5.2-1 
[124kB]
Fetched 124kB in 0s (134kB/s) 
dpkg: python-zopeinterface: dependency problems, but removing anyway as you 
requested:
 python-twisted-core depends on python-zope.interface | python-zopeinterface 
(= 3.2.1-3); however:
  Package python-zope.interface is not installed.
  Package python-zopeinterface is to be removed.
 python-lazr-restfulclient depends on python-zope.interface | 
python-zopeinterface; however:
  Package python-zope.interface is not installed.
  Package python-zopeinterface is to be removed.
(Reading database ... 132889 files and directories currently installed.)
Removing python-zopeinterface ...
Selecting previously deselected package python-zope.interface.
(Reading database ... 132826 files and directories currently installed.)
Unpacking python-zope.interface (from 
.../python-zope.interface_3.5.2-1_i386.deb) ...
Setting up python-zope.interface (3.5.2-1) ...

Reading package lists... Done 
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
Writing extended state information... Done

-- 
python-zopeinterface marked as obsolete but requested by other packages
https://bugs.launchpad.net/bugs/427110
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 427921] Re: [MASTER][karmic][alpha 5]Graphics glitch when clicking on date/time applet

2009-09-19 Thread Dan Andreșan
*** This bug is a duplicate of bug 428783 ***
https://bugs.launchpad.net/bugs/428783

** This bug has been marked a duplicate of bug 428783
   shadow remains on desktop after closing applet window

-- 
[MASTER][karmic][alpha 5]Graphics glitch when clicking on date/time applet
https://bugs.launchpad.net/bugs/427921
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 427439] Re: [52.118558] ath5k phy0: noise floor calibration timeout (2412MHz)

2009-09-18 Thread Dan Andreșan
Hi Leann,

my computer is working normally. It is fully updated, Karmic Alpha 6 and
beyond.

I have these ath5k phy0: noise floor calibration failed and ath5k
phy0: unsupported jumbo messages in my dmesg output. The first one, I
have it 608 times (dmesg buffer rolled over itself by now).

d...@shuttle:~$ uname -a
Linux shuttle 2.6.31-10-generic #34-Ubuntu SMP Wed Sep 16 00:23:19 UTC 2009 
i686 GNU/Linux

d...@shuttle:~$ lspci |grep Atheros
02:06.0 Ethernet controller: Atheros Communications Inc. AR2413 802.11bg NIC 
(rev 01)

I remember seeing them a long time ago (at least a couple of months),
but I thought it will sort itself out. Seems that I was wrong.

Please tell me if you need more info and I will provide it tomorrow.

Thanks,
Dan.

-- 
[52.118558] ath5k phy0: noise floor calibration timeout (2412MHz)
https://bugs.launchpad.net/bugs/427439
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 429003] Re: [karmic] Xorg (and anything GLX) crashes on startup

2009-09-15 Thread Dan Andreșan
Updated, rebooted, fix confirmed!

Thanks Steve, Matthias and all who commented/subscribed to this bug.

-- 
[karmic] Xorg (and anything GLX) crashes on startup
https://bugs.launchpad.net/bugs/429003
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 420015] Re: usblp Kernel module needs to be removed and /dev/bus/usb/*/* made accessible for USB printers to work with CUPS 1.4.x

2009-09-02 Thread Dan Andreșan
@ilna, cups runs as root now, so no need to make the printer owned by lp
group, I guess.

For me, it kind of works but not quite: the printer it is not detected.
If I replace /etc/cups/printers.conf with the old one (where I had the printer 
configured) and restart cups, then it appears in the list of printers, I can 
modify it, save default options, etc.

I did not try to print.

You might want to try my /etc/cups/printers.conf, adjust it to your
needs.

For people thinking this bug is fixed: remove the printer and try to
detect it again. It is not detected here.

r...@shuttle:/etc/cups# cat /etc/cups/printers.conf
# Printer configuration file for CUPS v1.4.0
# Written by cupsd on 2009-09-02 10:05
Printer FS-1030D-2
Info Kyocera FS-1030D
Location shuttle
MakeModel Kyocera FS-1030D
DeviceURI usb://Kyocera/FS-1030D
State Idle
StateTime 1251696880
Type 8425556
Filter application/vnd.cups-raw 0 -
Filter application/vnd.cups-command 0 commandtops
Filter application/vnd.cups-postscript 0 -
Accepting Yes
Shared No
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy retry-job
/Printer

-- 
usblp Kernel module needs to be removed and /dev/bus/usb/*/* made accessible 
for USB printers to work with CUPS 1.4.x
https://bugs.launchpad.net/bugs/420015
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 422008] [NEW] gedit text editor missing name in desktop file

2009-08-31 Thread Dan Andreșan
Public bug reported:

Binary package hint: gedit

Using Ubuntu Karmic fully updated, gedit name is missing from the
Applications menu, i.e. I have Applications|Accessories|gedit instead of
Applications|Accesories|Text Editor

The problems seems to be in /usr/share/applications/gedit.desktop

[Desktop Entry]
Name=gedit
GenericName=Text Editor
Comment=Edit text files

d...@shuttle:/usr/share/applications$ apt-cache policy gedit
gedit:
  Installed: 2.27.5-0ubuntu1
  Candidate: 2.27.5-0ubuntu1
  Version table:
 *** 2.27.5-0ubuntu1 0
500 http://archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

A picture is attached. Instead of gedit it should be Text Editor

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

-- 
gedit text editor missing name in desktop file
https://bugs.launchpad.net/bugs/422008
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 422008] Re: gedit text editor missing name in desktop file

2009-08-31 Thread Dan Andreșan

** Attachment added: gedit.png
   http://launchpadlibrarian.net/31058978/gedit.png

-- 
gedit text editor missing name in desktop file
https://bugs.launchpad.net/bugs/422008
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 418509] Re: [Karmic] Hangs during shutdown with kernel 2.6.31-7

2009-08-28 Thread Dan Andreșan
fixed on Shuttle SN95G5, AMD64 (but running 32 bits)

-- 
[Karmic] Hangs during shutdown with kernel 2.6.31-7
https://bugs.launchpad.net/bugs/418509
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 405544] Re: unable to burn CD or DVD with Brasero with 2.6.31 kernel

2009-08-11 Thread Dan Andreșan
@Michal, you can follow the link in comment #4 to see when the bug is fixed in 
brasero.
After it is fixed there, Ubuntu will pull the latest version as an update and 
everyone will be happy.
So just wait :)

-- 
unable to burn CD or DVD with Brasero with 2.6.31 kernel
https://bugs.launchpad.net/bugs/405544
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 401056] Re: package sysklogd (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2009-08-02 Thread Dan Andreșan
Thanks Arnaud!

I can wait, but I would have waited in vain, because the package was already 
removed, which means no updates for it...
So the remove completely script would never have been updated.

This package should be fixed for Jaunty first, otherwise upgraders will hit 
this problem.
For karmic, just do what Arnaud said.

-- 
package sysklogd (not installed) failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/401056
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 325014] Re: new pulse audio tooltip is corrupted

2009-08-01 Thread Dan Andreșan
Sebastien, no problems on karmic, everything is displayed fine.

Also Nvidia CK8S is replaced by Internal Audio, I guess this was
done in order not to scare people with hardware details :)

-- 
new pulse audio tooltip is corrupted
https://bugs.launchpad.net/bugs/325014
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 361560] Re: Corrupted tracker index causes persistent applet error popup

2009-06-09 Thread Dan Andreșan
*** This bug is a duplicate of bug 346912 ***
https://bugs.launchpad.net/bugs/346912

Nice solution Alex, thanks for posting it yesterday and, again, today.

Now you can also turn off the computer and not only tracker index but
all computer related problems will be solved ;)

-- 
Corrupted tracker index causes persistent applet error popup
https://bugs.launchpad.net/bugs/361560
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 346912] Re: Tracker index corruption (was Tracker does not stop indexing)

2009-05-09 Thread Dan Andreșan
@gabriela Tracker *was* installed and enabled by default in Intrepid. By
upgrading from Intrepid on your two laptops you inherited its
configuration.

To test if tracker is enabled (or even installed) by default in Jaunty
you need to do a fresh install (in a virtual machine for example). Or
just believe the people who say so ;)

-- 
Tracker index corruption (was Tracker does not stop indexing)
https://bugs.launchpad.net/bugs/346912
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 333366] Re: new nautilus window stays in background

2009-04-30 Thread Dan Andreșan
neither do I

2009/4/30 Zied ALAYA alaya.z...@gmail.com:
 Is this bug still open ?
 in my case it's fixed and I don't have this issue any more.

 --
 new nautilus window stays in background
 https://bugs.launchpad.net/bugs/66
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in Nautilus: Confirmed
 Status in Notify OSD: Invalid
 Status in “compiz” source package in Ubuntu: Confirmed
 Status in “gtk+2.0” source package in Ubuntu: Fix Released
 Status in “indicator-applet” source package in Ubuntu: Invalid
 Status in “metacity” source package in Ubuntu: Triaged
 Status in “zenity” source package in Ubuntu: Invalid

 Bug description:
 Binary package hint: nautilus

 New windows of nautilus get unfosed

 $ apt-cache policy nautilus
 nautilus:
  Installed: 1:2.25.91-0ubuntu1
  Candidate: 1:2.25.91-0ubuntu1
  Version table:
  *** 1:2.25.91-0ubuntu1 0
        500 ftp://darkstar.ist.utl.pt jaunty/main Packages
        500 ftp://archive.ubuntu.com jaunty/main Packages
        100 /var/lib/dpkg/status

 $ apt-cache policy libindicate0
 libindicate0:
  Installed: 0.1.1-0ubuntu2
  Candidate: 0.1.1-0ubuntu2
  Version table:
  *** 0.1.1-0ubuntu2 0
        500 ftp://darkstar.ist.utl.pt jaunty/main Packages
        500 ftp://archive.ubuntu.com jaunty/main Packages
        100 /var/lib/dpkg/status

 ProblemType: Bug
 Architecture: amd64
 DistroRelease: Ubuntu 9.04
 NonfreeKernelModules: nvidia
 Package: nautilus 1:2.25.91-0ubuntu1
 ProcEnviron:
  SHELL=/bin/bash
  PATH=(custom, no user)
  LANG=en_US.UTF-8
 SourcePackage: nautilus
 Uname: Linux 2.6.28-8-generic x86_64



-- 
Mind is like a parachute - useless if closed.

-- 
new nautilus window stays in background
https://bugs.launchpad.net/bugs/66
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 353625] Re: smart bar sometimes doesn't search and match

2009-04-03 Thread Dan Andreșan
I confirm.
Ubuntu Jaunty fully updated, still see the problem like once/twice per week.

I start typing into the location bar and no autocompletion of sites happens 
(although it's a popular site I visit).
It is not related with one adress: once it decides not to work, it will not 
work consistently, I need to restart Firefox to make it work again.

-- 
smart bar sometimes doesn't search and match
https://bugs.launchpad.net/bugs/353625
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 354601] [NEW] Tracker's Evolution module misplaced

2009-04-03 Thread Dan Andreșan
Public bug reported:

Binary package hint: tracker

Jaunty, fully updated.

Tracker does not indexes Evolution email, since it cannot load its evolution 
indexer module.
It seems to look for it in the wrong place.

I attached below the version of the tracker, the error showing were it
expects to find the module, the list of modules were we can see the
actual place of the module.

This is a regression.

Thanks.

d...@shuttle:~$ apt-cache policy tracker
tracker:
  Installed: 0.6.92-1ubuntu1
  Candidate: 0.6.92-1ubuntu1
  Version table:
 *** 0.6.92-1ubuntu1 0
500 http://archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

d...@shuttle:~$ cat .local/share/tracker/tracker-indexer.log

03 Apr 2009, 18:54:02: Tracker-Warning **: Could not load indexer module
'evolution': /usr/lib/tracker/indexer-modules/libtracker-module-
evolution.so: cannot open shared object file: No such file or directory

d...@shuttle:~/.cache/tracker$ dpkg-query -L tracker|grep mod
...
/usr/lib/tracker/indexer-modules
/usr/lib/tracker/indexer-modules/libtracker-module-applications.so
/usr/lib/tracker/indexer-modules/libtracker-module-files.so
/usr/lib/tracker/indexer-modules/libtracker-module-gaim-conversations.so
/usr/lib/tracker/push-modules
/usr/lib/tracker/push-modules/daemon
/usr/lib/tracker/push-modules/daemon/libtracker-module-evolution-daemon-module.so
/usr/lib/tracker/push-modules/daemon/libtracker-module_kmail-daemon-module.so
/usr/lib/tracker/push-modules/indexer
/usr/lib/tracker/push-modules/indexer/libtracker-module-evolution-indexer-module.so
/usr/lib/tracker/push-modules/indexer/libtracker-module_kmail-indexer-module.so

** Affects: tracker (Ubuntu)
 Importance: Undecided
 Assignee: Martyn Russell (martyn-lanedo)
 Status: New

-- 
Tracker's Evolution module misplaced
https://bugs.launchpad.net/bugs/354601
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 354601] Re: Tracker's Evolution module misplaced

2009-04-03 Thread Dan Andreșan
Martyn, I've seen that you are the person taking care of tracker, so I assigned 
this to you.
I can provide more info if needed, just ask. Thanks.

** Changed in: tracker (Ubuntu)
 Assignee: (unassigned) = Martyn Russell (martyn-lanedo)

-- 
Tracker's Evolution module misplaced
https://bugs.launchpad.net/bugs/354601
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 354601] Re: Tracker's Evolution module misplaced

2009-04-03 Thread Dan Andreșan
@Chris: lesson learnt, I did not know the proper procedure.
I was actually surprised that I'm allowed to assign people to the bugs, it was 
too tempting not to try.
Suggestion: I guess launchpad can be modified to remove the possibility for 
everyone (like me) to do this and let only developers pick up bugs. In this 
case, the only option would have been to notify Martyn, by subscribing him, and 
he will pick up the bug (or ignore it).

@Martyn: sorry!

@both: thanks for fixing this so quickly!

-- 
Tracker's Evolution module misplaced
https://bugs.launchpad.net/bugs/354601
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 353619] [NEW] Search and Indexing disabled but starts when external storage is connected

2009-04-02 Thread Dan Andreșan
Public bug reported:

Ubuntu Jaunty, up to date.

I have Preferences|Search and Indexings|Indexing Options disabled.

Still, when I connect my ipod, tracker is launched and starts indexing.
It does not indexes the iPod content, but the normal files it would
index when enabled.

This is a bug. If indexing is disabled, it should not index.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Search and Indexing disabled but starts when external storage is connected
https://bugs.launchpad.net/bugs/353619
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 330068] Re: Latest Brasero writes CDs very slowly

2009-03-27 Thread Dan Andreșan
@arty: Pedro was talking about the latest version available on Jaunty

@Pedro: I'm hit by the slow DVD burning speed (I haven't tried burning a
CD lately). Can you provide the upstream link you were talkin about?
Thanks.

-- 
Latest Brasero writes CDs very slowly
https://bugs.launchpad.net/bugs/330068
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 224126] Re: brasero does not check integrity

2009-03-27 Thread Dan Andreșan
Seems to be solved on Jaunty Beta.
The DVD is not ejected, it is read and checksummed immediately after burning.
Looks fine to me.

-- 
brasero does not check integrity
https://bugs.launchpad.net/bugs/224126
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 344386] Re: Please sponsor gcalctool 5.26.0 into jaunty

2009-03-18 Thread Dan Andreșan
why is it 5.26.0 (and the previous one 5.25.92). Shouldn't them be 2.26.0 and 
2.25.92 as being part of Gnome 2.26?
Thanks for clarifying.

-- 
Please sponsor gcalctool 5.26.0 into jaunty
https://bugs.launchpad.net/bugs/344386
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 269652] Re: Worrying message ata4: EH pending after 5 tries, giving up from dmesg

2009-03-17 Thread Dan Andreșan
Fixed indeed. Thanks.

-- 
Worrying message  ata4: EH pending after 5 tries, giving up from dmesg
https://bugs.launchpad.net/bugs/269652
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 269652] Re: Worrying message ata4: EH pending after 5 tries, giving up from dmesg

2009-03-16 Thread Dan Andreșan
It will disappear after the official kernel upgrade (at kernel.org). Now, it is 
at 2.6.28.7 released on 20th of February.
Ubuntu kernel is based on this 2.6.28.7 (the fact that it is called 2.6.28-10 
does not matter)

There is no need to patch it now, since the official update will fix the bug 
anyway and it will appear in time for Jaunty.
Otherwise, if the official kernel is not updated in time, I'm pretty sure that 
Andy will patch the Ubuntu's kernel.

-- 
Worrying message  ata4: EH pending after 5 tries, giving up from dmesg
https://bugs.launchpad.net/bugs/269652
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 325014] Re: new pulse audio tooltip is corrupted

2009-03-14 Thread Dan Andreșan
Chris, I am happy to report that with your PPA packages I had no
problems: nor corrupted sign, nor infinity sign were triggered, as hard
as I tried.

Thanks.

-- 
new pulse audio tooltip is corrupted
https://bugs.launchpad.net/bugs/325014
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 269652] Re: Worrying message ata4: EH pending after 5 tries, giving up from dmesg

2009-03-13 Thread Dan Andreșan
I was notified that the fix was added in the queue for the mainline kernel, 
2.6.27 and 2.6.28.
So, at the next kernel update from kernel.org, the fix should be in.

Andy, just monitor the bug, no need to do anything now.

-- 
Worrying message  ata4: EH pending after 5 tries, giving up from dmesg
https://bugs.launchpad.net/bugs/269652
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 269652] Re: Worrying message ata4: EH pending after 5 tries, giving up from dmesg

2009-03-10 Thread Dan Andreșan
Newly updated official kernel, error still persists:

[  347.060057] ata2: EH pending after 5 tries, giving up
[  347.060065] ata2: EH complete
[  347.736035] ata2: EH complete
[  349.624043] ata2: EH complete
[  350.700042] ata2: EH complete
[  351.936042] ata2: EH complete

d...@shuttle:~$ uname -a
Linux shuttle 2.6.28-9-generic #29-Ubuntu SMP Sun Mar 8 02:03:17 UTC 2009 i686 
GNU/Linux

d...@shuttle:~$ apt-cache policy linux-generic
linux-generic:
  Installed: 2.6.28.9.9
  Candidate: 2.6.28.9.9
  Version table:
 *** 2.6.28.9.9 0
500 http://archive.ubuntu.com jaunty/restricted Packages
100 /var/lib/dpkg/status

Seems like Andy's fix didn't get into this update.

-- 
Worrying message  ata4: EH pending after 5 tries, giving up from dmesg
https://bugs.launchpad.net/bugs/269652
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 269652] Re: Worrying message ata4: EH pending after 5 tries, giving up from dmesg

2009-03-09 Thread Dan Andreșan
Pliz, please read the bug description. The messages you are seeing are
not related to this bug report and this fix did not attempt to fix
them.

On 3/9/09, pliz p...@cs.unm.edu wrote:
 Hi Andy, the fix did not work for me on intrepid 32 bit. I am still
 getting:

 [28568.152468] ata6: EH complete
 [28580.073047] ata6.00: qc timeout (cmd 0xa0)
 [28580.073071] ata6.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
 frozen
 [28580.073088] ata6.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0
 [28580.073091]  cdb 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
 [28580.073094]  res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5
 (timeo
 ut)
 [28580.073102] ata6.00: status: { DRDY ERR }
 [28580.073132] ata6: soft resetting link
 [28580.284447] ata6.00: configured for PIO0
 [28580.284484] ata6: EH complete

 Thanks for trying to repair the bug.

 --
 Worrying message  ata4: EH pending after 5 tries, giving up from dmesg
 https://bugs.launchpad.net/bugs/269652
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in The Linux Kernel: Fix Released
 Status in “linux” source package in Ubuntu: In Progress
 Status in linux in Ubuntu Intrepid: New

 Bug description:
 In 64bit intrepid I find the following messages repeatedly appearing in the
 kernel ring buffer ata4: EH pending after 5 tries, giving up and ata4: EH
 complete. The ata4: EH pending after 5 tries, giving up message seems to
 appear during periods of  hard disk activity

 ProblemType: Bug
 Architecture: amd64
 DistroRelease: Ubuntu 8.10
 LsUsb:
  Bus 002 Device 002: ID 148f:2573 Ralink Technology, Corp. RT2501USB
 Wireless Adapter
  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Package: linux-image-2.6.27-3-generic 2.6.27-3.4 [modified:
 lib/modules/2.6.27-3-generic/modules.pcimap
 lib/modules/2.6.27-3-generic/modules.dep
 lib/modules/2.6.27-3-generic/modules.ieee1394map
 lib/modules/2.6.27-3-generic/modules.usbmap
 lib/modules/2.6.27-3-generic/modules.isapnpmap
 lib/modules/2.6.27-3-generic/modules.inputmap
 lib/modules/2.6.27-3-generic/modules.seriomap
 lib/modules/2.6.27-3-generic/modules.alias
 lib/modules/2.6.27-3-generic/modules.symbols]
 ProcCmdLine: root=UUID=4127621c-1d84-43c1-befe-b2e0fdf1ff4b ro quiet splash
 ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
  LANG=en_GB.UTF-8
  SHELL=/bin/bash
 ProcVersionSignature: Ubuntu 2.6.27-3.4-generic
 SourcePackage: linux


-- 
Sent from my mobile device

Linux is not for everyone. Neither are computers.

-- 
Worrying message  ata4: EH pending after 5 tries, giving up from dmesg
https://bugs.launchpad.net/bugs/269652
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 269652] Re: Worrying message ata4: EH pending after 5 tries, giving up from dmesg

2009-03-09 Thread Dan Andreșan
Sorry, I did not intend to write that thing. This is my signature and it
just appeared there because I replied to the bug notification in email
program, instead of typing the response in this web page. I was in the
metro, using Gmail Mobile and just hit reply. Sorry, I didn't want to
offend anyone.

-- 
Worrying message  ata4: EH pending after 5 tries, giving up from dmesg
https://bugs.launchpad.net/bugs/269652
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 269652] Re: Worrying message ata4: EH pending after 5 tries, giving up from dmesg

2009-03-07 Thread Dan Andreșan
kulight, you are right, I should have specified the architecture: i386

so both i386 and amd64 are tested, message disappeared

-- 
Worrying message  ata4: EH pending after 5 tries, giving up from dmesg
https://bugs.launchpad.net/bugs/269652
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 269652] Re: Worrying message ata4: EH pending after 5 tries, giving up from dmesg

2009-03-06 Thread Dan Andreșan
Andy, I can no longer see the worrying message with your updated kernel
for Jaunty.

Many thanks.

-- 
Worrying message  ata4: EH pending after 5 tries, giving up from dmesg
https://bugs.launchpad.net/bugs/269652
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 269652] Re: Worrying message ata4: EH pending after 5 tries, giving up from dmesg

2009-03-05 Thread Dan Andreșan
Andy, I know that this bug was fixed for Intrepid 2.6.27 as of version 2.6.27-5 
(around 6th of October 2008).
I don't think that it resurfaced in 2.6.27 (Intrepid) (I don't know, I moved to 
Jaunty).

My message refers to 2.6.28 (Jaunty). It seems that new stuff was
introduced in 2.6.28 for nForce 2/3 chipsets which made the fixed bug
reappear. From the patch explanation, by Tejun:

This problem has always been there but is uncovered by recent sata_nv
nf2/3 change which dropped hardreset support while maintaining SCR
access.

I will gladly test an updated 2.6.28 Ubuntu kernel. I already tested
vanilla 2.6.28 on the kernel's Bugzilla and Tejun's patch fixed the
problem. By the way, it was vanilla, but compiled with Ubuntu's kernel
config file.

-- 
Worrying message  ata4: EH pending after 5 tries, giving up from dmesg
https://bugs.launchpad.net/bugs/269652
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 288648] Re: Orca should not be shown in default installation as the single item in Applications-Accessibility menu

2009-03-05 Thread Dan Andreșan
@dforsi, could you explain why app-install-data seems fine?

app-install-data package owns the file /usr/share/app-
install/desktop/orca.desktop which has the same problem
(+NoDisplay=true)

I see that I need to modify only orca.desktop from
/usr/share/applications to fix the problem, but the one installed by
app-install-data is wrong too (although seems unused).

Anyway, I can't believe this bug (which is in everyone's face) is not
getting the proper attention. What more can I do? I'll add the DX Team,
I guess, they try to improve the appeareance of Ubuntu's desktop
(recently the Pop-up Notification settings were removed from menu, maybe
they can get rid of this killing whale)

-- 
Orca should not be shown in default installation as the single item in 
Applications-Accessibility menu
https://bugs.launchpad.net/bugs/288648
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 269652] Re: Worrying message ata4: EH pending after 5 tries, giving up from dmesg

2009-03-04 Thread Dan Andreșan
The bug was reopened upstream and fixed by kernel developers
http://bugzilla.kernel.org/show_bug.cgi?id=11615

Please pick up the new patch: libata-thaw-after-reset-skip.patch

Thanks,
Dan.

-- 
Worrying message  ata4: EH pending after 5 tries, giving up from dmesg
https://bugs.launchpad.net/bugs/269652
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 335888] Re: default set of installed themes needs to be changed

2009-03-04 Thread Dan Andreșan
I guess Åskar wanted to remove gnome-themes package (and remain only
with gnome-themes-selected), but this is not yet possible as ubuntu-
desktop metapackage requires gnome-themes.

At least this is what I wanted and I was not allowed ;)

-- 
default set of installed themes needs to be changed
https://bugs.launchpad.net/bugs/335888
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 337281] Re: Wishlist: Less verbose, more casual user orientated NTFS error messages

2009-03-03 Thread Dan Andreșan
** Changed in: gnome-mount (Ubuntu)
Sourcepackagename: None = gnome-mount

-- 
Wishlist: Less verbose, more casual user orientated NTFS error messages
https://bugs.launchpad.net/bugs/337281
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   >