[Bug 400542] [NEW] matchname: host name/address mismatch: ::ffff:127.0.0.1 != localhost

2009-07-17 Thread Intellect
Public bug reported:

While adding a share with nautilus-share i'm getting errors in
/var/log/samba/log.___127.0.0.1

[2009/07/17 09:48:56,  0] lib/util_sock.c:matchname(1749)
  matchname: host name/address mismatch: :::127.0.0.1 != localhost
[2009/07/17 09:48:56,  0] lib/util_sock.c:get_peer_name(1870)
  Matchname failed on localhost :::127.0.0.1
[2009/07/17 09:48:56,  0] lib/access.c:check_access(410)
  Denied connection from UNKNOWN (:::127.0.0.1)

This problem solved by adding :::127.0.0.1 to my hosts allow in
smb.conf. But man page says that 127.0.0.1 will always be allowed acess
unless specifically denied by a hosts deny option.

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

-- 
matchname: host name/address mismatch: :::127.0.0.1 != localhost
https://bugs.launchpad.net/bugs/400542
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 359088] Re: system-config-printer.py crashed with SIGSEGV in _nss_mdns4_minimal_gethostbyname2_r()

2009-07-17 Thread Thierry Carrez
Chuck: I fear it's more general than that. There is a trends towards
_nss_*_gethostbyname_r crashes on jaunty/karmic. Failing to reproduce, I
can't confirm but it might stem from bug 374674.

-- 
system-config-printer.py crashed with SIGSEGV in 
_nss_mdns4_minimal_gethostbyname2_r()
https://bugs.launchpad.net/bugs/359088
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 289367] Re: camellia cipher does not work in racoon

2009-07-17 Thread Satoru Kanno
Hi,

I think that these error were caused by an included OpenSSL with non 
'enable-camellia'.
Therefor I think that we will be able to solve by modifying to enable-camellia 
as Ubuntu distribution.

Thank you in advance,

--
Satoru Kanno

-- 
camellia cipher does not work in racoon
https://bugs.launchpad.net/bugs/289367
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipsec-tools 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 400349] Re: dhclient-script fails with apparmor

2009-07-17 Thread John Johansen
I took a look at this and it is behaving correctly, though I haven't
established whether it is due to a deviation in AppArmor's behavior, the
scripts or both.  The executable /sbin/dhclient3 does a Px transition
(as specified in its profile) to /sbin/dhclient-script.

  /sbin/dhclient-script   Pxr,

The transition can be seen by putting the /sbin/dhclient3 profile into audit 
mode
type=APPARMOR_AUDIT msg=audit(1247815097.686:61): operation=exec pid=4152 
comm=dhclient3 parent=4151 profile=/sbin/dhclient3 requested_mask=x:: 
fsuid=0 ouid=0 name=/sbin/dhclient-script

The /sbin/dhclient-script then attempts to open the following 2 files without 
doing an exec to bash
type=APPARMOR_DENIED msg=audit(1247815097.690:62): operation=open pid=4152 
comm=dhclient-script parent=4151 profile=/sbin/dhclient-script 
requested_mask=r:: denied_mask=r:: fsuid=0 ouid=0 name=/etc/ld.so.cache
type=APPARMOR_DENIED msg=audit(1247816247.944:89): operation=open pid=4400 
comm=dhclient-script parent=4399 profile=/sbin/dhclient-script 
requested_mask=r:: denied_mask=r:: fsuid=0 ouid=0 
name=/lib/libncurses.so.5.7

putting the /sbin/dhclient-script into audit mode doesn't show up any
more accesses.  I through in some debugging to verify the reported
behavior matches what is going on internally and it does.

AppArmor's behavior for scripts, is that it will attach the profile to
the script if it is directly invoked.  In this case invoking /sbin
/dhclient-script will cause dhclient-script to be confined by AppArmor
even though it is a bash script.  If the script is indirectly invoked
through bash then, the bash profile (if it exists) would be used.

-- 
dhclient-script fails with apparmor
https://bugs.launchpad.net/bugs/400349
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 288616] Re: Packages depending on JRE might not have a usable JRE when configured

2009-07-17 Thread Thierry Carrez
For some reason this is no longer an issue on current karmic.
Both apt-get install tomcat6 tomcat6-examples tomcat6-admin tomcat6-user and 
apt-get install tomcat6 work...
Will reopen if I can reproduce it.

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

** Changed in: java-common (Ubuntu)
   Status: New = Invalid

-- 
Packages depending on JRE might not have a usable JRE when configured
https://bugs.launchpad.net/bugs/288616
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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 315507] Re: Unable to remove Suhosin patch

2009-07-17 Thread Diego Malatesta
I have the same problem as the other guys.

And doing:

 # echo suhosin.simulation = on  /etc/php5/conf.d/suhosin.ini
 
 Restarting the webserver and you will be fine.

does not solve the problem. phpinfo() shows the flag as on, but the php
scripts which cause the error still stop being executed and are offered
for download.

*In my opinion* you shouldn't provide a package with a patch that is
known to break code (even if intentionally) without providing an
alternative one, say something like php5-no-suhosin, or a way to disable
the patch without recompiling the whole package.

-- 
Unable to remove Suhosin patch
https://bugs.launchpad.net/bugs/315507
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 400660] [NEW] [hardy]Unable to break ACL inheritance Windows ACL editor

2009-07-17 Thread Benjamin E. Zeller
Public bug reported:

I cannot break ACL inheritance anymore in the Windows ACL editor. With previous
Samba versions, I entered the Advanced dialog of the Windows ACL editor and
unchecked the flag Inherit from parent the permission entries that apply to
child objects. Include these with entries explicitly defined here. Afterwards,
I could remove or change ACLs as needed. If I do this now, inheritable ACLs
that exist on higher directory levels re-appear after having deleted them.

Known as bug 5873 in samba bug tracking; see

https://bugzilla.samba.org/show_bug.cgi?id=5873

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


** Tags: hardy lts samba

-- 
[hardy]Unable to break ACL inheritance Windows ACL editor
https://bugs.launchpad.net/bugs/400660
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 400660] Re: Unable to break ACL inheritance Windows ACL editor

2009-07-17 Thread Benjamin E. Zeller
I forgot: This effects Ubuntu Hardy 8.04-8.04.3 with samba 3.0.28a


** Summary changed:

- Unable to break ACL inheritance Windows ACL editor
+ [hardy]Unable to break ACL inheritance Windows ACL editor

** Tags added: hardy lts samba

-- 
[hardy]Unable to break ACL inheritance Windows ACL editor
https://bugs.launchpad.net/bugs/400660
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 400349] Re: dhclient-script fails with apparmor

2009-07-17 Thread Jamie Strandboge
Thanks for looking into this John, but I am rather baffled at this point
as to why the AppArmor behavior changed dramatically from Jaunty to
Karmic, when the script itself is the same. I also checked the full
delta between 3.1.1 (jaunty) and 3.1.2 (Karmic) and dhclient3 does not
change the way it calls dhclient-script.

-- 
dhclient-script fails with apparmor
https://bugs.launchpad.net/bugs/400349
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 252686] Re: Reload action on init script kills daemon

2009-07-17 Thread Martin Pitt
Accepted freeradius into hardy-proposed, the package will build now and
be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: freeradius (Ubuntu Hardy)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius 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 400349] Re: dhclient-script fails with apparmor

