[Bug 119295] Re: OpenSSH should support VIA PadLock

2008-04-22 Thread Ian Lister
From the OpenSSL engine documentation at
http://www.openssl.org/docs/crypto/engine.html :

 Automatically using builtin ENGINE implementations

 Here we'll assume we want to load and register all ENGINE implementations
 bundled with OpenSSL, such that for any cryptographic algorithm required by
 OpenSSL - if there is an ENGINE that implements it and can be initialise, it
 should be used. The following code illustrates how this can work;

  /* Load all bundled ENGINEs into memory and make them visible */
  ENGINE_load_builtin_engines();
  /* Register all of them for every algorithm they collectively implement */
  ENGINE_register_all_complete();

 That's all that's required. Eg. the next time OpenSSL tries to set up an RSA
 key, any bundled ENGINEs that implement RSA_METHOD will be passed to
 ENGINE_init() and if any of those succeed, that ENGINE will be set as the
 default for RSA use from then on.

From the above, as long as the Padlock engine loads successfully it
should be used where possible. The output of openssl engine should
indicate whether the engine is able to load successfully, and calling
ENGINE_set_default_ciphers() shouldn't affect what's loaded or not
loaded.

At the time I posted my previous comment I was testing with OpenSSH
4.7p1 on FreeBSD 6.2 and its system OpenSSL 0.9.7e-p1. Since then I've
updated the machine to FreeBSD 7.0 (with its system OpenSSL 0.9.8e).
Like you, I do *not* now see any acceleration unless I add a call to
ENGINE_set_default_ciphers(). Further, a call to
ENGINE_get_cipher_engine(NID_aes_128_ecb) immediately prior to calling
ENGINE_set_default_ciphers() returns NULL, but a call immediately
afterwards returns non-NULL.

I thought I previously didn't need to call ENGINE_set_default_ciphers()
at all (and that I was seeing acceleration without any configuration or
other code changes), but it's possible I confused myself and only ever
tested a version with an explicit ENGINE_set_default_ciphers() call.
It's also possible that the behaviour changed between versions. Either
way the current behaviour we're both seeing doesn't match the
documentation above, which would be a bug in OpenSSL. I'll have a
further dig when I get a chance (unless you or somebody else beats me to
it).

-- 
OpenSSH should support VIA PadLock
https://bugs.launchpad.net/bugs/119295
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


Re: [Bug 217815] Re: Installation stalls randomly until a key is pressed

2008-04-22 Thread Matt Zimmerman
On Mon, Apr 21, 2008 at 09:19:23PM -, Colin Watson wrote:
 Derek: There's no screensaver in d-i. Screen blanking is a distant
 possibility, though. The default screen blanking interval set by the
 kernel is 10 minutes, and d-i doesn't change this; if the failure
 happens after 10 minutes (or nearby, to allow for possible clock skew
 inside kvm) then that would provide some circumstantial support for
 this.

If that were the case, I'd expect the progress bar to jump if it was paused
for a few minutes, though no one has mentioned that.

-- 
 - mdz

-- 
Installation stalls randomly until a key is pressed
https://bugs.launchpad.net/bugs/217815
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 119295] Re: OpenSSH should support VIA PadLock

2008-04-22 Thread Ian Lister
At first glance it looks like the OpenSSL engine code has broken caching
logic (in crypto/engine/eng_table.c) in all versions of 0.9.8, but is
reversed and correct in all versions of 0.9.7. I haven't tested it, but
I suspect the attached patch will fix the issue.

** Attachment added: Patch to reverse caching logic
   http://launchpadlibrarian.net/13798833/bug119295.patch

-- 
OpenSSH should support VIA PadLock
https://bugs.launchpad.net/bugs/119295
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 220220] [NEW] Apache processes stuck in Gracefully finishing state

2008-04-22 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: apache

I have a big problem with apache 2.2.4-3ubuntu0.1 of latest gutsy.

Apache prefork uses a internal dummy connection to tell childs they
should die. When apache emits that request to a child (too many idle
workers, MaxRequestsPerChild reached...), the children correctly dies
(is not longer a proc in the system), but the apache main process still
thinks it's Gracefully finishing.

Server status page shows processes on this state in a number increasing
until Maxclients is reached and apache stops answering connections.

It can be reproduced on my system easily issuing a /etc/init.d/apache2
reload. With that I get a lot of connections in the 'G' state.

I'm also seeing problems with /etc/init.d/apache2 restart. It thinks its
stoped too soon, and the start finds that the socket is still being
used, logs are locked or other problems.

I have seen a maybe related issue on apache's bugzilla:
https://issues.apache.org/bugzilla/show_bug.cgi?id=42829
But I'm not sure.

It's on a xen virtual machine, maybe it's a problem related to this.

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

-- 
Apache processes stuck in Gracefully finishing state
https://bugs.launchpad.net/bugs/220220
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to apache2 in ubuntu.

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


[Bug 174805] Re: [gutsy] graceful-stop fails when apache listens on more than one socket

2008-04-22 Thread Guillermo Pérez
As I reported in bug #220220, on my system the problem is worse:

When apache kills some of it's children (too many idle processes,
MaxRequestsPerChild reached) it also gets stuck in Gracefully
finishing state.

This leaves from time to time stuck child processes, that remain there
till apache reaches maxclients and STOPS answering to connections! This
is a severe bug, worse than just avoid using reload on init script. I
have to monitor and completely restart apache every 5-7 days on a high-
traffic server and this is causing me lot's of problems. Please try to
release a fix soon. Thanks!

-- 
[gutsy] graceful-stop fails when apache listens on more than one socket
https://bugs.launchpad.net/bugs/174805
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 220220] Re: Apache processes stuck in Gracefully finishing state

2008-04-22 Thread Guillermo Pérez
*** This bug is a duplicate of bug 174805 ***
https://bugs.launchpad.net/bugs/174805

The reload problem is reported on Ubuntu bug #174805

** Changed in: apache2 (Ubuntu)
Sourcepackagename: apache = apache2

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

** This bug has been marked a duplicate of bug 174805
   [gutsy] graceful-stop fails when apache listens on more than one socket

-- 
Apache processes stuck in Gracefully finishing state
https://bugs.launchpad.net/bugs/220220
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 217815] Re: Installation stalls randomly until a key is pressed

2008-04-22 Thread Colin King
It maybe worth booting with clocksource set to one of the alternative
clocksources available on your machine. One can see which clocksources
are available using:

cat /sys/devices/system/clocksource/clocksource0/available_clocksource

and then boot with clocksource=xxx  (where xxx is one of the
clocksoures).

I cannot test this as I don't have the ability to run kvm on my hardware
setup here. Can somebody try this and checks if it helps or not.

-- 
Installation stalls randomly until a key is pressed
https://bugs.launchpad.net/bugs/217815
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 47886] Re: cannot find name for group ID XXXXX

2008-04-22 Thread Chuck Short
Is this still a problem for you?

Thanks
chuck

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

-- 
cannot find name for group ID X
https://bugs.launchpad.net/bugs/47886
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 185729] Re: nautilus is unable to copy folders from samba

2008-04-22 Thread Sebastien Bacher
closing the gvfs tasks since samba has the same issue

** Changed in: samba (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

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

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 119295] Re: OpenSSH should support VIA PadLock

2008-04-22 Thread Ian Lister
I've now tested the above patch and it seems to do the trick, so I've
sent it in upstream to the OpenSSL RT system.

-- 
OpenSSH should support VIA PadLock
https://bugs.launchpad.net/bugs/119295
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 190343] Re: dhclient-script will set hostname to blank

2008-04-22 Thread Chuck Short
I was able to reproduce this.

Thanks
chuck

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

