[Bug 306430] [NEW] ~/.ssh/config does not handle multiple hosts correctly

2008-12-09 Thread Maik Hentsche
Public bug reported:

Binary package hint: openssh-client

According to the man page multiple hosts in the hosts section should be given 
as comma separated list, since the host section expects a pattern or pattern 
list and citeA pattern-list is a comma-separated list of patterns/cite.
Still when I put two hosts as comma separated list into my config file (like 
citeHost bullock,dickstone/cite) the following config is used for neither 
one. If instead I provide the host list as space separated (like citeHost 
bullock dickstone/cite) the following configuration is used for both systems. 
This is either a bug in the program or a bug in the documentation. Since ssh 
works as stated in the man page on OpenSuSE 10.3 I doubt the later one.

Further information:
[EMAIL PROTECTED]:/ lsb_release -rd
Description:Ubuntu 8.04.1
Release:8.04

[EMAIL PROTECTED]:/ apt-cache policy openssh-client
openssh-client:
  Installed: 1:4.7p1-8ubuntu1.2
  Candidate: 1:4.7p1-8ubuntu1.2

ProblemType: Bug
Architecture: amd64
Date: Tue Dec  9 08:43:55 2008
DistroRelease: Ubuntu 8.04
Package: openssh-client 1:4.7p1-8ubuntu1.2
PackageArchitecture: amd64
ProcEnviron:
 
PATH=/home/username/bin:/home/username/perl510/bin:/home/username/bin:/home/username/perl510/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: openssh
Uname: Linux 2.6.24-16-generic x86_64

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


** Tags: apport-bug

-- 
~/.ssh/config does not handle multiple hosts correctly
https://bugs.launchpad.net/bugs/306430
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 306430] Re: ~/.ssh/config does not handle multiple hosts correctly

2008-12-09 Thread Maik Hentsche

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

-- 
~/.ssh/config does not handle multiple hosts correctly
https://bugs.launchpad.net/bugs/306430
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 303458] Re: segfault in pam_smbpass.so

2008-12-09 Thread zedtux
Is this a good idea to use gdb during a sudo command to check what
happen ?

( I just hear that gdb is a debugger... but I don't know how to use it
and how it work ! )

-- 
segfault in pam_smbpass.so
https://bugs.launchpad.net/bugs/303458
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 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-09 Thread Kai Blin
I would be wary to remove the offset check. I'm not really into that
code, but removing it will break offsets when there actually is no name
in that Info1 struct. Can anybody provide a tcpdump/wireshark capture
file of a smb connection that causes mentioned segfault?

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
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 306464] [NEW] bad path to configuration file

2008-12-09 Thread Pavel Mlčoch
Public bug reported:

Binary package hint: bacula

When start in another directory as /etc/bacula I've got:

[EMAIL PROTECTED]:~$ bacula-tray-monitor 
09-Dec 11:01 tray-monitor: ERROR TERMINATION at parse_conf.c:829
Config error: Cannot open config file ./tray-monitor.conf: No such file or 
directory

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

-- 
bad path to configuration file
https://bugs.launchpad.net/bugs/306464
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 306168] Re: Unable to connect network drive SAMBA Share

2008-12-09 Thread Thierry Carrez
I'm not sure I understand...
You're trying to connect from an Intrepid client to a network share on a 
Freecom NAS.

The logs you're showing seem to come from a Samba/Winbind *server*. Are
those logs from the Freecom NAS or from the Ubuntu client ? If the logs
come from the Ubuntu client, why are you running a winbind server on it
?

Could you give me the output of the following command:
dpkg-query -W -f '${Status} ${Source} ${Package} ${Version}\n' | grep samba

If winbind appears installed and there is no reason why you run a
winbind server on your client (if you don't know what it is, you
probably don't need it), try sudo apt-get remove winbind and see if
you still get these errors in your log. That doesn't mean your problem
will be solved, but maybe we can remove the error message from the
equation.

Thanks in advance

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

-- 
Unable to connect network drive SAMBA Share
https://bugs.launchpad.net/bugs/306168
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 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-09 Thread Thierry Carrez
Kai Blin:
Removing the check is clearly not a permanent solution, I figured it could help 
in pointing out where the problem is and maybe serve as band-aid for those 
affected, waiting for the proper fix. Unfortunately I don't own the affected 
hardware so I can't reproduce the problem, and I'm left with trial and error :)

Affected users:
Could you please follow instructions given on 
http://wiki.samba.org/index.php/Capture_Packets and post the corresponding 
trace for the Samba developers to look at it ? If not installed already, 
tcpdump can be installed by just running sudo apt-get install tcpdump.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
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 306541] [NEW] mysql apparmor profile forbids raising max open files limit

2008-12-09 Thread Andi Hechtbauer
Public bug reported:

Binary package hint: mysql-server-5.0

Mysql Server 5.0.51a-3ubuntu5.4 / Ubuntu 8.04, when apparmor is active
and in enforcement mode (default).

Some settings in /etc/mysql/my.cnf won't have any effect. E.g. setting
the table_cache to something above 1024 will silently fall back to 64,
since capability sys_resource, is missing from
/etc/apparmor.d/usr.sbin.mysqld

something like audit(1228474870.984:3): type=1503 operation=capable 
name=sys_resource pid=26842 profile=/usr/sbin/mysqld namespace=default
will appear in the syslog.

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
mysql apparmor profile forbids raising max open files limit
https://bugs.launchpad.net/bugs/306541
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 306293] Re: Mod_ssl randomly causes apache threads to use 100% of CPU

2008-12-09 Thread Yann Hamon
Hello Stefan, thanks for your reply. Is 2.2.9 available on Hardy?

-- 
Mod_ssl randomly causes apache threads to use 100% of CPU
https://bugs.launchpad.net/bugs/306293
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 55723] Re: Missing X-Spam-* headers

2008-12-09 Thread Daniel Hahler
** Changed in: amavisd-new (Ubuntu)
   Importance: Undecided = Low
   Status: Confirmed = Triaged

** Summary changed:

- Missing X-Spam-* headers
+ Missing X-Spam-* headers (no local_domains defined)

-- 
Missing X-Spam-* headers (no local_domains defined)
https://bugs.launchpad.net/bugs/55723
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

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


[Bug 282876] Re: drbd doesn't start on boot

2008-12-09 Thread brainsik
As usual, I've made the patched packages available via my company's apt
repository.

Add these lines to your /etc/apt/sources.list:

deb http://packages.devsuki.com/ubuntu/ intrepid main
deb-src http://packages.devsuki.com/ubuntu/ intrepid main

Grab the public signing key:

$ wget http://packages.devsuki.com/devsuki-signing-key.asc

Add it to your apt keychain:

$ sudo apt-key add devsuki-signing-key.asc

Otherwise, you can directly download the packages here:

http://packages.devsuki.com/ubuntu/pool/main/d/drbd8/

-- 
drbd doesn't start on boot
https://bugs.launchpad.net/bugs/282876
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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 255368] Re: ebox: Depends: libapache-authcookie-perl but it is not installable

2008-12-09 Thread Arnaud Quette
guys,

the point is maybe that the package has been removed from Debian Sid:
http://packages.qa.debian.org/liba/libapache-authcookie-perl/news/20080709T071623Z.html

this may be the base reason for its removal from universe too!

just my 2 cents to the discussion...

-- 
ebox: Depends: libapache-authcookie-perl but it is not installable 
https://bugs.launchpad.net/bugs/255368
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 284126] [NEW] New folders replace files in Samba

2008-12-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Samba server: Ubuntu 7.10
  apt-cache policy samba 
  Installed: 3.0.26a-1ubuntu2.5
  Candidate: 3.0.26a-1ubuntu2.5
  Version table:
 *** 3.0.26a-1ubuntu2.5 0
500 http://us.archive.ubuntu.com gutsy-updates/main Packages
500 http://security.ubuntu.com gutsy-security/main Packages
100 /var/lib/dpkg/status
 3.0.26a-1ubuntu2 0
500 http://us.archive.ubuntu.com gutsy/main Packages

Samba client: Ubuntu 8.04.1
  apt-cache policy samba 
  Installed: 3.0.28a-1ubuntu4.5
  Candidate: 3.0.28a-1ubuntu4.5
  Version table:
 *** 3.0.28a-1ubuntu4.5 0
500 http://us.archive.ubuntu.com hardy-updates/main Packages
100 /var/lib/dpkg/status
 3.0.28a-1ubuntu4.4 0
500 http://security.ubuntu.com hardy-security/main Packages
 3.0.28a-1ubuntu4 0
500 http://us.archive.ubuntu.com hardy/main Packages

Created a new folder and renamed it. 
Named it the same as a file in the current directory. 
Folder replaces file. (Expected error to be generated)

