[Bug 281665] [NEW] gvfsd-smb crashed with SIGSEGV in strlen()

2008-10-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: gvfs

Description:Ubuntu intrepid (development branch)
Release:8.10

apt-cache policy gvfs
gvfs:
  Installed: 1.0.1-0ubuntu3
  Candidate: 1.0.1-0ubuntu3
  Version table:
 *** 1.0.1-0ubuntu3 0
500 http://ubuntu.positive-internet.com intrepid/main Packages
100 /var/lib/dpkg/status

Tried to open a samba share in nautilus, and it refused to open the
share.

This happens on 2 different machines (both running Intrepid)

ProblemType: Crash
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/lib/gvfs/gvfsd-smb
Package: gvfs-backends 1.0.1-0ubuntu3
ProcAttrCurrent: unconfined
ProcCmdline: /usr/lib/gvfs/gvfsd-smb --spawner :1.4 /org/gtk/gvfs/exec_spaw/3
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
Signal: 11
SourcePackage: gvfs
StacktraceTop:
 strlen () from /lib/tls/i686/cmov/libc.so.6
 strdup () from /lib/tls/i686/cmov/libc.so.6
 ?? () from /usr/lib/libsmbclient.so.0
 ?? () from /usr/lib/libsmbclient.so.0
 ?? () from /usr/lib/libsmbclient.so.0
Title: gvfsd-smb crashed with SIGSEGV in strlen()
Uname: Linux 2.6.24-19-generic i686
UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin plugdev pulse 
pulse-access pulse-rt sambashare vboxusers video

** Affects: samba (Ubuntu)
 Importance: Medium
 Status: Incomplete


** Tags: apport-crash apport-failed-retrace
-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.edge.launchpad.net/bugs/281665
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to samba in ubuntu.

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


[Bug 281979] [NEW] [Intrepid] PHP crashes on startup with '/usr/lib/php5/20060613+lfs/gd.so' and 'mcrypt.so'

2008-10-11 Thread Lasse Havelund
Public bug reported:

Binary package hint: php5-common

When attempting to start php from the command line in Intrepid, I get
the following error message:

[02:00:20] [EMAIL PROTECTED] - ~ $ php
PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/lib/php5/20060613+lfs/gd.so' - /usr/lib/php5/20060613+lfs/gd.so: cannot 
open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/lib/php5/20060613+lfs/mcrypt.so' - /usr/lib/php5/20060613+lfs/mcrypt.so: 
cannot open shared object file: No such file or directory in Unknown on line 0

This has been tested with versions php5-common php5-common
5.2.6-2ubuntu3 and 5.2.4-2ubuntu5, and the corresponding versions of
php5-cli (5.2.6-2ubuntu3 and 5.2.4-2ubuntu5).

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

-- 
[Intrepid] PHP crashes on startup with '/usr/lib/php5/20060613+lfs/gd.so' and 
'mcrypt.so'
https://bugs.launchpad.net/bugs/281979
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 281979] Re: [Intrepid] PHP crashes on startup with '/usr/lib/php5/20060613+lfs/gd.so' and 'mcrypt.so'

2008-10-11 Thread Adam Sommer
Do you have the php5-gd and php5-mcrypt packages installed?  If not, did
you have them installed and at some point remove them?

-- 
[Intrepid] PHP crashes on startup with '/usr/lib/php5/20060613+lfs/gd.so' and 
'mcrypt.so'
https://bugs.launchpad.net/bugs/281979
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


Re: [Bug 249706] Re: ssh-copy-id fails when run with colon (:)

2008-10-11 Thread KarlGoetz

On Thu, October 9, 2008 21:25, Colin Watson wrote:
 As I said in the Debian BTS, perhaps ssh itself should do this, rather
 than ssh-copy-id? You apparently ignored this comment.

I have no C, which i assume is what ssh proper is written in.

That said, that
 seems to be fiddly and maybe isn't worth it.

 Your patch introduces 'set -ex'. -e doesn't make any difference in this
 code, and -x is noisy.

Sorry, I should have cleaned up after testing.

 Your patch doesn't follow the indentation convention in that file. You
 should always follow the prevailing convention.

 It would be better just to strip colons at the end, rather than
 throughout (which could produce very confusing results!). For that, just
 replacing $1 with ${1%:} would be entirely sufficient; you don't need to
 introduce another shell variable. (And why export HOSTNAME? Nothing
 outside this script needs it.)



 In future, consider writing this instead of introducing an unnecessary
 call to the '[' program:

 -if [ `echo $1 |grep -c \: -` ]; then
 +if echo $1 | grep -q :; then

I didnt know this was posible, so thanks for letting me know. I'll try and
familiarise myself with it.


 In the end, I've applied the attached patch to my Debian CVS repository.
 Thanks for nudging this along.

Thanks for fixing it up.
kk

-- 
ssh-copy-id fails when run with colon (:)
https://bugs.launchpad.net/bugs/249706
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 281591] [NEW] courier-mta-ssl cannot reallocate

2008-10-11 Thread Thomas Ohms
Public bug reported:

Binary package hint: courier-mta-ssl

Description: 
Without any minor or major changes to courier-mta-ssl I can neither restart nor 
install it. When trying to start or after installation to configure it fails 
with /usr/sbin/esmtpd-ssl: xrealloc: ../bash/subst.c:514: cannot reallocate 
1024 bytes (0 bytes allocated) and with /usr/sbin/esmtpd-ssl: xrealloc: 
../bash/print_cmd.c:1273: cannot reallocate 512 bytes (0 bytes allocated).
Strange thing is, this happens only to exactly this package. All other Courier 
packages are stopping and starting fine.

Versions:
Ubuntu: Hardy 8.04
courier-mta-ssl: 0.58.0.20080127-1ubuntu1
libc6: 2.7-10ubuntu4

To be honest I don't know where to start here. There is enough memory
and all other things are working fine.

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

-- 
courier-mta-ssl cannot reallocate
https://bugs.launchpad.net/bugs/281591
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274780] Re: [intrepid] RT61pci no wireless on resume from suspend with 2.6.27-4

2008-10-11 Thread iponeverything
Thanks Tim your 11rt61pci works like a charm.

-- 
[intrepid] RT61pci no wireless on resume from suspend with 2.6.27-4
https://bugs.launchpad.net/bugs/274780
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 260675] Re: [intrepid] Wacom Xorg module is incompatible with the kernel module shipped in kernel packages.

2008-10-11 Thread Alexia Death
I do not think its a good idea to disable auto-detection. The more
hardware works Out-of-box the better, even if only partially.  Just
stylus whenever you plug it in is better than no tablet. I personally
prefer that to having to restart X to get whole tablet. Stylus is enough
for most cases. The user is more likely to be able to turn it off, when
that is not desired, than to be able to enable it. Disabling it and
setting up your X are of same level of complexity and if a person can do
one, person can also to the other.  Is there a better place I could
express my opinions on this disabling and pehaps get this decision
overturned on the grounds that leaving it enabled is best for many
users?

-- 
[intrepid] Wacom Xorg module is incompatible with the kernel module shipped in 
kernel packages.
https://bugs.launchpad.net/bugs/260675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281593] [NEW] broken package

2008-10-11 Thread strk
Public bug reported:

I'm trying to get libcurl development files, but no package seems to
work (Ubuntu 8.04):

[EMAIL PROTECTED]:~# apt-cache show libcurl4-gnutls-dev | grep ^Version
Version: 7.18.0-1ubuntu2
[EMAIL PROTECTED]:~# apt-get install libcurl4-gnutls-dev
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libcurl4-gnutls-dev: Depends: libldap2-dev but it is not going to be installed
E: Broken packages

[EMAIL PROTECTED]:~# apt-cache show libcurl4-openssl-dev | grep ^Version
Version: 7.18.0-1ubuntu2
[EMAIL PROTECTED]:~# apt-get install libcurl4-openssl-dev
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libcurl4-openssl-dev: Depends: libldap2-dev but it is not going to be 
installed
E: Broken packages

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

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

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


