[Bug 246578] Re: using net ads join with -S breaks if given the long domain name

2008-08-18 Thread Steve Langasek
Thank you for taking the time to report this issue and help to improve
Ubuntu.

According to the documentation, the argument to net ads join -S is a
server name, not a realm or domain name.  Does this work if you specify
net ads join -w STAFF.GCD.IE instead?

If it works with -w, then I don't think there is a bug here.

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

-- 
using net ads join with -S breaks if given the long domain name 
https://bugs.launchpad.net/bugs/246578
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 259006] [NEW] php5 and libtool 2.2 cause some PHP related packages to FTBFS

2008-08-18 Thread Luca Falavigna
Public bug reported:

Binary package hint: php5

php5 and libtool 2.2 cause some PHP related packages to FTBFS.

php-imap, for instance:
cd build-php5  ./configure --build=i486-linux-gnu --host=i486-linux-gnu \
--prefix=/usr \
--with-php-config=/usr/bin/php-config5 \
--disable-rpath \
--disable-static \
--with-imap=shared,/usr \
--with-kerberos=/usr \
--with-imap-ssl PHP_OPENSSL=yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
./configure: line 1850: LT_AC_PROG_SED: command not found
checking for i486-linux-gnu-gcc... i486-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i486-linux-gnu-gcc accepts -g... yes
checking for i486-linux-gnu-gcc option to accept ISO C89... none needed
checking whether i486-linux-gnu-gcc and cc understand -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i486-pc-linux-gnu
checking host system type... i486-pc-linux-gnu
checking target system type... i486-pc-linux-gnu
./configure: line 3347: s/.*//: No such file or directory
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main 
-I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext 
-I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
checking for PHP extension directory... /usr/lib/php5/20060613+lfs
checking for PHP installed headers prefix... /usr/include/php5
checking for re2c... no
configure: WARNING: You will need re2c 0.12.0 or later if you want to 
regenerate PHP parsers.
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking for IMAP support... ./configure: line 3586: s/^shared,//: No such file 
or directory
yes, shared
checking for IMAP Kerberos support... /usr
checking for IMAP SSL support... yes
checking how to run the C preprocessor... i486-linux-gnu-gcc -E
checking for utf8_mime2text signature... new
checking for U8T_CANONICAL... yes
checking for pam_start in -lpam... yes
checking for crypt in -lcrypt... yes
./configure: line 4937: s/[^a-zA-Z0-9]/_/g: No such file or directory
checking for krb5-config... /usr/bin/krb5-config
checking for pkg-config... no
checking for OpenSSL version... = 0.9.6
checking for CRYPTO_free in -lcrypto... yes
checking for SSL_CTX_set_ssl_version in -lssl... yes
checking whether build with IMAP works... yes
./configure: line 6401: AC_PROG_LIBTOOL: command not found
configure: creating ./config.status
config.status: error: cannot find input file: config.h.in
make: *** [configure-php5-stamp] Error 1
dpkg-buildpackage: failure: debian/rules build gave error exit status 2

** Affects: php5 (Ubuntu)
 Importance: High
 Status: Confirmed

** Changed in: php5 (Ubuntu)
   Importance: Undecided = High

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

-- 
php5 and libtool 2.2 cause some PHP related packages to FTBFS
https://bugs.launchpad.net/bugs/259006
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 239947] Re: HAL crashes with generated smb.conf

2008-08-18 Thread Daniel Fett
Indeed, winbind is installed and running. I'm not sure why it is
installed, but it is.

-- 
HAL crashes with generated smb.conf
https://bugs.launchpad.net/bugs/239947
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 120375] Re: cannot boot raid1 with only one disk

2008-08-18 Thread Dustin Kirkland
The attached patch adds a debconf question, prompting the user as to the
desired behavior on a newly degraded RAID...

To boot, or not to boot, that is the question.

The priority is currently set to medium, with the default being
BOOT_DEGRADED=false, which is the conservative/traditional behavior.

Perhaps that priority could be raised to high, such that the user would
actually be prompted with this question in the installer.  I leave that
for another discussion, and another bug, please.

:-Dustin

** Attachment added: mdadm.boot_degraded_debconf.debdiff
   http://launchpadlibrarian.net/16894081/mdadm.boot_degraded_debconf.debdiff

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 120375] Re: cannot boot raid1 with only one disk