-- 
dhclient-script will set hostname to blank
https://bugs.launchpad.net/bugs/190343
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


Re: [Bug 47886] Re: cannot find name for group ID XXXXX

2008-04-22 Thread DigitalWarrior
Yes it is.

I have stopped using winbind for my Enterprises groups in nsswitch, and have
taken a slightly different path.
It still occurs for my domain users gid, and I am using
/etc/security/group.conf for local group membership stuff.

On Tue, Apr 22, 2008 at 8:23 AM, Chuck Short [EMAIL PROTECTED]
wrote:

 Is this still a problem for you?

 Thanks
 chuck

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

 --
 cannot find name for group ID X
 https://bugs.launchpad.net/bugs/47886
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
Here's to cheating, stealing, fighting and drinking. If you cheat, may it be
a death; if you steal, may it be a heart; if you fight, may it be for your
Brother; and if you drink, may it be with me. - A Biker

DW

-- 
cannot find name for group ID X
https://bugs.launchpad.net/bugs/47886
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 47886] Re: cannot find name for group ID XXXXX

2008-04-22 Thread DigitalWarrior
** Attachment added: unnamed
   http://launchpadlibrarian.net/13825550/unnamed

-- 
cannot find name for group ID X
https://bugs.launchpad.net/bugs/47886
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 47886] Re: cannot find name for group ID XXXXX

2008-04-22 Thread Chuck Short
You should have a look at likewise then for hardy.

regards
chuck

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

-- 
cannot find name for group ID X
https://bugs.launchpad.net/bugs/47886
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 216091] Re: [Hardy] bash-completion takes too long for scp

2008-04-22 Thread Alejandro Díaz-Caro
** Changed in: openssh (Ubuntu)
   Status: Incomplete = Confirmed

-- 
[Hardy] bash-completion takes too long for scp
https://bugs.launchpad.net/bugs/216091
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 217815] Re: Installation stalls randomly until a key is pressed

2008-04-22 Thread Henrik Nilsen Omma
Changing package to kvm as it seems we've isolated the offending patch
now.

** Changed in: kvm (Ubuntu)
Sourcepackagename: linux = kvm
   Status: Confirmed = In Progress

-- 
Installation stalls randomly until a key is pressed
https://bugs.launchpad.net/bugs/217815
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 217815] Re: Installation stalls randomly until a key is pressed

2008-04-22 Thread QuentinHartman
I get this problem on real hardware, _not_ KVM. In my comment above I
list the model and specs for reference. I also reference that in bug
#217849.

-- 
Installation stalls randomly until a key is pressed
https://bugs.launchpad.net/bugs/217815
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 217815] Re: Installation stalls randomly until a key is pressed

2008-04-22 Thread Rick Clark
** Changed in: kvm (Ubuntu)
   Target: ubuntu-8.04.1 = ubuntu-8.04

-- 
Installation stalls randomly until a key is pressed
https://bugs.launchpad.net/bugs/217815
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


Re: [Bug 216091] Re: [Hardy] bash-completion takes too long for scp

2008-04-22 Thread Alejandro Díaz-Caro
Oh, sorry, but it was Incomplete, and I added the necessary
information, so I thought that I had to change it. I'm sorry.

-- 
[Hardy] bash-completion takes too long for scp
https://bugs.launchpad.net/bugs/216091
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 219528] Re: recode function segfaults

2008-04-22 Thread Chuck Short
Im actually able to reproduce this I might have found a patch that fixes it
chuck

-- 
recode function segfaults
https://bugs.launchpad.net/bugs/219528
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 214456] Re: package ibmasm-utils 3.0-1ubuntu3 failed to install/upgrade: Unterprozess neues pre-removal-Skript gab den Fehlerwert 3 zur?ck

2008-04-22 Thread james734
Got this fixed on my system by rename the original init script and then
running the update/upgrade again.

-- 
package ibmasm-utils 3.0-1ubuntu3 failed to install/upgrade: Unterprozess neues 
pre-removal-Skript gab den Fehlerwert 3 zur?ck
https://bugs.launchpad.net/bugs/214456
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ibmasm-utils 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 217815] Re: Installation stalls randomly until a key is pressed

2008-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package kvm - 1:62+dfsg-0ubuntu7

---
kvm (1:62+dfsg-0ubuntu7) hardy; urgency=low

  * Revert sighandler.patch and virtio_hang.patch. Fixes hang in installer and
likely other places, too. (LP: #217815)

 -- Soren Hansen [EMAIL PROTECTED]   Tue, 22 Apr 2008 19:09:33 +0200

** Changed in: kvm (Ubuntu)
   Status: In Progress = Fix Released

-- 
Installation stalls randomly until a key is pressed
https://bugs.launchpad.net/bugs/217815
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: libnss-ldap: calls to initgroups() causes boot to hang when using 'bind_policy hard'

2008-04-22 Thread Jamie Strandboge
Turns out the above doesn't work out too well, as the patch depends on
getpwnam_r(), a glibc function which then ends up using libnss-ldap.
Tried a few things, but it didn't help the hang.

A less intrusive patch will be to have an initscript run on shutdown
which edits /etc/ldap.conf based on the value of
nss_initgroups_minimum_uid.

** Changed in: libnss-ldap (Ubuntu)
   Status: Triaged = Fix Committed

-- 
libnss-ldap: calls to initgroups() causes boot to hang when using 'bind_policy 
hard'
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 220724] [NEW] Assertion error in schema_init.c:366: octetStringIndexer

2008-04-22 Thread Michael Jeanson
Public bug reported:

Using slapd 2.4.7-6ubuntu3 on hardy i386, I get random crashes in modify
operations.

