[Bug 35265] Re: more debug for DHCP client

2008-05-11 Thread Alan Jenkins
This patch is buggy!  It causes disturbing messages with null
address every time dhclient attempts to renew the lease.
Unfortunately on my system the lease time is 1 hour and renewal takes
many (~30) retries to succeed.  I obviously suspected this null
address of causing problems, but it turned out the message was just
buggy and the problem is elsewhere.  Please fix this, it affects
everyone and it makes debugging slightly more complex DHCP problems more
confusing.

Please re-open this issue and read http://marc.info/?l=dhcp-
usersm=121017450721761w=2.  I emailed Martin, but with no response so
far I thought it was best to get this issue tracked.

-- 
more debug for DHCP client
https://bugs.launchpad.net/bugs/35265
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 153868] Re: package mysql-server-5.0 5.0.45-1ubuntu2 failed to install/upgrade - Access denied for user 'debian-sys-maint'@'localhost'

2008-05-11 Thread backharlow
This bug was fixed in the package mysql-dfsg-5.0 - 5.0.51-3ubuntu1

The problem persists.

E: /var/cache/apt/archives/mysql-server-5.0_5.0.51a-3ubuntu5.1_i386.deb:
subprocess new pre-removal script returned error exit status 1

-- 
package mysql-server-5.0 5.0.45-1ubuntu2 failed to install/upgrade -  Access 
denied for user 'debian-sys-maint'@'localhost'
https://bugs.launchpad.net/bugs/153868
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 176358] Re: Fails to boot with init=/bin/sh

2008-05-11 Thread Andrew Sayers
Confirmed in 8.04.

For me, neither init=/bin/sh nor init=/bin/dash work.  init=/bin/bash
works, although you need to hit enter to actually see a command prompt
- presumably the first prompt is overwritten by lines being printed by
the kernel.

-- 
Fails to boot with init=/bin/sh
https://bugs.launchpad.net/bugs/176358
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 162082] Re: PHP fastcgi with PHP_FCGI_CHILDREN doesn't kill children when parent is killed

2008-05-11 Thread Jakob Unterwurzacher
** Description changed:

- Binary package hint: php5-cgi
+ This Bug is already reported here: http://bugs.php.net/bug.php?id=40286
+ and here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=431799 (inactive)
  
- This Bug is already reported here: http://bugs.php.net/bug.php?id=40286
- and here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=431799
+ I see it in Ubuntu Hardy now:
+ PHP 5.2.4-2ubuntu5 with Suhosin-Patch 0.9.6.2 (cgi-fcgi)
  
- I see it in Ubuntu Dapper
- $ php-cgi --version
- PHP 5.1.2 (cgi-fcgi) (built: Jul 17 2007 17:21:59)
- 
- Quoting from: http://bugs.php.net/bug.php?id=40286 
- 
- Context:
+ Quoting from: http://bugs.php.net/bug.php?id=40286 :
  When running PHP in FastCGI mode with a fastCGI apache module (such a
  mod_fcgid), all is running fine when PHP_FCGI_CHILDREN unset : only 1
  process spawned. When using PHP_FCGI_CHILDREN=n, the PHP parent process
  forks n childs, and the parent acts as a manager between the child
  processes, wait()ing to respawn them if they are killed or exit. The
  problem happens when the FastCGI process manager handled by the apache
  module has to kill the parent PHP process (it only knows the parent's
  PID) for any reason such as idle timeout, max lifetime, etc.
  
  Problem:
  While the PHP parent process is properly killed by the FastCGI process
  manager, the children aren't killed, but instead stay alive, waiting for
- a new request which will never come (because the socket shared with the
- parent is removed at the same time parent is killed).
- 
+ a new request which will never come.
+ This sooner or later uses up all availible RAM and lead to a DOS.
+ 
+ Workaround: See comments.

-- 
PHP fastcgi with PHP_FCGI_CHILDREN doesn't kill children when parent is killed
https://bugs.launchpad.net/bugs/162082
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 228460] Re: /etc/init.d/nagios2 reload kills nagios

2008-05-11 Thread Albert Damen
This is a slightly different bug then bug 161226, as nagios2 is now terminated 
when nagios2 reload is called.
It is again due to a bug in lsb-base. Below lines are the cause of the problem. 
Any signal passed to killproc (from /lib/lsb/init-functions) is treated as 
SIGTERM.

This bug in lsb-base has been fixed in Debian version lsb-base 3.2-12.

Reassigning from nagios2 to lsb.

** Changed in: lsb (Ubuntu)
Sourcepackagename: nagios2 = lsb
   Status: New = Confirmed

** Bug watch added: Debian Bug tracker #478871
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478871

** Also affects: lsb (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478871
   Importance: Unknown
   Status: Unknown

-- 
/etc/init.d/nagios2 reload kills nagios
https://bugs.launchpad.net/bugs/228460
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 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 25570] Re: sshd should not permit root login

2008-05-11 Thread Endolith
*** This bug is a duplicate of bug 45416 ***
https://bugs.launchpad.net/bugs/45416

** This bug has been marked a duplicate of bug 45416
   PermitRootLogin

-- 
sshd should not permit root login
https://bugs.launchpad.net/bugs/25570
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 91114] Re: sshd and root access policy inconsistency

2008-05-11 Thread Endolith
*** This bug is a duplicate of bug 45416 ***
https://bugs.launchpad.net/bugs/45416

But it's a lot easier to guess the root user's account name than another
user's.

** This bug has been marked a duplicate of bug 45416
   PermitRootLogin

-- 
sshd and root access policy inconsistency
https://bugs.launchpad.net/bugs/91114
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 229392] Re: (net 8139too) system with two of these ethernet cards, under any reasonable load, generates NETDEV WATCHDOG: eth0: transmit timed out

2008-05-11 Thread Bug Watch Updater
** Changed in: linux
   Status: Unknown = Confirmed

-- 
(net 8139too) system with two of these ethernet cards, under any reasonable 
load, generates NETDEV WATCHDOG: eth0: transmit timed out
https://bugs.launchpad.net/bugs/229392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 228419] Re: Please merge londonlaw 0.2.1-9 from Debian unstable (main)

2008-05-11 Thread Emanuele Gentili
** Changed in: londonlaw (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: londonlaw (Ubuntu)
   Importance: Wishlist = Undecided

-- 
Please merge londonlaw 0.2.1-9 from Debian unstable (main)
https://bugs.launchpad.net/bugs/228419
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 228378] Re: ACPI on Asus F3JA

2008-05-11 Thread Vince Loew
ps aux (low load on cpu) at over 70°C:

[EMAIL PROTECTED]:/etc/X11$ sensors
coretemp-isa-
Adapter: ISA adapter
Core 0:  +72.0°C  (crit = +100.0°C)  

coretemp-isa-0001
Adapter: ISA adapter
Core 1:  +73.0°C  (crit = +100.0°C) 

[EMAIL PROTECTED]:/etc/X11$ ps aux
USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
root 1  0.0  0.0   2844  1688 ?Ss   00:13   0:01 /sbin/init
root 2  0.0  0.0  0 0 ?S   00:13   0:00 [kthreadd]
root 3  0.0  0.0  0 0 ?S   00:13   0:00 [migration/0]
root 4  0.0  0.0  0 0 ?S   00:13   0:00 [ksoftirqd/0]
root 5  0.0  0.0  0 0 ?S   00:13   0:00 [watchdog/0]
root 6  0.0  0.0  0 0 ?S   00:13   0:00 [migration/1]
root 7  0.0  0.0  0 0 ?S   00:13   0:00 [ksoftirqd/1]
root 8  0.0  0.0  0 0 ?S   00:13   0:00 [watchdog/1]
root 9  0.0  0.0  0 0 ?S   00:13   0:00 [events/0]
root10  0.0  0.0  0 0 ?S   00:13   0:00 [events/1]
root11  0.0  0.0  0 0 ?S   00:13   0:00 [khelper]
root47  0.0  0.0  0 0 ?S   00:13   0:00 [kblockd/0]
root48  0.0  0.0  0 0 ?S   00:13   0:00 [kblockd/1]
root51  0.0  0.0  0 0 ?S   00:13   0:00 [kacpid]
root52  0.0  0.0  0 0 ?S   00:13   0:00 [kacpi_notify]
root   140  0.0  0.0  0 0 ?S   00:13   0:00 [kseriod]
root   182  0.0  0.0  0 0 ?S00:13   0:00 [pdflush]
root   183  0.0  0.0  0 0 ?S00:13   0:00 [pdflush]
root   184  0.0  0.0  0 0 ?S   00:13   0:00 [kswapd0]
root   225  0.0  0.0  0 0 ?S   00:13   0:00 [aio/0]
root   226  0.0  0.0  0 0 ?S   00:13   0:00 [aio/1]
root  1531  0.0  0.0  0 0 ?S   00:13   0:00 [ksuspend_usbd]
root  1532  0.0  0.0  0 0 ?S   00:13   0:00 [khubd]
root  1543  0.0  0.0  0 0 ?S   00:13   0:00 [khpsbpkt]
root  1618  0.0  0.0  0 0 ?S   00:13   0:00 [ata/0]
root  1621  0.0  0.0  0 0 ?S   00:13   0:00 [ata/1]
root  1625  0.0  0.0  0 0 ?S   00:13   0:00 [ata_aux]
root  2310  0.0  0.0  0 0 ?S   00:13   0:00 [knodemgrd_0]
root  2320  0.0  0.0  0 0 ?S   00:13   0:00 [scsi_eh_0]
root  2321  0.0  0.0  0 0 ?S   00:13   0:00 [scsi_eh_1]
root  2541  0.0  0.0  0 0 ?S   00:13   0:00 [kjournald]
root  2743  0.0  0.0   2532  1056 ?Ss  00:13   0:00 /sbin/udevd 
--daemon
root  2938  0.0  0.0  0 0 ?S   00:13   0:00 [led_workqueue]
root  3096  0.0  0.0  0 0 ?S   00:13   0:00 [btaddconn]
root  3104  0.0  0.0  0 0 ?S   00:13   0:00 [btdelconn]
root  3189  0.0  0.0  0 0 ?S   00:13   0:00 [kpsmoused]
root  3196  0.0  0.0  0 0 ?S   00:13   0:00 [kmmcd]
root  3202  0.0  0.0  0 0 ?S   00:13   0:00 [iwl3945/0]
root  3209  0.0  0.0  0 0 ?S   00:13   0:00 [iwl3945/1]
root  4187  0.0  0.0  0 0 ?S   00:13   0:00 [iwl3945]
root  5577  0.0  0.0  0 0 ?S   00:14   0:00 [kjournald]
root  5600  0.0  0.0   3952  1148 ?Ss   00:14   0:01 
/sbin/mount.ntfs-3g /dev/sda5 /media/Spleen -o 
rw,nosuid,nodev,locale=fr_FR.UTF-8
root  5888  0.0  0.0   1716   508 tty4 Ss+  00:14   0:00 /sbin/getty 
38400 tty4
root  5889  0.0  0.0   1716   512 tty5 Ss+  00:14   0:00 /sbin/getty 
38400 tty5
root  5891  0.0  0.0   1716   504 tty2 Ss+  00:14   0:00 /sbin/getty 
38400 tty2
root  5893  0.0  0.0   1716   508 tty3 Ss+  00:14   0:00 /sbin/getty 
38400 tty3
root  5895  0.0  0.0   1716   508 tty6 Ss+  00:14   0:00 /sbin/getty 
38400 tty6
root  6079  0.0  0.0   2852  1848 ?Ss   00:14   0:00 
/usr/sbin/acpid -c /etc/acpi/events -s /var/run/acpid.socket
root  6134  0.0  0.0  0 0 ?S   00:14   0:00 [kondemand/0]
root  6135  0.0  0.0  0 0 ?S   00:14   0:00 [kondemand/1]
syslog6198  0.0  0.0   1936   684 ?Ss   00:14   0:00 /sbin/syslogd 
-u syslog
root  6254  0.0  0.0   1872   536 ?S00:14   0:00 /bin/dd bs 1 
if /proc/kmsg of /var/run/klogd/kmsg
klog  6257  0.0  0.1   3640  2476 ?Ss   00:14   0:00 /sbin/klogd -P 
/var/run/klogd/kmsg
108   6279  0.0  0.0   2896  1380 ?Ss   00:14   0:04 
/usr/bin/dbus-daemon --system
root  6296  0.0  0.1  30440  2304 ?Ssl  00:14   0:01 
/usr/sbin/NetworkManager --pid-file /var/run/NetworkManager/NetworkManager.pid
root  6310  0.0  0.0   3536  1320 ?Ss   00:14   0:00 
/usr/sbin/NetworkManagerDispatcher 

