[Bug 153351] Re: cman init script on Gutsy doesn't care about /etc/default/cman configuration file

2008-04-07 Thread Daniel Holbach
Chuck: can you please take a look at it?

-- 
cman init script on Gutsy doesn't care about /etc/default/cman configuration 
file
https://bugs.launchpad.net/bugs/153351
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


[Bug 155947] Re: ldap config causes Ubuntu to hang at a reboot

2008-04-07 Thread Dustin Kirkland
@Brian-

I'm still trying, albeit unsuccessfully, to reproduce this problem.  It
seems that the complexity of the configuration is a bit deeper than in
my test cases.

If possible, would you (or anyone else) who is seeing this problem in
Hardy Beta please ping me in IRC?  My handle is 'kirkland' and you
should be able to find me in #ubuntu-server on irc.freenode.net.

In the mean time, could you please post (or email me) the following 
configuration files:
* /etc/nsswitch.conf
* /etc/ldap.conf
* /etc/services
* /etc/pam.d/common-password
* /etc/pam.d/common-auth
* /etc/pam.d/common-account
* /etc/pam.d/common-session
* /etc/ldap/ldap.conf

Also, please send a dump of all packages installed:
* dpkg -l

Thanks,
:-Dustin

-- 
ldap config  causes Ubuntu to hang at a reboot
https://bugs.launchpad.net/bugs/155947
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 81242] [NEW] postfix-ldap is linked against gnuTLS

2008-04-07 Thread Steve Langasek
On Mon, Apr 07, 2008 at 05:44:51PM -, Launchpad Bug Tracker wrote:

 When trying to get SSL and postfix and ldap going I stumbled accross the 
 following:
 postfix-ldap is linked against gnu TLS and this breaks SSL and LDAP.
 postfix itself /is/ linked against openSSL.

 postmap works, but postfix will complain about 'bad search filter'

 See: 
 http://archives.neohapsis.com/archives/postfix/2007-01/1351.html

 for the discussion.

This thread points to /usr/share/doc/postfix/TLS_README.gz, which
claims:

 NOTE: Do not use Gnu TLS. It will spontaneously terminate a Postfix daemon
 process with exit status code 2, instead of allowing Postfix to 1) report
 the error to the maillog file, and to 2) provide plaintext service where
 this is appropriate.

But that is the extent of the explanation.  This doesn't explain why postfix
(but no other ldap-using apps) manages to trigger this issue with GnuTLS.

I find three locations in the libgcrypt11 source where exit(2) is invoked.
Two of them are related to a failure to allocate secure memory.  The third
is when an internal logging function is called with GCRY_LOG_FATAL.  For the
most part, this seems to be called in the case of memory corruption errors,
or when keys that have just been generated fail to pass a self-test, or upon
failing to initialize a mutex, etc; while it's always unfriendly for a
library to ever call exit() directly, these are at least cases where the
library is in such an inconsistent state that it's probably dangerous to
continue, and if postfix is triggering any of these it's almost certainly a
bug in postfix that needs to be fixed.

The other case where I see log_fatal() being called that may be problematic
is when libgcrypt can't get any entropy.  This could point to a real problem
of interactions between libgcrypt and libcrypto (GnuTLS/OpenSSL).

It would be helpful to capture the stderr output from this process before it
dies, since libgcrypt appears to log all fatal errors to stderr; that will
help narrow this down to a GnuTLS vs. Postfix bug.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED]

-- 
postfix-ldap is linked against gnuTLS
https://bugs.launchpad.net/bugs/81242
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 155947] Re: ldap config causes Ubuntu to hang at a reboot

2008-04-07 Thread Dustin Kirkland
On Mon, 2008-04-07 at 20:10 +, Hilton Gibson wrote:
 With pam_ldap.conf my ref is a uri and works, but when I make it a
 straight host name ref, then it hangs.

Ahh... Okay, so this tells us something very interesting.

pam_ldap.conf hasn't existed since Feisty.  There, it was part of the
libpam-ldap package.

What distro version are you running on the system where you've seen this
problem?  And was it upgraded from a feisty system?

Actually, those are general questions to anyone on this thread.  As
we're trying to narrow this down, please, please, please let us know
what distro version you're seeing this on, and whether it was a fresh
install or an upgrade, and if an upgrade, what the original distro
version was.

:-Dustin


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

-- 
ldap config  causes Ubuntu to hang at a reboot
https://bugs.launchpad.net/bugs/155947
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 155947] Re: ldap config causes Ubuntu to hang at a reboot

2008-04-07 Thread Hilton Gibson
Ok. It's a production system that started with Debian stable, then Ubuntu
Hoary, then Ubuntu Dapper. Hopefully Ubuntu Hardy soon.
No re-installs, could not afford downtime. All the time very problematic
upgrading.

On Mon, Apr 7, 2008 at 10:57 PM, Dustin Kirkland [EMAIL PROTECTED]
wrote:

 On Mon, 2008-04-07 at 20:10 +, Hilton Gibson wrote:
  With pam_ldap.conf my ref is a uri and works, but when I make it a
  straight host name ref, then it hangs.

 Ahh... Okay, so this tells us something very interesting.

 pam_ldap.conf hasn't existed since Feisty.  There, it was part of the
 libpam-ldap package.

 What distro version are you running on the system where you've seen this
 problem?  And was it upgraded from a feisty system?

 Actually, those are general questions to anyone on this thread.  As
 we're trying to narrow this down, please, please, please let us know
 what distro version you're seeing this on, and whether it was a fresh
 install or an upgrade, and if an upgrade, what the original distro
 version was.

 :-Dustin


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

 --
 ldap config  causes Ubuntu to hang at a reboot
 https://bugs.launchpad.net/bugs/155947
 You received this bug notification because you are a member of Ubuntu
 Directory Services, which is subscribed to libnss-ldap in ubuntu.



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

-- 
ldap config  causes Ubuntu to hang at a reboot
https://bugs.launchpad.net/bugs/155947
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 155947] Re: ldap config causes Ubuntu to hang at a reboot

2008-04-07 Thread Dustin Kirkland
@Hilton-

Would it be possible for you to switch it back to hostname and reproduce
the problem and report any meaningful error messages in /var/log/syslog
for the failed boot?  (Note, you might have to look in one of the log
rotations in /var/log/syslog.*)

:-Dustin

-- 
ldap config  causes Ubuntu to hang at a reboot
https://bugs.launchpad.net/bugs/155947
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 155947] Re: ldap config causes Ubuntu to hang at a reboot

2008-04-07 Thread Dustin Kirkland
Jamie hasn't had time to look at this and has transferred it to me.

** Changed in: libnss-ldap (Ubuntu)
 Assignee: Jamie Strandboge (jamie-strandboge) = Dustin Kirkland (kirkland)

-- 
ldap config  causes Ubuntu to hang at a reboot
https://bugs.launchpad.net/bugs/155947
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 209001] Re: Nut no longer functions with belkin usb avr

2008-04-07 Thread Andrew
Please re-open this bug.

I downloaded 2.2.1-2.1ubuntu5 from here:
http://launchpadlibrarian.net/13167950/nut_2.2.1-2.1ubuntu5_amd64.deb

Installed it and ran the daemon and the problem is still present.
2.2.0-2build1 is still the latest driver that is working

-- 
Nut no longer functions with belkin usb avr
https://bugs.launchpad.net/bugs/209001
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in ubuntu.

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


[Bug 209001] Re: Nut no longer functions with belkin usb avr

2008-04-07 Thread Andrew
Changing status as the 2.2.1-2.1ubuntu5 does not fix the issue

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

-- 
Nut no longer functions with belkin usb avr
https://bugs.launchpad.net/bugs/209001
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in ubuntu.

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


Re: [Bug 155947] Re: ldap config causes Ubuntu to hang at a reboot