2009-07-17 Thread Steve Langasek
** Also affects: dhcp3 (Ubuntu Karmic)
   Importance: Medium
 Assignee: Jamie Strandboge (jdstrand)
   Status: Confirmed

** Also affects: linux (Ubuntu Karmic)
   Importance: Medium
 Assignee: John Johansen (jjohansen)
   Status: Confirmed

-- 
dhclient-script fails with apparmor
https://bugs.launchpad.net/bugs/400349
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 400660] Re: [hardy]Unable to break ACL inheritance Windows ACL editor

2009-07-17 Thread Chuck Short
Thanks for the bug report we will keep track of this.

Thanks
chuck

** Bug watch added: Samba Bugzilla #5873
   https://bugzilla.samba.org/show_bug.cgi?id=5873

** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=5873
   Importance: Unknown
   Status: Unknown

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

-- 
[hardy]Unable to break ACL inheritance Windows ACL editor
https://bugs.launchpad.net/bugs/400660
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 252686] Re: Reload action on init script kills daemon

2009-07-17 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/hardy-proposed/freeradius

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius 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 400776] [NEW] ssh-keyscan(1) hangs if broken server does partial handshake

2009-07-17 Thread Daniel Richard G.
Public bug reported:

Binary package hint: openssh-client

This concerns openssh-client 1:5.1p1-5ubuntu1 in Ubuntu Jaunty.

I use ssh-keyscan(1) at a company site to create a global
ssh_known_hosts file. I've found, however, that the program comes to a
halt when it scans one particular system, an ancient, abused laptop
apparently running Debian Sarge (according to the SSH server banner).
When the program reaches that point, it simply sits there, past the
timeout specified via -T, waiting on a select() call per strace(1).
After about fifteen minutes, you see Connection closed by $IP_ADDRESS,
and the program summarily exits with status 255.

If I connect to the system with ssh -v r...@$ip_address, I get

8
OpenSSH_5.1p1 Debian-5ubuntu1, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /home/username/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to $IP_ADDRESS [$IP_ADDRESS] port 22.
debug1: Connection established.
debug1: identity file /home/username/.ssh/identity type -1
debug1: identity file /home/username/.ssh/id_rsa type -1
debug1: identity file /home/username/.ssh/id_dsa type 2
debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
debug1: Remote protocol version 2.0, remote software version OpenSSH_3.8.1p1 
Debian-8.sarge.4
debug1: match: OpenSSH_3.8.1p1 Debian-8.sarge.4 pat OpenSSH_3.*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1p1 Debian-5ubuntu1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server-client aes128-cbc hmac-md5 none
debug1: kex: client-server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(102410248192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
[sits here idle for about fifteen minutes]
Connection closed by $IP_ADDRESS
8

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

-- 
ssh-keyscan(1) hangs if broken server does partial handshake
https://bugs.launchpad.net/bugs/400776
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 400660] Re: [hardy]Unable to break ACL inheritance Windows ACL editor

2009-07-17 Thread Bug Watch Updater
** Changed in: samba
   Status: Unknown = Confirmed

-- 
[hardy]Unable to break ACL inheritance Windows ACL editor
https://bugs.launchpad.net/bugs/400660
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 400349] Re: dhclient-script fails with apparmor

2009-07-17 Thread Launchpad Bug Tracker
This bug was fixed in the package dhcp3 - 3.1.2-1ubuntu4

---
dhcp3 (3.1.2-1ubuntu4) karmic; urgency=low

  * Adjust dhclient AppArmor profile to call dhclient-script with Uxr instead
of Pxr with its own unrestricted profile. This simplifies the profile,
does not change the security stance of the profile, and works around an
AppArmor regression in Ubuntu kernel 2.6.31-3.19. (LP: #400349)
  * debian/dhcp3-client.postinst: adjust to reload only the dhlient3 profile,
not all of AppArmor
  * debian/dhcp3-server.postinst: adjust to reload only the dhcpd3 profile,
not all of AppArmor

 -- Jamie Strandboge ja...@ubuntu.com   Fri, 17 Jul 2009 09:57:19
-0500

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

-- 
dhclient-script fails with apparmor
https://bugs.launchpad.net/bugs/400349
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 400660] Re: [hardy]Unable to break ACL inheritance Windows ACL editor

2009-07-17 Thread Benjamin E. Zeller
Thanks a lot Chuck. Looking forward to that fix. We got a lot of LTS
rolled out at customers sites (just because of Long Term) and that's
really annoying as customers want to use windoze explorer to set
permissions, not setfacl on CLI. Is already fixed from samba team so
shouldn't be a big deal to backport. We're at selfcompiled Samba at the
moment but not to happy with that.

-- 
[hardy]Unable to break ACL inheritance Windows ACL editor
https://bugs.launchpad.net/bugs/400660
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 241448] Re: Playing from Samba SMB shared folder now is not possible (it could be done until last upgrade).

2009-07-17 Thread feranick
** Also affects: dell-mini
   Importance: Undecided
   Status: New

-- 
Playing from Samba SMB shared folder now is not possible (it could be done 
until last upgrade).
https://bugs.launchpad.net/bugs/241448
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 400115] Re: package dovecot-pop3d None [modified: /var/lib/dpkg/info/dovecot-pop3d.list] failed to install/upgrade: dependency problems - leaving unconfigured

2009-07-17 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
package dovecot-pop3d None [modified: /var/lib/dpkg/info/dovecot-pop3d.list] 
failed to install/upgrade: dependency problems - leaving unconfigured
https://bugs.launchpad.net/bugs/400115
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 398366] Re: Certs generated with TinyCA2 and openssl cause errors in openldap and gnutls

2009-07-17 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** This bug is no longer flagged as a security vulnerability

-- 
Certs generated with TinyCA2 and openssl cause errors in openldap and gnutls
https://bugs.launchpad.net/bugs/398366
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 400876] [NEW] openssh-server honors .hushlogin but doesn't tell PAM

2009-07-17 Thread Steve Langasek
Public bug reported:

Loïc Minier has reported that when using .hushlogin together with the
latest pam_motd in karmic, an ssh to his system does not display the
legal notice but does create the flag file in his home directory.

The reason for this appears to be that openssh honors .hushlogin, but
does not notify PAM that messages should be suppressed.  If openssh were
passing the PAM_SILENT flag to the function calls in this case
(pam_open_session in particular, but the flag applies to the other
application function calls as well), pam_motd would know to be a no-op
instead of thinking the messages had been passed to the user.

ProblemType: Bug
Architecture: amd64
Date: Fri Jul 17 13:50:39 2009
DistroRelease: Ubuntu 9.10
Package: openssh-server 1:5.1p1-6ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-3.19-generic
SourcePackage: openssh
Uname: Linux 2.6.31-3-generic x86_64

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


** Tags: amd64 apport-bug

-- 
openssh-server honors .hushlogin but doesn't tell PAM
https://bugs.launchpad.net/bugs/400876
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 400876] Re: openssh-server honors .hushlogin but doesn't tell PAM

2009-07-17 Thread Steve Langasek

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

-- 
openssh-server honors .hushlogin but doesn't tell PAM
https://bugs.launchpad.net/bugs/400876
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 396202] Re: exception from sqlalchemy