Re: [Bug 130235] Re: Autohide Not At All -- stays up

2008-05-11 Thread Thinboy00
Hmm.  The dock has variable width... could there be problems with that
(in terms of usability)?
On Sun, May 11, 2008 at 6:49 PM, Azeem Khan [EMAIL PROTECTED] wrote:
 That didn't work. It allows the active window to focus after I mouse over an
 icon on the dock, but when I mouse to the bottom of the screen (where the
 dock is NOT, e.g. the bottom right corner) then the dock will pop up for
 some reason. Then, it will not even go away until I mouse over a dock icon.
 This is the bug I've been trying to fix.

 I think a solution would be to make it so the dock (navigator) does not pop
 into focus unless you mouse to the bottom of the screen where the dock
 actually is. That is, if the dock does not cover the entire bottom of the
 screen, do not let it appear when the user mouses to an area on the bottom
 edge where the dock is not.



 On Sun, May 11, 2008 at 10:42 AM, Thinboy00 [EMAIL PROTECTED] wrote:
  Azeem Khan wrote:
 
  
   If you mean trailfocus, I do not have that enabled at all. There is no
 plugin I have that is called focus. If you mean a different plugin, could
 you please tell me the name that shows up on the window Advanced Desktop
 Effects Settings?
  
  
   On Thu, May 8, 2008 at 7:44 PM, Thinboy00 [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
  
  Out of curiosity, would disabling focus for awn via CompizConfig help
 or
  hurt?
  
  --
  Autohide Not At All -- stays up
  https://bugs.launchpad.net/bugs/130235
  You received this bug notification because you are a direct
 subscriber
  of a duplicate bug.
  
  
  
  
   --
   (o_
   // \ This is Penguin.
   V_/_ Don't mess with Penguin.
  
  
   Gmail. Two letters ahead of Email.
   Geniuses, which I is one of am, so Gmail use do I.
  
  
  
  No, I mean in either the general preferences window or the Window rules
  window, you can disable focus for particular windows to prevent focus
  stealing.
 
  --
  Sincerely,
  Thinboy00
 



 --
 (o_
 // \ This is Penguin.
 V_/_ Don't mess with Penguin.


 Gmail. Two letters ahead of Email.
 Geniuses, which I is one of am, so Gmail use do I.





-- 
Sincerely,
Thinboy00

-- 
Autohide Not At All -- stays up
https://bugs.launchpad.net/bugs/130235
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229392] Re: (net 8139too) system with two of these ethernet cards, under any reasonable load, generates NETDEV WATCHDOG: eth0: transmit timed out

2008-05-11 Thread Bradley M. Kuhn
** Tags added: hardy

-- 
(net 8139too) system with two of these ethernet cards, under any reasonable 
load, generates NETDEV WATCHDOG: eth0: transmit timed out
https://bugs.launchpad.net/bugs/229392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229043] Re: System freezes when login out

2008-05-11 Thread Jean-Baptiste Lallement
One more question: are you connected via VGA or HDMI ?

-- 
System freezes when login out
https://bugs.launchpad.net/bugs/229043
You received this bug notification because you are a member of Ubuntu
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-05-11 Thread benpicco
Can confirm it for ballistics, bomberclone and FretsOnFire.
While waiting for a real solution, maybe a little nocompiz script helps, can be 
linked to /usr/local/bin so that problematic programs can be run by nocompiz 
fretsonfire e.g.

#!/bin/bash
# Starts a programm having problems with compiz
if [ -z ${1} ]; then
 echo Usage:
 echo  $0 program parameter
 exit 1
fi

#First get the default window manager exept compiz
wmCmds=/usr/bin/kwin /usr/bin/metacity /usr/bin/xfwm4 #maybe I missed one

for wm in ${wmCmds}; do
  if [ -x ${wm} ]; then
DefaultWM=${wm}
break
 fi
done

${DefaultWM} --replace 
sleep 1 #wait a bit to initialize the window manager
${*}
compiz --replace 

-- 
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 200750] Re: Add python-uniconvertor to Recommends and patch inkscape (for Corel Draw formats support)

2008-05-11 Thread awen
** Summary changed:

- Add uniconvertor package to Recommends (for Corel Draw formats support)
+ Add python-uniconvertor to Recommends and patch inkscape (for Corel Draw 
formats support)

** Description changed:

  Binary package hint: inkscape
  
- Please add uniconvertor package to Recommends - Inkscape can import
- documents in CorelDraw formats (CDR/CDT/CCX/CDRX/CMX) if uniconvertor
- installed. As of UniConvertor 1.1.1, versions from 7 to X4 of the Corel
- Draw format are supported.
+ Please add python-uniconvertor package to Recommends.
+ 
+ python-uniconvertor uses /bin/uniconvertor as binary name instead of
+ /bin/uniconv. InkScape should be patched to make use of the correct
+ binary.
+ 
+ Inkscape can import documents in CorelDraw formats
+ (CDR/CDT/CCX/CDRX/CMX) if uniconvertor installed. As of UniConvertor
+ 1.1.1, versions from 7 to X4 of the Corel Draw format are supported.
  
  See
  
http://wiki.inkscape.org/wiki/index.php/ReleaseNotes046#CDR_.28CorelDraw.29_import
  for more info.
- 
- Btw, Ubuntu currently doesn't have uniconvertor package (see bug
- #200730), but UniConvertor developers provides deb package, which works
- fine in Ubuntu.

-- 
Add python-uniconvertor to Recommends and patch inkscape (for Corel Draw 
formats support)
https://bugs.launchpad.net/bugs/200750
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229043] Re: System freezes when login out

2008-05-11 Thread Pedro I. Sanchez
I'm connected via VGA only. Support for the HDMI port still needs work
by the X team, but that's another story.

Attached you will find the files you requested. Note the following:

~$ cat kern.log |grep -c segfault
10

GDM seems to be crashing ... but only when using the Intel driver.

I installed the XDM window manager to test the logout process. It didn't
crash the first time I logged out. However for some weird reason I
cannot login again (I get the login window again after attempting to
login for the second time). Tried with other user accounts and the same
happened, I was able to login/logout once ... but not a single crash,
which is good.

Let me know if you want me to run any other tests.

Thanks.


** Attachment added: System and log files
   http://launchpadlibrarian.net/14459249/bug-229043.tar.gz

-- 
System freezes when login out
https://bugs.launchpad.net/bugs/229043
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 130188] Re: ghc6-doc package seems to break on upgrade to Gutsy

2008-05-11 Thread Gareth Fitzworthington
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

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

-- 
ghc6-doc package seems to break on upgrade to Gutsy
https://bugs.launchpad.net/bugs/130188
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 228148] Re: Conflict between libqt4-dev and libqt4-opengl-dev