2008-04-07 Thread Hilton Gibson
Err.. Ok. For a while only. Am at home now.
Tommorow OK?
Will get logs etc...


On Mon, Apr 7, 2008 at 11:57 PM, Dustin Kirkland [EMAIL PROTECTED]
wrote:

 @Hilton-

 Would it be possible for you to switch it back to hostname and reproduce
 the problem and report any meaningful error messages in /var/log/syslog
 for the failed boot?  (Note, you might have to look in one of the log
 rotations in /var/log/syslog.*)

 :-Dustin

 --
 ldap config  causes Ubuntu to hang at a reboot
 https://bugs.launchpad.net/bugs/155947
 You received this bug notification because you are a member of Ubuntu
 Directory Services, which is subscribed to libnss-ldap in ubuntu.



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

-- 
ldap config  causes Ubuntu to hang at a reboot
https://bugs.launchpad.net/bugs/155947
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 211631] Re: CIFS/SMBFS issue (was not resolved on #207441)

2008-04-07 Thread Hamish
/var/log/messages from last startup

[EMAIL PROTECTED]:~$ uname -r
2.6.24-15-generic


** Attachment added: /var/log/messages
   http://launchpadlibrarian.net/13194682/messages%20log.txt

-- 
CIFS/SMBFS issue (was not resolved on #207441)
https://bugs.launchpad.net/bugs/211631
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 211631] Re: CIFS/SMBFS issue (was not resolved on #207441)

2008-04-07 Thread Hamish
dmesg

look for
[   62.697883]  CIFS VFS: Error connecting to IPv4 socket. Aborting operation
[   62.697948]  CIFS VFS: cifs_mount failed w/return code = -101

then after that wlan0 is configured

i think the timing of these operations is the problem

how do i get the shutting down logs so I can show you the errors there?

Hamish

** Attachment added: dmesg log
   http://launchpadlibrarian.net/13194695/dmesg.txt

-- 
CIFS/SMBFS issue (was not resolved on #207441)
https://bugs.launchpad.net/bugs/211631
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 211631] Re: CIFS/SMBFS issue (was not resolved on #207441)

2008-04-07 Thread Hamish
...although I have included the error message in the original
description above:

CIFS VFS: server not responding
CIFS VFS: no response for cmd 50 mid this number changes

eventually after 2-3 minutes this times out and the computer restarts,
but it isn't really good enough

Hamish

-- 
CIFS/SMBFS issue (was not resolved on #207441)
https://bugs.launchpad.net/bugs/211631
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 210812] Re: cupsys upgrade failure

2008-04-07 Thread Rico
Problem is gone with installation of cupsys 1.3.7-1ubuntu2

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

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

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


[Bug 204078] Re: [hardy] sudo window produces 'rendering faults'

2008-04-07 Thread Matthijs ten Kate
The 'bright trace' when dragging a window around.

** Attachment added: compiz_artifacts02.png
   http://launchpadlibrarian.net/13159332/compiz_artifacts02.png

-- 
[hardy] sudo window produces 'rendering faults'
https://bugs.launchpad.net/bugs/204078
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 196152] Re: [hardy] totem-gstreamer DVB jerky playback

2008-04-07 Thread Mantas Kriaučiūnas
** Also affects: totem (Baltix)
   Importance: Undecided
   Status: New

-- 
[hardy] totem-gstreamer DVB jerky playback 
https://bugs.launchpad.net/bugs/196152
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 123764] Re: Mono applications (f-spot.exe, gbrainy, ..) crash on exit with SIGSEGV (/lib/ld-linux.so.2)

2008-04-07 Thread xtknight
Confirmed segfault hardy amd64.

-- 
Mono applications (f-spot.exe, gbrainy, ..) crash on exit with SIGSEGV 
(/lib/ld-linux.so.2)
https://bugs.launchpad.net/bugs/123764
You received this bug notification because you are a member of 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 99508] Re: Window titlebar displayed not right with compiz enabled

2008-04-07 Thread Savvas Radević
switching to clearlooks doesn't fix it here, but using the
clearlooksclassic window border, yes

-- 
Window titlebar displayed not right with compiz enabled
https://bugs.launchpad.net/bugs/99508
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 213212] [NEW] freeze with lots of usb events

2008-04-07 Thread Metiu
Public bug reported:

Binary package hint: xserver-xorg-video-amd

With latest hardy upgrades,  (xorg 1:7.3+10ubuntu7, kernel 2.6.24.15.17 ), the 
geode lx (koolu) will work with xorg only with fb driver.
With the amd driver it will freeze with the X cursor on a black background, and 
the Xorg log fills with mouse and keyboard events, with the cursor staying 
still in the center.

By the way, this is the same rebuilding the geode driver (new name) from
git sources.

** Affects: xserver-xorg-video-amd (Ubuntu)
 Importance: Undecided
 Status: New

-- 
freeze with lots of usb events
https://bugs.launchpad.net/bugs/213212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 212684] Re: RAID1 data-checks cause CPU soft lockups

2008-04-07 Thread Wladimir Mutel
My systems do not froze or stuck. The check is going on with normal speed 
(spending about 1 hour for 200 GB, 1.5 hours for 320 GB, and 2.5h for 500GB) 
and writes into kernel log about its normal completion. Just these soft lockups 
is what bothers me.
Your system may just be old and show some faults under load. Soon I'll make 
md-raid1 on 2 IDE disks on similar older system (P3TDDE board, 2xPIII-1133MHz) 
and tell you how it goes in my case.

-- 
RAID1 data-checks cause CPU soft lockups
https://bugs.launchpad.net/bugs/212684
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 157025] Re: [nautilus] missing translation of statusline text for side pane

2008-04-07 Thread Rico
** Changed in: language-pack-gnome-de (Ubuntu)
   Status: New = Fix Released

-- 
[nautilus] missing translation of statusline text for side pane
https://bugs.launchpad.net/bugs/157025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 102991] Re: noisy audio decode error

2008-04-07 Thread Mantas Kriaučiūnas
** Also affects: totem (Baltix)
   Importance: Undecided
   Status: New

-- 
noisy audio decode error
https://bugs.launchpad.net/bugs/102991
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 182384] Re: Paster or Pylons don't depend on the right python-nose

2008-04-07 Thread Andrew Starr-Bochicchio
** Changed in: pylons (Ubuntu)
   Importance: Undecided = Low

-- 
Paster or Pylons don't depend on the right python-nose
https://bugs.launchpad.net/bugs/182384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 213207] Re: Vinagre appears in Add/remove applications twice as remote desktop viewer

2008-04-07 Thread xtknight
confirmed hardy amd64

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

-- 
Vinagre appears in Add/remove applications twice as remote desktop viewer
https://bugs.launchpad.net/bugs/213207
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 213207] Re: Vinagre appears in Add/remove applications twice as remote desktop viewer

2008-04-07 Thread xtknight
I think it's because there's two .desktop files for it.  Not sure how to
fix.

/usr/share/applications/vinagre.desktop
/usr/share/applications/vinagre-file.desktop

-- 
Vinagre appears in Add/remove applications twice as remote desktop viewer
https://bugs.launchpad.net/bugs/213207
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 212669] Re: newly installed fonts don't show up in hardy

2008-04-07 Thread Akkana Peck
Strike that about xfonts-* packages -- they do work, it's just the ttf
packages and msttcorefonts that don't.

I've tried dpkg-reconfigure on several different font packages; on dpkg-
reconfigure x-ttcidfont-conf, regardless of whether I choose freetype or
xtt, it prints:

Cleaning up category cmap..
Cleaning up category cid..
Cleaning up category truetype..
Updating category truetype..
Updating category cid..
Updating category cmap
opendir: No such file or directory

I'm guessing this No such file or directory may be related to the ttf
files not showing up.