I am using Nautilus to browse and perform file/dir operations listed
above. I do not have the technical knowledge of samba to determine if
this is expected behavior of the protocol, a server problem, or a client
problem.

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

-- 
New folders replace files in Samba
https://bugs.launchpad.net/bugs/284126
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 284126] Re: New folders replace files in Samba

2008-12-09 Thread Martin Kossick
I think this affects the samba-package, adding it.

** Changed in: samba (Ubuntu)
Sourcepackagename: None = samba

-- 
New folders replace files in Samba
https://bugs.launchpad.net/bugs/284126
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 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-09 Thread Shawn vega
should I capture packets for the broken samba or the one from your ppa
that works.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
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 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-09 Thread hir0pr0tagoni3t
Hi all,

Here is a capture from my box, running Ubuntu Ibex, 2.6.27-9-generic #1 SMP 
i686 GNU/Linux.
Samba is 3.2.3, using Iomega Network Hard Drive 350 GB with latest firmware. I 
remember this worked with Gutsy, I believe the samba version was 3.0.something, 
unfortunately can't remember what it was.
The wireshark capture is for a simple smbclient, logon using blank password, 
then trying an 'ls' command.
Please let me know if you need more info.

hiro

** Attachment added: Wireshark trace for Ibex and Iomega Network Hard Drive
   
http://launchpadlibrarian.net/20325856/iomega_network_hd_ibex_samba323_trace.txt

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
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 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-09 Thread Thierry Carrez
@Shawn: the one that fails, preferably.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
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 225061] Re: munin should depend on (or at least recommend) cron

2008-12-09 Thread Martin Pitt
I moved it to munin-node (which ships the cronjob) and dropped it to a
recommends, which is appropriate IMHO. Please forward this to Debian,
too.

-- 
munin should depend on (or at least recommend) cron
https://bugs.launchpad.net/bugs/225061
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 225061] Re: munin should depend on (or at least recommend) cron

2008-12-09 Thread Launchpad Bug Tracker
This bug was fixed in the package munin - 1.2.6-8ubuntu2

---
munin (1.2.6-8ubuntu2) jaunty; urgency=low

  * Move cron from Suggests to Recommends (LP: #225061)

 -- Daniel Hahler [EMAIL PROTECTED]   Tue, 09 Dec 2008 11:44:30 -0800

** Changed in: munin (Ubuntu)
   Status: Triaged = Fix Released

-- 
munin should depend on (or at least recommend) cron
https://bugs.launchpad.net/bugs/225061
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-09 Thread Philippe Vanhaesendonck
For what this is worth:

- I confirm it woked in 8.04 and is now broken after upgrade in 8.10

- I works in Debian Etch (3.0.24-6etch10) but is broken as well in
Debian Lenny (2:3.2.4-1)

- As already mentionned somewhere, mounting the device (mount -t cifs)
works, so if really needed there is a workaround

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
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 306293] Re: Mod_ssl randomly causes apache threads to use 100% of CPU

2008-12-09 Thread Bug Watch Updater
** Changed in: apache2
   Status: Unknown = Fix Released

-- 
Mod_ssl randomly causes apache threads to use 100% of CPU
https://bugs.launchpad.net/bugs/306293
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 279789] Re: [jaunty] openoffice cannot write to samba shares (some kind of gvfs timeout?)

2008-12-09 Thread Wolf Rogner
*** This bug is a duplicate of bug 286828 ***
https://bugs.launchpad.net/bugs/286828

I think this is a bug in OOo 3.0

my params:

uname -a
Linux wb 2.6.27-10-generic #1 SMP Fri Nov 21 19:19:18 UTC 2008 x86_64 GNU/Linux

OOO300m9 (Build: 9358) openoffice.org 1:2.0.0.6ubuntu0intrepid1

1. GEdit (as any other apps) works fine on my machines with gfvs.
2. OOo 2.4.1 works fine

= There is nothing wrong with the kernel or gvfs

3. OOo 3.0 does not save files on smb shares. Produces well known error message 
(see above)
4. Saving same file as text or MS Office format works fine.

= This must have something to do with the new ODF1.2 format filter

5. There is no ODF 1.1 filter !!!
6. There is no docx filter either ??? (Its supposed to be somewhere)

-- 
[jaunty] openoffice cannot write to samba shares (some kind of gvfs timeout?)
https://bugs.launchpad.net/bugs/279789
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu (via bug 286828).

-- 
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 285304] [NEW] dragon crashed with SIGSEGV

2008-12-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: kdemultimedia

startup crash

ProblemType: Crash
Architecture: amd64
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/dragon
NonfreeKernelModules: fglrx
Package: dragonplayer 4:4.1.2-0ubuntu1
ProcAttrCurrent: unconfined
ProcCmdline: /usr/bin/dragon 
smb://storage/music/Videos/Tom%20Petty%20-%20Into%20The%20Great%20Wide%20Open%20(Johnny%20Depp).mpg
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: kdemultimedia
StacktraceTop:
 ?? () from /usr/lib/libsmbclient.so.0
 ?? () from /usr/lib/libsmbclient.so.0
 ?? () from /usr/lib/libsmbclient.so.0
 ?? () from /usr/lib/libsmbclient.so.0
 ?? () from /usr/lib/libsmbclient.so.0
Title: dragon crashed with SIGSEGV
Uname: Linux 2.6.27-7-generic x86_64
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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


** Tags: apport-crash
-- 
dragon crashed with SIGSEGV
https://bugs.edge.launchpad.net/bugs/285304
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 285304] Re: dragon crashed with SIGSEGV

2008-12-09 Thread Jonathan Thomas
The crash is in libsmbclient

** Changed in: samba (Ubuntu)
Sourcepackagename: kdemultimedia = samba

-- 
dragon crashed with SIGSEGV
https://bugs.launchpad.net/bugs/285304
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 138931] Re: Can't use saslauthd to authenticate both postfix and cyrus due to /var/run/saslauthd being on tmpfs

2008-12-09 Thread Christopher DeMarco
There is an undocumented option to imapd.conf ``sasl_saslauthd_path''
which instructs the daemon to look in a non-standard location for the
socket. I've opened a bug upstream with the Cyrus maintainers. Perhaps
Ubuntu should update the imapd and imap.conf manpages to reflect this
useful option?

-- 
Can't use saslauthd to authenticate both postfix and cyrus due to 
/var/run/saslauthd being on tmpfs
https://bugs.launchpad.net/bugs/138931
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 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 79371] Re: saslauthd init script does not allow movement of PID

2008-12-09 Thread Christopher DeMarco
There is an undocumented option to imapd.conf ``sasl_saslauthd_path''
which instructs the daemon to look in a non-standard location for the
socket.  I've opened a bug upstream with the Cyrus maintainers.  Perhaps
Ubuntu should update the imapd and imap.conf manpages to reflect this
useful option?

-- 
saslauthd init script does not allow movement of PID
https://bugs.launchpad.net/bugs/79371
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 138931] Re: Can't use saslauthd to authenticate both postfix and cyrus due to /var/run/saslauthd being on tmpfs

2008-12-09 Thread Scott Kitterman
if you could provide draft language for the change, we should be able to do 
that.

-- 
Can't use saslauthd to authenticate both postfix and cyrus due to 
/var/run/saslauthd being on tmpfs
https://bugs.launchpad.net/bugs/138931
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 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 306678] [NEW] open-iscsi fails to correctly update rc.d on upgrade

2008-12-09 Thread Bryan McLellan
Public bug reported:

Binary package hint: open-iscsi

When upgrading open-iscsi from 2.0.865-1ubuntu4 to 2.0.870.1-0ubuntu1 it
attempts to run:

  update-rc.d -f remove open-iscsi

This fails, as it should be:

  update-rc.d -f open-iscsi remove

Line 58 of open-iscsi.postinst

# uname -a
Linux file01 2.6.27-10-generic #1 SMP Fri Nov 21 12:00:22 UTC 2008 i686 
GNU/Linux

# lsb_release -a
LSB Version:
core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch
Distributor ID: Ubuntu
Description:Ubuntu 8.10
Release:8.10
Codename:   intrepid

** Affects: open-iscsi (Ubuntu)
 Importance: Undecided
 Status: New

-- 
open-iscsi fails to correctly update rc.d on upgrade
https://bugs.launchpad.net/bugs/306678
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-09 Thread Kai Blin
I'll look into this some more tomorrow. This seems to be an issue
introduced in Samba 3.2.x. I should be able to write a test case using
the network trace.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
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 306134] Re: package snmpd 5.4.1~dfsg-7.1ubuntu6.1 failed to install/upgrade: subprocess post-installation script returned error exit status 127

2008-12-09 Thread Jean-Baptiste Lallement
Thanks for your report

=
Setting up snmpd (5.4.1~dfsg-7.1ubuntu6.1) ...

 * Starting network management services:    /usr/sbin/snmpd:
symbol lookup error: /usr/sbin/snmpd: undefined symbol: smux_listen_sd

invoke-rc.d: initscript snmpd, action start failed.

dpkg: error processing snmpd (--configure):

 subprocess post-installation script returned error exit status 127
=

Do you have a locally installed version of net-snmp ?

Could you please provide the output of
ldd /usr/sbin/snmpd

Thanks.


** Changed in: net-snmp (Ubuntu)
   Status: New = Incomplete

-- 
package snmpd 5.4.1~dfsg-7.1ubuntu6.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/306134
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp 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 306689] [NEW] package smbclient 2:3.2.3-1ubuntu3.1 failed to install/upgrade: lecture courte (short read) dans ??buffer_copy?? (backend dpkg-deb pendant ??./usr/bin/smbget??)

2008-12-09 Thread Laurent Mariotte
Public bug reported:

Binary package hint: samba

Problem while updating

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: lecture courte (short read) dans « buffer_copy » (backend 
dpkg-deb pendant « ./usr/bin/smbget »)
Package: smbclient 2:3.2.3-1ubuntu3.1
SourcePackage: samba
Title: package smbclient 2:3.2.3-1ubuntu3.1 failed to install/upgrade: lecture 
courte (short read) dans « buffer_copy » (backend dpkg-deb pendant 
« ./usr/bin/smbget »)
Uname: Linux 2.6.27-10-generic i686

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


** Tags: apport-package

-- 
package smbclient 2:3.2.3-1ubuntu3.1 failed to install/upgrade: lecture courte 
(short read) dans ??buffer_copy?? (backend dpkg-deb pendant 
??./usr/bin/smbget??)
https://bugs.launchpad.net/bugs/306689
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 306689] Re: package smbclient 2:3.2.3-1ubuntu3.1 failed to install/upgrade: lecture courte (short read) dans ??buffer_copy?? (backend dpkg-deb pendant ??./usr/bin/smbget??)

2008-12-09 Thread Laurent Mariotte

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

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

-- 
package smbclient 2:3.2.3-1ubuntu3.1 failed to install/upgrade: lecture courte 
(short read) dans ??buffer_copy?? (backend dpkg-deb pendant 
??./usr/bin/smbget??)
https://bugs.launchpad.net/bugs/306689
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 306693] [NEW] open-iscsi upgrade fails to stop iscsid

2008-12-09 Thread Bryan McLellan
Public bug reported:

Binary package hint: open-iscsi

On an upgrade from open-iscsi=2.0.865-1ubuntu4 to open-
iscsi=2.0.870.1-0ubuntu1, the postrm script for 2.0.865-1ubuntu4 stops
iscsid via the initscript, which fails to to all iscsid processes. When
apt then tries to run the postinstall script, the init script for open-
iscsi fails to start due to the existing process.

Work around is to forcibly kill the iscsid processes before upgrade:

[EMAIL PROTECTED]:/etc/init.d# apt-get install open-iscsi=2.0.870.1-0ubuntu1
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  aspell-en ispell ibritish cupsys-common aspell g++-4.2 qstat 
nagios-plugins-extra libck-connector0 cups-common openssh-blacklist fping 
libstdc++6-4.2-dev
  libtiff4 libjpeg62 libcupsimage2 libcupsys2 iamerican libaspell15
Use 'apt-get autoremove' to remove them.
The following packages will be upgraded:
  open-iscsi
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/572kB of archives.
After this operation, 950kB of additional disk space will be used.
(Reading database ... 56874 files and directories currently installed.)
Preparing to replace open-iscsi 2.0.865-1ubuntu4 (using 
.../open-iscsi_2.0.870.1-0ubuntu1_i386.deb) ...
 * Disconnecting iSCSI targets  
  [ OK ] 
 * Stopping iSCSI initiator service 
  [ OK ] 
Unpacking replacement open-iscsi ...
Processing triggers for man-db ...
Setting up open-iscsi (2.0.870.1-0ubuntu1) ...
Installing new version of config file /etc/init.d/open-iscsi ...
Installing new version of config file /etc/iscsi/iscsid.conf ...
update-rc.d: /etc/init.d/remove: file does not exist
 * Starting iSCSI initiator service iscsid  
  [fail] 
 * Setting up iSCSI targets 
  [ OK ] 
