[Bug 310211] [NEW] MySQL table check fails in ANSI mode

2008-12-21 Thread DonQuichote
Public bug reported:

Binary package hint: mysql-server-5.0

Due to non-standard escaping in /usr/share/mysql/debian-start.inc.sh the
sanity check fails if MySQL is running in ANSI mode. Text strings should
be enclosed in single quotes, as double quotes can mean strings (non-
standard mode) or identifiers (ANSI standard mode). Fixed that in
uploaded file (replacement for /usr/share/mysql/debian-start.inc.sh).

What happens is a bit hard to tell exactly, as it will only show during startup 
and I searched the logs for 2 hours and could not find any log entry. However, 
the querylog (which is on on my system) clearly showed the wrong quotation.
(snippet from the log)
  6 Query   select concat(select count(*) into 
@discard from `,
TABLE_SCHEMA, `.`, TABLE_NAME, `) 
  from information_schema.TABLES where ENGINE=MyISAM
(end snippet)
All the double quotes in this snippet should have been single quotes.

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
MySQL table check fails in ANSI mode
https://bugs.launchpad.net/bugs/310211
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 310211] Re: MySQL table check fails in ANSI mode

2008-12-21 Thread DonQuichote

** Attachment added: Replacement for /usr/share/mysql/debian-start.inc.sh . 
Only quotation was changed. Full file, not a diff.
   http://launchpadlibrarian.net/20614241/debian-start.inc.sh

-- 
MySQL table check fails in ANSI mode
https://bugs.launchpad.net/bugs/310211
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 310230] [NEW] samba usershares rights problem

2008-12-21 Thread Dundee
Public bug reported:

Binary package hint: samba

Usershares of Samba don't work without manual fix of directory rights.

load_usershare_shares: directory /var/lib/samba/usershares is not owned
by root or does not have the sticky bit 't' set or is writable by
anyone.

Solution:
sudo chmod 1775 /var/lib/samba/usershares/

Rights should be solved during installation of samba.

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

-- 
samba usershares rights problem
https://bugs.launchpad.net/bugs/310230
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 310230] Re: samba usershares rights problem

2008-12-21 Thread Lupine
Thank you for taking the time to report this bug and helping to make
Ubuntu better, but unfortunately I've been unable to duplicate this bug.
The devs are going to need to know which version of Samba and which
version of Ubuntu this is happening on.  Currently, I'm running Ubuntu
8.10 with Samba 2:3.2.3-1ubuntu3.3, and if I list out /var/lib/samba/ I
see the correct permissions on usershares.


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

-- 
samba usershares rights problem
https://bugs.launchpad.net/bugs/310230
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 310230] Re: samba usershares rights problem

2008-12-21 Thread Dundee
Thanks for response.

I am running the same. Maybe the problem is, that the system is upgraded from 
7.10 and 8.04.
I will try to reproduce it in fresh installation.

-- 
samba usershares rights problem
https://bugs.launchpad.net/bugs/310230
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 119271] Re: MySQL relay logs are saved in volatile filesystem /var/run

2008-12-21 Thread Jeremy Jackson
The *fix* released breaks an existing replication setup when going from
Gutsy to Hardy.  I had to manually move the relay logs from
/var/run/mysqld to /var/lib/mysql, and edit relay-log.info and mysqld-
relay-bin.index.  But it did work, and saved me re-syncing the whole db.

-- 
MySQL relay logs are saved in volatile filesystem /var/run
https://bugs.launchpad.net/bugs/119271
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 106146] Re: Cannot mount cifs shares as normal user on directories not owned by the user

2008-12-21 Thread Jack Hanison
The upstream bug logged against the CifsVFS module within samba
https://bugzilla.samba.org/show_bug.cgi?id=1617 has not been updated in
nearly two years. I've pinged a comment on that bug to enquire as to the
status.

My suggestion is that if the upstream bug is not fixed, a Ubuntu patch
should be built into the ubuntu distributed version that implements C.
Russell Lehman's proposed fix (as per the bug report in samba's
bugzilla).

-- 
Cannot mount cifs shares as normal user on directories not owned by the user
https://bugs.launchpad.net/bugs/106146
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


Re: [Bug 106146] Re: Cannot mount cifs shares as normal user on directories not owned by the user

2008-12-21 Thread Christian Perrier
Quoting Jack Hanison (j...@hanison.co.uk):
 The upstream bug logged against the CifsVFS module within samba
 https://bugzilla.samba.org/show_bug.cgi?id=1617 has not been updated in
 nearly two years. I've pinged a comment on that bug to enquire as to the
 status.


Please also note that this bug is recorded in Debian BTS as #177584.

If someone knows how to link Ubuntu bugs and Debian bugs, please do
it..:-)

I would personnally vote against applying a fix for this if it doesn't
get upstream's approval.

For Debian's samba packages, we always avoid applying changes that
aren't motivated by something specific to the distribution...and I'd
suggest the Ubuntu packagers to apply the same policy (as of now,
Ubuntu packages are as close as possible to Debian ones).

-- 
Cannot mount cifs shares as normal user on directories not owned by the user
https://bugs.launchpad.net/bugs/106146
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 310303] [NEW] Please merge dovecot

2008-12-21 Thread Siegfried Gevatter (RainCT)
Public bug reported:

Filling this workflow bug so that others know that I'm working on
merging dovecot with the version from Debian experimental.

** Affects: dovecot (Ubuntu)
 Importance: Wishlist
 Assignee: Siegfried Gevatter (RainCT) (rainct)
 Status: In Progress

** Changed in: dovecot (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Siegfried Gevatter (RainCT) (rainct)
   Status: New = In Progress

** Changed in: dovecot (Ubuntu)
   Importance: Low = Wishlist

-- 
Please merge dovecot
https://bugs.launchpad.net/bugs/310303
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 106146] Re: Cannot mount cifs shares as normal user on directories not owned by the user

2008-12-21 Thread Steve Langasek
** Changed in: samba (Debian)
 Bugwatch: Debian Bug tracker #403700 = Debian Bug tracker #177584
   Status: Fix Released = Unknown

-- 
Cannot mount cifs shares as normal user on directories not owned by the user
https://bugs.launchpad.net/bugs/106146
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 106146] Re: Cannot mount cifs shares as normal user on directories not owned by the user

2008-12-21 Thread Bug Watch Updater
** Changed in: samba (Debian)
   Status: Unknown = Confirmed

-- 
Cannot mount cifs shares as normal user on directories not owned by the user
https://bugs.launchpad.net/bugs/106146
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 309978] [NEW] package update-manager 1:0.93.34 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)

2008-12-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: update-manager

Automatic bugreport from the upgrade tool (hardy - intrepid). Nothing
particularly unusual about this box (runs MythTV etc., it's a media
server). The only unusual action I took during upgrade was on a
different package (Samba): I chose to attempt a 3-way merge on smb.conf,
which failed immediately (postinst exited 1). I was notified that both
that package and update-manager failed to install/upgrade.

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 8.10
ErrorMessage: ErrorMessage: SystemError in cache.commit(): E:Sub-process 
/usr/bin/dpkg returned an error code (1)

NonfreeKernelModules: nvidia
Package: update-manager 1:0.93.34
PackageArchitecture: all
SourcePackage: update-manager
Title: package update-manager 1:0.93.34 failed to install/upgrade: 
ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg 
returned an error code (1)
Uname: Linux 2.6.24-22-generic x86_64

** Affects: samba (Ubuntu)
 Importance: Undecided
 Status: Triaged


** Tags: apport-package
-- 
package update-manager 1:0.93.34 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error 
code (1)
https://bugs.edge.launchpad.net/bugs/309978
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 309978] Re: package update-manager 1:0.93.34 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)

2008-12-21 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 293539 ***
https://bugs.launchpad.net/bugs/293539

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 293539, so it is being marked as such.

Please look at the other bug report to see if there is any missing
information that you can provide attach the files /etc/samba/smb.conf
and /etc/samba/smb.conf.ucf-new to this report.

Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** Changed in: samba (Ubuntu)
Sourcepackagename: update-manager = samba
   Status: New = Triaged