2008-05-11 Thread Brian Rogers
This hasn't been fixed. Run 'sudo apt-get remove libqt4-dev libqt4-opengl-dev' 
followed by 'sudo apt-get install libqt4-dev libqt4-opengl-dev':
Unpacking libqt4-dev (from .../libqt4-dev_4.4.0-1ubuntu3~hardy1_amd64.deb) ...
Unpacking libqt4-opengl-dev (from 
.../libqt4-opengl-dev_4.4.0-1ubuntu3~hardy1_amd64.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libqt4-opengl-dev_4.4.0-1ubuntu3~hardy1_amd64.deb 
(--unpack):
 trying to overwrite `/usr/lib/pkgconfig/QtOpenGL.pc', which is also in package 
libqt4-dev
Errors were encountered while processing:
 /var/cache/apt/archives/libqt4-opengl-dev_4.4.0-1ubuntu3~hardy1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

It appears that if you've done a --force-overwrite, the conflicting file
will be disowned from libqt4-dev, and later installs of libqt4-opengl-
dev will go fine until you reinstall libqt4-dev.

** Changed in: qt4-x11 (Ubuntu)
   Status: Fix Released = Confirmed

-- 
Conflict between libqt4-dev and libqt4-opengl-dev
https://bugs.launchpad.net/bugs/228148
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 225906] Re: Plone-site fails to install a plone instance in Zope

2008-05-11 Thread waxhell
*** This bug is a duplicate of bug 25 ***
https://bugs.launchpad.net/bugs/25

** This bug has been marked a duplicate of bug 25
   plone-site installation fails

-- 
Plone-site fails to install a plone instance in Zope
https://bugs.launchpad.net/bugs/225906
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 221677] Re: unable to read IDE partition table under 8.0.4

2008-05-11 Thread yosoyelkoch
Same for me with an ASRock VIA P4VM8 Motherboard

1 HD IDE 80 GB
1 SATA 160 GB

I have Ubuntu 8.0.4 on SATA and I can not see some partitions on IDE
(But I am able to see others)

I can not see 3 Fedora Partitions, But I can see 2 NTFS Partitions.

Very Strange. Hope my comment helps.

P.S. I'll check Jumpers on IDE HD.

-- 
unable to read  IDE partition table under 8.0.4
https://bugs.launchpad.net/bugs/221677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 215433] Re: [dupe] flash plugin freezes 64-bit firefox

2008-05-11 Thread Alexander Sack
*** This bug is a duplicate of bug 192888 ***
https://bugs.launchpad.net/bugs/192888

** This bug has been marked a duplicate of bug 192888
   firefox crashes on flash contents when using libflashsupport

-- 
[dupe] flash plugin freezes 64-bit firefox
https://bugs.launchpad.net/bugs/215433
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229357] Re: Compiz doesn't work with FGLRX

2008-05-11 Thread CloudFX
** Changed in: compiz (Ubuntu)
Sourcepackagename: None = compiz

-- 
Compiz doesn't work with FGLRX
https://bugs.launchpad.net/bugs/229357
You received this bug notification because you are a member of 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 215921] Re: Firefox displaying just these web pages wrong on just this machine? All other surfing is ok on this machine???

2008-05-11 Thread Alexander Sack
On Sun, Apr 27, 2008 at 04:27:20PM -, huckfinn_ca wrote:
 Hello Saša,
 
 Thanks for taking a look,  I have done several installs with Ubuntu 7.10
 
 I have 3 machines. One 1 machine it works fine, on my second machine I
 reported the error.  On my Third machine I installed it on Friday April
 25th and I see the same error at  tigerdirect.ca
 
 The error I get is that their web pages look like this :-
 xx
 xx
 xx
 xx
 xx
 xx
 xx
 xx
 xx
 xx
 xx
 xx
 
 where the X's are where the information is displayed. I need to use my
 horizontal scroll bar to move to the right to see the information.

Sounds like an extension issue. try to disable your extensions in
tools - addons one by one (and restart in between). let us know if
you find the extension that causes this.

 - Alexander

-- 
Firefox displaying just these web pages wrong on just this machine? All other 
surfing is ok on this machine???
https://bugs.launchpad.net/bugs/215921
You received this bug notification because you are a member of 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 156328] Re: [GUTSY] Firefox crashes on page with textarea (e.g Wikipedia edit) - spellchecking with 3rd party dictionary extension

2008-05-11 Thread Alexander Sack
On Mon, Apr 14, 2008 at 06:51:29AM -, Shanmuhanathan T wrote:
 This problem was happening because of an incorrect font  - removing it
 and regenerating the font cache rectified the problem.
 

Could you share which font cause this? Thanks,

 - Alexander

-- 
[GUTSY] Firefox crashes on page with textarea (e.g Wikipedia edit) - 
spellchecking with 3rd party dictionary extension
https://bugs.launchpad.net/bugs/156328
You received this bug notification because you are a member of 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 229306] Re: Crash while firefox 3.0 install with hardy heron

2008-05-11 Thread Nick
Thank you.

I actually had manually uninstalled python-irclib (apt-get remove), to get
the upgrade to Hardy Heron to continue.
And then when I tried your suggestion, doing a manual install, and was
informed that I already had the latest
release.

Thank you.

On Sun, May 11, 2008 at 2:09 PM, Cesare Tirabassi 
[EMAIL PROTECTED] wrote:

 Have you manually installed python libraries in
 /usr/lib/python2.5/site-packages?
 Anyhow, try to set overwrite-local to 1 in /etc/python/debian_config to
 force the overwrite and try to re-install.
 I advice you to reset it once you solved this installation problem.

 ** Changed in: python-irclib (Ubuntu)
   Status: New = Incomplete

 --
 Crash while firefox 3.0 install with hardy heron
 https://bugs.launchpad.net/bugs/229306
 You received this bug notification because you are a direct subscriber
 of the bug.



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

-- 
Crash while firefox 3.0 install with hardy heron
https://bugs.launchpad.net/bugs/229306
You received this bug notification because you are a member of 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 216548] Re: keep getting tab ( Problem loading page )

2008-05-11 Thread Alexander Sack
On Sun, Apr 13, 2008 at 12:36:56PM -, alex meadows wrote:
 when I click on firefox to browse and bring up a page it brings up on 
 the Tab a yellow sign and the words Problem loading page and no page but 
 it brings up another page on the tab and it is the correct page I 
 wanted. So everytime I go to a page I get two tabs one the problem tab 
 and the other what I wanted.
 

are you offline when doing this? Are you using ubuntu/kubuntu or?

 status incomplete


 - Alexander

-- 
keep getting tab( Problem loading page )
https://bugs.launchpad.net/bugs/216548
You received this bug notification because you are a member of 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 216361] Re: Saving file to directory - not Desktop

2008-05-11 Thread Alexander Sack
On Fri, Apr 25, 2008 at 04:12:29PM -, Saša Bodiroža wrote:
 Hello KevinM,
 
 I agree this may be a little confusing, but All files downloaded to:
 location message should point to the default download location. I'll
 look if this was discussed upstream or maybe here.

This requires a backport of the xdg user dir support patch available on
trunk.

 - Alexander

-- 
Saving file to directory - not Desktop
https://bugs.launchpad.net/bugs/216361
You received this bug notification because you are a member of 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 216223] Re: Firefox3b5 Fails to Load First Link of RSS Feed

2008-05-11 Thread Alexander Sack
On Sun, Apr 13, 2008 at 08:16:31PM -, Dan Rippon wrote:
 It looks like it is loading old feeds from the last time FF was started.
 When I manually refresh one that updates a lot, it is a whole new list.
 Usually Firefox reloads them when Firefox is started.
 

Maybe this is caused by some extension? Could you try (disable them
one-by-one and restart ffox)?

 status incomplete

Thanks,

 - Alexander


** Changed in: firefox (Ubuntu)
   Status: Confirmed = Incomplete

-- 
Firefox3b5 Fails to Load First Link of RSS Feed
https://bugs.launchpad.net/bugs/216223
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 164879] Re: scribus prints black pages

2008-05-11 Thread orbisvicis
seconded, with a canon mp380

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

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


[Bug 130188] Re: ghc6-doc package seems to break on upgrade to Gutsy

2008-05-11 Thread Chris Wagner
Bah - sorry.  Somehow I missed Stefan's question.  We'll assume this is
now fixed, because I don't seem to have had any problems in upgrading to
Hardy.  Thanks.

-- 
ghc6-doc package seems to break on upgrade to Gutsy
https://bugs.launchpad.net/bugs/130188
You received this bug notification because you are a member of 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 216760] [NEW] page not recognized script joined

2008-05-11 Thread Alexander Sack
If you can identify an exact issue, please report a new bug with
instructions about what you expect, what actually happens and how to
reproduce your behaviour.

 status invalid

Thanks,

On Sun, Apr 13, 2008 at 12:17:08PM -, alaixi wrote:
 Public bug reported:
 
 Binary package hint: firefox
 
 A secured page isn't possible readen the page belove appears instead.
 
 
 var isUnix = false;
 var isLinux = false;
 var isMacintoshPPC = false;
 var isMacintosh68K = false;
 var isWindows95 = false;
 var isWindows98 = false;
 var isWindowsNT= false;
 var isWindows3x = false;
 var isNew = false;
 var isIE = false;
 var isIE4 = false;
 var isIE5 = false;
 var isNetscape = false;
 var isNetscape4 = false;
 var isNetscape6 = false;
 var userAgent = navigator.userAgent.toLowerCase();
 var appName = navigator.appName;
 var appVersion = parseInt(navigator.appVersion);
 var platform = (navigator.platform).substring (0, 5);
 
 if (appVersion  5) isNew = true;
 else if (appName == Netscape) {
   isNetscape = true;
   if (appVersion == 4) isNetscape4 = true;
   else if (appVersion == 5) isNetscape6 = true;
 }
 else if (appName == Microsoft Internet Explorer) {
   isIE = true;
   if (msieversion() == 4) {isIE4 = true;}
   if (msieversion() == 5) {isIE5 = true;}
 }
 
 function msieversion() {
   var ua = window.navigator.userAgent
   var msie = ua.indexOf ( MSIE  )
   if ( msie  0 ) return parseInt (ua.substring (msie+5, ua.indexOf (., 
 msie )))
   else return 0;
 }
 if ( ( userAgent.indexOf(win95) !=-1) || ( userAgent.indexOf(windows 95) 
 !=-1) ) isWindows95 = true;
 if ( ( userAgent.indexOf(win98) !=-1) || ( userAgent.indexOf(windows 98) 
 !=-1) ) isWIndows98 = true;
 if ( ( userAgent.indexOf(winnt) !=-1) || ( userAgent.indexOf(windows nt) 
 !=-1) ) isWindowsNT= true;
 if ( ( userAgent.indexOf(win16) !=-1) || ( userAgent.indexOf(windows 3.1) 
 !=-1) ) isWindows3x = true;
 if ( navigator.appVersion.indexOf(Mac) != -1 ) {
   if ( userAgent.indexOf(pc)) !=-1 ) isMacintoshPPC = true;
   else isMacintosh68K = true;
 }
 if ( platform == SunOS ) isUnix = true;
 else if ( platform == HP-UX ) isUnix = true;
 else if ( platform == IRIX  ) isUnix = true;
 else if ( ( ( navigator.platform ).substring (0, 3) ) == AIX ) isUnix = 
 true;
 else if ( userAgent.indexOf(linux) != -1 ) isLinux = true;
 
 if(isIE || isIE4 || isIE5) ie=true;
 else ie=false;
 if(isMacintoshPPC || isMacintosh68K) mac=true;
 else mac=false;
 if(isWindowsNT) nt=true;
 else nt=false;
 if(isUnix || isLinux) unix=true;
 else unix=false;
 if(navigator.appVersion.indexOf(MSIE) != -1  
 navigator.appVersion.indexOf(5.5) != -1) ie5_5=true;
 else ie5_5=false;
 
 
 function netscapeCssFix() {
   if (document.windowProperties.initWindowWidth != window.innerWidth || 
 document.windowProperties.initWindowHeight != window.innerHeight) { 
 document.location = document.location; }
 }
 
 function netscapeCssFixInit() {
   if (isNetscape4) {
   if (typeof document.windowProperties == 'undefined') {
   document.windowProperties = new Object;
   document.windowProperties.initWindowWidth = 
 window.innerWidth;
   document.windowProperties.initWindowHeight = 
 window.innerHeight;
   }
   window.onresize = netscapeCssFix;
   window.onscroll = netscapeCssFix;
   }
 }
 
 netscapeCssFixInit();
 
 
 function MM_swapImgRestore() { //v3.0
   var i,x,a=document.MM_sr; for(i=0;aia.length(x=a[i])x.oSrc;i++) 
 x.src=x.oSrc;
 }
 
 function MM_preloadImages() { //v3.0
   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
 var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; ia.length; 
 i++)
 if (a[i].indexOf(#)!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
 }
 
 function MM_findObj(n, d) { //v4.01
   var p,i,x;  if(!d) d=document; 
 if((p=n.indexOf(?))0parent.frames.length) {
 d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
   if(!(x=d[n])d.all) x=d.all[n]; for (i=0;!xid.forms.length;i++) 
 x=d.forms[i][n];
   for(i=0;!xd.layersid.layers.length;i++) 
 x=MM_findObj(n,d.layers[i].document);
   if(!x  d.getElementById) x=d.getElementById(n); return x;
 }
 
 function MM_swapImage() { //v3.0
   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; 
 for(i=0;i(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) 
 x.oSrc=x.src; x.src=a[i+2];}
 }
 
 function JumpMenu(selObj){
   var theUrl = selObj.options[selObj.selectedIndex].value;
   if (theUrl == )
   return;
   eval(document.location='+theUrl+');
 }
 
 
 function JumpMenuHttp(selObj){
   var theUrl = selObj.options[selObj.selectedIndex].value;
   if (theUrl == )
   return;
   window.open(theUrl);
 }
 
 function getCookie(Name) {   
   var search = Name + =;
   if (document.cookie.length  0) {
   offset = 

Re: [Bug 216643] [NEW] [hardy] firefox does not open objects of type application/x-vlc-plugin with VLC

2008-05-11 Thread Alexander Sack
On Sun, Apr 13, 2008 at 05:44:28AM -, Alex Wauck wrote:
 Public bug reported:
 
 My college offers an IPTV service based on VLC.  It's worked well for me
 in the past, but now in Hardy, Firefox insists on using Totem to open
 the streams.  I guess The Real WTF here is that the VLC-based streaming
 system is producing streams that Totem (or anything that's not VLC,
 really) can't read, but I would like objects defined as application/x
 -vlc-plugin to be viewed with the VLC plugin.  According to
 about:plugins, the VLC plugin does handle that type, and the Totem
 plugin does not.
 

Please attach your .pluginreg.dat file to this bug. to find it, type

  find $HOME/.mozilla/firefox -name pluginreg.dat

in a terminal.

 status incomplete

Thanks,

 - Alexander


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

-- 
[hardy] firefox does not open objects of type application/x-vlc-plugin with VLC
https://bugs.launchpad.net/bugs/216643
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 200750] Re: Add python-uniconvertor to Recommends and patch inkscape (for Corel Draw formats support)

2008-05-11 Thread awen
This patch adds the recommends on python-uniconvertor as well as patches
inkscape to use the correct binary.

inkscape (0.46-0ubuntu3) intrepid; urgency=low

  * Make use of UniConvertor to r/w additional file formats (LP: #200750).
- Added recommends for python-uniconvertor.
- Added patch uniconvertor_binary_name as python-uniconvertor
  uses uniconvertor as binary name instead of uniconv.

 -- Andreas Wenning [EMAIL PROTECTED]  Mon, 12 May 2008 01:42:09 +0200

** Attachment added: inkscape_0.46-0ubuntu3.debdiff
   http://launchpadlibrarian.net/14459465/inkscape_0.46-0ubuntu3.debdiff

-- 
Add python-uniconvertor to Recommends and patch inkscape (for Corel Draw 
formats support)
https://bugs.launchpad.net/bugs/200750
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 179797] Re: [Gutsy] intel GM965 (X3100) no TV-Out (S-Video)

2008-05-11 Thread Mauro de Carvalho
I have a Dell Vostro 1500 with this card and havnt managed to make
s-video output work. Im still using the config Ubuntu automagically did
for me.

-- 
[Gutsy] intel GM965 (X3100) no TV-Out (S-Video)
https://bugs.launchpad.net/bugs/179797
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229395] [NEW] network-manager hangs on waiting for network key

2008-05-11 Thread quizzical
Public bug reported:

Binary package hint: network-manager

Hey,

I am running ubuntu 8.04 on an hp G5000 laptop with broadcom BCM94311MCG wlan 
mini pc wireless chipset. For the past couple of months I have been using the 
ndiswrapper method under gutsy and have had no problems witht wireless. Upon 
upgrading to 8.04 my wireless stopped working. Having fixed several issues to 
do with the order modules were loading in I am able to scan for wireless 
networks but unable to connect to them. Symptoms are similar to bug 
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/23377 
after selecting my network and entering the key the network manager tray icon 
animates and displays a tooltip saying waiting for network key for wireless 
network BLAH. Another thing which may be related is that I am unable to set 
the ESSID of the network using iwconfig. After typing sudo iwconfig eth1 essid 
myESSID in quotes there are no complaints on the command line but the essid 
is still set to off/any.
I am using WPA encryption and I have checked the password many times. 

Thanks in advance
Alex

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

-- 
network-manager hangs on waiting for network key
https://bugs.launchpad.net/bugs/229395
You received this bug notification because you are a member of 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 217024] Re: Menu in Firefox is hidden

2008-05-11 Thread Alexander Sack
On Mon, Apr 14, 2008 at 12:25:14AM -, douglas_smith wrote:
 webpage also does this in Opera. Appears to be a poorly designed site
 that has not been tested by the author for functionality with non-M$
 browsers.

fwiw, this is a duplicate for flash always on top of html bug

 - Alexander

-- 
Menu in Firefox is hidden
https://bugs.launchpad.net/bugs/217024
You received this bug notification because you are a member of 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 216930] [NEW] upgrade to 7.10 menu.lst corrupted

2008-05-11 Thread Alexander Sack

 affects ubuntu
 status incomplete
 affects ubuntu/firefox
 status invalid

 tag need-reassignment

On Sun, Apr 13, 2008 at 08:00:30PM -, PKirkham wrote:
 Public bug reported:
 
 Binary package hint: firefox
 
 I've just upgraded to 7.10 as proposed by the automatic update process.
 Everything went smoothly until the machine rebooted when it couldn't
 find the correct partition. This was due to grub's menu.lst having been
 incorrectly updated since I have a dual boot system and Windows boots on
 the first partition hd0,0, Ubuntu boots on the 2nd hd0,1
 
 The updated menu.lst was looking for all the Ubuntu images on hd0,0
 
 The following is my correction to menu.lst where all the ubuntu related
 root statements read root (hd0,0) before correction.
 
 ## ## End Default Options ##
 
 title Ubuntu 7.10, kernel 2.6.22-14-generic
 root  (hd0,1)
 kernel/boot/vmlinuz-2.6.22-14-generic 
 root=UUID=24832f35-878c-4b1f-a836-c0d71ef2447d ro quiet splash
 initrd/boot/initrd.img-2.6.22-14-generic
 quiet
 savedefault
 
 title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
 root  (hd0,1)
 kernel/boot/vmlinuz-2.6.22-14-generic 
 root=UUID=24832f35-878c-4b1f-a836-c0d71ef2447d ro single
 initrd/boot/initrd.img-2.6.22-14-generic
 
 title Ubuntu 7.10, kernel 2.6.20-16-generic
 root  (hd0,1)
 kernel/boot/vmlinuz-2.6.20-16-generic 
 root=UUID=24832f35-878c-4b1f-a836-c0d71ef2447d ro quiet splash
 initrd/boot/initrd.img-2.6.20-16-generic
 quiet
 savedefault
 
 title Ubuntu 7.10, kernel 2.6.20-16-generic (recovery mode)
 root  (hd0,1)
 kernel/boot/vmlinuz-2.6.20-16-generic 
 root=UUID=24832f35-878c-4b1f-a836-c0d71ef2447d ro single
 initrd/boot/initrd.img-2.6.20-16-generic
 
 title Ubuntu 7.10, memtest86+
 root  (hd0,1)
 kernel/boot/memtest86+.bin
 quiet
 
 ### END DEBIAN AUTOMAGIC KERNELS LIST
 title Windows XP Pro
 root  (hd0,0)
 makeactive
 chainloader   +1
 savedefault
 
 ProblemType: Bug
 Architecture: i386
 Date: Sun Apr 13 21:51:17 2008
 DistroRelease: Ubuntu 7.10
 Package: firefox 2.0.0.13+1nobinonly-0ubuntu0.7.10
 PackageArchitecture: i386
 SourcePackage: firefox
 Uname: Linux kfone-video 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 
 2008 i686 GNU/Linux
 
 ** Affects: firefox (Ubuntu)
  Importance: Undecided
  Status: New
 
 
 ** Tags: apport-bug
 

 - Alexander


** Also affects: ubuntu
   Importance: Undecided
   Status: Incomplete

** Changed in: firefox (Ubuntu)
Sourcepackagename: None = firefox
   Status: Incomplete = Invalid

-- 
upgrade to 7.10 menu.lst corrupted
https://bugs.launchpad.net/bugs/216930
You received this bug notification because you are a member of 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 216771] [NEW] [Hardy] mozilla-firefox-locale-es-* is not installed, despite my locale is set to Castilian (Spanish) / Firefox is only available in English

2008-05-11 Thread Alexander Sack
*** This bug is a duplicate of bug 222673 ***
https://bugs.launchpad.net/bugs/222673

firefox 2 is not a main package anymore. thus the language packs are
not automatically installed if you use the language selector.

So until we support universe translations through language selector,
this is won't fix.

 status wontfix


Thanks,


On Sun, Apr 13, 2008 at 12:37:35PM -, GustavoNarea wrote:
 Public bug reported:
 
 The title says it all.
 
 Also, after I installed mozilla-firefox-locale-es-ar and mozilla-
 firefox-locale-es-es Firefox's interface was still in English, so I went
 to about:config and property general.useragent.locale was set to en-
 US, while my language is set to Castilian (Spanish).
 
 I've set that property to es-AR, es_AR, es-ES, es_ES, es-VE,
 es_VE and es, but nothing happens: Firefox's interface is still in
 English.
 
 To sum up, Firefox is still in English and I've not found a workaround
 for this bug.
 
 This applies to both Firefox 2 and 3.
 
 ** Affects: firefox (Ubuntu)
  Importance: Undecided
  Status: New
 
 ** Description changed:
 
   The title says it all.
   
   Also, after I installed mozilla-firefox-locale-es-ar and mozilla-
   firefox-locale-es-es Firefox's interface was still in English, so I went
   to about:config and property general.useragent.locale was set to en-
   US, while my language is set to Castilian (Spanish).
   
   I've set that property to es-AR, es_AR, es-ES, es_ES, es-VE,
   es_VE and es, but nothing happens: Firefox's interface is still in
   English.
   
   To sum up, Firefox is still in English and I've not found a workaround
   for this bug.
 + 
 + This applies to both Firefox 2 and 3.
 

 - Alexander


** Changed in: firefox (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
[Hardy] mozilla-firefox-locale-es-* is not installed, despite my locale is set 
to Castilian (Spanish) / Firefox is only available in English
https://bugs.launchpad.net/bugs/216771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 188226] Re: Kernel should use CONFIG_FAIR_CGROUP_SCHED

2008-05-11 Thread Daniel Hahler
Daniel, the config for the realtime kernel has now been changed, too (in the 
Ubuntu kernel repo):
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-hardy.git;a=commitdiff;h=fc9551a9b5f75ee747184d93df83b5642597eed6

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

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


[Bug 229385] Re: Please sync debianutils 2.28.5 (main) from Debian unstable (main).

2008-05-11 Thread Michele Angrisano
ACKed.

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

-- 
Please sync debianutils 2.28.5 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/229385
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229396] [NEW] qt-language-select crashs on init (Kubuntu 8.04 / AMD64)

2008-05-11 Thread Alexandre Maciel
Public bug reported:

Binary package hint: language-selector-qt

Hi guys,

When I try init language-selector in Kubuntu 8.04 AMD64 (KDE 3.5.9, not
4.0.3) with the followings commands:

kdesu /usr/bin/qt-language-selector --mode install

or

sudo /usr/bin/qt-language-selector --mode install

I get the following error:

File /usr/bin/qt-language-selector, line 29, in module
lc = QtLanguageSelector(app, /usr/share/language-selector/, sys.argv[2])
  File 
/usr/lib/python2.5/site-packages/LanguageSelector/qt/QtLanguageSelector.py, 
line 43, in __init__
self.init()
  File 
/usr/lib/python2.5/site-packages/LanguageSelector/qt/QtLanguageSelector.py, 
line 77, in init
self.updateLanguagesList()
  File 
/usr/lib/python2.5/site-packages/LanguageSelector/qt/QtLanguageSelector.py, 
line 120, in updateLanguagesList
languages.sort()
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal 
not in range(128)

If I try the same thing, with the --mode select or --mode uninstall, I
get the same error.

Best regards,
Alexandre

** Affects: language-selector (Ubuntu)
 Importance: Undecided
 Status: New

-- 
qt-language-select crashs on init (Kubuntu 8.04 / AMD64)
https://bugs.launchpad.net/bugs/229396
You received this bug notification because you are a member of 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 229257] [NEW] Bad sound with onboard sound controller snd_hda_intel since upgrade to Hardy

2008-05-11 Thread Mario Limonciello
what version in gutsy did you come from? also- can you verify with an
old kernel from before the upgrade?

On 5/11/08, Antoine Guigan [EMAIL PROTECTED] wrote:
 Public bug reported:

 Binary package hint: mythtv

 Since the upgrade from Gutsy to Hardy, I have a lot of static and some
 crackling when watching live tv or recording tv with Mythtv. Sound was
 most of the time allright with gutsy, but was sometimes distorted or
 absent. Now, the sound is bad all the time.

 This bug seems mythtv related, as everything is OK when watching tv with
 tvtime. If I play old records, done when I was using Gutsy, the sound is
 OK, so it does not seem to be related to playback.

 I have tried a lot of things to fix the issue, including using the rt
 kernel and setting ulimits, switching to XvMC,  tweak the mythtv
 recording options in all possible way, and change recording levels, but
 with no luck.

 Attached is the results of lspci -v. The aureal sound controller does
 not work well, and is disabled via /etc/modprobe.d/blacklist.

 The version of the mythtv package is :
 0.21.0+fixes16838-0ubuntu3

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

 --
 Bad sound with onboard sound controller snd_hda_intel since upgrade to Hardy
 https://bugs.launchpad.net/bugs/229257
 You received this bug notification because you are a member of MythTV
 Ubuntu Maintainers, which is subscribed to mythtv in ubuntu.


-- 
Sent from Gmail for mobile | mobile.google.com

Mario Limonciello
[EMAIL PROTECTED]

-- 
Bad sound with onboard sound controller snd_hda_intel since upgrade to Hardy
https://bugs.launchpad.net/bugs/229257
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229116] Re: Please sync grcm 0.1.5-3 (universe) from Debian unstable (main).

2008-05-11 Thread Michele Angrisano
ACKed.

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

-- 
Please sync grcm 0.1.5-3 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/229116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194666] Re: Synaptic should accept a string of packages to install

2008-05-11 Thread Gareth Fitzworthington
In view of Michael comments (regarding apturl) the original reporter still 
considers stated synaptic enhancement idea as an important feature proposal for 
synaptic.
Therefore, confirming for further (perhaps final) consideration by Michael  
other synaptic maintainers.

** Changed in: synaptic (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Synaptic should accept a string of packages to install
https://bugs.launchpad.net/bugs/194666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 56885] Re: e1000 driver not working properly on x86_64?

2008-05-11 Thread KGordon
I'm having the exact problem described above in 8.04 x64.  Not finding
much info out there. Any ideas?  Any info I can post to help?

-- 
e1000 driver not working properly on x86_64?
https://bugs.launchpad.net/bugs/56885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 34831] Re: Hardlock of entire system (Dapper Flight 5)

2008-05-11 Thread Jørgen Tellnes
I can confirm that Rosegarden locks up my system, running Ubuntu 8.04.
It forces me to do a hard reboot, as even the numlock-light is
unresponsive (my way of checking if the kernel is dead..). I don't have
any logs to point to, all logs I found in the System Log application had
no indication of the crash, other than that a reboot was performed.

** Also affects: linux-source-2.6.24 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Hardlock of entire system (Dapper Flight 5)
https://bugs.launchpad.net/bugs/34831
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 192944] Re: Firefox 3 uses 100% of both cpus playing the neverending movie quiz on facebook

2008-05-11 Thread Gareth Fitzworthington
*** This bug is a duplicate of bug 215728 ***
https://bugs.launchpad.net/bugs/215728

Marking as duplicate of Bug #215728 (Fix recently released).

** Changed in: xulrunner-1.9 (Ubuntu)
   Status: Incomplete = Fix Released

** This bug has been marked a duplicate of bug 215728
   [MASTER] Committing to urlclassifier3.sqlite causes excessive CPU usage and 
disk I/O

-- 
Firefox 3 uses 100% of both cpus playing the neverending movie quiz on facebook
https://bugs.launchpad.net/bugs/192944
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194952] Re: eyes pain, probably due video configuratio

2008-05-11 Thread Gareth Fitzworthington
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: ubuntu
   Status: Incomplete = Invalid

-- 
eyes pain, probably due video configuratio
https://bugs.launchpad.net/bugs/194952
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 189238] Re: command history is missing from vim

2008-05-11 Thread Gareth Fitzworthington
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

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

-- 
command history is missing from vim
https://bugs.launchpad.net/bugs/189238
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229398] [NEW] gtk-qt-engine makes firefox tabs text be cutted

2008-05-11 Thread Alexandre Maciel
Public bug reported:

Binary package hint: gtk-qt-engine

Hi,

The gtk-qt-engine packet makes the text in each tab of firefox be cutted
by HTLM render window. It's give a ugly apparence to Firefox, worse than
it have in 7.10.

Follow screenshots.

Thanks a lot,
Alexandre

P.S.: I was forgetting, I using Kubuntu 8.04 (KDE 3.5.9) in a AMD 64
system.

** Affects: gtk-qt-engine (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gtk-qt-engine makes firefox tabs text be cutted
https://bugs.launchpad.net/bugs/229398
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229398] Re: gtk-qt-engine makes firefox tabs text be cutted

2008-05-11 Thread Alexandre Maciel

** Attachment added: Firefox tabs with gtk-qt-engine active
   http://launchpadlibrarian.net/14459768/firefox-ss1.png

-- 
gtk-qt-engine makes firefox tabs text be cutted
https://bugs.launchpad.net/bugs/229398
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229398] Re: gtk-qt-engine makes firefox tabs text be cutted

2008-05-11 Thread Alexandre Maciel

** Attachment added: Firefox tabs with gtk-qt-engine disable
   http://launchpadlibrarian.net/14459775/firefox-ss2.png

** Description changed:

  Binary package hint: gtk-qt-engine
  
  Hi,
  
  The gtk-qt-engine packet makes the text in each tab of firefox be cutted
  by HTLM render window. It's give a ugly apparence to Firefox, worse than
  it have in 7.10.
  
  Follow screenshots.
  
  Thanks a lot,
  Alexandre
+ 
+ P.S.: I was forgetting, I using Kubuntu 8.04 (KDE 3.5.9) in a AMD 64
+ system.

-- 
gtk-qt-engine makes firefox tabs text be cutted
https://bugs.launchpad.net/bugs/229398
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 228552] Re: gnome-art doesn't show up when clicking it.

2008-05-11 Thread Kalman Tarnay
same error, same version, hardy

** Changed in: gnome-art (Ubuntu)
   Status: New = Confirmed

-- 
gnome-art doesn't show up when clicking it.
https://bugs.launchpad.net/bugs/228552
You received this bug notification because you are a member of 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 228228] Re: Firefox-3.0 zh-CN language/region package loss

2008-05-11 Thread nicedlnine
*** This bug is a duplicate of bug 222673 ***
https://bugs.launchpad.net/bugs/222673

 请问如何退订Bug report信件?
 
 
 


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

-- 
Firefox-3.0 zh-CN language/region package loss
https://bugs.launchpad.net/bugs/228228
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 227157] Re: Please merge chuck 1.2.0.8.dfsg-1.1 from Debian unstable (main)

2008-05-11 Thread Launchpad Bug Tracker
This bug was fixed in the package chuck - 1.2.0.8.dfsg-1.1ubuntu1

---
chuck (1.2.0.8.dfsg-1.1ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes (LP: #227157):
- Added jackd as a suggested package (LP: #114162)
- Set maintainer to Ubuntu MOTU Developers [EMAIL PROTECTED]

chuck (1.2.0.8.dfsg-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS with GCC 4.3 (Closes: #421211).

 -- Nathan Handler [EMAIL PROTECTED]   Mon, 05 May 2008 21:47:07
-0500

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

-- 
Please merge chuck 1.2.0.8.dfsg-1.1 from Debian unstable (main)
https://bugs.launchpad.net/bugs/227157
You received this bug notification because you are a member of 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 216771] [NEW] [Hardy] mozilla-firefox-locale-es-* is not installed, despite my locale is set to Castilian (Spanish) / Firefox is only available in English

2008-05-11 Thread jack
*** This bug is a duplicate of bug 222673 ***
https://bugs.launchpad.net/bugs/222673

Dear Alexander,
I would like to request you to remove my e-mail address from your Bug reporting 
list.  I want UN subscribe at this point.  It is very much appreciated.  
Thanks;  Sincerely, Ben
 -- Original message --
From: Alexander Sack [EMAIL PROTECTED]
 *** This bug is a duplicate of bug 222673 ***
 https://bugs.launchpad.net/bugs/222673
 
 firefox 2 is not a main package anymore. thus the language packs are
 not automatically installed if you use the language selector.
 
 So until we support universe translations through language selector,
 this is won't fix.
 
  status wontfix
 
 
 Thanks,
 
 
 On Sun, Apr 13, 2008 at 12:37:35PM -, GustavoNarea wrote:
  Public bug reported:
  
  The title says it all.
  
  Also, after I installed mozilla-firefox-locale-es-ar and mozilla-
  firefox-locale-es-es Firefox's interface was still in English, so I went
  to about:config and property general.useragent.locale was set to en-
  US, while my language is set to Castilian (Spanish).
  
  I've set that property to es-AR, es_AR, es-ES, es_ES, es-VE,
  es_VE and es, but nothing happens: Firefox's interface is still in
  English.
  
  To sum up, Firefox is still in English and I've not found a workaround
  for this bug.
  
  This applies to both Firefox 2 and 3.
  
  ** Affects: firefox (Ubuntu)
   Importance: Undecided
   Status: New
  
  ** Description changed:
  
The title says it all.

Also, after I installed mozilla-firefox-locale-es-ar and mozilla-
firefox-locale-es-es Firefox's interface was still in English, so I went
to about:config and property general.useragent.locale was set to en-
US, while my language is set to Castilian (Spanish).

I've set that property to es-AR, es_AR, es-ES, es_ES, es-VE,
es_VE and es, but nothing happens: Firefox's interface is still in
English.

To sum up, Firefox is still in English and I've not found a workaround
for this bug.
  + 
  + This applies to both Firefox 2 and 3.
  
 
  - Alexander
 
 
 ** Changed in: firefox (Ubuntu)
Status: Incomplete = Won't Fix
 
 -- 
 [Hardy] mozilla-firefox-locale-es-* is not installed, despite my locale is 
 set 
 to Castilian (Spanish) / Firefox is only available in English
 https://bugs.launchpad.net/bugs/216771
 You received this bug notification because you are subscribed to firefox
 in ubuntu.

-- 
[Hardy] mozilla-firefox-locale-es-* is not installed, despite my locale is set 
to Castilian (Spanish) / Firefox is only available in English
https://bugs.launchpad.net/bugs/216771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 128494] Re: can't open files larger than 2gb

2008-05-11 Thread Gareth Fitzworthington
Confirming.
Based upon Andrew's comments: it appears that vim doesn't report the limitation 
to the user  then proceeds as though the large file doesn't exist. 

** Changed in: vim (Ubuntu)
   Status: Incomplete = Confirmed

-- 
can't open files larger than 2gb
https://bugs.launchpad.net/bugs/128494
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229400] [NEW] Log off or switch user causes system to hang

2008-05-11 Thread Luis Silva
Public bug reported:

Hi! 
  
  Today, after receiving a bunch of new updates:

  1- My system always hangs when I switch user, or log off.

  2- In gdm login screen, using any screen with user browser, the list is 
always empty. Before these updates, the users appear in the 
list, and I could select one to login. Note: I can still login typing the 
username and passwd.

The problem is persistent and always reproducible...

Upgraded the following packages:
bash (3.2-0ubuntu16) to 3.2-0ubuntu17
evolution (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
evolution-common (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
evolution-data-server (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
evolution-data-server-common (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
evolution-plugins (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
friendly-recovery (0.1) to 0.1.2
gstreamer0.10-esd (0.10.7-3) to 0.10.7-3ubuntu0.1
gstreamer0.10-plugins-good (0.10.7-3) to 0.10.7-3ubuntu0.1
libcamel1.2-11 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
libebook1.2-9 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
libecal1.2-7 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
libedata-book1.2-2 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
libedata-cal1.2-6 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
libedataserver1.2-9 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
libedataserverui1.2-8 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
libegroupwise1.2-13 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
libexchange-storage1.2-3 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
libgdata-google1.2-1 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
libgdata1.2-1 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
libmysqlclient15off (5.0.51a-3ubuntu5) to 5.0.51a-3ubuntu5.1
libqt4-assistant (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
libqt4-core (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
libqt4-dbus (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
libqt4-designer (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
libqt4-gui (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
libqt4-network (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
libqt4-opengl (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
libqt4-qt3support (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
libqt4-script (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
libqt4-sql (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
libqt4-svg (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
libqt4-test (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
libqt4-xml (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
libqtcore4 (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
libqtgui4 (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
libspeex1 (1.1.12-3) to 1.1.12-3ubuntu0.8.04.1
mysql-client-5.0 (5.0.51a-3ubuntu5) to 5.0.51a-3ubuntu5.1
mysql-common (5.0.51a-3ubuntu5) to 5.0.51a-3ubuntu5.1
mysql-server (5.0.51a-3ubuntu5) to 5.0.51a-3ubuntu5.1
mysql-server-5.0 (5.0.51a-3ubuntu5) to 5.0.51a-3ubuntu5.1
transmission-common (1.06-0ubuntu4) to 1.06-0ubuntu5
transmission-gtk (1.06-0ubuntu4) to 1.06-0ubuntu5
update-manager (1:0.87.26) to 1:0.87.27
update-manager-core (1:0.87.26) to 1:0.87.27

Watching these updates, I can't see any that could cause this, at least
gdm related, but  it was the only thing relevant that happened after the
last time I could logoff or login with success.

Note: After the hang, I can't even enter on any virtual console, but it
doesn't seem a kernel panic, since kern.log shows nothing. It seams that
X grabbed the keyboard...and is locked somewhere in the logoff process.

Xorg logs attached...

Thanks!

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Log off or switch user causes system to hang
https://bugs.launchpad.net/bugs/229400
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229400] Re: Log off or switch user causes system to hang

2008-05-11 Thread Luis Silva

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

-- 
Log off or switch user causes system to hang
https://bugs.launchpad.net/bugs/229400
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 225485] Re: ubuntu remapping does not work

2008-05-11 Thread Brian Pitts
When I experienced the buggy behaviour using the hardy package, my
mirror was http://mirror.anl.gov/pub/ubuntu/ . This is in
ubuntu_mirrors.

-- 
ubuntu remapping does not work
https://bugs.launchpad.net/bugs/225485
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 99040] Re: [xubuntu-only] xfdesktop crashed with SIGSEGV in common_desktop_menu()

2008-05-11 Thread Malcolm Scott
I'm also seeing this behaviour.

Alternative workaround: Settings Manager - Desktop -enable Show
desktop menu on right click.  Looks like the segfault occurs when all
the menus which could be displayed have been turned off.

-- 
[xubuntu-only] xfdesktop crashed with SIGSEGV in common_desktop_menu()
https://bugs.launchpad.net/bugs/99040
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229401] [NEW] Kubuntu installation invert my disks (Kubuntu 8.04, AMD64)

2008-05-11 Thread Alexandre Maciel
Public bug reported:

Hi,

I have a AMD Athlon 64 Processor 3200+ processor, with a Asus K8N
Motherboard. I have too 2 hard disks in my system: a SATA 160 GB disk
(where my Windows and Linux are installed) and a PATA 20 GB disk (when I
store some DVDs images, mainly for games).

In Kubuntu 7.10 (i386), the SATA disk was sda while PATA disk was sdb.
However, when I installed Kubuntu 8.04 AMD64, the live CD was recognized
PATA disk as sda and SATA disk as sdb. No problem, but when I boot
installed system for first time, GRUB don't start disk because root is
hd(1,3) - sdb4, but real root is in hd(0,3) - sda4. When the necessary
changes are made on GRUB, the system boots normaly, but I need adjust
file /boot/grub/menu.lst and runs 'sudo update-grub'. I'm expert on
Linux, but I think ordinary users cannot correct this problem for
thenselfs. Maybe it's something to correct to 8.04.1 release. ;-)

If you wish I test newers versions of Live CD or anything else, I will
be glad to help.

Best regards,
Alexandre

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

  Hi,
  
  I have a AMD Athlon 64 Processor 3200+ processor, with a Asus K8N
  Motherboard. I have too 2 hard disks in my system: a SATA 160 GB disk
  (where my Windows and Linux are installed) and a PATA 20 GB disk (when I
  store some DVDs images, mainly for games).
  
  In Kubuntu 7.10 (i386), the SATA disk was sda while PATA disk was sdb.
  However, when I installed Kubuntu 8.04 AMD64, the live CD was recognized
  PATA disk as sda and SATA disk as sdb. No problem, but when I boot
  installed system for first time, GRUB don't start disk because root is
  hd(1,3) - sdb4, but real root is in hd(0,3) - sda4. When the necessary
  changes are made on GRUB, the system boots normaly, but I need adjust
  file /boot/grub/menu.lst and runs 'sudo update-grub'. I'm expert on
  Linux, but I think ordinary users cannot correct this problem for
  thenselfs. Maybe it's something to correct to 8.04.1 release. ;-)
  
  If you wish I test newers versions of Live CD or anything else, I will
- glad to help.
+ be glad to help.
  
  Best regards,
  Alexandre

-- 
Kubuntu installation invert my disks (Kubuntu 8.04, AMD64)
https://bugs.launchpad.net/bugs/229401
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227733] Re: Mirror list is incomplete

2008-05-11 Thread Brian Pitts
Even if there isn't a better source of mirror information, could you add
http://us.archive.ubuntu.com/ubuntu/ since it's what (at least US users)
use by default?

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

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


[Bug 206337] Re: [fglrx] Using fglrx causes excessive hardware interrupts and an extremely slow system

2008-05-11 Thread Jeff Balderson
My original system was a 32-bit Hardy running on 64-bit capable
hardware, upgraded from Gutsy.

I did a fresh 32-bit install of Hardy, fully updated -- no change.
I did a fresh 64-bit install of Hardy, fully updated -- no change.

I read something somewhere recently about people running 32 bit OS on
64-bit hardware and running into some issues which is why I decided to
do the fresh install.

The problem still remains without any notable change -- something is
still generating about 150K interrupts per sec (based on output from
'vmstat 1'), normal system performance, 2D performance is excruciatingly
slow,  and 3D performance is fair but slower than expected.  If I
disable the FGLRX driver, interrupts,  2D performance and system
performance go back to their expected levels, but obviously I lose any
benefits of the direct rendering.

All this confirms is that I can replicate the results with both 32-bit
and 64-bit Hardy and that there's no legacy issues from my Gutsy-Hardy
upgrade that are triggering it.

-- 
[fglrx] Using fglrx causes excessive hardware interrupts and an extremely slow 
system
https://bugs.launchpad.net/bugs/206337
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229400] Re: Log off or switch user causes system to hang

2008-05-11 Thread Luis Silva
** Description changed:

  Hi! 

-   Today, after receiving a bunch of new updates:
+   Today, after receiving a bunch of new updates on my ubuntu hardy:
  
1- My system always hangs when I switch user, or log off.
  
2- In gdm login screen, using any screen with user browser, the list is 
always empty. Before these updates, the users appear in the 
  list, and I could select one to login. Note: I can still login typing the 
username and passwd.
  
  The problem is persistent and always reproducible...
  
  Upgraded the following packages:
  bash (3.2-0ubuntu16) to 3.2-0ubuntu17
  evolution (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
  evolution-common (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
  evolution-data-server (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
  evolution-data-server-common (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
  evolution-plugins (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
  friendly-recovery (0.1) to 0.1.2
  gstreamer0.10-esd (0.10.7-3) to 0.10.7-3ubuntu0.1
  gstreamer0.10-plugins-good (0.10.7-3) to 0.10.7-3ubuntu0.1
  libcamel1.2-11 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
  libebook1.2-9 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
  libecal1.2-7 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
  libedata-book1.2-2 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
  libedata-cal1.2-6 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
  libedataserver1.2-9 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
  libedataserverui1.2-8 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
  libegroupwise1.2-13 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
  libexchange-storage1.2-3 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
  libgdata-google1.2-1 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
  libgdata1.2-1 (2.22.1.1-0ubuntu1) to 2.22.1.1-0ubuntu2
  libmysqlclient15off (5.0.51a-3ubuntu5) to 5.0.51a-3ubuntu5.1
  libqt4-assistant (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
  libqt4-core (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
  libqt4-dbus (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
  libqt4-designer (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
  libqt4-gui (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
  libqt4-network (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
  libqt4-opengl (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
  libqt4-qt3support (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
  libqt4-script (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
  libqt4-sql (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
  libqt4-svg (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
  libqt4-test (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
  libqt4-xml (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
  libqtcore4 (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
  libqtgui4 (4.4.0-1ubuntu1~hardy1) to 4.4.0-1ubuntu3~hardy1
  libspeex1 (1.1.12-3) to 1.1.12-3ubuntu0.8.04.1
  mysql-client-5.0 (5.0.51a-3ubuntu5) to 5.0.51a-3ubuntu5.1
  mysql-common (5.0.51a-3ubuntu5) to 5.0.51a-3ubuntu5.1
  mysql-server (5.0.51a-3ubuntu5) to 5.0.51a-3ubuntu5.1
  mysql-server-5.0 (5.0.51a-3ubuntu5) to 5.0.51a-3ubuntu5.1
  transmission-common (1.06-0ubuntu4) to 1.06-0ubuntu5
  transmission-gtk (1.06-0ubuntu4) to 1.06-0ubuntu5
  update-manager (1:0.87.26) to 1:0.87.27
  update-manager-core (1:0.87.26) to 1:0.87.27
  
  Watching these updates, I can't see any that could cause this, at least
  gdm related, but  it was the only thing relevant that happened after the
  last time I could logoff or login with success.
  
  Note: After the hang, I can't even enter on any virtual console, but it
  doesn't seem a kernel panic, since kern.log shows nothing. It seams that
  X grabbed the keyboard...and is locked somewhere in the logoff process.
  
  Xorg logs attached...
  
  Thanks!

** Tags added: hangs hardy logoff switch ubuntu user

-- 
Log off or switch user causes system to hang
https://bugs.launchpad.net/bugs/229400
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229357] Re: Compiz doesn't work with FGLRX

2008-05-11 Thread Travis Watkins
Comparing resolution (2560x1024) to maximum 3D texture size (2048):
Failed.

That's the key line, your video card does not support textures large
enough to fit your current screen resolution. This is a hardware
limitation.

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

-- 
Compiz doesn't work with FGLRX
https://bugs.launchpad.net/bugs/229357
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 226617] Re: gnome-art should be replaced by gnomeartng

2008-05-11 Thread Kalman Tarnay
gnome-art is offically dead: http://www.miketech.net/gnome-art/
According to gnome-art's website gnomeartng is supposed to be it's successor...

To me it seems that gnome-art stopped working for everyone (see #228552)

** Changed in: gnome-art (Ubuntu)
   Status: New = Confirmed

-- 
gnome-art should be replaced by gnomeartng
https://bugs.launchpad.net/bugs/226617
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 226617] Re: gnome-art should be replaced by gnomeartng

2008-05-11 Thread Kalman Tarnay
gnomeartng can be found here:
http://developer.berlios.de/projects/gnomeartng/

-- 
gnome-art should be replaced by gnomeartng
https://bugs.launchpad.net/bugs/226617
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 205233] Re: kde-window-decorator crashes when turning on/off KDE's GUI Effects setting

2008-05-11 Thread Travis Watkins
I'm a community developer.

-- 
kde-window-decorator crashes when turning on/off KDE's GUI Effects  setting
https://bugs.launchpad.net/bugs/205233
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 191889] Re: Ubuntu's new Offline Mode feature cannot properly detect when there is a valid network available for use in many circumstances

2008-05-11 Thread Alexander Sack
this is not a firefox bug; anyway, i ack that this is somewhat a bug in
that firefox devs decided to use network-manager. Thus, wontfix (not
invalid).

** Changed in: firefox-3.0 (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
Ubuntu's new Offline Mode feature cannot properly detect when there is a 
valid network available for use in many circumstances
https://bugs.launchpad.net/bugs/191889
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 163390] Re: bugs.launchpad.net has sent and incorrect or unexpected message. Error Code: -12263

2008-05-11 Thread wolfger
Over 4 months with no response. We are closing this bug report because
it lacks the information we need to investigate the problem, as
described in the previous comments. Please reopen it if you can give us
the missing information, and don't hesitate to submit bug reports in the
future. To reopen the bug report you can click on the current status,
under the Status column, and change the Status back to New. Thanks
again!

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

-- 
bugs.launchpad.net has sent and incorrect or unexpected message. Error Code: 
-12263
https://bugs.launchpad.net/bugs/163390
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 125220] Re: Question symbols (????) in filenames on CD

2008-05-11 Thread Egor Kobylkin
I have the same problem on 8.04 with the external FireWire drive and cyrillic 
filenames.
Unfortunately adding iocharset=utf8 into the policy files does not help. Can it 
be they get ignored by hald?

-- 
Question symbols () in filenames on CD
https://bugs.launchpad.net/bugs/125220
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 228910] Re: Streamline release upgrades, text mode upgrading

2008-05-11 Thread Loye Young
This is the same problem as we had upgrading from feisty to gutsy.
Simply replacing gutsy with hardy in /etc/apt/sources.list and upgrading
with aptitude is much easier, faster, and less error-prone than the
recommended upgrades using the graphical interfaces or than using the
do-release-upgrade script. I'd be happy to help with improving the
upgrade experience, but it's hard to assist when there's no
documentation.

** Changed in: ubuntu
   Status: New = Confirmed

-- 
Streamline release upgrades, text mode upgrading
https://bugs.launchpad.net/bugs/228910
You received this bug notification because you are a member of 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 228228] Re: Firefox-3.0 zh-CN language/region package loss

2008-05-11 Thread Pan, Shi Zhu
*** This bug is a duplicate of bug 222673 ***
https://bugs.launchpad.net/bugs/222673

Please see the following description: You received this bug notification
because you are a member of Ubuntu
Simplified Chinese Translators, which is subscribed to language-pack-
gnome-zh-base in ubuntu

So, if you want to unsubscribe to the mail list, you need to unsubscribe
from the ubuntu simplified chinese translators.
--
Sincerely, Pan, Shi Zhu.


[EMAIL PROTECTED] 写于 2008.05.12 09:05:39:

  请问如何退订Bug report信件?

 --
 You received this bug notification because you are a member of Ubuntu
 Simplified Chinese Translators, which is subscribed to language-pack-
 gnome-zh-base in ubuntu.

-- 
Firefox-3.0 zh-CN language/region package loss
https://bugs.launchpad.net/bugs/228228
You received this bug notification because you are a member of 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 195552] Re: firefox -P default -a default won't open second window

2008-05-11 Thread Benson Margulies
No change in ff 3. I'll report as you requested.

On Sat, May 10, 2008 at 1:49 PM, John Vivirito [EMAIL PROTECTED] wrote:
 Sorry but Firefox-2 is getting near EOS and they wont be fixing anything
  but major issues security issues mainly. Please try to reproduce this
  with Firefox-3.0 if you can reproduce this bug  please click on Help 
  Report a problem and file the bug that way. This does not mean that it
  wasn't already fixed.

  ** Changed in: firefox (Ubuntu)
Status: New = Won't Fix

  --
  firefox -P default -a default won't open second window
  https://bugs.launchpad.net/bugs/195552
  You received this bug notification because you are a direct subscriber
  of the bug.


-- 
firefox -P default -a default won't open second window
https://bugs.launchpad.net/bugs/195552
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 68724] Re: Stellarium crashes at start-up

2008-05-11 Thread Greg Grossmeier
Andi,
It does not appear that you are seeing the same problem.  This bug was 
stellarium segfaulting (completely crashing) not just showing a white screen.  
To best take care of your issue we should separate your bug from this one.

Could you please open another bug report with your information?

Thanks!

-- 
Stellarium crashes at start-up
https://bugs.launchpad.net/bugs/68724
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229402] [NEW] ff3 can't open a second browser from command line

2008-05-11 Thread Benson Margulies
Public bug reported:

Binary package hint: firefox-3.0

I launch firefox with -P default -a default.

Then I run the same command line a second time.

I get a popup claiming that firefox is running and not responding.

It should bring up a new window in the instance.

If I instead try -P default -a firefox, I don't get the right profile,
though I do get the right results when I run it more than once.

ProblemType: Bug
Architecture: i386
Date: Sun May 11 21:31:01 2008
DistroRelease: Ubuntu 8.04
NonfreeKernelModules: nvidia
Package: firefox-3.0 3.0~b5+nobinonly-0ubuntu3
PackageArchitecture: i386
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
SourcePackage: firefox-3.0
Uname: Linux 2.6.24-16-generic i686

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


** Tags: apport-bug

-- 
ff3 can't open a second browser from command line
https://bugs.launchpad.net/bugs/229402
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229402] Re: ff3 can't open a second browser from command line

2008-05-11 Thread Benson Margulies

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

** Attachment added: pluginreg.dat.txt
   http://launchpadlibrarian.net/14460076/pluginreg.dat.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/14460077/profiles.ini.txt

-- 
ff3 can't open a second browser from command line
https://bugs.launchpad.net/bugs/229402
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 217580] Re: Slow performance with Gmail

2008-05-11 Thread Endolith
John Vivirito wrote on 2008-05-02:

Endolith, do you mean you tried the work around at:
https://bugs.edge.launchpad.net/ubuntu/+source/firefox-3.0/+bug/217580/comments/9;

No.  That's not a workaround; it's just an alternative way to access
gmail.  This problem is not specific to Gmail.  It is on many sites.

The workaround I tried is
http://ubuntuforums.org/showthread.php?t=708928

I also tried disabling the Ubuntu extension, since it seems related to
GUI widgets on the screen (Gmail has a lot) but it does not seem to have
an effect.

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

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


[Bug 107217] Re: Crop not applied in gthumb Fiesty

2008-05-11 Thread Brian Pitts
User-hostile, that's an excellent way of putting this. I use gthub all
the time and it still bites me!

-- 
Crop not applied in gthumb Fiesty
https://bugs.launchpad.net/bugs/107217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229405] [NEW] does not work anymore

2008-05-11 Thread abos
Public bug reported:

Binary package hint: dpkg

E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct 
the problem. 
E: _cache-open() failed, please report.
configure hangs

ProblemType: Bug
Architecture: i386
Date: Mon May 12 03:32:31 2008
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/yelp
Package: yelp 2.20.0-0ubuntu3
PackageArchitecture: i386
ProcCmdline: yelp
ProcCwd: /home/bosub
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=nl_NL.UTF-8
 SHELL=/bin/bash
SourcePackage: yelp
Uname: Linux bureauhond 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 
i686 GNU/Linux

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


** Tags: apport-bug

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

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


[Bug 229405] Re: does not work anymore

2008-05-11 Thread abos

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

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

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

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

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


[Bug 229404] [NEW] package tomcat5.5 5.5.25-5ubuntu1 failed to install/upgrade: el subproceso post-installation script devolvio el codigo de salida de error 1

2008-05-11 Thread VRZ
Public bug reported:

Binary package hint: tomcat5.5

When I try install tomcat5.5 and tomcat5.5-admin it produces errors.

I have installed Intrepid.

More info:

$ sudo dpkg --force-all --configure -a
Configurando tomcat5.5 (5.5.25-5ubuntu1) ...
 * no JDK found - please set JAVA_HOME
invoke-rc.d: initscript tomcat5.5, action start failed.
dpkg: error al procesar tomcat5.5 (--configure):
 el subproceso post-installation script devolvió el código de salida de error 1
dpkg: tomcat5.5-admin: problemas de dependencias, pero se configurará de todas 
formas
 tal y como se solicitó:
 tomcat5.5-admin depende de tomcat5.5 (= 5.5.25-5ubuntu1); sin embargo:
 El paquete `tomcat5.5' no está configurado todavía.
Configurando tomcat5.5-admin (5.5.25-5ubuntu1) ...
 * no JDK found - please set JAVA_HOME
invoke-rc.d: initscript tomcat5.5, action force-reload failed.
dpkg: error al procesar tomcat5.5-admin (--configure):
 el subproceso post-installation script devolvió el código de salida de error 1
Se encontraron errores al procesar:
 tomcat5.5
 tomcat5.5-admin

ProblemType: Package
Architecture: amd64
Date: Mon May 12 03:28:28 2008
DistroRelease: Ubuntu 8.10
ErrorMessage: el subproceso post-installation script devolvió el código de 
salida de error 1
NonfreeKernelModules: nvidia
Package: tomcat5.5 5.5.25-5ubuntu1
PackageArchitecture: all
SourcePackage: tomcat5.5
Title: package tomcat5.5 5.5.25-5ubuntu1 failed to install/upgrade: el 
subproceso post-installation script devolvió el código de salida de error 1
Uname: Linux 2.6.24-16-generic x86_64

** Affects: tomcat5.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package tomcat5.5 5.5.25-5ubuntu1 failed to install/upgrade: el subproceso 
post-installation script devolvio el codigo de salida de error 1
https://bugs.launchpad.net/bugs/229404
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 229404] Re: package tomcat5.5 5.5.25-5ubuntu1 failed to install/upgrade: el subproceso post-installation script devolvio el codigo de salida de error 1

