[Bug 50430] Re: NIS has problems starting before the network comes up

2009-10-25 Thread Russel Winder
The workaround for this is well known but is not really explained
anywhere in any one place; there are comments on all the bugs related to
this one (especially 354588) and also in the Ubuntu forums.  What is
comes down to is the ordering of startup of NIS and NetworkManager.  If
NetworkManager is allowed to start after NIS then NIS takes ages to time
out hence the boot delay.  If NIS is started after NetworkManager then
NIS still fails to start properly at this time but its time outs are
much quicker and so there is no noticeable delay in booting.  NIS
binding still completes correctly once NetworkManager completes its boot
up later in the cycle.

So the workaround had to rearrange the boot order.  In particular to
reset the start number of NIS to 60 -- something sufficiently after 50
(the start number of NetworkManager) that things work.  So if you use
the services manager tool:

System | Administration | Services

You unlock the settings then check the properties of NIS and reset the
start number for all active run levels to something bigger than
NetworkManager.  In my case I chose 60.

I have no idea how the changes is boot system coming with Karmic will
affect all this.  Given that the problem has existed for years and
whilst confirmed no real fix has been made, I fully expect the upgrade
from Jaunty to Karmic to result in total chaos requiring manual fixing
by the user -- again.

OK so I am grumpy, but this problem has been known for over 3 years and
not been properly addressed by the Ubuntu team.

Let us hope my fears do not come to fruition.

-- 
NIS has problems starting before the network comes up
https://bugs.launchpad.net/bugs/50430
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs 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 460234] [NEW] Image story's logrotate config triggers an email every day

2009-10-25 Thread Loïc Minier
Public bug reported:

Hi

Got an email from cron this morning:
/etc/cron.daily/logrotate:  
 * Restarting Image Store Proxy image-store-proxy   
   ...done. 

This is due to /etc/logrotate.d/image-store-proxy doing:
  postrotate
  /etc/init.d/image-store-proxy force-reload
  endscript

I suggest only reloading if the proxy is running and redirecting non-error 
output to /dev/null like apache2 does:
postrotate
if [ -f `. /etc/apache2/envvars ; echo 
${APACHE_PID_FILE:-/var/run/apache2.pid}` ]; then
/etc/init.d/apache2 reload  /dev/null
fi
endscript

Thanks

ProblemType: Bug
Architecture: amd64
Date: Sun Oct 25 08:19:51 2009
DistroRelease: Ubuntu 9.10
Package: python-image-store-proxy 1.0.4-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/zsh
 PATH=(custom, user)
 LANG=fr_FR.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
SourcePackage: image-store-proxy
Uname: Linux 2.6.31-11-generic x86_64

** Affects: image-store-proxy (Ubuntu)
 Importance: Low
 Assignee: Canonical Server Team (canonical-server)
 Status: New


** Tags: amd64 apport-bug

-- 
Image story's logrotate config triggers an email every day
https://bugs.launchpad.net/bugs/460234
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy 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 460234] Re: Image story's logrotate config triggers an email every day

2009-10-25 Thread Loïc Minier

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

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/34348891/XsessionErrors.txt

** Changed in: image-store-proxy (Ubuntu)
   Importance: Undecided = Low

** Changed in: image-store-proxy (Ubuntu)
Milestone: None = ubuntu-9.10

-- 
Image story's logrotate config triggers an email every day
https://bugs.launchpad.net/bugs/460234
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy 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 460234] Re: Image story's logrotate config triggers an email every day

2009-10-25 Thread Loïc Minier
Would be nice to fix for final, but there are probably higher priority
things to fix, please move to -updates or remove the karmic task if you
can't address it as a SRU either.

** Changed in: image-store-proxy (Ubuntu)
 Assignee: (unassigned) = Canonical Server Team (canonical-server)

-- 
Image story's logrotate config triggers an email every day
https://bugs.launchpad.net/bugs/460234
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy 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 460234] Re: Image store proxy's logrotate config triggers an email every day

2009-10-25 Thread Loïc Minier
** Summary changed:

- Image story's logrotate config triggers an email every day
+ Image store proxy's logrotate config triggers an email every day

-- 
Image store proxy's logrotate config triggers an email every day
https://bugs.launchpad.net/bugs/460234
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy 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 24184] Re: Samba and system passwords should be synchronized.

2009-10-25 Thread Jackflap
I just tested this in Karmic and this is broken again.

I could not access a share I created through nautilus until I ran sudo
smpasswd and added my user to the smb user db.

-- 
Samba and system passwords should be synchronized.
https://bugs.launchpad.net/bugs/24184
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 460234] Re: Image store proxy's logrotate config triggers an email every day

2009-10-25 Thread Matt Zimmerman
** Changed in: image-store-proxy (Ubuntu)
Milestone: ubuntu-9.10 = karmic-updates

** Also affects: image-store-proxy (Ubuntu Karmic)
   Importance: Low
 Assignee: Canonical Server Team (canonical-server)
   Status: New

** Changed in: image-store-proxy (Ubuntu Karmic)
   Status: New = Won't Fix

** Changed in: image-store-proxy (Ubuntu Karmic)
   Status: Won't Fix = Triaged

** Changed in: image-store-proxy (Ubuntu Karmic)
 Assignee: Canonical Server Team (canonical-server) = Mathias Gug (mathiaz)

-- 
Image store proxy's logrotate config triggers an email every day
https://bugs.launchpad.net/bugs/460234
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy 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 460256] Re: when creating share through nautilus, i cant access it until i run smbpasswd

2009-10-25 Thread Jackflap
** Also affects: nautilus-share (Ubuntu)
   Importance: Undecided
   Status: New

-- 
when creating share through nautilus, i cant access it until i run smbpasswd
https://bugs.launchpad.net/bugs/460256
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 458542] Re: euca-bundle-vol creates unuseable image?

2009-10-25 Thread Nick Barcet
Is this a duplicate of bug #450044 ?

-- 
euca-bundle-vol creates unuseable image?
https://bugs.launchpad.net/bugs/458542
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


Re: [Bug 460256] Re: when creating share through nautilus, i cant access it until i run smbpasswd

2009-10-25 Thread Chow Loong Jin
On Sunday 25,October,2009 04:24 PM, Jackflap wrote:
 ** Also affects: nautilus-share (Ubuntu)
Importance: Undecided
Status: New
 
Nautilus Share does add this by default, by making you install libpam-smbpass if
it detects that you do not have Samba already, and requesting that you restart
your session. libpam-smbpass will then generate your samba user account with the
same username and password. If samba is already installed, it is assumed that
you have the technical knowhow to configure your system appropriately.

I'm marking this as invalid for nautilus-share, but if anyone has a better
solution, please reopen this bug by marking it as New.
  affects ubuntu/nautilus-share
  status invalid

