[Bug 222761] Re: [SRU] upsd doesn't start NOT 221737

2008-06-13 Thread Martin Pitt
 if [ -z `getent group nut` ]; then
 addgroup --quiet --system nut
-#   else
-#   printf error: user \nut\ already exists... see 
/usr/share/doc/nut/README.Debian\nexit 1
+   else
+   printf skipping: user \nut\ already exists... see 
/usr/share/doc/nut/README.Debian\n
 fi
 }

Chuck, can you please explain how that changes the behavior? As far as I
can see, this patch just triggers an additional warning message to
appear (which is not good packaging, anyway; it will hardly be noticed).
Steve, what was the problem when you tested upgrade? Did the upgrade
fail (i. e. did addgroup error out because the group already existed),
or was the problem that an already existing nut user isn't in some
important group?

The nut user and group should *not* be removed on purging the package,
BTW. That's common and good Debian practice for daemons which create
files or processes owned by that system user. Otherwise the uid/gid
would be recycled on next adduser, and existing files/processes would
get owned by that new user.

-- 
[SRU] upsd doesn't start NOT 221737
https://bugs.launchpad.net/bugs/222761
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 213482] Re: Dapper to Hardy upgrade fails with slapd

2008-06-13 Thread Phil
Hi there,

Please, how do I aplly the fix, precisely and in simple words :} ?

Yours

-- 
Dapper to Hardy upgrade fails with slapd
https://bugs.launchpad.net/bugs/213482
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 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 222761] Re: [SRU] upsd doesn't start NOT 221737

2008-06-13 Thread Arnaud Quette
2008/6/13 Martin Pitt [EMAIL PROTECTED]:

 if [ -z `getent group nut` ]; then
 addgroup --quiet --system nut
 -#   else
 -#   printf error: user \nut\ already exists... see
 /usr/share/doc/nut/README.Debian\nexit 1
 +   else
 +   printf skipping: user \nut\ already exists... see
 /usr/share/doc/nut/README.Debian\n
 fi
  }

 Chuck, can you please explain how that changes the behavior? As far as I
 can see, this patch just triggers an additional warning message to
 appear (which is not good packaging, anyway; it will hardly be noticed).
 Steve, what was the problem when you tested upgrade? Did the upgrade
 fail (i. e. did addgroup error out because the group already existed),
 or was the problem that an already existing nut user isn't in some
 important group?


seconded. iirc, this fallback (nut already exist) should result in simply
checking if nut is already part of the dialout group (ie using a test -z
getent group dialout | grep nut) and adding it if it's not.

The nut user and group should *not* be removed on purging the package,
 BTW. That's common and good Debian practice for daemons which create
 files or processes owned by that system user. Otherwise the uid/gid
 would be recycled on next adduser, and existing files/processes would
 get owned by that new user.


irrc, I've removed the call to check_and_delete_user in {nut,nut-cgi}.postrm
for the uid/gid recycling, I've thought before about asking for fixed ones.
the only question is: a generic one (ups, power, ...) or a specific one
(nut)?

-- Arnaud


** Attachment added: unnamed
   http://launchpadlibrarian.net/15252044/unnamed

-- 
[SRU] upsd doesn't start NOT 221737
https://bugs.launchpad.net/bugs/222761
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 222761] Re: [SRU] upsd doesn't start NOT 221737

2008-06-13 Thread Steve Beattie
On Fri, Jun 13, 2008 at 06:32:27AM -, Martin Pitt wrote:
 Steve, what was the problem when you tested upgrade? Did the upgrade
 fail (i. e. did addgroup error out because the group already existed),
 or was the problem that an already existing nut user isn't in some
 important group?

The latter. If you installed the nut package from Hardy 8.04 and then
updated it to the package in -proposed, attempting to start upsdrvctl
would still fail with the same permission denied error. If the first
version of the package installed is the one in -proposed, then upsdrvctl
starts successfully. That's fine for going forward, but it leaves
people who have attempted to use the released package with their problem
unaddressed by the update. If that's sufficient for releasing an update,
then go ahead, I was just attempting to report the results I found.

Thanks.

-- 
Steve Beattie
[EMAIL PROTECTED]
http://NxNW.org/~steve/

-- 
[SRU] upsd doesn't start NOT 221737
https://bugs.launchpad.net/bugs/222761
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 222761] Re: [SRU] upsd doesn't start NOT 221737

2008-06-13 Thread Martin Pitt
Arnaud Quette [2008-06-13  7:35 -]:
 seconded. iirc, this fallback (nut already exist) should result in simply
 checking if nut is already part of the dialout group (ie using a test -z
 getent group dialout | grep nut) and adding it if it's not.

Please do if groups nut | grep -qw dialout, that's a little more
robust.

-- 
[SRU] upsd doesn't start NOT 221737
https://bugs.launchpad.net/bugs/222761
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 222761] Re: [SRU] upsd doesn't start NOT 221737

2008-06-13 Thread Martin Pitt
I rejected the current upload, since consensus now seems to be that the
current patch is not sufficient (and not necessary either).

-- 
[SRU] upsd doesn't start NOT 221737
https://bugs.launchpad.net/bugs/222761
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 237768] Please sync krb5 1.6.dfsg.3-2 (main) from Debian unstable (main).

2008-06-13 Thread Sebastien Bacher
Getting binaries for intrepid...
[Updating] krb5 (1.6.dfsg.3~beta1-2ubuntu1 [Ubuntu]  1.6.dfsg.3-2 [Debian])
 * Trying to add krb5...
  - krb5_1.6.dfsg.3-2.dsc: downloading from http://ftp.debian.org/debian/
  - krb5_1.6.dfsg.3.orig.tar.gz: downloading from 
http://ftp.debian.org/debian/
  - krb5_1.6.dfsg.3-2.diff.gz: downloading from http://ftp.debian.org/debian/
I: krb5 [main] - libkadm55_1.6.dfsg.3~beta1-2ubuntu1 [main].
I: krb5 [main] - libkrb53_1.6.dfsg.3~beta1-2ubuntu1 [main].
I: krb5 [main] - krb5-user_1.6.dfsg.3~beta1-2ubuntu1 [main].
I: krb5 [main] - krb5-clients_1.6.dfsg.3~beta1-2ubuntu1 [universe].
I: krb5 [main] - krb5-rsh-server_1.6.dfsg.3~beta1-2ubuntu1 [universe].
I: krb5 [main] - krb5-ftpd_1.6.dfsg.3~beta1-2ubuntu1 [universe].
I: krb5 [main] - krb5-telnetd_1.6.dfsg.3~beta1-2ubuntu1 [universe].
I: krb5 [main] - krb5-kdc_1.6.dfsg.3~beta1-2ubuntu1 [universe].
I: krb5 [main] - krb5-admin-server_1.6.dfsg.3~beta1-2ubuntu1 [universe].
I: krb5 [main] - libkrb5-dev_1.6.dfsg.3~beta1-2ubuntu1 [main].
I: krb5 [main] - libkrb5-dbg_1.6.dfsg.3~beta1-2ubuntu1 [main].
I: krb5 [main] - krb5-pkinit_1.6.dfsg.3~beta1-2ubuntu1 [universe].
I: krb5 [main] - krb5-doc_1.6.dfsg.3~beta1-2ubuntu1 [main].


** Changed in: krb5 (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Please sync krb5 1.6.dfsg.3-2 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/237768
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 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 230016] Re: [intrepid] Rebuild with perl 5.10

2008-06-13 Thread Martin Pitt
Done yesterday. postgresql-plperl-8.3 now depends on libperl5.10.

** Changed in: postgresql-8.3 (Ubuntu)
   Status: In Progress = Fix Released

-- 
[intrepid] Rebuild with perl 5.10
https://bugs.launchpad.net/bugs/230016
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 239668] Re: no postinst script

2008-06-13 Thread Jamie Strandboge
** Visibility changed to: Public

-- 
no postinst script
https://bugs.launchpad.net/bugs/239668
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 237894] Re: I cannot connect to any server. Conection hangs up at channel 0: open confirm rwindow 0 rmax 32768