2008-05-11 Thread VRZ

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

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

-- 
package tomcat5.5 5.5.25-5ubuntu1 failed to install/upgrade: el subproceso 
post-installation script devolvio el codigo de salida de error 1
https://bugs.launchpad.net/bugs/229404
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 228934] Re: F-Spot Photo Manager does not start when Photo media inserted

2008-05-11 Thread joegiampaoli
Ok, I created a new user and did have the same problem, so it is a
global error.

I did run the commands but all I got was a desktop config file, I
suppose this is what you want?

It's attached

** Attachment added: f-spot-import.desktop
   http://launchpadlibrarian.net/14460140/f-spot-import.desktop

-- 
F-Spot Photo Manager does not start when Photo media inserted
https://bugs.launchpad.net/bugs/228934
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 210984] Re: supertuxkart crashed with SIGSEGV in __libc_start_main()

2008-05-11 Thread hiker
Hi,

Thanks for reporting this bug, and for the valuable information with
backtrace etc. - highly appreciated!

This bug is already fixed in our SVN version. We expect to release the
next version (0.5) soon - a RC will be ready in a day or two. It would
be good if you could verify that this does not happen anymore.

Cheers,
   Joerg

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

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


[Bug 205547] Re: resume produces blank screen when NVIDIA enabled on T61p