[Bug 281592] [NEW] NEC DVD RW model # ND-3540A drive does not work

2008-10-11 Thread Dylan
Public bug reported:

when i try to use my NEC DVD RW drive, model # ND- 3540A, it says
Unable to mount location.

Hardy Heron(8.04)

the drive should work.


Error Unable to Mount Location

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
NEC DVD RW model # ND-3540A drive does not work
https://bugs.launchpad.net/bugs/281592
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281504] Re: nvidia-glx-177 177.80 causes fan to always run at max speed

2008-10-11 Thread Alberto Milone
*** This bug is a duplicate of bug 280805 ***
https://bugs.launchpad.net/bugs/280805

** This bug has been marked a duplicate of bug 280805
   Latest nvidia driver for Interpid (x64) makes my fan spin all the time.

-- 
nvidia-glx-177 177.80 causes fan to always run at max speed
https://bugs.launchpad.net/bugs/281504
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281444] Re: jockey-gtk crashed with SystemError in markInstall()

2008-10-11 Thread Alberto Milone
** Visibility changed to: Public

-- 
jockey-gtk crashed with SystemError in markInstall()
https://bugs.launchpad.net/bugs/281444
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281442] Re: KDE 4.1.2 is extremely unstable in Intrepid Ibex, using Intel 946GZ integrated chipset

2008-10-11 Thread Bulgarian_taffer
Yeah...

But it could be also a problem related to my system settings, as well. I
removed the scim library, kdeedu programs and did an apt-get autoremove.
The system works fine now.

-- 
KDE 4.1.2 is extremely unstable in Intrepid Ibex, using Intel 946GZ integrated 
chipset
https://bugs.launchpad.net/bugs/281442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274278] Re: DRM Breaks Resume from Suspend

2008-10-11 Thread Olivier Cortès
It seems it hit the same bug (latest intrepid, Sony Vaio BZ11XN + Intel GMA 
X4500MHD, HW info located @ http://deep-ocean.net/files/sony) :
 - when I suspend, everything seems fine ; the machine shuts down and the 
yellow led starts blinking.
 - on resume, all kbd leds blink one time (kbd reset i presume), the LCD goes 
on (only backlight), disk led blinks a little, LCD goes off then back on with X 
cursor,
 - but the X cursor is stuck. caps lock doesn't work, sysrq doesn't work. only 
solution is 4-seconds press on power off (no reset button on my vaio).

This has happened from Intrepid kernel 2.6.27-3. I followed
https://wiki.ubuntu.com/DebuggingKernelSuspend, did the suspend/resume
cycle with and without external usb devices pluged in, and only got
(every time) :

[4.723037]   Magic number: 0:953:373
[4.723096]   hash matches 
/build/buildd/linux-2.6.27/drivers/base/power/main.c:390

No more hash matches when getting dmesg from a recovery boot just
after the power-off following the kernel freeze.

- I didn't test previous Intrepid 2.6.26 yet.
- I didn't test on hardy because this hardware is very recent and there isn't 
video support in xorg for my card in hardy.
- i didn't test to put a touch in every pm-files, but as suggested by jason, 
this will not help that much.

- i will test with drm kernel module blacklisted (next thing to do to confirm 
this is the same exact bug).
- i will try to recompile a kernel with ACPI_DEBUG=y, but i haven't compiled a 
kernel for years (thanks to ubuntu, i didn't touch xorg.conf for years too… ;-) 
), this will take a little time.

Any more advice on how to nail down the problem ? I know without the
kernel oops this is kind of stunning difficulty, but i'd be happy to
provide this oops because suspend/resume is kind of important feature
for me.

-- 
DRM Breaks Resume from Suspend
https://bugs.launchpad.net/bugs/274278
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 281591] Re: courier-mta-ssl cannot reallocate

2008-10-11 Thread Thomas Ohms
Ok I had a deeper look in /usr/sbin/esmtpd and found there is a request for 
ulimit. So I looked into /etc/courier/esmtpd and the variable ULIMIT was set 
to 4096. I changed this to the same value as in imapd: 65536
But this is only a workaround. I would like to know how this could/can happen, 
althoug nothing was changed or updated regarding this package.

-- 
courier-mta-ssl cannot reallocate
https://bugs.launchpad.net/bugs/281591
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281025] Re: [Intrepid] xorg does not recognise LCD screen

2008-10-11 Thread ml2mst

** Description changed:

  Running Intrepid (Beta) from the live CD, can't start x.org. The error
  message is:
  
- No hardware found.
+ No Screens found.
  
  I'm running it on a Acer Aspire with Nvidia Geoforce 7000M GPU (256 MiB
  VRAM) and a 17 LCD display, which x.org does not seem to detect.
  
  Working well on Hardy thoght.

** Attachment added: Output of lspci -vvnn
   http://launchpadlibrarian.net/18433124/lpci.log

-- 
[Intrepid] xorg does not recognise LCD screen
https://bugs.launchpad.net/bugs/281025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281025] Re: [Intrepid] xorg does not recognise LCD screen

2008-10-11 Thread ml2mst

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

-- 
[Intrepid] xorg does not recognise LCD screen
https://bugs.launchpad.net/bugs/281025
You received this bug notification because you are a member of 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 281025] Re: [Intrepid] xorg does not recognise LCD screen

2008-10-11 Thread ml2mst
Hi Bryce,

You wrote:
 Hi ml2mst-gmail,


 Please attach the output of `lspci -vvnn`, and attach your 
 /var/log/Xorg.0.log file from after reproducing this issue.  If you've made 
 any customizations to your /etc/X11/xorg.conf please attach that as well.


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

   

I modified the description (actual error message) and attached the two 
files as requested).

HTH

With kind regards,

-- 
|_|0|_| Marti T. van Lin
|_|_|0| http://ml2mst.googlepages.com
|0|0|0| http://osgeex.blogspot.com

-- 
[Intrepid] xorg does not recognise LCD screen
https://bugs.launchpad.net/bugs/281025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 280417] Re: Network Manager claims devices are unmanaged

2008-10-11 Thread Dana Goyette
I have a bridge device in my (attached) Interfaces file, for any VMs I
may run; this bridge device uses dnsmasq to serve up dns and dhcp, for
NAT.  However, with the latest few versions of NetworkManager...
NetworkManager seems to try to connect as a _client_ on that
interface... which I am the _host_ of.  It appears in nm-applet as
Ifupdown (br0).  Switching to my eth0 entry works... but I really
shouldn't have to do that manually.  There seems to be no way to
associate specific network profiles to specific network devices; the new
NetworkManager feature would be totally useless on a computer with
multiple wired NICs.  Same for Mobile Broadband connections... no way to
specify what modem to use.

** Attachment added: Interfaces file
   http://launchpadlibrarian.net/18433164/interfaces

-- 
Network Manager claims devices are unmanaged
https://bugs.launchpad.net/bugs/280417
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 195834] Re: [fglrx] Ati fglrx graphic is slow, diagonal lines and slow refreshes

2008-10-11 Thread Bryce Harrington
Heya lod,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: fglrx-installer (Ubuntu)
   Status: Incomplete = Invalid

-- 
[fglrx] Ati fglrx graphic is slow, diagonal lines and slow refreshes
https://bugs.launchpad.net/bugs/195834
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 267217] Re: Compiz segmentation faults after Intrepid update

2008-10-11 Thread Ahmed El-Mahmoudy

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

-- 
Compiz segmentation faults after Intrepid update
https://bugs.launchpad.net/bugs/267217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 256054] Re: [intrepid] new 0.7 branch ignores /etc/network/interfaces

2008-10-11 Thread Dana Goyette
I have a bridge device in my (attached) Interfaces file, for any VMs I
may run; this bridge device uses dnsmasq to serve up dns and dhcp, for
NAT. However, with the latest few versions of NetworkManager...
NetworkManager seems to try to connect as a _client_ on that
interface... which I am the _host_ of. It appears in nm-applet as
Ifupdown (br0). Switching to my eth0 entry works... but I really
shouldn't have to do that manually. There seems to be no way to
associate specific network profiles to specific network devices; the new
NetworkManager feature would be totally useless on a computer with
multiple wired NICs. Same for Mobile Broadband connections... no way to
specify what modem to use.