** This bug has been marked a duplicate of bug 293539
   package samba failed to install/upgrade: Conflicts found! Please edit 
`/etc/samba/smb.conf' and sort them out manually.

-- 
package update-manager 1:0.93.34 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error 
code (1)
https://bugs.launchpad.net/bugs/309978
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 307408] [NEW] System freeze when working on Samba or Cifs mounted share of NetApp server

2008-12-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I have a server from Network Appliances that I mount on my Xubuntu 8.10
via SAMBA or CIFS. Mounting a share from that server is ok, but when
changing to a directory below that mountpoint, the system quickly
crashes.

The directory in which one I change has some 250 directory entries. In
the few cases, where the system doesn't crash and where I can do an
ls,  the result only shows some 145 of the 250 directories.

As I told, the system normally freezes. It does this nearly every time
when entering cd followed by TAB (for bash completion). In that case,
nothing works any longer, not the mouse nor the keyboard. The system can
even not be pinged any longer.

I do not use any special mount options, just
   mount.cifs //server/share /mnt/xxx
or
   mount.smbfs ...

I can easily reproduce the problem on
 - Ubuntu 8.10
 - Xubuntu 8.10
 - Debian Lenny (since I updated it 14 days ago; before that update, there  was 
no problem)

The problem does not appear on
 - Ubuntu 8.04
 - Debian Etch

There's no problem  mounting a Samba share on a Linux  server; the bug
only occurs when mounting a NetApp share.

I made my tests on 4 different PCs with the same results everywhere.

I saw a similar bug report with the  number 296304. Although the server
there is a Wind98 oldtimer, the effects seem to be the same.

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

-- 
System freeze when working on Samba or Cifs mounted share of NetApp server
https://bugs.launchpad.net/bugs/307408
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 307408] Re: System freeze when working on Samba or Cifs mounted share of NetApp server

2008-12-21 Thread Charlie Kravetz
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. This bug did not have a package associated with it, which is important 
for ensuring that it gets looked at by the proper developers. You can learn 
more about finding the right package at 
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this bug as a 
bug in samba.
For future reference you might be interested to know that a lot of applications 
have bug reporting functionality built in to them. This can be accessed via the 
Report a Problem option in the Help menu for the application with which you are 
having an issue. You can learn more about this feature at 
https://wiki.ubuntu.com/ReportingBugs.

** Changed in: samba (Ubuntu)
Sourcepackagename: None = samba

-- 
System freeze when working on Samba or Cifs mounted share of NetApp server
https://bugs.launchpad.net/bugs/307408
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 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-21 Thread rossjenkins
If anyone is still following this thread, they seem to be making
progress on the root problem of the write issue to NAS devices in samba-
bugs# 5953 (link at the top of the page).

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
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 269136] Re: Installing sun-java6-plugin does not result in working seamonkey java

2008-12-21 Thread Dominik Stadler
** Changed in: sun-java6 (Ubuntu)
Sourcepackagename: None = sun-java6

-- 
Installing sun-java6-plugin does not result in working seamonkey java
https://bugs.launchpad.net/bugs/269136
You received this bug notification because you are a member of 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 305738] Re: Please review and sponser flashgot

2008-12-21 Thread John Vivirito
I subscribed universe sponsors and changed discripion  to  reflect
needing a review and sponsor.

** Summary changed:

- [Needs Packaging] Please package flashgot for Ubuntu
+ Please review and sponser flashgot

-- 
Please review and sponser flashgot 
https://bugs.launchpad.net/bugs/305738
You received this bug notification because you are a member of 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 308532] Re: [[Needs Packaging]] Vimperator

2008-12-21 Thread John Vivirito
** Summary changed:

- {{Needs Packaging}} Vimperator
+ [[Needs Packaging]] Vimperator

-- 
[[Needs Packaging]] Vimperator
https://bugs.launchpad.net/bugs/308532
You received this bug notification because you are a member of 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 305066] Re: gnucash segfaults on jaunty when opening an account

2008-12-21 Thread Saïvann Carignan

** Attachment added: gnucash_2.2.6-2ubuntu5.debdiff
   http://launchpadlibrarian.net/20611076/gnucash_2.2.6-2ubuntu5.debdiff

-- 
gnucash segfaults on jaunty when opening an account
https://bugs.launchpad.net/bugs/305066
You received this bug notification because you are a member of 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 148097] Re: No HDMI audio with ALC883 chipset

2008-12-21 Thread Belgarth
Hi Alej,

I think the reason yours works and not mine is that it looks like yours
is a CONEXANT audio chipset as opposed to the alc888/883 one on the an-
m2hd. hdmi support seems to be on a per chipset basis and they seem to
be adding one or 2 new ones per release and the alc883 just hasn't been
done yet. I don't think there is anything that can be done for me or
anyone else with the an-m2hd until the dev's add it in.

-- 
No HDMI audio with ALC883 chipset
https://bugs.launchpad.net/bugs/148097
You received this bug notification because you are a member of 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 295884] Re: backport boinc-client and boinc-manager 6.2.14-2 from Jaunty to Intrepid

2008-12-21 Thread Scott Kitterman
It depends on when an archive admin is available to process it.  I can't 
predict that.

-- 
backport boinc-client and boinc-manager 6.2.14-2 from Jaunty to Intrepid
https://bugs.launchpad.net/bugs/295884
You received this bug notification because you are a member of 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 298413] Re: Please sync digikam 2:0.10.0~beta2-1 from debian experimental

2008-12-21 Thread Scott Kitterman
I think this is a bug in the libkipi packaging that was recently 
introduced.  Please file a bug about libkipi0 not being installable on the 
libkipi package.

-- 
Please sync digikam 2:0.10.0~beta2-1 from debian experimental
https://bugs.launchpad.net/bugs/298413
You received this bug notification because you are a member of 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 108690] Re: F2~F6 keys don't work in CD boot menu

2008-12-21 Thread Colin Watson
On Sun, Dec 21, 2008 at 03:02:37AM -, Renato Silva wrote:
 I wonder if this problem still exists after 8 months and a new Ubuntu
 release.

It's unlikely to have been fixed without explicit action by me, I'm
afraid.

 Please erase this bug, if I have any problem I may report it.

I would be happy to do that if it were a less clear-cut bug, but as it
is it seems like a real problem that could easily affect more than just
you, which makes me sort of reluctant to close it. :-(

-- 
F2~F6 keys don't work in CD boot menu
https://bugs.launchpad.net/bugs/108690
You received this bug notification because you are a member of 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 87478] Re: [apport] jackd crashed with SIGSEGV in pthread_cancel()

2008-12-21 Thread vivichrist
there's a different problem now that is complicated further by not
having rt kernel in 8.10

-- 
[apport] jackd crashed with SIGSEGV in pthread_cancel()
https://bugs.launchpad.net/bugs/87478
You received this bug notification because you are a member of 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 158897] Re: Error during update (Feisty to Gutsy) Sub-process bzip2 returned an error code (2)

2008-12-21 Thread aaamos
Hi Jean-Baptiste,

My apologies for the delay in responding - as I said previously, the
workaround did it for me, so by all means close this issue. I'm no
longer using automatix (if indeed that had something to do with it) on
my current installation and won't be upgrading to a different release
for a while, but will report problems if and when I do.

Cheers,

Amos

-- 
Error during update (Feisty to Gutsy) Sub-process bzip2 returned an error 
code (2)
https://bugs.launchpad.net/bugs/158897
You received this bug notification because you are a member of 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 310163] [NEW] jaunty: pen and pencil toolbar options missing

2008-12-21 Thread naught101
Public bug reported:

Binary package hint: inkscape

The toolbar options for the pen and pencil tools are missing in the
Jaunty inkscape package. The toolbar is completely empty. This was not
the case in intrepid (even though both are 0.46).

$ apt-cache policy inkscape
inkscape:
  Installed: 0.46-3ubuntu1
  Candidate: 0.46-3ubuntu1
  Version table:
 *** 0.46-3ubuntu1 0
500 http://au.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

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

-- 
jaunty: pen and pencil toolbar options missing
https://bugs.launchpad.net/bugs/310163
You received this bug notification because you are a member of 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 178785] Re: Use icon with bird for launchers

2008-12-21 Thread John Vivirito
Alexander this should only be fixed in Haunty. An icon change is not a
SRU update. however i was thinking about backporting 0.9 into Intrepid
most likely not Hardy Unless someone can give me a good reason to
backport to Hardy.

-- 
Use icon with bird for launchers
https://bugs.launchpad.net/bugs/178785
You received this bug notification because you are a member of 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 278965] Re: mail-notification unable to contact evolution

2008-12-21 Thread Maks Zbogar
I tried to install: 
[1] 
http://launchpadlibrarian.net/20040216/mail-notification_5.4.dfsg.1-1ubuntu1_amd64.deb
on Intrepid, but after installation I got status Error: Failed to satisfy all 
dependencies (broken cache). (see attached image below).
Anyway I tried mail notification again and faced exactly same problems :
- I can't add new mailbox Evolution type
- If I open evolution in background and try to add mailbox after that, I can 
browse my evolution folders in order to select inbox, but after that 
evolution crashes and in mail-notification mailbox list there is inbox 
unhandled evolution mailbox (unable to contact evolution), so I have to remove 
it again.


** Attachment added: Installing mail-notification from your link.
   
http://launchpadlibrarian.net/20611647/slika-Package%20Installer%20-%20mail-notification.png

-- 
mail-notification unable to contact evolution
https://bugs.launchpad.net/bugs/278965
You received this bug notification because you are a member of 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 278965] Re: mail-notification unable to contact evolution

2008-12-21 Thread Maks Zbogar

** Attachment added: mail-notification properties
   
http://launchpadlibrarian.net/20611658/slika-Mail%20Notification%20Properties.png

-- 
mail-notification unable to contact evolution
https://bugs.launchpad.net/bugs/278965
You received this bug notification because you are a member of 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 7560] Re: Wastebasket fails with read only directories

2008-12-21 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Confirmed = Invalid

-- 
Wastebasket fails with read only directories
https://bugs.launchpad.net/bugs/7560
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 3868] Re: Emptying trash should really empty trash

2008-12-21 Thread Bug Watch Updater
*** This bug is a duplicate of bug 7560 ***
https://bugs.launchpad.net/bugs/7560

** Changed in: gnome-vfs
   Status: Confirmed = Invalid

-- 
Emptying trash should really empty trash
https://bugs.launchpad.net/bugs/3868
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 310164] [NEW] nvidia glx 96 driver bugs

2008-12-21 Thread Alexandros
Public bug reported:

Binary package hint: nvidia-glx-96

Bugs found under Ubuntu 8.10 with an nvidia geforce mx 440 graphics
card:

1)OpenOffice and Wine menu texts either not shown at all or not shown properly.
Steps to reproduce:
1)With the driver installed and enabled, open an application with Wine or the 
OpenOffice.org word processor.
What happens:
The menu's text is either not shown at all or shown but is illegible.
What should happen:
This problem should not exist.

2)Screen refresh rate improper values.
The screen refresh rates should be instead of 50 and 51 Hz, 60 and 75 Hz 
respectively.
Steps to reproduce:
1)Go to SystemPreferencesScreen Resolution (in Gnome):
2)Have a look at the screen refresh rate values.
What should happen:
Screen refresh rates should be as mentioned.
What happens:
If I set the refresh rate to 50 Hz, my monitor says that it is actually 60 Hz. 
If I set it to 51 Hz, the monitor says that it is actually 75Hz.

** Affects: nvidia-graphics-drivers-96 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
nvidia glx 96 driver bugs
https://bugs.launchpad.net/bugs/310164
You received this bug notification because you are a member of 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 178785] Re: Use icon with bird for launchers

2008-12-21 Thread bert07
Perhaps because Hardy (LTS) is going to be around yet for several years
to come?

-- 
Use icon with bird for launchers
https://bugs.launchpad.net/bugs/178785
You received this bug notification because you are a member of 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 310166] [NEW] [intrepid]firefox 3.0.5 can't remember hotmail password

2008-12-21 Thread Guybrush88
Public bug reported:

Binary package hint: firefox

i noticed that when i open my hotmail account with firefox 3.0.5 i
select the option to remember the password from the website, i insert
the password, i check my mail, but the next time i want to check my mail
the password isn't remembered and i have to re-enter it. i use ubuntu
8.10

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

-- 
[intrepid]firefox 3.0.5 can't remember hotmail password
https://bugs.launchpad.net/bugs/310166
You received this bug notification because you are a member of 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 310159] Re: [visualboyadvance] needs cheat support

2008-12-21 Thread Guybrush88
** Summary changed:

- need cheat support
+ [visualboyadvance] needs cheat support

** Description changed:

  Binary package hint: visualboyadvance
  
  Description:  Ubuntu 8.10
  Release:  8.10
  
  
- please add cheat support..
- 
+ please add cheat support to the program visualboy advance.
  windows version has cheat support, but not the linux one.
+ is it possible to add it?

** Summary changed:

- [visualboyadvance] needs cheat support
+ [feature request]visualboy advance needs cheat support

** Changed in: visualboyadvance (Ubuntu)
   Status: New = Confirmed

-- 
[feature request]visualboy advance needs cheat support
https://bugs.launchpad.net/bugs/310159
You received this bug notification because you are a member of 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 174759] Re: Eclipse crashes due to jvm crash

2008-12-21 Thread Bug Watch Updater
** Changed in: eclipse (Gentoo Linux)
   Status: Confirmed = Fix Released

-- 
Eclipse crashes due to jvm crash
https://bugs.launchpad.net/bugs/174759
You received this bug notification because you are a member of 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 310167] [NEW] Filezilla should set a Default editor by default

2008-12-21 Thread Brett Alton
Public bug reported:

Binary package hint: filezilla

When right-clicking a remote file in Filezilla, a sub-menu appears with
View/Edit as an option. Selecting this option fails until an editor is
set under Edit  Settings  File editing  Default editor:.

Since Filezilla is a GTK-based application and since Ubuntu's default
text editor is gEdit, I propose adding gedit as Filezilla's default
editor.

As per the user's preferences, this line is in the XML file
~/.filezilla/filezilla.xml

Setting name=Default editor type=string/usr/bin/gedit/Setting

I'm not sure how to set this up for FileZilla, the application itself,
however.

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

-- 
Filezilla should set a Default editor by default
https://bugs.launchpad.net/bugs/310167
You received this bug notification because you are a member of 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 309354] Re: Stops printing on USB brother inkjet with cups error: No pages found!

2008-12-21 Thread mabawsa
I was also having the same issues on my Brother HL-4050CDN and MFC-480CN.
Till's Fix worked like a charm!

-- 
Stops printing on USB brother inkjet with cups error: No pages found!
https://bugs.launchpad.net/bugs/309354
You received this bug notification because you are a member of 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 227945] Re: Please review and sponsor FireGPG extension for Firefox

2008-12-21 Thread John Vivirito
** Summary changed:

- [needs packaging] Please package FireGPG extension for Firefox 
+  Please review and sponsor FireGPG extension for Firefox

-- 
 Please review and sponsor FireGPG extension for Firefox 
https://bugs.launchpad.net/bugs/227945
You received this bug notification because you are a member of 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 7560] Re: Wastebasket fails with read only directories

2008-12-21 Thread A. Walton
Fix for this was committed upstream in GVFS: 
2008-12-16  Ryan Lortie
* daemon/trashlib/trashexpunge.c: set files to mode 700 before 
deleting to deal with users trashing read-only directories


** Changed in: nautilus
 Bugwatch: GNOME Bug Tracker #108307 = GNOME Bug Tracker #404600
   Status: Invalid = Unknown

** Changed in: nautilus (Ubuntu)
   Status: Triaged = Fix Committed

** Changed in: gvfs (Ubuntu)
Sourcepackagename: nautilus = gvfs

-- 
Wastebasket fails with read only directories
https://bugs.launchpad.net/bugs/7560
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 228196] Re: gdm and keyboard layout switch

2008-12-21 Thread shaman
Hi Gwyn,

That's really weird. You should try the option Separate layout for each
window under the System-Preferences-Keyboard-Layouts
checked/unchecked and/or try other keyboard models.

If the above doesn't fix your problem, you can simply disable the
autostart of the fix:

Navigate to “System” menu, then choose “Preferences” and select
“Sessions”. Under Startup Programs uncheck fixkeyboard. Then press
“Close”.

This will prevent the fix from autoloading and will restore your system
to the previous state after the next restart.

Greetings

-- 
gdm and keyboard layout switch
https://bugs.launchpad.net/bugs/228196
You received this bug notification because you are a member of 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 119065] Re: Please review and sponsor firefox-linkwidgets

2008-12-21 Thread John Vivirito
** Summary changed:

- [needs-packaging] firefox-linkwidgets
+ Please review and sponsor firefox-linkwidgets

-- 
Please review and sponsor firefox-linkwidgets
https://bugs.launchpad.net/bugs/119065
You received this bug notification because you are a member of 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 310150] Re: -o/--output commandline option is broken in 2.10, 2.11

2008-12-21 Thread Lorenzo Bettini
Hi, I'm the developer of GNU Source-highlight.
The command line option --output works ONLY when --input command line option is 
specified (which is not the case in the above command): it works if you specify

--input midiscriptengine.cpp

Indeed Source-highlight can handle also arguments without command
option, as in the example above where midiscriptengine.cpp is NOT the
argument of ANY command line option; this way source-highlight can also
handle more than one input file, and also, by relying on the underlying
shell, regular expressions, e.g.,

source-highlight --out-format=html *.cpp *.h *.c

when operating in this mode the --output command line option is ignored
(since this works only for one input file), and the output file is
created automatically by appending the corresponding output format file
extension, e.g., .html in my example, and .txt in your example.

Actually in previous versions (since 2.4) if it worked as you said, it
was not consistent, so that was actually a bug ;-)

I hope this clarifies the problem.

If you have suggestions on how to further document this behavior, please let me 
know.
Probably source-highlight should issue and error when --input is not specified, 
but this would not be consistent with the fact that the input file can be 
specified also with stdin redirection.

Lorenzo

-- 
-o/--output commandline option is broken in 2.10, 2.11
https://bugs.launchpad.net/bugs/310150
You received this bug notification because you are a member of 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 264789] Re: USB Hard Drive Not Accessible, vol_id hangs

2008-12-21 Thread Cedric Schieli
Just tried 2.6.27-11 from proposed and it still doesn't work with my 
CompactFlash reader (07c4:a400).
vol_id hangs as usual.

-- 
USB Hard Drive Not Accessible, vol_id hangs
https://bugs.launchpad.net/bugs/264789
You received this bug notification because you are a member of 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 243466] Re: PLease review nad sponsor Chatzilla

2008-12-21 Thread John Vivirito
** Summary changed:

- [needs-packaging] Chatzilla
+ PLease review nad sponsor Chatzilla

** Summary changed:

- PLease review nad sponsor Chatzilla
+ Please review nad sponsor Chatzilla

** Tags removed: needs-packaging

** Summary changed:

- Please review nad sponsor Chatzilla
+ Please review and sponsor Chatzilla

-- 
Please review and sponsor Chatzilla
https://bugs.launchpad.net/bugs/243466
You received this bug notification because you are a member of 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 278965] Re: mail-notification unable to contact evolution

2008-12-21 Thread Hew McLachlan
Is mail-notification-evolution installed?

-- 
mail-notification unable to contact evolution
https://bugs.launchpad.net/bugs/278965
You received this bug notification because you are a member of 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 310131] Re: cannot copy/paste an event in Korganizer 4.1.0

2008-12-21 Thread rrraf
This copypaste of events feature would indeed be useful. Any comment
on this?

-- 
cannot copy/paste an event in Korganizer 4.1.0
https://bugs.launchpad.net/bugs/310131
You received this bug notification because you are a member of 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 310169] [NEW] Please sync amule (universe) 2.2.2-2 from Debian experimental (main)

2008-12-21 Thread Emilio Pozuelo Monfort
*** This bug is a duplicate of bug 310168 ***
https://bugs.launchpad.net/bugs/310168

Public bug reported:

Binary package hint: amule

The new revision available in experimental includes our last local
change:

 amule (2.2.2-2) experimental; urgency=low
 .
   * The The Luckiest Guy on the Lower East Side release.
 .
   * Build-Depend on libupnp3-dev: configure now detects its presence at build
 time and links against it, instead of the program dlope'ing it at run time.
 (Thanks Sven Hartge for the heads-up, closes: #509218).
 .
   * Make amule Replace: old versions of amule-common as found in Ubuntu
 (they used to ship the skins in amule-common for some time).


amule (2.2.2-1ubuntu1) intrepid; urgency=low

  * Merge from Debian Experimental (LP: #260471) Remaining Changes:
- Add a replaces for amule on amule-common

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

** This bug has been marked a duplicate of bug 310168
   Please sync amule (universe) 2.2.2-2 from Debian experimental (main)

-- 
Please sync amule (universe) 2.2.2-2 from Debian experimental (main)
https://bugs.launchpad.net/bugs/310169
You received this bug notification because you are a member of 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 310168] [NEW] Please sync amule (universe) 2.2.2-2 from Debian experimental (main)

2008-12-21 Thread Emilio Pozuelo Monfort
Public bug reported:

Binary package hint: amule

The new revision available in experimental includes our last local
change:

 amule (2.2.2-2) experimental; urgency=low
 .
   * The The Luckiest Guy on the Lower East Side release.
 .
   * Build-Depend on libupnp3-dev: configure now detects its presence at build
 time and links against it, instead of the program dlope'ing it at run time.
 (Thanks Sven Hartge for the heads-up, closes: #509218).
 .
   * Make amule Replace: old versions of amule-common as found in Ubuntu
 (they used to ship the skins in amule-common for some time).


amule (2.2.2-1ubuntu1) intrepid; urgency=low

  * Merge from Debian Experimental (LP: #260471) Remaining Changes:
- Add a replaces for amule on amule-common

** Affects: amule (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: amule (Ubuntu)
   Importance: Undecided = Wishlist
   Status: New = Confirmed

-- 
Please sync amule (universe) 2.2.2-2 from Debian experimental (main)
https://bugs.launchpad.net/bugs/310168
You received this bug notification because you are a member of 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 310171] [NEW] Evolution 2.24.2-0ubuntu1 fetches email, but doesn't show it in the treeview

2008-12-21 Thread Matteo Settenvini
Public bug reported:

Binary package hint: evolution

Since last Thursday (18 Dec), evolution does indeed fetch emails from
servers (they aren't there, and you can open in gedit in
~/.evolution/mail/local/Inbox and scroll to the end to see them).

However, the treeview from the evolution GUI doesn't show any mail, read
or unread, after Thursday. Gosh!

This is also critical since it usually removes emails from server. If I
didn't get suspicious, I could have lost very important emails! Most
users don't know how to deal with this.

Please, it's important.

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

-- 
Evolution 2.24.2-0ubuntu1 fetches email, but doesn't show it in the treeview
https://bugs.launchpad.net/bugs/310171
You received this bug notification because you are a member of 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 308226] Re: Ubuntu 8.10 'OUT OF RANGE'

2008-12-21 Thread Bryce Harrington
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Importance: Undecided = Medium
   Status: New = Triaged

-- 
Ubuntu 8.10 'OUT OF RANGE'
https://bugs.launchpad.net/bugs/308226
You received this bug notification because you are a member of 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 246802] Re: [i915] Can't set TV_FORMAT anymore using xrandr [915GM]

2008-12-21 Thread Bryce Harrington
On Sat, Dec 20, 2008 at 02:02:23PM -, Sebastian Keller wrote:
 I think this one already got reported and fixed (see the patch linked in my 
 last comment) upstream:
 http://bugs.freedesktop.org/show_bug.cgi?id=14223
 Currently I'm using Jaunty and TV-out doesn't work at all, so I can't verify 
 if this Problem has been fixed, but according to comments in that bugreport 
 it should be.

Great, thanks!  We'll be pulling in a newer -intel after the first of
the year, which should include the patch.

Bryce

-- 
[i915] Can't set TV_FORMAT anymore using xrandr [915GM]
https://bugs.launchpad.net/bugs/246802
You received this bug notification because you are a member of 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 308517] Re: battery key tooltip won't close, cpu at 100% (gnome power manager) intrepid

2008-12-21 Thread rrobe
** Description changed:

  with today updates I read that the battery key (on my laptop Fn+F3) had
  been re-enabled (before pressing it didn't have any effect);
  
  The good news is that now when I press it a tooltip shows up under by
  battery icon in the notification area, showing all kind of infos about
  it. Nice.
  
  The bad news is that I cannot close it. When I click on the [x] icon nothing 
happens, the tooltip remains there.
  And this is not the worse of it: my CPU goes 100% and stays at full throttle 
from that moment on.
  
  This means that every time I press Fn+F3 My system becomes practically
  unusable (big tooltip always on top + cpu under heavy stress).
  
- The only solution I found to get rid of the tooltip was to unplug my
- battery.
+ The only solution I found to get rid of the tooltip was to unplug my battery.
+ EDIT: even unplugging the battery the tooltip didn't close, kept refreshing 
itself endlessy.
+ The only solution appears to be a X restart.
  
  **The problem showed up after today patches (16th of december 2008)**.
  
  
  Here are some more details:
  =
  
  
  Machine: DELL XPS M1330 laptop with Nvidia Card, 177 driver.
  Standard clean installation of Ubuntu 8.10, laptop-mode enabled, not active 
(at the moment, since I'm on AC Power)
  All recommended updates installed.
  
  Installed packages list: (I think the problem is one of these)
  
  Commit Log for Tue Dec 16 10:20:38 2008
  
  Upgraded the following packages:
  bind9-host (1:9.5.0.dfsg.P2-1ubuntu2) to 1:9.5.0.dfsg.P2-1ubuntu3
  console-setup (1.25ubuntu3) to 1.25ubuntu4
  dnsutils (1:9.5.0.dfsg.P2-1ubuntu2) to 1:9.5.0.dfsg.P2-1ubuntu3
  gnome-power-manager (2.24.0-0ubuntu8) to 2.24.0-0ubuntu8.1
  jockey-common (0.5~beta3-0ubuntu6) to 0.5~beta3-0ubuntu6.1
  jockey-gtk (0.5~beta3-0ubuntu6) to 0.5~beta3-0ubuntu6.1
  libbind9-40 (1:9.5.0.dfsg.P2-1ubuntu2) to 1:9.5.0.dfsg.P2-1ubuntu3
  libdns43 (1:9.5.0.dfsg.P2-1ubuntu2) to 1:9.5.0.dfsg.P2-1ubuntu3
  libisc44 (1:9.5.0.dfsg.P2-1ubuntu2) to 1:9.5.0.dfsg.P2-1ubuntu3
  libisccc40 (1:9.5.0.dfsg.P2-1ubuntu2) to 1:9.5.0.dfsg.P2-1ubuntu3
  libisccfg40 (1:9.5.0.dfsg.P2-1ubuntu2) to 1:9.5.0.dfsg.P2-1ubuntu3
  liblwres40 (1:9.5.0.dfsg.P2-1ubuntu2) to 1:9.5.0.dfsg.P2-1ubuntu3
  libnm-glib0 (0.7~~svn20081018t105859-0ubuntu1) to 
0.7~~svn20081018t105859-0ubuntu1.8.10.1
  libnm-util0 (0.7~~svn20081018t105859-0ubuntu1) to 
0.7~~svn20081018t105859-0ubuntu1.8.10.1
  libpulse-browse0 (0.9.10-2ubuntu9) to 0.9.10-2ubuntu9.1
  libpulse0 (0.9.10-2ubuntu9) to 0.9.10-2ubuntu9.1
  libpulsecore5 (0.9.10-2ubuntu9) to 0.9.10-2ubuntu9.1
  libshout3 (2.2.2-4) to 2.2.2-4ubuntu1
  libx11-6 (2:1.1.5-2ubuntu1) to 2:1.1.5-2ubuntu1.1
  libx11-data (2:1.1.5-2ubuntu1) to 2:1.1.5-2ubuntu1.1
  libx11-xcb1 (2:1.1.5-2ubuntu1) to 2:1.1.5-2ubuntu1.1
  network-manager (0.7~~svn20081018t105859-0ubuntu1) to 
0.7~~svn20081018t105859-0ubuntu1.8.10.1
  network-manager-gnome (0.7~~svn20081020t000444-0ubuntu1) to 
0.7~~svn20081020t000444-0ubuntu1.8.10.1
  ppp (2.4.4rel-10ubuntu2) to 2.4.4rel-10ubuntu2.8.10.1
  pulseaudio-module-gconf (0.9.10-2ubuntu9) to 0.9.10-2ubuntu9.1
  pulseaudio-module-hal (0.9.10-2ubuntu9) to 0.9.10-2ubuntu9.1
  pulseaudio-module-x11 (0.9.10-2ubuntu9) to 0.9.10-2ubuntu9.1
  pulseaudio-utils (0.9.10-2ubuntu9) to 0.9.10-2ubuntu9.1
  ubufox (0.6-0ubuntu1) to 0.6-0ubuntu1.8.10.1
  xkb-data (1.3-2ubuntu4.2) to 1.3-2ubuntu4.4

** Tags added: battery close impossible power tooltip

-- 
battery key tooltip won't close, cpu at 100% (gnome power manager) intrepid
https://bugs.launchpad.net/bugs/308517
You received this bug notification because you are a member of 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 307764] Re: No sound at all

2008-12-21 Thread mikie11b
this is what I get when I run the uname -a:

mi...@mikie-laptop:~$ uname -a
Linux mikie-laptop 2.6.24-22-generic #1 SMP Mon Nov 24 18:32:42 UTC 2008 i686 
GNU/Linux
mi...@mikie-laptop:~$

-- 
No sound at all
https://bugs.launchpad.net/bugs/307764
You received this bug notification because you are a member of 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 272699] Re: Desktop gets scattered with ugly random memory

2008-12-21 Thread C Snover
Tested provided updated drivers, problem still exists here (Q45 chipset,
X4500, intrepid). It's worth noting the desktop does not get corrupted
with Desktop Effects turned on (in Kubuntu), but corruption still occurs
on the login page as well as when windows are brought back from
minimisation or new windows are created. Also, 3D performance is even
more abysmal (300fps in glxgears when running nothing else, down from a
still extremely abysmal but not quite as bad 700fps in the current
release driver), but that's another bug.

-- 
Desktop gets scattered with ugly random memory
https://bugs.launchpad.net/bugs/272699
You received this bug notification because you are a member of 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 260252] Re: When the display reoslution falls to 640x480 the Monitor Resolution Settings cannot be used to restore a higher resolution

2008-12-21 Thread Oliver Shyal Beardsley
** Changed in: gnome-control-center (Ubuntu)
Sourcepackagename: None = gnome-control-center

-- 
When the display reoslution falls to 640x480 the Monitor Resolution Settings 
cannot be used to restore a higher resolution
https://bugs.launchpad.net/bugs/260252
You received this bug notification because you are a member of 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 310145] Re: SIGABRT in firefox 3.0.5

2008-12-21 Thread mcas
Thank you for reporting this bug. Please answer the following questions:

Which ubuntu version do you run?
Is this crash reproducible? If so, which are the steps that lead to it?
Which flash package do you have installed?
Which Java package do you have installed?
Which Firefox extensions do you have installed?

This will greatly aid us in tracking down your problem.

** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Incomplete

-- 
SIGABRT in firefox 3.0.5
https://bugs.launchpad.net/bugs/310145
You received this bug notification because you are a member of 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 310007] Re: System friert ein mit eventuellem PCI Fehler

2008-12-21 Thread Frodo61
Hallo,
ich bin neu im Linux und habe auf einem IBM T43P Modell 2668-F8G Ubuntu 8.10 
final installiert.
Der Fehler ist insoweit reproduzierbar, als dass der Rechner immer wieder bei 
Aktionen wie öffnen des Pulldown Menüs, Fortschrittsbalken bei System Update, 
etc. einfriert.
Ich muß dass System dann ausschalten, weil nichts mehr geht.
Die Meldungen habe ich aus dem Systemlog.
Habe außer Upgrate auf OpenOffice 3.0 keine weiteren Veränderungen am System 
vorgenommen.
Ich vermute vielleicht ein Fehler im Grafik Treiber, weil wenn ich das System 
einfach in Ruhe lasse, läuft es ohne Proble gemäß der Devise Keine Benutzer - 
keine Probleme :-))
ICh bekomme den Hinweis, dass es einen properitären Treiber für ATI/AMD FGLRX 
gibt.
Da ich keine Erfahrung habe und mir nur rudimentär vorstellen kann, was ein 
propiretärer Treiber ist, versuche ich diesen mal zu aktivieren und dann zu 
sehen, was passiert.
Trotzdeem bin ich für weitere Hilfe dankbar.

-- 
System friert ein mit eventuellem  PCI Fehler
https://bugs.launchpad.net/bugs/310007
You received this bug notification because you are a member of 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 217766] Re: kmldonkey kde 4

2008-12-21 Thread Daniel Jelinski
I had this bug too. Kubuntu intrepid updated from hardy. After removing
kmldonkeyrc file everything works fine.

It seems that the following configuration option was responsible for Download 
page failing to render properly:
[DownloadPage]
DownloadSplitter=0,0

DownloadPage section is not present in new configuration file.

-- 
kmldonkey kde 4
https://bugs.launchpad.net/bugs/217766
You received this bug notification because you are a member of 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 310125] Re: journal is not as good as before

2008-12-21 Thread mcas
Thank you for reporting this bug. Do you use KDE3 with Hardy Heron or
the KDE4 remix?

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

-- 
journal is not as good as before
https://bugs.launchpad.net/bugs/310125
You received this bug notification because you are a member of 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 300394] Re: Nokia phones cannot be used as storage devices via USB anymore with Ubuntu intrepid

2008-12-21 Thread LGB [Gábor Lénárt]
Maybe can it be related to this kernel bug report?
http://bugzilla.kernel.org/show_bug.cgi?id=12099

-- 
Nokia phones cannot be used as storage devices via USB anymore with Ubuntu 
intrepid
https://bugs.launchpad.net/bugs/300394
You received this bug notification because you are a member of 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 201624] Re: [hardy] amule upnp needs libupnp2

2008-12-21 Thread Vijnana
In intrepid I installed an older version from launchpad

amule_2.2.0~svn20080525-0ubuntu1_i386.deb
amule-common_2.2.0~svn20080525-0ubuntu1_all.deb
amule-daemon_2.2.0~svn20080525-0ubuntu1_i386.deb

and locked the version in synaptic to get PnP support.

-- 
[hardy] amule upnp needs libupnp2
https://bugs.launchpad.net/bugs/201624
You received this bug notification because you are a member of 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 310093] Re: sound almost nonexistent

2008-12-21 Thread goto
Hello, thanks for helping to make Ubuntu better.#
Just by chance: Does it help to set PCM in alsamixer -Dhw to 80 and unmute 
the channel if necessary with the key M?
Thanks.

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

-- 
sound almost nonexistent
https://bugs.launchpad.net/bugs/310093
You received this bug notification because you are a member of 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 310024] Re: giosuem

2008-12-21 Thread mcas
Thank you for reporting this bug. Please give us your bug description in
english.

** Changed in: file-roller (Ubuntu)
   Status: New = Incomplete

-- 
giosuem
https://bugs.launchpad.net/bugs/310024
You received this bug notification because you are a member of 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 289141] Re: [wishlist] please add pull-debian-source script

2008-12-21 Thread Cesare Tirabassi
Fantastic job Nathan! Don't forget to add the tag (LP: #289141) to the 
changelog though.
You should also add your name to the changelog entry (with [Nathan Handler]) so 
that it is clear who made that entry ...

-- 
[wishlist] please add pull-debian-source script
https://bugs.launchpad.net/bugs/289141
You received this bug notification because you are a member of 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 252094] Re: [i965] Poor graphics performance and rendering errors on Intel GM965 system, Ubuntu 8.10

2008-12-21 Thread C Snover
If it's at all useful, I can also confirm that the debs from the edge
testing repository have done nothing good, and actually have roughly
halved my glxgears performance; it's now down from 350fps with the
release drivers to 150fps. And, with any other redraws going on, such as
Amarok's play window, glxgears performance is reduced a pitiful 30fps.

-- 
[i965] Poor graphics performance and rendering errors on Intel GM965 system, 
Ubuntu 8.10
https://bugs.launchpad.net/bugs/252094
You received this bug notification because you are a member of 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 156540] Re: High pitch whine on left audio channel with Asus K8N-VM

2008-12-21 Thread Martin Mai
We were wondering if this is still an issue for you. Can you try with
the latest Ubuntu release? Thanks in advance.

-- 
High pitch whine on left audio channel with Asus K8N-VM
https://bugs.launchpad.net/bugs/156540
You received this bug notification because you are a member of 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 309955] Re: python-setuptools failed to install or upgrade when upgrading to 8.10 from 8.04

2008-12-21 Thread faultygearbox
The Python-setuptools error seems to appear everytime when installing
updates or installing new software (from synaptic).

-- 
python-setuptools failed to install or upgrade when upgrading to 8.10 from 
8.04
https://bugs.launchpad.net/bugs/309955
You received this bug notification because you are a member of 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 304179] Re: BCM2045B2 bluetooth adapter causes Ubuntu to fail to suspend/hibernate

2008-12-21 Thread mabawsa
** Also affects: dell
   Importance: Undecided
   Status: New

-- 
BCM2045B2 bluetooth adapter causes Ubuntu to fail to suspend/hibernate
https://bugs.launchpad.net/bugs/304179
You received this bug notification because you are a member of 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 264789] Re: USB Hard Drive Not Accessible, vol_id hangs

2008-12-21 Thread LGB [Gábor Lénárt]
I've tried 2.6.27-11 as well, the problem still exists here for me too. 
Bus 002 Device 006: ID 0421:0429 Nokia Mobile Phones 6230i MultiMedia Card

-- 
USB Hard Drive Not Accessible, vol_id hangs
https://bugs.launchpad.net/bugs/264789
You received this bug notification because you are a member of 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 310154] Re: no sound with Ubuntu 8.10

2008-12-21 Thread goto
Hello, thanks for helping to make Ubuntu better.#
Just by chance: Does it help to set PCM in alsamixer -Dhw to 80 and unmute 
the channel if necessary with the key M?
Thanks.

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

-- 
no sound with Ubuntu 8.10
https://bugs.launchpad.net/bugs/310154
You received this bug notification because you are a member of 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 310150] Re: -o/--output commandline option is broken in 2.10, 2.11

2008-12-21 Thread Cesare Tirabassi
Thanks Lorenzo,

there is no bug here, just a support request so I'm transforming this
into a question.

** Changed in: source-highlight (Ubuntu)
   Status: New = Invalid

** bug changed to question:
   
https://answers.edge.launchpad.net/ubuntu/+source/source-highlight/+question/55089

-- 
-o/--output commandline option is broken in 2.10, 2.11
https://bugs.launchpad.net/bugs/310150
You received this bug notification because you are a member of 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 310146] Re: Ubuntu goes to low video-mode

2008-12-21 Thread goto
The log indicates that you could not install the package, because you
could not connect to the server:


--2008-12-20 23:06:39--  
http://surfnet.dl.sourceforge.net/sourceforge/corefonts/andale32.exe

Resolving surfnet.dl.sourceforge.net... failed: Name or service not
known.

wget: unable to resolve host address `surfnet.dl.sourceforge.net'