I'm also marking the samba task as invalid, because there's nothing wrong with
samba's operations with respect to this issue.
  affects ubuntu/samba
  status invalid

-- 
Kind regards,
Chow Loong Jin (GPG: 0x8F02A411)
Ubuntu Contributing Developer


** Changed in: nautilus-share (Ubuntu)
   Status: New = Invalid

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

-- 
when creating share through nautilus, i cant access it until i run smbpasswd
https://bugs.launchpad.net/bugs/460256
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 217159] Re: slapd + gnutls fails

2009-10-25 Thread Adrian Bridgett
I _think_ that the problem was that the LDAP server certificate was just a 
regular SSL certificate and it needed recreating as a server certificate 
(build-key-server from easy-rsa tools):
nsCertType  = server
extendedKeyUsage=serverAuth
keyUsage = digitalSignature, keyEncipherment

-- 
slapd + gnutls fails 
https://bugs.launchpad.net/bugs/217159
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


[Bug 460271] [NEW] virt-aa-helper fails when serial or console type is 'tcp'

2009-10-25 Thread Matti Hiljanen
Public bug reported:

When serial and console devices are defined as follows:
...
serial type='tcp'
  source mode='bind' host='127.0.0.1' service='1234'/
  protocol type='telnet'/
  target port='0'/
/serial
console type='tcp'
  source mode='bind' host='127.0.0.1' service='1234'/
  protocol type='telnet'/
  target port='0'/
/console
...
virt-aa-helper will incorrectly add 127.0.0.1 to the included files list, 
which causes apparmor_parser to fail and that causes the guest to not start 
unless apparmor is disabled for libvirtd. Simple check if the serial or console 
type is 'tcp' in virt-aa-helper's get_files() function should fix it.

This broke in 0.7.0-1ubuntu8 (which is when virt-aa-helper was changed
to use the XML for the file paths) and is still broken as of
0.7.0-1ubuntu13.

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

-- 
virt-aa-helper fails when serial or console type is 'tcp'
https://bugs.launchpad.net/bugs/460271
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 460256] Re: when creating share through nautilus, i cant access it until i run smbpasswd

2009-10-25 Thread Jackflap
It's true, I had installed smbfs prior to creating the share in
nautilus. So that explains why it didn't generate my user.

Perhaps assuming that non-technical people won't have installed samba
for any reason before adding a share via nautilus is a good assumption.
Thanks for the response.

-- 
when creating share through nautilus, i cant access it until i run smbpasswd
https://bugs.launchpad.net/bugs/460256
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 24184] Re: Samba and system passwords should be synchronized.

2009-10-25 Thread Jackflap
This only occurs if you have samba installed prior to nautilus
installing it for you. See
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/460256

-- 
Samba and system passwords should be synchronized.
https://bugs.launchpad.net/bugs/24184
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 460294] [NEW] package libvirt-bin 0.6.1-0ubuntu5.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-10-25 Thread Richard Brown
Public bug reported:

$ lsb_release -rd
Description:Ubuntu 9.04
Release:9.04

$ apt-cache policy kvm
kvm:
  Installed: (none)
  Candidate: 1:84+dfsg-0ubuntu12.3
  Version table:
 1:84+dfsg-0ubuntu12.3 0
500 http://gb.archive.ubuntu.com jaunty-updates/main Packages
100 /var/lib/dpkg/status
 1:84+dfsg-0ubuntu11 0
500 http://gb.archive.ubuntu.com jaunty/main Packages
$ apt-cache policy libvirt-bin
libvirt-bin:
  Installed: (none)
  Candidate: 0.6.1-0ubuntu5.1
  Version table:
 0.6.1-0ubuntu5.1 0
500 http://gb.archive.ubuntu.com jaunty-updates/main Packages
100 /var/lib/dpkg/status
 0.6.1-0ubuntu5 0
500 http://gb.archive.ubuntu.com jaunty/main Packages

I was installing KVM (libvirt) as vmware is getting worse. libver failed
to install during the dpkg-update part of the install. I think it was
probably due to Vmware server being installed on the same machine
already. I gave up and played a game where I could KILL stuff instead :)

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 1
NonfreeKernelModules: nvidia
Package: libvirt-bin 0.6.1-0ubuntu5.1
SourcePackage: libvirt
Title: package libvirt-bin 0.6.1-0ubuntu5.1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.28-15-generic x86_64

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


** Tags: amd64 apport-package

-- 
package libvirt-bin 0.6.1-0ubuntu5.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/460294
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 460294] Re: package libvirt-bin 0.6.1-0ubuntu5.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-10-25 Thread Richard Brown

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

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/34351577/DpkgTerminalLog.gz

-- 
package libvirt-bin 0.6.1-0ubuntu5.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/460294
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 10239] Re: dhcp3-client: Does not send hostname to server by default

2009-10-25 Thread Adrie
Thanks for your quick response Mat.
The default was the first I've tried. 
I thought I had tried everything, but I overlooked post #23 about the FRITZ!Box 
that I have as well. The solution mentioned there works for me too !!

I don't understand the logic behind it, the FRITZ!Box already knows the MAC 
address (from the nic itself, I guess).
Upgrading the firmware did not change this behaviour, but it does now enable 
you to enter the hostname yourself.

-- 
dhcp3-client: Does not send hostname to server by default
https://bugs.launchpad.net/bugs/10239
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 460398] [NEW] /etc/timezone is not set correctly

2009-10-25 Thread Bitti
Public bug reported:

python-vm-builder: 0.11.3-0ubuntu1
host: 9.10 (karmic)
guest: 9.10 (karmic)

/etc/timezone in the guest is always Etc/UTC, although I run vmbuilder with 
timezone = Europe/Helsinki.
/etc/localtime is correct, but if you run dpkg-reconfigure -fnoninteractive 
-pcritical tzdata, the timezone in /etc/localtime is changed to Etc/UTC.

The attached patch works for me.

** Affects: vm-builder (Ubuntu)
 Importance: Undecided
 Status: New

-- 
/etc/timezone is not set correctly
https://bugs.launchpad.net/bugs/460398
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 206280] Re: [hardy] Error opening config file: /etc/sensors.conf

2009-10-25 Thread Artur Rona
Tags: fixed

** Changed in: xsensors (Debian)
   Importance: Unknown = Undecided

** Changed in: xsensors (Debian)
   Status: Fix Committed = New

** Changed in: xsensors (Debian)
 Remote watch: Debian Bug tracker #460170 = None

** Changed in: xsensors (Debian)
   Status: New = Fix Released

-- 
[hardy] Error opening config file: /etc/sensors.conf
https://bugs.launchpad.net/bugs/206280
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors 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 398272] Re: New upstream version

2009-10-25 Thread Ilya Barygin
Debian testing is currently at 1:1.2.5-2, it will need a sync/merge for
lucid.

-- 
New upstream version
https://bugs.launchpad.net/bugs/398272
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

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