** Attachment added: interfaces
   http://launchpadlibrarian.net/18433204/interfaces

-- 
[intrepid] new 0.7 branch ignores /etc/network/interfaces
https://bugs.launchpad.net/bugs/256054
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 246626] Re: any new installation crash

2008-10-11 Thread Bryce Harrington
Heya Marco,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

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

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


[Bug 245147] Re: hardy icons fail to redraw and system crawls nvidia-glx?

2008-10-11 Thread Bryce Harrington
Heya Mark,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
hardy icons fail to redraw and system crawls nvidia-glx?
https://bugs.launchpad.net/bugs/245147
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 244129] Re: package linux-restricted-modules-2.6.24-18-generic 2.6.24.13-18.41 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2008-10-11 Thread Bryce Harrington
Heya EmmanueL,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
package linux-restricted-modules-2.6.24-18-generic 2.6.24.13-18.41 failed to 
install/upgrade: problemas de dependencias - se deja sin configurar
https://bugs.launchpad.net/bugs/244129
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 244126] Re: package linux-restricted-modules-2.6.24-19-generic 2.6.24.13-19.44 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2008-10-11 Thread Bryce Harrington
Heya EmmanueL,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
package linux-restricted-modules-2.6.24-19-generic 2.6.24.13-19.44 failed to 
install/upgrade: problemas de dependencias - se deja sin configurar
https://bugs.launchpad.net/bugs/244126
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 238014] Re: Strange X Crash - Can reporduce when searching a page in Firefox

2008-10-11 Thread Bryce Harrington
Heya arekkusu,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
Strange X Crash - Can reporduce when searching a page in Firefox
https://bugs.launchpad.net/bugs/238014
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 237618] Re: fglrx poor performance

2008-10-11 Thread Bryce Harrington
Heya Zabuch,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

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

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


[Bug 236856] Re: Just Had Xorg Server Crash with Lotus Notes 8.5 Beta in Ubuntu Hardy Linux running on an iMac 24

2008-10-11 Thread Bryce Harrington
Heya pjharper,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: nvidia-graphics-drivers-173 (Ubuntu)
   Status: Incomplete = Invalid

-- 
Just Had Xorg Server Crash with Lotus Notes 8.5 Beta in Ubuntu Hardy Linux 
running on an iMac 24
https://bugs.launchpad.net/bugs/236856
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227728] Re: [fglrx] hard lockup with cpu load

2008-10-11 Thread Bryce Harrington
Heya trlyons,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
[fglrx] hard lockup with cpu load
https://bugs.launchpad.net/bugs/227728
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 221624] Re: package x11-xfs-utils None [modified: /var/lib/dpkg/info/x11-xfs-utils.list] failed to install/upgrade:

2008-10-11 Thread Bryce Harrington
Heya hansmustermann,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: x11-xfs-utils (Ubuntu)
   Status: Incomplete = Invalid

-- 
package x11-xfs-utils None [modified: /var/lib/dpkg/info/x11-xfs-utils.list] 
failed to install/upgrade: 
https://bugs.launchpad.net/bugs/221624
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 221622] Re: update dependency problems

2008-10-11 Thread Bryce Harrington
Heya hansmustermann,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: x11-utils (Ubuntu)
   Status: Incomplete = Invalid

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

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


[Bug 220028] Re: Resolution problems with GeForce 8

2008-10-11 Thread Bryce Harrington
Heya dk_zero-cool,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: nvidia-graphics-drivers-173 (Ubuntu)
   Status: Incomplete = Invalid

-- 
Resolution problems with GeForce 8
https://bugs.launchpad.net/bugs/220028
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 219458] Re: Nvidia Geforce 6200LE not detected during 8.04 Beta Install

2008-10-11 Thread Bryce Harrington
Heya SimonFoley,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
Nvidia Geforce 6200LE not detected during 8.04 Beta Install
https://bugs.launchpad.net/bugs/219458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 203505] Re: [fglrx] screen stays black when using fglrx driver

2008-10-11 Thread Bryce Harrington
Heya phyntos,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
[fglrx] screen stays black when using fglrx driver
https://bugs.launchpad.net/bugs/203505
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 202121] Re: [fglrx] Latest linux-restricted-modules-2.6.24-12-generic breaks FGLRX?

2008-10-11 Thread Bryce Harrington
Heya GianlucaDAndrea,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
[fglrx] Latest linux-restricted-modules-2.6.24-12-generic breaks FGLRX?
https://bugs.launchpad.net/bugs/202121
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 198803] Re: [fglrx] X1650 black screen, system freeze and crash

2008-10-11 Thread Bryce Harrington
Heya zolookas,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
[fglrx] X1650 black screen, system freeze and crash
https://bugs.launchpad.net/bugs/198803
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 196979] Re: [nvidia-new] laptop crashes when closing the lid

2008-10-11 Thread Bryce Harrington
Heya rares,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: nvidia-graphics-drivers-173 (Ubuntu)
   Status: Incomplete = Invalid

-- 
[nvidia-new] laptop crashes when closing the lid
https://bugs.launchpad.net/bugs/196979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 175939] Re: black screen on reboot with restricted drivers and desktop effects enabled

2008-10-11 Thread Bryce Harrington
Heya b,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
black screen on reboot with restricted drivers and desktop effects enabled
https://bugs.launchpad.net/bugs/175939
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 156480] Re: ati-prop-driver, dualhead, X freezes

2008-10-11 Thread Bryce Harrington
Heya Sandra,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
ati-prop-driver, dualhead, X freezes
https://bugs.launchpad.net/bugs/156480
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 152780] Re: Booting with only one screen powered on crashes X

2008-10-11 Thread Bryce Harrington
Heya Forceflow,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
Booting with only one screen powered on crashes X
https://bugs.launchpad.net/bugs/152780
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 152258] Re: nvidia driver doesn't work with linux-rt on gutsy

2008-10-11 Thread Bryce Harrington
Heya Sander,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
nvidia driver doesn't work with linux-rt on gutsy
https://bugs.launchpad.net/bugs/152258
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 150823] Re: 1920x1200 resolution fails on HP LP2465 / NVidia GForce7 when correct monitor is selected.

2008-10-11 Thread Bryce Harrington
Heya Jeff,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: nvidia-graphics-drivers-173 (Ubuntu)
   Status: Incomplete = Invalid

-- 
1920x1200 resolution fails on HP LP2465 / NVidia GForce7 when correct monitor 
is selected.
https://bugs.launchpad.net/bugs/150823
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 147679] Re: [fglrx] X crashes with fglrx drivers for ATI Radeon X1600

2008-10-11 Thread Bryce Harrington
Heya turban,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
[fglrx] X crashes with fglrx drivers for ATI Radeon X1600
https://bugs.launchpad.net/bugs/147679
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 110125] Re: [nvidia] GL xscreensavers crashed

2008-10-11 Thread Bryce Harrington
Heya who_cares,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: nvidia-graphics-drivers-173 (Ubuntu)
   Status: Incomplete = Invalid

-- 
[nvidia] GL xscreensavers crashed
https://bugs.launchpad.net/bugs/110125
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281201] Re: intrepid: switch user applet online busy does not affect anything

2008-10-11 Thread Biji
correction: switching to online from offline / invis is working but
switching to away or busy not working

-- 
intrepid: switch user applet online busy does not affect anything
https://bugs.launchpad.net/bugs/281201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 260675] Re: [intrepid] Wacom Xorg module is incompatible with the kernel module shipped in kernel packages.

2008-10-11 Thread Michael Chang
I do recall there was one other issue where any X application that
started up when X was configured for a tablet but a tablet was not
plugged in caused warnings (usually three) to be emitted to the console.
I think this was back around dapper, or so. There were a great deal of
false bug reports about that.