2008-05-11 Thread Max Littlemore
I have this on an HP Pavilion dv6709AX. It seems to be intermittent,
sometimes I get the unlock password request, the rest of the time a
blank grey screen with a mouse pointer that works.

Sam, I can you please confirm that this is not the same as bug #202413?

Alexander, I tried following http://intertwingly.net/blog/2008/04/28
/Sleep-Quirks-Debugged and it hasn't fixed my problem. If this is the
same as #202413, do you know of another bug that more closely matches
Andreas and my symptoms?

I'm finding the distinction between blank/black a bit confusing.  What I
am experiencing is a blank, light grey screen with a mouse pointer,  not
a _black_ screen.  I would like to make sure that this is clearly
reported as it's own bug.

-- 
resume produces blank screen when NVIDIA enabled on T61p
https://bugs.launchpad.net/bugs/205547
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 178366] Re: pcmcia does not work

2008-05-11 Thread wolfger
Over 4 months with no response. We are closing this bug report because
it lacks the information we need to investigate the problem, as
described in the previous comments. Please reopen it if you can give us
the missing information, and don't hesitate to submit bug reports in the
future. To reopen the bug report you can click on the current status,
under the Status column, and change the Status back to New. Thanks
again!

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

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

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


[Bug 174062] Re: Only some opened website, i don't know how to explain.