[Bug 410886] Re: VMBuilder doesn't work with grub2

2009-10-25 Thread Soren Hansen
** Changed in: vmbuilder
   Status: Confirmed = Fix Released

-- 
VMBuilder doesn't work with grub2
https://bugs.launchpad.net/bugs/410886
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 454822] Re: package merges in main, required for the maven2 build

2009-10-25 Thread Matthias Klose
find attached a minimal change to add the pregenerated  pom files to the
libservlet2.5-java package; verified that maven-site-plugin builds with
it.


** Attachment added: tomcat6-2ubuntu2.debdiff
   http://launchpadlibrarian.net/34362373/tomcat6-2ubuntu2.debdiff

-- 
package merges in main, required for the maven2 build
https://bugs.launchpad.net/bugs/454822
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

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


[Bug 454822] Re: package merges in main, required for the maven2 build

2009-10-25 Thread Matthias Klose

** Attachment added: tomcat6-2ubuntu2-binaries.debdiff
   http://launchpadlibrarian.net/34362380/tomcat6-2ubuntu2-binaries.debdiff

-- 
package merges in main, required for the maven2 build
https://bugs.launchpad.net/bugs/454822
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

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


[Bug 454822] Re: package merges in main, required for the maven2 build

2009-10-25 Thread Matthias Klose

** Attachment added: libservlet2.5-java_6.0.20-2ubuntu2_all.deb
   
http://launchpadlibrarian.net/34362410/libservlet2.5-java_6.0.20-2ubuntu2_all.deb

-- 
package merges in main, required for the maven2 build
https://bugs.launchpad.net/bugs/454822
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

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


[Bug 460528] [NEW] package samba-common 2:3. 3.2-1ubuntu3.2 failed to install/upgrade: Unterproze ss post-installation script gab den Fehlerwert 10 zur ück

2009-10-25 Thread morph
Public bug reported:

Binary package hint: samba

linux-kernle-generic installation?

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: Unterprozess post-installation script gab den Fehlerwert 10 zurück
NonfreeKernelModules: nvidia
Package: samba-common 2:3.3.2-1ubuntu3.2
SourcePackage: samba
Title: package samba-common 2:3.3.2-1ubuntu3.2 failed to install/upgrade: 
Unterprozess post-installation script gab den Fehlerwert 10 zurück
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-package i386

-- 
package samba-common 2:3.3.2-1ubuntu3.2 failed to install/upgrade: Unterprozess 
post-installation script gab den Fehlerwert 10 zurück
https://bugs.launchpad.net/bugs/460528
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 460528] Re: package samba-common 2:3.3. 2-1ubuntu3.2 failed to install/upgrade: Unterprozess p ost-installation script gab den Fehlerwert 10 zurück

2009-10-25 Thread morph

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

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/34362984/DpkgTerminalLog.gz

-- 
package samba-common 2:3.3.2-1ubuntu3.2 failed to install/upgrade: Unterprozess 
post-installation script gab den Fehlerwert 10 zurück
https://bugs.launchpad.net/bugs/460528
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 460542] [NEW] qemu-img complains about Unknown option 'size' when using host_device format

2009-10-25 Thread Bitti
Public bug reported:

Binary package hint: qemu-kvm

qemu-kvm-0.11.0

When I run:
sudo qemu-img convert ubuntu-kvm/disk0.qcow2 -O host_device /dev/vg01/vm_test

I get this:
Unknown option 'size'

Everything seems to work despite this error.

I attached a patch, but I don't know if it's correct.

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New

-- 
qemu-img complains about Unknown option 'size' when using host_device format
https://bugs.launchpad.net/bugs/460542
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 460542] Re: qemu-img complains about Unknown option 'size' when using host_device format

2009-10-25 Thread Bitti

** Attachment added: raw-posix.c.diff
   http://launchpadlibrarian.net/34363716/raw-posix.c.diff

-- 
qemu-img complains about Unknown option 'size' when using host_device format
https://bugs.launchpad.net/bugs/460542
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 458542] Re: euca-bundle-vol creates unuseable image?

2009-10-25 Thread Neil Soman
Nick, that is correct. #450044 relates to the creation of some necessary
mount points for ubuntu images (/var/run, /var/lock).

There were a few issues with euca-bundle-vol. They have been fixed in
revnos 207, 208 and 221.

thanks.

-- 
euca-bundle-vol creates unuseable image?
https://bugs.launchpad.net/bugs/458542
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


[Bug 432291] Re: Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3

2009-10-25 Thread Andreas Otto
Happens for me as well with Ubuntu 9.10, 5.2.10.dfsg.1-2ubuntu6.

-- 
Fatal error: Call to undefined function gzopen() on php5 
5.2.10.dfsg.1-2ubuntu3
https://bugs.launchpad.net/bugs/432291
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-25 Thread Andreas Otto
A lot of bug reports regarding this issue can be found at
bugs.launchpad.net now.

Reports I have found so far are:

#439407
#432291

-- 
zlib extension missing in php5 karmic 
https://bugs.launchpad.net/bugs/451405
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 460581] [NEW] [Karmic] host lookup error

2009-10-25 Thread Marcerino
Public bug reported:

Binary package hint: bind9

when lookup up a host with the 'host command' there is a long wait after
the initial response. This seems to be related to second round of
lookup, which fails:

m...@purple:$ host -v www.google.com
Trying www.google.com
;; -HEADER- opcode: QUERY, status: NOERROR, id: 13531
;; flags: qr rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.google.com.IN  A

;; ANSWER SECTION:
www.google.com. 10914   IN  CNAME   www.l.google.com.
www.l.google.com.   190 IN  A   74.125.77.103
www.l.google.com.   190 IN  A   74.125.77.105
www.l.google.com.   190 IN  A   74.125.77.99
www.l.google.com.   190 IN  A   74.125.77.106
www.l.google.com.   190 IN  A   74.125.77.104
www.l.google.com.   190 IN  A   74.125.77.147

Received 148 bytes from 192.168.1.1#53 in 51 ms
Trying www.l.google.com
;; connection timed out; no servers could be reached
Trying www.l.google.com
;; connection timed out; no servers could be reached


This problem was introduced by upgrading to Karmic. It also affects wget and 
the web browser (only on initial host lookups).

ProblemType: Bug
Architecture: i386
CheckboxSubmission: 0623bc3e86ec6ff42e9a53f9c34bce9a
CheckboxSystem: c8e8edcc4d15e0d55af04774be77e330
Date: Sun Oct 25 19:25:54 2009
DistroRelease: Ubuntu 9.10
Package: bind9-host 1:9.6.1.dfsg.P1-3
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: bind9
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-bug i386

-- 
[Karmic] host lookup error
https://bugs.launchpad.net/bugs/460581
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 460581] Re: [Karmic] host lookup error

2009-10-25 Thread Marcerino

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

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/34365892/XsessionErrors.txt