While auto-detection is ideal for most (if not all) hardware, I suspect
doing it correctly for wacom tablets in such a way that it doesn't
negatively affect users who have never heard of a tablet, let alone seen
one, will take some time and work. I suspect that some restructuring of
both the driver and the X input infrastructure would be required.

Anyway, to answer your question, good locations to start would probably
be in Launchpad Questions, or in a separate bug report, depending on
your level of knowledge and expertise.

-- 
[intrepid] Wacom Xorg module is incompatible with the kernel module shipped in 
kernel packages.
https://bugs.launchpad.net/bugs/260675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 233804] Re: Glipper floods selection history during keyboard selection

2008-10-11 Thread Evgeny Kuznetsov
Still happens in current Intrepid Beta.

-- 
Glipper floods selection history during keyboard selection
https://bugs.launchpad.net/bugs/233804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 190356] Re: Aquila L1 tablet malfunctioning

2008-10-11 Thread Bryce Harrington
Heya Greg,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: xserver-xorg-input-mouse (Ubuntu)
   Status: Incomplete = Invalid

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

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


[Bug 188449] Re: [hardy] broken keyboardlayout by using serverlayout in xorg.conf

2008-10-11 Thread Bryce Harrington
Heya Raphael,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: xkeyboard-config (Ubuntu)
   Status: Incomplete = Invalid

-- 
[hardy] broken keyboardlayout by using serverlayout in xorg.conf
https://bugs.launchpad.net/bugs/188449
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 151817] Re: unsupported resolution while loading ubuntu

2008-10-11 Thread Bryce Harrington
Heya wasim2050,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: xserver-xorg-video-r128 (Ubuntu)
   Status: Incomplete = Invalid

-- 
unsupported resolution while loading ubuntu
https://bugs.launchpad.net/bugs/151817
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 151197] Re: GDM, KDM, GNOME, etc. all use wrong resolution for sizing with external monitor attached

2008-10-11 Thread Bryce Harrington
Heya Dmitri,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
GDM, KDM, GNOME, etc. all use wrong resolution for sizing with external monitor 
attached
https://bugs.launchpad.net/bugs/151197
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 133626] Re: Broken us layout after switching from cz

2008-10-11 Thread Bryce Harrington
Heya David,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: xkeyboard-config (Ubuntu)
   Status: Incomplete = Invalid

-- 
Broken us layout after switching from cz
https://bugs.launchpad.net/bugs/133626
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 44169] Re: no multimedia keys when using evdev with mouse

2008-10-11 Thread Bryce Harrington
Heya daedalusman,


We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: xserver-xorg-input-evdev (Ubuntu)
   Status: Incomplete = Invalid

-- 
no multimedia keys when using evdev with mouse
https://bugs.launchpad.net/bugs/44169
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 275100] Re: canberra-gtk-play crashed with SIGSEGV in malloc()

2008-10-11 Thread fabrice_sp
It happens the same to me than Emanuele Pane: old login sound, when until now, 
I had the new one.
And crash after that

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

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


[Bug 250374] Re: Grammatical error in adanaxis package description

2008-10-11 Thread Nick Ellery
** Changed in: adanaxisgpl (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
Grammatical error in adanaxis package description
https://bugs.launchpad.net/bugs/250374
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 164697] Re: Compiz Fusion lack support for laptop buttons

2008-10-11 Thread Evgeny Kuznetsov
I'm happy to say that, at least for my model of laptop, the name of the
key in question changed in Intrepid, and now (in Intrepid Beta) this bug
is no longer relevant. In Hardy it still is, though, so I think this bug
is to remain open until the fix is backported to the current LTS.

-- 
Compiz Fusion lack support for laptop buttons
https://bugs.launchpad.net/bugs/164697
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281588] Re: package rarian-compat 0.8.1-1ubuntu1 failed to install/upgrade:

2008-10-11 Thread Evgeny Kuznetsov
*** This bug is a duplicate of bug 281058 ***
https://bugs.launchpad.net/bugs/281058

** This bug has been marked a duplicate of bug 281058
   rarian and update-manager failed to update

-- 
package rarian-compat 0.8.1-1ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/281588
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 262843] Re: [2.6.27-2.3] (sometimes temporary ?!) system deadlock with io_schedule

2008-10-11 Thread Kees Cook
This bug hasn't hit me since -5, but geser mentioned he is still having
problems.

** Changed in: linux (Ubuntu)
   Status: Triaged = Confirmed

-- 
[2.6.27-2.3] (sometimes temporary ?!) system deadlock with io_schedule 
https://bugs.launchpad.net/bugs/262843
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281596] [NEW] [Intrepid] laptop fun runs at highest speed after resuming from suspend

2008-10-11 Thread Khorne
Public bug reported:

Binary package hint: acpi

laptop fun runs at highest speed after resuming from suspend. Latest Intrepid 
(beta) on kernel 2.6.27-7.10-generic
acpi ver: 1.1-1ubuntu1

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

-- 
[Intrepid] laptop fun runs at highest speed after resuming from suspend
https://bugs.launchpad.net/bugs/281596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281595] [NEW] Crazzy display inside window at application startup

2008-10-11 Thread kris969
Public bug reported:

I'm testing the 8.10 version, actually in beta version, on a DELL D610 laptop.
Quite often, when I launch an application (such as Firefox, Thundirbird, 
OpenOffice, ...), I ca see in the main window application some zebra/crazzy 
display for something less than one second. After this time everything come 
back in a normal world. It was not so easy to get a snapshot, but I get finally 
one with Firefox (see attached file).

It's not really an heavy problem, cause it works anyway, but it's rather a 
problem of quality perception other there.
To get the better impact for Unbuntu progression other the world, I think it's 
important to try to fix this one prior to the release delivery.

Of course you can ask me more detail if needed concerning my hardware or
anything else.

Kris

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Crazzy display inside window at application startup
https://bugs.launchpad.net/bugs/281595
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281595] Re: Crazzy display inside window at application startup

2008-10-11 Thread kris969

** Attachment added: Capture-Accueil - Planet Ubuntu Francophone - Mozilla 
Firefox-1.png
   
http://launchpadlibrarian.net/18433412/Capture-Accueil%20-%20Planet%20Ubuntu%20Francophone%20-%20Mozilla%20Firefox-1.png

-- 
Crazzy display inside window at application startup
https://bugs.launchpad.net/bugs/281595
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281058] Re: rarian and update-manager failed to update

2008-10-11 Thread Evgeny Kuznetsov
I confirm that rarian-compat fails to get installed during the upgrade
process. However, by removing rarian-compat package and installing
scrollkeeper instead (the seem to be interchangeable) I was able to
finish the upgrade process and get the working installation if Intrepid.
The problem is, ubuntu-desktop depends on rarian-compat and refuses to
have scrollkeeper instead, so one has to watch out: removing ubuntu-
desktop during upgrade can blow the system completely.

Once the upgrade process is finished, rarian-compat (and ubuntu-desktop)
can be installed without any problems.

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

-- 
rarian and update-manager failed to update
https://bugs.launchpad.net/bugs/281058
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281058] Re: rarian and update-manager failed to update

2008-10-11 Thread Evgeny Kuznetsov
And yes, amd64 architecture is affected as well.

-- 
rarian and update-manager failed to update
https://bugs.launchpad.net/bugs/281058
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 152781] Re: Curl should depend on ca-certificates

2008-10-11 Thread Nick Ellery

** Attachment added: curl_7.18.2-1ubuntu4.debdiff
   http://launchpadlibrarian.net/18433431/curl_7.18.2-1ubuntu4.debdiff

** Changed in: curl (Ubuntu)
   Importance: Undecided = Low
   Status: New = Confirmed

-- 
Curl should depend on ca-certificates
https://bugs.launchpad.net/bugs/152781
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281519] Re: display corruption with nvidia driver

2008-10-11 Thread Alberto Milone
Does nvidia-glx-173 work well for you?

-- 
display corruption with nvidia driver
https://bugs.launchpad.net/bugs/281519
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274278] Re: DRM Breaks Resume from Suspend