2008-06-13 Thread Alex Chan
I have the same problem.  I've tried several different things and I'm
hoping maybe someone else can relate or better yet, know of a solution.
I'm not able to ssh to machines but I'm able to do so to local machine
on my local network.  Also, I've noticed that when I'm not using
wireless and a direct wired connection instead, I can ssh just fine
anywhere.  I've tried uninstalling and reinstalling openssh but that
didn't help.  This is happening on my laptop which is running Kubuntu.
I've upgraded a desktop machine using a wireless interface running
Ubuntu and there aren't any problems with it.

-- 
I cannot connect to any server. Conection hangs up at channel 0: open confirm 
rwindow 0 rmax 32768
https://bugs.launchpad.net/bugs/237894
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 239752] Re: package dovecot-common 1:1.0.10-1ubuntu5.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-06-13 Thread Bhhavya

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

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/15260457/DpkgTerminalLog.gz

-- 
package dovecot-common 1:1.0.10-1ubuntu5.1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/239752
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 235868] Re: dnsmasq 2.41-2ubuntu1 init script typo: log_msg_end

2008-06-13 Thread Thierry Carrez
I confirm.
Note that the patch was forwarded to Debian and 2.42-1 shipped with it.

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

-- 
dnsmasq 2.41-2ubuntu1 init script typo: log_msg_end
https://bugs.launchpad.net/bugs/235868
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq 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 239752] Re: package dovecot-common 1:1.0.10-1ubuntu5.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-06-13 Thread Mathias Gug

On Fri, Jun 13, 2008 at 01:25:29PM -, Bhhavya wrote:
 
 ** Attachment added: DpkgTerminalLog.gz
http://launchpadlibrarian.net/15260457/DpkgTerminalLog.gz

  Setting up dovecot-common (1:1.0.10-1ubuntu5.1) ...
  Not replacing deleted config file /etc/dovecot/dovecot.conf
  Not replacing deleted config file /etc/dovecot/dovecot-ldap.conf
  Not replacing deleted config file /etc/dovecot/dovecot-sql.conf
  grep: /etc/dovecot/dovecot.conf: No such file or directory
  grep: /etc/dovecot/dovecot.conf: No such file or directory
  Creating generic self-signed certificate: /etc/ssl/certs/dovecot.pem
  (replace with hand-crafted or authorized one if needed).
  invoke-rc.d: initscript dovecot, action start failed.

Did you already install dovecot and then removed it (and not purging it)
? Try to purge dovecot before reinstalling it.

 status incomplete

-- 
Mathias Gug
Ubuntu Developer  http://www.ubuntu.com

-- 
package dovecot-common 1:1.0.10-1ubuntu5.1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/239752
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 239752] Re: package dovecot-common 1:1.0.10-1ubuntu5.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-06-13 Thread Mathias Gug
** Changed in: dovecot (Ubuntu)
   Status: New = Incomplete

-- 
package dovecot-common 1:1.0.10-1ubuntu5.1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/239752
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 239704] Re: package slapd 2.3.35-1ubuntu0.2 failed to install/upgrade:

2008-06-13 Thread Phil Lello
I managed to get the package to install correctly after changing my
/etc/ldap/slapd.conf, to update the include for evolutionperson.schema
to /usr/share/evolution-data-server-2.22/evolutionperson.schema.

This had been left pointing at the pre-hardy path of /usr/share
/evolution-data-server-2.22/evolutionperson.schema

As a minimum, I'd recommend that missing schemas shouldn't cause the
slapd upgrade to fail, although I don't know what action should be taken
(if any) to correct this. In this case, I guess includes from different
packages should be checked for before anything gets uninstalled, but I
have no idea how complex this might be to do.

Phil

-- 
package slapd 2.3.35-1ubuntu0.2 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/239704
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 117736] Re: pam_mount unable to unmount needs root priv

2008-06-13 Thread Dustin Kirkland
** Also affects: pam via
   https://bugzilla.mindrot.org/show_bug.cgi?id=926
   Importance: Unknown
   Status: Unknown

** Also affects: openssh (Ubuntu)
   Importance: Undecided
   Status: New

-- 
pam_mount unable to unmount needs root priv
https://bugs.launchpad.net/bugs/117736
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 117736] Re: pam_mount unable to unmount needs root priv

2008-06-13 Thread Dustin Kirkland
I added a watcher to the upstream bug report.

Also, I added openssh-server as being affected.  Not necessarily that
sshd needs changes, but more for tracking and visibility.

According to my code inspection of the OpenSSH code that opens and
closes PAM sessions, it looks to me that the pam_open_session() happens
with uid=0, which allows pam_mount to do the things it needs to do as
root (namely, (a) mount filesystems and (b) increment
/var/run/pam_mount/user).

On the other hand, sshd initiates pam_close_session() with uid=non-zero.
The pam_mount setuid(0) therefore fails, and the pam_mount process has
insufficient privilege to (a) unmount filesystems, and (b)
decrement/remove /var/run/pam_mount/user.

Various sources note that one can disable ssh's privilege separation in
/etc/ssh/sshd_config to solve this problem, at the expense of lowered
security.  I was not able to make this work on an Ubuntu Intrepid
system.  In any case, lowering the security shouldn't be a viable
solution.

This is a longstanding bug that could really use some attention such
that pam_mount could deliver its designed functionality even over ssh
connections.


:-Dustin

-- 
pam_mount unable to unmount needs root priv
https://bugs.launchpad.net/bugs/117736
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 129630] Re: [feature-request-gutsy] Include managesieve patch in dovecot

2008-06-13 Thread Mathias Gug
Thanks for your suggestion. The managesieve patch for 1.0 seems quiet
invasive. The patch for 1.1 is less scary. We may reconsider the
inclusion of the managesieve patch once 1.1 is available.

** Changed in: dovecot (Ubuntu)
   Status: New = Triaged

** Summary changed:

- [feature-request-gutsy] Include managesieve patch in dovecot
+ Include managesieve patch in dovecot

-- 
Include managesieve patch in dovecot
https://bugs.launchpad.net/bugs/129630
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 221269] Re: package dovecot-common 1:1.0.10-1ubuntu5 failed to install/upgrade:

2008-06-13 Thread Mathias Gug
Thanks for you bug report. I'm reassigning it to update-manager.

Although the package that failed to install is dovecot, there seems to
be an issue with update-manager, debconf and ucf. I've seen similar bug
reports in the samba package (failed to install/upgrade) which also use
ucf to manage configuration files.

** Changed in: update-manager (Ubuntu)
Sourcepackagename: dovecot = update-manager

-- 
package dovecot-common 1:1.0.10-1ubuntu5 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/221269
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 203696] Re: undefined symbol: quota on dapper while trying to use imap_quota

2008-06-13 Thread Mathias Gug
Marking this bug as Fix released since it's been fixed in 1.0beta4 and
intrepid has 1.0.14.

** Changed in: dovecot (Ubuntu)
   Status: New = Fix Released

-- 
undefined symbol: quota on dapper while trying to use imap_quota
https://bugs.launchpad.net/bugs/203696
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 203696] Re: undefined symbol: quota on dapper while trying to use imap_quota

2008-06-13 Thread Mathias Gug
To get an SRU, please follow
https://wiki.ubuntu.com/StableReleaseUpdates.

-- 
undefined symbol: quota on dapper while trying to use imap_quota
https://bugs.launchpad.net/bugs/203696
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 239894] [NEW] CVE-2008-2364 Apache2 mod_proxy_http.c DOS

2008-06-13 Thread Emanuele Gentili
*** This bug is a security vulnerability ***

Public security bug reported:

The ap_proxy_http_process_response function in mod_proxy_http.c in the
mod_proxy module in the Apache HTTP Server 2.0.63 and 2.2.8 does not
limit the number of forwarded interim responses, which allows remote
HTTP servers to cause a denial of service (memory consumption) via a
large number of interim responses.

** Affects: apache2 (Ubuntu)
 Importance: High
 Assignee: Emanuele Gentili (emgent)
 Status: Confirmed

** Visibility changed to: Public

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2008-2364

** Changed in: apache2 (Ubuntu)
   Importance: Undecided = High
 Assignee: (unassigned) = Emanuele Gentili (emgent)
   Status: New = Confirmed

-- 
CVE-2008-2364 Apache2 mod_proxy_http.c DOS
https://bugs.launchpad.net/bugs/239894
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 239894] Re: CVE-2008-2364 Apache2 mod_proxy_http.c DOS

2008-06-13 Thread Emanuele Gentili
Intrepid fix avaiable by upstream and work fine to solve the problem.