Searching on that, I found debian bug 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=437674
and indeed, the fix found in that file (replace the nonexistent path names with 
ones that actually exist) seems to cure the problem. Could hardy also take that 
fix?

-- 
newly installed fonts don't show up in hardy
https://bugs.launchpad.net/bugs/212669
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 174074] Re: All Nautilus windows are unresponsive if another Nautilus window has a dialog box open.

2008-04-07 Thread Andrew Starr-Bochicchio
** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Low

-- 
All Nautilus windows are unresponsive if another Nautilus window has a dialog 
box open.
https://bugs.launchpad.net/bugs/174074
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 102426] Re: Garbled sound in totem-xine

2008-04-07 Thread Mantas Kriaučiūnas
** Also affects: totem (Baltix)
   Importance: Undecided
   Status: New

-- 
Garbled sound in totem-xine
https://bugs.launchpad.net/bugs/102426
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 212669] Re: newly installed fonts don't show up in hardy

2008-04-07 Thread Akkana Peck

** Attachment added: Patch for the two changed lines
   http://launchpadlibrarian.net/13159428/x-ttcidfont.diff

-- 
newly installed fonts don't show up in hardy
https://bugs.launchpad.net/bugs/212669
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209474] Re: [Upstream] [hardy] Speadsheet has problems in hardy

2008-04-07 Thread Chris Cheney
** Summary changed:

- Speadsheet has problems in hardy
+ [Upstream] [hardy] Speadsheet has problems in hardy

-- 
[Upstream] [hardy] Speadsheet has problems in hardy
https://bugs.launchpad.net/bugs/209474
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 205923] Re: openoffice in hardy doesn't build on powerpc

2008-04-07 Thread Chris Cheney
I am now waiting to hear back from someone who is building OOo with java
enabled on powerpc to see if I can just enable it, which will fix the
problem. If java still breaks on powerpc I know how to correct the
problem as well, so regardless powerpc will have a build of OOo,
hopefully later Monday (today).

-- 
openoffice in hardy doesn't build on powerpc
https://bugs.launchpad.net/bugs/205923
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194841] Re: hardy alpha 45 hangs during boot with message b43-phy0 Error

2008-04-07 Thread andreasl
problem persist in live CD Ubuntu Hardy beta.

-- 
hardy alpha 45 hangs during boot with message b43-phy0 Error
https://bugs.launchpad.net/bugs/194841
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 174074] Re: All Nautilus windows are unresponsive if another Nautilus window has a dialog box open.

2008-04-07 Thread Andrew Starr-Bochicchio
Linked upstream bug.

** Bug watch added: GNOME Bug Tracker #390121
   http://bugzilla.gnome.org/show_bug.cgi?id=390121

** Also affects: nautilus via
   http://bugzilla.gnome.org/show_bug.cgi?id=390121
   Importance: Unknown
   Status: Unknown

** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: Confirmed = Triaged

-- 
All Nautilus windows are unresponsive if another Nautilus window has a dialog 
box open.
https://bugs.launchpad.net/bugs/174074
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 83531] Re: CD ROM check menu item of boot loader boots to system instead of checking CD (Kubuntu Feisty Herd 3 AMD64)

2008-04-07 Thread PowerUser
I'm agree, all recent versions lack this problem - ok to close IMHO.

-- 
CD ROM check menu item of boot loader boots to system instead of checking CD 
(Kubuntu Feisty Herd 3 AMD64) 
https://bugs.launchpad.net/bugs/83531
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 213215] [NEW] Broken Fork of cdrtools Installed with Updates

2008-04-07 Thread pandion
Public bug reported:

After receiving an update for Ubuntu Gustsy Gibbon v7.10, CD and DVD
burning is now broken (other versions may also be affected).  I remember
seeing the original cdrtools files listed as being replaced or removed
during the update, but didn't know the problems it was going to cause so
I allowed the update to proceed.  After the update, all I am able to
burn are coasters.  Initially I thought K3B was the cause, but Brasero
and Nautilus also have the same problems and are unable to successfully
burn CDs or DVDs properly (I am writing this from a different PC so I
don't have the error messages at the moment).  After doing some research
on this problem, I found that the original cdrools utilities (which
worked and were able to successfully burn both CDs and DVDs on the
affected PC prior to the update) had been replaced with a broken fork
(which explains the messages I saw regarding replacing/removing these
files during an update).  The presence of the broken version can be
confirmed by checking the Programs being used for burning within K3B or
from the command line.  The link below to the cdrecord website has some
information regarding this broken fork and how to confirm the version
installed.  Last time I checked, this problem has not been corrected
through an update and fixing it manually is not something I know how to
do yet.  This needs to be fixed through an update.  Hopefully this
broken fork has not found it's way into the upcoming Hardy Heron
release.

http://cdrecord.berlios.de/private/linux-dist.html

Thanks, and keep up the good work!

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Broken Fork of cdrtools Installed with Updates
https://bugs.launchpad.net/bugs/213215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 212877] Re: [hardy] [regression] Firefox 3 Beta 5 SEGFAULTs constantly when switching flash pages

2008-04-07 Thread ski
[EMAIL PROTECTED]:~$ uname -a
Linux ganiodayo 2.6.24-15-generic #1 SMP Fri Apr 4 03:10:59 UTC 2008 x86_64 
GNU/Linux

CPU: Intel(R) Core(TM)2 CPU T7600  @ 2.33GHz

amd64, dualcore here.

I get the problem primarily when closing a tab with flash in it. ffox
3-beta4's flash support was solid. Why on earth did ffox get bumped to a
new unstable version at this stage of the game, instead of post-release,
when ffox goes stable?

-- 
[hardy] [regression] Firefox 3 Beta 5 SEGFAULTs constantly when switching flash 
pages
https://bugs.launchpad.net/bugs/212877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 139045] Re: Slow suspend on various Toshiba laptops

2008-04-07 Thread Mjumbe Wawatu Ukweli
i didn't think it worked either.  wasn't willing to let my computer go
so long with the fan spinning so high; figured something was wrong.

attached is the output from lspci -nvv for a Toshiba Tecra M6

System Information
Manufacturer: TOSHIBA
Product Name: TECRA M6
Version: PTM60U-0FF004
Serial Number: 97088080H
UUID: FF536800-6C72-11DC-8060-B05D97088080
Wake-up Type: Power Switch
SKU Number: 00
Family: 00


** Attachment added: lspci-nvv.output
   http://launchpadlibrarian.net/13159451/lspci-nvv.output

-- 
Slow suspend on various Toshiba laptops
https://bugs.launchpad.net/bugs/139045
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 134397] Re: Cannot remove any installed theme.

2008-04-07 Thread Andrew Starr-Bochicchio
** Changed in: avant-window-navigator (Ubuntu)
   Importance: Undecided = Low

-- 
Cannot remove any installed theme.
https://bugs.launchpad.net/bugs/134397
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 120268] Re: After upgrade to 7.04, line spacing in drawing too wide

2008-04-07 Thread Chris Cheney
Yes, it should help me to determine if the bug is corrected in 8.04 and
if not that I can see if it is an upstream (official OOo) bug or related
to Ubuntu and forward the bug with the doc and pictures for them to look
at.

Thanks,

Chris Cheney

-- 
After upgrade to 7.04, line spacing in drawing too wide
https://bugs.launchpad.net/bugs/120268
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 106186] Re: Fallback icon theme is not installed which causes icons to disappear

2008-04-07 Thread Chris Cheney
I have fixed this for the next upload and have marked the bug as Fix
Committed. The next upload will likely happen within the next 24 hours.

Thanks,

Chris Cheney

** Changed in: openoffice.org (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
Fallback icon theme is not installed which causes icons to disappear
https://bugs.launchpad.net/bugs/106186
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 55273] Re: inkscape generates no latex formula

