[Bug 511505] [NEW] package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zur?ck

2010-01-23 Thread unsicherheitsagent
Public bug reported:

Binary package hint: samba

durin package update (via apt-get upgrade) the following error occures

package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade:
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2
zurück

in english it means:

package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade:
child process installed post post-installation-script returned the error
code 2

ProblemType: Package
Architecture: i386
Date: Sat Jan 23 10:20:38 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 2 zurück
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Package: samba-common-bin 2:3.4.0-3ubuntu5.3
ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
SourcePackage: samba
Title: package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zurück
Uname: Linux 2.6.31-16-generic i686

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


** Tags: apport-package i386

-- 
package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zur?ck
https://bugs.launchpad.net/bugs/511505
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 511505] Re: package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zur?ck

2010-01-23 Thread unsicherheitsagent

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/38296531/AptOrdering.txt

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

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/38296533/Dmesg.txt

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

-- 
package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zur?ck
https://bugs.launchpad.net/bugs/511505
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 511518] Re: php 5.2.10 has .od* files Ziparchive bug

2010-01-23 Thread bartbar

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

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

-- 
php 5.2.10 has .od* files Ziparchive bug 
https://bugs.launchpad.net/bugs/511518
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 511518] [NEW] php 5.2.10 has .od* files Ziparchive bug

2010-01-23 Thread bartbar
Public bug reported:

Binary package hint: php5

This bug is described here:
http://bugs.php.net/bug.php?id=48763
and is still present in 5.2.10-2ubuntu6.4

When PHP writes a .od* file using ZipArchive, the resulting archive
cannot be opened by OpenOffice.org.  The error it gives is The file
'filename' is corrupt and therefore cannot be opened.  Should
OpenOffice.org repair the file?

Repairing the file in OO.o does not work.

ProblemType: Bug
Architecture: amd64
Date: Sat Jan 23 10:46:40 2010
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: php5 5.2.10.dfsg.1-2ubuntu6.4
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=pl_PL.UTF-8
 LANG=pl_PL.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: php5
Uname: Linux 2.6.31-17-generic x86_64

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


** Tags: amd64 apport-bug

-- 
php 5.2.10 has .od* files Ziparchive bug 
https://bugs.launchpad.net/bugs/511518
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 247583] Re: add option to start dnsmasq with a custom configuration file

2010-01-23 Thread GoofY
Problem in my case is, I've got a DHCP server, bridged networking which is 
working when not enabling LIBVIRT.
After enabling LIBVIRT for some reason, I can't seem to find out why, my DHCP 
server stops serving IP's  configs for my clients.
After a reboot my DHCP server works for about 5 min,  then stops. In the 
logging I can't find any reasons why it stops.

So it would be nice to would be nice to specify that LIBVIRT (read
DNSMASQ) only binds  listens to the VIRBR*  not to the rest...

Below is my interfaces conf.

# The loopback network interface
auto lo
iface lo inet loopback

# The first network interface
auto eth0
iface eth0 inet dhcp

# The second network interface
auto eth1
iface eth1 inet static
address 192.168.192.1
netmask 255.255.255.0

# The third network interface
auto eth2
iface eth2 inet manual

# Bridge
auto br0
iface br0 inet static
address 172.18.172.1
network 172.18.172.0
netmask 255.255.255.0
broadcast 172.16.172.255
bridge_ports eth2
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off

-- 
add option to start dnsmasq with a custom configuration file
https://bugs.launchpad.net/bugs/247583
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 120103] Re: PHP 5.2.3-ubuntu1 Broken - Problems with : /usr/lib/php5/20060613+lfs/

2010-01-23 Thread felix
i got into this when i uninstalled cacti.
maybe the unistall process removes the package but does not update php.ini ?
then i reinstalled php5-snmp via apt and the bug disappeared.

-- 
PHP 5.2.3-ubuntu1 Broken - Problems with : /usr/lib/php5/20060613+lfs/
https://bugs.launchpad.net/bugs/120103
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 511505] Re: package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zur?ck

2010-01-23 Thread Jean-Baptiste Lallement
Thanks for your report.

The log shows

Richte samba-common-bin ein (2:3.4.0-3ubuntu5.3) ...
update-alternatives: error: Alternativen-Pfad /usr/bin/nmblookup.samba3 
existiert nicht
dpkg: Fehler beim Bearbeiten von samba-common-bin (--configure):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zurück

In english

Setting up samba-common-bin (2:3.4.0-3ubuntu5 .3) ...
update-alternatives: error: Alternatives path / usr/bin/nmblookup.samba3 does 
not exist
dpkg: error processing samba-common-bin (- configure):
 Installed subprocess post-installation script returned error exit status 2

-- 
package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zur?ck
https://bugs.launchpad.net/bugs/511505
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 77675] Re: [regression] apache2-ssl-certificate has gone missing since feisty

2010-01-23 Thread moncefioce
je sais pas

-- 
[regression] apache2-ssl-certificate has gone missing since feisty
https://bugs.launchpad.net/bugs/77675
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 247583] Re: add option to start dnsmasq with a custom configuration file

2010-01-23 Thread GoofY
After trying the solution to stop dhcp from starting I still have the
same issue  dhpc is still started (with libvrirt)

ps aux|grep dns gives this:
nobody2048  0.0  0.0  21404   904 ?S17:07   0:00 dnsmasq 
--strict-order --bind-interfaces 
--pid-file=/var/run/libvirt/network/default.pid --conf-file=  --listen-address 
192.168.122.1 --except-interface lo --dhcp-range 192.168.122.2,192.168.122.254

So appearantly i do something wrong...
XML default looks like this:
network
  namedefault/name
  uuidfa166c0d-ad71-5046-9915-18ccd31f5be5/uuid
  forward mode='nat'/
  bridge name='virbr0' stp='on' delay='0' /
  ip address='192.168.122.1' netmask='255.255.255.0' /
/network

-- 
add option to start dnsmasq with a custom configuration file
https://bugs.launchpad.net/bugs/247583
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 511620] [NEW] write errors on virtual disc during install

2010-01-23 Thread Dave Gilbert
Public bug reported:

Binary package hint: qemu-kvm

(This may be #420423 but we're running a much newer kernel on lucid).

Host: Lucid 64bit uptodate as of 23rd January - i7-860  - 2.6.32-11-generic 
#15-Ubuntu
qemu-kvm: Version: 0.12.2-0ubuntu1

Guest: lucid alpha 2 64bit iso (having pressed update-installer on it on
23rd Jan).

Symptom: During install at a non-repeatable point the root filesystem of the 
guest becomes RO
and there are dmesg logs on the guest says that there were write errors on 
vda1.  The block numbers
are different on repeated installs.

There are no errors on the hosts dmesg.   The disc is backed by a lvm
lv, and I've tried writing it with dd if=/dev/zero
of=/dev/main/fiddle2disk bs=1024k and the whole disc writes OK.

Dave

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

-- 
write errors on virtual disc during install
https://bugs.launchpad.net/bugs/511620
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 511620] Re: write errors on virtual disc during install

2010-01-23 Thread Dave Gilbert

** Attachment added: libvirt config file for the VM in question
   http://launchpadlibrarian.net/38306239/fiddle2.xml

-- 
write errors on virtual disc during install
https://bugs.launchpad.net/bugs/511620
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 480152] Re: Samba service doesn't start automatically

2010-01-23 Thread HStoic
Looking good. Both my Karmic machines have been automatically restarting
Samba after reboots. Thanks for the fix.

-- 
Samba service doesn't start automatically
https://bugs.launchpad.net/bugs/480152
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 106146] Re: Cannot mount cifs shares as normal user on directories not owned by the user

2010-01-23 Thread Bug Watch Updater
** Changed in: samba (Debian)
   Status: Confirmed = Fix Released

-- 
Cannot mount cifs shares as normal user on directories not owned by the user
https://bugs.launchpad.net/bugs/106146
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 211631] Re: Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)