Actually build faild:   
libaprutil1-dev: Depends: libdb4.6-dev but it is not installable

more info:
https://edge.launchpad.net/ubuntu/intrepid/i386/libdb4.6-dev

(i will attach it later)

-- 
CVE-2008-2364 Apache2 mod_proxy_http.c DOS
https://bugs.launchpad.net/bugs/239894
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 239894] Re: CVE-2008-2364 Apache2 mod_proxy_http.c DOS

2008-06-13 Thread Emanuele Gentili
UPSTREAM FIX:

http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy_http.c?r1=666154r2=666153pathrev=666154

-- 
CVE-2008-2364 Apache2 mod_proxy_http.c DOS
https://bugs.launchpad.net/bugs/239894
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 239894] Re: CVE-2008-2364 Apache2 mod_proxy_http.c DOS

2008-06-13 Thread Emanuele Gentili

** Attachment added: gutsy_security_apache2_2.2.4-3ubuntu0.2.debdiff
   
http://launchpadlibrarian.net/15293240/gutsy_security_apache2_2.2.4-3ubuntu0.2.debdiff

-- 
CVE-2008-2364 Apache2 mod_proxy_http.c DOS
https://bugs.launchpad.net/bugs/239894
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 239894] Re: CVE-2008-2364 Apache2 mod_proxy_http.c DOS

2008-06-13 Thread Emanuele Gentili

** Attachment added: hardy_security_apache2_2.2.8-1ubuntu0.1.debdiff
   
http://launchpadlibrarian.net/15293694/hardy_security_apache2_2.2.8-1ubuntu0.1.debdiff

-- 
CVE-2008-2364 Apache2 mod_proxy_http.c DOS
https://bugs.launchpad.net/bugs/239894
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 239894] Re: CVE-2008-2364 Apache2 mod_proxy_http.c DOS

2008-06-13 Thread Emanuele Gentili

** Attachment added: feisty_security_apache2_2.2.3-3.2ubuntu2.2.debdiff
   
http://launchpadlibrarian.net/15294355/feisty_security_apache2_2.2.3-3.2ubuntu2.2.debdiff

** Changed in: apache2 (Ubuntu)
   Status: Confirmed = In Progress

-- 
CVE-2008-2364 Apache2 mod_proxy_http.c DOS
https://bugs.launchpad.net/bugs/239894
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 239894] Re: CVE-2008-2364 Apache2 mod_proxy_http.c DOS

2008-06-13 Thread Emanuele Gentili
@Pitti: can you write here when you solve libdb4.6-dev problem in
intrepid?

-- 
CVE-2008-2364 Apache2 mod_proxy_http.c DOS
https://bugs.launchpad.net/bugs/239894
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 239661] [NEW] cannot modify QT variable from qdevelop

2008-06-13 Thread mehrwarz enayati
Public bug reported:

Binary package hint: qdevelop

Ubuntu 8.04 hardy
qdevelop 0.25.2-0ubuntu1

Scenario:
QDevelop defines the QT variable in a given .pro file as follows:
QT = gui core
I want to be able to add other modules, like network, to my pro file. To do 
this I open project properties window from project explorer dock panel and go 
to variables tab. Then I press the + button under variables list and define a 
new user variable with += operator. The variable definition is added to .pro 
file but it does not show up in the variables list, so I cannot change its 
value and have to modify the .pro file with some other editor.

Expected behavior:
Being able to see and modify QT variable of a project file from project 
properties window.

What happened instead:
QT variable gets defined as many times as I try to define it but no new value 
gets assigned to it.

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

-- 
cannot modify QT variable from qdevelop
https://bugs.launchpad.net/bugs/239661
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239660] [NEW] Calculator doesn't show a sum result

2008-06-13 Thread arturosm
Public bug reported:

Binary package hint: gcalctool

I was trying to do a big sum with 10 numbers, here is the sum:

5840+3896+5548+3595+159787+104520+5840+3896+157077+102613

when I typed enter there was nothing in the box result

ProblemType: Bug
Architecture: i386
Date: Fri Jun 13 00:34:25 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/gcalctool
Package: gcalctool 5.22.2-0ubuntu1
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_MX.UTF-8
 SHELL=/bin/bash
SourcePackage: gcalctool
Uname: Linux 2.6.24-18-generic i686

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


** Tags: apport-bug

-- 
Calculator doesn't show a sum result
https://bugs.launchpad.net/bugs/239660
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239660] Re: Calculator doesn't show a sum result

2008-06-13 Thread arturosm

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

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

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

-- 
Calculator doesn't show a sum result
https://bugs.launchpad.net/bugs/239660
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239660] Re: Calculator doesn't show a sum result

2008-06-13 Thread arturosm
I was trying to do a big sum with 10 numbers, here is the sum:

5840+3896+5548+3595+159787+104520+5840+3896+157077+102613

when I typed enter there was nothing in the box result

If I do the same sum but only with 7 numbers it works, I mean

5840+3896+5548+3595+159787+104520+5840

-- 
Calculator doesn't show a sum result
https://bugs.launchpad.net/bugs/239660
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239514] Re: Firefox 3.0 shows revision number in URL about: rather then version number

2008-06-13 Thread Rui Boon
*** This bug is a duplicate of bug 238983 ***
https://bugs.launchpad.net/bugs/238983

This is a duplicate of bug 238983.

** This bug has been marked a duplicate of bug 238983
   about: page shows version 1.9

-- 
Firefox 3.0 shows revision number in URL about: rather then version number
https://bugs.launchpad.net/bugs/239514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 55273] Re: inkscape generates no latex formula

2008-06-13 Thread John Buncher
I was following this bug over at Bug #195052 for a while
(https://bugs.launchpad.net/inkscape/+bug/195052 ), and that bug was
slated to be included/fixed for the 8.04.1 milestone.  When it was
marked as a dupe of this bug, I think that got erased (it no longer
shows up on https://launchpad.net/ubuntu/+milestone/ubuntu-8.04.1 ).
Will this be in the Hardy repos soon?  Ever?  I see that the fix is
committed to inkscape (Ubuntu), but I'm not sure if that means Hardy
or the dev version of Intrepid.  Any clarification would be greatly
appreciated.

Thanks for your time.

-- 
inkscape generates no latex formula
https://bugs.launchpad.net/bugs/55273
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239655] Re: dolphin crashed with SIGSEGV

2008-06-13 Thread trylik

** Attachment added: dolphin.kcrash
   http://launchpadlibrarian.net/15250887/dolphin.kcrash

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

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


[Bug 149282] Re: Compiz Negative Plugin blacks windows

2008-06-13 Thread FilmAficionado
I have a Lenovo T61 with Ubuntu Hardy Heron
It has the Intel GMA X3100 GM965

Attached is an image. Whenever I use the Negative filter the contents of the 
window turns black.
I can confirm that this also occurred when my laptop was blacklisted for Compiz 
via Ubuntu Gutsy (and I manually bypassed it and found many things weren't 
working, some of which work now IIRC, but still, no negative, which is one of 
the better features I feel).

All of the content of the windows turn black, except the borders.
Screenshot attached. Regardless of the window.

It would mean a lot of this could get looked it.

Are more specs needed? 
Any readouts from my laptop, or more tech info?

Thanks!

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/15251668/Screenshot.png

-- 
Compiz Negative Plugin blacks windows
https://bugs.launchpad.net/bugs/149282
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 217841] Re: Hardy recent update broke suspend to ram on Thinkpad T61p

2008-06-13 Thread Swâmi Petaramesh
Confirmed here (alas) with an Acer Aspire 3104WLMi running Hardy (fglrx
drivers, madwifi drivers). Initially resuming from suspend to RAM was
quite fast, but after recent Ubuntu updates now suspending looks
normally fast (except once, trying to suspend ended in kernel panic)
but resuming takes *minutes* with the hard disk working like crazy.
During this time the screen is black and backlight off, keyboard not
responding. Meanwhile the machine however pings (thru Wi-Fi) and can be
accessed from remote using SSH...

No change in hardware or whatever between the times when it was fast and
now that it has become dreadfully slow.

Once resumed I notice more than 780 MB of swap used when there was
little swap used before suspending.

In the current situation it takes more time to resume from suspend than
to restart from hibernate or event to cold boot... Which makes
suspending to RAM completely useless...