2008-04-07 Thread Cuchaz
Not being able to use latex in inkscape is definitely a show-stopper for
me. I used to use the textext extension, but sadly it seems to be broken
in Ubuntu Harty (inkscape v0.46). So I was happy to learn inkscape
included a new built-in option for rendering latex. Except that doesn't
work either! I had to install the python lxml package to get past the
first error. But now, I get another error I am unable to resolve.

pstoedit: version 3.45 / DLL interface 108 (build Feb 13 2008 - release build - 
g++ 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)) : Copyright (C) 1993 
- 2007 Wolfgang Glunz
Traceback (most recent call last):
  File /usr/share/inkscape/extensions/eqtexsvg.py, line 119, in module
e.affect()
  File /usr/share/inkscape/extensions/inkex.py, line 154, in affect
self.effect()
  File /usr/share/inkscape/extensions/eqtexsvg.py, line 114, in effect
svg_open(self, svg_file)
  File /usr/share/inkscape/extensions/eqtexsvg.py, line 67, in svg_open
doc = inkex.etree.parse(filename)
  File etree.pyx, line 2045, in etree.parse
  File parser.pxi, line 970, in etree._parseDocument
  File parser.pxi, line 974, in etree._parseDocumentFromURL
  File parser.pxi, line 891, in etree._parseDocFromFile
  File parser.pxi, line 582, in etree._BaseParser._parseDocFromFile
  File parser.pxi, line 656, in etree._handleParseResult
  File parser.pxi, line 622, in etree._raiseParseError
IOError: Error reading file '/tmp/inkscape-NgjzxL/eq.svg': failed to load 
external entity /tmp/inkscape-NgjzxL/eq.svg

This happens when I click Effects - Render - Latex Formula and then
click apply (accepting the default content).

If anyone can find a workaround/fix for this, that would rock. I need
latex to annotate my paper figures.

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

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


Re: [Bug 184957] Re: firefox-3.0 crashed with SIGSEGV in __kernel_vsyscall()

2008-04-07 Thread nkempe
When I ran Gutsy Gibbon, I had the same problem.
Firefox 2 or 3, it didn't matter. Reinstalling flash_nonfree didn't help either.
What I did notice is that when I removed PulseAudio and went back to
Esound again, the problem vanished.

Now I run Hardy Heron, which uses PulseAudio by default, and the
problem is back again. About a quarter of the attempts to play any
Flash movie with sound results in a Firefox crash. These are mostly
YouTube movies.

Hope that helps a little.

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

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


[Bug 121611] Re: [Upstream] [hardy] Merged document spawns duplicate graphics

2008-04-07 Thread Chris Cheney
Yes, in Ubuntu 8.10 (Oct 2008).

-- 
[Upstream] [hardy] Merged document spawns duplicate graphics
https://bugs.launchpad.net/bugs/121611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 213207] Re: Vinagre appears in Add/remove applications twice as remote desktop viewer

2008-04-07 Thread xtknight
The file /usr/share/applications/vinagre-file.desktop contains
NoDisplay=True

Perhaps desktop files with NoDisplay=True should not be added to app-
install-data-ubuntu.

** Also affects: app-install-data-ubuntu (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Vinagre appears in Add/remove applications twice as remote desktop viewer
https://bugs.launchpad.net/bugs/213207
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 212713] Re: dolphin tab

2008-04-07 Thread Kari Argillander
** Changed in: dolphin (Ubuntu)
   Status: New = Invalid

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

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


[Bug 204010] Re: networking not working

2008-04-07 Thread SirYorik
Same problem still exists with new kernel package 2.6.24-15

vv-etch64:~# uname -a
Linux vv-etch64 2.6.24-15-xen #1 SMP Fri Apr 4 05:04:49 UTC 2008 x86_64 
GNU/Linux

vv-etch64:~# ping -c 1 192.168.3.100
PING 192.168.3.100 (192.168.3.100) 56(84) bytes of data.
From 192.168.3.174 icmp_seq=1 Destination Host Unreachable

vv-etch64:~# ifconfig 
eth0  Link encap:Ethernet  HWaddr AA:00:00:00:00:D2  
  inet addr:192.168.3.174  Bcast:192.168.3.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
   RX bytes:0 (0.0 b)  TX bytes:252 (252.0 b)

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

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


[Bug 172985] Re: LCD Brightness buttons do not work on ThinkPad R61/T61/X61

2008-04-07 Thread Fredrik Wendt
Ani: On my T61 the brightness always takes two steps, no matter if it's
up or down (brighter/darker).

-- 
LCD Brightness buttons do not work on ThinkPad R61/T61/X61
https://bugs.launchpad.net/bugs/172985
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 155030] Re: Brightness applet flickers on Toshiba Satellite A105 (A105-S4254)

2008-04-07 Thread Noorez
This also happens on Satellite A100-SK9 for me. I can only get a steady
change in brightness by using:

# echo -n setting  /proc/acpi/video/VGA/LCD/brightness

-- 
Brightness applet flickers on Toshiba Satellite A105 (A105-S4254)
https://bugs.launchpad.net/bugs/155030
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 139045] Re: Slow suspend on various Toshiba laptops

2008-04-07 Thread Mjumbe Wawatu Ukweli
sorry, i should make that attachment more clear.
thanks for getting this fixed, btw.  big quality-of-life improvement :)

** Attachment added: lspci -nvv output for Toshiba Tecra M6
   http://launchpadlibrarian.net/13159485/lspci-nvv.note

-- 
Slow suspend on various Toshiba laptops
https://bugs.launchpad.net/bugs/139045
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 139045] Re: Slow suspend on various Toshiba laptops

2008-04-07 Thread Mjumbe Wawatu Ukweli
and, of course, that was the wrong file.  sorry again.

** Attachment added: lspci -nvv output for Toshiba Tecra M6
   http://launchpadlibrarian.net/13159490/lspci-nvv.output

-- 
Slow suspend on various Toshiba laptops
https://bugs.launchpad.net/bugs/139045
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 109549] Re: Auto-upgrade of Kubuntu 6.10 i386 to 7.04 has screwed up X server so it failed to start

2008-04-07 Thread PowerUser
Ok to close.Issue is worked around and OS version is getting outdated.

-- 
Auto-upgrade of Kubuntu 6.10 i386 to 7.04 has screwed up X server so it failed 
to start
https://bugs.launchpad.net/bugs/109549
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 1] Re: Microsoft has a majority market share

2008-04-07 Thread Conrad Knauer
foosean010:

Regarding the number of Linux distributions, while there are a lot
(around 350 active ones listed on DistroWatch as per
http://distrowatch.com/weekly.php?issue=20080331), the vast majority are
minor players (just getting started, winding down, niche, etc.)  I put
some of my notes about that here:
http://limulus.wordpress.com/2007/06/29/pclinuxos-popularity/  IMHO
there is really only one main Linux distribution; that would be Ubuntu
:)  Yes, you can find others that do particular things better and/or
differently, but Ubuntu is usually voted the most popular, the one by
which others tend to be judged these days and as a whole it does a very
good job.

As far as a COMPLETELY user friendly Linux distro, I would suggest
calling it 'Utopia OS' since NO OS is COMPLETELY user friendly.  The
best you can do is continually work at it :)

Regarding proprietary games, with Wine 1.0 coming out soon, I would
suggest that would be a better focus for compatibility than any
particular Linux distro.