2009-07-17 Thread Colin Watson
** Package changed: openssh (Ubuntu) = sqlalchemy (Ubuntu)

-- 
exception from sqlalchemy
https://bugs.launchpad.net/bugs/396202
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 400785] Re: package slapd 2.4.11-0ubuntu6.1 failed to install/upgrade:

2009-07-17 Thread Philip Muskovac
** Package changed: ubuntu = openldap (Ubuntu)

-- 
package slapd 2.4.11-0ubuntu6.1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/400785
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 399326] Re: Update libini4j-java to 0.4.1

2009-07-17 Thread Daniel Holbach
Unfortunately the source of 0.4.1 is not available. It's just .jar files
in the .zip file.

-- 
Update libini4j-java to 0.4.1
https://bugs.launchpad.net/bugs/399326
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 398646] Re: package update-motd 2.0-0ubuntu1 failed to install/upgrade:

2009-07-17 Thread Christian Zambrano
Dustin,

What kind of answer is that? This error message is coming up right after
trying to update.

-- 
package update-motd 2.0-0ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/398646
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400528] [NEW] Please merge taskjuggler 2.4.3-1 from Debian unstable

2009-07-17 Thread fabrice_sp
Public bug reported:

Binary package hint: taskjuggler

Hi,

Debian just released taskjuggler 2.4.3-1. Please merge it.

Fabrice

** Affects: taskjuggler (Ubuntu)
 Importance: Undecided
 Assignee: fabrice_sp (fabricesp)
 Status: In Progress

** Changed in: taskjuggler (Ubuntu)
   Status: New = In Progress

** Changed in: taskjuggler (Ubuntu)
 Assignee: (unassigned) = fabrice_sp (fabricesp)

-- 
Please merge taskjuggler 2.4.3-1 from Debian unstable
https://bugs.launchpad.net/bugs/400528
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400102] Re: Please sync libaqbanking 4.1.0-2 (universe) from Debian unstable (main).

2009-07-17 Thread Bhavani Shankar
yes daniel

I ll look after it :)

Regards

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

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


[Bug 400101] Re: No volume control GStreamer plugins and/or devices found

2009-07-17 Thread arky

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/29176770/Screenshot.png

-- 
No volume control GStreamer plugins and/or devices found
https://bugs.launchpad.net/bugs/400101
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 396393] Re: Update Manager does not display fingerprint authentication dialog

2009-07-17 Thread Ramon Casha
gksu id worked - that is, it displayed a prompt for the fingerprint. It
displayed nothing on the console.

-- 
Update Manager does not display fingerprint authentication dialog
https://bugs.launchpad.net/bugs/396393
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400529] [NEW] Sound Problem

2009-07-17 Thread Saurabh
Public bug reported:

I am a new user to Ubuntu but I have become quite familiar to it
now.Recently I encountered this problem.I tried to change log in sounds
via Login Window Option in preferences section.There were three options
namely Log in,Successfull Login and Login Fail.I assigned sounds for
Successful Login and Login Fail.Whenever i do so all sounds stop
working.Rhythmbox,Banshee and any movie player cannot play any sound
files.As soon as the Log in sounds are disabled the Player sounds come
back to original.I changed the sound formats to WAV,MP3 and WMV too.But
I encountered the same problem.I found no solution to it.

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

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


[Bug 345872] Re: new firefox windows steal keyboard focus despite showing up in the background

2009-07-17 Thread Marius Gedminas
It still happens in Jaunty.

A clarification to the steps of reproduction:

2.5) make sure the mouse is outside of the gnome-terminal window and is
instead hovering over the desktop, even though gnome-terminal still has
keyboard focus.

** Summary changed:

- new firefox windows steal keyboard focus despite showing up in the background
+ new windows appearing under mouse cursor steal keyboard focus despite showing 
up in the background

** Description changed:

  Binary package hint: compiz
  
  In Intrepid:
  
- 1) make sure Firefox is running
+ 1) make sure Firefox is running and is configured to open links in a new 
window
  2) open gnome-terminal
- 3) type 'firefox', press Enter.
+ 3) move the mouse outside the terminal window while keeping it focused
+ 4) type 'firefox', press Enter.
  
  What happens:
  
  * the existing Firefox instance opens a new window *behind* gnome-terminal
  * that new background Firefox window *steals keyboard focus*
  
  This is surprising, especially when your gnome-terminal is maximized.
  
  What should happen:
  
  * Firefox should open a window in the background and not get keyboard
  focus (option A)
  
  or
  
  * Firefox should open a new window on top of other windows and get
  keyboard focus (option B).
  
  I prefer option (A) to option (B), because software that steals focus is
  bad (and in my particular use case it's an automated test suite that
  opens a firefox window several seconds after I started the test suite).
  
  Extra info:
* in CompizConfig Settings Manager I have: click to focus not set, focus 
prevention level: low, focus prevention windows: any.
* in Firefox preferences I have: open new pages in a new window
+   * my Firefox windows are usually maximized, and since Firefox remembers 
their size, the new window is likely to cover the whole desktop and thus will 
always appear where the mouse is, if the mouse is over the desktop

-- 
new windows appearing under mouse cursor steal keyboard focus despite showing 
up in the background
https://bugs.launchpad.net/bugs/345872
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 357769] Re: firefox crashed with SIGSEGV in js_Interpret()

2009-07-17 Thread Bug Watch Updater
*** This bug is a duplicate of bug 344601 ***
https://bugs.launchpad.net/bugs/344601

** Changed in: firefox
   Status: New = Invalid

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

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


[Bug 390145] Re: Wireless not working in Karmic Koala Alpha 2

2009-07-17 Thread teepfluecker
I have the same problem too. No reaction in

lshal -m

on wifi button press.

My hardware: HP NX6325 with Broadcom Corporation BCM4312 802.11a/b/g
(rev 01) (14e4:4312).

-- 
Wireless not working in Karmic Koala Alpha 2
https://bugs.launchpad.net/bugs/390145
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400531] Re: Ubuntu 9.04, 32-bit ext4 file system suddenly becomes readonly

2009-07-17 Thread Pawan
One cannot even use ubuntu-bug linux command in this state because once
the file system is readonly, pretty much all applications start
misbehaving!

-- 
Ubuntu 9.04, 32-bit ext4 file system suddenly becomes readonly
https://bugs.launchpad.net/bugs/400531
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400530] [NEW] [Karmic Alpha-2] Fails to display step count

2009-07-17 Thread arky
Public bug reported:

Binary package hint: ubiquity

Fails to display step count, the variables are displayed 'Step ${INDEX}
of ${TOTAL}'

ProblemType: Bug
Architecture: i386
Date: Fri Jul 17 06:01:38 2009
DistroRelease: Ubuntu 9.10
LiveMediaBuild: Ubuntu 9.10 Karmic Koala - Alpha i386 (20090610.1)
Package: ubiquity 1.13.3
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.30-8.9-generic
SourcePackage: ubiquity
Uname: Linux 2.6.30-8-generic i686

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


** Tags: apport-bug i386

-- 
[Karmic Alpha-2] Fails to display step count
https://bugs.launchpad.net/bugs/400530
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400531] [NEW] Ubuntu 9.04, 32-bit ext4 file system suddenly becomes readonly