-- 
Hardy recent update broke suspend to ram on Thinkpad T61p
https://bugs.launchpad.net/bugs/217841
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239665] Re: totem-video-thumbnailer crashed with SIGSEGV in strcmp()

2008-06-13 Thread rfdias

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/15251619/CoreDump.gz

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

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/15251621/Disassembly.txt

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

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

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/15251624/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/15251625/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/15251626/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
totem-video-thumbnailer crashed with SIGSEGV in strcmp()
https://bugs.launchpad.net/bugs/239665
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 208388] Re: Frozen Bubble and other games have no sound when started from gnome menue

2008-06-13 Thread Cedric Zoppolo
Well Kevin, for me just disabling the system sounds does the work, no need to 
disable ESD. 
I am not sure if the library I mentioned I installed is also needed for the 
partial workaround. Because I don't think disabling system sounds could be 
called a solution.

Regards,
Cedric.

-- 
Frozen Bubble and other games have no sound when started from gnome menue
https://bugs.launchpad.net/bugs/208388
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 217846] Re: Slow suspend/resume in Hardy

2008-06-13 Thread Swâmi Petaramesh
Confirmed here (alas) with an Acer Aspire 3104WLMi running Hardy (fglrx
drivers, madwifi drivers). Initially resuming from suspend to RAM was
quite fast, but after recent Ubuntu updates now suspending looks
normally fast (except once, trying to suspend ended in kernel panic)
but resuming takes *minutes* with the hard disk working like crazy.
During this time the screen is black and backlight off, keyboard not
responding. Meanwhile the machine however pings (thru Wi-Fi) and can be
accessed from remote using SSH...

No change in hardware or whatever between the times when it was fast and
now that it has become dreadfully slow.

Once resumed I notice more than 780 MB of swap used when there was
little swap used before suspending.

In the current situation it takes more time to resume from suspend than
to restart from hibernate or event to cold boot... Which makes
suspending to RAM completely useless...

-- 
Slow suspend/resume in Hardy
https://bugs.launchpad.net/bugs/217846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239664] [NEW] Failed kernel update to 2.6.24-19

2008-06-13 Thread GerdS
Public bug reported:

After updating my Ubuntu 8.0.4.1 system with all previously offered
updates installed to the actually offered kernel 2.6.24-19 and rebooting
the system something goes wrong:

The system reboots normaly until the login screen is displayed. But the
standard sound played as a request to log in is now missing.

If I will log in to Gnome desktop Gnome will try to start but will fail
before the desktop is displayed. The system will fall back to the login
screen.

If I will try a second time Gnome will draw the desktop background and
also items placed on the desktop, but both the top panel with menus and
the bottom panel are missing. As soon as I will press the right mouse
button the system either falls back to the login screen or will hang up
completely.

If I will restart with my old kernel 2.6.24-18 alll works normally as
should.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Failed kernel update to 2.6.24-19
https://bugs.launchpad.net/bugs/239664
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239540] Re: restricted nvidia driver crash after kernel upgrade 2.6.24-18

2008-06-13 Thread Denis Walrave
Work around: Completely remove the restricted video driver environment
and install NVidia driver from NVidia site ($ sudo sh NVIDIA-
Linux-x86-173.14.05-pkg1.run).

This works fine. I am using this configuration now.

-- 
restricted nvidia driver crash after kernel upgrade  2.6.24-18
https://bugs.launchpad.net/bugs/239540
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 238716] Re: Close, maximize and minimize on right side of window title bar missing

2008-06-13 Thread cariboo907
After todays update the icons are back. but they are not aligned very
well and on smaller windows the minimize icon disappears.

** Attachment added: picture of icon allignment
   http://launchpadlibrarian.net/15251675/Screenshot.png

-- 
Close, maximize and minimize on right side of window title bar missing
https://bugs.launchpad.net/bugs/238716
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 190018] Re: Add missing lircd.conf and lircrc for the ASUS MyCinema P7131 Hybrid TV card

2008-06-13 Thread Gianfranco Liporace
Hi bve,
can you post the output of dmesg so we can see what device is assigned to the 
remote?
Thanks!

-- 
Add missing lircd.conf and lircrc for the ASUS MyCinema P7131 Hybrid TV card
https://bugs.launchpad.net/bugs/190018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 149282] Re: Compiz Negative Plugin blacks windows

2008-06-13 Thread FilmAficionado
** Changed in: compiz (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Compiz Negative Plugin blacks windows
https://bugs.launchpad.net/bugs/149282
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239666] [NEW] MCA Bank #6 for Intel Dunnington processor cannot be enabled in x86-64 kernel

2008-06-13 Thread Yong Wang
Public bug reported:

Current 64 bit MCE reporting code hardcodes bank limitation as 6 and
this is not an issue for processors with =6 MCE banks. But for latest
processors with more than 6 MCE banks, additional MCE banks available in
processor hardware cannot be enabled to record hardware error
information which is extremely helpful for diagnostics.

For those who do not know what MCA  MCE are, here is some useful information:
1. http://one.firstfloor.org/~andi/mce.pdf
2. kernel-source-dir/Documentation/x86_64/machinecheck

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

-- 
MCA Bank #6 for Intel Dunnington processor cannot be enabled in x86-64 kernel
https://bugs.launchpad.net/bugs/239666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-13 Thread Martin Pitt
I removed xorg-server from hardy-proposed.

I already said in comment 19 that I'm ok with the -geode patch,
confirming this. The -nsc patch needs work, since it currently
introduces a NEW package, and changes other things in the packaging.

** Changed in: xserver-xorg-video-geode (Ubuntu Hardy)
   Status: New = Confirmed

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 219206] Re: Crash on odbc traffic with MySQL server

2008-06-13 Thread cabay
Scananza, i have downloaded mysql-connector-odbc-5.1.4-0.x86_64.rpm for ubuntu 
hardy 64 bit to replace its native libmyodbc, i succeded convert it to deb 
package with alien (mysql-connector-odbc_5.1.4-1_amd64.deb) how do you 
configure the odbcinst.ini file to make a successfull connection? what's the 
path for the odbcinst.ini? do i have to replace the native unixODBC for hardy 
either?if so what is the replacement package/s and how to configure the 
odbc.ini file?and what's the path for it
thank you

** Attachment added: detailed file after i install the rpm converted package
   
http://launchpadlibrarian.net/15251704/detailed%20file%20after%20i%20install%20the%20rpm%20converted%20package

-- 
Crash on odbc traffic with MySQL server
https://bugs.launchpad.net/bugs/219206
You received this bug notification because you are a member of 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 185469] Re: high cpu load because of JavaScript

2008-06-13 Thread simtris

So...
Somthing around Hardy ? Quite possible. Anyway I tried some fixes during this 
time and I discover an French thread abaout this kind of problem. The advise 
was to modify the /etc/hosts, this way :

127.0.0.1 localhost buntuStation
#127.0.1.1 buntuStation

The second line was the original one and seems to decresse something in 
Ubuntu/FF.
My Firefox is much quick after that but, on Gmail I always have a High CPU load 
and a slow scrolling.
...
Didn't understand.
I'll soon try and complete' from scratch, reinstallation of the 8.04, maybe the 
problem will be fixed ... 

 Simon

_
Votre contact a choisi Hotmail, l'e-mail ultra sécurisé. Créez un compte 
gratuitement !
http://www.windowslive.fr/hotmail/default.asp

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

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

[Bug 227600] Re: Halo around windows

2008-06-13 Thread Markus Korn
*** This bug is a duplicate of bug 186382 ***
https://bugs.launchpad.net/bugs/186382

** Tags removed: likely-dupe

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

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


[Bug 222761] Re: [SRU] upsd doesn't start NOT 221737

2008-06-13 Thread Martin Pitt
 if [ -z `getent group nut` ]; then
 addgroup --quiet --system nut
-#   else
-#   printf error: user \nut\ already exists... see 
/usr/share/doc/nut/README.Debian\nexit 1
+   else
+   printf skipping: user \nut\ already exists... see 
/usr/share/doc/nut/README.Debian\n
 fi
 }

Chuck, can you please explain how that changes the behavior? As far as I
can see, this patch just triggers an additional warning message to
appear (which is not good packaging, anyway; it will hardly be noticed).
Steve, what was the problem when you tested upgrade? Did the upgrade
fail (i. e. did addgroup error out because the group already existed),
or was the problem that an already existing nut user isn't in some
important group?