Are you behind a proxy?


You opened a bug which contains two problems: The first is that you could not 
install the package and the second one is that you conputer starts only in 
low-video mode. Let's take this one for the package issue. Please file for the 
other issue a new bug report against Xorg.
Thanks!

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

-- 
Ubuntu goes to low video-mode
https://bugs.launchpad.net/bugs/310146
You received this bug notification because you are a member of 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 310176] [NEW] ACPI freeze on boot when USB keyboard support enabled in BIOS

2008-12-21 Thread a7x
Public bug reported:

When I enable USB legacy keyboard support in my BIOS (my BIOS calls it
USB Keyboard Support), my machine freezes on boot (before usplash).
It does not lock up when I boot with acpi=ht, but it does hang when I
specify pci=noacpi.

I have a Shuttle AK31A v3.1 motherboard (circa 2001) with the latest
BIOS (released in 2003).

I recompiled the kernel with the following changes to the config:
CONFIG_ACPI_DEBUG=y
CONFIG_ACPI_DEBUG_FUNC_TRACE=y
and booted with the following appended to the kernel parameters:
console=ttyS0,115200n8r acpi.debug_layer=0x 
acpi.debug_level=0x
Attached is the last little bit of kernel output (captured over a serial cable).

It does not matter whether I have a USB keyboard plugged in or not -- it
freezes either way.  However, I have never tried booting without a PS/2
keyboard plugged in (I use two keyboards because I have a multiseat
setup).  I'll try booting without any keyboard and with just a USB
keyboard to see if either of those cases make a difference.