2009-07-17 Thread Pawan
Public bug reported:

I installed Ubuntu 9.04 with ext4 file systems from scratch. Things were
working fine. But suddenly in last 5 days, my entire file system is
turning readonly at random. Only cure is to reboot and lose all my
unsaved work. After reboot, things work properly for another 8-10 hours
before the damn file system turns readonly again!!

Has anyone tested this ext4 filesystem thoroughly? I saw a number of
references to this - but everyone else is blaming it on 64-bit or RAM
issues. My machine is in perfect condition. It has two other partitions
where it runs Windows XP for days without any issues as well as previous
version of Ubuntu for days without any issues.

If this issue is not going to be fixed months after release, I will have
to revert back to previous  version of Ubuntu or back to XP.

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

-- 
Ubuntu 9.04, 32-bit ext4 file system suddenly becomes readonly
https://bugs.launchpad.net/bugs/400531
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400530] Re: [Karmic Alpha-2] Fails to display step count

2009-07-17 Thread arky

** Attachment added: Screenshot-Install.png
   http://launchpadlibrarian.net/29177002/Screenshot-Install.png

-- 
[Karmic Alpha-2] Fails to display step count
https://bugs.launchpad.net/bugs/400530
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400530] Re: [Karmic Alpha-2] Fails to display step count

2009-07-17 Thread arky

** Attachment added: debug
   http://launchpadlibrarian.net/29177024/debug

-- 
[Karmic Alpha-2] Fails to display step count
https://bugs.launchpad.net/bugs/400530
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400018] Re: Automatic reboot for UI-limited machines

2009-07-17 Thread Will Uther
That is great.  I might play with it myself.  I'd like to add the extra
options so that it doesn't reboot if I'm watching TV.

if /usr/X11R6/bin/xset -display :0 -q | grep -q Monitor is On

and for samba something involving:

net RAP session -I localhost

but I'll have to turn those into Python.

Without these checks I'm not sure I'd want to actually turn that on.

My other issue is that it isn't very discoverable.  So thanks!  I might
also have a play myself.

-- 
Automatic reboot for UI-limited machines
https://bugs.launchpad.net/bugs/400018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400530] Re: [Karmic Alpha-2] Fails to display step count

2009-07-17 Thread arky

** Attachment added: Casper.gz
   http://launchpadlibrarian.net/29176988/Casper.gz

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

** Attachment added: UbiquityDebug.gz
   http://launchpadlibrarian.net/29176995/UbiquityDebug.gz

** Attachment added: UbiquityDm.gz
   http://launchpadlibrarian.net/29176996/UbiquityDm.gz

** Attachment added: UbiquitySyslog.gz
   http://launchpadlibrarian.net/29176997/UbiquitySyslog.gz

-- 
[Karmic Alpha-2] Fails to display step count
https://bugs.launchpad.net/bugs/400530
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400528] Re: Please merge taskjuggler 2.4.3-1 from Debian unstable

2009-07-17 Thread fabrice_sp
debdiff for the merge

** Attachment added: taskjuggler_2.4.3-1ubuntu1.debdiff
   http://launchpadlibrarian.net/29177397/taskjuggler_2.4.3-1ubuntu1.debdiff

** Changed in: taskjuggler (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: taskjuggler (Ubuntu)
 Assignee: fabrice_sp (fabricesp) = (unassigned)

-- 
Please merge taskjuggler 2.4.3-1 from Debian unstable
https://bugs.launchpad.net/bugs/400528
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 390062] Re: Organise Files dialog, keywords aren't translated

2009-07-17 Thread Andrew Ash
Thanks for the bug report, m4v.  This internationalization bug should be
reported upstream on bugs.kde.org

I'm confirming this bug in Ubuntu now.

** Changed in: amarok (Ubuntu)
   Importance: Undecided = Medium

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

-- 
Organise Files dialog, keywords aren't translated
https://bugs.launchpad.net/bugs/390062
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386676] Re: memory leak on ATI cards with cover manager

2009-07-17 Thread Andrew Ash
Confirming the bug.  Status as it stands now:

 - Outstanding request for valgrind leak check on b.k.o 197242
 - b.fd.o 16772 progress has stalled pending some sort of memory leak check
 - Amarok forum has a confirmation from a user with an Nvidia card (jaja)

For anyone experiencing this bug, please report back to Myriam on
bugs.kde.org 197242 with the results of running the valgrind memory
check.  She has very clear instructions and the process itself should be
relatively simple for anyone experiencing the bug.

Confirming here in Ubuntu.  I personally suspect some sort of
interaction between Amarok's large amount of pixmaps in the cover
manager and some part of the xserver, which had much upheaval over the
past year or so.

** Changed in: amarok (Ubuntu)
   Importance: Undecided = Medium

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

-- 
memory leak on ATI cards with cover manager
https://bugs.launchpad.net/bugs/386676
You received this bug notification because you are a member of 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 370999] Re: reports 0% until finished, also slowly burning at speed 0.3x or 0.5x

2009-07-17 Thread Savvas Radevic
 And where is the fix?

It said Changed in: brasero, not Changed in: brasero (Ubuntu), the
fix for Ubuntu is not applied yet.

-- 
reports 0% until finished, also slowly burning at speed 0.3x or 0.5x
https://bugs.launchpad.net/bugs/370999
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400533] [NEW] Keyboard layout reset to english when using multimedia keys

2009-07-17 Thread Koterpillar
Public bug reported:

I have two keyboard layouts - English and Russian, and a Defender
KM-5390 USB keyboard with extra keys like Play/Pause, Back,
Forward, Sleep, Calculator, etc. When the Russian layout is
active, pressing any of the extra keys performs the appropriate action
(goes back, forward, changes volume, pauses current track, etc.) and
sets keyboard layout back to English. This makes typing in Russian and
controlling media playback very inconvenient.

Steps to reproduce:
1. Ensure there are at least two keyboard layouts.
2. Open a text editor.
3. Switch to the layout which is not English.
4. Press one of the multimedia keys (for example, Pause).
5. Type a few words.

Expected result:
The words are typed in the layout selected before.

Actual result:
The words are typed in English.

ProblemType: Bug
Architecture: amd64
Dependencies:
 
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: gnome None [modified: /var/lib/dpkg/info/gnome.list]
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: meta-gnome2
Uname: Linux 2.6.31-3-generic x86_64
UnreportableReason: Это не оригинальный пакет Ubuntu

** Affects: meta-gnome2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
Keyboard layout reset to english when using multimedia keys
https://bugs.launchpad.net/bugs/400533
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 392410] Re: [MIR] UNR packages

2009-07-17 Thread Steve Kowalik
It has been decided that fbreader is not being considered at this time,
so I've unseeded it.

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

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

** Changed in: fbreader (Ubuntu)
 Assignee: Loïc Minier (lool) = (unassigned)

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

-- 
[MIR] UNR packages
https://bugs.launchpad.net/bugs/392410
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 366648] Re: Language modules language defaults to Czech

2009-07-17 Thread arky
** Changed in: openoffice.org (Ubuntu)
   Status: Fix Released = New

-- 
Language modules language defaults to Czech
https://bugs.launchpad.net/bugs/366648
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 356702] Re: tooltips stick when they shouldn't