2010-01-23 Thread David Tombs
It seems NetworkManager 0.8 fixed this issue for those on wired
connections, so I'm marking as fix released for n-m.

Wireless connections apparently still broken.

** Changed in: network-manager (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Network is brought down before network filesystems are unmounted (CIFS timeout 
at shutdown)
https://bugs.launchpad.net/bugs/211631
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 321132] Re: 8.10: no reboot, no shutdown

2010-01-23 Thread Xavier Bestel
*** This bug is a duplicate of bug 211631 ***
https://bugs.launchpad.net/bugs/211631

Indeed, it's fixed for Ubuntu (wish it was for Debian too).

Thanks.

-- 
8.10: no reboot, no shutdown
https://bugs.launchpad.net/bugs/321132
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu (via bug 211631).

-- 
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 511668] [NEW] SSH uses login password even when empty password was specified in ssh-keygen

2010-01-23 Thread Belisarivs
Public bug reported:

Whenever I press Enter instead of putting in passphrase in ssh-keygen,
login password is stored and requested anyway.

I found PermitEmptyPasswords no in /etc/ssh/sshd_config and changed
no to yes.

Then I restarted ssh daemon, but problem persisted. But this IMHO isn't
problem of ssh daemon, but keygen itself.

I didn't find parameter in /etc/ssh/ssh_config which would allow me to
generate key without password.

I tried to google for some help about empty password, but all I found
was generic stuff for other distributions (skipping password as usual).

I consider this usability bug, because it affects automation (like
backup via ssh) as redundant and repetitive input is required, and
introduces confusion.

Also approach User is moron, who is not psychically adept in deciding
what he wants, which could lead to this bug as well is _not_ good
practise.

Please, fix this. Let ssh-keygen create keys without passwords by
default.

If not, at least modify ssh-keygen, so it doesn't confuse user by
sentence Enter passphrase (empty for no passphrase): which clearly
lies.

Sorry for tone of report, if you feel it's sharp. I'm very upset about
this issue as I spent some time searching for help to no avail.

U use Ubuntu Lucid, fully up to date, openssh 1:5.2p1-2ubuntu1.

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

-- 
SSH uses login password even when empty password was specified in ssh-keygen
https://bugs.launchpad.net/bugs/511668
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 511668] Re: SSH uses login password even when empty password was specified in ssh-keygen

2010-01-23 Thread Belisarivs
Also, guide at https://help.ubuntu.com/community/SSH/OpenSSH/Keys
suggests, that it is not necessary to type in password for key
generation .

-- 
SSH uses login password even when empty password was specified in ssh-keygen
https://bugs.launchpad.net/bugs/511668
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 462169] Re: nmbd dies on startup when network interfaces are not up yet

2010-01-23 Thread ripeart
Hello, this is affecting me also, rendering my server unusable. I have
the same issues as everyone above however with the additional that my
system stops at the error. I cannot log in locally, nor can I ssh into
the box. I can however ping the box. Is there anyway to get past this
error so I can issue the start/stop for samba?

I see the comment that This bug was fixed in the package samba -
2:3.4.3-2ubuntu2, how can I load this specific SMB package?

Thanks.

-- 
nmbd dies on startup when network interfaces are not up yet
https://bugs.launchpad.net/bugs/462169
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 256062] [NEW] dapper to hardy: Directory /var/lib/ldap not empty, aborting.

2010-01-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

The Upgrade process fails when trying to update slapd:

Setting up slapd (2.4.9-0ubuntu0.8.04.1) ...
Installing new version of config file /etc/ldap/schema/README ...
Installing new version of config file /etc/ldap/schema/corba.schema ...
Installing new version of config file /etc/ldap/schema/core.schema ...
Installing new version of config file /etc/ldap/schema/cosine.schema ...
Installing new version of config file /etc/ldap/schema/dyngroup.schema ...
Installing new version of config file /etc/ldap/schema/inetorgperson.schema ...
Installing new version of config file /etc/ldap/schema/java.schema ...
Installing new version of config file /etc/ldap/schema/misc.schema ...
Installing new version of config file /etc/ldap/schema/nis.schema ...
Installing new version of config file /etc/ldap/schema/openldap.schema ...
Installing new version of config file /etc/default/slapd ...
Installing new version of config file /etc/init.d/slapd ...
  Creating new user openldap... adduser: Warning: The home directory 