-- 
[Karmic] host lookup error
https://bugs.launchpad.net/bugs/460581
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 460153] Re: mountall on karmic server install fails

2009-10-25 Thread Michael B. Trausch
As this is affecting a server installation (and does not appear to be
affecting my desktop installation, though I suppose it might be a
problem there, too) I have subscribed the Ubuntu Server Team.

-- 
mountall on karmic server install fails
https://bugs.launchpad.net/bugs/460153
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


[Bug 458702] Re: vmbuilder crashed with VMBuilderException in run_cmd()

2009-10-25 Thread Buddha
Its a holiday here in NZ.   I will re-install from the RC, update and
see if this still occurs.

-- 
vmbuilder crashed with VMBuilderException in run_cmd()
https://bugs.launchpad.net/bugs/458702
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 460153] Re: mountall on karmic server install fails

2009-10-25 Thread Erica Rosalle
*** This bug is a duplicate of bug 456806 ***
https://bugs.launchpad.net/bugs/456806

** This bug has been marked a duplicate of bug 456806
   mountall vomits a shell onto virtual console when you run vi

-- 
mountall on karmic server install fails
https://bugs.launchpad.net/bugs/460153
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


Re: [Bug 427553] Re: bind9 fails to start on boot

2009-10-25 Thread Melissa Reid
Chuck Short wrote:
 Is there anyting in the /var/log/daemon.log?

Nothing until I start named manually. Just complaints from ddclient, 
ntpdate, and ntpd_initres about inability to resolve hostnames.

Thanks for looking at this,
Melissa

-- 
bind9 fails to start on boot
https://bugs.launchpad.net/bugs/427553
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 456806] Re: mountall vomits a shell onto virtual console when you run vi

2009-10-25 Thread Michael B. Trausch
Please see bug 460153 for additional information.  This causes some
strange other issues that prevent me from being able to use 9.10 RC on a
server.

-- 
mountall vomits a shell onto virtual console when you run vi
https://bugs.launchpad.net/bugs/456806
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 460692] [NEW] Missing dependency for apache2 init script

2009-10-25 Thread Nafallo Bjälevik
Public bug reported:

Binary package hint: apache2.2-common

 Hi,

It seems this package is missing a dependency on psmisc. From the init
script:

nafa...@wizard:~$ grep killall /etc/init.d/apache2 
killall htcacheclean 2 /dev/null || echo ...not running

If killall doesn't exist on the server and you have mod_disk_cache
enabled this fails silently, making sure you will run an additional
htcacheclean daemon every time you restart (or even reload?) apache.

Rather than adding a dependency I would suggest we swap the use of
killall to pkill (found in procps, a packages with Priority: required).


Thanks, /N

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

-- 
Missing dependency for apache2 init script
https://bugs.launchpad.net/bugs/460692
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


Re: [Bug 422138] Re: Slow memory leak, seen on two machines, appears to be dupe of 224945 even after -updates

2009-10-25 Thread Joe McDonagh
Chuck Short wrote:
 @Joe:

 Its marked Low so our qa scripts pick it up. Ill take a look at this
 again after karmic has been released.

 Regards
 chuck

   
Ah, ok, cool. Thanks Chuck.

-- 
Slow memory leak, seen on two machines, appears to be dupe of 224945 even after 
-updates
https://bugs.launchpad.net/bugs/422138
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 426497] Re: kqemu mode not compiled for karmic

2009-10-25 Thread Traumflug
About half of Intel's Core 2 Duo processor models shipping today do
_not_ support KVM, much less lower end processors like Celeron, Atom,
etc.. There are quite reasons to run qemu on such lower-spec'd machines.

-- 
kqemu mode not compiled for karmic
https://bugs.launchpad.net/bugs/426497
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 456806] Re: mountall vomits a shell onto virtual console when you run vi

2009-10-25 Thread Scott James Remnant
The fix introduced other regressions, Johan had a better fix

** Changed in: mountall (Ubuntu Karmic)
   Status: In Progress = Fix Committed

-- 
mountall vomits a shell onto virtual console when you run vi
https://bugs.launchpad.net/bugs/456806
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 448671] Re: virt-aa-helper fails with host os type is x86_64 and guest arch='i686'

2009-10-25 Thread Jamie Strandboge
Are you sure it is the same issue? There are several bugs open against
virt-manager. Please open a new bug using 'ubuntu-bug libvirt-bin'.

-- 
virt-aa-helper fails with host os type is x86_64 and guest arch='i686'
https://bugs.launchpad.net/bugs/448671
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 460772] [NEW] php5 package doesnt provide php5 binary

2009-10-25 Thread dwright
Public bug reported:

Binary package hint: php5

current behaviour:
installing php5 does not provide php (5 or any other version)

example:
$ sudo apt-get install php5
The following NEW packages will be installed:
  php5
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 1122B of archives.er 
After this operation, 20.5kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com jaunty-updates/main php5 
5.2.6.dfsg.1-3ubuntu4.2 [1122B]
Fetched 1122B in 0s (2693B/s)
Selecting previously deselected package php5.
(Reading database ... 197975 files and directories currently installed.)
Unpacking php5 (from .../php5_5.2.6.dfsg.1-3ubuntu4.2_all.deb) ...
Setting up php5 (5.2.6.dfsg.1-3ubuntu4.2) ...
[dwri...@system76-netbook wordpress-tests]$ which php
php not found
[dwri...@system76-netbook wordpress-tests]$ which php5
php5 not found
[dwri...@system76-netbook wordpress-tests]$ php
zsh: command not found: php
[dwri...@system76-netbook wordpress-tests]$ php5
zsh: command not found: php5

desired behaviour:
$apt-get install php5 (aptitude, or whatever installation method method you 
like) would actually provide php5 (or at least install another package which 
does)
in other words, this would then work:
$ php --version
5.2.6 (or whatever)

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: php5 5.2.6.dfsg.1-3ubuntu4.2
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/usr/bin/zsh
SourcePackage: php5
Tags:  ubuntu-unr
Uname: Linux 2.6.28-16-generic i686

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


** Tags: apport-bug i386 ubuntu-unr

-- 
php5 package doesnt provide php5 binary
https://bugs.launchpad.net/bugs/460772
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 460772] Re: php5 package doesnt provide php5 binary

2009-10-25 Thread dwright

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

-- 
php5 package doesnt provide php5 binary
https://bugs.launchpad.net/bugs/460772
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 460772] Re: php5 package doesnt provide php5 binary

2009-10-25 Thread dwright
ok, I see that one has to do
sudo apt-get install php5-cli

to recieve php avail via the command line.

I suppose that is reasonable

close this bug as invalid

-- 
php5 package doesnt provide php5 binary
https://bugs.launchpad.net/bugs/460772
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


Re: [Bug 460772] [NEW] php5 package doesnt provide php5 binary