invoke-rc.d: initscript open-iscsi, action start failed.
dpkg: error processing open-iscsi (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 open-iscsi
E: Sub-process /usr/bin/dpkg returned an error code (1)
[EMAIL PROTECTED]:/etc/init.d# killall -9 iscsid
[EMAIL PROTECTED]:/etc/init.d# apt-get install open-iscsi=2.0.870.1-0ubuntu1
Reading package lists... Done
Building dependency tree   
Reading state information... Done
open-iscsi is already the newest version.
The following packages were automatically installed and are no longer required:
  aspell-en ispell ibritish cupsys-common aspell g++-4.2 qstat 
nagios-plugins-extra libck-connector0 cups-common openssh-blacklist fping 
libstdc++6-4.2-dev
  libtiff4 libjpeg62 libcupsimage2 libcupsys2 iamerican libaspell15
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up open-iscsi (2.0.870.1-0ubuntu1) ...
update-rc.d: /etc/init.d/remove: file does not exist
 * Starting iSCSI initiator service iscsid  
  [ OK ] 
ln: creating symbolic link `/lib/init/rw/sendsigs.omit.d/iscsid.pid': File 
exists
 * Setting up iSCSI targets 
  [ OK ] 


# uname -a
Linux file01 2.6.27-10-generic #1 SMP Fri Nov 21 12:00:22 UTC 2008 i686 
GNU/Linux
# lsb_release -a
LSB Version:
core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch
Distributor ID: Ubuntu
Description:Ubuntu 8.10
Release:8.10

** Affects: open-iscsi (Ubuntu)
 Importance: Undecided
 Status: New

-- 
open-iscsi upgrade fails to stop iscsid
https://bugs.launchpad.net/bugs/306693
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 306678] [NEW] open-iscsi fails to correctly update rc.d on upgrade

2008-12-09 Thread Mathias Gug

On Tue, Dec 09, 2008 at 10:41:41PM -, Bryan McLellan wrote:
 When upgrading open-iscsi from 2.0.865-1ubuntu4 to 2.0.870.1-0ubuntu1 it
 attempts to run:
 
   update-rc.d -f remove open-iscsi
 
 This fails, as it should be:
 
   update-rc.d -f open-iscsi remove
 
 Line 58 of open-iscsi.postinst

  status triaged

-- 
Mathias Gug
Ubuntu Developer  http://www.ubuntu.com


** Changed in: open-iscsi (Ubuntu)
   Status: New = Triaged

-- 
open-iscsi fails to correctly update rc.d on upgrade
https://bugs.launchpad.net/bugs/306678
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 306703] [NEW] typo in /usr/lib/pm-utils/sleep.d/95dhcp3-server prevents it operating

2008-12-09 Thread Daniel Pittman
Public bug reported:

This may be a duplicate of bug #242020, but that isn't entirely clear to
me that the original reporter has the same root cause as what I have
discovered.  The symptoms I have encountered are more or less identical,
and restarting dhcp3-server manually does resolve the problem where my
DHCP server will not issue a lease until restarted.

(I use a number of VM systems for development purposes, which have DHCP
assigned IP information, for what it is worth.)

The dhcp3-server package includes the script /usr/lib/pm-
utils/sleep.d/95dhcp3-server, which is designed to stop the server
before suspend and to restart it afterwards.

This script has a typo which renders it ineffective: line 3 is 'case 
in', where it should be 'case $1 in'

The consequence of this is that the empty string, which triggers the
script to do nothing, is always considered to be the running case.  The
resolution would be to correct that typo, which should then stop and
start the DHCP server as expected.

Regards,
Daniel

Description:Ubuntu 8.04.1
Release:8.04

dhcp3-server:
  Installed: 3.0.6.dfsg-1ubuntu9
  Candidate: 3.0.6.dfsg-1ubuntu9
  Version table:
 *** 3.0.6.dfsg-1ubuntu9 0
500 http://mirror.internode.on.net hardy/main Packages
500 http://mirrors.kernel.org hardy/main Packages
100 /var/lib/dpkg/status

ProblemType: Bug
Architecture: amd64
Date: Wed Dec 10 10:40:25 2008
DistroRelease: Ubuntu 8.04
NonfreeKernelModules: nvidia
Package: dhcp3-server 3.0.6.dfsg-1ubuntu9 [modified: usr/sbin/dhcpd3]
PackageArchitecture: amd64
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/games
 LANG=en_AU.UTF-8
SourcePackage: dhcp3
Uname: Linux 2.6.24-22-openvz x86_64

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


** Tags: apport-bug

-- 
typo in /usr/lib/pm-utils/sleep.d/95dhcp3-server prevents it operating
https://bugs.launchpad.net/bugs/306703
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 306703] Re: typo in /usr/lib/pm-utils/sleep.d/95dhcp3-server prevents it operating

2008-12-09 Thread Daniel Pittman

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

-- 
typo in /usr/lib/pm-utils/sleep.d/95dhcp3-server prevents it operating
https://bugs.launchpad.net/bugs/306703
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 306706] [NEW] bind9 should flush the DNS cache on suspend / resume to avoid stale records

2008-12-09 Thread Daniel Pittman
Public bug reported:

Binary package hint: bind9

I use bind9 on my laptop as the primary source of DNS information for
several reasons: first, it provides reasonable independence of the local
network infrastructure, which is useful when my job is working out why a
client network doesn't have working DNS, and secondly, because it allows
me much greater flexibility in, for example, always forwarding lookups
to our internal DNS servers via VPN, rather than to the client network
DNS servers.

The one problem that I have hit with this is that bind will cache
results over suspend/resume, which can lead to situations where split-
view DNS on a client network causes the private IP rather than the
public IP to be visible to my applications.

(eg: service.example.com returns 192.168.1.1 while inside my clients
network, but a real Internet IP while outside it.)

It would be reasonably easy to address this issue by including a pm-
utils suspend/resume script to flush the DNS cache; this, to me, seems a
reasonable behaviour since a potentially unlimited period of time passes
between the two events.

I have attached the private script I use for implementing this, which
does address my own issues.

Regards,
Daniel

Description:Ubuntu 8.04.1
Release:8.04
bind9:
  Installed: 1:9.4.2.dfsg.P2-2
  Candidate: 1:9.4.2.dfsg.P2-2
  Version table:
 *** 1:9.4.2.dfsg.P2-2 0
500 http://mirror.internode.on.net hardy-updates/main Packages
500 http://mirrors.kernel.org hardy-updates/main Packages
100 /var/lib/dpkg/status
 1:9.4.2-10ubuntu0.1 0
500 http://security.ubuntu.com hardy-security/main Packages
 1:9.4.2-10 0
500 http://mirror.internode.on.net hardy/main Packages
500 http://mirrors.kernel.org hardy/main Packages

ProblemType: Bug
Architecture: amd64
Date: Wed Dec 10 10:51:10 2008
DistroRelease: Ubuntu 8.04
NonfreeKernelModules: nvidia
Package: bind9 1:9.4.2.dfsg.P2-2 [modified: usr/sbin/named usr/sbin/rndc 
usr/sbin/rndc-confgen usr/sbin/dnssec-keygen usr/sbin/dnssec-signzone 
usr/sbin/named-checkconf usr/sbin/named-checkzone]
PackageArchitecture: amd64
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/games
 LANG=en_AU.UTF-8
SourcePackage: bind9
Uname: Linux 2.6.24-22-openvz x86_64

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

** Affects: bind9 (Debian)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
bind9 should flush the DNS cache on suspend / resume to avoid stale records
https://bugs.launchpad.net/bugs/306706
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 306706] Re: bind9 should flush the DNS cache on suspend / resume to avoid stale records

2008-12-09 Thread Daniel Pittman

** Attachment added: script to flush bind9 DNS cache on suspend and resume
   http://launchpadlibrarian.net/20331825/95local-bind9

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

** Also affects: bind9 (Debian)
   Importance: Undecided
   Status: New

-- 
bind9 should flush the DNS cache on suspend / resume to avoid stale records
https://bugs.launchpad.net/bugs/306706
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 306678] Re: open-iscsi fails to correctly update rc.d on upgrade

2008-12-09 Thread Connor Imes
Setting importance.

** Changed in: open-iscsi (Ubuntu)
   Importance: Undecided = Medium

-- 
open-iscsi fails to correctly update rc.d on upgrade
https://bugs.launchpad.net/bugs/306678
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 294935] Re: apparmor error when logging to /var/log/named/

2008-12-09 Thread Launchpad Bug Tracker
This bug was fixed in the package bind9 - 1:9.5.0.dfsg.P2-5

---
bind9 (1:9.5.0.dfsg.P2-5) unstable; urgency=low

  [ISC]

  * 2463: IPv6 Advanced Socket API broken on linux.  LP: #249824

  [Jamie Strandboge]

  * apparmor: add capability sys_resource
  * apparmor: add krb keytab access.  LP: #277370

  [LaMont Jones]

  * apparmor: allow proc/*/net/if_inet6 read access too.  LP: #289060
  * apparmor: add /var/log/named/* entries.  LP: #294935

  [Ben Hutchings]

  * meta: Add dependency of bind9 on net-tools (ifconfig used in init script)
  * meta: Fix bind9utils Depends.
  * meta: fix typo in package description

  [localization folks]

  * l10n: add polish debconf translations.  Closes: #506856 (L)

 -- Ubuntu Archive Auto-Sync [EMAIL PROTECTED]   Wed,  10 Dec 2008
00:40:25 +

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

-- 
apparmor error when logging to /var/log/named/
https://bugs.launchpad.net/bugs/294935
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 277370] Re: apparmor exception missing for keytab

2008-12-09 Thread Launchpad Bug Tracker
This bug was fixed in the package bind9 - 1:9.5.0.dfsg.P2-5

---
bind9 (1:9.5.0.dfsg.P2-5) unstable; urgency=low

  [ISC]

  * 2463: IPv6 Advanced Socket API broken on linux.  LP: #249824

  [Jamie Strandboge]

  * apparmor: add capability sys_resource
  * apparmor: add krb keytab access.  LP: #277370

  [LaMont Jones]

  * apparmor: allow proc/*/net/if_inet6 read access too.  LP: #289060
  * apparmor: add /var/log/named/* entries.  LP: #294935

  [Ben Hutchings]

  * meta: Add dependency of bind9 on net-tools (ifconfig used in init script)
  * meta: Fix bind9utils Depends.
  * meta: fix typo in package description

  [localization folks]

  * l10n: add polish debconf translations.  Closes: #506856 (L)

 -- Ubuntu Archive Auto-Sync [EMAIL PROTECTED]   Wed,  10 Dec 2008
00:40:25 +

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

-- 
apparmor exception missing for keytab
https://bugs.launchpad.net/bugs/277370
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 289060] Re: named bind9 apparmor profile error

2008-12-09 Thread Launchpad Bug Tracker
This bug was fixed in the package bind9 - 1:9.5.0.dfsg.P2-5

---
bind9 (1:9.5.0.dfsg.P2-5) unstable; urgency=low

  [ISC]

  * 2463: IPv6 Advanced Socket API broken on linux.  LP: #249824

  [Jamie Strandboge]

  * apparmor: add capability sys_resource
  * apparmor: add krb keytab access.  LP: #277370

  [LaMont Jones]

  * apparmor: allow proc/*/net/if_inet6 read access too.  LP: #289060
  * apparmor: add /var/log/named/* entries.  LP: #294935

  [Ben Hutchings]

  * meta: Add dependency of bind9 on net-tools (ifconfig used in init script)
  * meta: Fix bind9utils Depends.
  * meta: fix typo in package description

  [localization folks]

  * l10n: add polish debconf translations.  Closes: #506856 (L)

 -- Ubuntu Archive Auto-Sync [EMAIL PROTECTED]   Wed,  10 Dec 2008
00:40:25 +

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

-- 
named bind9 apparmor profile error 
https://bugs.launchpad.net/bugs/289060
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 306428] [NEW] re-enter new pgp key passphrase disabled

2008-12-09 Thread d4v1dv00
Public bug reported:

When I trying to create a new PGP Keyring using Applications 
Accessories  Passwords  Encryption Keys. After I entered name, email
address and click Create, the program prompt me to enter new PGP Key
pass-phrase. When I trying to re-enter the pass-phrase, the system
refuse to accept my input even the text cursor is focus on the field.

I also found out that with that dialog box open, I could not click the
menu on the desktop to launch other programs.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
re-enter new pgp key passphrase disabled
https://bugs.launchpad.net/bugs/306428
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306428] Re: re-enter new pgp key passphrase disabled

2008-12-09 Thread d4v1dv00

** Attachment added: pgpkey_input_disabled.png
   http://launchpadlibrarian.net/20317501/pgpkey_input_disabled.png

-- 
re-enter new pgp key passphrase disabled
https://bugs.launchpad.net/bugs/306428
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 283064] Re: intrepid: bluetooth can not receive files

2008-12-09 Thread Piraja
I can confirm the strange things reported in the previous post by G.
C.: old pairings must be removed in order to make things work, etc. etc.
However, my send/receive problems occur only intermittently, and
therefore I'm pretty much satisfied right now, since Baptiste's version
of ODS fixed the biggest issues for me (i.e. made the BT USB dongle
usable, at least).

-- 
intrepid: bluetooth can not receive files
https://bugs.launchpad.net/bugs/283064
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 257028] Re: IsCallerPrivileged error when trying to mount USB media

2008-12-09 Thread n0PxN0p
8.10 with latest updates

Same problem.

-- 
IsCallerPrivileged error when trying to mount USB media
https://bugs.launchpad.net/bugs/257028
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306430] [NEW] ~/.ssh/config does not handle multiple hosts correctly

2008-12-09 Thread Maik Hentsche
Public bug reported:

Binary package hint: openssh-client

According to the man page multiple hosts in the hosts section should be given 
as comma separated list, since the host section expects a pattern or pattern 
list and citeA pattern-list is a comma-separated list of patterns/cite.
Still when I put two hosts as comma separated list into my config file (like 
citeHost bullock,dickstone/cite) the following config is used for neither 
one. If instead I provide the host list as space separated (like citeHost 
bullock dickstone/cite) the following configuration is used for both systems. 
This is either a bug in the program or a bug in the documentation. Since ssh 
works as stated in the man page on OpenSuSE 10.3 I doubt the later one.

Further information:
[EMAIL PROTECTED]:/ lsb_release -rd
Description:Ubuntu 8.04.1
Release:8.04

[EMAIL PROTECTED]:/ apt-cache policy openssh-client
openssh-client:
  Installed: 1:4.7p1-8ubuntu1.2
  Candidate: 1:4.7p1-8ubuntu1.2

ProblemType: Bug
Architecture: amd64
Date: Tue Dec  9 08:43:55 2008
DistroRelease: Ubuntu 8.04
Package: openssh-client 1:4.7p1-8ubuntu1.2
PackageArchitecture: amd64
ProcEnviron:
 
PATH=/home/username/bin:/home/username/perl510/bin:/home/username/bin:/home/username/perl510/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: openssh
Uname: Linux 2.6.24-16-generic x86_64

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


** Tags: apport-bug

-- 
~/.ssh/config does not handle multiple hosts correctly
https://bugs.launchpad.net/bugs/306430
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306430] Re: ~/.ssh/config does not handle multiple hosts correctly

2008-12-09 Thread Maik Hentsche

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

-- 
~/.ssh/config does not handle multiple hosts correctly
https://bugs.launchpad.net/bugs/306430
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306429] [NEW] libgpod 0.7.0 RC1 released

2008-12-09 Thread Nico
Public bug reported:

On Mon, 2008-12-08 at 18:39 -0500, Todd Zullinger wrote:
 It's that time again.  A release candidate for libgpod-0.7.0 is ready
 for your testing and bug fixing pleasure.  Please give it a try and
 report any bugs you find (bug reports in unified diff format are
 especially appreciated :).
 
 The tarball is at:
 http://tmz.fedorapeople.org/releases/libgpod-0.7.0rc1.tar.gz
 
 Its sha1sum is:
 3da16247bdbabbeff2c8bdb0a11b4262aee5bc72  libgpod-0.7.0rc1.tar.gz

This fixes a lot of things for iPhone/iPod Touch users as well as add
support for more recent devices.

Could we at least have a PPA with libgpod, gtkpod and dependent
packages, please?

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

-- 
libgpod 0.7.0 RC1 released
https://bugs.launchpad.net/bugs/306429
You received this bug notification because you are a member of 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 303290] Re: Fn Keys in Vaio VGN-FW11E

2008-12-09 Thread cRoW2k
*** This bug is a duplicate of bug 305672 ***
https://bugs.launchpad.net/bugs/305672

 If not we're dealing with a problem that the sony laptop mudule doesn't
 recognize your keys (that's what idon't expect.)

it's that of append to me, nothing is recognize!

2008/12/8 benste [EMAIL PROTECTED]:
 *** This bug is a duplicate of bug 305672 ***
https://bugs.launchpad.net/bugs/305672

 like already posted in Club Vaio 
 (http://club.vaio.sony.eu/clubvaio/gb/en/forum/viewthread?thread=59034)
 - what's the output of:

 acpi_listen

 + keypress??

 If there is one, please post it and we simply deal with a ACPI - Event which 
 isn't linked to ATI brightness.
 -- There should be enough openbugs for a non working / or a solution for 
 brightness on a ATI / AMD card (I just dealed with 2 nvidia one :-))

 If not we're dealing with a problem that the sony laptop mudule doesn't
 recognize your keys (that's what idon't expect.)

 --
 Fn Keys in Vaio VGN-FW11E
 https://bugs.launchpad.net/bugs/303290
 You received this bug notification because you are a direct subscriber
 of the bug.




-- 
cRoW2k - DaRkeR tHaN thE bAt

-- 
Fn Keys in Vaio VGN-FW11E
https://bugs.launchpad.net/bugs/303290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 300304] Re: Intrepid X crashes on start (ATI 9200SE RV280)

2008-12-09 Thread Risto H. Kurppa
I don't know if this is a 'full backtrace' but that's what I was able to
get out so far. I also included trace.

[EMAIL PROTECTED]:~$ less /etc/X11/xorg.conf
Section Device
Identifier  Configured Video Device
EndSection
 
Section Monitor
Identifier  Configured Monitor
EndSection
 
Section Screen
Identifier  Default Screen
Monitor Configured Monitor
Device  Configured Video Device
EndSection
 
Section ServerFlags
Option NoTrapSignals true
EndSection



[EMAIL PROTECTED]:~$ sudo gdb /usr/bin/Xorg
[sudo] password for kurppa: 
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu...
(gdb) run
Starting program: /usr/bin/Xorg 
[Thread debugging using libthread_db enabled]
 
X.Org X Server 1.5.2
Release Date: 10 October 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-19-server i686 Ubuntu
Current Operating System: Linux el-bond 2.6.27-7-generic #1 SMP Tue Nov 4 
19:33:20 UTC 2008 i686
Build Date: 24 October 2008  08:00:16AM
xorg-server 2:1.5.2-2ubuntu3 ([EMAIL PROTECTED]) 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue Dec  9 09:44:13 2008
(==) Using config file: /etc/X11/xorg.conf
[New Thread 0xb7aab6b0 (LWP 6044)]
[tcsetpgrp failed in terminal_inferior: Operation not permitted]
 
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7aab6b0 (LWP 6044)]
0x in ?? ()
(gdb) backtrace full
#0  0x in ?? ()
No symbol table info available.
#1  0xb79c7b07 in ?? () from /usr/lib/xorg/modules/drivers//radeon_drv.so
No symbol table info available.
#2  0xb799555a in ?? () from /usr/lib/xorg/modules/drivers//radeon_drv.so
No symbol table info available.
#3  0xb79984fc in ?? () from /usr/lib/xorg/modules/drivers//radeon_drv.so
No symbol table info available.
#4  0x080aac9f in InitOutput (pScreenInfo=0x8201200, argc=1, argv=0xbfa48bb4)
at ../../../../hw/xfree86/common/xf86Init.c:749
configured_device = value optimized out
i = -1214279692
j = 0
k = value optimized out
scr_index = value optimized out
modulelist = value optimized out
optionlist = (pointer *) 0x985ede0
layout = (screenLayoutPtr) 0x98527d8
screenpix24 = value optimized out
pix24 = value optimized out
pix24From = value optimized out
autoconfig = value optimized out
#5  0x08071b19 in main (argc=1, argv=0xbfa48bb4, envp=0xbfa48bbc)
at ../../dix/main.c:358
---Type return to continue, or q return to quit---
i = value optimized out
error = 136151028
xauthfile = value optimized out
alwaysCheckForInput = {0, 1}


Let me know if there's something more I can do.


** Attachment added: strace
   http://launchpadlibrarian.net/20317594/strace.txt

-- 
Intrepid X crashes on start (ATI 9200SE RV280)
https://bugs.launchpad.net/bugs/300304
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 297766] Re: package command-not-found-data 0.2.26ubuntu1 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive

2008-12-09 Thread Lucas Vieites
I am connecting directly from a ADSL router, which has been replaced since I 
first posted this bug. I have discarded the router as the source of the problem 
because the same thing happens connecting from a different place.
Right now I am using Fedora 10 (temporarily, I am still a Ubuntu fan) and I am 
not having trouble updating.

-- 
package command-not-found-data 0.2.26ubuntu1 failed to install/upgrade: 
corrupted filesystem tarfile - corrupted package archive
https://bugs.launchpad.net/bugs/297766
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 292549] Re: black screen when going full screen

2008-12-09 Thread Chenn
Option FramebufferCompression off

seems to be the solution. Link:
http://xbmc.org/forum/showthread.php?t=40517

-- 
black screen when going full screen
https://bugs.launchpad.net/bugs/292549
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 225359] Re: duplicate entry for startup-manager

2008-12-09 Thread Fabián Rodríguez
To be clear, this fix made it into Intrepid, not Hardy.

-- 
duplicate entry for startup-manager
https://bugs.launchpad.net/bugs/225359
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 98719] Re: [feisty] mozilla-thunderbird-bin crashed [@ nsAppShellService::JustCreateTopWindow]

2008-12-09 Thread John Vivirito
Feisty is no longer supported. P[lease file a separate bug report if you
see this on a supported Ubuntu version.

** Changed in: mozilla-thunderbird (Ubuntu)
   Status: Incomplete = Invalid

-- 
[feisty] mozilla-thunderbird-bin crashed [@ 
nsAppShellService::JustCreateTopWindow]
https://bugs.launchpad.net/bugs/98719
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 292098] Re: okular can't presentation fullscreen

2008-12-09 Thread Jithin Emmanuel
Amazing that fixes the problem. So its the kubuntu guys who screwed it
up.

-- 
okular can't presentation fullscreen
https://bugs.launchpad.net/bugs/292098
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 261721] Re: X never sees brightness key release events

2008-12-09 Thread Mario Limonciello
Hi Essence:

Please add this comment to bug 304187 which is tracking the behavior of
the popup indicator.  You are using the testing version
(2.24.0-0ubuntu8.1) which should be the cause of this resolution.

-- 
X never sees brightness key release events
https://bugs.launchpad.net/bugs/261721
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 259755] Re: cdebootstrap failed in Internal error: install on Intrepid

2008-12-09 Thread lhl
Just wanted to add a note, that I've encountered a similar problem
running the following:

# cdebootstrap -a i386 -f minimal intrepid /mnt/intrepid
http://archive.ubuntu.com/ubuntu/

... Lots of packages ...
P: Unpacking package dpkg
P: Configuring package dpkg
P: Configuring helper cdebootstrap-helper-rc.d
E: Internal error: install

This was done on a fresh Alestic Ubuntu Intrepid image (ami-1ad73373).

Running cdebootstrap w/ hardy instead of intrepid worked, so I'm
guessing this is just a bug w/ Intrepid.

-- 
cdebootstrap failed in Internal error: install on Intrepid
https://bugs.launchpad.net/bugs/259755
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 271986] Re: [intrepid] screen brightness resets to 100% on reboot

2008-12-09 Thread laltopi
I have the same issue - Intel chip set. The display brightness goes to
100% even when I log out and log back in - without reboot.

-- 
[intrepid] screen brightness resets to 100% on reboot
https://bugs.launchpad.net/bugs/271986
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269845] Re: thunderbird disappears every 1st time I use it - not after restarting

2008-12-09 Thread John Vivirito
CClosing sinc eyou were only one to report it and sinc eyou have
upgraded its no longer an issue for you.

** Changed in: thunderbird (Ubuntu)
   Status: Incomplete = Fix Released

-- 
thunderbird disappears every 1st time I use it - not after restarting
https://bugs.launchpad.net/bugs/269845
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 29294] Re: please provide a liborbit2-dbg debug package

2008-12-09 Thread Andreas Schultz
still no debug packages in intrepid

 build log reveals that dbgsym packages are created, but they are not in
the archives

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

-- 
please provide a liborbit2-dbg debug package
https://bugs.launchpad.net/bugs/29294
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 306435] Re: package compiz-fusion-plugins-main 0.7.8-0ubuntu2.2 failed to install/upgrade: subprocess post-installation script returned error exit status 245

2008-12-09 Thread Bernardo Rangel Tura

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

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

-- 
package compiz-fusion-plugins-main 0.7.8-0ubuntu2.2 failed to install/upgrade: 
subprocess post-installation script returned error exit status 245
https://bugs.launchpad.net/bugs/306435
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306435] [NEW] package compiz-fusion-plugins-main 0.7.8-0ubuntu2.2 failed to install/upgrade: subprocess post-installation script returned error exit status 245

2008-12-09 Thread Bernardo Rangel Tura
Public bug reported:

Binary package hint: compiz-fusion-plugins-main

When I update package  this bug appear

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess post-installation script returned error exit status 245
NonfreeKernelModules: nvidia
Package: compiz-fusion-plugins-main 0.7.8-0ubuntu2.2
SourcePackage: compiz-fusion-plugins-main
Title: package compiz-fusion-plugins-main 0.7.8-0ubuntu2.2 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
245
Uname: Linux 2.6.27-10-generic x86_64

** Affects: compiz-fusion-plugins-main (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package compiz-fusion-plugins-main 0.7.8-0ubuntu2.2 failed to install/upgrade: 
subprocess post-installation script returned error exit status 245
https://bugs.launchpad.net/bugs/306435
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306434] [NEW] Multiple attachments cannot be saved at once

2008-12-09 Thread Markus Drexelius
Public bug reported:

Binary package hint: thunderbird

In the past I can save all attachments of a mail via Save all. Now the
save  all option is always disabled, so I have to save each attachment
separately via Save.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
NonfreeKernelModules: nvidia
Package: mozilla-thunderbird 2.0.0.18+nobinonly-0ubuntu0.8.10.1
PackageArchitecture: all
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: thunderbird
Uname: Linux 2.6.27-9-generic i686

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


** Tags: apport-bug

-- 
Multiple attachments cannot be saved at once
https://bugs.launchpad.net/bugs/306434
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306434] Re: Multiple attachments cannot be saved at once

2008-12-09 Thread Markus Drexelius

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

-- 
Multiple attachments cannot be saved at once
https://bugs.launchpad.net/bugs/306434
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306417] Re: dpkg error for login package during aptitude upgrade

2008-12-09 Thread Chris Coulson
Thank you for taking the time to report this bug. Please attach the
contents of /var/log/apt to this bug report.

Thanks in advance

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

-- 
dpkg error for login package during aptitude upgrade
https://bugs.launchpad.net/bugs/306417
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306408] Re: the audio of system aren't modify but i don't listen it....there is modify only login audio

2008-12-09 Thread Chris Coulson
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we can't fix it because your description
didn't include enough information. You may find it helpful to read How
to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).
Thanks!

** Changed in: ubuntu
 Assignee: niko88vr (nicodrummervr) = (unassigned)
   Status: New = Incomplete

-- 
the audio of system aren't modify but i don't listen itthere is modify only 
login audio
https://bugs.launchpad.net/bugs/306408
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306383] Re: please promote x11proto-dri2 to main

2008-12-09 Thread Steve Kowalik
Subscribing ubuntu-mir, rather than ubuntu-archive.

-- 
please promote x11proto-dri2 to main
https://bugs.launchpad.net/bugs/306383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 297245] Re: [i965] Dell Studio 15 White Screen on X startup

2008-12-09 Thread Bryce Harrington
Jerone, actually that is worth testing out.

If anyone has the affected hardware, it would be very helpful for us if
you could test the following modeline in xorg.conf, using the intel
driver rather than vesa as was done in the link above:

modeline [EMAIL PROTECTED] 83.46 1280 1344 1480 1680 800 801 804 828 -hsync
+vsync

This modeline was confirmed to work with vesa, and we notice it is
slightly different from what was auto-detected by the -intel driver.  If
this modeline works when hardcoded in xorg.conf with -intel, then what
we can do is add a quirk for this specific lcd model to solve the issue.

-- 
[i965] Dell Studio 15 White Screen on X startup
https://bugs.launchpad.net/bugs/297245
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 287383] Re: Austrian Provider one has changed its name to orange

2008-12-09 Thread Antti Kaijanmäki
Someone should go through the documentation that Orange provides on
their website or elsewhere, or even call their customer services and
find out all the needed APNs and settings. Then a patch should be
constructed and sent to me. If you want to continue the discussion on
these APNs, please, don't do it in this bug report, instead file a new
one, or join [EMAIL PROTECTED]

-- 
Austrian Provider one has changed its name to orange
https://bugs.launchpad.net/bugs/287383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306436] [NEW] Please upgrade mantis to new upstream version 1.1.5

2008-12-09 Thread Micah Gersten
Public bug reported:

Binary package hint: mantis

This is in debian experimental.  It fixes some browser caching issues as
well as some security fixes.

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


** Tags: upgrade

** Tags added: upgrade

-- 
Please upgrade mantis to new upstream version 1.1.5
https://bugs.launchpad.net/bugs/306436
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 213494] Re: [Hardy] Glipper dies when desktop starting

2008-12-09 Thread Jem
I would recommend that people here use the recompiled version for
Intrepid, courtesy Simone, @ https://launchpad.net/~simontol/+archive

Simone's post above seems to have been largely ignored which is a shame
as it seems to fix the problem currently. Don't forget to lock the
Glipper version in Synaptic when installed to stop it nagging you
constantly to upgrade.

Glipper offers more functionality than Parcellite currently so it's my
choice. I'd like to see Glipper properly maintained - Simone...? :) with
bitmap captures added at some point.

-- 
[Hardy] Glipper dies when desktop starting
https://bugs.launchpad.net/bugs/213494
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 203016] Re: Memory Leak in NetworkManager

2008-12-09 Thread Mykro
I can confirm this serious bug is still occurring on up-to-date Intrepid
as of 2008-12-09.

Pentium 3.0Ghz hyperthreading 1GB RAM, 1.5GB swap, using wired but have
wireless adaptor installed as well.

I was using Ubuntu 8.04 successfully.  Did an upgrade to 8.10, and had
this runaway NetworkManager problem.  Since there were other issues
related to a problematic upgrade, wiped hdd and installed a clean 8.10,
which fixed the other issues but the NetworkManager problem reoccurred.

NetworkManager About dialog reports version 0.7.

Upon bootup NetworkManager process starts consuming memory, confirmed in
System Monitor.  Within 15-60 minutes it has consumed 600-800MB slowing
the system to a crawl and eventually Ubuntu stops responding.  Executing
sudo killall NetworkManager before this point clears the consumed
memory and returns the system to a stable ~200MB memory.  Executing
sudo NetworkManager causes the runaway memory problem to begin again.

Below is some output of /var/log/syslog when the NetworkManager process
is running.

Dec  9 17:20:23 myksrv kernel: [  463.776477]  [c02147d8] ? 
cap_file_ioctl+0x8/0x10
Dec  9 17:20:23 myksrv NetworkManager: WARN  
nm_error_monitoring_device_link_state(): error monitoring wired ethernet link 
state: error occurred while waiting for data on socket  
Dec  9 17:20:23 myksrv last message repeated 8 times
Dec  9 17:20:23 myksrv kernel: [  463.776487]  [c01bf27b] sys_ioctl+0x6b/0x70
Dec  9 17:20:23 myksrv NetworkManager: WARN  
nm_error_monitoring_device_link_state(): error monitoring wired ethernet link 
state: error occurred while waiting for data on socket  
Dec  9 17:20:23 myksrv last message repeated 10 times
Dec  9 17:20:23 myksrv kernel: [  463.776495]  [c0103f7b] 
sysenter_do_call+0x12/0x2f
Dec  9 17:20:23 myksrv NetworkManager: WARN  
nm_error_monitoring_device_link_state(): error monitoring wired ethernet link 
state: error occurred while waiting for data on socket  
Dec  9 17:20:23 myksrv last message repeated 6 times
Dec  9 17:20:23 myksrv kernel: [  463.776503]  ===
Dec  9 17:20:23 myksrv NetworkManager: WARN  
nm_error_monitoring_device_link_state(): error monitoring wired ethernet link 
state: error occurred while waiting for data on socket  
Dec  9 17:20:54 myksrv last message repeated 305320 times
Dec  9 17:21:44 myksrv last message repeated 495634 times
Dec  9 17:21:44 myksrv kernel: [  543.947734] wlan0: association FAILED: peer 
sent Status Code 10 (Cannot support all requested capabilities in Capability 
Information field)
Dec  9 17:21:44 myksrv NetworkManager: WARN  
nm_error_monitoring_device_link_state(): error monitoring wired ethernet link 
state: error occurred while waiting for data on socket  
Dec  9 17:22:00 myksrv last message repeated 159869 times

-- 
Memory Leak in NetworkManager
https://bugs.launchpad.net/bugs/203016
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 300974] Re: Caps Lock LED linked between keyboards in Multiseat setup

2008-12-09 Thread mikmak
I can confirm this bug on my multiseat setup too

Cheers,
Mik

-- 
Caps Lock LED linked between keyboards in Multiseat setup
https://bugs.launchpad.net/bugs/300974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 291226] Re: libmbca doesn't use LP translations

2008-12-09 Thread Antti Kaijanmäki
libmbca is translated by the gnome translators. AFAIK because of that
libmbca should not be translated in launchpad also. If someone has
insight how gnome translation project and launchpad project co-operate
I'm happy to hear about it.

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

-- 
libmbca doesn't use LP translations
https://bugs.launchpad.net/bugs/291226
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 203016] Re: Memory Leak in NetworkManager

2008-12-09 Thread Mykro
** Changed in: network-manager (Ubuntu Intrepid)
   Status: Fix Released = Confirmed

-- 
Memory Leak in NetworkManager
https://bugs.launchpad.net/bugs/203016
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 155047] Re: gparted hangs Scanning all Devices forever (because of /dev/fd0)

2008-12-09 Thread milubu
can't get terminal output -
gparted just keeps warming up zhe room via processor for +30minutes now
NEW: some minutes later, gparted came up showing the hard drive - no log, no 
message, no terminal output
indications for the floppy reason:
a when starting as sudo gparted /dev/sda: no problem
b partition logic 0.69 live disc produces error log concerning a twenty times 
tried to connect fd0 (is this using a partedlib or so??)

in my BIOS there is no floppy entry besides the boot sequence menu
(acer travelmate 4150 never having had cnotact to any floppy)

so perhaps this can help to go further?

milan

** Attachment added: fstab
   http://launchpadlibrarian.net/20317937/fstab

-- 
gparted hangs Scanning all Devices forever (because of /dev/fd0)
https://bugs.launchpad.net/bugs/155047
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306438] [NEW] No undo for deleting a contact from address book

2008-12-09 Thread era
Public bug reported:

Binary package hint: thunderbird

Right-clicking on the column names in the address book includes a
Delete option in the menu.  Unfortunately, this does not delete the
highlighted column, but rather, the highlighted contact.  Ouch.  Making
matters worse, there is no undo.

Probably the simple fix would be to have right-click on the column
headings in the address book display a different menu, or no menu at
all.

vnix$  lsb_release -rd
Description:Ubuntu 8.10
Release:8.10

vnix$ apt-cache policy thunderbird
thunderbird:
  Installed: 2.0.0.18+nobinonly-0ubuntu0.8.10.1
  Candidate: 2.0.0.18+nobinonly-0ubuntu0.8.10.1
  Version table:
 *** 2.0.0.18+nobinonly-0ubuntu0.8.10.1 0
500 http://fi.archive.ubuntu.com intrepid-updates/main Packages
500 http://security.ubuntu.com intrepid-security/main Packages
100 /var/lib/dpkg/status
 2.0.0.17+nobinonly-0ubuntu1 0
500 http://fi.archive.ubuntu.com intrepid/main Packages

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

-- 
No undo for deleting a contact from address book
https://bugs.launchpad.net/bugs/306438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284507] Re: error monitoring wired ethernet link state

2008-12-09 Thread Mykro
*** This bug is a duplicate of bug 203016 ***
https://bugs.launchpad.net/bugs/203016

** This bug has been marked a duplicate of bug 203016
   Memory Leak in NetworkManager

-- 
error monitoring wired ethernet link state
https://bugs.launchpad.net/bugs/284507
You received this bug notification because you are a member of 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 227945] Re: [needs packaging] Please package FireGPG extension for Firefox

2008-12-09 Thread Lionel Le Folgoc
On Tue, Dec 09, 2008 at 07:11:45AM -, John Vivirito wrote:
 On 12/08/2008 09:21 AM, Lionel Le Folgoc wrote:
  Le lundi 08 décembre 2008 à 01:56:01, John Vivirito a écrit :
  Added Ubuntu task and assigned asac to review and push as needed
 
  
  There is already iceweasel-firegpg in unstable/main and jaunty/universe.
  Isn't it a better idea to merge it instead of repackaging it from
  scratch?
  
 We dont use iceweasel we use abrowser. We shouldnt have to fix each of

Where did I say that we use iceweasel?

 the iceweasel packages to support other browsers since at this time it
 only depends on iceweasel and the packages are not updated but ours
 are.

Right, I understand (this looks like duplicate work though). Then you may
want to drop from the archive several iceweasel-* packages that landed in
jaunty.

 We dont merge any mozilla apps from debian and we havee it so they get
 our packages.

it == firegpg?
they == debian?
Why would Debian get our firegpg package?

-- 
Lionel Le Folgoc - https://launchpad.net/~mrpouit
EEBA 555E 0CDE 92BB 3AF4  4AB3 45A0 357B 5179 5910

-- 
[needs packaging] Please package FireGPG extension for Firefox 
https://bugs.launchpad.net/bugs/227945
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 191004] Re: Could not verify integreity of upgrader programme. This application will now exit. Feisty to Gutsy upgrade

2008-12-09 Thread tbear74
Please make no assumption - I am the original one who opened this bug.
Others have had their different issues with regards to this. No one has
written to my bug with a solution- the bug with adept is still there! So
no this is not closed why dont you make a suggestion how to fix this
problem - go read it instead of just thinking of closing it -- do
you see any reply a solution!!! I am still waiting and wondering the
point of this forum seeing its been a year!!! DAH!  is this not why we
have this forum. Jean give me a solution and then close it - :))
and let others see the solution - i know this is a bug with never an
answer look around I am not the first to report this and not the last to
never get a reply

-- 
Could not verify integreity of upgrader programme. This application will now 
exit. Feisty to Gutsy upgrade
https://bugs.launchpad.net/bugs/191004
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 155047] Re: gparted hangs Scanning all Devices forever (because of /dev/fd0)

2008-12-09 Thread milubu
sorry, error
must be:
a when starting as sudo gparted /dev/sdb1

and
libparted : 1.8.9
is used

-- 
gparted hangs Scanning all Devices forever (because of /dev/fd0)
https://bugs.launchpad.net/bugs/155047
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306441] [NEW] Setting key kombination doesn't work any long

2008-12-09 Thread Markus Drexelius
Public bug reported:

If set to the windows key on my keyboard a shortcut to open nautilus
with my personal folder. After my upgrade from ubuntu 8.04 to 8.10 this
doesn't work any longer: when I press the super left key absolutely
nothings happens.

When I go to System -- Preferences -- Key Combinations
(Tastenkuerzel on my german gnome desktop) I can assign the left
windows key to open my personal folder. But when I press the key nothing
happens.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/yelp
NonfreeKernelModules: nvidia
Package: yelp 2.24.0-0ubuntu2
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: yelp
Uname: Linux 2.6.27-9-generic i686

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
Setting key kombination doesn't work any long
https://bugs.launchpad.net/bugs/306441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306441] Re: Setting key kombination doesn't work any long

2008-12-09 Thread Markus Drexelius

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

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

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

-- 
Setting key kombination doesn't work any long
https://bugs.launchpad.net/bugs/306441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306440] [NEW] Digital sound output doesnt work

2008-12-09 Thread Taz
Public bug reported:

I'm using Ubuntu 8.04 - Hardy Heron 
My motherboard has both 5.1 digital output and analogue output and i cant get 
any sound out of the digital one. The analogue one works fine. help..

ProblemType: Bug
Architecture: amd64
Date: Tue Dec  9 18:29:13 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/yelp
NonfreeKernelModules: nvidia
Package: yelp 2.22.1-0ubuntu2.8.04.3
PackageArchitecture: amd64
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: yelp
Uname: Linux 2.6.24-21-generic x86_64

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
Digital sound output doesnt work
https://bugs.launchpad.net/bugs/306440
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306440] Re: Digital sound output doesnt work

2008-12-09 Thread Taz

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

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

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

-- 
Digital sound output doesnt work
https://bugs.launchpad.net/bugs/306440
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306439] [NEW] vga16fb breaks charset

2008-12-09 Thread Aapo Rantalainen
Public bug reported:

In text virtual console, all text are too left, so first letter on row isn't 
readable. (look: first picture)
If I 'sudo modprobe vga16fb' it works. But there are something wrong with 
charset. (look: second picture) Letters with dots do not show right. Also some 
' are wrong.
In picture there are man fdisk: 'disklabel' looks funny. In commandline there 
are 'öäå'

I tested with grub parameter vga=ask, but no matters what I choose the
left side is shifted away on screen.

This happens with Hardy and Intrepid.
00:02.0 VGA compatible controller: Intel Corporation 82G965 Integrated Graphics 
Controller (rev 02)
Monitor is Samsung Syncmaster 226bw (1600x1050).

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

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

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

[Bug 306439] Re: vga16fb breaks charset

2008-12-09 Thread Aapo Rantalainen

** Attachment added: After sudo modprobe vga16fb
   http://launchpadlibrarian.net/20318040/after.jpg

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

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


[Bug 306411] Re: bad keycode map

2008-12-09 Thread Chris Coulson
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we can't fix it because your description
didn't include enough information. You may find it helpful to read How
to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).
Thanks! 

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

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

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


[Bug 306439] Re: vga16fb breaks charset

2008-12-09 Thread Aapo Rantalainen

** Attachment added: Before sudo modprobe vga16fb
   http://launchpadlibrarian.net/20318012/before.jpg

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

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


[Bug 304871] Re: [Jaunty, 845G] Fatal server error: Couldn't bind memory for BO front buffer

2008-12-09 Thread Bryce Harrington
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Importance: Undecided = High

-- 
[Jaunty,845G] Fatal server error: Couldn't bind memory for BO front buffer 
https://bugs.launchpad.net/bugs/304871
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 261416] Re: NM 0.7 - Nokia E51 is not detected

2008-12-09 Thread Antti Kaijanmäki
As discussed many times on hal-list[1], individual Nokias should not be
added to modem.fdi. Nokias have CDC ACM serial ports that are already
detected automatically by HAL and tagged as V.250 modems. Please, revert
those ubuntu specific Nokia patches if you haven't already.

If the devices do not show up on NetworkManager, then it's probably a
problem in NM.

[1] http://lists.freedesktop.org/archives/hal/2008-November/012580.html

-- 
NM 0.7 - Nokia E51 is not detected
https://bugs.launchpad.net/bugs/261416
You received this bug notification because you are a member of 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 213494] Re: [Hardy] Glipper dies when desktop starting

2008-12-09 Thread Troels Knak-Nielsen
On Sun, Nov 9, 2008 at 7:37 PM, chappejw [EMAIL PROTECTED] wrote:
 reason glipper died again on startup, I believe once I started using another
 package such as apache2 or vmware which was set to start on boot up. So

That makes sense. I've recently switched my machine and installed it
with Intrepid, and I have no problems with Glipper. I have however not
yet installed any of apache2, vmware or sendmail - all of which were
installed on my previous machine (Which had the problem with Glipper)

--
troels

-- 
[Hardy] Glipper dies when desktop starting
https://bugs.launchpad.net/bugs/213494
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306400] Re: compiz stopped working

2008-12-09 Thread Chris Coulson
Thank you for taking the time to report this bug and help make Ubuntu
better. Please attach your /var/log/Xorg.0.log, /etc/X11/xorg.conf and
~/.xsession-errors to this bug report after attempting to enable desktop
effects.

Thanks in advance

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

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

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


[Bug 303458] Re: segfault in pam_smbpass.so

2008-12-09 Thread zedtux
Is this a good idea to use gdb during a sudo command to check what
happen ?

( I just hear that gdb is a debugger... but I don't know how to use it
and how it work ! )

-- 
segfault in pam_smbpass.so
https://bugs.launchpad.net/bugs/303458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 280973] Re: Virtualbox 2.0.2 missing config

2008-12-09 Thread Daniel Hahler
Ok, this is good news.. - since that is expected.

Any chance  you may have removed the vbox.cfg file manually by accident then?
(You do not have etckeeper installed, do you? This would allow to track if 
vbox.cfg had been installed originally and when it has been removed)

Some more question, which might help to narrow it down:
Have  you only installed virtualbox-ose or virtualbox from virtualbox.org 
before?
Was this a fresh install of virtualbox-ose or an upgrade?

-- 
Virtualbox 2.0.2 missing config
https://bugs.launchpad.net/bugs/280973
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 118584] Re: Consumes large amounts of memory

2008-12-09 Thread Jonne
I've had this happen too (it used 1,6 GB. which is probably all it could
grab) I think it started happening after I added some new entries in the
external-filters.xml (I wanted it to index some extra txt files). I've
now disabled this extra rule to see if this still happens without the
rule. I'm also watching beagle-status to see where this happens.

This is in intrepid, with Beagle: 0.3.8 and Mono 1.9.1.

-- 
Consumes large amounts of memory
https://bugs.launchpad.net/bugs/118584
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 84318] Re: I suggest Konqueror should to propose correct words when typing in a web page.

2008-12-09 Thread Bug Watch Updater
** Changed in: kdebase
   Status: New = Fix Released

-- 
I suggest Konqueror should to propose correct words when typing in a web page.
https://bugs.launchpad.net/bugs/84318
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 49873] Re: konqueror find file tool takes two tries to open when using tabs

2008-12-09 Thread Bug Watch Updater
** Changed in: kdebase
   Status: Confirmed = Fix Released

-- 
konqueror find file tool takes two tries to open when using tabs
https://bugs.launchpad.net/bugs/49873
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306416] Re: Tango icons missed in 8.10 places menu

2008-12-09 Thread Chris Coulson
*** This bug is a duplicate of bug 284169 ***
https://bugs.launchpad.net/bugs/284169

Thank you for taking the time to report this bug. This bug has already
been reported and is a duplicate of bug 284169. Please fee free to
report any other bugs you find.

** Changed in: tango-icon-theme (Ubuntu)
   Status: New = Invalid

** This bug has been marked a duplicate of bug 284169
   With Tango, fallback GNOME icons are used in Places menu

-- 
Tango icons missed in 8.10 places menu
https://bugs.launchpad.net/bugs/306416
You received this bug notification because you are a member of 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   >