I'm running Ubuntu 8.10 (Intrepid Ibex) although I also had this problem
in Hardy.

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

-- 
ACPI freeze on boot when USB keyboard support enabled in BIOS
https://bugs.launchpad.net/bugs/310176
You received this bug notification because you are a member of 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 310176] Re: ACPI freeze on boot when USB keyboard support enabled in BIOS

2008-12-21 Thread a7x

** Attachment added: ACPI debug output just before freeze
   http://launchpadlibrarian.net/20612627/dmesg.txt

-- 
ACPI freeze on boot when USB keyboard support enabled in BIOS
https://bugs.launchpad.net/bugs/310176
You received this bug notification because you are a member of 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 310176] Re: ACPI freeze on boot when USB keyboard support enabled in BIOS

2008-12-21 Thread a7x

** Attachment added: uname -a
   http://launchpadlibrarian.net/20612634/uname.txt

-- 
ACPI freeze on boot when USB keyboard support enabled in BIOS
https://bugs.launchpad.net/bugs/310176
You received this bug notification because you are a member of 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 310176] Re: ACPI freeze on boot when USB keyboard support enabled in BIOS

2008-12-21 Thread a7x

** Attachment added: sudo lspci -vvnn
   http://launchpadlibrarian.net/20612639/lspci.txt