2008-10-11 Thread Olivier Cortès
The bug doesn't seem to be related to drm, at least on my machine :

- I switched to console, stopped gdm (and thus X) and unloaded drm kernel 
module.
- echo 1  /sys/power/pm_trace ; /etc/acpi/sleep.sh force
- machine suspended successfully
- on resume, hard drive led blincked a few times, but console screen never 
appeared, caps lock didn't work, nor SysRQ…

this happens on -6 intrepid kernel, -7 is currently downloading. I will test 
with it and post a new comment here.
I don't think recompiling a kernel will help me, as I can't get any output from 
the kernel anyway when it crashes… 

** Description changed:

- Kernel version 2.6.27-4, having the drm module loaded results in suspend
+ Kernel version 2.6.27-4, having the drm module loaded results in resume
  (90% of the time) not returning from suspend.  Going into Xorg.conf and
  disabling acceleration is not enough on its own to prevent the hang, you
  have to ensure the drm module itself is not loaded, even if it is not in
  use.  This bug can be confirmed for all versions of the Intrepid kernels
  (my hardware only runs on intrepid) with the exception of the linux-rt
  kernel, which suspends prefectly with DRM.  The crash happens after X is
  brought back up and tasks are being resumed.  The mouse cursor is
  displayed but cannot be moved, the machine is entirely non-responsive to
  everything.  This is not just hung video, the kernel is completely down.
  
  No kernel oops is displayed.  Log files only show a successful suspend
  and then the eventual boot after the cold restart.  Occasionally
  (depending on how quickly tasks resume I guess) some of the post resume
  scripts get to run.  I added touch commands to each of them so I could
  trace them and it gets through a semi-random number of them each time.
  Occasionally it will even get through all of them before the hard lock.
  The hard lock does not itself seem to be in pm-utils and its scripts,
  but rather inside drm in some sort.
  
  System Specs:
  Thinkpad T500
  Intel Core 2 Duo @ 2.4GHz
  3GB RAM
  Intel X4500HD integrated video using i915.ko
  
  running latest intrepid as of Sep 25.

-- 
DRM Breaks Resume from Suspend
https://bugs.launchpad.net/bugs/274278
You received this bug notification because you are a member of 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 260675] Re: [intrepid] Wacom Xorg module is incompatible with the kernel module shipped in kernel packages.

2008-10-11 Thread Alexia Death
On Sat, Oct 11, 2008 at 9:19 AM, Michael Chang [EMAIL PROTECTED]
wrote:

 I do recall there was one other issue where any X application that
 started up when X was configured for a tablet but a tablet was not
 plugged in caused warnings (usually three) to be emitted to the console.
 I think this was back around dapper, or so. There were a great deal of
 false bug reports about that.

This does not happen when HAL is used for auto detection. It DOES happen
with static conf in place in X if there is no tablet.


 While auto-detection is ideal for most (if not all) hardware, I suspect
 doing it correctly for wacom tablets in such a way that it doesn't
 negatively affect users who have never heard of a tablet, let alone seen
 one, will take some time and work. I suspect that some restructuring of
 both the driver and the X input infrastructure would be required.

The presence of the FDI file does not influence a user that does not have
tablet in any way. Impact is even less than having the sample conf section
in X conf or any other section. It only influences people who HAVE and
hotplug tablets and only in a positive way.


 Anyway, to answer your question, good locations to start would probably
 be in Launchpad Questions, or in a separate bug report, depending on
 your level of knowledge and expertise.

There must be a discussion about it somewhere already...

--Alexia

-- 
[intrepid] Wacom Xorg module is incompatible with the kernel module shipped in 
kernel packages.
https://bugs.launchpad.net/bugs/260675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209371] Re: Nvidia gf4600 bug?

2008-10-11 Thread Alberto Milone
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. Can you try with the latest development
release of Ubuntu?  (ISOs are available from cdimage.ubuntu.com)

If it remains an issue, could you also attach your /var/log/Xorg.0.log
and your /etc/X11/xorg.conf?

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

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

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

[Bug 281597] [NEW] Kubuntu-8.10 intrepid ibex-Beta 1. Linux 2-6-27-7-7generic - not loading but system hanging

2008-10-11 Thread ramadasan7
Public bug reported:

Screen becomes blank and then the cursor appears and hangs.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Kubuntu-8.10 intrepid ibex-Beta 1.  Linux 2-6-27-7-7generic - not loading but 
system hanging
https://bugs.launchpad.net/bugs/281597
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 275359] Re: kernel BUG at /build/buildd/linux-2.6.27/drivers/net/wireless/iwlwifi/iwl-tx.c:1198 and subsequent panic

2008-10-11 Thread Roger E Critchlow Jr
This bug doesn't turn up when searching for bugs in Intrepid Ibex, even
though it's filed against the Intrepid Ibex kernel.

-- 
kernel BUG at 
/build/buildd/linux-2.6.27/drivers/net/wireless/iwlwifi/iwl-tx.c:1198 and 
subsequent panic
https://bugs.launchpad.net/bugs/275359
You received this bug notification because you are a member of 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 223111] Re: 8.04: Centrino Wifi WEP not working, WPA2 ok

2008-10-11 Thread Sander Jonkers
It's my experience with 2.6.27-4-generic that 1) wifi works with WEP, but 2)
Ubuntu does not remember the WEP key: on all (two) WEP networks I connect
to, I have to type the WEP each time after logon, whereas WPA networks
passwords are remembered.



On Fri, Oct 10, 2008 at 10:16 PM, Ralph Janke [EMAIL PROTECTED] wrote:

 The Intrepid Ibex 8.10 Beta release was most recently announced -
 http://www.ubuntu.com/testing/intrepid/beta .  It contains the 2.6.27
 Ubuntu kernel.  It would be great if you could test and verify if this
 is still an issue.  The status is being set to Incomplete until we
 receive further feedback.  Thanks.

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

 --
 8.04: Centrino Wifi WEP not working, WPA2 ok
 https://bugs.launchpad.net/bugs/223111
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
8.04: Centrino Wifi WEP not working, WPA2 ok
https://bugs.launchpad.net/bugs/223111
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 221409] Re: Ubuntu Browse Multiple Files dialog does not recognize capital / uppercase JPG as image

2008-10-11 Thread Brent Newland
It works on any site that limits you to uploading images.

To test: create a new directory, fill it with ten images. Make SURE the
file extension is .JPG (all upercase letters). Go to imagebam.com (you
have to sign up for a new account or login) then choose the Multi-upload
option. If you are affected, you will not see any images.

I'm running the latest 8.04 with latest firefox and all updates. Running
Gnome and Nautilus (also OpenBox, but same thing). Just tested and same
problem, also does it for capitalized PNG extensions (and presumably
others).

I tried to test in Opera, but no flash in my opera yet (so I can't
access the upload dialog).

Also happens at Myspace.com when you upload a pic to your profile.

I so far can only find flash uploads that have the image extensions for
upload enabled.

I also have Flash 10 beta(alpha?).

I do not believe they are related though, because file upload dialog is
exclusively through the OS and is not dependent on a website (letting a
website directly access your files would be a big security risk).

-- 
Ubuntu Browse Multiple Files dialog does not recognize capital / uppercase JPG 
as image
https://bugs.launchpad.net/bugs/221409
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281548] Re: no NVIDIA on Intrepid beta

2008-10-11 Thread Alberto Milone
As you can see in the following link, your card (GeForce4 MX 4000) is not 
supported by either nvidia-glx-177 or nvidia-glx-177:
http://us.download.nvidia.com/XFree86/Linux-x86/173.14.12/README/appendix-a.html

The right driver for your card would be nvidia-glx-96, however (currently) it 
doesn't work in Ubuntu Intrepid:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-96/+bug/251107

** Changed in: xserver-xorg-video-nv (Ubuntu)
   Status: Incomplete = Invalid

-- 
no NVIDIA on Intrepid beta
https://bugs.launchpad.net/bugs/281548
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281444] Re: jockey-gtk crashed with SystemError in markInstall()