2009-07-17 Thread Renzo Bagnati
This bug is not excusively related to tooltips about drag and drop of windows 
between viewports, but also to other general type of tooltips.
For example, when I switch from a workspace containing a terminal windows to 
one containing firefox (with this page open) I get a persistent tooltip on the 
panel saying: 
Bug #356702 in libwnck (Ubuntu). tooltips
stick when they shouldn't - Mozilla Firefox

-- 
tooltips stick when they shouldn't
https://bugs.launchpad.net/bugs/356702
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400018] Re: Automatic reboot for UI-limited machines

2009-07-17 Thread Will Uther
I just re-read my last comment and realised it sounded sarcastic.  It
wasn't meant to.  I really am grateful for the fast response.

-- 
Automatic reboot for UI-limited machines
https://bugs.launchpad.net/bugs/400018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 390062] Re: Organise Files dialog, keywords aren't translated

2009-07-17 Thread Andrew Ash
** Bug watch added: KDE Bug Tracking System #200516
   http://bugs.kde.org/show_bug.cgi?id=200516

** Also affects: amarok via
   http://bugs.kde.org/show_bug.cgi?id=200516
   Importance: Unknown
   Status: Unknown

-- 
Organise Files dialog, keywords aren't translated
https://bugs.launchpad.net/bugs/390062
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400024] Re: abiword --help tells me to use abiword --help

2009-07-17 Thread Thomas Hotz
I am using Ubuntu 9.04 Ryan.

-- 
abiword --help tells me to use abiword --help
https://bugs.launchpad.net/bugs/400024
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 302590] Re: Brasero leave disk open not available

2009-07-17 Thread Peter
When I insert a blank DVD... the option leave the disk open is grayed out.
Brasero 2.26.1 on Ubuntu 9.04

-- 
Brasero leave disk open not available
https://bugs.launchpad.net/bugs/302590
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 387161] Re: Koala: External SATA-USB Drive no longer being identified properly

2009-07-17 Thread Steve Beattie
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

-- 
Koala: External SATA-USB Drive no longer being identified properly
https://bugs.launchpad.net/bugs/387161
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 395956] Re: Some Japanese tags appear like question marks, others don't appear at all

2009-07-17 Thread Andrew Ash
Luckily for you guys, there was just a blog post written by an Amarok
developer about a fix for this issue [1].  Coming soon in Amarok 2.2 (or
SVN if you're running that) the database will be converted to utf8
internally.  This should hopefully fix some of the issues being
experienced with character sets, collation, searching, and sorting.

If you would like to try running a nightly version of the next Amarok,
try Project Neon.  Otherwise, please report back when 2.2 comes out
about whether this bug is fixed or not.

Thanks!

[1] http://amarok.kde.org/blog/archives/1068-UTF-8-and-Your-Music.html
[2] http://amarok.kde.org/wiki/User:Apachelogger/Project_Neon

** Changed in: amarok (Ubuntu)
   Importance: Undecided = Medium

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

-- 
Some Japanese tags appear like question marks, others don't appear at all
https://bugs.launchpad.net/bugs/395956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 395433] Re: [karmic] In kde after hibernation need a VT switch and back to display the lock screen

2009-07-17 Thread Steve Beattie
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

-- 
[karmic] In kde after hibernation need a VT switch and back to display the lock 
screen 
https://bugs.launchpad.net/bugs/395433
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 390062] Re: Organise Files dialog, keywords aren't translated

2009-07-17 Thread Bug Watch Updater
** Changed in: amarok
   Status: Unknown = New

-- 
Organise Files dialog, keywords aren't translated
https://bugs.launchpad.net/bugs/390062
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-07-17 Thread Donatello
Hi.

For the zoom option, it's possible to have an control like openoffice in the 
status bar?
http://static.blogo.it/ossblog/openoffice-30-beta-1/big_03writer.png

Thanks
Donatello

-- 
Nautilus file browser toolbar is complicated, redundant, and ugly
https://bugs.launchpad.net/bugs/386150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 383461] Re: gconf-sanity-check-2 exits with code 256 on Xorg start

2009-07-17 Thread arky
Able to reproduce the in Karmic Alpha 2