The nut user and group should *not* be removed on purging the package,
BTW. That's common and good Debian practice for daemons which create
files or processes owned by that system user. Otherwise the uid/gid
would be recycled on next adduser, and existing files/processes would
get owned by that new user.

-- 
[SRU] upsd doesn't start NOT 221737
https://bugs.launchpad.net/bugs/222761
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 236420] Re: Gnome Freeze on Exit

2008-06-13 Thread Kris Katterjohn
I'm having the same problem.  When I try to exit (using System-Quit or
the exit button up top), everything freezes and I can't do anything.
I've even tried having a terminal open so I can try sudo reboot or
something, but I can't even do that (the cursor even stops blinking on
the terminal).

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

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


[Bug 213482] Re: Dapper to Hardy upgrade fails with slapd

2008-06-13 Thread Phil
Hi there,

Please, how do I aplly the fix, precisely and in simple words :} ?

Yours

-- 
Dapper to Hardy upgrade fails with slapd
https://bugs.launchpad.net/bugs/213482
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 202546] Re: [Hardy] Brasero fails if CUE sheet only specifies filename

2008-06-13 Thread Kris Marsh
Fixed upstream in Brasero 0.8.x. and 0.7.90

-- 
[Hardy] Brasero fails if CUE sheet only specifies filename
https://bugs.launchpad.net/bugs/202546
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 173371] Re: No way to Print Selection

2008-06-13 Thread Al Buntu
I can confirm: Print selection is not possible with any program :-(

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

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


[Bug 234105] Re: Support latin locale

2008-06-13 Thread Martin Pitt
Hm, Ulrich Drepper rejected this locale in his inimitably objective and
friendly way (No, this is just another nonsense locale like all the
artificial languages.). So we'll just maintain this on our own then.

** Changed in: langpack-locales (Ubuntu)
   Status: Triaged = In Progress

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

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


[Bug 224893] Re: Fullscreen OpenGL games flicker in Ubuntu (GNOME only)

2008-06-13 Thread spontex
Hello,
On my computer, this bug (ATI+OpenGL applications) doesn't only appear in 
fullscreen. Google Earth in windowed mode or glxgears also cause the display to 
flicker.

-- 
Fullscreen OpenGL games flicker in Ubuntu (GNOME only)
https://bugs.launchpad.net/bugs/224893
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-13 Thread Kees Cook
As a quick note, to clear up any possible confusion, the xorg-server
security update that just went out was numbered ubuntu9.2 to avoid the
-proposed version (and did not contain the 9.1 code).  So all is well
and the next upload into -proposed will need an ubuntu9.3 version, as
expected.

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 135197] Re: xchat-gnome doesn't update the icon cache at installation

2008-06-13 Thread PeterShinners
I just installed gnome-xchat under a fresh Hardy 8.04. The application
icon is missing from the main menu. The correct icon is appearing on the
window frame.

-- 
xchat-gnome doesn't update the icon cache at installation
https://bugs.launchpad.net/bugs/135197
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222407] Re: Nvidia driver does not work properly in hardy

2008-06-13 Thread Félim Whiteley
Apologise I'm just commenting to track changes to this bug. Hopefully
they sort this out with an update.

-- 
Nvidia driver does not work properly in hardy
https://bugs.launchpad.net/bugs/222407
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 208718] Re: nvidia-glx-new driver displays white screen of death

2008-06-13 Thread Félim Whiteley
Hopefully this gets sorted soon. I'm just commenting so I can track
changes to this. Thanks

-- 
nvidia-glx-new driver displays white screen of death
https://bugs.launchpad.net/bugs/208718
You received this bug notification because you are a member of 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 195013] Re: Firefox 3 and xulrunner 1.9 needs translations

2008-06-13 Thread Alexander Sack
On Thu, Jun 12, 2008 at 06:02:00PM -, miguelquiros wrote:
 I do not know if it is the same issue discussed here. I used to have
 Firefox3beta running correctly in Spanish. After an update via update-
 manager, firefox has been updated to 3.0~rc1+nobinonly-0ubuntu0.8.04.1
 and language-pack-es-base to 1:8.04+20080527.1. After that, firefox does
 not longer appear in Spanish and I can see that there are no files in
 /usr/lib/firefox-addons/extensions/langpack-es-
 [EMAIL PROTECTED] I think that in this directory there should
 be some files provided by the package language-pack-es-base responsible
 for the translation to Spanish. These files have vanished after the
 upgrade.
 

Does running

 sudo apt-get install --reinstall language-pack-es-base

help?

 - Alexander

-- 
Firefox 3 and xulrunner 1.9 needs translations
https://bugs.launchpad.net/bugs/195013
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239672] [NEW] General Protection Fault from linux-image-2.6.24-18-server amd64 amd64 2.6.24-18.32

2008-06-13 Thread Allen Ibara
Public bug reported:

Binary package hint: linux-image-2.6.24-18-server

[353626.420019] general protection fault:  [1] SMP 
[353626.420041] CPU 0 
[353626.420056] Modules linked in: ipt_REDIRECT xt_tcpudp iptable_nat nf_nat 
nf_conntrack_ipv4 nf_conntrack kvm_amd kvm ipv6 bridge iptable_filter ip_tables 
x_tables parport_pc lp parport loop psmouse serio_raw snd_hda_intel snd_pcm 
snd_timer snd_page_alloc snd_hwdep snd soundcore button shpchp pci_hotplug 
evdev k8temp i2c_nforce2 i2c_core pcspkr ext3 jbd mbcache sd_mod sg sr_mod 
cdrom sata_nv pata_amd ata_generic 8139cp pata_acpi libata forcedeth ehci_hcd 
8139too scsi_mod ohci_hcd mii usbcore thermal processor fan fbcon tileblit font 
bitblit softcursor fuse
[353626.420245] Pid: 20666, comm: smtp Not tainted 2.6.24-18-server #1
[353626.420264] RIP: 0010:[unmap_vmas+0x163/0x820]  [unmap_vmas+0x163/0x820] 
unmap_vmas+0x163/0x820
[353626.420297] RSP: 0018:8100870c9db8  EFLAGS: 00010202
[353626.420314] RAX: 7fff81011acd2d00 RBX: 7fb0a4e51000 RCX: 
07f8
[353626.420344] RDX: 8100b5d78580 RSI: fffb RDI: 
81011fe668e0
[353626.420373] RBP: 8100d05c9280 R08:  R09: 
0001
[353626.420402] R10:  R11: 0246 R12: 
7fb0a4e51000
[353626.420431] R13: 81011fe668e0 R14: 7fb0a4e51000 R15: 
003c8dea
[353626.420460] FS:  7fb0a77cd6e0() GS:805c3000() 
knlGS:
[353626.420491] CS:  0010 DS:  ES:  CR0: 8005003b
[353626.420509] CR2: 7fff677e2138 CR3: d5598000 CR4: 
06e0
[353626.420538] DR0:  DR1:  DR2: 

[353626.420567] DR3:  DR6: 0ff0 DR7: 
0400
[353626.420597] Process smtp (pid: 20666, threadinfo 8100870c8000, task 
81011a4ef7a0)
[353626.420627] Stack:  8100870c9df8 806777a0 7fb0a504 
81000101d7b8
[353626.420660]   8100870c9eb8  

[353626.420692]  8100b5d78580 8100870c9ec0 0001 

[353626.420714] Call Trace:
[353626.420749]  [exit_mmap+0x77/0x100] exit_mmap+0x77/0x100
[353626.420768]  [mmput+0x1e/0xb0] mmput+0x1e/0xb0
[353626.420786]  [do_exit+0x1c0/0x950] do_exit+0x1c0/0x950
[353626.420807]  [802362c0] default_wake_function+0x0/0x10
[353626.420828]  [do_group_exit+0x2c/0x80] do_group_exit+0x2c/0x80
[353626.420848]  [system_call+0x7e/0x83] system_call+0x7e/0x83
[353626.420869] 
[353626.420882] 
[353626.420882] Code: 48 8b 50 48 48 01 d1 48 89 4c 24 70 48 8b 8c 24 88 00 00 
00 
[353626.420940] RIP  [unmap_vmas+0x163/0x820] unmap_vmas+0x163/0x820
[353626.420958]  RSP 8100870c9db8
[353626.421336] ---[ end trace d84ac02feecc2599 ]---
[353626.421395] Fixing recursive fault but reboot is needed!

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