2008-05-11 Thread wolfger
Over 4 months with no response. We are closing this bug report because
it lacks the information we need to investigate the problem, as
described in the previous comments. Please reopen it if you can give us
the missing information, and don't hesitate to submit bug reports in the
future. To reopen the bug report you can click on the current status,
under the Status column, and change the Status back to New. Thanks
again!

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

-- 
Only some opened website, i don't know how to explain.
https://bugs.launchpad.net/bugs/174062
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 157419] Re: [REGRESSION] wusb54gc wireless card no longer supports monitor mode, packet injection, and now using rt73usb instead of rt73, cannot compile rt73 either (Ubuntu 7.10)

2008-05-11 Thread wolfger
Over 4 months with no response. We are closing this bug report because
it lacks the information we need to investigate the problem, as
described in the previous comments. Please reopen it if you can give us
the missing information, and don't hesitate to submit bug reports in the
future. To reopen the bug report you can click on the current status,
under the Status column, and change the Status back to New. Thanks
again!

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

-- 
[REGRESSION] wusb54gc wireless card no longer supports monitor mode, packet 
injection, and now using rt73usb instead of rt73, cannot compile rt73 either 
(Ubuntu 7.10)
https://bugs.launchpad.net/bugs/157419
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 94154] Re: memory corruption in xine-lib's ffmpeg copy