2008-08-18 Thread Dustin Kirkland
Updated patch.  Only difference from the previous is that I added a line
to the change log about the debian/po/*.po files changed.

:-Dustin

** Attachment added: mdadm.boot_degraded_debconf.debdiff
   http://launchpadlibrarian.net/16894112/mdadm.boot_degraded_debconf.debdiff

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 165184] Re: amavisd-new + spamassassin: cronjob spams root user

2008-08-18 Thread Matthias Andree
So, I see three options to fix this, which one to use isn't my call to
decide:

1. patch spamassassin package, to make sure sa-learn doesn't complain if
use_bayes is set to 0

2. patch amavisd-new package, to not run sa-learn if use_bayes is set to
0. There should be a way to query SpamAssassin's configuration from a
script - if there is, just use it.

3. add /etc/default/* parameter to disable spamassassin's Bayes
filtering, which would require subsequent changes to amavisd-new (don't
run sa-learn - but beware of remaining cleanups when this option is set
to 0 after some use) and spamassassin (to translate the /etc/default/*
to use_bayes 0).

I personally prefer #2 as the cleanest solution: amavisd-new owns the
offending cronjob, so amavisd-new is the package that also has to deal
with undesired side effects.

-- 
amavisd-new + spamassassin: cronjob spams root user
https://bugs.launchpad.net/bugs/165184
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new 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 165184] Re: amavisd-new + spamassassin: cronjob spams root user

2008-08-18 Thread Scott Kitterman
I'd buy:
 2. patch amavisd-new package, to not run sa-learn if use_bayes is set to
 0. There should be a way to query SpamAssassin's configuration from a
 script - if there is, just use it.

Patches welcome.

-- 
amavisd-new + spamassassin: cronjob spams root user
https://bugs.launchpad.net/bugs/165184
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new 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 247316] Re: winbindd segfaults regularly

2008-08-18 Thread Steve Langasek
Thank you for taking the time to report this issue and help to improve
Ubuntu.

This is the same as the previously-reported bug #244265; I'm therefore
marking this report as a duplicate.

-- 
winbindd segfaults regularly
https://bugs.launchpad.net/bugs/247316
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 259110] [NEW] Samba NT_STATUS_PASSWORD_MUST_CHANGE bug

2008-08-18 Thread John Baker
Public bug reported:

Binary package hint: samba

Using Ubuntu Hardy L.T.S this error comes up when connecting to Samba
with security = user. My setup checks the password with LDAP, our schema
contains no password expiry information and we don't have this trouble
with other versions of Samba.

This note is in the changes section of the release notes for Samba
3.0.31 BUG : Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on
machine account logon.

It appears that this bug came up in samba version 3.0.26a the release
that made it into Hardy Heron.

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

-- 
Samba NT_STATUS_PASSWORD_MUST_CHANGE bug
https://bugs.launchpad.net/bugs/259110
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 120375] Re: cannot boot raid1 with only one disk

2008-08-18 Thread ceg
Dustin, you could have open a separate bug with your debconf patch to
track your work and at the same time keep the comunity updated and able
to give you feedback in a more organized manner.

 the default being BOOT_DEGRADED=false, which is the
conservative/traditional behavior.

Only some may consider this conservative behaviour a broken behavior,
when a system on a redundant array of independent disks will degrade
just fine when running, but won't even come up when booting.

The reason for all this restrictivity with starting arrays comes from
those start up scripts that use(ed) mdadm --assemble --scan to start
arrays. Those run whatever (partially) connected arrays they can get
hold of (in degraded mode).

IMHO the right thing for start up scripts to do is to only start arrays that 
are needed to set up the root device and fstab, and degrade only them after a 
timeout.
(/usr/share/initramfs-tools/hooks/cryptroot contains code to determine devices 
that the root device depends on.)

Hotplugging can start any arrays afterwards, if it is completely
attatched.


The homehost feature is one suboptimal attempt to restrict array assembly. 
Same with the restriction with DEVICE or ARRAY definitions in mdadm.conf. Such 
restrictions add extra configuration burdens and should not be necessary with 
start up scripts that just correctly honor the root device and fstab 
information.

In fact the homehost, and ARRAY restrictions prevent the hotplugging
from beeing any better than manual configuration. Arrays still have to
be configured in mdadm.conf (Bug #252345) .

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 120375] Re: cannot boot raid1 with only one disk

2008-08-18 Thread Dustin Kirkland
This bug is considerably overloaded.

Thus, I have split the mdadm/debconf/boot_degrade bug/patch to:
 * Bug #259127

:-Dustin

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 254151] Re: samba fails to install prperly after unnistall+deleting smb.conf

2008-08-18 Thread Steve Langasek
The smb.conf file is owned by the samba-common package, not by the samba
package (which is only the server components).  To force regeneration of
the smb.conf file, you need to use apt-get remove --purge samba-common.

Closing as invalid, the reasons for not regenerating the config file
whenever it's missing or empty are rooted in the Debian and Ubuntu
policy on config files, and this can't be changed without causing more
problems than it solves.

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

-- 
samba fails to install prperly after unnistall+deleting smb.conf
https://bugs.launchpad.net/bugs/254151
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 120375] Re: cannot boot raid1 with only one disk

2008-08-18 Thread ceg

Wow, Dustin we again wrote or comments almost simultaneously. Thank you for 
separating the issue.

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 226185] Re: update-resolv-conf script does not restore old values

2008-08-18 Thread Cory Albrecht
Sorry for the delay in getting back to you.

Unfortunately, my laptop died shortly after you responded and I have not
been able to resuscitate it. You might as well close this bug and when I
buy a new laptop for Ubuntu I shall attempt to recreate the problem and
resubmit at that point.

Thanks fro trying to help me with this, I appreciate it.

-- 
update-resolv-conf script does not restore old values
https://bugs.launchpad.net/bugs/226185
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 120375] Re: cannot boot raid1 with only one disk

2008-08-18 Thread Ace Suares

 Only some may consider this conservative behaviour a broken behavior,
 when a system on a redundant array of independent disks will degrade
 just fine when running, but won't even come up when booting.


Even the more when you have upgraded from dapper LTS to hardy LTS and you 
*think* you are all peachy. Big surprise the first time when the root 
array degrades. Very unacceptable by all means.

Thanks for adressing this tough. But is it going to be worked into an 
upgrade for the system or do we have to manually patch ? And if it's an 
upgrade, will I be suffciently warned now I have patched a workaround 
into the iniramfs scripts ?

Dang !

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 120375] Re: cannot boot raid1 with only one disk

2008-08-18 Thread ceg
I have separated out the issue of booting with degraded non-root arrays
into Bug# 259145.

As a user merely helping to gather info I can't say if updates to hardy
(ubuntu 8.04) will be made available. Dustin?

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 120375] Re: cannot boot raid1 with only one disk

2008-08-18 Thread Ross Becker
One more comment on this;  I can understand the conservative
behaviour, but when an array was degraded, the boot process halted with
NO MESSAGE indicating what was wrong.   Please whatever you do, even in
the case of maintaining conservative behavior, emit a message telling
the user why you're not continuing the boot process.

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 120375] Re: cannot boot raid1 with only one disk

2008-08-18 Thread Ace Suares
On Monday 18 August 2008, Ross Becker wrote:
 One more comment on this;  I can understand the conservative
 behaviour, but when an array was degraded, the boot process halted with
 NO MESSAGE indicating what was wrong.   Please whatever you do, even in
 the case of maintaining conservative behavior, emit a message telling
 the user why you're not continuing the boot process.

I totally agree.

The system seems to hang at a certain point, and when you wait long enough 
(180s as far as I understand from this discussion) and then drops you 
into initramfs.

I tried 999 different ways of modifying grub, fstab, mdadm.conf becasue I 
didn't know WHY the system couldn't boot.

The fact was that I very well KNEW the array was degraded, too. A warning 
message would have helped tremendously.

Also, since there is no message and no indication of what was wrong, I had 
a very hard time finding this thread. I almost exploded when I found the 
thread, saw it's age, and all the possible workarounds, and the fact that 
it is not a problem in Debian.

This behaviour really and very strongly diminishes my trust in Ubuntu as a 
system for my servers. 

Just a question: have you any idea how many systems are affected? The 
popularity contest says:
 mdadm  25199  5566 19467   15610

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 258808] Re: [intrepid] pbuilder builds a package twice by default

2008-08-18 Thread nxvl
Uploading debdiff

** Attachment added: pbuilder_0.181ubuntu5.debdiff
   http://launchpadlibrarian.net/16889575/pbuilder_0.181ubuntu5.debdiff

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

-- 
[intrepid] pbuilder builds a package twice by default
https://bugs.launchpad.net/bugs/258808
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 256277] Re: Please update Transmission to version 1.32

2008-08-18 Thread Daniel Holbach
Can you please attach the .diff.gz and .dsc file instead?

For the Hardy update, please review
https://wiki.ubuntu.com/StableReleaseUpdates

-- 
Please update Transmission to version 1.32
https://bugs.launchpad.net/bugs/256277
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 187313] Re: [MASTER] right click (with button release) might activate popup-menu-item

2008-08-18 Thread Alecz20
This bug is REAL. Apparently someone is going to fix it! yay!

The funniest thing is when it randomly choses switch page direction.

As a temporary workaround I read that if you keep the right-click button
for a bit longer (until the menu appears) prevents the erratic behavior.

-- 
[MASTER] right click (with button release) might activate popup-menu-item
https://bugs.launchpad.net/bugs/187313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 217574] Re: Could not calculate the upgrade

2008-08-18 Thread Dennis Dirdjaja
So I close this bug as it cannot be reproduced. If you experience this
issue during your next upgrade feel free to reopen it. Again, thanks for
reporting.

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

-- 
Could not calculate the upgrade
https://bugs.launchpad.net/bugs/217574
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258994] [NEW] Intel GM45 integrated chipset graphics X4500 driver

2008-08-18 Thread Kmsh
Public bug reported:

I have an AOpen MP45:

http://usa.aopen.com/products_detail.aspx?ctgr=74Auno=2662mdstl=309

It has integrated graphics (Intel GM45 chipset, Intel GMA X4500HD).

I am running Kubuntu Intrepid Alpha 4
(http://cdimage.ubuntu.com/kubuntu/releases/intrepid/alpha-4/).
Installed from intrepid-alternate-i386.iso.

The screen goes periodically blank with the image from the alpha 4.
After doing 'sudo apt-get upgrade' it alltogether broke and will not
boot to a login screen.

sudo lsb_release -rd
Description:Ubuntu intrepid (development branch)
Release:8.10

With the initial working kernel from Alpha4 some random pixels from a
black area (for example pixels from the dark black background of the
Konsole) flicker on and off.

Attached are the outputs of lspci and lshw.

Is the Intel GMA X4500HD supported in Intrepid Ibex?

thanks,
kmsh

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Intel GM45 integrated chipset graphics X4500 driver
https://bugs.launchpad.net/bugs/258994
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258994] Re: Intel GM45 integrated chipsetgraphics X4500 driver

2008-08-18 Thread Kmsh

** Attachment added: Outputs of lspci and lshw
   http://launchpadlibrarian.net/16889669/lspci_and_lshw.txt

** Summary changed:

- Intel GM45 integrated chipsetgraphics X4500 driver
+ Intel GM45 integrated chipset graphics X4500 driver

** Description changed:

- 
  I have an AOpen MP45:
  
  http://usa.aopen.com/products_detail.aspx?ctgr=74Auno=2662mdstl=309
  
  It has integrated graphics (Intel GM45 chipset, Intel GMA X4500HD).
  
  I am running Kubuntu Intrepid Alpha 4
  (http://cdimage.ubuntu.com/kubuntu/releases/intrepid/alpha-4/).
  Installed from intrepid-alternate-i386.iso.
  
  The screen goes periodically blank with the image from the alpha 4.
  After doing 'sudo apt-get upgrade' it alltogether broke and will not
  boot to a login screen.
  
  sudo lsb_release -rd
  Description:Ubuntu intrepid (development branch)
  Release:8.10
  
  With the initial working kernel from Alpha4 some random pixels from a
  black area (for example pixels from the dark black background of the
  Konsole) flicker on and off.
  
  Attached are the outputs of lspci and lshw.
  
  Is the Intel GMA X4500HD supported in Intrepid Ibex?
  
  thanks,
  kmsh

-- 
Intel GM45 integrated chipset graphics X4500 driver
https://bugs.launchpad.net/bugs/258994
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 247147] Re: mogrify or convert (imagemagick) delete exif orientation field

2008-08-18 Thread David Sterratt
This may be a duplicate of
https://bugs.launchpad.net/libexif/+bug/178575 (though the title of this
bug may be more appropriate).

-- 
mogrify or convert (imagemagick) delete exif orientation field
https://bugs.launchpad.net/bugs/247147
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 178575] Re: bad orientation tag causes gthumb to show strange value

2008-08-18 Thread David Sterratt
I have exactly the same problem:  In the exif file after using convert,
the Orientation lines say:

Orientation |Project-Id-Version: libexif

I notice that there are two of these Orientation lines saying the same
thing (though separated by lines of other info). This is also true in my
source images - the camera seems to have duplicated the Orientation
information. It also seems to have duplicated the Resolution information
-- and this too seems to be corrupted. See the attached diff and the
original exif information.

** Attachment added: exif.diff
   http://launchpadlibrarian.net/16889656/exif.diff

-- 
bad orientation tag causes gthumb to show strange value
https://bugs.launchpad.net/bugs/178575
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 178575] Re: bad orientation tag causes gthumb to show strange value

2008-08-18 Thread David Sterratt

** Attachment added: Original exif information
   http://launchpadlibrarian.net/16889658/dscf1350.exif

-- 
bad orientation tag causes gthumb to show strange value
https://bugs.launchpad.net/bugs/178575
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 178575] Re: bad orientation tag causes gthumb to show strange value

2008-08-18 Thread David Sterratt
I agree, this may be a duplicate of #247147

-- 
bad orientation tag causes gthumb to show strange value
https://bugs.launchpad.net/bugs/178575
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 231292] Re: black screen at boot Ubuntu 8.04

2008-08-18 Thread Saïvann Carignan
ACS2475 : Can you give more details about your issue? Can you also
attach the file created by this command in a terminal? sudo lspci -nnvv
 lspci-nnvv.txt

idefis : Your problem doesn't only look like a usplash problem, it might be a 
kernel problem since according to the description of your problem, you're not 
even able to boot sometimes. To verify if this bug is really due to usplash and 
to have more details about the failure, you can disable usplash by following 
the steps mentionned at :
https://wiki.ubuntu.com/DebuggingUsplash

 1. Press Esc during Grub boot delay to access the boot menu.
 2. Select your actual Ubuntu boot line and press e to edit it.
 3. Select the kernel line and press e to edit it.
 4. At the end of the line, remove splash and quiet and press enter.
 5. Type b to boot the custom boot line.

If you can still reproduce the problem, please open a bug report for linux 
including needed informations as described in : 
https://wiki.ubuntu.com/KernelTeamBugPolicies
If you can't reproduce the problem anymore, please open a new bug in usplash 
including needed informations as described in 
https://wiki.ubuntu.com/DebuggingUsplash

Thanks for your contribution to ubuntu.

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

-- 
black screen at boot Ubuntu 8.04
https://bugs.launchpad.net/bugs/231292
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 192214] Re: Dolphin cutting and pasting files and dirs into fish kioslave session does not work properly

2008-08-18 Thread erlguta
I understand. Thank you for the suugestion. I will try dolphin-kde4 in
Kubuntu Hardy KDE 3.5.9.

-- 
Dolphin cutting and pasting files and dirs into fish kioslave session does not 
work properly
https://bugs.launchpad.net/bugs/192214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 152515] Re: Gutsy RC blank screen during boot on Dell D610

2008-08-18 Thread Saïvann Carignan
Thanks for your bug report! Since Gutsy, a lot of things improved about
usplash.

Firstly, Gutsy installed wrong values in /etc/usplash.conf, which caused
a lot of computers (especially laptops) to have missing usplash screen
and even sometime causing very long boot time. If you re-install your
computer with latest ubuntu hardy release, this problem should not
happen. Can someone confirms if this bug happens on a ubuntu hardy
installation?

Reid Kaufmann : Your problem was specific to nvidia and ubuntu 64bit, it
is now fixed in up-to-date Hardy.


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

-- 
Gutsy RC blank screen during boot on Dell D610
https://bugs.launchpad.net/bugs/152515
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 152239] Re: Startup sound is played twice

2008-08-18 Thread Saïvann Carignan
Mmh, usplash is not the good package for this for sure. Changing to gdm
since welcome sound is a part of the gdm configuration.

** Changed in: gdm (Ubuntu)
Sourcepackagename: usplash = gdm

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

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


[Bug 87441] Re: libsdl-dev has failed dependancies

2008-08-18 Thread Bungaman
My last comment is only a workaround.  What needs/needed to be fixed is
the broken dependancy.

-- 
libsdl-dev has failed dependancies
https://bugs.launchpad.net/bugs/87441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258602] Re: emacs window update artefacts

2008-08-18 Thread Anders Kaseorg
Confirmed on intrepid amd64 with a clean account (emacs-snapshot
20080727-1, compiz 0.7.7+git20080807-0ubuntu2, GeForce Go 7300 with
nvidia driver 177.13-0ubuntu8).

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

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

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


[Bug 255961] Re: dell optiplex 745 hangs freeze i reboot or when i log off

2008-08-18 Thread Dennis_L
I hope this is what you are looking for

** Attachment added: kern.log
   http://launchpadlibrarian.net/16889729/kern.log

-- 
dell optiplex 745 hangs freeze i reboot or when i log off
https://bugs.launchpad.net/bugs/255961
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 255164] Re: The address bar does not work.

2008-08-18 Thread sachin
I faced the same problem with ubuntu-ff3 I am not using delicious plugin.
I am using following plugins -
firebug,Yslow   webdeveloper

To make this problem disappear I create a new profile, copy all *sqlite
files to new profile and be done with it. But this is really a pain.

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

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


[Bug 246578] Re: using net ads join with -S breaks if given the long domain name

2008-08-18 Thread Steve Langasek
Thank you for taking the time to report this issue and help to improve
Ubuntu.

According to the documentation, the argument to net ads join -S is a
server name, not a realm or domain name.  Does this work if you specify
net ads join -w STAFF.GCD.IE instead?

If it works with -w, then I don't think there is a bug here.

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

-- 
using net ads join with -S breaks if given the long domain name 
https://bugs.launchpad.net/bugs/246578
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 236620] Re: Merge eggdrop 1.6.19-1 from Debian(Unstable)

2008-08-18 Thread Launchpad Bug Tracker
This bug was fixed in the package eggdrop - 1.6.19-1ubuntu1

---
eggdrop (1.6.19-1ubuntu1) intrepid; urgency=low

  * Merge from debian unstable (LP: #236620), remaining changes:
- debian/rules: Added check for SSL.
- debian/control: Added libssl-dev, updated Maintainer field
  * Update SSL patch
- Droped debian/patches/eggdrop-1.6.18-ssl.patch
- Added debian/patches/eggdrop-1.6.19-ssl.patch
(http://www.egghelp.org/files/patches/eggdrop-1.6.19-ssl-rootie.patch.gz)

 -- Andres Rodriguez [EMAIL PROTECTED]   Mon, 18 Aug 2008 00:26:01
-0500

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

-- 
Merge eggdrop 1.6.19-1 from Debian(Unstable)
https://bugs.launchpad.net/bugs/236620
You received this bug notification because you are a member of 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 222051] Re: web forum displays no text

2008-08-18 Thread OldGoblin
Hello there.
Thanks for contact. The bug doesn't exist any more. In reallity wasn't a 
bug. The admin used a wrong font colour.

Thanks for your support.

OldG.


Marlon Cisternas Milla wrote:
 Thanks for taking you time in reporting this but. This bug has remained
 idle for some time. Can you still confirm this bug? does the issue
 persist?
 
 Please, don't forget to answer


-- 
web forum displays no text
https://bugs.launchpad.net/bugs/222051
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 193925] Re: In step 2 of the Create VPN Connection wizard the forward button is never clickable...

2008-08-18 Thread Dan Corneanu
I have found the problem. The ca, cert and key files were only readable
by root. As soon as I've changed the permissions on these files, the
forward button was enabled.

-- 
In step 2 of the Create VPN Connection wizard the forward button is never 
clickable...
https://bugs.launchpad.net/bugs/193925
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 193925] Re: In step 2 of the Create VPN Connection wizard the forward button is never clickable...

2008-08-18 Thread Dan Corneanu
A warning message or something would be very helpful.

-- 
In step 2 of the Create VPN Connection wizard the forward button is never 
clickable...
https://bugs.launchpad.net/bugs/193925
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 255976] Re: Keytouch 2.4.1 Package

2008-08-18 Thread Nick Colgan
** Changed in: keytouch (Ubuntu)
 Assignee: (unassigned) = Ubuntu Sponsors for universe 
(ubuntu-universe-sponsors)

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

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


[Bug 258997] [NEW] firefox always restart if new tab open

2008-08-18 Thread KND
Public bug reported:

Binary package hint: firefox-3.0

I don't know what wrong my firefox always restart if I open new tab

ProblemType: Bug
Architecture: i386
Date: Mon Aug 18 13:42:48 2008
DistroRelease: Ubuntu 8.04
Package: firefox-3.0 3.0.1+build1+nobinonly-0ubuntu0.8.04.3
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.24-21-generic i686

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


** Tags: apport-bug

-- 
firefox always restart if new tab open
https://bugs.launchpad.net/bugs/258997
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258997] Re: firefox always restart if new tab open

2008-08-18 Thread KND

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

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/16889802/ExtensionSummary.txt

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

-- 
firefox always restart if new tab open
https://bugs.launchpad.net/bugs/258997
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 256300] Re: libxml-simple-ruby installs in bad directory

2008-08-18 Thread Nick Colgan
** Changed in: libxml-simple-ruby (Ubuntu)
 Assignee: Nick Colgan (nick-colgan) = Ubuntu Sponsors for universe 
(ubuntu-universe-sponsors)

-- 
libxml-simple-ruby installs in bad directory
https://bugs.launchpad.net/bugs/256300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 158564] Re: Clicking mouse does not always give clicked window focus

2008-08-18 Thread Andreas Moog
This bug report is being closed due to your last comment regarding this
being fixed with an update. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at https://wiki.ubuntu.com/Bugs/Status
. Thank you again for taking the time to report this bug and helping to
make Ubuntu better. Feel free to submit any future bugs you may find.

** Changed in: metacity (Ubuntu)
 Assignee: Andreas Moog (andreas-moog) = (unassigned)
   Status: Incomplete = Fix Released

-- 
Clicking mouse does not always give clicked window focus
https://bugs.launchpad.net/bugs/158564
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 158485] Re: X server fatal error with mga driver using overlay 8+24

2008-08-18 Thread Andreas Moog
Closing this bug then. But don't hesitate to submit bug reports in the
future. Thanks again!

** Changed in: xserver-xorg-video-mga (Ubuntu)
 Assignee: Andreas Moog (andreas-moog) = (unassigned)
   Status: Incomplete = Invalid

-- 
 X server fatal error with mga driver using overlay 8+24
https://bugs.launchpad.net/bugs/158485
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258999] [NEW] usplash doesnt properly detect widescreen displays

2008-08-18 Thread Jessie Lawrence
Public bug reported:

if you have a monitor that isnt 4:3 resolution, the ubuntu logo will be
stretched out and ugly when the computer is booting up. this is, to be
frank, kinda pathetic. widescreen monitors are extremely common, and
there are even monitors that are perfectly square (1:1) but usplash only
supports one aspect ratio, 4:3. all of the monitors on the computers
that i use regularly are widescreen. other linux distros such as
opensuse come with boot loader splashes that are at the correct aspect
ratio to your screen. ubuntu does not, and i dont like the stretched-out
look at all.

also, this isnt strictly relevant, but i also like the look/design of
opensuse's loader much better too. it looks really cool. theres nothing
wrong about ubuntu's bootloader, it looks good, its just that other
distros have cooler-looking ones (and much less buggy, not to mention.)

however, ubuntu is better than other distros in most areas, and in a lot
of the most important areas, so i continue to use ubuntu rather than any
other distro. the only thing i dont like is the ABUNDANCE OF BUGS!!
:(

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
usplash doesnt properly detect widescreen displays
https://bugs.launchpad.net/bugs/258999
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258872] Re: SATA DVD drive reboots Ubuntu Hardy

2008-08-18 Thread KevinM
It's definitely the drive (or configuration) that's the problem.  I've
tried using Gutsy 64 bit kernel 2.6.22-15-generic on my desktop and get
the same result - a reboot when a DVD is put in the drive.  When the PC
reboots I cannot remove the DVD and have to shutdown the PC.  When I
power up the PC I can then remove the DVD from the drive.

-- 
SATA DVD drive reboots Ubuntu Hardy
https://bugs.launchpad.net/bugs/258872
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 240754] Re: Failed to fork (Cannot allocate memory)

2008-08-18 Thread Duncan Lithgow
I think I've answered both those question: Yes it's reproducable, I
produced it twice, once without interfering with the process at all. The
steps to reproduce it are in the description: try to save an archive of
your /home/$user directory to the desktop.

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

-- 
Failed to fork (Cannot allocate memory)
https://bugs.launchpad.net/bugs/240754
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 117517] From Jess Bean

2008-08-18 Thread Mikael Turøy


-- 
octave is linking incorrectly BLAS/ATLAS libraries
https://bugs.launchpad.net/bugs/117517
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258980] Re: bug 8738

2008-08-18 Thread Chris Coulson
Thank you for taking the time to report this issue and helping to make
Ubuntu better. Examining the information you have given us, this does
not appear to be a bug report so we are closing it and converting it to
a question in the support tracker. We appreciate the difficulties you
are facing, but it would make more sense to raise problems you are
having in the support tracker at https://answers.launchpad.net/ubuntu if
you are uncertain if they are bugs. For help on reporting bugs, see
https://help.ubuntu.com/community/ReportingBugs .

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

** bug changed to question:
   https://answers.edge.launchpad.net/ubuntu/+source/firefox-3.0/+question/42473

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

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


[Bug 256300] Re: libxml-simple-ruby installs in bad directory

2008-08-18 Thread Nick Colgan
** Bug watch added: Debian Bug tracker #491730
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491730

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

-- 
libxml-simple-ruby installs in bad directory
https://bugs.launchpad.net/bugs/256300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258999] Re: usplash doesnt properly detect widescreen displays

2008-08-18 Thread Jessie Lawrence
well, maybe in the next release, ubuntu will have most of its bugs
corrected so that it is actually not annoying

ubuntu reminds me of battlefield 2. that was the best game ever, in my
opinion (except that it was published by EA, and EA games sux). however,
when it came out, it was filled with an atrocious amount of bugs. it was
awesome, but it was extremely buggy. However, today, its stable, and ive
never run into a bug. so, its the best game ever, awesome.

ubuntu is like battlefield 2 because it has a ton of bugs, but without
these bugs its the best operating system ever. hopefully, in the very
near future, most of its bugs will be gone and it will be difficult to
find any, and it will reach perfection, kinda like how battlefield 2 got
rid of its bugs and became the funnest game ever. 2 bad its almost
unplayable in wine

(ive really got to get out of the habit of going overboard like this
with my two-cents, i apologize.)

-- 
usplash doesnt properly detect widescreen displays
https://bugs.launchpad.net/bugs/258999
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258975] Re: user password

2008-08-18 Thread Chris Coulson
When you type in a password, you get no visual feedback that the
characters are going in, so it appears as if you aren't typing anything.
However, it is being typed even if you can't see it. Can you please try
this and confirm that you can actually type your password?

Thanks

** Changed in: gnome-terminal (Ubuntu)
   Status: New = Incomplete

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

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


[Bug 256300] Re: libxml-simple-ruby installs in bad directory

2008-08-18 Thread Bug Watch Updater
** Changed in: libxml-simple-ruby (Debian)
   Status: Unknown = New

-- 
libxml-simple-ruby installs in bad directory
https://bugs.launchpad.net/bugs/256300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 132039] Re: [gutsy] /etc/network/if-up.d/50firestarter exited with return code 2

2008-08-18 Thread Phillip McNeely
I am likewise experiencing this bug on my home PC, which is running
Ubuntu 8.04. Upon reading the post by Sanyam located just above this
post, I decided to insert the 'dirty hack' that Sanyam described into
the 50firestarter file on my home PC.

To open the 50firestarter file for the purpose of editing it, I used the
following shell command,

sudo gedit /etc/network/if-up.d/50firestarter

After saving my edit, I rebooted my PC and there was no change.
Considering that no improvement resulted from Sanyam's dirty hack, I
decided to remove the edit that I had pasted into my 50firestarter file.

While waiting for a solution to be discovered for the lack of
persistence of the firestarter 1.0.3 program running on Ubuntu 8.04,
perhaps my best option is to use a different firewall program for my
home PC.

-- 
[gutsy] /etc/network/if-up.d/50firestarter exited with return code 2
https://bugs.launchpad.net/bugs/132039
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 175432] Re: blue band in vidéo

2008-08-18 Thread Adam Niedling
** Changed in: ubuntu
   Status: Incomplete = Invalid

-- 
blue band in vidéo
https://bugs.launchpad.net/bugs/175432
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 158378] Re: screen freezes, Gutsy.. hangs!

2008-08-18 Thread Adam Niedling
** Changed in: ubuntu
   Status: Incomplete = Invalid

-- 
screen freezes, Gutsy.. hangs!
https://bugs.launchpad.net/bugs/158378
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 154805] Re: Randomly loose ability to type

2008-08-18 Thread Adam Niedling
** Changed in: ubuntu
   Status: Incomplete = Fix Released

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

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


[Bug 68440] Re: X does not work in Xen, causes crash

2008-08-18 Thread Michael Fritscher
same here...
x3100+xen+X-hang
the interesting thing is that the vba16fb driver seems to crash the maschine, 
too, if enabled.
Isn't the xen-kernel pae-enabled? Perhaps there is a bug in the ram-allocation 
code for the gpu in the kernel and/or in the x-driver?

-- 
X does not work in Xen, causes crash
https://bugs.launchpad.net/bugs/68440
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258600] Re: package update-manager None [modified: /var/lib/dpkg/info/update-manager.list] failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg retu

2008-08-18 Thread Andreas Moog
*** This bug is a duplicate of bug 249340 ***
https://bugs.launchpad.net/bugs/249340

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 249340, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** Attachment removed: VarLogDistupgradeAptlog.gz

   http://launchpadlibrarian.net/16872197/VarLogDistupgradeAptlog.gz

** Attachment removed: VarLogDistupgradeApttermlog.gz

   http://launchpadlibrarian.net/16872201/VarLogDistupgradeApttermlog.gz

** Attachment removed: VarLogDistupgradeMainlog.gz

   http://launchpadlibrarian.net/16872202/VarLogDistupgradeMainlog.gz

** Attachment removed: VarLogDistupgradeMainprereqlog.gz

http://launchpadlibrarian.net/16872203/VarLogDistupgradeMainprereqlog.gz

** Attachment removed: VarLogDistupgradeTermlog.gz

   http://launchpadlibrarian.net/16872204/VarLogDistupgradeTermlog.gz

** Changed in: update-manager (Ubuntu)
 Assignee: Andreas Moog (andreas-moog) = (unassigned)

** This bug has been marked a duplicate of bug 249340
   Gutsy-Hardy upgrade hangs in localedef

-- 
package update-manager None [modified: /var/lib/dpkg/info/update-manager.list] 
failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): 
E:Sub-process /usr/bin/dpkg returned an error code (1)
https://bugs.launchpad.net/bugs/258600
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 228758] Re: Lost window decorations in KDE 4

2008-08-18 Thread Harald Sitter
@epifone .kde? are you on intrepid?
Besides, it does not use program1 due to wasWm1=true

Anyway, the strange thing is that apparently this issue would only
appear when the session file is missing, so either the file did not get
created, it got created somewhere else or it doesn't have the
appropriate permissions set.

Please run 
sudo rm -rf ~/.kde4/share/config/session
I think the wrong permissions is the most likely case really :)

Another thing: does it still appear in KDE 4.1?

** Changed in: kdebase-workspace (Ubuntu)
   Status: Confirmed = Incomplete

-- 
Lost window decorations in KDE 4
https://bugs.launchpad.net/bugs/228758
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 179723] Re: varrun and varlock creation after transfering / to new disk - or errors not shown during boot

2008-08-18 Thread janl
There is a workaround for this released in 7.10 S60unmount script which
creates miscellaneous vital mount point points before shutting down.  So
one orderly reboot after a copy scenario and the machine will magicaly
work.

This is nice in one way, but if the splash screen were to show actual
error messages instead of hiding them we would avoid this and countless
other problems in the future.

Regards,
  Nicolai


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

-- 
varrun and varlock creation after transfering / to new disk - or errors not 
shown during  boot
https://bugs.launchpad.net/bugs/179723
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 244375] Re: hard disk device not detected in hardy heron 64 bit

2008-08-18 Thread Dimitrios Symeonidis
You can find the Restricted Drivers Manager under System |
Administration. Enable everything in there.

-- 
hard disk device not detected in hardy heron 64 bit
https://bugs.launchpad.net/bugs/244375
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 240754] Re: Failed to fork (Cannot allocate memory)

2008-08-18 Thread Sebastien Bacher
does using tar on a command line to do the same work correctly?

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

-- 
Failed to fork (Cannot allocate memory)
https://bugs.launchpad.net/bugs/240754
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 179435] Re: smartmontools fails to recognize ATA standard of newish disk

2008-08-18 Thread janl
This now works - the machine is running 7.10 currently.  smartmontools
from 7.10 may need to be in 7.4 as well to achieve hardware support for
new drives.

Nicolai


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

-- 
smartmontools fails to recognize ATA standard of newish disk
https://bugs.launchpad.net/bugs/179435
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 155252] Re: Sound not working if more than one player running in Gutsy

2008-08-18 Thread Adam Niedling
** Changed in: linux (Ubuntu)
Sourcepackagename: None = linux
   Status: Incomplete = New

-- 
Sound not working if more than one player running in Gutsy
https://bugs.launchpad.net/bugs/155252
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 152239] Re: Startup sound is played twice

2008-08-18 Thread Sebastien Bacher
thank you for your bug report, what ubuntu version do you use? do you
speak about the sound played after entering your login informations or
the one before displaying the login screen?

** Changed in: gnome-session (Ubuntu)
Sourcepackagename: gdm = gnome-session
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Incomplete

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

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


[Bug 23603] Re: Windows misbehave when panel is hidden

2008-08-18 Thread Adam Niedling
It's not incomplete anymore as you have answered the last question. Please 
update this report more often.
Why is this set as wishlist? I think it's a bug.

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

-- 
Windows misbehave when panel is hidden
https://bugs.launchpad.net/bugs/23603
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 258957] Re: Problems With Apache after update

2008-08-18 Thread Sebastien Bacher
*** This bug is a duplicate of bug 258956 ***
https://bugs.launchpad.net/bugs/258956

There is no need to open several bugs about the same thing

** Changed in: yelp (Ubuntu)
   Importance: Undecided = Low
   Status: New = Invalid

** This bug has been marked a duplicate of bug 258956
   Problems With Apache after update

-- 
Problems With Apache after update
https://bugs.launchpad.net/bugs/258957
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258956] Re: Problems With Apache after update

2008-08-18 Thread Sebastien Bacher
** Changed in: apache (Ubuntu)
Sourcepackagename: yelp = apache

-- 
Problems With Apache after update
https://bugs.launchpad.net/bugs/258956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 240984] Re: Copying dirs from samba shares fails

2008-08-18 Thread Sebastien Bacher
Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: gvfs (Ubuntu)
Sourcepackagename: nautilus = gvfs
   Importance: Undecided = Medium
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Invalid

-- 
Copying dirs from samba shares fails
https://bugs.launchpad.net/bugs/240984
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 235427] Re: Crash detection dialog box is poorly worded

2008-08-18 Thread Sebastien Bacher
the bug has been fixed upstream now

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

-- 
Crash detection dialog box is poorly worded
https://bugs.launchpad.net/bugs/235427
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 259003] [NEW] Installing aliases for virtual robots automatically

2008-08-18 Thread Stevel
Public bug reported:

Binary package hint: sympa

When creating a list for the default robot, the alias_manager
automatically creates the new aliases, but for virtual robots, also a
file with the virtual aliases is needed. This patch does that.

In addition, it removes the need to have write access to all alias-db-
files (by using /usr/sbin/postalias /etc/mail/sympa.aliases) instead
of the aliaswrapper). Maybe using /usr/bin/newaliases
-oA/etc/mail/sympa.aliases would be better for sendmail-compatibility).

The patch for alias_manager.pl is attached. Also included is the
virtuals-template list_virtual.tt2 which should be put in
/usr/share/sympa (alongside list_aliases.tt2)

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

-- 
Installing aliases for virtual robots automatically
https://bugs.launchpad.net/bugs/259003
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 259003] Re: Installing aliases for virtual robots automatically

2008-08-18 Thread Stevel

** Attachment added: Patch for alias_manager.pl
   http://launchpadlibrarian.net/16890089/alias_manager.patch

-- 
Installing aliases for virtual robots automatically
https://bugs.launchpad.net/bugs/259003
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 259003] Re: Installing aliases for virtual robots automatically

2008-08-18 Thread Stevel

** Attachment added: list_virtual.tt2
   http://launchpadlibrarian.net/16890093/list_virtual.tt2

-- 
Installing aliases for virtual robots automatically
https://bugs.launchpad.net/bugs/259003
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258949] Re: List/icon view setting should be per window, not per folder

2008-08-18 Thread Sebastien Bacher
thank you for your bug report, that's an upstream request and should be
discussed on bugzilla.gnome.org, could you open the bug there?

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Wishlist
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
List/icon view setting should be per window, not per folder
https://bugs.launchpad.net/bugs/258949
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258938] Re: Epiphany's Ubuntu Home Page isn't the same as Firefox

2008-08-18 Thread Sebastien Bacher
thank you for your bug report, what ubuntu version do you use?

** Changed in: epiphany-browser (Ubuntu)
   Importance: Undecided = Wishlist
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Triaged

-- 
Epiphany's Ubuntu Home Page isn't the same as Firefox
https://bugs.launchpad.net/bugs/258938
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 251917] Re: can not access File menu with Alt-F key combo

2008-08-18 Thread Sebastien Bacher
the bug has been fixed upstream now

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

-- 
can not access File menu with Alt-F key combo
https://bugs.launchpad.net/bugs/251917
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 158601] Re: Pressing space over a firefox extension doesn't select it immediately

2008-08-18 Thread Tabrez Iqbal
Yes, the issue is still present in Ubuntu 8.04 (Hardy Heron) version.
Updated instructions to reproduce the issue are given below.

How to reproduce:
1. Go to Applications - Add Remove...
2. Click on any of the Applications shown in top-right panels with the 
mouse(click away from the check-box. Just select the application to see its 
details and make sure it is highlighted and not to tick-mark its checkbox).
3. Now press space bar on the keyboard and wait for a while without giving any 
input(keyboard or mouse). The check-box will not be shown to have tick-mark.
4. Now press the down arrow key. The application that was highlighted earlier 
will now have its checkbox showing the tick-mark.

Same thing happens when de-selecting a selected application.

I can post a small screencast to demonstrate more clearly if it is
needed.

** Summary changed:

- Pressing space over a firefox extension doesn't select it immediately
+ Pressing space over a application in Add/Remove Applications doesn't select 
it immediately

** Description changed:

- Binary package hint: firefox
+ Binary package hint: Add/Remove Applications
  
- When trying to select an extension from the default list of Firefox
- extensions that come with Ubuntu Gutsy Gibbon, the item is not shown to
- be selected immediately. The checkbox is however shown selected after
- any other input operation, like moving to the next item using down arrow
- key.
+ [This information is outdated, see a 
href=https://bugs.launchpad.net/ubuntu/+source/gnome-app-install/+bug/158601/comments/3;comment
 #3 below/a
+ When trying to select an extension from the default list of Firefox 
extensions that come with Ubuntu Gutsy Gibbon, the item is not shown to be 
selected immediately. The checkbox is however shown selected after any other 
input operation, like moving to the next item using down arrow key. 
  
  How to reproduce:
  Start Firefox web browser
  Go to Tools - Add-ons and click on Get Ubuntu Addons
  Select one of the items from the opened Install/Remove Extensions window 
(using mouse or keyboard)
  Press space trying to select the currently highlighted item. Some visual 
response can be observed but the checkbox is not selected.
  Move to another item by pressing down arrow key on the keyboard or move the 
mouse just a little bit. The item selected in previous step is now show as 
selected using the check mark.
  
  The same problem exists when de-selecting an already selected extension
  using the keyboard.
  
  New users may get confused by this kind of behaviour. This surprising
  behaviour does not present itself when browsing the interface using the
  mouse.

** Description changed:

  Binary package hint: Add/Remove Applications
  
- [This information is outdated, see a 
href=https://bugs.launchpad.net/ubuntu/+source/gnome-app-install/+bug/158601/comments/3;comment
 #3 below/a
+ [This information is outdated, see comment #3 below]
  When trying to select an extension from the default list of Firefox 
extensions that come with Ubuntu Gutsy Gibbon, the item is not shown to be 
selected immediately. The checkbox is however shown selected after any other 
input operation, like moving to the next item using down arrow key. 
  
  How to reproduce:
  Start Firefox web browser
  Go to Tools - Add-ons and click on Get Ubuntu Addons
  Select one of the items from the opened Install/Remove Extensions window 
(using mouse or keyboard)
  Press space trying to select the currently highlighted item. Some visual 
response can be observed but the checkbox is not selected.
  Move to another item by pressing down arrow key on the keyboard or move the 
mouse just a little bit. The item selected in previous step is now show as 
selected using the check mark.
  
  The same problem exists when de-selecting an already selected extension
  using the keyboard.
  
  New users may get confused by this kind of behaviour. This surprising
  behaviour does not present itself when browsing the interface using the
  mouse.

-- 
Pressing space over a application in Add/Remove Applications doesn't select it 
immediately
https://bugs.launchpad.net/bugs/158601
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 156041] Re: [kde4] synaptic does get when dpkg terminates when run with kdesudo

2008-08-18 Thread Michael Vogt
@msk: please try the new synaptic version from intrepid

-- 
[kde4] synaptic does get when dpkg terminates when run with kdesudo
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 259004] [NEW] keyboard was broken after today's update

2008-08-18 Thread Alex Ott
Public bug reported:

Binary package hint: xorg

After today's (2008/08/18) update Xorg ignores my keyboard configuration and 
doesn't allows to switch between different input languages at all, although it 
doesn't show errors
Work with lineakd also was broken on my microsoft natural ergonomic keyboard 
4000 - it doesn't handle keys as needed - instead of call of programs for 
volume up/down, i get strange functions
xorg.conf  xorg.log are attached. output of lineakd also attached

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

-- 
keyboard was broken after today's update
https://bugs.launchpad.net/bugs/259004
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 259004] Re: keyboard was broken after today's update

2008-08-18 Thread Alex Ott

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

-- 
keyboard was broken after today's update
https://bugs.launchpad.net/bugs/259004
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 259004] Re: keyboard was broken after today's update

2008-08-18 Thread Alex Ott

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

-- 
keyboard was broken after today's update
https://bugs.launchpad.net/bugs/259004
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 259004] Re: keyboard was broken after today's update

2008-08-18 Thread Alex Ott

** Attachment added: lineakd.log
   http://launchpadlibrarian.net/16890142/lineakd.log

-- 
keyboard was broken after today's update
https://bugs.launchpad.net/bugs/259004
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258935] Re: program freezes when changing the volume with multimedia keys.. also once it loses the audio control it is horrible at reclaiming it

2008-08-18 Thread Sebastien Bacher
Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Invalid

-- 
program freezes when changing the volume with multimedia keys.. also once it 
loses the audio control it is horrible at reclaiming it
https://bugs.launchpad.net/bugs/258935
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258651] Re: nfs4 leaves megabytes of errors in syslog

2008-08-18 Thread gpk
I've changed the title because I've gotten NFS4 to work reliably by
changing the configuration.  Now, I do only one mount, rather than two.

So, it's really that NFS4 cannot handle a misconfiguration gracefully,
or that it does not detect a misconfiguration.And/or that the
documentation doesn't make it obvious that it isn't an allowed
configuration.

** Summary changed:

- nfs4 occasionally hangs, lots of errors in syslog
+ nfs4 leaves megabytes of errors in syslog

-- 
nfs4 leaves megabytes of errors in syslog
https://bugs.launchpad.net/bugs/258651
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258145] Re: gnome-session-properties fails to create entries if .config/autostart is missing

2008-08-18 Thread Sebastien Bacher
** Changed in: gnome-session (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: Confirmed = Triaged

-- 
gnome-session-properties fails to create entries if .config/autostart is missing
https://bugs.launchpad.net/bugs/258145
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258936] Re: cifs volume in fstab is detected as a picture CD

2008-08-18 Thread Sebastien Bacher
thank you for your bug report, you apparently didn't attach the
screenshot, it's probably listing the directory as a photo CD because
you have content similar to a such CD there

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Incomplete

-- 
cifs volume in fstab is detected as a picture CD
https://bugs.launchpad.net/bugs/258936
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252046] Re: gvfs-hal-volume-monitor crashed with SIGSEGV in strlen()

2008-08-18 Thread Sebastien Bacher
new upstrea comment:

Would be useful to know which of the strings in append_mount is NULL.
If it is the uuid, I've just fixed this.

could anybody who has the issue get this information? do everybody there
use powertop to break things too?

-- 
gvfs-hal-volume-monitor crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/252046
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 234247] Re: On net/LAN game, opponents list does not refresh and you can't start a game as server

2008-08-18 Thread Jérémy Subtil
** Description changed:

  Binary package hint: pokerth
  
  When you start a LAN or a net game as a server, other opponents can
  connect to you but you don't see them on the window list, it doesn't
  refresh. This behavior prevents the button start the game to appear so
  the game can't start.
  
  Version 0.6.2-2 available in the development branch corrects this issue.
  Hardy package (0.6-0ubuntu1) is affected by this bug, so it should be
- subject to SRU.
+ subject to SRU or at least to backports.

-- 
On net/LAN game, opponents list does not refresh and you can't start a game as 
server
https://bugs.launchpad.net/bugs/234247
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258911] Re: openoffice form will not close from design view

2008-08-18 Thread Sebastien Bacher
you should open openoffice bugs against openoffice

** Changed in: openoffice.org (Ubuntu)
Sourcepackagename: yelp = openoffice.org

-- 
openoffice form will not close from design view 
https://bugs.launchpad.net/bugs/258911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258905] Re: Certain songs won't play with crossfade backend on

2008-08-18 Thread Sebastien Bacher
thank you for your bug report, could you run rhythmbox -d and copy the
log to the bug when you get the issue?

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Incomplete

-- 
Certain songs won't play with crossfade backend on
https://bugs.launchpad.net/bugs/258905
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258512] Re: epiphany crashes often on tab closing.

2008-08-18 Thread Sebastien Bacher
the strace logs are usually not useful, you need to use gdb and get a
stacktrace, the wiki page steps have a pointer to the page which
describe how to get a backtrace, are you sure you read it correctly?

-- 
epiphany crashes often on tab closing.
https://bugs.launchpad.net/bugs/258512
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 243957] Re: Some text in intrepid's new default theme is unreadable

2008-08-18 Thread Luka Napotnik
I can confirm similar problems with gnome-control-center. The text is
unreadable because background is white and text is light gray.

-- 
Some text in intrepid's new default theme is unreadable
https://bugs.launchpad.net/bugs/243957
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 259007] [NEW] screen is black during boot time

2008-08-18 Thread Luka Napotnik
Public bug reported:

Binary package hint: usplash

When I boot into Ubuntu from the grub menu, the screen gets black. When the 
system seems to be fully loaded, the gdm login doesn't appear nor can I switch 
to TTY because the screen is still black.
I fix this problem by removing the splash argument in grub and then boot. The 
splash logo doesn't appear but the sceen is working normally and I can login 
from GDM.

This wasn't an issue in Hardy. It started when I upgraded to Intrepid. I
have the intel gma x3100 integrated graphics chip.

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

-- 
screen is black during boot time
https://bugs.launchpad.net/bugs/259007
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 259006] [NEW] php5 and libtool 2.2 cause some PHP related packages to FTBFS

2008-08-18 Thread Luca Falavigna
Public bug reported:

Binary package hint: php5

php5 and libtool 2.2 cause some PHP related packages to FTBFS.

php-imap, for instance:
cd build-php5  ./configure --build=i486-linux-gnu --host=i486-linux-gnu \
--prefix=/usr \
--with-php-config=/usr/bin/php-config5 \
--disable-rpath \
--disable-static \
--with-imap=shared,/usr \
--with-kerberos=/usr \
--with-imap-ssl PHP_OPENSSL=yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
./configure: line 1850: LT_AC_PROG_SED: command not found
checking for i486-linux-gnu-gcc... i486-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i486-linux-gnu-gcc accepts -g... yes
checking for i486-linux-gnu-gcc option to accept ISO C89... none needed
checking whether i486-linux-gnu-gcc and cc understand -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i486-pc-linux-gnu
checking host system type... i486-pc-linux-gnu
checking target system type... i486-pc-linux-gnu
./configure: line 3347: s/.*//: No such file or directory
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main 
-I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext 
-I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
checking for PHP extension directory... /usr/lib/php5/20060613+lfs
checking for PHP installed headers prefix... /usr/include/php5
checking for re2c... no
configure: WARNING: You will need re2c 0.12.0 or later if you want to 
regenerate PHP parsers.
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking for IMAP support... ./configure: line 3586: s/^shared,//: No such file 
or directory
yes, shared
checking for IMAP Kerberos support... /usr
checking for IMAP SSL support... yes
checking how to run the C preprocessor... i486-linux-gnu-gcc -E
checking for utf8_mime2text signature... new
checking for U8T_CANONICAL... yes
checking for pam_start in -lpam... yes
checking for crypt in -lcrypt... yes
./configure: line 4937: s/[^a-zA-Z0-9]/_/g: No such file or directory
checking for krb5-config... /usr/bin/krb5-config
checking for pkg-config... no
checking for OpenSSL version... = 0.9.6
checking for CRYPTO_free in -lcrypto... yes
checking for SSL_CTX_set_ssl_version in -lssl... yes
checking whether build with IMAP works... yes
./configure: line 6401: AC_PROG_LIBTOOL: command not found
configure: creating ./config.status
config.status: error: cannot find input file: config.h.in
make: *** [configure-php5-stamp] Error 1
dpkg-buildpackage: failure: debian/rules build gave error exit status 2

** Affects: php5 (Ubuntu)
 Importance: High
 Status: Confirmed

** Changed in: php5 (Ubuntu)
   Importance: Undecided = High

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

-- 
php5 and libtool 2.2 cause some PHP related packages to FTBFS
https://bugs.launchpad.net/bugs/259006
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258900] Re: Sharing dialog misleading label

2008-08-18 Thread Sebastien Bacher
** Changed in: nautilus-share (Ubuntu)
Sourcepackagename: nautilus = nautilus-share
   Importance: Undecided = Low

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

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


[Bug 258499] Re: fails to open/extract .deb files in intrepid

2008-08-18 Thread Sebastien Bacher
the bug has been fixed upstream now

** Changed in: file-roller (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: Confirmed = Fix Committed

-- 
fails to open/extract .deb files in intrepid
https://bugs.launchpad.net/bugs/258499
You received this bug notification because you are a member of 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   >