-- 
General Protection Fault from linux-image-2.6.24-18-server amd64 amd64 
2.6.24-18.32 
https://bugs.launchpad.net/bugs/239672
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239671] [NEW] Extended characters in From Header

2008-06-13 Thread NeneOnline
Public bug reported:

Binary package hint: evolution

Hi,

I installed Evolution 2.22.2, otb in Ubuntu 8.04.  I notice very
annoying codes being displayed in the From header, while browsing
e-mail folders such as:

=?ISO-8859-1?Q?Jos=E9_Gabriel...

However, this very email in the preview window shows the From field
perfectly:

José Gabriel...

It only happens when the incoming e-mail has some text with accents in
the from header, and only in the e-mail listing.

Thanks and Regards,

Neneonline

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

-- 
Extended characters in From Header
https://bugs.launchpad.net/bugs/239671
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 239670] [NEW] [needs-packaging] quickbook (boost)

2008-06-13 Thread Bernhard Reiter
Public bug reported:

Part of Boost are two tools for producing documentation, boostbook and 
quickbook (the latter not to be mistaken with the accounting software of the 
same name). 
Neither of them can be found in any of Ubuntu's Boost-related packages.

In order to use Boost's quickbook tool, boostbook is required, so I
guess it'd actually make sense two provide two separate packages, or
perhaps one named libboost-doc-dev or so.

Information on how to compile both from source on Ubuntu and Debian is found on 
Boost's website: 
http://www.boost.org/doc/libs/1_35_0/tools/quickbook/doc/html/quickbook/install/linux.html

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[needs-packaging] quickbook (boost)
https://bugs.launchpad.net/bugs/239670
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 238587] Re: PostgreSQL bug fix releases 8.3.3/8.2.9/8.1.13

2008-06-13 Thread Martin Pitt
Changes for Hardy and Intrepid (8.3.1 - 8.3.3):
http://www.postgresql.org/docs/8.3/static/release-8-3-2.html
http://www.postgresql.org/docs/8.3/static/release-8-3-3.html

Changes for Feisty and Gutsy (8.2.7 - 8.2.9):
http://www.postgresql.org/docs/8.3/static/release-8-2-8.html
http://www.postgresql.org/docs/8.3/static/release-8-2-9.html

Changes for Dapper (8.1.11 - 8.1.13):
http://www.postgresql.org/docs/8.3/static/release-8-1-12.html
http://www.postgresql.org/docs/8.3/static/release-8-1-13.html

-- 
PostgreSQL bug fix releases 8.3.3/8.2.9/8.1.13
https://bugs.launchpad.net/bugs/238587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 238587] Re: PostgreSQL bug fix releases 8.3.3/8.2.9/8.1.13

2008-06-13 Thread Martin Pitt
James, Stuart, any chance this version could be tested in the DC? It
fixes a wealth of bugs.

-- 
PostgreSQL bug fix releases 8.3.3/8.2.9/8.1.13
https://bugs.launchpad.net/bugs/238587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239673] [NEW] update manager notification area icon may be wrong in certain cases

2008-06-13 Thread weltall
Public bug reported:

Binary package hint: update-manager

When you have some important security updates (like the kernel updates, the 
openssl recent updates) the red icon with the arrow shows fine and notifies you 
that there are important security updates. But if you try to install only some 
(so not all) (in my case I've just installed the openssl-blacklist package and 
not the kernel) the icon will change to the normal star like icon telling you 
there are only normal or proposed (as I've also that repository enabled) 
updates. It will stay like this even after reboots till new important security 
updates gets released.
Obviously this behavior is wrong as it should notify that there are important 
security updates till they are all installed and not stopping notifying it when 
only a package gets installed.

How to reproduce:
1- get a system missing more than one security update by downgrading, 
installing from scratch or wait for some to get released
2- you will notice the red arrow notification
3- click on it and install only one of the available security updates (there 
must be more than one)
4- notice the notification area icon gets back to the normal updates available 
version

What should happen:
The notification area icon should remain with the red arrow till all security 
updates get installed in the system

What happens:
The notification area icon switches back to the normal updates available 
version and doesn't tell there are still security updates till some new ones 
get released

I think this should be considered a security problem as security updates
might be left uninstalled this way, but as I'm not 100% certain I'm not
ticking the contact security team check box

This was tested on 8.04 with update-manager 1:0.87.27

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Binary package hint: update-manager
  
- When you have some important security updates (like the kernel updates, the 
openssl recent updates) the red icon with the arrow shows fine and notifies you 
that there are important security updates. But if you try to install only some 
(so not all) (in my case I've just installed the openssl-blacklist package and 
not the kernel) the icon will change to the normal star like icon telling you 
there are only normal or proposed (as I've also that repository enabled) 
updates. It will stay like this even after reboots till new important security 
updates gets release.
+ When you have some important security updates (like the kernel updates, the 
openssl recent updates) the red icon with the arrow shows fine and notifies you 
that there are important security updates. But if you try to install only some 
(so not all) (in my case I've just installed the openssl-blacklist package and 
not the kernel) the icon will change to the normal star like icon telling you 
there are only normal or proposed (as I've also that repository enabled) 
updates. It will stay like this even after reboots till new important security 
updates gets released.
  Obviously this behavior is wrong as it should notify that there are important 
security updates till they are all installed and not stopping notifying it when 
only a package gets installed.
  
  How to reproduce:
  1- get a system missing more than one security update by downgrading, 
installing from scratch or wait for some to get released
  2- you will notice the red arrow notification
  3- click on it and install only one of the available security updates (there 
must be more than one)
  4- notice the notification area icon gets back to the normal updates 
available version
  
  What should happen:
- The notification are should remain with the red arrow till all security 
updates get installed in the system
+ The notification area icon should remain with the red arrow till all security 
updates get installed in the system
  
  What happens:
  The notification area icon switches back to the normal updates available 
version and doesn't tell there are still security updates till some new ones 
get released
  
  I think this should be considered a security problem as security updates
- might be left uninstalled this way, but as I'm not 100% certain i'm not
- ticking the contact security team checkbox
+ might be left uninstalled this way, but as I'm not 100% certain I'm not
+ ticking the contact security team check box
  
  This was tested on 8.04 with update-manager 1:0.87.27

-- 
update manager notification area icon may be wrong in certain cases
https://bugs.launchpad.net/bugs/239673
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 238876] [EMAIL PROTECTED]: Submit Request Failure]

2008-06-13 Thread Alexander Sack
we cannot deal with non english reports ..

 status invalid

anyway, restarting your system should resolve this.

 - Alexander


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

-- 
Inmediatly after upgrade to firefox 3.0-RC1 from official repo, bookmarks are 
lost, and toolbar (back, forward, reload, stop) doesn't work
https://bugs.launchpad.net/bugs/238876
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 237622] Re: gnome crash and serverx restart

2008-06-13 Thread Timo Aaltonen
*** This bug is a duplicate of bug 237617 ***
https://bugs.launchpad.net/bugs/237617

** This bug has been marked a duplicate of bug 237617
   ServerX crash, and automatically restart

-- 
gnome crash and serverx restart
https://bugs.launchpad.net/bugs/237622
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 237245] Re: package linux-restricted-modules-2.6.24-18-generic None [modified: /var/lib/dpkg/info/linux-restricted-modules-2.6.24-18-generic.list] failed to install/upgrade: failed in buffer_writ

2008-06-13 Thread Timo Aaltonen
closing the bug, it's most likely due to disk being full..

** Changed in: linux-restricted-modules-2.6.24 (Ubuntu)
   Status: Incomplete = Invalid

-- 
package linux-restricted-modules-2.6.24-18-generic None [modified: 
/var/lib/dpkg/info/linux-restricted-modules-2.6.24-18-generic.list] failed to 
install/upgrade: failed in buffer_write(fd) (10, ret=-1)
https://bugs.launchpad.net/bugs/237245
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222066] Re: Tomboy SSHFS Sync creates local sync folder with wrong ownership

2008-06-13 Thread Gene Cooper
I have a fairly clean Hardy (8.04) installation (2 days old) and I
duplicated this problem and verified that the suggested command line
options do, in fact, set the permissions on the sync-sshfs folder to
something my user can access.

However, even after manually mounting the sync-sshfs folder at the
command line, Tomboy still will not sync.