2008-05-11 Thread wolfger
4 months without further comment. Is this bug still active?

-- 
memory corruption in xine-lib's ffmpeg copy
https://bugs.launchpad.net/bugs/94154
You received this bug notification because you are a member of 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 225421] Re: Kubuntu System Printer Configuration tool does not allow printer sharing

2008-05-11 Thread Vinay Augustine
Yes -- it is the same issue. The KDE tool seems to be expecting that
script. Either the script should be included or kdebase should be be
changed so that it can manage printer sharing configuration.

-Vinay

On Sun, May 11, 2008 at 11:56 AM, DougR [EMAIL PROTECTED] wrote:
 It is sort of the same issue.  The real problem is that there is now no
 way to share a to share a printer on a network using any of the KDE
 printer configuration tools.  Using http://localhost:631/admin is the
 only way to do this now that the functionality has been removed from the
 Kubuntu System Printer Configuration Tool.

 I don't really care where this option is provided , only that it's done
 logically  easily.

 --Doug

 --
 Kubuntu System Printer Configuration tool does not allow printer sharing
 https://bugs.launchpad.net/bugs/225421
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Kubuntu System Printer Configuration tool does not allow printer sharing
https://bugs.launchpad.net/bugs/225421
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220750] Re: xdg-open breaks on spaces in paths when using generic open method