(gconftool-2:6270): GConf-WARNING **: Failed to load source
xml:readonly:/etc/gconf/gconf.xml.system: Failed: Could not make
directory `/etc/gconf/gconf.xml.system': Permission denied

-- 
gconf-sanity-check-2 exits with code 256 on Xorg start
https://bugs.launchpad.net/bugs/383461
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 394504] Re: Amarok 2.0.2 freezes after 10sec of running Ubuntu Jaunty Jackalope 9.04

2009-07-17 Thread Andrew Ash
Thanks for the bug report!

There is an updated version of Amarok available in the kubuntu-backports
repository [1] that might fix this issue. Please update and report back
with what version of Amarok you're running (''apt-cache policy amarok'')
and whether you're still getting amarok hangs.

[1] https://edge.launchpad.net/~kubuntu-ppa/+archive/backports

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

** Summary changed:

- Amarok 2.0.2 freezes after 10sec of running Ubuntu Jaunty Jackalope 9.04
+ [2.0.2] Freeze after 10sec of running

-- 
[2.0.2] Freeze after 10sec of running
https://bugs.launchpad.net/bugs/394504
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 371695] Re: Amarok 2.0.2crashed with signal 6 (SIGABRT).

2009-07-17 Thread Andrew Ash
Thanks for the bug report!

It looks like there is a bug in multi-threading on 64 bit processors
with Amarok.  Multi-threading because both crashes are in
pthread_cond_wait, and 64 bit because of the long pointer sizes
(0x7fb7cc00c742).

Luckily there is an updated version of Amarok already available in the
kubuntu-backports repository [1].  Please update and report back with
what version of Amarok you're running (''apt-cache policy amarok'') and
whether you're getting the crash still.

Thanks!

[1] https://edge.launchpad.net/~kubuntu-ppa/+archive/backports

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

** Summary changed:

- Amarok 2.0.2crashed with signal 6 (SIGABRT).
+ Amarok 2.0.2 crash: pthread_cond_wait

-- 
Amarok 2.0.2 crash: pthread_cond_wait
https://bugs.launchpad.net/bugs/371695
You received this bug notification because you are a member of 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 272826] Re: Ubuntero inappropriate for female contributors

2009-07-17 Thread Matt Zimmerman
On Thu, Jul 16, 2009 at 10:30:55PM -, Barry Warsaw wrote:
 signer it is!

Why does it need to be a noun phrase?  Why not Has signed the Ubuntu Code
of Conduct? Yes/No or similar?

-- 
 - mdz

-- 
Ubuntero inappropriate for female contributors
https://bugs.launchpad.net/bugs/272826
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400538] [NEW] In Blackjack two consecutives splits of aces seems to have been handled incorrectly

2009-07-17 Thread Daniel Silberschmidt
Public bug reported:

Binary package hint: gnome-games

For reproducing it would need control over the cards dealed. That option is not 
available. 
There are many bugs reportted and closed for not enough information in 
BlackJack related to Aces and Splits.
Probably the devs of the game could take a look

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: wl nvidia
Package: gnome-games 1:2.26.1-0ubuntu2
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-games
Uname: Linux 2.6.28-13-generic x86_64

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


** Tags: amd64 apport-bug

-- 
In Blackjack two consecutives splits of aces seems to have been handled 
incorrectly
https://bugs.launchpad.net/bugs/400538
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400538] Re: In Blackjack two consecutives splits of aces seems to have been handled incorrectly

2009-07-17 Thread Daniel Silberschmidt

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

-- 
In Blackjack two consecutives splits of aces seems to have been handled 
incorrectly
https://bugs.launchpad.net/bugs/400538
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 396233] Re: Amarok forgets custom format when copying files to the collection

2009-07-17 Thread Andrew Ash
Thanks for the bug report, getaceres.  I found a corresponding bug on
the Amarok bug tracker, so I'm going to go ahead and confirm the bug
here in Ubuntu.

Please go to linked bug on bugs.kde.org and share your observations.

Thanks!

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

** Bug watch added: KDE Bug Tracking System #180376
   http://bugs.kde.org/show_bug.cgi?id=180376

** Also affects: amarok via
   http://bugs.kde.org/show_bug.cgi?id=180376
   Importance: Unknown
   Status: Unknown

-- 
Amarok forgets custom format when copying files to the collection
https://bugs.launchpad.net/bugs/396233
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346645] Re: [jaunty] elantech touchpad does not scroll

2009-07-17 Thread abennet1
I have been using proto=imps for a few weeks and it is working well for
me.  Without the workaround, two-finger-scrolling is the default (I
press two fingers next to each other onto the touchpad and move them,
together, up or down to scroll up or down).

-- 
[jaunty] elantech touchpad does not scroll
https://bugs.launchpad.net/bugs/346645
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 311895] Re: [i945] spontaneous black screen (major pipe-A underrun)

2009-07-17 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel
   Status: Fix Released = Confirmed

-- 
[i945] spontaneous black screen (major pipe-A underrun)
https://bugs.launchpad.net/bugs/311895
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400539] [NEW] WARNING: at /build/buildd/linux-2.6.31/drivers/char/tty_ldisc.c:209 tty_ldisc_put+0x9e/0xb0()

2009-07-17 Thread Mikko Tiihonen
Public bug reported:

This has now occured twice after upgrading to 9.10 with 2.7.31 kernel (was 
working in 9.04).
The problem seems to be related to X mysteriously dying. But I'm not sure which 
caused which.

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: amd64
Date: Fri Jul 17 09:40:01 2009
DistroRelease: Ubuntu 9.10
Failure: oops
HibernationDevice: RESUME=/dev/sdb2
MachineType: Hewlett-Packard HP Compaq 8510w
NonfreeKernelModules: nvidia
Package: linux-image-2.6.31-3-generic 2.6.31-3.19
ProcCmdLine: root=UUID=f6a3525e-3e9b-434a-9137-cb31f2006017 ro 
usbcore.autosuspend=1 rootfstype=ext4
ProcVersionSignature: Ubuntu 2.6.31-3.19-generic
RelatedPackageVersions: linux-backports-modules-2.6.31-3-generic N/A
SourcePackage: linux
Tags: kernel-oops
Title: WARNING: at /build/buildd/linux-2.6.31/drivers/char/tty_ldisc.c:209 
tty_ldisc_put+0x9e/0xb0()
Uname: Linux 2.6.31-3-generic x86_64
dmi.bios.date: 12/02/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68MVD Ver. F.15
dmi.board.name: 30C5
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 71.36
dmi.chassis.asset.tag: CNU7452M4J
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.15:bd12/02/2008:svnHewlett-Packard:pnHPCompaq8510w:pvrF.15:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP Compaq 8510w
dmi.product.version: F.15
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-kerneloops kernel-oops

-- 
WARNING: at /build/buildd/linux-2.6.31/drivers/char/tty_ldisc.c:209 
tty_ldisc_put+0x9e/0xb0()
https://bugs.launchpad.net/bugs/400539
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400539] Re: WARNING: at /build/buildd/linux-2.6.31/drivers/char/tty_ldisc.c:209 tty_ldisc_put+0x9e/0xb0()

2009-07-17 Thread Mikko Tiihonen

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/29177802/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/29177803/CurrentDmesg.txt

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

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/29177805/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/29177806/Lsusb.txt

** Attachment added: OopsText.txt
   http://launchpadlibrarian.net/29177807/OopsText.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/29177808/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/29177809/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/29177810/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/29177811/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/29177812/UdevLog.txt

-- 
WARNING: at /build/buildd/linux-2.6.31/drivers/char/tty_ldisc.c:209 
tty_ldisc_put+0x9e/0xb0()
https://bugs.launchpad.net/bugs/400539
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 82959] Re: synaptic tries to run gksu on kubuntu

2009-07-17 Thread Micah Gersten
Thank you.  Since KDE has its own package manager, I have marked this as
a Wishlist for synaptic to support KDE.

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

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

-- 
synaptic tries to run gksu on kubuntu
https://bugs.launchpad.net/bugs/82959
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400542] [NEW] matchname: host name/address mismatch: ::ffff:127.0.0.1 != localhost

2009-07-17 Thread Intellect
Public bug reported:

While adding a share with nautilus-share i'm getting errors in
/var/log/samba/log.___127.0.0.1

[2009/07/17 09:48:56,  0] lib/util_sock.c:matchname(1749)
  matchname: host name/address mismatch: :::127.0.0.1 != localhost
[2009/07/17 09:48:56,  0] lib/util_sock.c:get_peer_name(1870)
  Matchname failed on localhost :::127.0.0.1
[2009/07/17 09:48:56,  0] lib/access.c:check_access(410)
  Denied connection from UNKNOWN (:::127.0.0.1)

This problem solved by adding :::127.0.0.1 to my hosts allow in
smb.conf. But man page says that 127.0.0.1 will always be allowed acess
unless specifically denied by a hosts deny option.

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

-- 
matchname: host name/address mismatch: :::127.0.0.1 != localhost
https://bugs.launchpad.net/bugs/400542
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 398646] Re: package update-motd 2.0-0ubuntu1 failed to install/upgrade:

2009-07-17 Thread Jonathan Marsden
Christian: It is, I would say, a correct kind of answer :)

You will need to get the very latest updates (sudo apt-get update) and
then install them (sudo apt-get upgrade).  Doing this will install a
very very new version of update-motd which does not have this bug.  Did
you try this?  It worked for me.

If you did that, today, and it still fails to install, what does

  sudo apt-get -s upgrade -V

output?  Especially, what version of update-motd does it say it would
install?

Worst case, if you are still having issues, you might want to try

  sudo apt-get update
  sudo apt-get purge update-motd
  sudo apt-get install update-motd

although I can't see why you'd need to do it that way.

-- 
package update-motd 2.0-0ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/398646
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 384603] Re: evolution email labels disappear

2009-07-17 Thread marco.pallotta
As you can read on  http://bugzilla.gnome.org/show_bug.cgi?id=585086 I
made some tests and it seems that on latest release 2.26.x the bug
disappeared. No solution for the version in Hardy.

-- 
evolution email labels disappear
https://bugs.launchpad.net/bugs/384603
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-07-17 Thread mac_v
@Marcus Carlson:
Could we *exclude the drop down arrows when inactive* ? 
ie. the drop down arrow is shown *only* for any location history having more 
than 2 items.
Maybe the Up button could be squeezed-in ;)

Also your latest icon-text shows this bug 
https://bugs.launchpad.net/hundredpapercuts/+bug/390724 ,
the back button is oddly smaller than the rest of the buttons.

-- 
Nautilus file browser toolbar is complicated, redundant, and ugly
https://bugs.launchpad.net/bugs/386150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 320305] Re: Upper/lower case problems with extended latin characters

2009-07-17 Thread Andrew Ash
Bugfix confirmed by an Amarok developer in the linked kde-bugs report.
Details in a recent blog post [1].

Matthäus, please let us know when Amarok 2.2 arrives if this issue isn't
fixed.

Thanks!

[1] http://amarok.kde.org/blog/archives/1068-UTF-8-and-Your-Music.html

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

-- 
Upper/lower case problems with extended latin characters
https://bugs.launchpad.net/bugs/320305
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to amarok in ubuntu.

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


[Bug 376728] Re: HP-2140 won't boot with dual-core enabled

2009-07-17 Thread Bane
*** This bug is a duplicate of bug 359441 ***
https://bugs.launchpad.net/bugs/359441

@gyorgyi You need to compile kernel modules for broadcom drivers. I did
this with 2.6.29 but unfortunately not with 2.6.30 though  some people
did it with success. Useful link:
http://ubuntuforums.org/showpost.php?p=7389529postcount=30

-- 
HP-2140 won't boot with dual-core enabled
https://bugs.launchpad.net/bugs/376728
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400547] Re: Menu bar doesn't show until mouse is moved over it

2009-07-17 Thread Tomas Cassidy

** Attachment added: Screenshot-GNS3_1.png
   http://launchpadlibrarian.net/29177905/Screenshot-GNS3_1.png

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

-- 
Menu bar doesn't show until mouse is moved over it
https://bugs.launchpad.net/bugs/400547
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400547] Re: Menu bar doesn't show until mouse is moved over it

2009-07-17 Thread Tomas Cassidy

** Attachment added: Screenshot-GNS3_2.png
   http://launchpadlibrarian.net/29177907/Screenshot-GNS3_2.png

-- 
Menu bar doesn't show until mouse is moved over it
https://bugs.launchpad.net/bugs/400547
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400547] Re: Menu bar doesn't show until mouse is moved over it

2009-07-17 Thread Tomas Cassidy

** Attachment added: Screenshot-GNS3_3.png
   http://launchpadlibrarian.net/29177909/Screenshot-GNS3_3.png

-- 
Menu bar doesn't show until mouse is moved over it
https://bugs.launchpad.net/bugs/400547
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400545] [NEW] Sound is not working

2009-07-17 Thread beanlet
Public bug reported:

Here is my output from hwinfo:

25: PCI 1b.0: 0403 Audio device 
  [Created at pci.314]
  UDI: /org/freedesktop/Hal/devices/pci_8086_293e
  Unique ID: u1Nb.hoA7T2ofYz2
  SysFS ID: /devices/pci:00/:00:1b.0
  SysFS BusID: :00:1b.0
  Hardware Class: sound
  Model: Intel 82801I (ICH9 Family) HD Audio Controller
  Vendor: pci 0x8086 Intel Corporation
  Device: pci 0x293e 82801I (ICH9 Family) HD Audio Controller
  SubVendor: pci 0x1028 Dell
  SubDevice: pci 0x02be 
  Revision: 0x03
  Driver: HDA Intel
  Driver Modules: snd_hda_intel
  Memory Range: 0xfc70-0xfc703fff (rw,non-prefetchable)
  IRQ: 22 (8607 events)
  Module Alias: pci:v8086d293Esv1028sd02BEbc04sc03i00
  Driver Info #0:
Driver Status: snd_hda_intel is active
Driver Activation Cmd: modprobe snd_hda_intel
  Config Status: cfg=new, avail=yes, need=no, active=unknown

I tried that activation cmd, but I got some warnings like this:
==
WARNING: All config files need .conf: /etc/modprobe.d/blacklist, it will be 
ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/alsa-base, it will be 
ignored in a future release.
==

ProblemType: Bug
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 1: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 1: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp1', 
'/dev/snd/controlC1', '/dev/snd/hwC1D0', '/dev/snd/pcmC1D0c', 
'/dev/snd/pcmC1D0p', '/dev/snd/seq', '/dev/snd/timer', '/dev/sequencer', 
'/dev/sequencer2'] failed with exit code 1:
Card1.Amixer.info:
 Card hw:1 'Intel'/'HDA Intel at 0xfc70 irq 22'
   Mixer name   : 'IDT 92HD73C1X5'
   Components   : 'HDA:111d7675,102802be,00100103'
   Controls  : 35
   Simple ctrls  : 23
DistroRelease: Ubuntu 9.04
Package: alsa-base 1.0.18.dfsg-1ubuntu8
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Uname: Linux 2.6.28-11-generic i686

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

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

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


[Bug 400547] [NEW] Menu bar doesn't show until mouse is moved over it

2009-07-17 Thread Tomas Cassidy
Public bug reported:

Binary package hint: gns3

When I start up GNS3, the menu bar and toolbar don't show until either
the mouse is moved across them or the window is minimized+maximized.
Screenshots showing the problem are attached to this bug report.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: gns3 0.6-2
PackageArchitecture: all
ProcEnviron:
 PATH=(cususername, user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: gns3
Uname: Linux 2.6.28-13-generic i686

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


** Tags: apport-bug i386

-- 
Menu bar doesn't show until mouse is moved over it
https://bugs.launchpad.net/bugs/400547
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400545] Re: Sound is not working

2009-07-17 Thread beanlet

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/29177877/AlsaDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/29177878/BootDmesg.txt

** Attachment added: Card1.Amixer.values.txt
   http://launchpadlibrarian.net/29177879/Card1.Amixer.values.txt

** Attachment added: Card1.Codecs.codec.0.txt
   http://launchpadlibrarian.net/29177880/Card1.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/29177881/CurrentDmesg.txt

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

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/29177883/PciMultimedia.txt

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

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


[Bug 348028] Re: texmaker stops responding to keyboard after saving

2009-07-17 Thread Alaak
I also have this bug. It happens for example when I click on Next Latex
Error.

A workaround without restarting texmaker is to choose some of the latex
templates from the Latex Menu and insert them into your file. Then you
get your cursor back. Of course you have to delete the inserted code
afterwards.

-- 
texmaker stops responding to keyboard after saving
https://bugs.launchpad.net/bugs/348028
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 398673] Re: [karmic] audio cds are not being recognized

2009-07-17 Thread Steve Beattie
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

-- 
[karmic] audio cds are not being recognized
https://bugs.launchpad.net/bugs/398673
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400131] Re: motd printed twiceat login, since a couple of days

2009-07-17 Thread Martin-Éric Racine
It could be a good idea to mark this package as transitional, in the
short description, since /etc/update-motd.d/ is already provided by
base-files, update-manager-core and update-notifier-common, thus
completely deprecating update-motd. The addition of (transitional dummy
package) to the short description would make it easier for upgrade tools
to spot and purge update-motd completely.

-- 
motd printed twiceat login, since a couple of days
https://bugs.launchpad.net/bugs/400131
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 399032] Re: upgraded to 9.04, lost all sound on T43 thinkpad

2009-07-17 Thread Tyrfing
** Description changed:

  I recently upgraded my thinkpad to Jaunty Jackalope, from Hardy Heron.
  
- After the update, no sound works.
+ After the update, no sound works, except for system beeps, mic replay
+ (when unmuted with ALSA), and the start-up sound.
  
  I have checked alsamixer, and nothing is muted.
  
  In addition, the hardware buttons for volume up, volume down, and mute
  do not seem to display the volume GUI on the screen, which they did
  automatically in Hardy Heron.

-- 
upgraded to 9.04, lost all sound on T43 thinkpad
https://bugs.launchpad.net/bugs/399032
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 282942] Re: Segfault caused by apt.package.Package.installedPriority

2009-07-17 Thread Scott Severance
I'm now running Jaunty with Python 2.6 and can no longer reproduce this.
Closing.

** Changed in: python-apt (Ubuntu)
   Status: New = Invalid

-- 
Segfault caused by apt.package.Package.installedPriority
https://bugs.launchpad.net/bugs/282942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 91167] Re: wish: obsolete / upgrade only packages should be hidden

2009-07-17 Thread Micah Gersten
Is this still an issue with Jaunty?

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

-- 
wish: obsolete / upgrade only packages should be hidden
https://bugs.launchpad.net/bugs/91167
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400549] Re: New Project dialog window is hidden on program startup

2009-07-17 Thread Tomas Cassidy

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

-- 
New Project dialog window is hidden on program startup
https://bugs.launchpad.net/bugs/400549
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400549] [NEW] New Project dialog window is hidden on program startup

2009-07-17 Thread Tomas Cassidy
Public bug reported:

Binary package hint: gns3

When GNS3 is started, a New Project dialog is shown to allow the user
to save a new project or open an existing project.  This dialog comes up
behind the main GNS3 window so it is hidden from view.  It would be
better to have it show on top of the main GNS3 window on startup so it
is not missed by the user.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: gns3 0.6-2
PackageArchitecture: all
ProcEnviron:
 PATH=(cususername, user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: gns3
Uname: Linux 2.6.28-13-generic i686

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


** Tags: apport-bug i386

-- 
New Project dialog window is hidden on program startup
https://bugs.launchpad.net/bugs/400549
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 359088] Re: system-config-printer.py crashed with SIGSEGV in _nss_mdns4_minimal_gethostbyname2_r()

2009-07-17 Thread Thierry Carrez
Chuck: I fear it's more general than that. There is a trends towards
_nss_*_gethostbyname_r crashes on jaunty/karmic. Failing to reproduce, I
can't confirm but it might stem from bug 374674.

-- 
system-config-printer.py crashed with SIGSEGV in 
_nss_mdns4_minimal_gethostbyname2_r()
https://bugs.launchpad.net/bugs/359088
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400550] [NEW] Apple Bluetooth Keyboard does n´t type after Restart

2009-07-17 Thread vickoxy
Public bug reported:

Binary package hint: bluez-utils

So, i  have dell mini 9 and Ubuntu Jaunty 9.04 Desktop Edition. BT MIce
works correctly. But Apple BT (ALU) showing this error (pairing works
just fine):

1) After restart, when i press any key, keyboard connects itself (in bluetooth 
settings is shown that keyboard is properly connected), but it won´t typing;
2) the i have to go to bluetooth setting and disconect the keyboard
3) then press any key to connect keyboard again;
4) start to type.

No big deals, but under Hardy (dell´s Ubuntu it works just fine)

Hope to solve this issue.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/yelp
NonfreeKernelModules: wl
Package: yelp 2.25.1-0ubuntu5
ProcEnviron:
 LANG=de_AT.UTF-8
 SHELL=/bin/bash
SourcePackage: yelp
Uname: Linux 2.6.28-13-generic i686

** Affects: bluez-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Apple Bluetooth Keyboard doesn´t type after Restart
https://bugs.launchpad.net/bugs/400550
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 400550] Re: Apple Bluetooth Keyboard doesn ´t type after Restart

2009-07-17 Thread vickoxy

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

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

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

-- 
Apple Bluetooth Keyboard doesn´t type after Restart
https://bugs.launchpad.net/bugs/400550
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 399513] Re: landscape-client should know about ecryptfs

2009-07-17 Thread Kevin McDermott
The predictable fixes are always the best ones :-)

+1

-- 
landscape-client should know about ecryptfs
https://bugs.launchpad.net/bugs/399513
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 122047] Re: No way to view explicity installed packages, excluding automatically installed packages

2009-07-17 Thread Micah Gersten
Do the custom filters in synaptic in Jaunty meet your needs, or do you
still need an enhancement?

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

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

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

-- 
No way to view explicity installed packages, excluding automatically installed 
packages
https://bugs.launchpad.net/bugs/122047
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400462] Re: package update-motd (not installed) failed to install/upgrade: no package named `update-motd' is installed, cannot configure