Regarding your point #2, with just a little pickyness when selecting
hardware, Ubuntu is the superior OS compared to Windows (*especially
Vista* http://limulus.wordpress.com/2008/04/05/an-unscientific-poll/ ;)
so I suppose that it really IS just a question of marketing now.  My
personal prediction is that the third LTS Ubuntu release, which should
be 10.04, will achieve a 'Windows 95' type breakthrough (the oft-
predicted 'year of the Linux desktop';
http://limulus.wordpress.com/2007/08/13/2010-the-year-of-the-linux-
desktop/)

I think the trick to getting advertising will be getting the OEMs
onboard.  Dell is still being timid about showing off their Ubuntu
systems.  If a couple more OEMs started preloading Ubuntu, then we
probably will see some ads going up as they compete with each other for
sales.

Anyway, just a little closing thought; I am running Ubuntu Hardy (pre-
release) on a three year old computer (2 GHz 32-bit AMD (single)
Processor, 1 GB RAM, 128 MB ATI Radeon 9250-based video card, DVD RW
drive) that is probably worth less than $500 US (including the monitor)
now and yet it runs like a dream; my windows are wobbly, my 'desktop' is
a cube, and when I press super-k I get stars around my cursor (its the
little things that make me happy :)  I am not in a constant state of
paranoia over malware, my software didn't cost a large percentage of my
hardware, my documents are saved in formats that I should easily be able
to open in a decade, and there is no DRM to be seen anywhere ^_^  I've
been talking to a young guy who works at a local computer store and he
is just in awe of Ubuntu; its like magic to him ('WOW' moments included:
free cost, EULA (yes, please do make copies for your friends :), LiveCD,
Synaptic, Compiz fun, predictable releases).  Once there is a 'critical
mass' of 'average' people who know about Desktop Linux in its current
form, I don't think that OEMs will be able to ignore the demand.

-- 
Microsoft has a majority market share
https://bugs.launchpad.net/bugs/1
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 212231] Re: [Hardy] Xinerama crashes X-Server on GM965

2008-04-07 Thread 7oby
Using Xrandr works perfectly and gives me dual head!

I was very well aware of the Xrandr extension, but since I had to tweak the 
output pipelines using the --crtc switch and manually add
SubSection Display
Virtual 3200 3000
EndSubSection
to /etc/xorg.conf, I gave up on Xrandr too early in the first place. In general 
I'm a friend of not editing those files that get generated by distribution 
specific tools.

Instead I used the old school Xinerama style which seemed to me being
the style Ubuntu Hardy expects by exposing the displayconfig GUI. I
simply wasn't aware that Xinerama support is not only deprecated, but
broken in these intel drivers. As such I would have appreciated very
much if displayconfig would have warned me as Bryce suggested.

-- 
[Hardy] Xinerama crashes X-Server on GM965
https://bugs.launchpad.net/bugs/212231
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209136] Re: use system icons

2008-04-07 Thread Patrice Vetsel
** Changed in: nautilus-share (Ubuntu)
   Importance: Undecided = Low

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

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


[Bug 172775] Re: /var/run/zabbix-server deleted after reboot

2008-04-07 Thread Stephan Hermann
** Changed in: zabbix (Ubuntu)
 Assignee: (unassigned) = Stephan Hermann (shermann)
   Status: New = Confirmed

-- 
/var/run/zabbix-server deleted after reboot
https://bugs.launchpad.net/bugs/172775
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 134415] Re: Unable to disable field shadings

2008-04-07 Thread Chris Cheney
Evgeny,

You say this bug still exists in Hardy? I just tested it and it doesn't
appear for me, the grey background goes away when I don't have:
View-Field Shadings enabled (checked). The fact that it shows the grey
box when it is checked is a feature and is supposed to happen, the bug
is that it used to not disable when you unchecked the option. This
appears to be fixed in ooo-build on Feb 5, 2008.

And actually for the original bug of the bullets showing grey, they
never show grey for me anymore I guess they aren't considered 'Field's
anymore.

If you can prove that it still happens in current Hardy (screenshot with
version showing from Help-About showing the version you are seeing it
on then feel free to reopen this bug.

Chris

** Changed in: openoffice.org (Ubuntu)
Sourcepackagename: openoffice.org2 = openoffice.org
   Status: Confirmed = Fix Released

-- 
Unable to disable field shadings
https://bugs.launchpad.net/bugs/134415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 96644] Re: zabbix_agentd will not start after reboot

2008-04-07 Thread Stephan Hermann
** Changed in: zabbix (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Stephan Hermann (shermann)
   Status: New = Confirmed

-- 
zabbix_agentd will not start after reboot
https://bugs.launchpad.net/bugs/96644
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 181700] Re: [Ubuntu] [hardy] openoffice.org API offers not the functionality of official OOo

2008-04-07 Thread Chris Cheney
Thank you for the status update, it is most likely java related but we
can't change the java compiler until openjdk final version is released
and is migrated to main.

Thanks,

Chris Cheney

-- 
[Ubuntu] [hardy] openoffice.org API offers not the functionality of official OOo
https://bugs.launchpad.net/bugs/181700
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 180198] Re: Arial font in Openoffice displays wrong german characters

2008-04-07 Thread Chris Cheney
I can't reproduce this bug, if you can then please include a copy of the
odt file and the resulting pdf. I am including an example output pdf. Do
you happen to not actually have the Arial font installed, and thus its
falling back to some other font that is defective?

** Changed in: openoffice.org (Ubuntu)
   Status: New = Fix Released

-- 
Arial font in Openoffice displays wrong german characters
https://bugs.launchpad.net/bugs/180198
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 180198] Re: Arial font in Openoffice displays wrong german characters

2008-04-07 Thread Chris Cheney

** Attachment added: test-pdf.pdf
   http://launchpadlibrarian.net/13159511/test-pdf.pdf

-- 
Arial font in Openoffice displays wrong german characters
https://bugs.launchpad.net/bugs/180198
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 213217] [NEW] Hibernate and suspend doesn't work on HP dv6215ea

2008-04-07 Thread groovyjona
Public bug reported:

I have installed Hardy in my laptop. With Gutsy all was allright, suspend and 
hibernate worked.
With hardy, it works sometimes. I've tried to install differents paquets but in 
vain...

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Hibernate and suspend doesn't work on HP dv6215ea
https://bugs.launchpad.net/bugs/213217
You received this bug notification because you are a member of 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 211322] Re: network manager fails to find wireless network after suspend

2008-04-07 Thread joss
Hello,

Thanks for your help. Yes, I was suffering from bug 183968 ('wlan_rename').
After following the two steps noted for that bug, it's now been resolved.

Joss

On Mon, Apr 7, 2008 at 6:43 AM, Mary Gardiner [EMAIL PROTECTED] wrote:

 joss, are you able to tell us what the output of ifconfig in a
 terminal is?

 ** Tags added: likely-dup

 --
 network manager fails to find wireless network after suspend
 https://bugs.launchpad.net/bugs/211322
 You received this bug notification because you are a direct subscriber
 of the bug.



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

-- 
network manager fails to find wireless network after suspend
https://bugs.launchpad.net/bugs/211322
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 205925] Re: [HARDY] loud noise on resume [XPSM1330]

2008-04-07 Thread Christophe Dumez
No sorry, this is still happening. It just does not happen on every
resume.

** Changed in: gnome-power-manager (Ubuntu)
   Status: Fix Released = New

-- 
[HARDY] loud noise on resume [XPSM1330]
https://bugs.launchpad.net/bugs/205925
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 177856] Re: Gutsy 64: nspluginwrapper errors with flashplugin-nonfree 9.0.115

2008-04-07 Thread Matthew Tighe
 Flash crashes more in Firefox 3 beta 5 than beta 4.

Definitely agreed. I've had much more crashes.

-- 
Gutsy 64: nspluginwrapper errors with flashplugin-nonfree 9.0.115
https://bugs.launchpad.net/bugs/177856
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 172775] Re: /var/run/zabbix-server deleted after reboot

2008-04-07 Thread Launchpad Bug Tracker
This bug was fixed in the package zabbix - 1:1.4.2-4ubuntu3