2008-10-11 Thread Alberto Milone
This problem happened because you tried to install ATI's proprietary driver 
which (currently) can't be installed in Ubuntu Intrepid. See this bug report:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/247376

-- 
jockey-gtk crashed with SystemError in markInstall()
https://bugs.launchpad.net/bugs/281444
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


AW: [Bug 281432] Re: keyboard and mouse stopped working on a hp6510b

2008-10-11 Thread Christoph Burgdorf
Ist on intrepid. As I read in the ubuntu forums the latest updates
accidentally uninstalled many important packages...like x-org-input-all
(not sure if that's the correct name). I guess that's the problem. Im
trying to connect at the command line in order to update my system
manually.

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Wouter Stomp
Gesendet: Samstag, 11. Oktober 2008 02:22
An: Christoph Burgdorf
Betreff: [Bug 281432] Re: keyboard and mouse stopped working on a hp6510b

Is this on intrepid or an earlier ubuntu version?

** Tags added: regression-potential

-- 
keyboard and mouse stopped working on a hp6510b
https://bugs.launchpad.net/bugs/281432
You received this bug notification because you are a direct subscriber
of the bug.

Status in Ubuntu: New

Bug description:
After the latest updates my keyboard and mouse stopped working at the login 
window. I cant type or move the mouse at all..the only thing I can do is 
switching the terminals with ALT + FunctionKey and when I move to a different 
terminal so, I can type and login without any trouble but if I switch bag to 
terminal 7 (graphical terminal) I can't type or move the mouse at all.

-- 
keyboard and mouse stopped working on a hp6510b
https://bugs.launchpad.net/bugs/281432
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 281475] Re: OpenAL Soft may trigger a hang and require PulseAudio restart, using ALSA for output and the pulse plugin.

2008-10-11 Thread NY00123
** Reproduced on Ubuntu 8.10 beta.

-- 
OpenAL Soft may trigger a hang and require PulseAudio restart, using ALSA for 
output and the pulse plugin.
https://bugs.launchpad.net/bugs/281475
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


回复:[Bug 281438] Re: I'm sorry,I didn't notice the crash until the dialogbox informed me

2008-10-11 Thread [EMAIL PROTECTED]
*** This bug is a duplicate of bug 269651 ***
https://bugs.launchpad.net/bugs/269651

No problem, I understand very well
 
-- 原始邮件 --
发件人: Apport retracing service[EMAIL PROTECTED];
发送时间: 2008年10月11日(星期六) 凌晨5:40
收件人: 214487252[EMAIL PROTECTED]; 

主题: [Bug 281438] Re: I'm sorry,I didn't notice the crash until the
dialogbox informed me

 
  *** This bug is a duplicate of bug 269651 ***
https://bugs.launchpad.net/bugs/269651

** Tags removed: need-i386-retrace

** Attachment removed: ProcStatus.txt

   http://launchpadlibrarian.net/18419063/ProcStatus.txt

** Attachment removed: CoreDump.gz

   http://launchpadlibrarian.net/18419059/CoreDump.gz

** Attachment removed: Dependencies.txt

   http://launchpadlibrarian.net/18419060/Dependencies.txt

** Attachment removed: Registers.txt

   http://launchpadlibrarian.net/18419064/Registers.txt

** Attachment removed: Stacktrace.txt

   http://launchpadlibrarian.net/18419065/Stacktrace.txt

** Attachment removed: ProcMaps.txt

   http://launchpadlibrarian.net/18419062/ProcMaps.txt

** Attachment removed: Disassembly.txt

   http://launchpadlibrarian.net/18419061/Disassembly.txt

** Attachment removed: ThreadStacktrace.txt

   http://launchpadlibrarian.net/18419066/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 269651
   console-kit-daemon crashed with SIGSEGV in g_str_hash()

-- 
I'm sorry, I didn't notice the crash until the dialogbox informed me
https://bugs.launchpad.net/bugs/281438
You received this bug notification because you are a direct subscriber
of a duplicate bug (via bug 269651).

Status in Ubuntu: New

Bug description:
I was just installing some additional applications, one or two plugins for the 
firefox and the Java6 runtime, the filezilla and so on. After the installations 
were completed, the dialog box appears, that an application has crashed.

ProblemType: Crash
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/sbin/console-kit-daemon
Package: consolekit 0.2.10-1ubuntu7
ProcAttrCurrent: unconfined
ProcCmdline: /usr/sbin/console-kit-daemon
ProcEnviron:
 
Signal: 11
SourcePackage: consolekit
StacktraceTop:
 g_str_hash () from /usr/lib/libglib-2.0.so.0
 ?? () from /usr/lib/libglib-2.0.so.0
 ?? ()
 ?? ()
 ?? ()
Title: console-kit-daemon crashed with SIGSEGV in g_str_hash()
Uname: Linux 2.6.27-6-generic i686
UserGroups:

-- 
I'm sorry, I didn't notice the crash until the dialogbox informed me
https://bugs.launchpad.net/bugs/281438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 280610] Re: What's This (help) box has garbage border

2008-10-11 Thread Bug Watch Updater
** Changed in: kdelibs
   Status: Unknown = New

-- 
What's This (help) box has garbage border
https://bugs.launchpad.net/bugs/280610
You received this bug notification because you are a member of 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 275440] Re: -8.04.1-desktop-i386 gnome fails to start

2008-10-11 Thread sabby kato
IanW wrote:
 Silly questions, perhaps,
 But you're sure the MD5 hash is correct?
 And the CD burns weren't corrupted?
 
 Those are the most likely causes, and do trip up experts from time to time.
 This does *not* imply that this isn't a valid bug - just that we want to rule 
 out the most common issues first.
 
I received a DVD attached to a book called Ubuntu World published by
IDG Japan.  The DVD includes Ubuntu 8.04, Kubuntu 8.04 and Xubuntu,
all for x86 and Japanese localised.

Now I concentrate in MSI K9AGM board equipped with ATI RS485/SB600
with Athlon64 3800+ and the display BENQ FP93G.  This is my main
machine.  Kubuntu is working well on this setting and I have no
complaint but nevertheless I have to use Ubuntu 8.04 because I have
forced my wife to use Ubuntu 7.04 on her machine and that should be 
upgraded to Ubuntu 8.04 to minimise changes. Changes are not liked
by women.  And I have to use the same OS to show that we are in hands of 
exactly the same devil.

OK, I tried Ubuntu on the DVD and the same symptom.
It asks me to log in repeatedly and I must switch off the power.
I tried Kubuntu on the same DVD and it works, works bloody well!

I tried an old display just in case, as I noticed the display
saying no signal inbetween processes. The symptom remained the same.

If you have any question or any suggestion to try, I am prepared.

Many thanks
Sabby

-- 
-8.04.1-desktop-i386 gnome fails to start
https://bugs.launchpad.net/bugs/275440
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 267217] Re: Compiz segmentation faults after Intrepid update

2008-10-11 Thread Ahmed El-Mahmoudy
I just tried the live beta DVD, and compiz worked with the nvidia-173
driver.

-- 
Compiz segmentation faults after Intrepid update
https://bugs.launchpad.net/bugs/267217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 238755] Re: 'Account has expired' message when adding a new user, after passwd -l root

2008-10-11 Thread Sarah Hobbs
** Changed in: shadow (Ubuntu Hardy)
   Importance: Undecided = High
   Status: New = Triaged

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

-- 
'Account has expired' message when adding a new user, after passwd -l root
https://bugs.launchpad.net/bugs/238755
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281601] [NEW] GNOME network manager translates LEAPacronym as 'SALTO' into Spanish

2008-10-11 Thread Carlos Perelló Marín
Public bug reported:

Binary package hint: language-pack-gnome-es-base

Acronyms must not be translated at all, unless you use another acronym
in the target translation. In this case, there is a literal translation
that makes imposible to understand what that option is for...

I would leave it as LEAP