Log :
oc_check_allowed type modifyTimestamp
slapd: /build/buildd/openldap2.3-2.4.7/servers/slapd/schema_init.c:366: 
octetStringIndexer: Assertion `i  0' failed.
Abandon

There is a debian bug filed for this issue :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474161

The solution is present but it's not clear if it was packaged or not in
unstable.

The fix is 2 one liners has described here :
http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/modify.c.diff?r1=1.301r2=1.302hideattic=1sortbydate=0f=h
http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/back-bdb/modify.c.diff?r1=1.173r2=1.174hideattic=1sortbydate=0f=h

This bug makes slapd unusable in hardy at least for me. I'll package the
fix for testing on my servers and report any side-effects.

** Affects: openldap2.3 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: openldap2.3 (Debian)
 Importance: Unknown
 Status: Unknown

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

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

-- 
Assertion error in schema_init.c:366: octetStringIndexer
https://bugs.launchpad.net/bugs/220724
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.

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


[Bug 47886] Re: cannot find name for group ID XXXXX

2008-04-22 Thread Ante Karamatić
Anything in logs? /var/log/samba/*winbind*

-- 
cannot find name for group ID X
https://bugs.launchpad.net/bugs/47886
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 155947] Re: libnss-ldap: calls to initgroups() causes boot to hang when using 'bind_policy hard'

2008-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package libnss-ldap - 258-1ubuntu3

---
libnss-ldap (258-1ubuntu3) hardy; urgency=low

  * add nssldap-update-ignoreusers that updates nss_initgroups_ignoreusers in
/etc/ldap.conf based on nss_initgroups_minimum_uid. Added initscript to
call nssldap-update-ignoreusers on shutdown. Based on changes by
Dustin Kirkland. Fix for LP: #155947
  * References
https://bugs.edge.launchpad.net/ubuntu/+source/libnss-ldap/+bug/155947

 -- Jamie Strandboge [EMAIL PROTECTED]   Tue, 22 Apr 2008 14:07:14
-0400

** Changed in: libnss-ldap (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
libnss-ldap: calls to initgroups() causes boot to hang when using 'bind_policy 
hard'
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 220724] Re: Assertion error in schema_init.c:366: octetStringIndexer

2008-04-22 Thread Michael Jeanson
Here is a patch containing the fix, it's working fine on my servers.

** Attachment added: fix-modify
   http://launchpadlibrarian.net/13829941/fix-modify

-- 
Assertion error in schema_init.c:366: octetStringIndexer
https://bugs.launchpad.net/bugs/220724
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.

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


Re: [Bug 185524] Re: ssh tunnel dies unexpectedly several times a day

2008-04-22 Thread Dustin Kirkland
You can use -vvv option to ssh to log more verbosely.  Would be
interesting to capture the message that occur when your tunneled
connection breaks.


:-Dustin

-- 
ssh tunnel dies unexpectedly several times a day
https://bugs.launchpad.net/bugs/185524
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 188754] Re: rules for amavisd-new are not catching all mails

2008-04-22 Thread Daniel Hahler
** Changed in: amavisd-new (Ubuntu)
Sourcepackagename: logcheck = amavisd-new
   Importance: Undecided = Medium
   Status: New = Triaged

-- 
rules for amavisd-new are not catching all mails 
https://bugs.launchpad.net/bugs/188754
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 185524] Re: ssh tunnel dies unexpectedly several times a day

2008-04-22 Thread Oleksiy Kokachev
Dear Dustin.
Thanks for note.
This happened in Gutsy. I'll check it in Hardy soon and I'll post here
messages from ssh with -vvv option.

On Wed, Apr 23, 2008 at 5:55 AM, Dustin Kirkland [EMAIL PROTECTED] wrote:
 You can use -vvv option to ssh to log more verbosely.  Would be
  interesting to capture the message that occur when your tunneled
  connection breaks.


  :-Dustin

  --


 ssh tunnel dies unexpectedly several times a day
  https://bugs.launchpad.net/bugs/185524
  You received this bug notification because you are a direct subscriber
  of the bug.


-- 
ssh tunnel dies unexpectedly several times a day
https://bugs.launchpad.net/bugs/185524
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 220844] [NEW] wbinfo fails to enumerate users and groups

2008-04-22 Thread spencer
Public bug reported:

Binary package hint: winbind

Running off the Ubuntu 8.04 Beta livecd and when installed to the local
computer, I try to join the computer to an existing Windows Server 2003
Active Directory using Kerberos, Winbind, and Samba. I discovered
errors, so I tested the same steps against a Debian stable server, a
server that had no problems joining the domain. Here are the exact steps
I took:

$ sudo su
# gedit /etc/hosts
[here are the contents of the file:
127.0.0.1 localhost
127.0.1.1 ubuntu
127.0.0.1 ubuntu.domainname localhost ubuntu
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
]
# cat /etc/resolv.conf
[here are the contents of the file:
search domainname
nameserver 192.168.1.2
]
# apt-get install samba smbclient winbind krb5-doc krb5-user krb5-config
[ installs these versions:
samba: 3.0.28a-1ubuntu4
smbclient: 3.0.28a-1ubuntu4
winbind: 3.0.28a-1ubuntu4
krb5-doc: 1.6.dfsg.3~beta1-2ubuntu1
krb5-user: 1.6.dfsg.3~beta1-2ubuntu1
krb5-config: 1.17
]
# sudo gedit /etc/krb5.conf
[here are the contents of the file:
[libdefaults]
default_realm = DOMAINNAME

[realms]
DOMAINNAME = {
kdc = adserver
admin_server = adserver
}

[domain_realm]
.domainname = DOMAINNAME
domainname = DOMAINNAME
]
# kinit Administrator
# klist
# kdestroy
# apt-get install ntpdate
[installs these versions:
ntpdate: 1:4.2.4p4+dfsg-3ubuntu2
]
# gedit /etc/default/ntpdate
[here are the contents of the file:
NTPDATE_USE_NTP_CONF=yes
NTPSERVERS=adserver
NTPOPTIONS=-u
]
# gedit /etc/samba/smb.conf
[here are the contents of the file:
[global]
security =  ads
password server =   adserver
encrypt passwords = yes
workgroup = DOMAINNAME
realm = DOMAINNAME
netbios name =  ubuntu
idmap uid = 1 - 2
idmap gid = 1 - 2
winbind enum users =yes
winbind enum groups =   yes
winbind use default domain =yes
]
# /etc/init.d/winbind stop
# /etc/init.d/samba restart
# /etc/init.d/winbind start
# kinit Administrator
# klist
[returns this information:
Ticket cache: FILE:/tmp/krb5cc_999
Default principal: [EMAIL PROTECTED]

Valid starting ExpiresService principal
04/23/08 00:47:19  04/23/08 10:47:23  krbtgt/[EMAIL PROTECTED]
renew until 04/24/08 00:47:19


Kerberos 4 ticket cache: /tmp/tkt999
klist: You have no tickets cached
]
# net ads join -U Administrator
[returns this information:
Administrator's password: 
Using short domain name -- DOMAINNAME
Joined 'UBUNTU' to realm 'DOMAINNAME'
]
# wbinfo -u
[returns this information:
Error looking up domain users
]
# wbinfo -g
[returns this information:
Error looking up domain groups
]
# wbinfo -a Administrator
[returns this information: (sic)
plaintext password authentication failed
error code was NT_STATUS_NO_SUCH_USER (0xc064)
error messsage was: No such user
Could not authenticate user Administrator with plaintext password
challenge/response password authentication failed
error code was NT_STATUS_INVALID_HANDLE (0xc008)
error messsage was: Invalid handle
Could not authenticate user Administrator with challenge/response
]

getent passwd contains only local users, not remote users.

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

-- 
wbinfo fails to enumerate users and groups
https://bugs.launchpad.net/bugs/220844
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 220850] [NEW] ssh-agent dies often in hardy (new behavior)

2008-04-22 Thread Brak
Public bug reported:

Binary package hint: openssh-client


I regularly add keys to the agent on startup and ssh to many dozens of 
machines.  Before upgrading to Hardy Heron, this method was rock solid.  The 
agent and therefore my sessions would be up for days if not weeks, happily 
humming along.

Since upgrading to Hardy, the agent dies regularly which is really
really annoying.  It could be related to load (if I ssh to many machines
in parallel), but again, none of this behavior existed for me or my
workload before Hardy Heron.

Nothing found yet in logs.  The seahorse-agent is still running.

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

-- 
ssh-agent dies often in hardy (new behavior)
https://bugs.launchpad.net/bugs/220850
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 216091] Re: [Hardy] bash-completion takes too long for scp

2008-04-22 Thread Alejandro Díaz-Caro
** Changed in: openssh (Ubuntu)
   Status: Confirmed = New

-- 
[Hardy] bash-completion takes too long for scp
https://bugs.launchpad.net/bugs/216091
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 216091] Re: [Hardy] bash-completion takes too long for scp

2008-04-22 Thread Mathias Gug
May be related to bug 84899.

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

-- 
[Hardy] bash-completion takes too long for scp
https://bugs.launchpad.net/bugs/216091
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 220507] [NEW] Firefox owned by a bad joke.

2008-04-22 Thread Turbo
Public bug reported:

Binary package hint: firefox

Recently I received one of those... jokes, that makes the way through
Internet.

It's a a very simple link wich arranges the code in such a way that you loose 
control of the affected tab and Firefox. 
I mean, there is NOTHING you can do about it, except close Firefox in the hard 
way. If you have several tabs you
will have to reopen Firefox and faster than light, close the offending tab 
before it finish loading.

In this case it's all about a bad joke but I was thinking what else can be done 
if someone does a similar job
with a darker purpose. What I mean is: It's not acceptable that a web page, no 
matter the contents, takes full
control of a given Tab, I tried with Opera and, after several seconds 
digesting the link, it successfully allowed
to close the Tab, so it can be fixed in Firefox too. ;-) ;-)

Here goes the link, PLEASE, remember, it won't allow you to close the Tab or 
regain control of Firefox in no way, 
not even pressing the keyboards shortcuts or clicking the menus. Changing the 
options for Javascript do not help
either. Also, I tried with beta 4, the new version of Firefox included in 
Ubuntu 8.04 and it's affected too.

I beg you all excuse me for the link's content (XXX), I'm doing this just for 
the sole purpose of improving the already
great quality of Firefox

WARNING, EXPLICIT CONTENT INSIDE.

http://plastike.darkcheats.org/owned/

Best Regards,

Turbo.

My sytem: Full patched Ubuntu 7.10, Firefox version: 2.0.0.13.

ProblemType: Bug
Architecture: i386
Date: Tue Apr 22 00:12:41 2008
DistroRelease: Ubuntu 7.10
NonfreeKernelModules: fglrx
Package: firefox 2.0.0.13+1nobinonly-0ubuntu0.7.10
PackageArchitecture: i386
SourcePackage: firefox
Uname: Linux Ubuntico 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 
i686 GNU/Linux

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


** Tags: apport-bug

-- 
Firefox owned by a bad joke.
https://bugs.launchpad.net/bugs/220507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220507] Re: Firefox owned by a bad joke.

2008-04-22 Thread Turbo

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

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

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

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

-- 
Firefox owned by a bad joke.
https://bugs.launchpad.net/bugs/220507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220386] Re: dist-upgrade Release Announcement url not clickable

2008-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:0.87.24

---
update-manager (1:0.87.24) hardy; urgency=low

  * DistUpgrade/ReleaseAnnouncement:
- modified https url to http so it is clickable (LP: #220386)
  * po/en_GB.po:
- unfuzzy typo correction

 -- Brian Murray [EMAIL PROTECTED]   Mon, 21 Apr 2008 14:58:17 -0700

** Changed in: update-manager (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
dist-upgrade Release Announcement url not clickable
https://bugs.launchpad.net/bugs/220386
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 219404] Re: update-manager is not a direct dependency of ubuntu-desktop (was: update-manager removed with todays upgrades [19/4/2008])

2008-04-22 Thread FredBezies
It is happening again, this time with 0.87.23 version :(

I had to download by hand update-manager 0.87.23 to get out of trouble
:(

-- 
update-manager is not a direct dependency of ubuntu-desktop (was: 
update-manager removed with todays upgrades [19/4/2008])
https://bugs.launchpad.net/bugs/219404
You received this bug notification because you are a member of Ubuntu
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-22 Thread Risto Välimäki
This bug have gone for me after latest Hardy upgrades. Whether it was
related to nvidia binary driver or proper detection fo my GF 7300gt, it
is now completely gone and fixed.

Thanks.

-- 
[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 102769] Re: drawer does not retain sort order of items

2008-04-22 Thread Manni
I tested with the Hardy RC and I can still replicate the issue.

-- 
drawer does not retain sort order of items
https://bugs.launchpad.net/bugs/102769
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 93601] Re: installer window too big for some screens

2008-04-22 Thread [EMAIL PROTECTED]
*** This bug is a duplicate of bug 38442 ***
https://bugs.launchpad.net/bugs/38442

plz help me i won't to install ubuntu on my PS3 but the installer window
won't fit on the screen so i can't i have deleted the bar things but i
still can't see the buttons

-- 
installer window too big for some screens
https://bugs.launchpad.net/bugs/93601
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220131] Re: Ubiquity not skipping certain steps, based on preseeding

2008-04-22 Thread Артём Попов
Reopening, here's the log for the first page of the installer (Language):
Apr 22 05:52:21 ubuntu ubiquity[8181]: Ubiquity 1.8.5
Apr 22 05:52:30 ubuntu ubiquity[8181]: log-output -t ubiquity laptop-detect
Apr 22 05:52:32 ubuntu ubiquity[8181]: log-output -t ubiquity fontconfig-voodoo 
--auto --force --quiet
Apr 22 05:52:44 ubuntu ubiquity[8181]: switched to page stepLanguage
Apr 22 05:52:45 ubuntu localechooser: info: Locale has been preseeded to 
ru_RU.UTF-8
Apr 22 05:52:45 ubuntu localechooser: info: Set languagechooser/language-name = 
'Russian'
Apr 22 05:52:46 ubuntu localechooser: info: Set countrychooser/shortlist-ru = 
'RU'
Apr 22 05:52:46 ubuntu localechooser: info: Set debian-installer/locale = 
'ru_RU.UTF-8'
Apr 22 05:52:46 ubuntu ubiquity[8181]: switched to page stepLanguage
Apr 22 05:53:35 ubuntu localechooser: info: LANGNAME=Russian
Apr 22 05:53:35 ubuntu localechooser: info: 
line=Russian;2;ru;RU;ru_RU.UTF-8;UTF-8;;console-setup
Apr 22 05:53:35 ubuntu localechooser: info: Set debian-installer/language = 'ru'
Apr 22 05:53:35 ubuntu localechooser: info: Set debian-installer/locale = 
'ru_RU.UTF-8'
Apr 22 05:53:35 ubuntu localechooser: info: Set debian-installer/fallbacklocale 
= 'ru_RU.UTF-8'
Apr 22 05:53:35 ubuntu localechooser: info: Set debian-installer/country = 'RU'
Apr 22 05:53:35 ubuntu localechooser: info: Set debian-installer/consoledisplay 
= 'console-setup'
Apr 22 05:53:35 ubuntu localechooser: info: Set debconf/language = 'ru'
Apr 22 05:53:35 ubuntu localechooser: info: Set debian-installer/country = 'RU'
Apr 22 05:53:35 ubuntu localechooser: info: Set debian-installer/locale = 
'ru_RU.UTF-8'
Apr 22 05:53:36 ubuntu ubiquity[8181]: debconffilter_done: Language (current: 
Language)
Apr 22 05:53:36 ubuntu ubiquity[8181]: Step_before = stepLanguage
Apr 22 05:53:38 ubuntu ubiquity[8181]: switched to page stepLocation

And here's my ubuntu.seed:
# Install the Ubuntu desktop.
tasksel tasksel/first   multiselect ubuntu-desktop
d-i pkgsel/language-packs string ru

#d-i languagechooser/language-name  string Russian
#d-i countrychooser/shortlist-rustring RU

d-i debian-installer/language   string ru
d-i debian-installer/locale string ru_RU.UTF-8
d-i debian-installer/fallbacklocale string ru_RU.UTF-8
d-i debian-installer/countrystring RU
d-i debian-installer/consoledisplay string console-setup

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

-- 
Ubiquity not skipping certain steps, based on preseeding
https://bugs.launchpad.net/bugs/220131
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 218868] Re: libaa1-dev uninstallable; causes FTBFS in other packages

2008-04-22 Thread Daniel Holbach
Did the DebianMaintainerField change for you.

Uploaded. Thanks.

** Changed in: aalib (Ubuntu Hardy)
   Status: New = Fix Committed

-- 
libaa1-dev uninstallable; causes FTBFS in other packages
https://bugs.launchpad.net/bugs/218868
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216545] Re: When the laptop is inactive, screen dims but doesn't remember previous brightness setting when reactivited

2008-04-22 Thread Opoho
I forgot to tell it but my laptop is also a Dell (Latitude D530) with a
recent Nvidia card using the nvidia driver. I'll try tonight with nv.

-- 
When the laptop is inactive, screen dims but doesn't remember previous 
brightness setting when reactivited
https://bugs.launchpad.net/bugs/216545
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 211675] Re: Second cut for -mobile promotions

2008-04-22 Thread Steve Kowalik
It looks like sdk-default-icons is not needed, and should be removed
from the archive. Setting sdk-default-icons' task to Confirmed and
subscribing ubuntu-archive.

** Changed in: sdk-default-icons (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Second cut for -mobile promotions
https://bugs.launchpad.net/bugs/211675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 188492] Re: console-setup/layoutcode settings are ignored

2008-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package oem-config - 1.36

---
oem-config (1.36) hardy; urgency=low

  * Set OVERRIDE_ALLOW_PRESEEDING=1 while calling console-setup to force it
to allow preseeding (LP: #188492).
  * Update translations from Launchpad.
  * Automatic update of included source packages: console-setup 1.21ubuntu8.

 -- Colin Watson [EMAIL PROTECTED]   Tue, 22 Apr 2008 01:15:50 +0100

** Changed in: oem-config (Ubuntu)
   Status: New = Fix Released

-- 
console-setup/layoutcode settings are ignored
https://bugs.launchpad.net/bugs/188492
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220510] [NEW] X fails to use GEODE and reverts to VESA on a host without any xorg.conf

2008-04-22 Thread Martin-Éric Racine
Public bug reported:

In its current form, X fails to match Geode LX hardware with the
corresponding geode X driver, instead reverting to the vesa driver,
on hosts launching without any xorg.conf, or whose xorg.conf omits the
Driver statement in the Device section.

This has been verified on various Geode LX -based hardware featuring
BIOS from a variety of vendors.

Suspicion is that patching hw/xfree86/common/xf86AutoConfig.c to add the
PCI ID for Geode LX would fix this. A patch is attached towards this
effect.

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

-- 
X fails to use GEODE and reverts to VESA on a host without any xorg.conf
https://bugs.launchpad.net/bugs/220510
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220510] Re: X fails to use GEODE and reverts to VESA on a host without any xorg.conf

2008-04-22 Thread Martin-Éric Racine

** Attachment added: 171_xf86AutoConfig_geode_addition.diff
   http://launchpadlibrarian.net/13779046/171_xf86AutoConfig_geode_addition.diff

-- 
X fails to use GEODE and reverts to VESA on a host without any xorg.conf
https://bugs.launchpad.net/bugs/220510
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220509] [NEW] I received this message tonight and was told to report is as a bug. (obvious newbie)'E:Type 'sudo' is not known on line 78 in source list /etc/apt/sources.list, E:The list of source

2008-04-22 Thread EmmetDevlin
Public bug reported:

I receieved this bug tonight when I opened Update Manager, along with
instrucitons to report it as a bug. (I'm an obvious newbie) 'E:Type
'sudo' is not known on line 78 in source list /etc/apt/sources.list,
E:The list of sources could not be read.'

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
I received this message tonight and was told to report is as a bug. (obvious 
newbie)'E:Type 'sudo' is not known on line 78 in source list 
/etc/apt/sources.list, E:The list of sources could not be read.'
https://bugs.launchpad.net/bugs/220509
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 214119] Re: [HARDY] Koolu W.E. (ION A603) does not detect higher resolution than 800x600

2008-04-22 Thread Martin-Éric Racine
...which I just reported as https://bugs.launchpad.net/ubuntu/+source
/xorg-server/+bug/220510

-- 
[HARDY] Koolu W.E. (ION A603) does not detect higher resolution than 800x600
https://bugs.launchpad.net/bugs/214119
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 202431] Re: typo in man page of find

2008-04-22 Thread Daniel Holbach
Can somebody please forward this upstream?

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

-- 
typo in man page of find
https://bugs.launchpad.net/bugs/202431
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 191520] Re: initramfs-error-handling: init-premount mdadm hook script does not get executed.

2008-04-22 Thread Luke Yelavich
** Changed in: mdadm (Ubuntu)
   Status: New = Fix Released

-- 
initramfs-error-handling: init-premount mdadm hook script does not get executed.
https://bugs.launchpad.net/bugs/191520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 94120] Re: bootlogd configuration files are misleading

2008-04-22 Thread Daniel Holbach
Unsubscribed Ubuntu Sponsors for main from this bug for now.

-- 
bootlogd configuration files are misleading
https://bugs.launchpad.net/bugs/94120
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220511] [NEW] Graphical glitch in resource tab

2008-04-22 Thread Pichu0102
Public bug reported:

Binary package hint: gnome-system-monitor

Using Ubuntu 8.04.

Resource tab sometimes has a graphical glitch. Occurs most often when
System Monitor is opened and default to the processes tab, then when the
resource tab is clicked.

** Affects: gnome-system-monitor (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Graphical glitch in resource tab
https://bugs.launchpad.net/bugs/220511
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220511] Re: Graphical glitch in resource tab

2008-04-22 Thread Pichu0102

** Attachment added: Screenshot-System Monitor.png
   http://launchpadlibrarian.net/13780230/Screenshot-System%20Monitor.png

-- 
Graphical glitch in resource tab
https://bugs.launchpad.net/bugs/220511
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 213398] Re: Touchscreen configuration do not allow right-clicks with pen/stylus only

2008-04-22 Thread Daniel Holbach
Unsubscribed Ubuntu Sponsors for universe from this bug for now.

-- 
Touchscreen configuration do not allow right-clicks with pen/stylus only
https://bugs.launchpad.net/bugs/213398
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 211210] Re: soundconverter crashed with TypeError in add_uris()

2008-04-22 Thread Yorick Brunet
This bug just happened.

How can I do to have 4 txt files with descriptions ? The Bug Manager
didn't give me that.

-- 
soundconverter crashed with TypeError in add_uris()
https://bugs.launchpad.net/bugs/211210
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 63352] Re: Creative labs X-Fi sound card unsupported

2008-04-22 Thread Mads Peter Rommedahl
Personally, I'd sure as hell recommend avoiding the Creative ALSA driver - I 
tested it yesterday and it caused a kernel panic on my gutsy. It was only 
because I could use recovery mode to login as root and delete the driver again 
that my system survived, as gutsy started crashing on boot due to the Creative 
driver.
Just go with the OSS driver for now...

-- 
Creative labs X-Fi sound card unsupported
https://bugs.launchpad.net/bugs/63352
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 211210] Re: soundconverter crashed with TypeError in add_uris()

2008-04-22 Thread William Grant
They are only attached when you report a new bug. It's not necessary to
have another copy of them.

What were you doing to cause the crash?

-- 
soundconverter crashed with TypeError in add_uris()
https://bugs.launchpad.net/bugs/211210
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220510] Re: X fails to use GEODE and reverts to VESA on a host without any xorg.conf

2008-04-22 Thread Timo Aaltonen
*** This bug is a duplicate of bug 219630 ***
https://bugs.launchpad.net/bugs/219630

** This bug has been marked a duplicate of bug 219630
   please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

-- 
X fails to use GEODE and reverts to VESA on a host without any xorg.conf
https://bugs.launchpad.net/bugs/220510
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 157097] Re: booting with grub ist much slower after suspend or hard shutdown

2008-04-22 Thread Peter Schachte
I have had a similar problem under edgy, feisty, gutsy, and hardy beta,
but I finally found this page explaining it:
http://www.linuxquestions.org/questions/linux-general-1/grub-very-
slow-427442/ .  The problem seems to be that grub has a problem finding
files on the /boot directory when it is on a reiserfs partition.  I
installed hardy release candidate reformatting / as an ext3 partition,
and now I don't don't have the 30 second pause while grub is starting
up, and another delay before loading the image.  So I think this *is* a
bug, but it does have a workaround.

-- 
booting with grub ist much slower after suspend or hard shutdown
https://bugs.launchpad.net/bugs/157097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 185341] Re: latest GRUB hangs on Grub loading, please wait... on both 32 and 64 bit boxes [Gutsy]

2008-04-22 Thread Peter Schachte
I have had a similar problem under edgy, feisty, gutsy, and hardy beta,
but I finally found this page explaining it:
http://www.linuxquestions.org/questions/linux-general-1/grub-very-
slow-427442/ .  The problem seems to be that grub has a problem finding
files on the /boot directory when it is on a reiserfs partition.  I
installed hardy release candidate reformatting / as an ext3 partition,
and now I don't don't have the 30 second pause while grub is starting
up, and another delay before loading the image.  So I think this *is* a
bug in grub, but it does have a workaround.

-- 
latest GRUB hangs on Grub loading, please wait... on both 32 and 64 bit boxes 
[Gutsy]
https://bugs.launchpad.net/bugs/185341
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 199050] Re: vmware-server is not available in hardy

2008-04-22 Thread wannes
Perhaps one could install Virtualbox. It works flawless in hardy and can
use the vmware .vmdk-files.

-- 
vmware-server is not available in hardy
https://bugs.launchpad.net/bugs/199050
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 219061] Re: [Hardy] Does not install on VIA PD6000E Motherboard (Multiple problems)

2008-04-22 Thread MG
Further testing with RC-1 (on same system as above):

 2)  The alternate install CD for RC-1 was tested and appeared to
install and run OK. There was one error during installation (an
unspecified error during application installation), but retrying the
operation caused the installation to proceed to what appears to be a
successful conclusion. This is being posted from the test system.

This attempt did not test the Ubiquity installer.

-- 
[Hardy] Does not install on VIA PD6000E Motherboard (Multiple problems)
https://bugs.launchpad.net/bugs/219061
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220513] [NEW] totem-xine crashes when switching to youtube from dvd

2008-04-22 Thread warjowuch
Public bug reported:

Binary package hint: totem-xine

I was playing a dvd, when I decided to watch a youtube-video with the beautiful 
youtube-plugin. So I searched, while dvd-playback was still active.
Then I double clicked on a youtube-video (dvd still playing) and my system 
froze. I couldn't get to a terminal, restart X by pressing cntrl-alt-backspace. 
Quite a crash.

Also, I experienced more crashes when using the youtube-plugin in totem-
xine, but they where less severe. THey appeared when only opening totem
- searching youtube - double clicking a video.

Maybe these bugs have something to do with the fact that they appeared
the first boot after upgrading from 7.10 to 8.04 RC. The system seemed
more stable after another reboot. But I can't imagine why, so I still
decided to file this bugreport.

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

-- 
totem-xine crashes when switching to youtube from dvd
https://bugs.launchpad.net/bugs/220513
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209520] Re: SMB error: Unable to mount location

2008-04-22 Thread Paolo
Attached you can find my samba server (3.0.28a) configuration


** Attachment added: grep -v -e ^# -e ^; -e ^$ smb.conf
   http://launchpadlibrarian.net/13780286/smb.conf

-- 
SMB error: Unable to mount location
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of 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 214119] Re: [HARDY] Koolu W.E. (ION A603) does not detect higher resolution than 800x600

2008-04-22 Thread Martin Pitt
Martin-Éric Racine [2008-04-22  5:17 -]:
 Would there be any chance of getting such a 2.8.1 into Hardy as a
 bug fixing release?  Steve?

Not into hardy final any more most likely, but those kind of hardware
enabling fixes are absolutely appropriate for hardy-updates, so that
they can become part of 8.04.1 (to be released in July).

-- 
[HARDY] Koolu W.E. (ION A603) does not detect higher resolution than 800x600
https://bugs.launchpad.net/bugs/214119
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 220512] [NEW] 'time' does not recognise any options

2008-04-22 Thread Ramon Casha
Public bug reported:

Binary package hint: time

Ubuntu 7.10
time: 1.7-21build1

The 'time' command is described in its man page as recognising a number
of options, such as -a or -f. However these do not work - time attempts
to interpret them as commands.

eg:

time -f %e ls
bash: -f: command not found

real0m0.236s
user0m0.128s
sys 0m0.028s


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

-- 
'time' does not recognise any options
https://bugs.launchpad.net/bugs/220512
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 208800] Re: ubiquity crashed with Error in blink()

2008-04-22 Thread Steve Langasek
** Changed in: ubiquity (Ubuntu)
   Target: ubuntu-8.04 = ubuntu-8.04.1

-- 
ubiquity crashed with Error in blink()
https://bugs.launchpad.net/bugs/208800
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209714] Re: gnome-open incorrectly uses eince to open pdf files even after I select Acroread as the default handler in nautilus

2008-04-22 Thread ski
A compounding problem - firefox is still using gnome-open in hardy RC,
so opening files from firefox does not always work :-(

-- 
gnome-open incorrectly uses eince to open pdf files even after I select 
Acroread as the default handler in nautilus
https://bugs.launchpad.net/bugs/209714
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 218532] Re: pulseaudio sounds breaking when workrave take over the full screen

2008-04-22 Thread Dan Andresan
Workaround:

type in a terminal, as a user
pulseaudio -k

this will kill pulseaudio, and alsa will be used directly (not through 
pulseaudio). You need to restart rhythmbox to pick up the new card (when 
pulseaudio is running it makes itself the default audio card. Without it, alsa 
will became default)
My audio card (onboard) is able to mix audio from different sources since alsa 
0.12 I think, so I have all the benefits I need without pulseaudio.

-- 
pulseaudio sounds breaking when workrave take over the full screen
https://bugs.launchpad.net/bugs/218532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220148] Re: OOo :Sun Report Builder won't launch

2008-04-22 Thread Denis_AeC
It's now OK with SRB from Synaptic.

But the problem still exists for people who just install this extension
from OOo site. Nothing alerts them that this particular extension will
not work ... As Ubuntu refuses to work with standard extension, Ubuntu
should prevent people from loading them !

-- 
OOo :Sun Report Builder won't launch
https://bugs.launchpad.net/bugs/220148
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 214652] Re: Xorg freezes on logout in hardy

2008-04-22 Thread Timo Aaltonen
*** This bug is a duplicate of bug 184651 ***
https://bugs.launchpad.net/bugs/184651

** This bug is no longer a duplicate of bug 205979
   xserver crash on exit in CloseDownDevices and SrvXkbFreeGeomRows

** This bug has been marked a duplicate of bug 184651
   Crash when starting gnome-settings-daemon, in SrvXkbFreeGeomRows()

-- 
Xorg freezes on logout in hardy
https://bugs.launchpad.net/bugs/214652
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 206703] Re: [hardy] kde fail to start if keyboard native langage maps are activated

2008-04-22 Thread Timo Aaltonen
*** This bug is a duplicate of bug 184651 ***
https://bugs.launchpad.net/bugs/184651

** This bug is no longer a duplicate of bug 205979
   xserver crash on exit in CloseDownDevices and SrvXkbFreeGeomRows

** This bug has been marked a duplicate of bug 184651
   Crash when starting gnome-settings-daemon, in SrvXkbFreeGeomRows()

-- 
[hardy] kde fail to start if keyboard native langage maps are activated
https://bugs.launchpad.net/bugs/206703
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kdebase in ubuntu.

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


[Bug 214119] Re: [HARDY] Koolu W.E. (ION A603) does not detect higher resolution than 800x600

2008-04-22 Thread Martin-Éric Racine
Yes, what I meant was via proposed-updates, so that it would be apt-
get'able from somewhere other than my PPA, before then.

-- 
[HARDY] Koolu W.E. (ION A603) does not detect higher resolution than 800x600
https://bugs.launchpad.net/bugs/214119
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 205979] Re: xserver crash on exit in CloseDownDevices and SrvXkbFreeGeomRows

2008-04-22 Thread Timo Aaltonen
*** This bug is a duplicate of bug 184651 ***
https://bugs.launchpad.net/bugs/184651

** This bug has been marked a duplicate of bug 184651
   Crash when starting gnome-settings-daemon, in SrvXkbFreeGeomRows()

-- 
xserver crash on exit in CloseDownDevices and SrvXkbFreeGeomRows
https://bugs.launchpad.net/bugs/205979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 202299] Re: [Hardy] Xorg appears two times in the system monitor and seems to use a lot of RAM

2008-04-22 Thread Timo Aaltonen
Yes it is. Closing again.

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

-- 
[Hardy] Xorg appears two times in the system monitor and seems to use a lot of 
RAM
https://bugs.launchpad.net/bugs/202299
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 215039] Re: Xorg crashed with SIGSEGV in XkbWriteXKBGeometry()

2008-04-22 Thread Timo Aaltonen
Do you still get the same crash with current Hardy? Seems related to bug
184651.

** Visibility changed to: Public

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

-- 
Xorg crashed with SIGSEGV in XkbWriteXKBGeometry()
https://bugs.launchpad.net/bugs/215039
You received this bug notification because you are a member of 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 60448] Re: .xsession_errors file grows out of control saturates disk space

2008-04-22 Thread Martin Pitt
manu [2008-04-21 11:21 -]:
 exec | /usr/bin/fifo 2048 $ERRFILE 21

That would be very inefficient, for every newly logged line you need
to entirely rewrite the file. That's a lot of I/O churn.

-- 
.xsession_errors file grows out of control  saturates disk space
https://bugs.launchpad.net/bugs/60448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220314] Re: DNS broken in 32 bit java under 64 bit Heron

2008-04-22 Thread Matthias Klose
please install the lib32nss-mdns package; does the JDBC driver have a
dependency on that libnss-mdns?


** Changed in: ubuntu
   Status: New = Incomplete

-- 
DNS broken in 32 bit java under 64 bit Heron
https://bugs.launchpad.net/bugs/220314
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220072] Re: [Hardy] Internet connection cutting off intermittently

2008-04-22 Thread ThomasNovin
If you don't use UPnP you need to have a gateway. I'm not saying you
need to set it statically but you need to get one from your DHCP-server.

See example attached with a valid setup.

** Attachment added: Screenshot-Connection Information.png
   
http://launchpadlibrarian.net/13780511/Screenshot-Connection%20Information.png

-- 
[Hardy] Internet connection cutting off intermittently
https://bugs.launchpad.net/bugs/220072
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 211897] Re: Xorg crashed with SIGSEGV in xf86RandR12SetRotations()

2008-04-22 Thread Timo Aaltonen
AIUI the intel driver does not support xinerama, but randr-1.2 which you
should use instead. In any case, I don't think it should crash in this
case.

** Visibility changed to: Public

** Changed in: xserver-xorg-video-intel (Ubuntu)
Sourcepackagename: xorg-server = xserver-xorg-video-intel

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

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


[Bug 203722] Re: Floppy Drive does not work in Hardy

2008-04-22 Thread Sergio Zanchetta
So the error message could be a gnome-mount issue as well.


** Also affects: gnome-mount (Ubuntu)
   Importance: Undecided
   Status: New

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

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


[Bug 194678] Re: LTS-to-LTS upgrade failed on python

2008-04-22 Thread Guillaume Tamboise
I was trying to perform a desktop LTS - to - desktop LTS upgrade and
ended up with what looked like a depedency hell. In other words, a
window popped up and explained in (some form of) French that
dependencies could not be resolved, the upgrade failed and my system
reverted back to Dapper. I tried a second time, same result.

In both cases, the command line looked like this:

$ gksu update-manager -d
  warnings.warn(apt API not stable yet, FutureWarning)
extracting '/tmp/tmpZg150V/hardy.tar.gz'
authenticate '/tmp/tmpZg150V/hardy.tar.gz' against 
'/tmp/tmpZg150V/hardy.tar.gz.gpg'
WARNING: Failed to read mirror file
WARNING: Failed to read mirror file

I meant to get a screen capture in order to get the full message in
English, so I tried this, but then it worked:

$ export LANG=C
$ gksu update-manager -d
  warnings.warn(apt API not stable yet, FutureWarning)
extracting '/tmp/tmpo5KXdQ/hardy.tar.gz'
authenticate '/tmp/tmpo5KXdQ/hardy.tar.gz' against 
'/tmp/tmpo5KXdQ/hardy.tar.gz.gpg'
WARNING: Failed to read mirror file

WARNING: Failed to read mirror file


Then pop-up message gave three reasons for failure (all revolving around 
unsupported packages, which does not really make much sense in my case).
Anyway, here is my /var/log/dist-upgrade, sorry I do not have files showing the 
failure.

I would suspect that my problem is related with calculating depencies
failing when the locale is not C.

** Attachment added: apt.log
   http://launchpadlibrarian.net/13780512/apt.log

-- 
LTS-to-LTS upgrade failed on python
https://bugs.launchpad.net/bugs/194678
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194678] Re: LTS-to-LTS upgrade failed on python

2008-04-22 Thread Guillaume Tamboise

** Attachment added: main.log
   http://launchpadlibrarian.net/13780515/main.log

-- 
LTS-to-LTS upgrade failed on python
https://bugs.launchpad.net/bugs/194678
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194678] Re: LTS-to-LTS upgrade failed on python

2008-04-22 Thread Guillaume Tamboise

** Attachment added: main_pre_req.log
   http://launchpadlibrarian.net/13780516/main_pre_req.log

-- 
LTS-to-LTS upgrade failed on python
https://bugs.launchpad.net/bugs/194678
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 218868] Re: libaa1-dev uninstallable; causes FTBFS in other packages

2008-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package aalib - 1.4p5-33ubuntu1

---
aalib (1.4p5-33ubuntu1) hardy; urgency=low

  [ Артём Попов ]
  * fix doc/aalib.texinfo to make the package installable after
a rebuild.  (LP: #218868)

 -- James Westby [EMAIL PROTECTED]   Mon, 21 Apr 2008
17:17:47 +0100

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

-- 
libaa1-dev uninstallable; causes FTBFS in other packages
https://bugs.launchpad.net/bugs/218868
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 219509] Re: printing Din A4 format not working

2008-04-22 Thread philipp beitz
Thanks for uploading. I will try this. What do you mean with Lp Bug?

-- 
printing Din A4 format not working
https://bugs.launchpad.net/bugs/219509
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to brother-cups-wrapper-laser1 in ubuntu.

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


[Bug 120834] Re: intel gm965 freezes with 3d applications

2008-04-22 Thread Timo Aaltonen
Like I said, the bug is in mesa. Closing -intel again.

** Changed in: xserver-xorg-video-intel (Ubuntu Hardy)
   Status: Confirmed = Invalid

-- 
intel gm965 freezes with 3d applications
https://bugs.launchpad.net/bugs/120834
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 83715] Re: local loopback interface isn't brought up on boot

2008-04-22 Thread Nick Jenkins
Running 8.04 RC Hardy Heron, experiencing a similar problem. Upgraded a few 
days ago from 7.10, and in 7.10 I could not print reliably in evince (ended up 
assuming it was a buggy app and installing acroread instead), and I would get a 
~3 minute delay on login. The same annoying ~3 minute delay persisted in 8.04 
RC, and furthermore I would often get a gnome session error on login. By good 
luck I came across this bug (after many unsuccessful attempts to google for 
similar problem reports). From the comments here, I then tried pinging 
localhost, and got no answer, and ifconfig showed no loopback interface. The 
solution was very simple - just add these 3 lines to /etc/network/interfaces :
# The loopback network interface
auto lo
iface lo inet loopback

... and I rebooted and now logging in is fast and quick. Yay! I have no
idea where the loopback interface lines went to from the interfaces
file. Maybe some bit of software deleted it? Maybe I deleted it? Seems a
bit unlikely to me though, as I have no recollection of doing that.

-- 
local loopback interface isn't brought up on boot
https://bugs.launchpad.net/bugs/83715
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220514] [NEW] Add Firefox 2.0.0.14 to Gutsy repository

2008-04-22 Thread helios91940
*** This bug is a security vulnerability ***

Public security bug reported:

Binary package hint: mozilla-firefox

The support of Ubuntu 7.10 will end in April 2009. The people who wants
to use Gutsy after April 2008 uses a browser with some vulnerabilities.
It would be great if the users of Gutsy could upgrade their Firefox 2
easily without downloading it on the Mozilla website. Moreover, Firefox
2.0.0.14 is available for Hardy Heron when it is not the default
browser.

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

** Visibility changed to: Public

-- 
Add Firefox 2.0.0.14 to Gutsy repository
https://bugs.launchpad.net/bugs/220514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220150] Re: Mouse cursor corruption on dual-head ATI Radeon Mobility X1300 (hardy+fglrx)

2008-04-22 Thread Jørgen H . Seland
Workaround: 
Installing the version 8.4 ATI drivers from ati.com fixes the problem.

-- 
Mouse cursor corruption on dual-head ATI Radeon Mobility X1300 (hardy+fglrx)
https://bugs.launchpad.net/bugs/220150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 75324] Re: Gnome file chooser/selector is way to small

2008-04-22 Thread Travis Watkins
** Changed in: compiz (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Gnome file chooser/selector is way to small
https://bugs.launchpad.net/bugs/75324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220497] Re: network-manager doesn't handle ppp connections.

2008-04-22 Thread fluteflute
** Changed in: network-manager (Ubuntu)
Sourcepackagename: None = network-manager

-- 
network-manager doesn't handle ppp connections.
https://bugs.launchpad.net/bugs/220497
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 219321] Re: package xserver-xorg-core 2:1.3.0.0.dfsg-12ubuntu8.3 [modified: usr/lib/xorg/modules/extensions/libglx.so] failed to install/upgrade:

2008-04-22 Thread Timo Aaltonen
clickwir: you had an unofficial nvidia-glx package installed, probably
by envy?

Philipp, maybe you had the same problem?

-- 
package xserver-xorg-core 2:1.3.0.0.dfsg-12ubuntu8.3 [modified: 
usr/lib/xorg/modules/extensions/libglx.so] failed to install/upgrade: 
https://bugs.launchpad.net/bugs/219321
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 37768] Re: gnome-volume-manager mounting Partition, while working with GParted

2008-04-22 Thread Martin Pitt
Mario, indeed. That's exactly what upstream just committed yesterday.

-- 
gnome-volume-manager mounting Partition, while working with GParted
https://bugs.launchpad.net/bugs/37768
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 211675] Re: Second cut for -mobile promotions

2008-04-22 Thread Martin Pitt
2008-04-22 07:04:09 INFORemoving candidates:
2008-04-22 07:04:09 INFOsdk-default-icons 2.0-4.1ubuntu3 in hardy
2008-04-22 07:04:09 INFOsdk-default-icons 2.0-4.1ubuntu3 in hardy amd64
2008-04-22 07:04:09 INFOsdk-default-icons 2.0-4.1ubuntu3 in hardy hppa
2008-04-22 07:04:09 INFOsdk-default-icons 2.0-4.1ubuntu3 in hardy i386
2008-04-22 07:04:09 INFOsdk-default-icons 2.0-4.1ubuntu3 in hardy ia64
2008-04-22 07:04:09 INFOsdk-default-icons 2.0-4.1ubuntu3 in hardy lpia
2008-04-22 07:04:09 INFOsdk-default-icons 2.0-4.1ubuntu3 in hardy 
powerpc
2008-04-22 07:04:09 INFOsdk-default-icons 2.0-4.1ubuntu3 in hardy sparc
2008-04-22 07:04:09 INFORemoved-by: Martin Pitt
2008-04-22 07:04:09 INFOComment: not needed by mobile, non-free, #211675
2008-04-22 07:04:09 INFO8 packages successfully removed.

** Changed in: sdk-default-icons (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Second cut for -mobile promotions
https://bugs.launchpad.net/bugs/211675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 202301] Re: Firefox not translated/localized

2008-04-22 Thread Matthew East
Daniel - please try http://doc.ubuntu.com/~mdke/ubuntu-
docs_8.04.2_all.deb and see if that fixes the Swedish offline startpage.
Note that the online startpage will appear if you have a network
connection active or have visited it in the past and so have it cached.
Clear your cache and open firefox in offline mode to test the offline
startpage.

I don't know what the progress of the online startpage is at the moment.

** Summary changed:

- Firefox not translated/localized
+ Firefox online/offline startpage not translated/localized

** Description changed:

  Binary package hint: firefox-3.0
  
  In the Hardy Beta with latest updates as of 4/7, the Firefox default
- home page and the rest of the application is not localized when system
- language is set to other than English. Default start page and all menus
- remain in English.
+ home page is not localized when system language is set to other than
+ English. Default start page remains in English.
  
  For each language, I installed language-support-XX, language-pack-XX and
  language-pack-gnome-XX for each additional language I wanted to install.
  I then switched languages (tested Spanish and French) in System -
  Administration - Language Support and rebooted. I launched Firefox and
  noticed the default home page remained in English.

** This bug is no longer a duplicate of bug 195013
   Firefox 3 and xulrunner 1.9 needs translations

-- 
Firefox online/offline startpage not translated/localized
https://bugs.launchpad.net/bugs/202301
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 202301] Re: Firefox online/offline startpage not translated/localized

2008-04-22 Thread Matthew East
Unmarking the bug as a duplicate - we can use bug 195013 to track status
of general firefox localisations, and this bug to track status of
firefox homepage localisation issues.

-- 
Firefox online/offline startpage not translated/localized
https://bugs.launchpad.net/bugs/202301
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 181150] Re: [FFe] moko contains a shared library with no soname/dev package handling

2008-04-22 Thread Martin Pitt
2008-04-22 07:01:28 INFORemoving candidates:
2008-04-22 07:01:28 INFOmoko 0.1-11ubuntu1 in hardy
2008-04-22 07:01:28 INFOmoko 0.1-11ubuntu1 in hardy amd64
2008-04-22 07:01:28 INFOmoko 0.1-11ubuntu1 in hardy hppa
2008-04-22 07:01:28 INFOmoko 0.1-11ubuntu1 in hardy i386
2008-04-22 07:01:28 INFOmoko 0.1-11ubuntu1 in hardy ia64
2008-04-22 07:01:28 INFOmoko 0.1-11ubuntu1 in hardy lpia
2008-04-22 07:01:28 INFOmoko 0.1-11ubuntu1 in hardy powerpc
2008-04-22 07:01:28 INFOmoko 0.1-11ubuntu1 in hardy sparc
2008-04-22 07:01:28 INFORemoved-by: Martin Pitt
2008-04-22 07:01:28 INFOComment: superseded by libmokoui2, #181150
2008-04-22 07:01:28 INFO8 packages successfully removed.


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

-- 
[FFe] moko contains a shared library with no soname/dev package handling
https://bugs.launchpad.net/bugs/181150
You received this bug notification because you are a member of 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   >