-- 
ACPI freeze on boot when USB keyboard support enabled in BIOS
https://bugs.launchpad.net/bugs/310176
You received this bug notification because you are a member of 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 310176] Re: ACPI freeze on boot when USB keyboard support enabled in BIOS

2008-12-21 Thread a7x

** Attachment added: sudo dmidecode
   http://launchpadlibrarian.net/20612646/dmidecode.txt

-- 
ACPI freeze on boot when USB keyboard support enabled in BIOS
https://bugs.launchpad.net/bugs/310176
You received this bug notification because you are a member of 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 310176] Re: ACPI freeze on boot when USB keyboard support enabled in BIOS

2008-12-21 Thread a7x

** Attachment added: /proc/acpi tarball
   http://launchpadlibrarian.net/20612655/acpi.tar.bz2

-- 
ACPI freeze on boot when USB keyboard support enabled in BIOS
https://bugs.launchpad.net/bugs/310176
You received this bug notification because you are a member of 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 304179] Re: BCM2045B2 bluetooth adapter causes Ubuntu to fail to suspend/hibernate

2008-12-21 Thread mabawsa
Added Dell as I have a similar problem with my DELL M1330 (Dell Computer Corp. 
Wireless 355 Bluetooth); latest kernel (2.6.27-11-generic). Since this update 
the machine refuses to hibernate, returning to the locked screen box.
Here are the relevant dmesg entries:
Dec 21 00:20:01 tomato kernel: [32618.652732] btusb_intr_complete: hci0 urb 
e294bd80 failed to resubmit (2)
Dec 21 00:20:59 tomato kernel: [45238.053652] hub 1-2:1.0: suspend error -16
Dec 21 00:20:59 tomato kernel: [45238.053656] pm_op(): usb_dev_freeze+0x0/0x20 
[usbcore] returns -16
Dec 21 00:20:59 tomato kernel: [45238.053714] PM: Device 1-2 failed to freeze: 
error -16
Dec 21 00:20:59 tomato kernel: [45238.055065] sd 0:0:0:0: [sda] Starting disk
Dec 21 00:20:59 tomato kernel: [45238.067109] pm_op(): usb_dev_restore+0x0/0x10 
[usbcore] returns -19
Dec 21 00:20:59 tomato kernel: [45238.067169] PM: Device 1-2.1 failed to 
restore: error -19
Dec 21 00:20:59 tomato kernel: [45238.067189] pm_op(): usb_dev_restore+0x0/0x10 
[usbcore] returns -19
Dec 21 00:20:59 tomato kernel: [45238.067235] PM: Device 1-2.2 failed to 
restore: error -19
Dec 21 00:20:59 tomato kernel: [45238.067263] pm_op(): usb_dev_restore+0x0/0x10 
[usbcore] returns -19