2008-05-11 Thread Greg Grossmeier
** Tags added: bitesize

-- 
xdg-open breaks on spaces in paths when using generic open method
https://bugs.launchpad.net/bugs/220750
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 175507] Re: firefox freezes. firefox bin is very active

2008-05-11 Thread wolfger
Over 4 months with no response. We are closing this bug report because
it lacks the information we need to investigate the problem, as
described in the previous comments. Please reopen it if you can give us
the missing information, and don't hesitate to submit bug reports in the
future. To reopen the bug report you can click on the current status,
under the Status column, and change the Status back to New. Thanks
again!

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

-- 
firefox freezes. firefox bin is very active
https://bugs.launchpad.net/bugs/175507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 174378] Re: Cannot use other windows if BBC on

2008-05-11 Thread wolfger
Over 4 months with no response. We are closing this bug report because
it lacks the information we need to investigate the problem, as
described in the previous comments. Please reopen it if you can give us
the missing information, and don't hesitate to submit bug reports in the
future. To reopen the bug report you can click on the current status,
under the Status column, and change the Status back to New. Thanks
again!

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

-- 
Cannot use other windows if BBC on
https://bugs.launchpad.net/bugs/174378
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 154151] Re: No sound on fresh install of 7.10

2008-05-11 Thread wolfger
Over 4 months with no response. We are closing this bug report because
it lacks the information we need to investigate the problem, as
described in the previous comments. Please reopen it if you can give us
the missing information, and don't hesitate to submit bug reports in the
future. To reopen the bug report you can click on the current status,
under the Status column, and change the Status back to New. Thanks
again!

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

-- 
No sound on fresh install of 7.10
https://bugs.launchpad.net/bugs/154151
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 152429] Re: Kernel causes weird fan ticking, fixed in 2.6.23

2008-05-11 Thread wolfger
Over 4 months with no response. We are closing this bug report because
it lacks the information we need to investigate the problem, as
described in the previous comments. Please reopen it if you can give us
the missing information, and don't hesitate to submit bug reports in the
future. To reopen the bug report you can click on the current status,
under the Status column, and change the Status back to New. Thanks
again!

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

-- 
Kernel causes weird fan ticking, fixed in 2.6.23
https://bugs.launchpad.net/bugs/152429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 144070] Re: patches from lesswatts.org

2008-05-11 Thread wolfger
Over 4 months with no response. We are closing this bug report because
it lacks the information we need to investigate the problem, as
described in the previous comments. Please reopen it if you can give us
the missing information, and don't hesitate to submit bug reports in the
future. To reopen the bug report you can click on the current status,
under the Status column, and change the Status back to New. Thanks
again!

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

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

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


[Bug 135190] Re: [gutsy tribe-5] bcm43xx module on install

2008-05-11 Thread wolfger
Over 4 months with no response. We are closing this bug report because
it lacks the information we need to investigate the problem, as
described in the previous comments. Please reopen it if you can give us
the missing information, and don't hesitate to submit bug reports in the
future. To reopen the bug report you can click on the current status,
under the Status column, and change the Status back to New. Thanks
again!

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

-- 
[gutsy tribe-5] bcm43xx module on install
https://bugs.launchpad.net/bugs/135190
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 74284] Re: acpi video module prevents brightness adjusting

2008-05-11 Thread wolfger
Over 4 months with no response. We are closing this bug report because
it lacks the information we need to investigate the problem, as
described in the previous comments. Please reopen it if you can give us
the missing information, and don't hesitate to submit bug reports in the
future. To reopen the bug report you can click on the current status,
under the Status column, and change the Status back to New. Thanks
again!

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

-- 
acpi video module prevents brightness adjusting
https://bugs.launchpad.net/bugs/74284
You received this bug notification because you are a member of 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   >