2009-10-25 Thread Mathias Gug
On Mon, Oct 26, 2009 at 12:50:50AM -, dwright wrote:
 
 current behaviour:
 installing php5 does not provide php (5 or any other version)


Try to install the php5-cli package.

  status wontfix
  importance low 

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


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

** Changed in: php5 (Ubuntu)
   Status: New = Won't Fix

-- 
php5 package doesnt provide php5 binary
https://bugs.launchpad.net/bugs/460772
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 439407] [NEW] Abort class-pclzip.php : Missing zlib extensions

2009-10-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

upon updating my ubuntu-server to karmic alpha6 I am having trouble with
zlib1g package claiming to not be installed when it is!

example 1:
I use WordPress (2.9-rare) and I use a plug-in called Google XML Sitemaps, this 
uses the zlib1g package for compression but when run it fails to complete 
stating that Fatal error: Call to undefined function gzopen() in 
/var/www/blog/wp-content/plugins/google-sitemap-generator/sitemap-core.php on 
line 1711

example 2:
I also use the auto update feature as I'm using the daily builds, I get the 
following error from zlib1g Abort class-pclzip.php : Missing zlib extensions

So as you can see from example 1 gzopen is undefined but it's part of
the zlib1g package right? and in example 2 it is failing to unzip a file
this to is a function of zlib1g as well right?

All functionality of both these plug-ins was working fine with Jaunty!
now broken under Karmic :(

ProblemType: Bug
Architecture: i386
Date: Thu Oct  1 00:34:27 2009
DistroRelease: Ubuntu 9.10
Package: zlib1g 1:1.2.3.3.dfsg-13ubuntu3
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: zlib
Uname: Linux 2.6.31-11-generic i686

** Affects: zlib
 Importance: Undecided
 Status: Confirmed

** Affects: php5 (Ubuntu)
 Importance: Undecided
 Assignee: Ubuntu Bugs (ubuntu-bugs)
 Status: Confirmed


** Tags: apport-bug i386
-- 
Abort class-pclzip.php : Missing zlib extensions
https://bugs.edge.launchpad.net/bugs/439407
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to php5 in ubuntu.

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


[Bug 439407] Re: Abort class-pclzip.php : Missing zlib extensions

2009-10-25 Thread Chuck Short
*** This bug is a duplicate of bug 451405 ***
https://bugs.launchpad.net/bugs/451405

** This bug has been marked a duplicate of bug 451405
   zlib extension missing in php5 karmic

** Package changed: zlib (Ubuntu) = php5 (Ubuntu)

-- 
Abort class-pclzip.php : Missing zlib extensions
https://bugs.launchpad.net/bugs/439407
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 432291] Re: Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3

2009-10-25 Thread Chuck Short
*** This bug is a duplicate of bug 451405 ***
https://bugs.launchpad.net/bugs/451405

** This bug has been marked a duplicate of bug 451405
   zlib extension missing in php5 karmic

-- 
Fatal error: Call to undefined function gzopen() on php5 
5.2.10.dfsg.1-2ubuntu3
https://bugs.launchpad.net/bugs/432291
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 458702] Re: vmbuilder crashed with VMBuilderException in run_cmd()

2009-10-25 Thread Buddha
As this couldn't be reproduced, I installed the RC and updated.

At this point I could not reproduce it.

Suggest we close.

** Changed in: vm-builder (Ubuntu)
   Status: Incomplete = Invalid

-- 
vmbuilder crashed with VMBuilderException in run_cmd()
https://bugs.launchpad.net/bugs/458702
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 456808] Re: Karmic-Networking (SAMBA) just does not work, even with detailed attention.

2009-10-25 Thread bwat47
I have a fresh install of karmic and no dice. This worked perfectly in
previous versions. This is a bug with samba and nothing to do with user
error.

-- 
Karmic-Networking (SAMBA) just does not work, even with detailed attention.
https://bugs.launchpad.net/bugs/456808
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 460842] [NEW] package samba-common 2:3.3.2-1ubuntu3.2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-10-25 Thread Sudhir Mehta
Public bug reported:

Binary package hint: samba


ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 1
NonfreeKernelModules: wl
Package: samba-common 2:3.3.2-1ubuntu3.2
SourcePackage: samba
Title: package samba-common 2:3.3.2-1ubuntu3.2 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.28-15-generic i686

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


** Tags: apport-package i386

-- 
package samba-common 2:3.3.2-1ubuntu3.2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/460842
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 460842] Re: package samba-common 2:3.3.2-1ubuntu3.2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-10-25 Thread Sudhir Mehta

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

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

-- 
package samba-common 2:3.3.2-1ubuntu3.2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/460842
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 460166] Re: scanner does not work

2009-10-25 Thread arky
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers.  You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage.

** Package changed: ubuntu = xsane (Ubuntu)

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

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


[Bug 460154] Re: /var/run/lirc directory missing after reboot

2009-10-25 Thread arky
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers.  You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage.

** Package changed: ubuntu = lirc (Ubuntu)

-- 
/var/run/lirc directory missing after reboot
https://bugs.launchpad.net/bugs/460154
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460069] Re: Large font size, cannot be changed or overridden

2009-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package gwibber - 2.0.0~bzr476-0ubuntu2

---
gwibber (2.0.0~bzr476-0ubuntu2) karmic; urgency=low

  * adjusted font size so it stays with system font size rather than having a
+2pt offset (LP: #460069)

 -- Jordan Hall jor...@hall05.co.uk   Sun, 25 Oct 2009 00:07:39 +0100

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

-- 
Large font size, cannot be changed or overridden
https://bugs.launchpad.net/bugs/460069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460220] Re: landscape-sysinfo crashed with ImportError in module()

2009-10-25 Thread Apport retracing service
*** This bug is a duplicate of bug 459798 ***
https://bugs.launchpad.net/bugs/459798

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

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/34347424/Dependencies.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/34347425/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/34347426/ProcStatus.txt

** This bug has been marked a duplicate of bug 459798
   landscape-sysinfo crashed with ImportError in module()

** Visibility changed to: Public

-- 
landscape-sysinfo crashed with ImportError in module()
https://bugs.launchpad.net/bugs/460220
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460196] Re: no 'xorg.conf' file

2009-10-25 Thread dbyjazz
never mind I didn't know you could do it in Synaptic. And no it didn't
do anything that I can notice in terms of the xorg.conf file

-- 
no 'xorg.conf' file
https://bugs.launchpad.net/bugs/460196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 459979] Re: running nautilus from terminal causes Eel-CRITICAL

2009-10-25 Thread arky
*** This bug is a duplicate of bug 454234 ***
https://bugs.launchpad.net/bugs/454234

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

** This bug has been marked a duplicate of bug 454234
   eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed

-- 
running nautilus from terminal causes Eel-CRITICAL
https://bugs.launchpad.net/bugs/459979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 459905] Re: Update Manager cannot initalise package information

2009-10-25 Thread arky
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers.  You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage.

** Package changed: ubuntu = update-manager (Ubuntu)

-- 
Update Manager cannot initalise package information
https://bugs.launchpad.net/bugs/459905
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 459905] Re: Update Manager cannot initalise package information

2009-10-25 Thread arky
Running the following command in a terminal 'sudo apt-get update ' help
fix this problem?

-- 
Update Manager cannot initalise package information
https://bugs.launchpad.net/bugs/459905
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460196] Re: no 'xorg.conf' file

2009-10-25 Thread arky
Open a terminal and type 'sudo apt-get --reinstall install xserver-xorg-
core'

-- 
no 'xorg.conf' file
https://bugs.launchpad.net/bugs/460196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460013] Re: Cannot set wallpaper. Just black screen intead of selected wallpaper.

2009-10-25 Thread arky
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers.  You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage.

** Package changed: ubuntu = gnome-control-center (Ubuntu)

-- 
Cannot set wallpaper. Just black screen intead of selected wallpaper.
https://bugs.launchpad.net/bugs/460013
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 459403] Re: OpenLDAP server instructions out of date: slapd no longer creates initial directory

2009-10-25 Thread Alissa Harrison
After getting some help in #ldap, I have come up with a way to get a
basic LDAP directory working in Karmic.  My guide is here
http://ubuntuforums.org/showthread.php?p=8161118#post8161118  I hope
that this could help the doc team up date the LDAP guide.

-- 
OpenLDAP server instructions out of date: slapd no longer creates initial 
directory
https://bugs.launchpad.net/bugs/459403
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 396736] Re: notify-osd seems to be unable to use some of the fonts

2009-10-25 Thread Mirco Müller
Branch with fix (complete with correct extraction of font point-size
with fractional-part) can be found here
https://code.edge.launchpad.net/~macslow/notify-osd/fix-fractional-
point-size

-- 
notify-osd seems to be unable to use some of the fonts
https://bugs.launchpad.net/bugs/396736
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460099] Re: System hangs after opening Empathy/Contact

2009-10-25 Thread arky
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers.  You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage.

** Package changed: ubuntu = empathy (Ubuntu)

-- 
System hangs after opening Empathy/Contact
https://bugs.launchpad.net/bugs/460099
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460222] [NEW] hen playing videos or music through the browser, cut or is a web radio or video.

2009-10-25 Thread jose
Public bug reported:

Binary package hint: firefox-3.5

hen playing videos or music through the browser, cut or
is a web radio or video.

ProblemType: Bug
Architecture: i386
Date: Sun Oct 25 07:05:31 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: fglrx
Package: firefox-3.5 3.5.3+build1+nobinonly-0ubuntu6
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: firefox-3.5
Uname: Linux 2.6.31-14-generic i686
XsessionErrors:
 (gnome-settings-daemon:2107): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:2107): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:2388): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:2362): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (gnome-panel:2281): Gdk-WARNING **: 
/build/buildd/gtk+2.0-2.18.3/gdk/x11/gdkdrawable-x11.c:952 drawable is not a 
pixmap or window

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


** Tags: apport-bug i386

-- 
hen playing videos or music through the browser, cut or is a web radio or video.
https://bugs.launchpad.net/bugs/460222
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460196] Re: no 'xorg.conf' file

2009-10-25 Thread dbyjazz
I did now what am I supposed to look for that's different? Because
nothing has changed in the file

-- 
no 'xorg.conf' file
https://bugs.launchpad.net/bugs/460196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 459912] Re: libqtgui4 depends on development tools

2009-10-25 Thread vitaut
When installing from Ubuntu repositoy, there's the same thing. Maybe some other 
package on which libqtgui4 depends, depends on libqt4-designer.
I installed Ardour, it depends on jackd and jackd depends on Qt4 libraries. 
And libqt4-designer was installed.

-- 
libqtgui4 depends on development tools
https://bugs.launchpad.net/bugs/459912
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.

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


[Bug 460222] Re: hen playing videos or music through the browser, cut or is a web radio or video.

2009-10-25 Thread jose

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

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

** Attachment added: profile_default_pluginreg.dat.txt
   http://launchpadlibrarian.net/34347679/profile_default_pluginreg.dat.txt

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

-- 
hen playing videos or music through the browser, cut or is a web radio or video.
https://bugs.launchpad.net/bugs/460222
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460222] Re: hen playing videos or music through the browser, cut or is a web radio or video.

2009-10-25 Thread jose
Deseo puedan solucionarlo. thanks,

-- 
hen playing videos or music through the browser, cut or is a web radio or video.
https://bugs.launchpad.net/bugs/460222
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460196] Re: no 'xorg.conf' file

2009-10-25 Thread Bryce Harrington
X no longer requires an xorg.conf and so Ubuntu no longer ships one.
In case you need assistance hand crafting one I'll forward this to the answer 
tracker.

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

** Converted to question:
   https://answers.edge.launchpad.net/ubuntu/+source/xorg-server/+question/86868

-- 
no 'xorg.conf' file
https://bugs.launchpad.net/bugs/460196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 459734] Re: klear 0.6.1-0ubuntu1 FTBFS

2009-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package klear - 0.6.1-0ubuntu2

---
klear (0.6.1-0ubuntu2) karmic; urgency=low

  * Fix FTBFS (LP: #459734):
- 02_add-header.patch: add missing #includes for declaration of u_int
- 03_std-exit.patch: exit() is not in std, call it as ::exit()
- 04_bksys.patch: fix build system problems, patch from #456855

 -- Ilya Barygin bary...@gmail.com   Sat, 24 Oct 2009 16:27:12 +0400

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

-- 
klear 0.6.1-0ubuntu1 FTBFS
https://bugs.launchpad.net/bugs/459734
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 413657] Re: [needs-packaging] Please sync tor 0.2.1.19-1 (universe) from Debian unstable (main)

2009-10-25 Thread Scott Kitterman
It is too late for Karmic now.  We'll need to do this for Lucid.

-- 
[needs-packaging] Please sync tor 0.2.1.19-1 (universe) from Debian unstable 
(main)
https://bugs.launchpad.net/bugs/413657
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460223] [NEW] pidgin-facebookchat is broken, needs a bump

2009-10-25 Thread Avuton Olrich
Public bug reported:

pidgin-facebook-1.60 (currently in karmic) is really broken. It doesn't
cause stability problems but it's unusable. When chatting with someone
on facebook they popped up as a number but I had to chat out in a
different window as their actual name. This appears to be fixed in 1.61
which I installed manually and is working perfectly for me.

Description:Ubuntu 9.10
Release:9.10

pidgin-facebookchat:
  Installed: 1.61
  Candidate: 1.61
  Version table:
 *** 1.61 0