-- 
BCM2045B2 bluetooth adapter causes Ubuntu to fail to suspend/hibernate
https://bugs.launchpad.net/bugs/304179
You received this bug notification because you are a member of 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 283759] Re: rt73usb intrepid 8.10 beta -- wireless connection periodically lost; must restart driver

2008-12-21 Thread Owen Tuz
Backports solved this problem for me but I'm on a new laptop which had
some unrelated wireless issues (damn Atheros drivers) and thought this
might be helpful?

http://wireless.kernel.org/en/users/Download#DownloadlatestLinuxwirelessdrivers

Hope it helps in some way.

-- 
rt73usb intrepid 8.10 beta -- wireless connection periodically lost; must 
restart driver
https://bugs.launchpad.net/bugs/283759
You received this bug notification because you are a member of 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 107950] Re: x-session manager eats 100% CPU, nautilus won't start, applications won't start

2008-12-21 Thread André
I have the same problem, x-session-manager around 75% and gdm around 25%
CPU usage. As an effect, clicked links anywhere outside the browser
doesn't open a new tab in firefox. Unlike Yann I still can open new
programs.

The problem mostly occurs over night after having my pc on less than 2
days. Till last week I needn't restart my pc (or X) for weeks.

I couldn't find anything of interest in the logfiles.