G

-- 
Tomboy SSHFS Sync creates local sync folder with wrong ownership
https://bugs.launchpad.net/bugs/222066
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239674] [NEW] ucf and update-grub semantics are incompatible

2008-06-13 Thread Russ Allbery
Public bug reported:

Binary package hint: grub

Ubuntu hardy (amd64)
grub 0.97-29ubuntu21

The Ubuntu-specific modification to use ucf for managing menu.lst breaks
the traditional update-grub semantics in fundamental ways.  If I
understand the architecture correctly, I'm not sure how using ucf could
ever support the normal workflow that's possible using the Debian
update-grub.

ucf's goal is to preserve local changes to a configuration file, but its
notion of local changes is contrary to how update-grub is supposed to
work. Suppose that you're a large organization with a lot of systems
with a variety of kernel revisions, for one reason or another, but with
a desire to have uniform kernel parameters like console speed and
timeouts. With update-grub, you can just copy your menu.lst template to
all of your systems and run update-grub afterwards, and update-grub will
apply your new defaults and generate a new kernel list using them.
However, with Ubuntu's update-grub, it generates the initial menu.lst
and kernel list, and then when you replace that with a fresh template,
ucf sees that you've removed the kernel list. It thinks that's a local
modification, and when update-grub generates a new kernel list, it
preserves your modification and leaves the kernel list out of the new
menu.lst. Tada, instant unbootable system.

Even worse, this bug is sticky: you can re-run update-grub all you want,
it succeeds without errors, and it keeps generating an empty menu.lst.
This is a completely mystifying error until you dig into the details of
what's going on. To recover, you have to run ucf --purge
/var/run/grub/menu.lst (and that path, or for that matter any of the ucf
stuff, is completely undocumented in the update-grub man page) and then
re-run update-grub, at which point ucf will display a debconf prompt
(which doesn't support debconf preseeding, but that's another problem).
If you then select three-way merge (not the default) from that prompt,
you get a correct menu.lst.

The specific problem I had was that we were copying our template over
and re-running update-grub in an FAI post-install script, resulting in a
system that always had an empty kernel menu and wouldn't boot. Once I
finally figured out what's going on, I worked around it by being very
careful to put our template in place before the initial system bootstrap
and then never changing menu.lst afterwards, but this is a bad
limitation for a large site that scales system administrators by
automating configuration file updates.

It's possible that the right solution here is to change to a completely
different configuration that uses a separate file for the template and
explicitly supports custom kernel menu entries rather than reverting to
the Debian behavior, but the current solution in Ubuntu breaks
capabilities of update-grub that we expected to be able to use.
Reverting to the Debian behavior, which we've never had any trouble
with, would be an improvement over the current Ubuntu version for us.

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

-- 
ucf and update-grub semantics are incompatible
https://bugs.launchpad.net/bugs/239674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 221501] Re: grub-installer failing on Hardy kickseed when bootloader --md5pass is set

2008-06-13 Thread Martin Pitt
Copied to hardy-updates.

** Changed in: kickseed (Ubuntu Hardy)
   Status: Fix Committed = Fix Released

-- 
grub-installer failing on Hardy kickseed when bootloader --md5pass is set
https://bugs.launchpad.net/bugs/221501
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 218549] Re: Choosing Reboot in rescue menu jumps to main menu

2008-06-13 Thread Martin Pitt
Copied to hardy-updates.

** Changed in: rescue (Ubuntu Hardy)
   Status: Fix Committed = Fix Released

-- 
Choosing Reboot in rescue menu jumps to main menu
https://bugs.launchpad.net/bugs/218549
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 210995] Re: jarwrapper requires realpath

2008-06-13 Thread Luca Falavigna
Intrepid ships version 0.11, could you please prepare a new debdiff?
Please, resubscribe u-u-s when a new debdiff will be available.

Also, could you please explain why this change is needed? Runtime
errors? missing features?

** Changed in: javatools (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Michael B. Trausch (mtrausch)
   Status: Confirmed = In Progress

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

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


[Bug 94398] Re: Installer tries to pull the wrong files down when netbooting

2008-06-13 Thread Martin Pitt
Chris, any chance you could test this? This may now be verified using
the images here: http://archive.ubuntu.com/ubuntu/dists/hardy-
proposed/main/installer-i386/current/

You need to put apt-setup/proposed=true on the kernel command line,
until such time as the -19 kernel lands in -updates.

-- 
Installer tries to pull the wrong files down when netbooting
https://bugs.launchpad.net/bugs/94398
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 234005] Re: isolinux does not read the menu item titles from syslinux/syslinux.cfg

2008-06-13 Thread Martin Pitt
I verified that the 8.04.1 test CDs have a working gfxboot, so this
patch/the build did not cause a regression. The bug does not have
sufficient TEST CASE information to verify this bug fix, but the patch
is pretty obvious. Thus I consider this verified now and will copy to
hardy-updates. If you still have trouble with the 8.04.1 CDs, please
report back here and I will reopen this. Thank you!

** Tags added: verification-done

** Tags removed: verification-needed

** Changed in: gfxboot-theme-ubuntu (Ubuntu Hardy)
   Status: Fix Committed = Fix Released

-- 
isolinux does not read the menu item titles from syslinux/syslinux.cfg
https://bugs.launchpad.net/bugs/234005
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220636] Re: partimage stdin not working

2008-06-13 Thread Yannis T
I have already decompressed the image with gunzip. the problem is that
it does not understand stdin as the standard input rather it looks for a
file named that way.

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

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


[Bug 216322] Re: SDL applications auto-leave fullscreen if set to native 1280x1024 resolution and Compiz is enabled.

2008-06-13 Thread NY00123
In my case, it looks like unclutter isn't installed here. Anyway, Compiz
is disabled for now (and the resolution is again 1280x1024).

-- 
SDL applications auto-leave fullscreen if set to native 1280x1024 resolution 
and Compiz is enabled.
https://bugs.launchpad.net/bugs/216322
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 195009] Re: [Hardy] synaptic touchpad not detected

2008-06-13 Thread Goswin
Hello Stefan

I've put the output of dmidecode in the attachment. Thanks for your
tireless assistance. People like you make Ubuntu rock so hard!

** Attachment added: dmidecode.log
   http://launchpadlibrarian.net/15251929/dmidecode.log

-- 
[Hardy] synaptic touchpad not detected
https://bugs.launchpad.net/bugs/195009
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 190888] Re: /etc/init.d/mzscheme does not start web-server

2008-06-13 Thread Luca Falavigna
Given that, could you open a bug report in Debian to submit your
changes? This way, we can be aware of maintainer choices.

-- 
/etc/init.d/mzscheme does not start web-server
https://bugs.launchpad.net/bugs/190888
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 211908] Re: Audacious 1.5 new Monkey plugin not working with some .ape files

2008-06-13 Thread Luca Falavigna
Intrepid ships version 1.5.0-1ubuntu3, could you please prepare a new debdiff 
against new version?
Please, resubscribe u-u-s when a new debdiff will be available, thanks :)

** Changed in: audacious-plugins (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = xtknight (xt-knight)
   Status: Confirmed = In Progress

-- 
Audacious 1.5 new Monkey plugin not working with some .ape files
https://bugs.launchpad.net/bugs/211908
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209662] Re: defunct processes

2008-06-13 Thread Martin Pitt
Since the new deskbar-applet otherwise works fine, I copied it to hardy-
updates. However, I reopen this bug because it doesn't seem to get fixed
by the SRU.

** Changed in: deskbar-applet (Ubuntu Hardy)
   Status: Fix Committed = Confirmed

** Changed in: deskbar-applet (Ubuntu)
   Status: Fix Released = Confirmed

** Tags removed: verification-needed

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

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


[Bug 195982] Re: Shift key (and caps lock) stop working when using VMWare

2008-06-13 Thread Setya
I also experience the problem but mine is VMware Server 1.0.6 on Xubuntu
Hardy. I can't even type a single keystroke on console terminal. The
Capslock, Shift  Ctrl keys dies.

-- 
Shift key (and caps lock) stop working when using VMWare
https://bugs.launchpad.net/bugs/195982
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239509] Re: cannot erase trash content!! it the folder of thunderbird, that I've dragged to the trash.