`/var/lib/ldap' does not belong to the user you are currently creating.
done.
  Backing up /etc/ldap/slapd.conf in /var/backups/slapd-2.2.26-5ubuntu2.8... 
done.
  Upgrading BDB 'checkpoint' options... .
  Moving old database directories to /var/backups:
  There are leftover files in /var/lib/ldap. This will probably break
  creating the initial directory. If that's the case please move away
  stuff in there and retry the configuration.
  Loading from /var/backups/slapd-2.2.26-5ubuntu2.8:
  Directory /var/lib/ldap for dc=umic-mesh,dc=net not empty, aborting.
dpkg: error processing slapd (--configure):
 subprocess post-installation script returned error exit status 1

Indeed this directory is not empty: but the files there seem to belong
there

insgesamt 4236
-rw--- 1 root root   12288 2008-08-08 15:16 cn.bdb
-rw-r- 1 root root8192 2008-08-08 15:16 __db.001
-rw-r- 1 root root  270336 2008-08-08 15:16 __db.002
-rw-r- 1 root root   98304 2008-08-08 15:16 __db.003
-rw-r- 1 root root  565248 2008-08-08 15:16 __db.004
-rw-r- 1 root root   16384 2008-08-08 15:16 __db.005
-rw--- 1 root root   49152 2008-08-08 15:16 dn2id.bdb
-rw--- 1 root root  180224 2008-08-08 15:16 id2entry.bdb
-rw--- 1 root root 3354814 2008-08-08 15:16 log.01
-rw--- 1 root root   20480 2008-08-08 15:16 objectClass.bdb
-rw--- 1 root root8192 2008-08-08 15:14 sn.bdb
-rw--- 1 root root8192 2008-08-08 15:16 uid.bdb

Log files attached.

** Affects: update-manager
 Importance: Undecided
 Status: Invalid

** Affects: openldap (Ubuntu)
 Importance: Undecided
 Status: Incomplete

-- 
dapper to hardy: Directory /var/lib/ldap not empty, aborting.
https://bugs.launchpad.net/bugs/256062
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 256062] Re: dapper to hardy: Directory /var/lib/ldap not empty, aborting.

2010-01-23 Thread Jean-Baptiste Lallement
Not an update-manager bug, affecting to openldap.

Is it still an issue ?

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

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

-- 
dapper to hardy: Directory /var/lib/ldap not empty, aborting.
https://bugs.launchpad.net/bugs/256062
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 511620] Re: write errors on virtual disc during install

2010-01-23 Thread Dave Gilbert
Two more data points:

1) This still happens with the host running todays 2.6.33 daily 
(2.6.33-999-generic #201001221151)
2) It works if I give the guest an emulated scsi disk rather than a virtio disk.

-- 
write errors on virtual disc during install
https://bugs.launchpad.net/bugs/511620
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 511743] [NEW] typo in ntpdate manpage (patch included)

2010-01-23 Thread Seth Arnold
Public bug reported:

Binary package hint: ntp

Small (harmless) typo in the ntpdate manpage.

ProblemType: Bug
Architecture: amd64
Date: Sat Jan 23 16:31:50 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
Package: ntpdate 1:4.2.4p6+dfsg-1ubuntu5.1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: ntp
Uname: Linux 2.6.31-17-generic x86_64

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


** Tags: amd64 apport-bug

-- 
typo in ntpdate manpage (patch included)
https://bugs.launchpad.net/bugs/511743
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 476935] Re: Massively parallel builds make for very unhappy buildds

2010-01-23 Thread Michael Bienia
Fixed in 2.7.STABLE7-1ubuntu2 (not auto-closed because of a typo in the
bug number).

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

-- 
Massively parallel builds make for very unhappy buildds
https://bugs.launchpad.net/bugs/476935
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid in ubuntu.

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


[Bug 211631] Re: Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)

2010-01-23 Thread Steve Langasek
Since management of wireless network connections is a principal use case
of NM, this is not fixed.

** Changed in: network-manager (Ubuntu)
   Status: Fix Released = Confirmed

-- 
Network is brought down before network filesystems are unmounted (CIFS timeout 
at shutdown)
https://bugs.launchpad.net/bugs/211631
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 496661] Re: Kaspersky AV does not install under qemu-kvm windows installation

2010-01-23 Thread Antonio Broughton
Just wondering if anyone has anything else to add to this? maybe your
seeing the same sort of issues I am? or maybe interested in fixing it,
seeing as though rhel5 _seems_ to have fixed the problem.

-- 
Kaspersky AV does not install under qemu-kvm windows installation
https://bugs.launchpad.net/bugs/496661
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 511743] Re: typo in ntpdate manpage (patch included)

2010-01-23 Thread Mitch Towner
I can confirm this on an up-to-date Karmic install

$uname -a
Linux dv7-karmic 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009 
i686 GNU/Linux

$sudo apt-cache policy ntpdate 
ntpdate:
  Installed: 1:4.2.4p6+dfsg-1ubuntu5.1
  Candidate: 1:4.2.4p6+dfsg-1ubuntu5.1

And in Lucid
$ uname -a
Linux ubuntu 2.6.32-10-generic #14-Ubuntu SMP Thu Jan 7 17:38:40 UTC 2010 i686 
GNU/Linux

$ sudo apt-cache policy ntpdate 
ntpdate:
  Installed: 1:4.2.4p6+dfsg-2ubuntu4
  Candidate: 1:4.2.4p6+dfsg-2ubuntu4

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

-- 
typo in ntpdate manpage (patch included)
https://bugs.launchpad.net/bugs/511743
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 511743] Re: typo in ntpdate manpage (patch included)

2010-01-23 Thread C de-Avillez
** Changed in: ntp (Ubuntu)
   Status: Confirmed = Triaged

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

-- 
typo in ntpdate manpage (patch included)
https://bugs.launchpad.net/bugs/511743
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 511743] Re: typo in ntpdate manpage (patch included)

2010-01-23 Thread Seth Arnold
Oh yeah, also in upstream Debian (which is where the svn repo came
from), if anyone can easily push there too, I'm sure they'd like it. :)

-- 
typo in ntpdate manpage (patch included)
https://bugs.launchpad.net/bugs/511743
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 479509] Re: mythfrontend.real defunct

2010-01-23 Thread MarcRandolph
Moving to triaged for Mythtv task since upstream bug report exists

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

-- 
mythfrontend.real defunct
https://bugs.launchpad.net/bugs/479509
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 236893] Re: bump version of complexity

2010-01-23 Thread Ilya Barygin
Done in TeXLive 2009 which is now in Lucid.

** Changed in: texlive-extra (Ubuntu)
   Status: New = Fix Released

-- 
bump version of complexity
https://bugs.launchpad.net/bugs/236893
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 195844] Re: [hardy] request for updated csquotes package

2010-01-23 Thread Ilya Barygin
TeXLive 2009 which is now in Lucid comes with version 4.4c.

** Changed in: texlive-extra (Ubuntu)
   Status: New = Fix Released

-- 
[hardy] request for updated csquotes package
https://bugs.launchpad.net/bugs/195844
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 321422] Re: Firefox getting hang when watching embeded videos

2010-01-23 Thread Adam Niedling
I don't have this anymore. Using Karmic.

-- 
Firefox getting hang when watching embeded videos
https://bugs.launchpad.net/bugs/321422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 438150] Re: [karmic] Network-manager fails to reconnect to 3G network

2010-01-23 Thread Dave Harton
Same problem as Mr Guga, Huawei E1762. Additionally I am unable to edit
the connection as authentication ails as it does not recognise my
password.

This only started in January. It was working fine in December.

-- 
[karmic] Network-manager fails to reconnect to 3G network
https://bugs.launchpad.net/bugs/438150
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 309479] Re: fncychap version is outdated (1.33 while 1.34 was released in April 2008)

2010-01-23 Thread Ilya Barygin
This is solved in TeXLive 2009 which is now in Lucid.

** Changed in: texlive-extra (Ubuntu)
   Status: New = Fix Released

-- 
fncychap version is outdated (1.33 while 1.34 was released in April 2008)
https://bugs.launchpad.net/bugs/309479
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 271414] Re: texlive-latex-extra package description says it contains empheq, but doesn't

2010-01-23 Thread Ilya Barygin
This is solved in TeXLive 2009 which is now in Lucid. Package
description doesn't mention empheq anymore.

** Changed in: texlive-extra (Ubuntu)
   Status: Confirmed = Fix Released

-- 
texlive-latex-extra package description says it contains empheq, but doesn't
https://bugs.launchpad.net/bugs/271414
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 433493] Re: csquotes outdated and therefore unusable

2010-01-23 Thread Ilya Barygin
*** This bug is a duplicate of bug 195844 ***
https://bugs.launchpad.net/bugs/195844

** This bug has been marked a duplicate of bug 195844
   [hardy] request for updated csquotes package

-- 
csquotes outdated and therefore unusable
https://bugs.launchpad.net/bugs/433493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 401126] Re: Realtek RTL8192SE WLAN Card Fails to work on Medion Akoya E1312 Netbook

2010-01-23 Thread Eike
Short update from my end: I have installed the latest driver version 13
and removed -DENABLE_LPS from the makefile. After that WLAN was working
for around 6 hours and then I got the well known kernel panic.

-- 
Realtek RTL8192SE WLAN Card Fails to work on Medion Akoya E1312 Netbook
https://bugs.launchpad.net/bugs/401126
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 407279] Re: texlive in Ubuntu missing package elsarticle

2010-01-23 Thread Ilya Barygin
This is solved in TeXLive 2009 which is now in Lucid.

** Changed in: texlive-extra (Ubuntu)
   Status: New = Fix Released

-- 
texlive in Ubuntu missing package elsarticle
https://bugs.launchpad.net/bugs/407279
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 325265] Re: texlive-science: typo, enviroMNET - NMENT

2010-01-23 Thread Ilya Barygin
This is solved in TeXLive 2009 which is now in Lucid.

** Changed in: texlive-extra (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
texlive-science: typo, enviroMNET - NMENT
https://bugs.launchpad.net/bugs/325265
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 372751] Re: request for updated texshade in texlive-extra

2010-01-23 Thread Ilya Barygin
TeXLive 2009 which is now in Lucid comes with version 1.20.

** Changed in: texlive-extra (Ubuntu)
   Status: New = Fix Released

-- 
request for updated texshade in texlive-extra
https://bugs.launchpad.net/bugs/372751
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 318556] Re: Run mythjobqueue without backend if no tuners present.

2010-01-23 Thread MarcRandolph
Thank you for helping to improve Mythbuntu by opening this ticket.
Unfortunately the Mythbuntu team does not foresee a time when they will
be able to tackle this issue, so I am closing this ticket.  With that
being said, if someone else wants to write a patch for this, we will be
happy to help push it upstream. Please do not let that action deter you
from opening tickets on other issues that you find!

** Changed in: mythtv (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
Run mythjobqueue without backend if no tuners present.
https://bugs.launchpad.net/bugs/318556
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511490] [NEW] [430793.239836] ------------[ cut here ]------------

2010-01-23 Thread dr.srinivasa
Public bug reported:

 Nothing crashed but an error message popped on top panel saying that
there is a kernel problem you need to reboot

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 1/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D0p:   srinivasa   2272 F...m pulseaudio
 /dev/snd/pcmC0D0c:   srinivasa   2272 F...m pulseaudio
 /dev/snd/controlC0:  srinivasa   2272 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfe02 irq 17'
   Mixer name   : 'Analog Devices AD1984'
   Components   : 'HDA:11d41984,17aa20d7,00100400'
   Controls  : 29
   Simple ctrls  : 18
Date: Sat Jan 23 13:13:18 2010
DistroRelease: Ubuntu 9.10
Failure: oops
HibernationDevice: RESUME=UUID=24fa19b9-0e0b-49ca-b4eb-b7527270e490
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
MachineType: LENOVO 7732CTO
Package: linux-image-2.6.31-16-generic 2.6.31-16.53
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-16-generic 
root=UUID=0678b6e7-c8c8-4dfb-aecb-edfd08d40f97 ro quiet splash
ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-16-generic N/A
 linux-firmware 1.24
SourcePackage: linux
Tags: kernel-oops
Title: [430793.239836] [ cut here ]
Uname: Linux 2.6.31-16-generic i686
dmi.bios.date: 05/11/2009
dmi.bios.vendor: LENOVO
dmi.bios.version: 7LETC6WW (2.26 )
dmi.board.name: 7732CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7LETC6WW(2.26):bd05/11/2009:svnLENOVO:pn7732CTO:pvrThinkPadR61:rvnLENOVO:rn7732CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 7732CTO
dmi.product.version: ThinkPad R61
dmi.sys.vendor: LENOVO

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


** Tags: apport-kerneloops i386 kernel-oops

-- 
[430793.239836] [ cut here ]
https://bugs.launchpad.net/bugs/511490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511490] Re: [430793.239836] ------------[ cut here ]------------

2010-01-23 Thread dr.srinivasa

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

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/38295524/AplayDevices.txt

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

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/38295526/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/38295528/Card0.Codecs.codec.0.txt

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

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

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/38295531/IwConfig.txt

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

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

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

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

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

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

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

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/38295539/RfKill.txt

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

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

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/38295542/WifiSyslog.txt

-- 
[430793.239836] [ cut here ]
https://bugs.launchpad.net/bugs/511490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 491760] Re: Include siunitx in texlive-science

2010-01-23 Thread Ilya Barygin
This is solved in TeXLive 2009 which is now in Lucid.

** Changed in: texlive-extra (Ubuntu)
   Status: New = Fix Released

-- 
Include siunitx in texlive-science
https://bugs.launchpad.net/bugs/491760
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 304586] Re: package linux-image-2.6.24-21-generic 2.6.24-21.43 failed to install/upgrade: subprocess post-installation script returned error exit status 17

2010-01-23 Thread Larfalitl
Hi,

Sorry for the delay in getting back to you,  It's a long story, anyway,
Yup, this is still a problem :)

Did an upgrade today, These two packages won't upgrade.

gra...@hal:~$ sudo apt-get upgrade
[sudo] password for graeme: 
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be upgraded:
  initramfs-tools module-init-tools
2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
253 not fully installed or removed.
Need to get 0B/140kB of archives.
After this operation, 20.5kB disk space will be freed.
Do you want to continue [Y/n]? 
(Reading database ... 117736 files and directories currently installed.)

Preparing to replace module-init-tools 3.3-pre11-4ubuntu5 (using 
.../module-init-tools_3.3-pre11-4ubuntu5.8.04.1_i386.deb) ...
  Upgrading from packages older than 
3.1-pre2-1 is not supported.
 Please purge module-init-tools before installing this 
package.
   dpkg: error processing 
/var/cache/apt/archives/module-init-tools_3.3-pre11-4ubuntu5.8.04.1_i386.deb 
(--unpack):
   subprocess pre-installation script returned 
error exit status 1
  Preparing to replace initramfs-tools 0.85eubuntu39.1 (using 
.../initramfs-tools_0.85eubuntu39.3_all.deb) ...

  Warning: /etc/initramfs-tools 
already exists.
Please remove it for upgrade.

 dpkg: error processing 
/var/cache/apt/archives/initramfs-tools_0.85eubuntu39.3_all.deb (--unpack):
subprocess 
pre-installation script returned error exit status 1
   update-initramfs: deferring 
update (trigger activated)
 Processing triggers for initramfs-tools ...

update-initramfs: Generating /boot/initrd.img-2.6.24-19-generic
   W: kernel 2.6.24-19-generic 
too old for initramfs on i386
W: not generating requested initramfs for kernel 
2.6.24-19-generic
  Errors were encountered while processing:

/var/cache/apt/archives/module-init-tools_3.3-pre11-4ubuntu5.8.04.1_i386.deb
 
/var/cache/apt/archives/initramfs-tools_0.85eubuntu39.3_all.deb
E: Sub-process /usr/bin/dpkg returned an 
error code (1)
gra...@hal:~$ 

Jusf for completeness, I did an apt-get update earlier today

On the plus side, cheers to the guys who made the change that doesn't
update /boot/grub/menu.lst until after the new kernel is completely
installed.  Saved me hacking around to roll the kernel back.

Hmm, probably should find out what 253 not installed or removed
means

Graeme

-- 
package linux-image-2.6.24-21-generic 2.6.24-21.43 failed to install/upgrade: 
subprocess post-installation script returned error exit status 17
https://bugs.launchpad.net/bugs/304586
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 224369] Re: [wishlist]texlive-pstricks out of date

2010-01-23 Thread Ilya Barygin
TeXLive 2009 which is now in Lucid comes with pstricks last touched on
2009-09-27, so this should be solved.

** Changed in: texlive-extra (Ubuntu)
   Status: New = Fix Released

-- 
[wishlist]texlive-pstricks out of date
https://bugs.launchpad.net/bugs/224369
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511491] [NEW] X crash when using touch screen on Freescale MX51 in Karmic

2010-01-23 Thread Zhang Lily
Public bug reported:

HW configuration: MX51 EVK board
SW configuration:
1. Install xserver-xorg-input-evtouch page (version: 0.8.8-0ubuntu6.1)
2. Add fdi file by vi /usr/share/hal/fdi/policy/20thirdparty/50-mxc-ts.fdi:
?xml version=1.0 encoding=ISO-8859-1?
deviceinfo version=0.2
  device
match key=info.product contains=mxc_ts
merge key=input.x11_driver type=stringevtouch/merge
/match
  /device
/deviceinfo
3. reboot the board, X crash. The backtrace is as follows:
Program received signal SIGSEGV, Segmentation fault.
0x402edae4 in strlen () from /lib/libc.so.6
(gdb) backtrace
#0  0x402edae4 in strlen () from /lib/libc.so.6
#1  0x00096a4c in xf86optionListCreate ()
#2  0x0008f8d8 in xf86CollectInputOptions ()
#3  0x42d46b0c in EVTouchPreInit (drv=value optimized out, dev=0x329b88,
flags=value optimized out) at evtouch.c:1167
#4  0x000861c8 in ?? ()
#5  0x000861c8 in ?? ()

However if i down-grade xserver-xorg-input-evtouch to version
0.8.8-0ubuntu3, Touch screen works fine.

So what's the possible difference cause this issue?

** Affects: xf86-input-evtouch (Ubuntu)
 Importance: Undecided
 Status: New

-- 
X crash when using touch screen on Freescale MX51 in Karmic
https://bugs.launchpad.net/bugs/511491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 401545] Re: texlive depends on docs that take up more space than the software

2010-01-23 Thread Ilya Barygin
Documentation is only recommended. If you want to save space, install
with aptitude -R.

** Changed in: texlive-extra (Ubuntu)
   Status: New = Invalid

-- 
texlive depends on docs that take up more space than the software
https://bugs.launchpad.net/bugs/401545
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511492] [NEW] Karmic weather applet shows fog instead of snow

2010-01-23 Thread Celal ERGÜN
Public bug reported:

Hi there
I'm using Ubuntu Karmic. I enjoy weather applet. Yesterday it started to 
snow-with-rain in Istanbul and my weather applet displayed a fog icon instead 
of snow icon. Today it turned to pure snow and my Karmic says it is just fog, 
not snow :)

I think some constants are faulty. It is not an icon problem. Because it
shows a fog icon with a text saying fog and light rain.

Best regards.
Celal Ergun

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

-- 
Karmic weather applet shows fog instead of snow
https://bugs.launchpad.net/bugs/511492
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511493] [NEW] Add Acrobat reader and flash restrictions

2010-01-23 Thread Thorsten Sick
Public bug reported:

Binary package hint: apparmor

Add a rule file for Acrobat Reader and Flash

- Acrobat reader is used by about 20 % of Ubuntu users, Flash by 50 %
- Most targeted attacks use PDF
- Many web attacks (drive-by-infection) use PDF and Flash
- The PDF Reader and Flash have lots of security vulnerabilities
- Acrobat is very slow in fixing them at the moment
- The exploits made public also work for Linux

Adding rules for the reader and flash would give some bang for the buck

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

-- 
Add Acrobat reader and flash restrictions
https://bugs.launchpad.net/bugs/511493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511437] Re: package inn2 2.5.0-1ubuntu not installed failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-01-23 Thread SevenMachines
confirmed on lucid inn2/lucid uptodate 2.5.1-1

-- 
package inn2 2.5.0-1ubuntu  not installed  failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/511437
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 94684] Re: Streamtuner crash

2010-01-23 Thread Lonnie
By what method may we ensure that these updates (that aggravatedGestalt
mentioned) will be provided automatically in Ubuntu 10.04?

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

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


[Bug 511495] [NEW] Unable to add file(s) to an archive (files located on a serveur)

2010-01-23 Thread Jean-Dominique
Public bug reported:

Binary package hint: file-roller

I receive an error message when adding one or more file(s) to a new archive, 
either directly from the Nautilus or when launching file-roller manually.
The message is: Error. File XXX is a folder.
The files are located on a Windows server, and accessed through Samba.

Also, if I try to create a new archive on the server, I receive the
message that I am not allowed to do so, because I have no rights to
create the file: That is incorrect.

Thanks.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/file-roller
Package: file-roller 2.26.1-0ubuntu1
ProcEnviron:
 SHELL=/bin/bash
 LANG=fr_FR.UTF-8
SourcePackage: file-roller
Uname: Linux 2.6.28-17-generic i686

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Unable to add file(s) to an archive (files located on a serveur)
https://bugs.launchpad.net/bugs/511495
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511495] Re: Unable to add file(s) to an archive (files located on a serveur)

2010-01-23 Thread Jean-Dominique

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

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

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

-- 
Unable to add file(s) to an archive (files located on a serveur)
https://bugs.launchpad.net/bugs/511495
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 321422] Re: Firefox getting hang when watching embeded videos

2010-01-23 Thread Monkey
Thank You for your answer. I´ve closed the bug. If You have any problem
with this bug please reopen it.

** Changed in: firefox-3.0 (Ubuntu)
   Status: Incomplete = Invalid

-- 
Firefox getting hang when watching embeded videos
https://bugs.launchpad.net/bugs/321422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 510261]

2010-01-23 Thread Per Ångström
Importance: Undecided = Wishlist

Hey, this is not a wish. A dialog without an identifying caption is a 
bug, IMO.

-- 
synaptic shows anonymous dialog if started by non-privileged user
https://bugs.launchpad.net/bugs/510261
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511096] Re: Missing Icons with deleted Applications

2010-01-23 Thread Geir Ove Myhr
** Package changed: xserver-xorg-video-intel (Ubuntu) = ubuntu

-- 
Missing Icons with deleted Applications
https://bugs.launchpad.net/bugs/511096
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 412647] Re: Firefox is not able to play mp4 video tags

2010-01-23 Thread Bug Watch Updater
** Changed in: firefox
   Status: Unknown = In Progress

-- 
Firefox is not able to play mp4 video tags
https://bugs.launchpad.net/bugs/412647
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 392827] Re: missing feature: file transfer

2010-01-23 Thread Bug Watch Updater
** Changed in: telepathy-butterfly
   Status: Confirmed = In Progress

-- 
missing feature: file transfer
https://bugs.launchpad.net/bugs/392827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511498] [NEW] ubiquity-debconf complete translation into Persian

2010-01-23 Thread MohamadReza Mirdamadi
Public bug reported:

Binary package hint: language-pack-fa

ubiquity-debconf complete translation into Persian:

https://translations.edge.launchpad.net/ubuntu/karmic/+source/ubiquity/+pots
/ubiquity-debconf/fa/+translate

** Affects: language-pack-fa (Ubuntu)
 Importance: Undecided
 Assignee: Afshin Falatooni (falatooni)
 Status: Confirmed

** Changed in: language-pack-fa (Ubuntu)
 Assignee: (unassigned) = Afshin Falatooni (falatooni)

** Changed in: language-pack-fa (Ubuntu)
   Status: New = Confirmed

-- 
ubiquity-debconf complete translation into Persian
https://bugs.launchpad.net/bugs/511498
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511437] Re: package inn2 2.5.0-1ubuntu not installed failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-01-23 Thread SevenMachines
problem is that hostname needs to be a FQDN for inn2 postinst to work.
if its a local name like mycomputer then inn2 will fail with the error.
whereas if hostname is set to something like mycomputer.org, then inn2
will configure fine.

-- 
package inn2 2.5.0-1ubuntu  not installed  failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/511437
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511499] [NEW] everytime running ubuntu one, error messages show.

2010-01-23 Thread kungmo
Public bug reported:

Binary package hint: ubuntuone-client

i installed ubuntu 9.10 clean.
after i updated ubuntu, everytime i run ubuntu one, error messages show.

ProblemType: Bug
.home.kungmo..cache.ubuntuone.log.oauth.login.log:
 우분투원 클라이언트 버전 1.0.2 시작
 우분투원 클라이언트 버전 1.0.2 시작
 우분투원 클라이언트 버전 1.0.2 시작
.home.kungmo..cache.ubuntuone.log.syncdaemon.exceptions.log:
 
.home.kungmo..config.ubuntuone.ubuntuone.client.conf:
 [ubuntuone]
 bookmarked = True
 connected = True
 connect = 0
 show_applet = 1
Architecture: i386
Date: Sat Jan 23 17:51:31 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
NonfreeKernelModules: nvidia
Package: ubuntuone-client 1.0.2-0ubuntu2
PackageArchitecture: all
ProcEnviron:
 LANG=ko_KR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: ubuntuone-client
Uname: Linux 2.6.31-17-generic i686
XsessionErrors:
 (gnome-settings-daemon:1677): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:1677): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:1718): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:1712): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
everytime running ubuntu one, error messages show.
https://bugs.launchpad.net/bugs/511499
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 511499] Re: everytime running ubuntu one, error messages show.

2010-01-23 Thread kungmo

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

** Attachment added: UbuntuoneClientPackages.txt
   http://launchpadlibrarian.net/38295994/UbuntuoneClientPackages.txt

-- 
everytime running ubuntu one, error messages show.
https://bugs.launchpad.net/bugs/511499
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511500] Re: javascript terminal failed to install

2010-01-23 Thread redserpent

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/38296008/AptOrdering.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/38296010/Dmesg.txt

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

-- 
javascript terminal failed to install
https://bugs.launchpad.net/bugs/511500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511500] [NEW] javascript terminal failed to install

2010-01-23 Thread redserpent
Public bug reported:

Just updated system from Ububtu 9.04 Jackalope to Ubuntu 9.10 koala(
from Internet) it failed to upgrade properly the touch pad inoperative
...-- so reinstalled Ububntu from disk CD all ok except got a warning
that not all language support packages installed properly , saw a crash
icon on top bar...did not check because at the time had no internet
connection ... later connected to internet and downloades few program
taha appear to have install wel ...finally try to install javascript
terminal and this failed

ProblemType: Package
Architecture: i386
Date: Sat Jan 23 03:38:04 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: trying to overwrite '/usr/share/man/man1/kjscmd.1.gz', which is 
also in package kdelibs5-data 4:4.3.2-0ubuntu7.2
LiveMediaBuild: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Package: kjscmd (not installed)
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: kde3bindings
Title: package kjscmd (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/man/man1/kjscmd.1.gz', which is also in package 
kdelibs5-data 4:4.3.2-0ubuntu7.2
Uname: Linux 2.6.31-17-generic i686

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
javascript terminal failed to install
https://bugs.launchpad.net/bugs/511500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511501] [NEW] ubiquity-slideshow-ubuntu complete translation into Persian

2010-01-23 Thread MohamadReza Mirdamadi
Public bug reported:

Binary package hint: language-pack-fa

complete translation of  ALL ubiquity-slideshow-ubuntu components into
Persian

https://translations.edge.launchpad.net/ubuntu/karmic/+source/ubiquity-
slideshow-ubuntu

including:
ubiquity-slideshow-ubuntu-accessibility
ubiquity-slideshow-ubuntu-documentation
ubiquity-slideshow-ubuntu-empathy
ubiquity-slideshow-ubuntu-evolution
ubiquity-slideshow-ubuntu-firefox
ubiquity-slideshow-ubuntu-fspot
ubiquity-slideshow-ubuntu-installing-software
ubiquity-slideshow-ubuntu-openoffice
ubiquity-slideshow-ubuntu-rhythmbox-totem
ubiquity-slideshow-ubuntu-translations
ubiquity-slideshow-ubuntu-ubuntuone
ubiquity-slideshow-ubuntu-welcome

** Affects: language-pack-fa (Ubuntu)
 Importance: Undecided
 Assignee: Afshin Falatooni (falatooni)
 Status: Confirmed

** Changed in: language-pack-fa (Ubuntu)
   Status: New = Confirmed

** Changed in: language-pack-fa (Ubuntu)
 Assignee: (unassigned) = Afshin Falatooni (falatooni)

** Description changed:

  Binary package hint: language-pack-fa
  
  complete translation of  ALL ubiquity-slideshow-ubuntu components into
  Persian
  
- https://edge.launchpad.net/ubuntu/karmic/+source/ubiquity-slideshow-
- ubuntu
+ https://translations.edge.launchpad.net/ubuntu/karmic/+source/ubiquity-
+ slideshow-ubuntu
  
  including:
  ubiquity-slideshow-ubuntu-accessibility
  ubiquity-slideshow-ubuntu-documentation
  ubiquity-slideshow-ubuntu-empathy
  ubiquity-slideshow-ubuntu-evolution
  ubiquity-slideshow-ubuntu-firefox
  ubiquity-slideshow-ubuntu-fspot
  ubiquity-slideshow-ubuntu-installing-software
  ubiquity-slideshow-ubuntu-openoffice
  ubiquity-slideshow-ubuntu-rhythmbox-totem
  ubiquity-slideshow-ubuntu-translations
  ubiquity-slideshow-ubuntu-ubuntuone
  ubiquity-slideshow-ubuntu-welcome

-- 
ubiquity-slideshow-ubuntu complete translation into Persian
https://bugs.launchpad.net/bugs/511501
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 403955] Re: jockey crashed during installation of ubuntu, apparently no effect on the installation, which continued normally

2010-01-23 Thread bdpf
** Changed in: jockey
   Status: New = Incomplete

-- 
jockey crashed during installation of ubuntu, apparently no effect on the 
installation, which continued normally
https://bugs.launchpad.net/bugs/403955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 500056] Re: After logging out, trying to switch user, and changing from vtty back to X system completely hangs with a black screen with ATI Mobility Radeon non-free Drivers

2010-01-23 Thread yursi
I confirm this bug on Toshiba Satellite P200. Trying to switch the user
with latest ATI proprietary drivers completely hangs the system with
black screen.

-- 
After logging out, trying to switch user, and changing from vtty back to X 
system completely hangs with a black screen with ATI Mobility Radeon non-free 
Drivers
https://bugs.launchpad.net/bugs/500056
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 483857] Re: NVIDIA® GeForce G 105M - 512 MB, gives 6 screens, with nvidia drivers version 180

2010-01-23 Thread Daniel Wejse
I don't understand how to do camillas fix. (I'm also a total ubuntu newbie). 
What shall I do with the xorg.conf file downloaded from here? How do I attach 
it?
Thanks
Daniel

-- 
NVIDIA® GeForce G 105M - 512MB, gives 6 screens,  with nvidia drivers version 
180
https://bugs.launchpad.net/bugs/483857
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 417757] Re: [karmic regression] all network apps / browsers suffer from multi-second delays by default due to IPv6 DNS lookups

2010-01-23 Thread cheerios_
I couldn't get wireless to work properly on my box after Jaunty-Karmic
upgrade. Fresh Karmic install works better. I still get long Resolving
host... timeouts (even against google.com) now and then, but mostly
things work. Not sure what went wrong during the upgrade to cause all
the problems.

-- 
[karmic regression] all network apps / browsers suffer from multi-second delays 
by default due to IPv6 DNS lookups
https://bugs.launchpad.net/bugs/417757
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511503] [NEW] microphone doesn't record on second time

2010-01-23 Thread mael thepaut
Public bug reported:

Binary package hint: gnome-media

Microphone records well on first recording (skype, recorder 
(gnome-sound-recorder 2.26.0) ...)
But when I try a second time, there is no voice, it crackles.
Whatever is the first recording, it's ok. Whatever is the second, it crackles.
Does it come from the microphone ?

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/gnome-sound-recorder
Package: gnome-media 2.26.0-0ubuntu3
ProcEnviron:
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-media
Uname: Linux 2.6.28-17-generic i686

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


** Tags: apport-bug i386

-- 
microphone doesn't record on second time
https://bugs.launchpad.net/bugs/511503
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511387] Re: Services don't start on boot after Upstart update

2010-01-23 Thread pnoewbe
lucid 10.04 (beta 2 or so)

upstart 0.6.3-11build1

runlevel shows N 2 but no eth0 or dbus or expected daemons from
/etc/init.d sysvinit.

I didn't learn anything from logs or /etc/init.d upstart scripting.

I reinstalled upstart and its deps. initscripts sysv-rc sysvinit-utils
mountall upstart ureadahead libdbus-1-3 libudev0

Now this is really weird. I had just used the same install iso to
install to two usb keys before this one, and did not have the problem!
Too many variables to help then, but another instance of the problem and
there are other bug threads on this or similar. Some might be distinctly
diff bug reports since they have an unknown runlevel.

I don't have pulseaudio or gstreamer, can't, and dbus won't start
manually. Sometimes ck-launch-session can't run, and startxfce4, and kdm
and gdm can never run or take over the tty. Maybe those are dbus
related. There is no dbus socket in /var/run/dbus and that crashes many
apps.

I have another desktop running upstart 0.6.3-11 without the problem.
Hmm.

-- 
Services don't start on boot after Upstart update
https://bugs.launchpad.net/bugs/511387
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511503] Re: microphone doesn't record on second time

2010-01-23 Thread mael thepaut

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

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

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

-- 
microphone doesn't record on second time
https://bugs.launchpad.net/bugs/511503
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511437] Re: package inn2 2.5.0-1ubuntu not installed failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-01-23 Thread SevenMachines
could also fix by specifying the domain: parameter in /etc/news/inn.conf either 
to the hostname, FQDN or not. Is this wise though? Or should the install really 
just fail 
I suppose in post install you could check first for 
$ /usr/lib/news/bin/innconfval -C
innconfval: hostname does not resolve or domain not set in inn.conf

and if so then get hostname --fqdn and add this as the domain: parameter. This 
would allow installation without failure but would mean that inn.conf could 
contain
domain: SomeLocalName

Is that a reasonable thing to do though?

-- 
package inn2 2.5.0-1ubuntu  not installed  failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/511437
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511502] [NEW] TeXLive 2009 transition: libkpathsea5

2010-01-23 Thread Ilya Barygin
Public bug reported:

Packages should be rebuilt for libkpathsea4 - libkpathsea5 transition.

http://people.canonical.com/~ubuntu-archive/NBS/libkpathsea4

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

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

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

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

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

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

** Affects: dvipsk-ja (Ubuntu)
 Importance: Undecided
 Status: New

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

** Affects: lcdf-typetools (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ptex-bin (Ubuntu)
 Importance: Undecided
 Status: New

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

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

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

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

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

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

** Affects: xdvik-ja (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
TeXLive 2009 transition: libkpathsea5
https://bugs.launchpad.net/bugs/511502
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511502] Re: TeXLive 2009 transition: libkpathsea5

2010-01-23 Thread Ilya Barygin

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

** Description changed:

  Binary package hint: bibtool
  
  Packages should be rebuilt for libkpathsea4 - libkpathsea5 transition.
  
- ProblemType: Bug
- Architecture: i386
- Date: Sat Jan 23 12:09:17 2010
- DistroRelease: Ubuntu 9.10
- Package: bibtool (not installed)
- ProcEnviron:
-  LANG=ru_RU.UTF-8
-  SHELL=/bin/bash
- ProcVersionSignature: Ubuntu 2.6.31-18.55-generic
- SourcePackage: bibtool
- Uname: Linux 2.6.31-18-generic i686
+ http://people.canonical.com/~ubuntu-archive/NBS/libkpathsea4

** Description changed:

- Binary package hint: bibtool
- 
  Packages should be rebuilt for libkpathsea4 - libkpathsea5 transition.
  
  http://people.canonical.com/~ubuntu-archive/NBS/libkpathsea4

** Attachment removed: XsessionErrors.txt
   http://launchpadlibrarian.net/38296179/XsessionErrors.txt

** Also affects: dvipdfmx (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: dvipng (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: evince (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: tex4ht (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: catdvi (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: dvi2dvi (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: dvi2ps (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: tmview (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: dvipsk-ja (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ptex-bin (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: texfam (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: lcdf-typetools (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: pyx (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: tkdvi (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: vflib3 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: xdvik-ja (Ubuntu)
   Importance: Undecided
   Status: New

-- 
TeXLive 2009 transition: libkpathsea5
https://bugs.launchpad.net/bugs/511502
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 283128] Re: Keyboard indicator shows additional layout null

2010-01-23 Thread Gerhard Radatz
There was a recent update to the xserver-core package, which made the
problem reappear (because it overrides the patched version paulus
provided). I recollected all info from the posts above on how to apply
the patch to the latest src and build the package yourself. These are
the steps you have to run:

First, 'cd' to a directory where you can safely download the source.
Then


mkdir xserver-xorg-core-src-karmic
cd xserver-xorg-core-src-karmic
apt-src install xserver-xorg-core
wget http://launchpadlibrarian.net/33566768/xserver-xorg-1.6.4.diff
cd xorg-server-1.6.4/xkb
patch -p1 ../../xserver-xorg-1.6.4.diff
cd ../..
sudo dpkg -i xserver-xorg-core_1.6.4-2ubuntu4.1_amd64.deb

Have fun!

-- 
Keyboard indicator shows additional layout null
https://bugs.launchpad.net/bugs/283128
You received this bug notification because you are a member of 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 425411] Re: Computer suspends immediately after resuming if power is unplugged while suspended

2010-01-23 Thread Chow Loong Jin
On Saturday 23,January,2010 09:29 AM, Adam Stark wrote:
 For now I've put a hook in /etc/pm/sleep.d/ that will inhibit a suspend
 less than 15 seconds after the previous resume.
 
Ah, I see what the problem is. It's the same problem, occurring in another
portion of the code. Blargh. I'll come up with another patch to fix this.

The problem is that gnome-power-manager tracks console changes as well, and
since you're not using KMS (I think you're not) your console changes to tty1 or
something else prior to suspend and then changes back when you're done. PM-utils
is responsible for changing it, but it is something necessary. I'll come up with
a patch that fixes this more globally.

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

-- 
Computer suspends immediately after resuming if power is unplugged while 
suspended
https://bugs.launchpad.net/bugs/425411
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 202490] Re: [Feature Request] Provide a driver for Ricoh R5C822 xD card reader

2010-01-23 Thread Maxim Levitsky
I had written a driver for this device.

Please look at linux-mtd maling list for patches

-- 
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 202490] Re: [Feature Request] Provide a driver for Ricoh R5C822 xD card reader

2010-01-23 Thread Maxim Levitsky
Here is the pathset against 2.6.33-rc3
It won't apply to older kernels.


** Attachment added: mtd-ricoh.tar.bz2
   http://launchpadlibrarian.net/38296217/mtd-ricoh.tar.bz2

-- 
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 202490] Re: [Feature Request] Provide a driver for Ricoh R5C822 xD card reader

2010-01-23 Thread Maxim Levitsky
Apart from fixes, this pathset contains two drivers
One is the lowlevel driver, and second is high level generic driver (FTL) on 
top of it.

I have plans for memstick driver too.

-- 
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 434396] Re: problem upgrading from 8.04 to 8.10 - inn2

2010-01-23 Thread SevenMachines
*** This bug is a duplicate of bug 511437 ***
https://bugs.launchpad.net/bugs/511437

** This bug has been marked a duplicate of bug 511437
   package inn2 2.5.0-1ubuntu  not installed  failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

-- 
problem upgrading from 8.04 to 8.10 - inn2
https://bugs.launchpad.net/bugs/434396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 413512] Re: package inn2 2.4.5-5 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2010-01-23 Thread SevenMachines
*** This bug is a duplicate of bug 511437 ***
https://bugs.launchpad.net/bugs/511437

** This bug has been marked a duplicate of bug 511437
   package inn2 2.5.0-1ubuntu  not installed  failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

-- 
package inn2 2.4.5-5 failed to install/upgrade: subprocess post-installation 
script returned error exit status 1
https://bugs.launchpad.net/bugs/413512
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 399219] Re: Upgrade to Ubuntu 8.10 failed

2010-01-23 Thread SevenMachines
*** This bug is a duplicate of bug 511437 ***
https://bugs.launchpad.net/bugs/511437

** This bug has been marked a duplicate of bug 511437
   package inn2 2.5.0-1ubuntu  not installed  failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

-- 
Upgrade to Ubuntu 8.10 failed
https://bugs.launchpad.net/bugs/399219
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 381629] Re: Installation failed

2010-01-23 Thread SevenMachines
*** This bug is a duplicate of bug 511437 ***
https://bugs.launchpad.net/bugs/511437

** This bug has been marked a duplicate of bug 511437
   package inn2 2.5.0-1ubuntu  not installed  failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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

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


[Bug 377129] Re: [needs-packaging] msp430-binutils

2010-01-23 Thread Bug Watch Updater
** Changed in: debian
   Status: Unknown = New

-- 
[needs-packaging] msp430-binutils
https://bugs.launchpad.net/bugs/377129
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 335387] Re: Failed to install/upgrade inn2

2010-01-23 Thread SevenMachines
*** This bug is a duplicate of bug 511437 ***
https://bugs.launchpad.net/bugs/511437

** This bug has been marked a duplicate of bug 511437
   package inn2 2.5.0-1ubuntu  not installed  failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

-- 
Failed to install/upgrade inn2
https://bugs.launchpad.net/bugs/335387
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 301306] Re: Install did not work; I had not yet set the FQDN, and it did not handle that graciously.

2010-01-23 Thread SevenMachines
*** This bug is a duplicate of bug 511437 ***
https://bugs.launchpad.net/bugs/511437

** This bug has been marked a duplicate of bug 511437
   package inn2 2.5.0-1ubuntu  not installed  failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

-- 
Install did not work; I had not yet set the FQDN, and it did not handle that 
graciously.
https://bugs.launchpad.net/bugs/301306
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 60177] Re: grub does not detect usb keyboard

2010-01-23 Thread Ariel Faigon
just to confirm.

ever since I upgraded to grub2 (I believe), my USB keyboard isn't
functional while in the grub menu.

The keyboard is recognized and functional while in the BIOS menus (before grub2 
takes over) and once linux boots (after grub2).
It is not recognized while in grub2.

The problem never existed when I was using lilo.

I'm not sure when exactly I started seeing it: was it when I switched
from lilo to grub or from grub to grub2.

-- 
grub does not detect usb keyboard
https://bugs.launchpad.net/bugs/60177
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511505] [NEW] package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zur?ck

2010-01-23 Thread unsicherheitsagent
Public bug reported:

Binary package hint: samba

durin package update (via apt-get upgrade) the following error occures

package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade:
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2
zurück

in english it means:

package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade:
child process installed post post-installation-script returned the error
code 2

ProblemType: Package
Architecture: i386
Date: Sat Jan 23 10:20:38 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 2 zurück
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Package: samba-common-bin 2:3.4.0-3ubuntu5.3
ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
SourcePackage: samba
Title: package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zurück
Uname: Linux 2.6.31-16-generic i686

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


** Tags: apport-package i386

-- 
package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zur?ck
https://bugs.launchpad.net/bugs/511505
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 511505] Re: package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zur?ck

2010-01-23 Thread unsicherheitsagent

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/38296531/AptOrdering.txt

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

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/38296533/Dmesg.txt

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

-- 
package samba-common-bin 2:3.4.0-3ubuntu5.3 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zur?ck
https://bugs.launchpad.net/bugs/511505
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511437] Re: package inn2 2.5.0-1ubuntu not installed failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-01-23 Thread SevenMachines
Or prompt the user to set domainname instead of just failing

-- 
package inn2 2.5.0-1ubuntu  not installed  failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/511437
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 509571] Re: [lucid] boot stops

2010-01-23 Thread pnoewbe
Hit Escape when you see grub loading, to get the grub boot menu, and
then E to Edit. Change quiet=1 to 0, delete quiet from the kernel params.
That is stuff from /boot/grub/grub.cfg and you want to turn quiet off and
then look for more messages when you Ctrl-X from there to boot.

Look for pre script failed. Look for your sd?? drive, is it found? If you
do end up at a prompt, rather than busybox, look at ps aux and ifconfig.

I think I am seeing different symptoms from upstart problems. Sometimes
I bomb out to busybox on ramdisk because /dev/sd?? root drive has not
been found and created in /dev/sd's. Other times the root drive (in all
cases grub has found it and kernel and initrd have booted from it) is
found, and /dev/sd?? is created for it, and UUID is in /dev/disk/by-uuid,
but, upstart fails to run sysvinit scripts. I think all of these may be upstart
problems and not udev problems.

-- 
[lucid] boot stops
https://bugs.launchpad.net/bugs/509571
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 509571] Re: [lucid] boot stops

2010-01-23 Thread pnoewbe
Also look at runlevel command output. Is it unknown or N 2 or
what?

-- 
[lucid] boot stops
https://bugs.launchpad.net/bugs/509571
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 224456] Re: package inn2 2.4.3+20070806-1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2010-01-23 Thread SevenMachines
*** This bug is a duplicate of bug 511437 ***
https://bugs.launchpad.net/bugs/511437

** This bug has been marked a duplicate of bug 511437
   package inn2 2.5.0-1ubuntu  not installed  failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

-- 
package inn2 2.4.3+20070806-1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/224456
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 459571] Re: Rythmbox timing bar doesn't advance when it plays music.

2010-01-23 Thread mhlaunchpad
First of all I must say although I am using Rhythmbox for a day or two ,I think 
it is a very amazing software for listening music and making music library.
It seems that if I run Rhythmbox from application menu when it plays music 
timeslider doesn't change it's position and is not available for forward or 
backward operation.
But as I noticed from other report and examined it myself ,if I run it from 
terminal by this command:gksudo rhythmbox time slider works perfectly in both 
showing time status and forward,backward operation.

-- 
Rythmbox timing bar doesn't advance when it plays music.
https://bugs.launchpad.net/bugs/459571
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 281348] Re: Firefox only shows default icons in toolbars with tabmixplus and ubufox installed

2010-01-23 Thread Bazon
For me, the Combination of the Ubuntu Firefox Extension and Tab Mix Plus also 
tends to confuse the selected tab order from time to time. (I choosed to open 
new tabs next to the momentary tab in the right, but sometimes it opens them on 
the left instead.) when i disable the ubutu firefox extension, everything works 
fine. 
Should I file a new bug or should this be THE bug about incompatibility of 
ubuntu firefox extension and tab mix plus?

-- 
Firefox only shows default icons in  toolbars with tabmixplus and ubufox 
installed
https://bugs.launchpad.net/bugs/281348
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511512] Re: unable to connect to cloud on start

2010-01-23 Thread richlyn

** Attachment added: .home.richlyn..cache.ubuntuone.log.oauth.login.log.txt
   
http://launchpadlibrarian.net/38296657/.home.richlyn..cache.ubuntuone.log.oauth.login.log.txt

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

** Attachment added: UbuntuoneClientPackages.txt
   http://launchpadlibrarian.net/38296659/UbuntuoneClientPackages.txt

-- 
unable to connect to cloud on start
https://bugs.launchpad.net/bugs/511512
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511512] [NEW] unable to connect to cloud on start

2010-01-23 Thread richlyn
Public bug reported:

Binary package hint: ubuntuone-client

cloud tries to connect on start up however does not.

ProblemType: Bug
.home.richlyn..cache.ubuntuone.log.syncdaemon.exceptions.log:
 
.home.richlyn..config.ubuntuone.syncdaemon.conf:
 [bandwidth_throttling]
 on = True
 read_limit = -1
 write_limit = -1
.home.richlyn..config.ubuntuone.ubuntuone.client.conf:
 [ubuntuone]
 connected = True
 connect = 0
 show_applet = 1
 bookmarked = True
Architecture: i386
CheckboxSubmission: b4e6eb8187fda43cc8af33ed07464c00
CheckboxSystem: fc73f07fcd9845bb95fa3ca6b8be7ef2
Date: Sat Jan 23 14:57:38 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release Candidate i386 
(20091020.3)
Package: ubuntuone-client 1.0.2-0ubuntu2
PackageArchitecture: all
ProcEnviron:
 LANG=en_IN
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: ubuntuone-client
Uname: Linux 2.6.31-17-generic i686
XsessionErrors:
 (gnome-settings-daemon:1686): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:1686): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:1795): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:1782): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (gnome-panel:1781): Gdk-WARNING **: 
/build/buildd/gtk+2.0-2.18.3/gdk/x11/gdkdrawable-x11.c:952 drawable is not a 
pixmap or window

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
unable to connect to cloud on start
https://bugs.launchpad.net/bugs/511512
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511509] [NEW] Sync aacskeys 0.4.0c-0.1 from debian-multimedia unstable (main)

2010-01-23 Thread Alessio Treglia
Public bug reported:

Please sync aacskeys 0.4.0c-0.1 from debian-multimedia unstable (main):
http://www.debian-multimedia.org/pool/main/a/aacskeys/aacskeys_0.4.0c-0.1.dsc

This package is a dependency of dumphd.

Changelog:

aacskeys (0.4.0c-0.1) unstable; urgency=low

  * Should be arch any.

 -- Christian Marillat maril...@debian.org  Tue, 08 Dec 2009 09:14:11
+0100

aacskeys (0.4.0c-0.0) unstable; urgency=low

  * New upstream release.
  * Add a symlink for the lib in /usr/share/dumphd

 -- Christian Marillat maril...@debian.org  Sun, 29 Nov 2009 20:32:31
+0100

aacskeys (0.4.0a-0.0) unstable; urgency=low

  * Initial release.

 -- Christian Marillat maril...@debian.org  Sat, 28 Nov 2009 18:10:12
+0100

** Affects: ubuntu
 Importance: Wishlist
 Status: Confirmed


** Tags: needs-packaging sync

** Changed in: ubuntu
   Status: New = Confirmed

-- 
Sync aacskeys 0.4.0c-0.1 from debian-multimedia unstable (main)
https://bugs.launchpad.net/bugs/511509
You received this bug notification because you are a member of 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   >