100 /var/lib/dpkg/status
 1.60-1.1 0
500 http://us.archive.ubuntu.com karmic/universe Packages

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
pidgin-facebookchat is broken, needs a bump
https://bugs.launchpad.net/bugs/460223
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460196] Re: no 'xorg.conf' file

2009-10-25 Thread dbyjazz
thank you

-- 
no 'xorg.conf' file
https://bugs.launchpad.net/bugs/460196
You received this bug notification because you are a member of 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 456672] Re: Logout drops to bash, logout kills bash process, computer shuts off.

2009-10-25 Thread bigdrf24
It appears to have been fixed with the RC updates.

On Sat, Oct 24, 2009 at 6:30 PM, Ludwin Janvier lud.janv...@gmail.com wrote:
 I don't really  understand your problem. Can you be more precise in your
 description ? What  did you want to do ? How did you do that (which
 software, button, etc.) ? What has happen ? What do you expect ?

 --
 Logout drops to bash, logout kills bash process, computer shuts off.
 https://bugs.launchpad.net/bugs/456672
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in Ubuntu: New

 Bug description:
 Dell Inspron E15XX laptop dual 1.3gHz processor.
 Basically, upon the shutdown, it drops to the bash prompt.  Then what I 
 imagine is GRUB or something kills the bash prompt and then powers down the 
 computer.
 I'm a linux user, not a linux programmer, so I don't know much more in terms 
 of the technical details, but will try to help if need be.


-- 
Logout drops to bash, logout kills bash process, computer shuts off.
https://bugs.launchpad.net/bugs/456672
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 403339] Re: problem with key repeat, extra key up events

2009-10-25 Thread Rodd Snook
This appears not to be fixed for me in 2:164-2ubuntu3. Holding down any
key generates a string of KeyPress and KeyRelease events, rather than
just KeyPress. Output from the reproducer attached to the
freedesktop.org bug report:

XAutoRepeatOn returns 1
XkbSetDetectableAutoRepeat returns 1, supported = 1
KeyRelease keycode 0x24 time 0x1f2ee16
KeyPress   keycode 0x28 time 0x1f3009c
KeyRelease keycode 0x28 time 0x1f30290
KeyPress   keycode 0x28 time 0x1f30290
KeyRelease keycode 0x28 time 0x1f302b1
KeyPress   keycode 0x28 time 0x1f302b1
KeyRelease keycode 0x28 time 0x1f302d3
KeyPress   keycode 0x28 time 0x1f302d3
KeyRelease keycode 0x28 time 0x1f302f5
KeyPress   keycode 0x28 time 0x1f302f5
KeyRelease keycode 0x28 time 0x1f30316
KeyPress   keycode 0x28 time 0x1f30316

-- 
problem with key repeat, extra key up events
https://bugs.launchpad.net/bugs/403339
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 389633] Re: package svk (not installed) failed to install/upgrade: trying to overwrite `/etc/bash_completion.d/svk', which is also in package bash-completion

2009-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package svk - 2.2.1-0ubuntu2

---
svk (2.2.1-0ubuntu2) karmic; urgency=low

  * bash-completion/svk is provided by bash-completion (LP: #389633)

 -- Steve Beattie sbeat...@ubuntu.com   Fri, 16 Oct 2009 13:11:23
-0700

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

-- 
package svk (not installed) failed to install/upgrade: trying to overwrite 
`/etc/bash_completion.d/svk', which is also in package bash-completion
https://bugs.launchpad.net/bugs/389633
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 253465] Re: [SRU] daemontools-run needs to work with upstart

2009-10-25 Thread Scott Kitterman
Packages have to be fixed in the development release first.   I'm just
uploaded this fix to Karmic.

-- 
[SRU] daemontools-run needs to work with upstart
https://bugs.launchpad.net/bugs/253465
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 427100] Re: JPEG2000 thumbnail causes browser to crash