2008-06-13 Thread Old_Soldier
use gksu nautilus to open a root nautilus and navigate
to~/.local/share/Trash  and delete the files from there. You can also
use sudo rm -rf ~/.local/share/Trash/files


in either event be very careful when deleting files as root. marking this as a 
question.

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

** bug changed to question:
   https://answers.launchpad.net/ubuntu/+source/thunderbird/+question/36111

-- 
cannot erase trash content!! it the folder of thunderbird, that I've dragged to 
the trash.
https://bugs.launchpad.net/bugs/239509
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 201354] Re: Update license

2008-06-13 Thread Luca Falavigna
* This seems a new upstream version, you should mention it in your changelog 
entry.
* Set target to intrepid.
* Why you ship log file in your .diff.gz? Is it required?

Please resubscribe u-u-s when a new interdiff is ready for review,
thanks!

** Changed in: libnb-javaparser-java (Ubuntu)
   Importance: Undecided = Wishlist
 Assignee: (unassigned) = Marek Slama (mslama-email)
   Status: Confirmed = In Progress

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

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


[Bug 239358] Re: Update Manager hangs in 8.04 LTS

2008-06-13 Thread yello
I was having the same problem (i.e. hanging Update Manager). I updated
with synaptic and then, after having read this thread, did...

apt-get -f install
apt-get clean
apt-get update
apt-get upgrade

All ran cleanly without error. Interestingly, apt-get upgrade found the
following...

xserver-xorg-core

I also had the newest version of libgksu2-0

-- 
Update Manager hangs in 8.04 LTS
https://bugs.launchpad.net/bugs/239358
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239545] Re: Error 17 after install Hardy on gigabyte MA78GM

2008-06-13 Thread Old_Soldier
error 17 is not a bug, converting to question for more exposure to the
LP answers teams.

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

** bug changed to question:
   https://answers.launchpad.net/ubuntu/+source/grub/+question/36110

-- 
Error 17 after install Hardy on gigabyte MA78GM
https://bugs.launchpad.net/bugs/239545
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239676] Re: unable unlock display running xinerama

2008-06-13 Thread Sergio Barjola

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/15252022/xorg.conf

-- 
unable unlock display running xinerama
https://bugs.launchpad.net/bugs/239676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239676] Re: unable unlock display running xinerama

2008-06-13 Thread Sergio Barjola
Xorg log

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

-- 
unable unlock display running xinerama
https://bugs.launchpad.net/bugs/239676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239676] Re: unable unlock display running xinerama

2008-06-13 Thread Sergio Barjola

** Attachment added: lspci_vvnn.log
   http://launchpadlibrarian.net/15252013/lspci_vvnn.log

-- 
unable unlock display running xinerama
https://bugs.launchpad.net/bugs/239676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239676] [NEW] unable unlock display running xinerama

2008-06-13 Thread Sergio Barjola
Public bug reported:

I have to screens running with Xinerama. This happen always that I lock the 
screen. The gdm unlock screen never is shown so I can't return to the session.
If a press Ctrl+Alt+F1 and then return to X server with Alt+F7, I can see the 
screen running ok but no window is shown to return to session.

Version of ubuntu: 8.04 Hardy
gdm 2.20.6-0ubuntu2
libxinerama1 2:1.0.2-1build1

In Xorg log, there are too many errors of:

(EE) fglrx(1): [DRI] Locking deadlock.
Already locked with context 136443620,
trying to lock with context 2.

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

-- 
unable unlock display running xinerama
https://bugs.launchpad.net/bugs/239676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 107115] Re: log out or switch user results in crash

2008-06-13 Thread Christopher Freeman
I just got done installing Hardy Heron on my laptop and began to
experience the same problem.  My laptop came equipped with an ATI 9600.
After doing some successful logging in and out to get my system
configured with its various users, I noticed that a notification box
appeared at the top of my screen informing me of some new and nifty
proprietary drivers just waiting to be installed that were pertinent to
my video card. I clicked on it and went through the installation of the
ATI accelerated graphics driver.

After installing this driver, I rebooted my system.  From there I went
back into my root account to finish configuring the system and cleaning
up.  I then hit the CTRL-ALT-BKSPC to go back to the X login screen.  I
experienced a black screen and my system froze up.  I attempted to move
over to one of my terminals using CTRL-ALT-F2 or CTRL-ALT-F3.  Both of
these endeavors were unsuccessful.  I had to manually power the system
down and reboot.

I was able to isolate the issue to the ATI accelerated graphics driver
that I had installed.  The only fix that I can suggest here is to
disable and uninstall the driver through SystemAdministrationHardware
Drivers.  After doing this, reboot your Ubuntu box and everything should
be fine.  You may lose a few bells and whistles in the process (i.e. 3D
acceleration, eye candy, and 2D stuff).

I'm fairly sure that it's the ATI driver creating the problem and
crashing X.  I hope that this helps someone.

-- 
log out or switch user results in crash
https://bugs.launchpad.net/bugs/107115
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 237654] Re: SRU for hardy

2008-06-13 Thread Martin Pitt
Looks generally sane to me now,I accepted the original upload. Matthias,
can you please add some TEST CASE:s for verifying?

** Tags added: verification-needed

** Changed in: python-central (Ubuntu)
   Status: New = Fix Committed

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

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


[Bug 238876] Re: Inmediatly after upgrade to firefox 3.0-RC1 from official repo, bookmarks are lost, and toolbar (back, forward, reload, stop) doesn't work

2008-06-13 Thread Rui Boon
We are sorry for closing this bug report by accident. This has since
been reopened.

Could you tell us the version of your adblockplus?

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

-- 
Inmediatly after upgrade to firefox 3.0-RC1 from official repo, bookmarks are 
lost, and toolbar (back, forward, reload, stop) doesn't work
https://bugs.launchpad.net/bugs/238876
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239578] Re: update manager asks for a partial upgrade then fails saying no space on /boot

2008-06-13 Thread Old_Soldier
Converting this to a question as it is multiple issues to be dealt with
rather than a single bug. If you can deal with the underlying issues and
confirm a bug please resubmit

** Changed in: update-manager (Ubuntu)
   Status: New = Invalid

** bug changed to question:
   https://answers.launchpad.net/ubuntu/+source/update-manager/+question/36109

-- 
update manager asks for a partial upgrade then fails saying no space on /boot
https://bugs.launchpad.net/bugs/239578
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 73358] Re: dhcp -- static ip doesn't change when changing location

2008-06-13 Thread Bug Watch Updater
** Changed in: gst
   Status: Unknown = New

-- 
dhcp -- static ip doesn't change when changing location
https://bugs.launchpad.net/bugs/73358
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 152978] Re: fuse: mountpoint is not empty syncing over ssh

2008-06-13 Thread qo_
Opps.  Sorry.  I spoke too soon.  Using -s seemed to help in the case
where Tomboy is able to sync successfully.  But, in cases where the sync
fails, the lock is still left behind.

In my case, sync is not completing on the first try when many notes need
to be synced.  This results in the lock remaining.  So, steps are:

1. Start a sync
2. Sync partially completes
3. Manually delete the remote lock on the WebDAV server
4. Start another sync
5. This adds more notes from the server that didn't sync the first time
6. Manually delete the remote lock
7. Repeat steps 4-6 as many times as it takes for all notes to be synced

Now, add ONE new note.  Start a sync. It succeeds and the lock is
properly removed afterward.

Specifically, if you can get to the point where Tomboy reports:

   Synchronization is complete
8 notes updated. Your notes are now up to date.
 

Then the lock will likely have been successfully removed.

Also, if Tomboy starts to sync automatically (before you start a manual
sync) the lock is not cleaned up.  Perhaps this was addressed -proposed
(?).

Again, my apologies if anyone's hopes were raised.

qo

-- 
fuse: mountpoint is not empty syncing over ssh
https://bugs.launchpad.net/bugs/152978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 224893] Re: Fullscreen OpenGL games flicker in Ubuntu (GNOME only)

2008-06-13 Thread Rui Boon
Sorry that i did'nt notice that it happen with windowed application as
well. Updating summary to reflect that.

** Summary changed:

- Fullscreen OpenGL games flicker in Ubuntu (GNOME only)
+ OpenGL applications flicker when using ati cards (GNOME only)

-- 
OpenGL applications flicker when using ati cards (GNOME only)
https://bugs.launchpad.net/bugs/224893
You received this bug notification because you are a member of 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   >