---
zabbix (1:1.4.2-4ubuntu3) hardy; urgency=low

  * debian/zabbix-agent.init:
+ fixing missing pid directory in /var/run
  - Closes (LP: #96644)
  - Closes (LP: #172775)
  * Modify Maintainer value to match the DebianMaintainerField
specification.

 -- Stephan Hermann [EMAIL PROTECTED]   Mon, 07 Apr 2008 08:39:06 +0200

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

-- 
/var/run/zabbix-server deleted after reboot
https://bugs.launchpad.net/bugs/172775
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 162003] Re: usbnet no longer working

2008-04-07 Thread gwi
Nice, how about fixing it?

-- 
usbnet no longer working
https://bugs.launchpad.net/bugs/162003
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 96644] Re: zabbix_agentd will not start after reboot

2008-04-07 Thread Launchpad Bug Tracker
This bug was fixed in the package zabbix - 1:1.4.2-4ubuntu3

---
zabbix (1:1.4.2-4ubuntu3) hardy; urgency=low

  * debian/zabbix-agent.init:
+ fixing missing pid directory in /var/run
  - Closes (LP: #96644)
  - Closes (LP: #172775)
  * Modify Maintainer value to match the DebianMaintainerField
specification.

 -- Stephan Hermann [EMAIL PROTECTED]   Mon, 07 Apr 2008 08:39:06 +0200

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

-- 
zabbix_agentd will not start after reboot
https://bugs.launchpad.net/bugs/96644
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 213219] [NEW] wrong video skype

2008-04-07 Thread ProMIX
Public bug reported:

when I run the camera displayed green
==
[EMAIL PROTECTED]:~$ lsb_release -rd
Description:Ubuntu 7.10
Release:7.10
==
skype:
  Instalat: 2.0.0.68-1
  Candidează: 2.0.0.68-1
  Tabela de versiuni:
 *** 2.0.0.68-1 0
 100 /var/lib/dpkg/status

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

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

[Bug 213219] Re: wrong video skype

2008-04-07 Thread ProMIX

** Attachment added: bugimg
   http://launchpadlibrarian.net/13159586/bugimg.jpg

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

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


[Bug 212206] Re: [Hardy] digital output driver (SDVO) sets wrong resolution on GM965

2008-04-07 Thread 7oby
 (EE) intel(0): Unable to write to SDVOCTRL_E for SDVOB Slave 0x70.

This error message is actually also present in other bug reports:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/149430

-- 
[Hardy] digital output driver (SDVO) sets wrong resolution on GM965
https://bugs.launchpad.net/bugs/212206
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 198537] Re: recent documents don't sort the reopen documents of OpenOffice.org

2008-04-07 Thread Chris Cheney
Ok, I have been able to reproduce it. It is interesting, probably an
upstream bug but I will have to look into it further.

If you reopen the same file using File-Open then it works properly.
However if you reopen the file using File-Recent Documents in OOo it
doesn't cause it to go back to the top of the list in Gnome.

** Changed in: openoffice.org (Ubuntu)
   Status: Fix Released = Confirmed

** Also affects: openoffice
   Importance: Undecided
   Status: New

** Summary changed:

- recent documents don't sort the reopen documents of OpenOffice.org
+ [Upstream] [hardy] recent documents don't sort the reopen documents of 
OpenOffice.org

-- 
[Upstream] [hardy] recent documents don't sort the reopen documents of 
OpenOffice.org
https://bugs.launchpad.net/bugs/198537
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 198537] Re: [Upstream] [hardy] recent documents don't sort the reopen documents of OpenOffice.org

2008-04-07 Thread Chris Cheney
Oh yea, I also see that opening the file using Places-Recent Documents
doesn't cause it to resort to the top of the list either, which I think
was what the original bug report was about.

-- 
[Upstream] [hardy] recent documents don't sort the reopen documents of 
OpenOffice.org
https://bugs.launchpad.net/bugs/198537
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 173418] Re: [Hardy] NVIDIA cards using vesa driver and low screen resolutions on livecd

2008-04-07 Thread Risto Välimäki
Timo, I think I had every single one of those installed and linux-
generic as well.

But for me, latest updates have done the trick and *everything just
works*!

Kernel is now 2.6.24-15

-- 
[Hardy] NVIDIA cards using vesa driver and low screen resolutions on livecd
https://bugs.launchpad.net/bugs/173418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 124406] Re: Keyboard keys get stuck and repeat (Feisty, Gutsy)

2008-04-07 Thread Tom Jaeger
Expect some modules not to load in this version of the kernel since this
also needs an updated linux-ubuntu-modules package, which I will have to
wait until tomorrow.  But it should be good enough for preliminary
testing.

** Attachment added: linux image package with backported changes
   
http://launchpadlibrarian.net/13159563/linux-image-2.6.24-15-generic_2.6.24-15.26ubuntu1_i386.deb

-- 
Keyboard keys get stuck and repeat (Feisty, Gutsy)
https://bugs.launchpad.net/bugs/124406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 124406] Re: Keyboard keys get stuck and repeat (Feisty, Gutsy)

2008-04-07 Thread Tom Jaeger

** Attachment added: debdiff
   http://launchpadlibrarian.net/13159569/stuck.debdiff

-- 
Keyboard keys get stuck and repeat (Feisty, Gutsy)
https://bugs.launchpad.net/bugs/124406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 124406] Re: Keyboard keys get stuck and repeat (Feisty, Gutsy)

2008-04-07 Thread Tom Jaeger
Headers, in case you want to build linux-ubuntu-modules yourself.

** Attachment added: 
linux-headers-2.6.24-15-generic_2.6.24-15.26ubuntu1_i386.deb
   
http://launchpadlibrarian.net/13159585/linux-headers-2.6.24-15-generic_2.6.24-15.26ubuntu1_i386.deb

-- 
Keyboard keys get stuck and repeat (Feisty, Gutsy)
https://bugs.launchpad.net/bugs/124406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 213220] [NEW] kopete crashes, scim seems to be to blame

2008-04-07 Thread TheGZeus
Public bug reported:

This could be a scim bug, as I've had similar backtraces from other KDE 
applications.
[KCrash handler]
#6  0xb5b2cecb in scim::QScimInputContext::slot_hide_preedit_string ()
   from /usr/lib/qt3/plugins/inputmethods/libqscim.so
#7  0xb5b35752 in scim::FunctionSlot1void, scim::IMEngineInstanceBase*::call
() from /usr/lib/qt3/plugins/inputmethods/libqscim.so
#8  0xb5a7da12 in scim::IMEngineInstanceBase::hide_preedit_string ()
   from /usr/lib/libscim-1.0.so.8
#9  0xb5b0cea7 in scim::SocketInstance::do_transaction ()
   from /usr/lib/scim-1.0/1.4.0/IMEngine/socket.so
#10 0xb5b0efce in scim::SocketInstance::commit_transaction ()
   from /usr/lib/scim-1.0/1.4.0/IMEngine/socket.so
#11 0xb5b0f80e in scim::SocketInstance::reset ()
   from /usr/lib/scim-1.0/1.4.0/IMEngine/socket.so
#12 0xb5b2bce0 in scim::QScimInputContext::reset ()
   from /usr/lib/qt3/plugins/inputmethods/libqscim.so
#13 0xb5dc8495 in QMultiInputContext::reset ()
   from /usr/lib/qt3/plugins/inputmethods/libqimsw-multi.so