** Affects: language-pack-gnome-es-base (Ubuntu)
 Importance: Undecided
 Assignee: Ubuntu Spanish Translators (ubuntu-l10n-es)
 Status: New

-- 
GNOME network manager translates LEAPacronym as 'SALTO' into Spanish
https://bugs.launchpad.net/bugs/281601
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281600] [NEW] xawtv crash on intrepid since last update

2008-10-11 Thread zniavre
Public bug reported:

Binary package hint: xawtv

hello,

[EMAIL PROTECTED]:~/Bureau$ xawtv
This is xawtv-3.95.dfsg.1, running on Linux/i686 (2.6.27-7-generic)
xinerama 0: 1600x1200+0+0
WARNING: No DGA direct video mode for this display.
/dev/video0 [v4l2]: no overlay support
v4l-conf had some trouble, trying to continue anyway
Warning: Cannot convert string -*-ledfixed-medium-r-*--39-*-*-*-c-*-*-* to 
type FontStruct
ioctl: VIDIOC_REQBUFS(count=0;type=VIDEO_CAPTURE;memory=MMAP): Périphérique ou 
ressource occupé
ioctl: VIDIOC_REQBUFS(count=2;type=VIDEO_CAPTURE;memory=MMAP): Périphérique ou 
ressource occupé
libv4l2: error dequeuing buf: Argument invalide
ioctl: VIDIOC_DQBUF(index=0;type=VIDEO_CAPTURE;bytesused=0;flags=0x0 
[];field=ANY;;timecode.type=0;timecode.flags=0;timecode.frames=0;timecode.seconds=0;timecode.minutes=0;timecode.hours=0;timecode.userbits=;sequence=0;memory=MMAP):
 Argument invalide
ioctl: 
VIDIOC_S_FMT(type=VIDEO_CAPTURE;fmt.pix.width=320;fmt.pix.height=240;fmt.pix.pixelformat=0x33524742
 
[BGR3];fmt.pix.field=ANY;fmt.pix.bytesperline=960;fmt.pix.sizeimage=230400;fmt.pix.colorspace=unknown;fmt.pix.priv=0)Erreur
 de segmentation (core dumped)


since last update of xawtv i can only hear sound but the display stays black 
(no motion pticture at all)


i do not know what to report more than the traceback if you ll need more please 
ask me

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

-- 
xawtv crash on intrepid since last update
https://bugs.launchpad.net/bugs/281600
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 281600] Re: xawtv crash on intrepid since last update

2008-10-11 Thread zniavre
sorry for second comment but xawtv -nodga gave same behaviour 

[EMAIL PROTECTED]:~/Bureau$ xawtv -nodga
This is xawtv-3.95.dfsg.1, running on Linux/i686 (2.6.27-7-generic)
xinerama 0: 1600x1200+0+0
WARNING: No DGA direct video mode for this display.
/dev/video0 [v4l2]: no overlay support
v4l-conf had some trouble, trying to continue anyway
Warning: Cannot convert string -*-ledfixed-medium-r-*--39-*-*-*-c-*-*-* to 
type FontStruct
ioctl: VIDIOC_REQBUFS(count=0;type=VIDEO_CAPTURE;memory=MMAP): Périphérique ou 
ressource occupé
ioctl: VIDIOC_REQBUFS(count=2;type=VIDEO_CAPTURE;memory=MMAP): Périphérique ou 
ressource occupé
libv4l2: error dequeuing buf: Argument invalide
ioctl: VIDIOC_DQBUF(index=0;type=VIDEO_CAPTURE;bytesused=0;flags=0x0 
[];field=ANY;;timecode.type=0;timecode.flags=0;timecode.frames=0;timecode.seconds=0;timecode.minutes=0;timecode.hours=0;timecode.userbits=;sequence=0;memory=MMAP):
 Argument invalide
ioctl: 
VIDIOC_S_FMT(type=VIDEO_CAPTURE;fmt.pix.width=320;fmt.pix.height=240;fmt.pix.pixelformat=0x33524742
 
[BGR3];fmt.pix.field=ANY;fmt.pix.bytesperline=960;fmt.pix.sizeimage=230400;fmt.pix.colorspace=unknown;fmt.pix.priv=0)Erreur
 de segmentation (core dumped)


adding this causes this option is usally used to make xawtv running on
nvidia hardware

-- 
xawtv crash on intrepid since last update
https://bugs.launchpad.net/bugs/281600
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 281600] Re: xawtv crash on intrepid since last update

2008-10-11 Thread zniavre
sorry for second comment but xawtv -nodga gave same behaviour 

[EMAIL PROTECTED]:~/Bureau$ xawtv -nodga
This is xawtv-3.95.dfsg.1, running on Linux/i686 (2.6.27-7-generic)
xinerama 0: 1600x1200+0+0
WARNING: No DGA direct video mode for this display.
/dev/video0 [v4l2]: no overlay support
v4l-conf had some trouble, trying to continue anyway
Warning: Cannot convert string -*-ledfixed-medium-r-*--39-*-*-*-c-*-*-* to 
type FontStruct
ioctl: VIDIOC_REQBUFS(count=0;type=VIDEO_CAPTURE;memory=MMAP): Périphérique ou 
ressource occupé
ioctl: VIDIOC_REQBUFS(count=2;type=VIDEO_CAPTURE;memory=MMAP): Périphérique ou 
ressource occupé
libv4l2: error dequeuing buf: Argument invalide
ioctl: VIDIOC_DQBUF(index=0;type=VIDEO_CAPTURE;bytesused=0;flags=0x0 
[];field=ANY;;timecode.type=0;timecode.flags=0;timecode.frames=0;timecode.seconds=0;timecode.minutes=0;timecode.hours=0;timecode.userbits=;sequence=0;memory=MMAP):
 Argument invalide
ioctl: 
VIDIOC_S_FMT(type=VIDEO_CAPTURE;fmt.pix.width=320;fmt.pix.height=240;fmt.pix.pixelformat=0x33524742
 
[BGR3];fmt.pix.field=ANY;fmt.pix.bytesperline=960;fmt.pix.sizeimage=230400;fmt.pix.colorspace=unknown;fmt.pix.priv=0)Erreur
 de segmentation (core dumped)


adding this causes this option is usally used to make xawtv running on
nvidia hardware

-- 
xawtv crash on intrepid since last update
https://bugs.launchpad.net/bugs/281600
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 274105] Re: no sounds but for the login screen (splash screen)

2008-10-11 Thread James Dupin
problem solved apparently.

Sound is ok at login. 
the ubuntu login sound is played correctly.

-- 
no sounds but for the login screen (splash screen)
https://bugs.launchpad.net/bugs/274105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 248297] Re: [Nvidia] GLX is not working after libxcb update

2008-10-11 Thread İsmail Dönmez
This is now resolved for me, thanks!

-- 
[Nvidia] GLX is not working after libxcb update
https://bugs.launchpad.net/bugs/248297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 236511] Re: Brightness control don't work on Amilo Li 2732

2008-10-11 Thread a_
HI Leann Ogasawara, 
thanks for you help.

I am now on Ubuntu 8.10 Intrepid Ibex Beta (Released October 2nd,
2008) liveCD, so the tests refers on that system.

setting the brightness via System-Preferences-Power Management works very 
well. At this point I think it is a problem with the Fn keys of the notebook 
and not a problem with the brightness control per se. There is a think I did 
not mention before (sorry): when I unplug the power line, and I go by battery, 
the brightness lower. 
So I assume is a Fn issue.
The point is that in Ubuntu 7 there were no problem with the Fn keys so I 
thought it would be a simple issue!

I have done the test to see what model I own:
sudo dmidecode -s system-manufacturer
sudo dmidecode -s system-product-name
sudo dmidecode -s system-version

and here is the answer:
FUJITSU SIEMENS
AMILO Li 2732  
20 

if I press the Fn+F8 and Fn+F9 buttons, which should control the
brightness, I got this output from dmesg. (full dmesg log added as
attachment)