2009-07-17 Thread roscio1975
me too!

-- 
package update-motd (not installed) failed to install/upgrade: no package named 
`update-motd' is installed, cannot configure 
https://bugs.launchpad.net/bugs/400462
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 78987] Re: Reload button on repos have changed, click reload dialog

2009-07-17 Thread Micah Gersten
There is sufficient information for development, so I am marking this as
triaged.

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

-- 
Reload button on repos have changed, click reload dialog
https://bugs.launchpad.net/bugs/78987
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 51043] Re: rightclick - paste missing in contextmenu when pointer is above files/folders

2009-07-17 Thread Satish
Is this bug handled in Konqueror??Can one paste files into folder by
right-clicking in dest folder even if the space in dest folder is full??

-- 
rightclick - paste missing in contextmenu when pointer is above files/folders
https://bugs.launchpad.net/bugs/51043
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400552] [NEW] package pulseaudio 0.9.10-2ubuntu9.4 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-07-17 Thread KumarKirpalani
Public bug reported:

Binary package hint: pulseaudio

lsb_release -rd
Description:Ubuntu 8.10
Release:8.10
apt-cache policy pulseaudio
pulseaudio:
  Installed: 0.9.10-2ubuntu9.4
  Candidate: 0.9.10-2ubuntu9.4
  Version table:
 *** 0.9.10-2ubuntu9.4 0
500 ftp://ftp.free.fr intrepid-security/main Packages
500 ftp://ftp.free.fr intrepid-updates/main Packages
100 /var/lib/dpkg/status
 0.9.10-2ubuntu9 0
500 ftp://ftp.free.fr intrepid/main Packages
 0.9.10-2ubuntu4~intrepid~ppa1 0
500 http://ppa.launchpad.net intrepid/main Packages

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess post-installation script returned error exit status 1
NonfreeKernelModules: nvidia
Package: pulseaudio 0.9.10-2ubuntu9.4
SourcePackage: pulseaudio
Title: package pulseaudio 0.9.10-2ubuntu9.4 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.27-14-generic i686

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


** Tags: apport-package

-- 
package pulseaudio 0.9.10-2ubuntu9.4 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/400552
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400552] Re: package pulseaudio 0.9.10-2ubuntu9.4 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-07-17 Thread KumarKirpalani

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

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/29178554/DpkgTerminalLog.txt

-- 
package pulseaudio 0.9.10-2ubuntu9.4 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/400552
You received this bug notification because you are a member of 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   >