#14 0xb67f5215 in QWidget::resetInputContext () from /usr/lib/libqt-mt.so.3
#15 0xb6977ac9 in QLineEdit::setText () from /usr/lib/libqt-mt.so.3
#16 0xb693f836 in QComboBox::setLineEdit () from /usr/lib/libqt-mt.so.3
#17 0xb693a218 in QComboBox::setUpLineEdit () from /usr/lib/libqt-mt.so.3
#18 0xb693f5dd in QComboBox::QComboBox () from /usr/lib/libqt-mt.so.3
#19 0xb729bec0 in KComboBox::KComboBox () from /usr/lib/libkdeui.so.4
#20 0xb72a6dc4 in KFontCombo::KFontCombo () from /usr/lib/libkdeui.so.4
#21 0xb73028d0 in KFontAction::plug () from /usr/lib/libkdeui.so.4
#22 0xb71e6733 in KXMLGUI::BuildHelper::processActionElement ()
   from /usr/lib/libkdeui.so.4
#23 0xb7272b46 in KXMLGUI::BuildHelper::processActionOrCustomElement ()
   from /usr/lib/libkdeui.so.4
#24 0xb7311ea2 in KXMLGUI::BuildHelper::processElement ()
   from /usr/lib/libkdeui.so.4
#25 0xb7312143 in KXMLGUI::BuildHelper::build () from /usr/lib/libkdeui.so.4
#26 0xb731224e in KXMLGUI::BuildHelper::processContainerElement ()
   from /usr/lib/libkdeui.so.4
#27 0xb731205e in KXMLGUI::BuildHelper::processElement ()
   from /usr/lib/libkdeui.so.4
#28 0xb7312143 in KXMLGUI::BuildHelper::build () from /usr/lib/libkdeui.so.4
#29 0xb731297d in KXMLGUIFactory::addClient () from /usr/lib/libkdeui.so.4
#30 0xb7740d3e in KParts::MainWindow::createGUI ()
   from /usr/lib/libkparts.so.2
#31 0xb59cf808 in KopeteChatWindow::setActiveView ()
   from /usr/lib/kde3/kopete_chatwindow.so
#32 0xb59d1035 in ChatView::makeVisible ()
   from /usr/lib/kde3/kopete_chatwindow.so
#33 0xb59c4fe6 in ChatView::raise () from /usr/lib/kde3/kopete_chatwindow.so
#34 0xb7e44154 in Kopete::Contact::execute () from /usr/lib/libkopete.so.1
#35 0xb7e44193 in Kopete::MetaContact::execute () from /usr/lib/libkopete.so.1
#36 0x080b48bc in ?? ()
#37 0x082da6b8 in ?? ()
#38 0xb7ea6cac in ?? () from /usr/lib/libkopete.so.1
#39 0xbfd72498 in ?? ()
#40 0xb7e6e0e8 in Kopete::UI::ListView::ComponentBase::componentAt ()
   from /usr/lib/libkopete.so.1
#41 0x0808a21b in ?? ()
#42 0x082dba48 in ?? ()
#43 0xbfd72500 in ?? ()
#44 0x082dba70 in ?? ()
#45 0x0028 in ?? ()
#46 0x082dba48 in ?? ()
#47 0x0014 in ?? ()
#48 0x01d724e8 in ?? ()
#49 0x000d in ?? ()
#50 0x0064 in ?? ()
#51 0x009d in ?? ()
#52 0xbfd724f8 in ?? ()
#53 0xb5febc50 in _xcb_unlock_io () from /usr/lib/libxcb.so.1
#54 0x08094630 in ?? ()
#55 0x081c7da8 in ?? ()
#56 0x082dba70 in ?? ()
#57 0xbfd728e8 in ?? ()
#58 0x in ?? ()

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

-- 
kopete crashes, scim seems to be to blame
https://bugs.launchpad.net/bugs/213220
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 213220] Re: kopete crashes, scim seems to be to blame

2008-04-07 Thread TheGZeus
This is Hardy, BTW

-- 
kopete crashes, scim seems to be to blame
https://bugs.launchpad.net/bugs/213220
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 211322] Re: network manager fails to find wireless network after suspend

2008-04-07 Thread Mary Gardiner
*** This bug is a duplicate of bug 183968 ***
https://bugs.launchpad.net/bugs/183968

Thanks, marking this as a duplicate of bug 183968.

** Changed in: udev (Ubuntu)
Sourcepackagename: network-manager = udev
   Status: Incomplete = Invalid

** This bug has been marked a duplicate of bug 183968
   mac80211 master interface matches existant persistent network rules

-- 
network manager fails to find wireless network after suspend
https://bugs.launchpad.net/bugs/211322
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 207111] Re: OpenOffice Systray Quickstarter not visable

2008-04-07 Thread Chris Cheney
The meta-package installs a LOT more than just what openoffice.org-gtk
does, so no they don't operate the same way.

** Changed in: openoffice.org (Ubuntu)
   Status: Incomplete = Fix Released

-- 
OpenOffice Systray Quickstarter not visable
https://bugs.launchpad.net/bugs/207111
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 182474] Re: [Hardy Alpha 3] Broken launcher (normally Firefox) in default Gobuntu install

2008-04-07 Thread F. Alexander Njemz
The issue still persists in Beta. Downloaded the current gobuntu
yesterday (04/06/2008).

-- 
[Hardy Alpha 3] Broken launcher (normally Firefox) in default Gobuntu install
https://bugs.launchpad.net/bugs/182474
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 20767] Re: openoffice apps are rude and steal wm focus

2008-04-07 Thread Chris Cheney
** Also affects: openoffice
   Importance: Undecided
   Status: New

** Summary changed:

- openoffice apps are rude and steal wm focus
+ [Upstream] [hardy] openoffice apps are rude and steal wm focus

-- 
[Upstream] [hardy] openoffice apps are rude and steal wm focus
https://bugs.launchpad.net/bugs/20767
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 212669] Re: newly installed fonts don't show up in hardy

2008-04-07 Thread Arne Goetje
** Changed in: x-ttcidfont-conf (Ubuntu)
Sourcepackagename: fontconfig = x-ttcidfont-conf

-- 
newly installed fonts don't show up in hardy
https://bugs.launchpad.net/bugs/212669
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 212634] Re: Please sponsor aria2 0.13.1-0ubuntu1 (universe)

2008-04-07 Thread Jordan Mantha
As we are far past FeatureFreeze and I don't see a FF exception I am
unsubscribing ubuntu-universe-sponsors as we won't be able to upload
this for Hardy. When Intrepid opens up feel free to resubscribe with an
updated package if Debian doesn't have this version yet.

-- 
Please sponsor aria2 0.13.1-0ubuntu1 (universe)
https://bugs.launchpad.net/bugs/212634
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 210404] Re: open-office calc printing is incorrect

2008-04-07 Thread Chris Cheney
Do you happen to know what it was that upgraded that broke your
printing? Nothing on openoffice has been updated in many months on Gutsy
so it wasn't it.

Thanks,

Chris Cheney

** Changed in: openoffice.org (Ubuntu)
   Status: New = Incomplete

-- 
open-office calc printing is incorrect 
https://bugs.launchpad.net/bugs/210404
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 210170] Re: Need a Shared Folders menu item like we had with shares-admin.

2008-04-07 Thread Patrice Vetsel
** Changed in: nautilus-share (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Need a Shared Folders menu item like we had with shares-admin.
https://bugs.launchpad.net/bugs/210170
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 210166] Re: No sharing help

2008-04-07 Thread Patrice Vetsel
** Changed in: nautilus-share (Ubuntu)
   Importance: Undecided = Wishlist
   Status: New = Confirmed

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

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


[Bug 207823] Re: Editing a Title of a diagram in Calc

2008-04-07 Thread Chris Cheney
I believe that this bug has been corrected in Ubuntu hardy
openoffice.org 1:2.4.0-3ubuntu1 so I am marking it as Fix Released. If
after upgrading you continue to have problems with this issue then feel
free to reopen this bug.

Thanks,

Chris Cheney

** Changed in: openoffice.org (Ubuntu)
   Status: New = Fix Released