-- 
x-session manager eats 100% CPU, nautilus won't start, applications won't start
https://bugs.launchpad.net/bugs/107950
You received this bug notification because you are a member of 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 107950] Re: x-session manager eats 100% CPU, nautilus won't start, applications won't start

2008-12-21 Thread André
Huh, I just found out, that Amarok caused the problem right now. I don't
know, if it was always Amarok, but killing Amarok brought the CPU usage
back to ~0% and opened the clicked links.

-- 
x-session manager eats 100% CPU, nautilus won't start, applications won't start
https://bugs.launchpad.net/bugs/107950
You received this bug notification because you are a member of 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 268785] Re: package update-manager 1:0.93.10 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): installArchives() failed

2008-12-21 Thread Claudio Moretti
No, it's not :)
Btw, I upgraded to Jaunty, so I'm experiencising lots of issues :P
Thanks!

** Changed in: update-manager (Ubuntu)
 Assignee: Michael Vogt (mvo) = (unassigned)
   Status: Incomplete = Invalid

-- 
package update-manager 1:0.93.10 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): installArchives() failed
https://bugs.launchpad.net/bugs/268785
You received this bug notification because you are a member of 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 262512] Re: runit messes up system

2008-12-21 Thread Mark Carter
I'm not sure of the exact sequence of events, but I install git-daemon
on Ibex. I believe this installs runit (??).

When I boot, I get the Ubuntu splash screen come up, but about half way through 
it drops to the console with the message:
Loading the saved-state of the serial devices...
-runit: leave stage: /etc/runit/1
-runit: enter stage: /etc/runit/2

The computer just sits there without starting gdm. Virtual consoles
still work, and I am able to startx from a different console. However, I
don't have networking (ping doesn't connect to anything, for example),
and Gnome complains about failing to initialise HAL.