2009-10-25 Thread Orr Dvory
it also happens to me, after saving a file with blender in jpeg 2000 format.
error message:
cannot get header
nautilus: jp2_dec.c:294: jp2_decode: Assertion `iccprof' failed.
Aborted

-- 
JPEG2000 thumbnail causes browser to crash
https://bugs.launchpad.net/bugs/427100
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 414614] Re: [LENOVO IdeaPad U350] suspend/resume failure

2009-10-25 Thread Ruairi
I have modified the default grub to use apcid=on. This may have been due
to low battery I will test again later in the day.

-- 
[LENOVO IdeaPad U350] suspend/resume failure
https://bugs.launchpad.net/bugs/414614
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 401823] Re: (firefox:24993): Gdk-WARNING **: XID collision, trouble ahead - overeager XID caching

2009-10-25 Thread Christian Niemeyer
The critical thing about this bug is, that it floods .xsession-errors
from usually a few kb to megabytes.

Imho, this causes annoying useless disk activity/capacity and probably a
slightly slowdown/overhead.

This should be fixed.

-- 
(firefox:24993): Gdk-WARNING **: XID collision, trouble ahead - overeager XID 
caching
https://bugs.launchpad.net/bugs/401823
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460013] Re: Cannot set wallpaper. Just black screen intead of selected wallpaper.

2009-10-25 Thread Karel Marik
I believe the affected application is Appearance Preferences -
Backgrounds tab.

xprop WM_CLASS returns 
WM_CLASS(STRING) = gnome-appearance-properties, Gnome-appearance-properties

-- 
Cannot set wallpaper. Just black screen intead of selected wallpaper.
https://bugs.launchpad.net/bugs/460013
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 433865] Re: pulseaudio logs

2009-10-25 Thread IKT
Will set to fix released, if anyone else has any more issues feel free
to change. :)

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

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

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


[Bug 413657] Re: [needs-packaging] Please sync tor 0.2.1.19-1 (universe) from Debian testing (main)

2009-10-25 Thread Aron Xu
** Summary changed:

- [needs-packaging] Please sync tor 0.2.1.19-1 (universe) from Debian unstable 
(main)
+ [needs-packaging] Please sync tor 0.2.1.19-1 (universe) from Debian testing 
(main)

-- 
[needs-packaging] Please sync tor 0.2.1.19-1 (universe) from Debian testing 
(main)
https://bugs.launchpad.net/bugs/413657
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460225] Re: Firefox v 3.5.3 Home Page Error

2009-10-25 Thread S3Indiana

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

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

** Attachment added: profile_default_pluginreg.dat.txt
   http://launchpadlibrarian.net/34348312/profile_default_pluginreg.dat.txt

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

-- 
Firefox v 3.5.3 Home Page Error
https://bugs.launchpad.net/bugs/460225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460225] [NEW] Firefox v 3.5.3 Home Page Error

2009-10-25 Thread S3Indiana
Public bug reported:

Binary package hint: firefox-3.5

Kubuntu 9.10 (Karmic Koala) Release Candidate
Live CD Session
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3) Gecko/20091020 Ubuntu/9.10 
(karmic) Firefox/3.5.3
Default Home Page:
Edit  Preferences  Main  Startup Home Page: 
chrome://ubufox/content/startpage.html
Results in:
File not found
Firefox can't find the file at /usr/share/ubuntu-artwork/home/index.html.
Reviewing /usr/share/ there is no /ubuntu-artwork/ directory (there is an 
ubufox directory)...

ProblemType: Bug
Architecture: i386
Date: Sun Oct 25 06:43:18 2009
DistroRelease: Ubuntu 9.10
LiveMediaBuild: Kubuntu 9.10 Karmic Koala - Release Candidate i386 
(20091020.2)
Package: firefox-3.5 3.5.3+build1+nobinonly-0ubuntu6
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: firefox-3.5
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-bug i386

-- 
Firefox v 3.5.3 Home Page Error
https://bugs.launchpad.net/bugs/460225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 414614] Re: [LENOVO IdeaPad U350] suspend/resume failure

2009-10-25 Thread Ruairi
I have hibernated and resumed on battery and power successfully. The
main modifications I have from standard Grub are  apcid=on and within
the Xorg.conf I have the video driver set to Intel

Grub - original

kernel  /boot/vmlinuz-2.6.31-14-generic 
root=UUID=f1bb2925-177b-417f-8253-0f224797c936 ro acpi=off xforcevesa

Mine
--
kernel  /boot/vmlinuz-2.6.31-14-generic 
root=UUID=f1bb2925-177b-417f-8253-0f224797c936 ro quiet splash 

X.Org

Section Device
Identifier  Configured Video Device
Driver  intel
EndSection

-- 
[LENOVO IdeaPad U350] suspend/resume failure
https://bugs.launchpad.net/bugs/414614
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 401834] Re: Icebreaker works first time, but crashes on every subsequent startup

2009-10-25 Thread Scott Kitterman
I decided to go ahead an sponsor this because it appeared harmless and
may help in some cases.  Thanks.

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

-- 
Icebreaker works first time, but crashes on every subsequent startup
https://bugs.launchpad.net/bugs/401834
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 460224] Re: metacity assert failure: metacity:ERROR:core/boxes.c:1161:meta_rectangle_edge_aligns: code should not be reached

2009-10-25 Thread Apport retracing service
*** This bug is a duplicate of bug 437139 ***
https://bugs.launchpad.net/bugs/437139

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

** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/34348124/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/34348125/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/34348126/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/34348127/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/34348128/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/34348129/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/34348130/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/34348131/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 437139
   metacity assert failure: 
metacity:ERROR:core/boxes.c:1161:meta_rectangle_edge_aligns: code should not be 
reached

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

-- 
metacity assert failure: 
metacity:ERROR:core/boxes.c:1161:meta_rectangle_edge_aligns: code should not be 
reached
https://bugs.launchpad.net/bugs/460224
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 35545] Re: Doesn't display animated GIFs

2009-10-25 Thread Nordware
Wow, finally my dreams come true... =D
Is there a chance to see it in the next Ubuntu release???

-- 
Doesn't display animated GIFs
https://bugs.launchpad.net/bugs/35545
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 415023] Re: brightness is broken on MSI WIND U100

2009-10-25 Thread Justin Gruenberg
#Ernesto:  it could be #435352?

-- 
brightness is broken on MSI WIND U100
https://bugs.launchpad.net/bugs/415023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 317366] Re: urxvt menu hangs urxvt with x input frozen

2009-10-25 Thread Scott Kitterman
Package FTBFS, so that will need to be fixed before anything can be
uploaded:

background.C: In member function 'bool bgPixmap_t::set_geometry(const char*)':
background.C:273: error: invalid conversion from 'const char*' to 'char*'
background.C:274: error: invalid conversion from 'const char*' to 'char*'
background.C: In member function 'bool bgPixmap_t::set_file(const char*)':
background.C:680: error: invalid conversion from 'const char*' to 'char*'

Unsubscribing uus.

** Changed in: rxvt-unicode (Ubuntu)
   Status: Confirmed = Incomplete

-- 
urxvt menu hangs urxvt with x input frozen
https://bugs.launchpad.net/bugs/317366
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 251709] Re: rdesktop works bad with several keyboard layouts

2009-10-25 Thread Benjamin Drung
This package is in main (at least for karmic). So you should subscribe
ubuntu-main-sponsors instead.

-- 
rdesktop works bad with several keyboard layouts
https://bugs.launchpad.net/bugs/251709
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 124134] Re: [ooo-build] OOo printed documents miss some cyrillic alphabet letters

2009-10-25 Thread Andriy Tymchenko
I just read as yet another person has bumped on same issue with Karmic
(9.10). I'm not sure whether he would be able to report it here, but he
has same Й letter problem being missing in direct printing (hp lj)
_only_ from OoO

-- 
[ooo-build] OOo printed documents miss some cyrillic alphabet letters
https://bugs.launchpad.net/bugs/124134
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 459073] Re: GObject class registration fails due libnm-glib ABI changes

2009-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package strongswan - 4.3.2-1ubuntu3

---
strongswan (4.3.2-1ubuntu3) karmic; urgency=low

  * No change rebuild against libnm-glib
Fixes libnm-glib API change (LP: #459073)

 -- Martin Willi mar...@strongswan.org   Fri, 23 Oct 2009 15:02:23
+0200

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

-- 
GObject class registration fails due libnm-glib ABI changes
https://bugs.launchpad.net/bugs/459073
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 450290] Re: empathy crashed with SIGSEGV in g_type_check_instance()

2009-10-25 Thread Dan Andreșan
Since it manifest itself even for a newly created user (with no configuration 
files whatsoever);
Since this critical bug for empathy doesn't get more attention, which means 
only a handful of people are affected;
Since I upgraded from Jaunty (long time ago, Karmic Alpha 1) and kept upgrading;
I can safely infer that the trouble comes from a leftover library/file/whatever 
in the day to day upgrade process.

The solution is simple and it comes back to the Windows days: reinstall.
I will loose nothing, all my data and configuration is in my home partition.

I will be back with a report after the not so painful process.

P.S. Before taking this route, please check that the bug is not in your
local configuration files. If it crashes for a newly created user, it is
in the system configuration (reinstall). If it works for a newly created
user, it is in your user settings (clean your user configuration,
difficult to know what to delete).

P.P.S. I think there are two bugs in this report: one is with the
indicator, the other one is with empathy-main-window.ui (comment 15)

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

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


[Bug 456896] Re: Please remove kaffe source and all binaries from Karmic

2009-10-25 Thread Scott Kitterman
All the other syncs are done.

-- 
Please remove kaffe source and all binaries from Karmic
https://bugs.launchpad.net/bugs/456896
You received this bug notification because you are a member of 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   >