[ 1427.356178] atkbd.c: Unknown key pressed (translated set 2, code 0xd9 on 
isa0060/serio0).
[ 1427.356194] atkbd.c: Use 'setkeycodes e059 keycode' to make it known.
[ 1427.366413] atkbd.c: Unknown key released (translated set 2, code 0xd9 on 
isa0060/serio0).
[ 1427.366426] atkbd.c: Use 'setkeycodes e059 keycode' to make it known.
[ 1446.594415] atkbd.c: Unknown key pressed (translated set 2, code 0xd9 on 
isa0060/serio0).
[ 1446.594433] atkbd.c: Use 'setkeycodes e059 keycode' to make it known.
[ 1446.603345] atkbd.c: Unknown key released (translated set 2, code 0xd9 on 
isa0060/serio0).
[ 1446.603359] atkbd.c: Use 'setkeycodes e059 keycode' to make it known.


** Attachment added: dmesg.txt
   http://launchpadlibrarian.net/18433702/dmesg.txt

-- 
Brightness control don't work on Amilo Li 2732
https://bugs.launchpad.net/bugs/236511
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281602] [NEW] Bad translation of 'GSM Network'

2008-10-11 Thread Carlos Perelló Marín
Public bug reported:

Binary package hint: language-pack-gnome-es-base

GSM Network of nm-applet has a typo and instead of being translated as
«Redes GSM» it's translated as «Rede GSM», it appears every time you
click over the GNOME network-manager applet so it's quite visible.

** Affects: language-pack-gnome-es-base (Ubuntu)
 Importance: Undecided
 Assignee: Ubuntu Spanish Translators (ubuntu-l10n-es)
 Status: New

** Changed in: language-pack-gnome-es-base (Ubuntu)
 Assignee: (unassigned) = Ubuntu Spanish Translators (ubuntu-l10n-es)

-- 
Bad translation of 'GSM Network'
https://bugs.launchpad.net/bugs/281602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 281601] Re: GNOME network manager translates LEAPacronym as 'SALTO' into Spanish

2008-10-11 Thread Carlos Perelló Marín
** Changed in: language-pack-gnome-es-base (Ubuntu)
 Assignee: (unassigned) = Ubuntu Spanish Translators (ubuntu-l10n-es)

-- 
GNOME network manager translates LEAPacronym as 'SALTO' into Spanish
https://bugs.launchpad.net/bugs/281601
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 151197] Re: GDM, KDM, GNOME, etc. all use wrong resolution for sizing with external monitor attached

2008-10-11 Thread Dmitri Nikulin
Sorry, I was waiting to get a chance to try again, but the time never
came. The last time I used that machine with an external monitor, on the
Hardy branch just before its release, it sort of worked, but I still
had to xrandr the laptop panel off in order to get the full resolution
on the external monitor. It's not a big deal now and I suppose the
problem was limited to Radeons on laptops not covered by fglrx.

-- 
GDM, KDM, GNOME, etc. all use wrong resolution for sizing with external monitor 
attached
https://bugs.launchpad.net/bugs/151197
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263555] Re: [intrepid] 2.6.27 e1000e driver places Intel ICH8 and ICH9 gigE chipsets at risk

2008-10-11 Thread Simon Sigre
If it helps i am also having this problem aswell; i have included output of 
lshw aswell
//
Linux penfold 2.6.27-6-generic #1 SMP Tue Oct 7 04:15:04 UTC 2008 i686 GNU/Linux

[2.319073] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
[2.319076] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[2.319116] e1000e :00:19.0: PCI INT A - GSI 20 (level, low) - IRQ 20
[2.319126] e1000e :00:19.0: setting latency timer to 64
[2.377161] e1000e :00:19.0: PCI INT A disabled
[2.377199] e1000e: probe of :00:19.0 failed with error -5

*-network UNCLAIMED
 product: 82566DC-2 Gigabit Network Connection
   *-network
  *-network DISABLED
\\

-- 
[intrepid] 2.6.27 e1000e driver places Intel ICH8 and ICH9 gigE chipsets at risk
https://bugs.launchpad.net/bugs/263555
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 248297] Re: [Nvidia] GLX is not working after libxcb update

2008-10-11 Thread Alberto Milone
** Changed in: xorg-server (Ubuntu)
   Status: Incomplete = Fix Released

-- 
[Nvidia] GLX is not working after libxcb update
https://bugs.launchpad.net/bugs/248297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 58971] Re: infinite loop in gnome-cups-icon

2008-10-11 Thread Bug Watch Updater
*** This bug is a duplicate of bug 45406 ***
https://bugs.launchpad.net/bugs/45406

** Changed in: gnome-cups-manager
   Status: New = Fix Released

-- 
infinite loop in gnome-cups-icon
https://bugs.launchpad.net/bugs/58971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281603] [NEW] keyboard and mouse not working in kde

2008-10-11 Thread Paddlaren
Public bug reported:

Installed the Kubuntu 8.10 beta yesterday and things worked fine. Made a
complete update in apdet and now the mouse and keyborad does not work.
This is an older laptop that has been working with kubuntu since 5.04 or
so.

The kde-4 kdm loginscreen shows up though mousecursor in the middle and
no keyboard response. alt-ctrl-1 workes fine.

In the /var/log/Xorg.0.log I have found the message that module evdev is
not found and it looks like this is needed for mouse and keyboard.

The computer does not hang.


After manually installing the package xserver-xorg-input-evdev and restarted 
the kdm things started to work, however the touchpad does still not  work.
The touchpad works fine after installing xserver-xorg-input-synaptics.

It seems to me that some meta package lacks dependencies or that some
cleaning has been done that makes a bit older computers stop working.


lsb_release -rd reports:
Description: Ubuntu intrepid (development branch)
Release:  8.10
I am running kubuntu.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
keyboard and mouse not working in kde
https://bugs.launchpad.net/bugs/281603
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 276826] Re: Multi session disk - Progress meter in systray

2008-10-11 Thread Ganesh Kudva
Hi Pedro,

Thanks for your reply.  I checked in Intrepid Ibex, the bug seems to
exists here too.  See the screen shot attached.

best regards
Ganesh

** Attachment added: Brasero - Progress indicator in systray_Intrepid.png
   
http://launchpadlibrarian.net/18433991/Brasero%20-%20Progress%20indicator%20in%20systray_Intrepid.png

-- 
Multi session disk - Progress meter in systray
https://bugs.launchpad.net/bugs/276826
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274105] Re: no sounds but for the login screen (splash screen)

2008-10-11 Thread Thomas Pifer
This is due to bug 274124 being fixed.  (This bug seems to be a
duplicate of it)

-- 
no sounds but for the login screen (splash screen)
https://bugs.launchpad.net/bugs/274105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 270377] Re: content of window do not redraw automatically (intrepid)

2008-10-11 Thread James Dupin
after yesterday's updates, the problem is back when compiz is activated.

-- 
content of window do not redraw automatically (intrepid)
https://bugs.launchpad.net/bugs/270377
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239386] Re: package popfile 1.0.0-0ubuntu2 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2008-10-11 Thread thingymebob
I had to manually remove the popfile.pid in /var/run/popfile to be be able to 
reinstall. (Hardy using 1.0.0-0ubuntu2)
reinstall didn't solve my problem though so looking for solutions elsewhere / 
waiting for Intrepid release / popfile backport

-- 
package popfile 1.0.0-0ubuntu2 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/239386
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 221633] Re: 3945ABG wireless card dosen not work with 8.04

2008-10-11 Thread 8200
Two days ago I tested a few thing (ndiswrapper, wicd, iwl3945 options, 
hardy-backports etc.) many hours late at night and I even found a solution 
which works sometimes (before that it NEVER works):
There must be a bug with network-manager - try wicd instead and your wireless 
will work better.


But todady I switched to debian 5.0 beta and here I only got to copy one file 
(iwlwifi-3945-1.ucode) to /lib/firmware, also installed wicd and it just runs 
smooth 8-)

-- 
3945ABG wireless card dosen not work with 8.04 
https://bugs.launchpad.net/bugs/221633
You received this bug notification because you are a member of 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   >