I have now uninstalled runit, and can now get back to a useable system.

-- 
runit messes up system
https://bugs.launchpad.net/bugs/262512
You received this bug notification because you are a member of 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 310179] [NEW] no sound with kernel 2.6.27-11

2008-12-21 Thread Filtatos
Public bug reported:

When I update to the last kernel 2.6.27-11 with my Ubuntu 8.10 I stop having 
sound from my audigy 2 card.
I never had problem with sound before and when I boot with kernel 2.6.27-10 
sound works again.

I run the alsa-info script and the informations are here: http://www
.alsa-project.org/db/?f=81bbf2bcec446031a0ae8ad01f5ac86cf513102d

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
no sound with kernel 2.6.27-11
https://bugs.launchpad.net/bugs/310179
You received this bug notification because you are a member of 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 310178] [NEW] livetv freezes randomly

2008-12-21 Thread Stefan Pappalardo
Public bug reported:

Binary package hint: mythtv

$ lsb_release -rd
Description:Ubuntu 8.10
Release:8.10

$ apt-cache policy mythtv
mythtv:
  Installiert: 0.21.0+fixes18722-0ubuntu1
  Kandidat: 0.21.0+fixes18722-0ubuntu1
  Versions-Tabelle:
 *** 0.21.0+fixes18722-0ubuntu1 0
500 http://de.archive.ubuntu.com intrepid/multiverse Packages
100 /var/lib/dpkg/status

I expected that I can watch livetv without interruption.
Instead livetv freezes randomly (video and audio).

When escaping from livetv and going back to it everything is as there has 
nothing happened before.
I can't see if there ist an event that causes the freeze. But every time I get 
this error I can see the following entry, several times, in mythfrontend.log:

   NVP: Prebuffer wait timed out 10 times.

See also attached mythfrontend.log.

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

-- 
livetv freezes randomly
https://bugs.launchpad.net/bugs/310178
You received this bug notification because you are a member of 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 310178] Re: livetv freezes randomly

2008-12-21 Thread Stefan Pappalardo

** Attachment added: mythfrontend.log
   http://launchpadlibrarian.net/20612840/mythfrontend.log

-- 
livetv freezes randomly
https://bugs.launchpad.net/bugs/310178
You received this bug notification because you are a member of 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 309291] Re: Plus d'information après i denification du scanner

2008-12-21 Thread mcas
Thank you for reporting this bug. Please give us your bug description in
english.

** Changed in: ubuntu
   Status: New = Incomplete

-- 
Plus d'information après idenification du scanner
https://bugs.launchpad.net/bugs/309291
You received this bug notification because you are a member of 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 278146] Re: [i915] [intrepid ] screen flickers while loading X, running xrandr or playing a video (i915)

2008-12-21 Thread unggnu
This problem still exists in Jaunty after login but then the whole X
server dies and GDM restarts so I can't test it with XV but this i s a
different problem.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete = Confirmed

-- 
[i915] [intrepid ] screen flickers while loading X, running xrandr or playing a 
video (i915)
https://bugs.launchpad.net/bugs/278146
You received this bug notification because you are a member of 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 22070] Re: Logitech Quickcam Messenger is not usable

2008-12-21 Thread rengolin
Compiling the qc-usb-messenger-1.8 to Ubuntu 8.10 get the following
error:

/qc-driver.c:1619: error: request for member ‘counter’ in something not a 
structure or union
(and in tens of other lines). It's the macro  sem_getcount(qc-lock):

#define sem_getcount(sem)   atomic_read((sem)-count)

Probably the structure has changed in the new kernel...

Other error: qc-driver.c:2898: error: ‘struct video_device’ has no
member named ‘type’

All of that I could comment out as most of that was debug messages or
not-so-important parts of the structure, but the following error I
couldn't get around:

qc-memory.c:207: error: implicit declaration of function ‘mem_map_reserve’
qc-memory.c:225: error: implicit declaration of function ‘mem_map_unreserve’

My system is an up-to-date Ubuntu 8.10:
$ uname -a
Linux jobim 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686 GNU/Linux

-- 
Logitech Quickcam Messenger is not usable
https://bugs.launchpad.net/bugs/22070
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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

[Bug 310135] Re: help broken in all kde3 apps in intrepid

2008-12-21 Thread mcas
Thank you for reporting this bug. I can confirm this behaviour here.

** Changed in: kdebase-runtime (Ubuntu)
   Status: New = Confirmed

-- 
help broken in all kde3 apps in intrepid
https://bugs.launchpad.net/bugs/310135
You received this bug notification because you are a member of 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 299264] Re: X server no longer displays on laptop LCD after upgrading xserver-xorg-video-radeon package (DRI related)

2008-12-21 Thread Johan Montelius
I have probably the same problem.

I'm on a Asus P2-M2A690G with on board ATI x1250 graphics. I've played
around with the restricted driver and also the newer fglrx provided by
ATI. None are very happy with xine video rendering so I'm using radeon.
The fglrx module is however still loaded att boot time.

Now when doing an upgrade to 2.6.27.11 the xserver does not start (same
Xorg messages as above).  Me then think fglrx loading is the problem so
I add fglrx to the blacklist. That did not work so I go back to using
2.6.27.10 that did work. Now 2.6.27.10 has the same behaviour...
strange, I remove fglrx from the blacklist and 2.6.27.10 works?

lspci -nnvv attached

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

-- 
X server no longer displays on laptop LCD after upgrading 
xserver-xorg-video-radeon package (DRI related)
https://bugs.launchpad.net/bugs/299264
You received this bug notification because you are a member of 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 299264] Re: X server no longer displays on laptop LCD after upgrading xserver-xorg-video-radeon package (DRI related)

2008-12-21 Thread Johan Montelius
and xorg.0.log

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

-- 
X server no longer displays on laptop LCD after upgrading 
xserver-xorg-video-radeon package (DRI related)
https://bugs.launchpad.net/bugs/299264
You received this bug notification because you are a member of 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 229706] Re: [gobuntu] gobuntu-desktop installation does not remove non-free software

2008-12-21 Thread Hew McLachlan
Gobuntu was discontinued after Hardy. Closing.

** Changed in: gobuntu-meta (Ubuntu)
   Status: New = Invalid

-- 
[gobuntu] gobuntu-desktop installation does not remove non-free software
https://bugs.launchpad.net/bugs/229706
You received this bug notification because you are a member of 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 205199] Re: Shouldn't depend on tsclient

2008-12-21 Thread Hew McLachlan
Gobuntu was discontinued after Hardy. Closing.

** Changed in: gobuntu-meta (Ubuntu)
   Status: Incomplete = Invalid

-- 
Shouldn't depend on tsclient
https://bugs.launchpad.net/bugs/205199
You received this bug notification because you are a member of 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 182474] Re: [Hardy Alpha 3] Broken launcher (normally Firefox) in default Gobuntu install

2008-12-21 Thread Hew McLachlan
Gobuntu was discontinued after Hardy. Closing.

** Changed in: gobuntu-meta (Ubuntu)
   Status: Incomplete = Invalid

-- 
[Hardy Alpha 3] Broken launcher (normally Firefox) in default Gobuntu install
https://bugs.launchpad.net/bugs/182474
You received this bug notification because you are a member of 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 154832] Re: Depends on 'firefox' and non-redistributable artwork

2008-12-21 Thread Hew McLachlan
Gobuntu was discontinued after Hardy. Closing.

** Changed in: gobuntu-meta (Ubuntu)
   Status: Confirmed = Invalid

-- 
Depends on 'firefox' and non-redistributable artwork
https://bugs.launchpad.net/bugs/154832
You received this bug notification because you are a member of 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 152146] Re: autopkgtest gutsy gobuntu-desktop amd64: erroneous package!

2008-12-21 Thread Hew McLachlan
Gobuntu was discontinued after Hardy. Closing.

** Changed in: gobuntu-meta (Ubuntu)
   Status: Incomplete = Invalid

-- 
autopkgtest gutsy gobuntu-desktop amd64: erroneous package!
https://bugs.launchpad.net/bugs/152146
You received this bug notification because you are a member of 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   3   4   5   6   7   8   9   10   >