-- 
Editing a Title of a diagram in Calc
https://bugs.launchpad.net/bugs/207823
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 195933] Re: Doesn't appear in Hardy's Applications menu

2008-04-07 Thread Stephan Hermann
@Andrew: I don't know where you got it , but packages without a patch system 
shouldn't introduce a new build-dep on a patch system.
diff.gz is enough for that...



** Changed in: subtitleeditor (Ubuntu)
 Assignee: (unassigned) = Stephan Hermann (shermann)

-- 
Doesn't appear in Hardy's Applications menu
https://bugs.launchpad.net/bugs/195933
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 124406] Re: Keyboard keys get stuck and repeat (Feisty, Gutsy)

2008-04-07 Thread Timo Aaltonen
** Changed in: linux (Ubuntu)
Sourcepackagename: None = linux
   Importance: Undecided = High
   Status: Confirmed = Triaged

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Ubuntu Kernel Team (ubuntu-kernel-team)

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=9448
   Importance: Unknown
   Status: Unknown

** Changed in: xorg-server (Ubuntu)
   Status: New = Invalid

-- 
Keyboard keys get stuck and repeat (Feisty, Gutsy)
https://bugs.launchpad.net/bugs/124406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 213212] Re: freeze with lots of usb events

2008-04-07 Thread Martin-Éric Racine
Similar issues have been previously reported with the Koolu hardware. This 
issue also affects the Linutop-2 and Sumo.
All three products are based on similar FIC hardware.  See 
http://www.fic.com.tw/product/minipc.aspx for details.

The main issue is that some patches against the x86emu component in
xserver-xorg-core have yet to be merged upstream.

-- 
freeze with lots of usb events
https://bugs.launchpad.net/bugs/213212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 213055] Re: sshfs unstable with linux 2.6.24-15.26 on amd64

2008-04-07 Thread ski
Pretty sure this is not a fuse/sshfs problem, as sshfs has not been
changed since october, and fuse has not been updated since 2/26. The
problem is something in the new kernel.

-- 
sshfs unstable with linux 2.6.24-15.26 on amd64
https://bugs.launchpad.net/bugs/213055
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 212669] Re: newly installed fonts don't show up in hardy

2008-04-07 Thread Arne Goetje
@ubuntu-main-sponsors:
Please sync version 27 from Debian unstable. It fixes this bug.

** Changed in: x-ttcidfont-conf (Ubuntu)
   Status: New = Confirmed

-- 
newly installed fonts don't show up in hardy
https://bugs.launchpad.net/bugs/212669
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 210596] Re: Openoffice fails to correctly save xls files

2008-04-07 Thread Chris Cheney
I believe that this bug has been corrected in Ubuntu hardy
openoffice.org 1:2.4.0-3ubuntu1 so I am marking it as Fix Released. If
after upgrading you continue to have problems with this issue then feel
free to reopen this bug.

Thanks,

Chris Cheney

** Changed in: openoffice.org (Ubuntu)
   Status: Incomplete = Fix Released

-- 
Openoffice fails to correctly save xls files
https://bugs.launchpad.net/bugs/210596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 210505] Re: openoffice writer letterproblems , instead of ü + search function

2008-04-07 Thread Chris Cheney
What font were you using, what version of Ubuntu and what version
openoffice.org?

Thanks,

Chris Cheney

** Changed in: openoffice.org (Ubuntu)
   Status: New = Incomplete

-- 
openoffice writer letterproblems , instead of ü  + search function
https://bugs.launchpad.net/bugs/210505
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 201468] Re: [hardy] sliders for gamma correction don't work in displayconfig

2008-04-07 Thread Sven Boden

ok, got that. Would it be possible to somehow detect this problem before and 
disable e.g. the sliders. A bug report someone will probably raise one time or 
the other is sliders in displayconfig don't do anything.

-- 
[hardy] sliders for gamma correction don't work in displayconfig
https://bugs.launchpad.net/bugs/201468
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kde-guidance in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 197995] Re: nm-applet can't handle wlan SSIDs containing non-ASCII chars

2008-04-07 Thread Peter Kerekfy
I have tested the latest development release: hardy heron beta.

I can confirm that this issue is still reproducible with hardy.

-- 
nm-applet can't handle wlan SSIDs containing non-ASCII chars
https://bugs.launchpad.net/bugs/197995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 109559] Re: Upgrade of Kubuntu 6.10 to 7.04 (x64) has caused that lighttpd to no longer starts

2008-04-07 Thread PowerUser
Reopened, sorry.Resolution not seems to be acceptable for me, that's
why...

1) I see no any valid reasons why updater should want to touch my (pre-
existing and non-empty) logs directory (/var/logs/lighttpd) on working
server.It already exists.It works.Logs are not part of package but a
runtime-generated data and if server works, things are definitely tuned
to do work right.Why the hell should updater then mess things up?I can
understand if I'm installing package from scratch and there is no
directory - ok to create new one with defaults.But changing parameters
of pre-existing directories during update without a strong reason is a
very bad idea, IMHO.

2) Touching logs directory of working server when it's not empty (during
update) in best case will do exactly nothing.In not so lucky case it
will sabotage lighttpd server's operation or do whatever else system
administrator hardly will like.So, what is gained here, then? I'm
thinking this operation on update is utterly stupid.

3) Non-default user may be convenient in some cases.Like it was in my
one.

4) As a system administrator I want to trust to Ubuntu's installer and
updater, up to level when scheduled updates are applied automatically in
some cases when I can't manage things manually immediately.Right now
this may lead to very poor experience.Updater is definitely not expected
to apply destructive (but useless) changes to my system.

P.S. actually, such behavior caused some real server outage (not
critical one, luckily).While I can read any documentation, this will not
change the fact that installer does meaningless but destructive action
which sabotages server's normal operation.Do you really expect I will
use such system with so competent repositories maintenance on some
critical servers, then?Will try to reopen bug since it's pretty
annoying.

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

-- 
Upgrade of Kubuntu 6.10 to 7.04 (x64) has caused that lighttpd to no longer 
starts
https://bugs.launchpad.net/bugs/109559
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 213221] [NEW] Speedcrunch parses exponent wrongly

2008-04-07 Thread Albert Deuzeman
Public bug reported:

Binary package hint: speedcrunch

Bug occurs with Ubuntu hardy (development branch), package speedcrunch
0.9-0ubuntu1

To reproduce the bug, enter:
2e-01enter

This should be parsed (and displayed) as 0.2. Instead, it parses to 2.0.

The behaviour is due to the leading 0 in the exponent, that makes the whole 
exponent parse to zero.
Removing the leading 0 makes the number parse correctly. It is confirmed not to 
be a weird intentional feature
by the program (fortunately).

Unfortunately, this is a regression for Hardy. Gutsy parses correctly. The bug 
was initially reported to the
Speedcrunch developers, who informed me it wasn't reproducible on Gutsy or in 
their new version 0.10.
According to them, this should be a packaging error and they referred me here.

Although the problem may seem a bit obscure, I found it extremely annoying. It 
prevents one from simply copying in the
results of other codes when they happen to output their values in scientific 
notation with a two digit exponent.

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

-- 
Speedcrunch parses exponent wrongly
https://bugs.launchpad.net/bugs/213221
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 211780] Re: Cannot connect to network when using hostap_pci

2008-04-07 Thread Sitsofe Wheeler
The access point for me is a WRT54GL. If I connect to the access using
manual configuration (which has its own issues, see Bug #185209) then a
working connection is established.

J. David Smith:
I'd be surprised if the primary was 1.7.3...


** Summary changed:

- Cannot connect to network when using hostap_pci
+ Cannot connect automatically to access point when using hostap_pci

-- 
Cannot connect automatically to access point when using hostap_pci
https://bugs.launchpad.net/bugs/211780
You received this bug notification because you are a member of 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   >