Re: [Bug 210813] Re: package mysql-server-5.0 5.0.51a-3ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-10-07 Thread Szentes Ferenc
Hello Sergio,

I am not a guru in linux I want only to try at home to create a little local
net, with database. After this failure installed again the linux (like a
windows) and after it the install was succesfull.

Best regards

Szentes Ferenc

2008/10/6 Sergio Barjola [EMAIL PROTECTED]

 I had the same problem after an update because the bind-address in
 my.cnf config file wasn't set correctly.

 --
 package mysql-server-5.0 5.0.51a-3ubuntu5 failed to install/upgrade:
 subprocess post-installation script returned error exit status 1
 https://bugs.launchpad.net/bugs/210813
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in mysql-dfsg-5.0 source package in Ubuntu: Incomplete

 Bug description:
 When I tried : sudo apt-get install mysql-server in the terminal, I got
 the following output back:

 ===
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 mysql-server is already the newest version.
 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 2 not fully installed or removed.
 After this operation, 0B of additional disk space will be used.
 Setting up mysql-server-5.0 (5.0.51a-3ubuntu5) ...
  * Stopping MySQL database server mysqld
[ OK ]
 Reloading AppArmor profiles : done.
  * Starting MySQL database server mysqld
[fail]
 invoke-rc.d: initscript mysql, action start failed.
 dpkg: error processing mysql-server-5.0 (--configure):
  subprocess post-installation script returned error exit status 1
 dpkg: dependency problems prevent configuration of mysql-server:
  mysql-server depends on mysql-server-5.0; however:
  Package mysql-server-5.0 is not configured yet.
 dpkg: error processing mysql-server (--configure):
  dependency problems - leaving unconfigured
 Errors were encountered while processing:
  mysql-server-5.0
  mysql-server
 E: Sub-process /usr/bin/dpkg returned an error code (1)

 ===

 ProblemType: Package
 Architecture: i386
 Date: Wed Apr  2 15:30:13 2008
 DistroRelease: Ubuntu 8.04
 ErrorMessage: subprocess post-installation script returned error exit
 status 1
 Package: mysql-server-5.0 5.0.51a-3ubuntu5
 PackageArchitecture: i386
 SourcePackage: mysql-dfsg-5.0
 Title: package mysql-server-5.0 5.0.51a-3ubuntu5 failed to install/upgrade:
 subprocess post-installation script returned error exit status 1
 Uname: Linux 2.6.24-12-generic i686


-- 
package mysql-server-5.0 5.0.51a-3ubuntu5 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/210813
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 277492] Re: lwinet crashes when joining a windows domain with likewise

2008-10-07 Thread Thierry Carrez
There might be a case where get_sorted_dc_list can be called with null 
arguments, resulting in the SIGSEGV.
In samba/source/libads/ldap.c (function ads_find_dc) :

---
if ( !got_realm  !lp_disable_netbios() ) {
  c_realm = ads-server.workgroup;
  if (!c_realm || !*c_realm) {
if ( use_own_domain )
  c_realm = lp_workgroup();
  }
  if ( !c_realm || !*c_realm ) {
DEBUG(0,(ads_find_dc: no realm or workgroup!  Don't know what to do\n));
return NT_STATUS_INVALID_PARAMETER; /* rather need MISSING_PARAMETER ... */
  }
}
realm = c_realm;
[...]
status = get_sorted_dc_list(realm, sitename, ip_list, count, got_realm);
---

The catch for the case *c_realm=null is inside the if ( !got_realm 
!lp_disable_netbios() ) test so if *c_realm=null, got_realm is false
and lp_disable_netbios() is true, you get SIGSEGV down the line...

-- 
lwinet crashes when joining a windows domain with likewise
https://bugs.launchpad.net/bugs/277492
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 241952] Re: check_disk_smb doesn't deal with special characters in the password fields correctly

2008-10-07 Thread Thierry Carrez
Fixed in Debian's 1.4.12-1

** Changed in: nagios-plugins (Ubuntu)
   Importance: Medium = Low

-- 
check_disk_smb doesn't deal with special characters in the password fields 
correctly
https://bugs.launchpad.net/bugs/241952
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in ubuntu.

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


Re: [Bug 277492] Re: lwinet crashes when joining a windows domain with likewise

2008-10-07 Thread Gerald Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hey Theirry,

I'll review your comments today and get back to you soon.


jerry


Thierry Carrez wrote:
 There might be a case where get_sorted_dc_list can be called with null 
 arguments, resulting in the SIGSEGV.
 In samba/source/libads/ldap.c (function ads_find_dc) :
 
 ---
 if ( !got_realm  !lp_disable_netbios() ) {
   c_realm = ads-server.workgroup;
   if (!c_realm || !*c_realm) {
 if ( use_own_domain )
   c_realm = lp_workgroup();
   }
   if ( !c_realm || !*c_realm ) {
 DEBUG(0,(ads_find_dc: no realm or workgroup!  Don't know what to do\n));
 return NT_STATUS_INVALID_PARAMETER; /* rather need MISSING_PARAMETER ... 
 */
   }
 }
 realm = c_realm;
 [...]
 status = get_sorted_dc_list(realm, sitename, ip_list, count, got_realm);
 ---
 
 The catch for the case *c_realm=null is inside the if ( !got_realm 
 !lp_disable_netbios() ) test so if *c_realm=null, got_realm is false
 and lp_disable_netbios() is true, you get SIGSEGV down the line...
 


- --
=
Samba--- http://www.samba.org
Likewise Software  -  http://www.likewisesoftware.com
What man is a man who does not make the world better?  --Balian
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFI61u4IR7qMdg1EfYRAgjZAKDzZDs599952Nd9YK5lEr/J8MK+nwCgut5b
7yYy84BlnfkZ9RGOSwAuvYo=
=D1QT
-END PGP SIGNATURE-

-- 
lwinet crashes when joining a windows domain with likewise
https://bugs.launchpad.net/bugs/277492
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 33649] Re: root raid installs have bad grub config

2008-10-07 Thread Colin Watson
Please confirm whether this is still present in the beta, and if it is
then exactly what the current symptoms are. Since there have been quite
a lot of changes in this area, I don't expect that it's still behaving
the same way, and something more than bug still present would be
useful.

-- 
root raid installs have bad grub config
https://bugs.launchpad.net/bugs/33649
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


[Bug 279632] [NEW] package slapd 2.4.9-0ubuntu0.8.04.1 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert 1 zur?ck

2008-10-07 Thread m0n3m
Public bug reported:

Richte slapd ein (2.4.9-0ubuntu0.8.04.1) ...
  Backing up /etc/ldap/slapd.conf in 
/var/backups/slapd-2.4.9-0ubuntu0.8.04.1... done.
Reloading AppArmor profiles : done.
Starting OpenLDAP: slapd - failed.
The operation failed but no output was produced. For hints on what went
wrong please refer to the system's logfiles (e.g. /var/log/syslog) or
try running the daemon in Debug mode like via slapd -d 16383 (warning:
this will create copious output).

Below, you can find the command line options used by this script to 
run slapd. Do not forget to specify those options if you
want to look to debugging output:
  slapd -g openldap -u openldap -f /etc/ldap/slapd.conf 
invoke-rc.d: initscript slapd, action start failed.
dpkg: Fehler beim Bearbeiten von slapd (--configure):
 Unterprozess post-installation script gab den Fehlerwert 1 zurück
Fehler traten auf beim Bearbeiten von:
 slapd
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
Architecture: i386
Date: Tue Oct  7 15:37:11 2008
DistroRelease: Ubuntu 8.04
ErrorMessage: Unterprozess post-installation script gab den Fehlerwert 1 zurück
NonfreeKernelModules: nvidia
Package: slapd 2.4.9-0ubuntu0.8.04.1
PackageArchitecture: i386
SourcePackage: openldap2.3
Title: package slapd 2.4.9-0ubuntu0.8.04.1 failed to install/upgrade: 
Unterprozess post-installation script gab den Fehlerwert 1 zurück
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-package

-- 
package slapd 2.4.9-0ubuntu0.8.04.1 failed to install/upgrade: Unterprozess 
post-installation script gab den Fehlerwert 1 zur?ck
https://bugs.launchpad.net/bugs/279632
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.

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


[Bug 279632] Re: package slapd 2.4.9-0ubuntu0.8.04.1 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert 1 zur?ck

2008-10-07 Thread m0n3m

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

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

-- 
package slapd 2.4.9-0ubuntu0.8.04.1 failed to install/upgrade: Unterprozess 
post-installation script gab den Fehlerwert 1 zur?ck
https://bugs.launchpad.net/bugs/279632
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.

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


[Bug 276292] Re: Metapackages for virtual flavour are missing

2008-10-07 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-meta - 2.6.27.5.6

---
linux-meta (2.6.27.5.6) intrepid; urgency=low

  [ Soren Hansen ]

  * Re-add meta packages for virtual kernel flavour (LP: #276292)
  * Remove restricted/ from linux-server's Section. It has no dependencies
in restricted.

 -- Ben Collins [EMAIL PROTECTED]   Tue, 07 Oct 2008 06:10:08
-0400

** Changed in: linux-meta (Ubuntu)
   Status: In Progress = Fix Released

-- 
Metapackages for virtual flavour are missing
https://bugs.launchpad.net/bugs/276292
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


[Bug 278784] Re: openvpn configuration with token (pkcs11 provider) blocks the boot

2008-10-07 Thread Thierry Carrez
According to
http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn/management
/management-notes.txt the NEED-OK line is a notification that is
supposed to be acked using the management interface (issue a needok
token-insertion-request ok command to the management port)... That
makes it quite unsuitable at boot-up time.

See also discussions from other users not happy with this on :
http://sourceforge.net/mailarchive/message.php?msg_id=48BF842A.1040901%40aixigo.de

Jonathan : does booting with the token already inserted (before the
notification pops up) work ? Does a workaround where we would filter out
configurations that use pkcs#11 so that they are not autostarted make
sense ? Would looking for pkcs11-id in the configuration be enough to
detect them ?


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

-- 
openvpn configuration with token (pkcs11 provider) blocks the boot
https://bugs.launchpad.net/bugs/278784
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 279655] Re: [FFe] Merge openvpn 2.1_rc11-1 from Debian

2008-10-07 Thread Thierry Carrez
Diffstat between current rc9-3ubuntu2 and proposed rc11-1ubuntu1

** Attachment added: rc9-3ubuntu2_rc11-1ubuntu1.diffstat
   http://launchpadlibrarian.net/18295796/rc9-3ubuntu2_rc11-1ubuntu1.diffstat

-- 
[FFe] Merge openvpn 2.1_rc11-1 from Debian
https://bugs.launchpad.net/bugs/279655
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 227848] Re: boot order wrong for iscsi

2008-10-07 Thread Roberto Pereira da Rosa
I did the same as Christian Roessner, above: moved the open-iscsi link
from S25 to S42 in rcS.d. This is the preferred method, as - he also
pointed out - change the network order it's NOT a good idea.

Also, like Etienne Goyer stated, if you are using an ordinary
interface (ethX), udev may load things in the right order. I'm using a
bridged interface (br0) and so udev doesn't bring it up, making
necessary the change above. Maybe that's the case with bonded interfaces
as well.

But, in my opinion, it doesn't matter if one is using ordinary
interfaces or not - open-iscsi MUST be started AFTER networking, since
it depends on the network to do its job. It's a matter of logic

So, the open-iscsi installation script should be changed to reflect the
solutions found here - change its number from S25 to something above
S40.

-- 
boot order wrong for iscsi
https://bugs.launchpad.net/bugs/227848
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi in ubuntu.

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


[Bug 275608] Re: nm-openvpn swaps ca-cert and user-cert labels when using Passwords with Certificate (TLS) mode

2008-10-07 Thread James Westby
Hi Thierry,

Thanks for working on this.

I tried your recipe to reproduce and it didn't really work for me, all the
certificates I had chosen disappeared as I changed the type, so I couldn't
really see what the problem was. Do I need to use real certificates rather
than empty files?

Does your patch just change the glade file so that the labels refer to a
different widget, and as the code shows and hides the widget the labels
are also shown?

Thanks,

James

-- 
nm-openvpn swaps ca-cert and user-cert labels when using Passwords with 
Certificate (TLS) mode
https://bugs.launchpad.net/bugs/275608
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 279754] [NEW] Intrepid fails to install onto virtio block device

2008-10-07 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Blinkiz (blinkiz):

Binary package hint: kvm

Installing intrepid beta1 onto a virtio enabled block device, and it
fails under the stage Installing Base System.

/dev/vda (virtio) + intrepid = not working
/dev/hda (normal) + intrepid = working

Have tried raw disk (lv, lvm) and image disk (qcow2).
Using ubuntu 8.10 beta1
kvm-75 compiled from source

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

-- 
Intrepid fails to install onto virtio block device
https://bugs.launchpad.net/bugs/279754
You received this bug notification because you are a member of Ubuntu Server 
Team, which is a direct subscriber.

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


[Bug 271254] Re: [ffe] drbd doesn't start: No response from the DRBD driver! Is the module loaded? but module is loaded

2008-10-07 Thread Chuck Short
Requested changelog

** Attachment added: ChangeLog
   http://launchpadlibrarian.net/18298567/ChangeLog

-- 
[ffe] drbd doesn't start: No response from the DRBD driver! Is the module 
loaded? but module is loaded
https://bugs.launchpad.net/bugs/271254
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in ubuntu.

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


[Bug 279754] Re: Intrepid fails to install onto virtio block device

2008-10-07 Thread Blinkiz
Temporary solution for this is to install intrepid without having the
virtual hard drive accessed the virtio way. Just plain simple /dev/hda
type. After installation is finish, I shutdown the machine and switch to
virtio block device. The change to /dev/vda is not a problem because
UUID is used.

Hardy can be installed with virtio enabled.
Intrepid network works under the installation with virtio-net enabled. 
Intrepid partitioning under the installation works with virtio enabled.

-- 
Intrepid fails to install onto virtio block device
https://bugs.launchpad.net/bugs/279754
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


[Bug 279819] [NEW] intrepid: slapd: Unrecognized database type (bdb)

2008-10-07 Thread Edmundo
Public bug reported:

I'm trying to create an slapd instance from scratch as a matter of
fact, I don't even have a complete slapd.conf file... but I have set up
th database to be bdb and this is the output from slapd:

# slapd -d 63 -f slapd.conf
@(#) $OpenLDAP: slapd 2.4.11 (Sep 25 2008 17:14:49) $
[EMAIL 
PROTECTED]:/build/buildd/openldap-2.4.11/debian/build/servers/slapd
ldap_pvt_gethostbyname_a: host=desktop2, r=0
daemon_init: null
daemon_init: listen on ldap:///
daemon_init: 1 listeners to open...
ldap_url_parse_ext(ldap:///)
daemon: listener initialized ldap:///
daemon_init: 2 listeners opened
ldap_create
slapd init: initiated server.
slap_sasl_init: initialized!
Unrecognized database type (bdb)
slapd.conf: line 7: database failed init (bdb)
slapd destroy: freeing system resources.
slapd stopped.
connections_destroy: nothing to destroy.

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

-- 
intrepid: slapd: Unrecognized database type (bdb) 
https://bugs.launchpad.net/bugs/279819
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


Re: [Bug 279754] [NEW] Intrepid fails to install onto virtio block device

2008-10-07 Thread Dustin Kirkland
I will need to reinstall a machine with Intrepid/LVM to reproduce
this.  Give me a day or two.

:-Dustin

-- 
Intrepid fails to install onto virtio block device
https://bugs.launchpad.net/bugs/279754
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


[Bug 279819] Re: intrepid: slapd: Unrecognized database type (bdb)

2008-10-07 Thread Edmundo
Nevermind. I didn't add a moduleload line.

Thanks anyway.

-- 
intrepid: slapd: Unrecognized database type (bdb) 
https://bugs.launchpad.net/bugs/279819
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 279819] Re: intrepid: slapd: Unrecognized database type (bdb)

2008-10-07 Thread Mathias Gug
** Changed in: openldap (Ubuntu)
   Status: New = Invalid

-- 
intrepid: slapd: Unrecognized database type (bdb) 
https://bugs.launchpad.net/bugs/279819
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 279632] Re: package slapd 2.4.9-0ubuntu0.8.04.1 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert 1 zur?ck

2008-10-07 Thread Mathias Gug
Could you try to have a look in /var/log/syslog and /var/log/daemon.log
to see why slapd fails to start?

** Changed in: openldap2.3 (Ubuntu)
   Status: New = Incomplete

-- 
package slapd 2.4.9-0ubuntu0.8.04.1 failed to install/upgrade: Unterprozess 
post-installation script gab den Fehlerwert 1 zur?ck
https://bugs.launchpad.net/bugs/279632
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.

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


Re: [Bug 279754] Re: Intrepid fails to install onto virtio block device

2008-10-07 Thread Dustin Kirkland
On Tue, Oct 7, 2008 at 4:15 PM, Blinkiz [EMAIL PROTECTED] wrote:
 Using a simple image file as block device and the installation will also
 fail. No need for LVM to reproduce this. I used the default raw as
 file format for the image file.

Can you give me step-by-step instructions?

I'm starting with:
 $ qemu-img create -f qcow2 foo.img 2G

Then kvm . something.
 $ kvm -m 256 -hda foo.img

I'm guessing something else needs to be used there for virtio.

:-Dustin

-- 
Intrepid fails to install onto virtio block device
https://bugs.launchpad.net/bugs/279754
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


[Bug 156636] Re: Please package openssh with LPK patch

2008-10-07 Thread Bug Watch Updater
** Changed in: openssh
   Status: Unknown = Confirmed

-- 
Please package openssh with LPK patch
https://bugs.launchpad.net/bugs/156636
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 269085] Re: apache2ctl refers to APACHE2_RUN_USER instead of APACHE_RUN_USER

2008-10-07 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because the bug has been fixed
in the latest development version of Ubuntu - the Intrepid Ibex.

It won't be fixed in previous versions of Ubuntu because the package
doesn't fit the requirements for backporting. See
https://help.ubuntu.com/community/UbuntuBackports for more information.

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

-- 
apache2ctl refers to APACHE2_RUN_USER instead of APACHE_RUN_USER
https://bugs.launchpad.net/bugs/269085
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 279655] Re: [FFe] Merge openvpn 2.1_rc11-1 from Debian

2008-10-07 Thread Steve Langasek
FFe granted, please upload.

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

-- 
[FFe] Merge openvpn 2.1_rc11-1 from Debian
https://bugs.launchpad.net/bugs/279655
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 269298] Re: /etc/init.d/mysql run without privileges reports wrong status.

2008-10-07 Thread Mathias Gug
The init script should check if the pid file can read instead of
checking if it exists.


** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Importance: Undecided = Low
   Status: New = Triaged

-- 
/etc/init.d/mysql run without privileges reports wrong status.
https://bugs.launchpad.net/bugs/269298
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


Re: [Bug 279754] Re: Intrepid fails to install onto virtio block device

2008-10-07 Thread Mathias Gug

On Tue, Oct 07, 2008 at 10:12:41PM -, Dustin Kirkland wrote:
 On Tue, Oct 7, 2008 at 4:15 PM, Blinkiz [EMAIL PROTECTED] wrote:
  Using a simple image file as block device and the installation will also
  fail. No need for LVM to reproduce this. I used the default raw as
  file format for the image file.
 
 Can you give me step-by-step instructions?
 
 I'm starting with:
  $ qemu-img create -f qcow2 foo.img 2G
 
 Then kvm . something.
  $ kvm -m 256 -hda foo.img

Try:

 kvm -m 256 -drive file=foo.img,if=virtio

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

-- 
Intrepid fails to install onto virtio block device
https://bugs.launchpad.net/bugs/279754
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


[Bug 271254] Re: [ffe] drbd doesn't start: No response from the DRBD driver! Is the module loaded? but module is loaded

2008-10-07 Thread Steve Langasek
FFe granted, please upload.

-- 
[ffe] drbd doesn't start: No response from the DRBD driver! Is the module 
loaded? but module is loaded
https://bugs.launchpad.net/bugs/271254
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in ubuntu.

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


[Bug 279980] [NEW] php5 using bundled tzdata in hardy?

2008-10-07 Thread Jeff Waugh
Public bug reported:

Binary package hint: php5

Seems like php5 in hardy has bundled, and now out-of-date, tzdata.
Sydney just hit DST this weekend (October 5), but php5 seems to think it
will happen on the old date of October 26. I have attached a script that
provides this output.

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

-- 
php5 using bundled tzdata in hardy?
https://bugs.launchpad.net/bugs/279980
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 279980] Re: php5 using bundled tzdata in hardy?

2008-10-07 Thread Jeff Waugh

** Attachment added: script that demonstrates incorrect timezone data
   http://launchpadlibrarian.net/18310408/php5-timezone.php

-- 
php5 using bundled tzdata in hardy?
https://bugs.launchpad.net/bugs/279980
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 278463] Re: Gammar error in Update Manager

2008-10-07 Thread Michael Vogt
Thanks for your bugreport.

This is fixed in 8.10. If you are running 8.10 (beta) and you still see
this problem, please let me know and I reopen it. We will not fix it for
8.04 because this change would not be translated anymore.

Thanks,
 Michael

** Changed in: update-manager (Ubuntu)
 Assignee: (unassigned) = Michael Vogt (mvo)
   Status: Confirmed = Fix Released

-- 
Gammar error in Update Manager
https://bugs.launchpad.net/bugs/278463
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 278424] Re: subprocess post-installation script killed by signal (Segmentation fault)

2008-10-07 Thread Michael Vogt
Thanks for your bugreport.

Please attach the files in /var/log/dist-upgrade to this bugreport.

Thanks,
 Michael

** Changed in: update-manager (Ubuntu)
 Assignee: (unassigned) = Michael Vogt (mvo)
   Status: New = Incomplete

-- 
subprocess post-installation script killed by signal (Segmentation fault)
https://bugs.launchpad.net/bugs/278424
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263255] Re: nm-connection-editor crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

2008-10-07 Thread sweetsinse
affirmative same result.

although i was trying to open/configure custom routes for a NOT YET
SAVED pptp connection.

nm-applet crashes with sigseg

intrepid beta i386 full updated as of 10/6

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

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


[Bug 279481] Re: python2.5 crashed with DBusException in call_blocking()

2008-10-07 Thread Apport retracing service
*** This bug is a duplicate of bug 277678 ***
https://bugs.launchpad.net/bugs/277678

** Tags removed: need-duplicate-check

** Attachment removed: ProcMaps.txt

   http://launchpadlibrarian.net/18284619/ProcMaps.txt

** Attachment removed: ProcStatus.txt

   http://launchpadlibrarian.net/18284620/ProcStatus.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 277678
   Using Adept, upgrade - python2.5 crashed with DBusException in 
call_blocking()

-- 
python2.5 crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/279481
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 279476] Re: Getting IM's with links to russion sites( .ru). Prefrences being reset to allow non buddies.

2008-10-07 Thread Richard Laager
What protocol (AIM, ICQ, MSN, etc.)?

On the second half of this: Reporting this to your distro first is the
correct thing to do anyway. The Pidgin site is down right now because of
issues relating to server migration. It's suboptimal, but it'll be fine
soon, really.

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

-- 
Getting IM's with links to russion sites( .ru). Prefrences being reset to allow 
non buddies.
https://bugs.launchpad.net/bugs/279476
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 279440] Re: f-spot crashes when importing a particular photo

2008-10-07 Thread trjonescp
Yes, on another photo I also experienced the behavior where the whole
machine slowed down to a crawl

-- 
f-spot crashes when importing a particular photo
https://bugs.launchpad.net/bugs/279440
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 278331] Re: update to intrepid 8.10 failed due to error in X server config

2008-10-07 Thread Michael Vogt
Here is what is causing this error:

Processing triggers for libc6 ...
ldconfig deferred processing now taking place
dpkg: parse error, in file `/var/lib/dpkg/available' near line 21173 package 
`libgnomekbdui1':
 `Depends' field, reference to `libcairo2': version contains ` '
bgnomekbdui1':
localepurge: checking system for new locale ...
localepurge: processing locale files ...
bgnomekbdui1':
localepurge: processing man pages ...

could you please attach the file /var/lib/dpkg/available of the broken
upgrade to this bugreport (or a gziped version of it)?


** Changed in: update-manager (Ubuntu)
 Assignee: (unassigned) = Michael Vogt (mvo)
   Status: New = Incomplete

-- 
dpkg fails reading /v/l/d/available and subsequently the X server fails badly
https://bugs.launchpad.net/bugs/278331
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 123167] Re: Neither ehci nor ohci can communicate with newer Corsair Voyager 16GB memory sticks

2008-10-07 Thread axion
The solution to this problem is in changing the scsi-inq_timeout of the
kernel.

This memory stick has firmware that allows you to create and encrypted
security partition. This same firmware checks the stick upon insertion
for security partitions. This only happens if you have ever created a
second partition, or a non fat32 partition. This check takes more then 5
seconds ( approximately 14 seconds ) so the driver gets timed out and
retries to access the stick.

A fix for this problem is changing the timeout either before inserting
or reinserting the stick.

Another not so elegant solution is: low-level-formatting or wiping the
stick on a windows system and creating a fat32 partition with the tools
available on the manufacturers website.

The timeout can be changed with a simple command line instruction:

echo 15 /sys/module/scsi_mod/parameters/inq_timeout

Or append the following to the kernel boot options:

scsi_mod.inq_timeout=15


For more information see the kernel bugzilla:

http://bugzilla.kernel.org/show_bug.cgi?id=11640

Also see the corsair forum:

http://www.houseofhelp.com/forums/showthread.php?t=73036

This problem arises in all flash-mass-storage devices controlled by a
Prolific PL2528 USB-Flash controller. (
http://www.prolific.com.tw/eng/Products.asp?ID=75 ) I have notified
Prolific-us of this problem, the us prolific technician has passed this
problem on to a Taiwanese technician. The Taiwanese technician has yet
to respond.


** Changed in: ubuntu
   Status: Incomplete = Confirmed

-- 
Neither ehci nor ohci can communicate with newer Corsair Voyager 16GB memory 
sticks
https://bugs.launchpad.net/bugs/123167
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 279484] [NEW] Leave a Message button needs a friend: GAME BUTTON

2008-10-07 Thread eden0436
Public bug reported:

The Leave a Message button is a wonderful idea, but I really think
it's a drastic oversight that there isn't a Game Button. Don't go all
Microsoft on us and make the game Solitaire... I'd go with something
more classy. Can you say tetris!?!?!?

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Leave a Message button needs a friend: GAME BUTTON
https://bugs.launchpad.net/bugs/279484
You received this bug notification because you are a member of 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 278946] Re: Please update to Mono 2.0

2008-10-07 Thread Michael B. Trausch
On Mon, Oct 06, 2008 at 11:40:14PM -, directhex wrote:
 I can understand the desire to get ahold of the latest release, and I
 can assure you it's being actively worked on in Debianland, but the
 absolute key matter is that the *apps* which use the Mono framework are
 stable and reliable and working, and there's simply too high a risk of
 regression in pulling the rug out from underneath them.

I understand that.  I just think that the increased compatibility with
MS APIs (and consequently MS software), the VB8 compiler, the full
debugger, WinForms enhancements, reduced memory usage, and the list of
fixed bugs from the release notes would be a good thing to have in the
next Ubuntu release.

I am sure that if it's not included, it'll be backported at least
unofficially sometime soon.

When you mentioned that they have a history of bad releases, what
precisely did you mean, just out of curiosity?

-- 
Please update to Mono 2.0
https://bugs.launchpad.net/bugs/278946
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 278331] Re: dpkg fails reading /v/l/d/available and subsequently the X server fails badly

2008-10-07 Thread Michael Vogt
** Summary changed:

- update to intrepid 8.10 failed due to error in X server config
+ dpkg fails reading /v/l/d/available and subsequently the X server fails badly

-- 
dpkg fails reading /v/l/d/available and subsequently the X server fails badly
https://bugs.launchpad.net/bugs/278331
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 242727] Re: [8.04], Network Manager: Intel 3945 no longer connects with WRT54GX2 WAP

2008-10-07 Thread kangaroo
http://skzo.wordpress.com/2008/08/27/ipw3945-driver-on-ubuntu-hardy-
heron/

Although for step 5, I used patch -p0  ipw3945-1.2.2.patch, changing
the p1 to p0.

I hope they make fixes to iwl3945 in the next version, since it is
supposed to be the newer, improved driver.

-- 
[8.04], Network Manager: Intel 3945 no longer connects with WRT54GX2 WAP
https://bugs.launchpad.net/bugs/242727
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 152851] Re: Media Key + Rhythmbox + Screensaver

2008-10-07 Thread Richard Laager
Sebastien, I have to disagree. This has been a continual annoyance of
mine for years on multiple operating systems. Tonight, I was working in
a remote office playing music. As I was wiring, the screensaver would
activate and I would then be unable to change the song if I didn't like
what came up.

If the downside is security concerns, then this could be made optional.
Or, I would suggest the following: In the case of the Play/Pause key,
tell the application if the key was passed through the screensaver, so
it would only honor a Pause, not a Play request. This allows one to skip
songs and Pause the music, but not start up something.

** Changed in: gnome-session (Ubuntu)
   Status: Invalid = New

-- 
Media Key + Rhythmbox + Screensaver
https://bugs.launchpad.net/bugs/152851
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 279485] [NEW] after returning from hibernation, the session is broken

2008-10-07 Thread Katsudon
Public bug reported:

Kubuntu Intrepid Beta with all upgrades.

I have been using hibernation very often, but so far the following bug occured 
only once:
after coming back from hibernation only part of the screen came back (a 
rectangular part in the upper left, corner, maybe 50% of the screen area), the 
rest was black.

I could move the cursor but clicking and keyboard did not help.

After logging to the text console (Alt-F1) I found two zombie processes, both 
related to ksmserver.
Killing the two zombie processes resulted in new login screen.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
after returning from hibernation, the session is broken
https://bugs.launchpad.net/bugs/279485
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 279483] [NEW] do-release-upgrade fatal error upgrading to intrepid

2008-10-07 Thread Noel L. Vivar
Public bug reported:

I am using Hardy Heron 8.04 on a Dell Inspiron E1505.

I tried to upgrade to the new Intrepid Beta using the do-release-
upgrade -d command.

A fatal error occurs, according to the output, and the upgrade process
stops. I have been able to upgrade my other computer using the same
method and repositories.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: intrepid upgrade

-- 
do-release-upgrade fatal error upgrading to intrepid
https://bugs.launchpad.net/bugs/279483
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 279483] Re: do-release-upgrade fatal error upgrading to intrepid

2008-10-07 Thread Noel L. Vivar

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

-- 
do-release-upgrade fatal error upgrading to intrepid
https://bugs.launchpad.net/bugs/279483
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 279483] Re: do-release-upgrade fatal error upgrading to intrepid

2008-10-07 Thread Noel L. Vivar

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

-- 
do-release-upgrade fatal error upgrading to intrepid
https://bugs.launchpad.net/bugs/279483
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 279483] Re: do-release-upgrade fatal error upgrading to intrepid

2008-10-07 Thread Noel L. Vivar

** Attachment added: sources.list
   http://launchpadlibrarian.net/18284692/sources.list

** Tags added: intrepid upgrade

-- 
do-release-upgrade fatal error upgrading to intrepid
https://bugs.launchpad.net/bugs/279483
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 278471] Re: Screen flickers with KDE4

2008-10-07 Thread crwl
Yes, xrandr -q reproduces the same flickering on my Ati system with
radeonhd driver.

-- 
Screen flickers with KDE4
https://bugs.launchpad.net/bugs/278471
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272926] Re: Intrepid: ClickFinger options causes random locks in Xorg?

2008-10-07 Thread rydberg
** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Status: Confirmed = Incomplete

-- 
Intrepid: ClickFinger options causes random locks in Xorg?
https://bugs.launchpad.net/bugs/272926
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 204536] Re: sound volume always resets to 100% after reboot

2008-10-07 Thread Tomofumi
I am using an aging PC 2-channel speakers that I need to set left/right
volume differently, but after reboot, the volume of both left  right is
reset back to 100%, is it related to the volume control applet? My
device mentioned is called Playback: ALSA PCM on front:0 (ALC883
Analog) via DMA (PulseAudio Mixer) with only Master control.

-- 
sound volume always resets to 100% after reboot
https://bugs.launchpad.net/bugs/204536
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 123167] Re: Neither ehci nor ohci can communicate with newer Corsair Voyager 16GB memory sticks

2008-10-07 Thread axion
Applies to :
  idVendor   0x067b Prolific Technology, Inc.
  idProduct  0x2528 

( see sudo lsusb )

In my example it was a AData pd16 ( sports )

-- 
Neither ehci nor ohci can communicate with newer Corsair Voyager 16GB memory 
sticks
https://bugs.launchpad.net/bugs/123167
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 279484] Re: Leave a Message button needs a friend: GAME BUTTON

2008-10-07 Thread jbond00747
** Changed in: gnome-screensaver (Ubuntu)
Sourcepackagename: None = gnome-screensaver

-- 
Leave a Message button needs a friend: GAME BUTTON
https://bugs.launchpad.net/bugs/279484
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 278818] Re: pyserial failed to upgrade : pycentral pkginstall: not overwriting local files

2008-10-07 Thread Jean-Baptiste Lallement
** Also affects: python-central (Ubuntu)
   Importance: Undecided
   Status: New

-- 
pyserial failed to upgrade : pycentral pkginstall: not overwriting local 
files 
https://bugs.launchpad.net/bugs/278818
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 278679] Re: Intrepid beta randomly freezes during early boot

2008-10-07 Thread Alexandre
*** This bug is a duplicate of bug 279029 ***
https://bugs.launchpad.net/bugs/279029

** This bug has been marked a duplicate of bug 279029
   System startup freeze

-- 
Intrepid beta randomly freezes during early boot
https://bugs.launchpad.net/bugs/278679
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 277902] Re: update-manager crashed with TypeError in _get_last_apt_get_update_text()

2008-10-07 Thread Michael Vogt
Here is the root problem:
https://bugs.edge.launchpad.net/rosetta/+bug/74433

** Visibility changed to: Public

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

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


[Bug 277902] Re: update-manager crashed with TypeError in _get_last_apt_get_update_text()

2008-10-07 Thread Michael Vogt
The problem is basicly that each %s in the original string needs the a
matching %s in the translation as well.

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

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


[Bug 277709] Re: [Intrepid] Intel graphics card only runs with NoDRI option

2008-10-07 Thread Salze
Ok, sorry. I hope it's better now.

** Attachment added: gdb-Xorg.txt
   http://launchpadlibrarian.net/18284742/gdb-Xorg.txt

-- 
[Intrepid] Intel graphics card only runs with NoDRI option
https://bugs.launchpad.net/bugs/277709
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 277301] Re: package update-manager 1:0.93.18 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)

2008-10-07 Thread Michael Vogt
Here is the error:

Setting up djview4 (4.3-5) ...
Setting up djview (3.5.20-7ubuntu2) ...
ls: cannot access /usr/share/man/man1/djview3.*: No such file or directory
  --config name  show alternatives for the name group and ask the
   user to select which one to use.
  --set name path  set path as alternative for name.
  --allcall --config on all alternatives.
link is the symlink pointing to /etc/alternatives/name.
  (e.g. /usr/bin/pager)
name is the master name for this link group.
  (e.g. pager)
path is the location of one of the alternative target files.
  (e.g. /usr/bin/less)
priority is an integer; options with higher numbers have higher priority in
  automatic mode.
Options:
  --altdir directory change the alternatives directory.
  --admindir directory   change the administrative directory.
  --verboseverbose operation, more output.
  --quiet  quiet operation, minimal output.
  --help   show this help message.
  --versionshow the version.
dpkg: error processing djview (--configure):
 subprocess post-installation script returned error exit status 2

-- 
package update-manager 1:0.93.18 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error 
code (1)
https://bugs.launchpad.net/bugs/277301
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227359] Re: suddenly keyboard event recognition gets really slow

2008-10-07 Thread rydberg
My problem went away with kernel 2.6.27-5 in Intrepid. I wonder if this
is still a problem for the original reporter?

-- 
suddenly keyboard event recognition gets really slow
https://bugs.launchpad.net/bugs/227359
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 279487] [NEW] logitech quickcam no longer works in intrepid i386

2008-10-07 Thread Tom Haddon
Public bug reported:

I have a basic logitech quickcam that's identified as follows in lsusb
-v:

Bus 005 Device 003: ID 046d:092e Logitech, Inc. QuickCam Chat
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   1.10
  bDeviceClass  255 Vendor Specific Class
  bDeviceSubClass   255 Vendor Specific Subclass
  bDeviceProtocol 0 
  bMaxPacketSize0 8
  idVendor   0x046d Logitech, Inc.
  idProduct  0x092e QuickCam Chat
  bcdDevice0.00
  iManufacturer   1 
  iProduct2 
  iSerial 0 
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength  233
bNumInterfaces  1
bConfigurationValue 1
iConfiguration  0 
bmAttributes 0x80
  (Bus Powered)
MaxPower  100mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   1
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0 
  bInterfaceProtocol  0 
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x  1x 0 bytes
bInterval   1
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   1
  bNumEndpoints   1
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0 
  bInterfaceProtocol  0 
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0080  1x 128 bytes
bInterval   1
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   2
  bNumEndpoints   1
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0 
  bInterfaceProtocol  0 
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0370  1x 880 bytes
bInterval   1
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   3
  bNumEndpoints   1
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0 
  bInterfaceProtocol  0 
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   1
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   4
  bNumEndpoints   1
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0 
  bInterfaceProtocol  0 
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0280  1x 640 bytes
bInterval   1
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   5
  bNumEndpoints   1
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0 
  bInterfaceProtocol  0 
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 

[Bug 279487] Re: logitech quickcam no longer works in intrepid i386

2008-10-07 Thread Tom Haddon
On plugging the device in I get the following in /var/log/messages:

Oct  6 23:16:24 hurlyburly kernel: [ 5901.592099] usb 5-2: new full speed USB 
device using uhci_hcd and address 4
Oct  6 23:16:24 hurlyburly kernel: [ 5901.783534] usb 5-2: configuration #1 
chosen from 1 choice
Oct  6 23:16:24 hurlyburly kernel: [ 5901.785272] gspca: probing 046d:092e
Oct  6 23:16:24 hurlyburly kernel: [ 5901.854455] gspca: probe ok

Sample output from the cheese application shows it's not working (the
previous images are from running the application under hardy.


** Attachment added: Screenshot-Cheese.png
   http://launchpadlibrarian.net/18284794/Screenshot-Cheese.png

-- 
logitech quickcam no longer works in intrepid i386
https://bugs.launchpad.net/bugs/279487
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 130132] Re: dot-thumbnails gets huuuuuge

2008-10-07 Thread Frodon
Great !

Thanks for the update.

-- 
dot-thumbnails gets huge
https://bugs.launchpad.net/bugs/130132
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 123167] Re: Neither ehci nor ohci can communicate with newer Corsair Voyager 16GB memory sticks

2008-10-07 Thread axion
Btw this is a problem in all kernels from 2.4.x all the way to 2.6.26.5
on powerpc as well as x86 platforms

-- 
Neither ehci nor ohci can communicate with newer Corsair Voyager 16GB memory 
sticks
https://bugs.launchpad.net/bugs/123167
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 277506] Re: update-manager bailed out half-way

2008-10-07 Thread Michael Vogt
Thanks for your bugreport.

Here is what is causing the error:

Setting up grub (0.97-29ubuntu36) ...

dpkg: error processing grub (--configure):
 subprocess post-installation script killed by signal (Terminated)
Setting up policykit (0.9-1ubuntu2) ...
Installing new version of config file /etc/init.d/policykit ...

Setting up hal (0.5.11-3~ubuntu9) ...
Installing new version of config file /etc/init.d/hal ...
Installing new version of config file /etc/hal/fdi/policy/preferences.fdi ...
Installing new version of config file /etc/dbus-1/system.d/hal.conf ...
 * Reloading system message bus config...    
[ OK ]
 * Starting Hardware abstraction layer hald    
[ OK ]

Setting up libpq5 (8.3.3-1ubuntu1) ...

Setting up libaprutil1 (1.2.12+dfsg-7) ...

Setting up linux-image-generic (2.6.27.4.4) ...
Setting up samba-common (2:3.2.3-1ubuntu2) ...
debconf: DbDriver config: /var/cache/debconf/config.dat is locked by another 
process: Resource temporarily unavailable
dpkg: error processing samba-common (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of smbclient:
 smbclient depends on samba-common (= 2:3.2.3-1ubuntu2); however:
  Package samba-common is not configured yet.
dpkg: error processing smbclient (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of samba:
 samba depends on samba-common (= 2:3.2.3-1ubuntu2); however:
  Package samba-common is not configured yet.
dpkg: error processing samba (--configure):
 dependency problems - leaving unconfigured
...

Now I wonder in what way the grub postinst was hanging? no terminal
acitivity, no terminal output, no (ucf) window somewhere?

Thanks,
 michael

** Changed in: grub (Ubuntu)
Sourcepackagename: update-manager = grub
   Importance: Undecided = Medium
   Status: New = Triaged

-- 
update-manager bailed out half-way
https://bugs.launchpad.net/bugs/277506
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 277477] Re: Intrepid upgrade could not install ca-certificates

2008-10-07 Thread Michael Vogt
Thanks for your bugreport.

please attach the files in /var/log/dist-ugprade/* to this bugreport.

** Changed in: update-manager (Ubuntu)
 Assignee: (unassigned) = Michael Vogt (mvo)
   Status: New = Incomplete

-- 
Intrepid upgrade could not install ca-certificates
https://bugs.launchpad.net/bugs/277477
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 271689] Re: xfce4-places-plugin crashed with SIGSEGV in g_type_check_instance_cast()

2008-10-07 Thread billy bohl-hicks
bug produced during boot process. Using Ibex alpha 5

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

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


[Bug 259987] Re: acpi doesn't always detect battery state

2008-10-07 Thread Michael Lustfield
Sorry, I coulda had it earlier but I've been fighting the campus
wireless...

** Attachment added: acpi.tar.bz
   http://launchpadlibrarian.net/18284947/acpi.tar.bz

-- 
acpi doesn't always detect battery state
https://bugs.launchpad.net/bugs/259987
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 265056] Re: [MASTER] Mobile Broadband, confusing network definitions (GSM, GPRS, 3G?)

2008-10-07 Thread plun
@asac

Can you please check svn r931

Switched to using mobile broadband for both CDMA and GSM devices in applet
svn r931.

(maybe its time to learn deb diff   ;))

Probably tons with questions can be avoided with this presentation

((Baudrate and speed is still a question))

-- 
[MASTER] Mobile Broadband, confusing network definitions (GSM, GPRS, 3G?)
https://bugs.launchpad.net/bugs/265056
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 279489] [NEW] ***MEMORY-ERROR***: firestarter[423]: GSlice: assertion failed: sinfo-n_allocated 0

2008-10-07 Thread samax
Public bug reported:

Binary package hint: firestarter

binary package,after install

this occur when it has been restarted too many times

and I just want to know why this happen, where is the assertion

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

-- 
***MEMORY-ERROR***: firestarter[423]: GSlice: assertion failed: 
sinfo-n_allocated  0
https://bugs.launchpad.net/bugs/279489
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 279488] Re: NetworkManager crashed with SIGSEGV in g_str_hash()

2008-10-07 Thread Apport retracing service
*** This bug is a duplicate of bug 263392 ***
https://bugs.launchpad.net/bugs/263392

** Tags removed: need-i386-retrace

** Attachment removed: ProcStatus.txt

   http://launchpadlibrarian.net/18284878/ProcStatus.txt

** Attachment removed: Dependencies.txt

   http://launchpadlibrarian.net/18284872/Dependencies.txt

** Attachment removed: ThreadStacktrace.txt

   http://launchpadlibrarian.net/18284882/ThreadStacktrace.txt

** Attachment removed: Disassembly.txt

   http://launchpadlibrarian.net/18284873/Disassembly.txt

** Attachment removed: Registers.txt

   http://launchpadlibrarian.net/18284879/Registers.txt

** Attachment removed: CoreDump.gz

   http://launchpadlibrarian.net/18284871/CoreDump.gz

** Attachment removed: Stacktrace.txt

   http://launchpadlibrarian.net/18284880/Stacktrace.txt

** Attachment removed: ProcMaps.txt

   http://launchpadlibrarian.net/18284877/ProcMaps.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 263392
   MASTER NetworkManager crashed with SIGSEGV in g_str_hash()

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

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


[Bug 277301] Re: package update-manager 1:0.93.18 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)

2008-10-07 Thread Michael Vogt
I can reproduce this on a clean hardy-intrepid upgrade.

** Changed in: djvulibre (Ubuntu)
Sourcepackagename: update-manager = djvulibre
   Importance: Undecided = High
   Status: New = Triaged
   Target: None = ubuntu-8.10

-- 
package update-manager 1:0.93.18 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error 
code (1)
https://bugs.launchpad.net/bugs/277301
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 257964] Re: new appointment window choice shows only sunday

2008-10-07 Thread Michael Casadevall
An in-progress patch has been committed to Debian Xfce SVN.

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

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

-- 
new appointment window choice shows only sunday
https://bugs.launchpad.net/bugs/257964
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 125918] Re: [Gutsy Tribe 2, Intrepid Alpha 2+] Illuminated keyboard not working on MacBook Pro rev.3 (santa rosa)

2008-10-07 Thread rydberg
** Also affects: hal (Ubuntu)
   Importance: Undecided
   Status: New

-- 
[Gutsy Tribe 2, Intrepid Alpha 2+] Illuminated keyboard not working on MacBook 
Pro rev.3 (santa rosa)
https://bugs.launchpad.net/bugs/125918
You received this bug notification because you are a member of 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 109258] Re: kubuntu feisty: kaffeine freezes when using dvb-t (on scan and trying to watch with imported channels.dvb)

2008-10-07 Thread Sam Sulaimanov
For me it hasn't worked in any linux distribution since Kubuntu Edgy
Eft came out. I tried Fedora 9 with Kaffeine but that also gave me the
exact same error and behaviour. Was there something new or broken in
the kernel at the time after edgy came out or is it just my DVB-T
adapter? FYI my DVB-T adapter still works in Windows so I'm guessing
its not broken. The firmware available at linuxtv
(http://www.linuxtv.org/downloads/firmware/dvb-usb-umt-010-02.fw)
still works in Edgy (sometimes Edgy will complain the firmware is
missing so I have to put it in place manually).
I will give 8.10 beta a try in the next few weeks.

On Mon, Oct 6, 2008 at 1:51 PM, Daniel T Chen [EMAIL PROTECTED] wrote:
 Is this symptom still reproducible in 8.10 beta?

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

 --
 kubuntu feisty: kaffeine freezes when using dvb-t (on scan and trying to 
 watch with imported channels.dvb)
 https://bugs.launchpad.net/bugs/109258
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
kubuntu feisty: kaffeine freezes when using dvb-t (on scan and trying to watch 
with imported channels.dvb) 
https://bugs.launchpad.net/bugs/109258
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kaffeine in ubuntu.

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


[Bug 278146] Re: [intrepid ] screen flickers while loading X, running xrandr or playing a video (i915)

2008-10-07 Thread unggnu
** Bug watch added: freedesktop.org Bugzilla #17937
   https://bugs.freedesktop.org/show_bug.cgi?id=17937

** Also affects: xserver-xorg-video-intel via
   https://bugs.freedesktop.org/show_bug.cgi?id=17937
   Importance: Unknown
   Status: Unknown

-- 
[intrepid ] screen flickers while loading X, running xrandr or playing a video 
(i915)
https://bugs.launchpad.net/bugs/278146
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 277700] Re: lack of meaningful dialogue box on a simple space problem when upgrading

2008-10-07 Thread Michael Vogt
The upgrade fails because of a problem with virtualbox-ose:

Preparando para reemplazar virtualbox-ose 1.5.6-dfsg-6ubuntu1 (usando 
.../virtualbox-ose_2.0.2-dfsg-0ubuntu3_i386.deb) ...^M
 * Shutting down VirtualBox host networking...^M
   ...done.^M
 * Stopping VirtualBox kernel module vboxdrv^M
   ...done.^M
dpkg: error al procesar 
/var/cache/apt/archives/virtualbox-ose_2.0.2-dfsg-0ubuntu3_i386.deb 
(--unpack):^M
 el subproceso pre-installation script devolvió el código de salida de error 1^M
 * Starting VirtualBox host networking...^M
   ...done.^M
 * Starting VirtualBox kernel module vboxdrv^M
   ...done.^M

I reassign.

-- 
lack of meaningful dialogue box on a simple space problem when upgrading
https://bugs.launchpad.net/bugs/277700
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 277700] Re: lack of meaningful dialogue box on a simple space problem when upgrading

2008-10-07 Thread Michael Vogt
The log unfortunately overwrote the previous one (the one where the free
space was a problem) so its hard for me to diagnose what went wrong.
There is a freespace check in update-manager but it seems like it was
not working properly in your case. How much free diskspace was needed in
your case?

** Changed in: update-manager (Ubuntu)
 Assignee: (unassigned) = Michael Vogt (mvo)

-- 
lack of meaningful dialogue box on a simple space problem when upgrading
https://bugs.launchpad.net/bugs/277700
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 277642] Re: package update-manager 1:0.93.19 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)

2008-10-07 Thread Michael Vogt
Here is what is causing the error:

Setting up grub (0.97-29ubuntu36) ...
dpkg: error processing grub (--configure):
 subprocess post-installation script returned error exit status 3
...
Setting up linux-image-2.6.27-4-generic (2.6.27-4.6) ...
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.27-4-generic
cp: cannot stat `/etc/udev/rules.d/85-lvm2.rules': No such file or directory
Running postinst hook script /sbin/update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.27-4-generic
Found kernel: /boot/last-good-boot/vmlinuz
Found kernel: /boot/vmlinuz-2.6.24-21-generic
Found kernel: /boot/vmlinuz-2.6.24-17-generic
Found kernel: /boot/memtest86+.bin
Merging changes into the new version
 Conflicts found! Please edit `/var/run/grub/menu.lst' and sort them out 
manually.
 The file `/var/run/grub/menu.lst.ucf-new' has a record of the failed merge of 
the configuration file.
User postinst hook script [/sbin/update-grub] exited with value 3
dpkg: error processing linux-image-2.6.27-4-generic (--configure):
 subprocess post-installation script returned error exit status 3

I reassign. Could you please attach your /boot/grub/menu.lst ?

** Changed in: update-manager (Ubuntu)
   Importance: Undecided = Medium
   Status: New = Triaged

** Changed in: grub (Ubuntu)
Sourcepackagename: update-manager = grub

-- 
package update-manager 1:0.93.19 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error 
code (1)
https://bugs.launchpad.net/bugs/277642
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 277447] Re: script failed: could not execute external program

2008-10-07 Thread Thierry Carrez
Well, it's been 2 years since OpenVPN 2.1_rc1 so you should probably not
consider them as release candidates, but rather as development
releases. They are at rc12 today without any sign that a real release
is near. It's been changing rapidly in the recent months because there
was some invasive security fix in rc9 that resulted in a lot of
breakdown (including this one). However I agree that merging with
Debian's rc11-1 (which is functionally equivalent to rc12) is probably a
good idea given the number of bugs fixed in the recent releases.

-- 
script failed: could not execute external program 
https://bugs.launchpad.net/bugs/277447
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 249265] Re: some apps do not restart at login

2008-10-07 Thread blakamin
Still not fixed in Intrepid beta 1 on 2 seperate PCs

-- 
some apps do not restart at login
https://bugs.launchpad.net/bugs/249265
You received this bug notification because you are a member of 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 148576] Re: kompozer-bin crashed with SIGSEGV

2008-10-07 Thread Alessandro Pezzoli
I believe that with the final version Ubuntu 8.10 that will be released at
the end October this issue is resolved. It is also true that kompozer lacks
in upgrades for so long.
See you soon
ALE

-- 
Alessandro Pezzoli
Cell: +393474122325
ICQ  301839513

Linux Registered User: #456528
2008/10/7 Bruce Crowther [EMAIL PROTECTED]

 Good one, Alessandro. You can indeed pretty much stop any software from
 crashing by uninstalling it, Ubuntu, for instance.
 Thing is that I like Ubuntu, except that to use Komposer I have to get out
 of Linux and boot WinXP, and use the WinDoze version.
 Oh, the shame of it all.
 My bad, not a clear question: is there any way of preventing Kompozer
 crashing in Intrepid so that it is usable?
 Cheers,
 Bruce

 --
 kompozer-bin crashed with SIGSEGV
 https://bugs.launchpad.net/bugs/148576
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
kompozer-bin crashed with SIGSEGV
https://bugs.launchpad.net/bugs/148576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 279491] [NEW] Cannot be installed

2008-10-07 Thread Per Kongstad
Public bug reported:

Hi,

I have been using the networkmanager 0.70 deb http://ppa.launchpad.net
/network-manager/ubuntu hardy main

This has lateley not detected my fixed network address but have been
finding DHCP address and that way been working.

This morning it found my fixed IP-address and called it ifupdown(etho),
this cannot be edited and the applet shows no network connection. Some
programs gets access to internet anyhow others not. Firefox detecs
missing connection and goes offline. forcing it to on-line makes it
working. Pidgin on other hand cannot gain access to internet.

I have removed this and trying to install

sudo apt-get install network-manager-gnome
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  network-manager-gnome: Depends: libnm-util0 but it is not going to be 
installed
 Depends: network-manager (= 0.6.5) but it is not 
going to be installed

network-manager 0.6.6ubuntu5 is installed.

** Affects: network-manager-applet (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Cannot be installed
https://bugs.launchpad.net/bugs/279491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 279490] [NEW] new lighttpd security fixes

2008-10-07 Thread Wolfgang Ziegler
*** This bug is a security vulnerability ***

Public security bug reported:

Binary package hint: lighttpd

lighttpd 1.4.20 was just released, containing 4 security fixes. See
http://www.lighttpd.net/2008/9/30/1-4-20-Otherwise-the-terrorists-win

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

** Visibility changed to: Public

-- 
new lighttpd security fixes
https://bugs.launchpad.net/bugs/279490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 279317] Re: gdm sometimes doesn't load

2008-10-07 Thread YaManicKill
Ok, this seems to not be an issue anymore. I upgraded my graphics
driver, and sometimes it still goes to the command line instead of the
splash, but it still load gdm.

-- 
gdm sometimes doesn't load
https://bugs.launchpad.net/bugs/279317
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 278146] Re: [intrepid ] screen flickers while loading X, running xrandr or playing a video (i915)

2008-10-07 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel
   Status: Unknown = Confirmed

-- 
[intrepid ] screen flickers while loading X, running xrandr or playing a video 
(i915)
https://bugs.launchpad.net/bugs/278146
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272099] Re: Impossible to delete files from examples folder

2008-10-07 Thread Daniel Holbach
You can delete the symlink, then purge the package. What's wrong with
that approach?

-- 
Impossible to delete files from examples folder
https://bugs.launchpad.net/bugs/272099
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 257098] Re: example-content outdated + Ubuntu video should be re-encoded with higher quality

2008-10-07 Thread Daniel Holbach
For intrepid the video was replaced with the Ubuntu Free Culture
Showcase.

** Changed in: example-content (Ubuntu)
   Status: Confirmed = Fix Released

-- 
example-content outdated + Ubuntu video should be re-encoded with higher quality
https://bugs.launchpad.net/bugs/257098
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 205895] Re: [Hardy] Wine 100% cpu usage

2008-10-07 Thread TylerWagner
I set a version number slightly higher than the ubuntu version, which
will prevent that until someone backports a later release.

You can force a hold with:

echo wine hold | dpkg --set-selections

-- 
[Hardy] Wine 100% cpu usage
https://bugs.launchpad.net/bugs/205895
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 277447] Re: script failed: could not execute external program

2008-10-07 Thread Bug Watch Updater
** Changed in: openvpn (Debian)
   Status: Unknown = Fix Released

-- 
script failed: could not execute external program 
https://bugs.launchpad.net/bugs/277447
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258881] Re: Regression: With switchover to CUPS DDK many page sizes got dropped

2008-10-07 Thread Arno Teigseth
This bug also shows up using the driver Generic PCL 5c Printer
Foomatic/cljet5 on a Dsc224, which supports A3. I can add the correct
Papersize/region/imageable area options to /etc/cups/Dsc224.ppd by hand,
and it will print A3.

-When trying to print A3 from Inkscape, selecting the correct tray by
hand, and document properties are set to A3, the printer complains
Incorrect paper, expected: A4.

-Funny enough, if I print A3 from Inkscape using Default tray, the
printer is no longer complaining, but prints instead two A4 pages. One
with half the A3 page on it, one blank.

I don't know what is causing this, but I suspect the printer or CUPS.

A workaround for me has been printing to cups-pdf from inkscape, then
printing the resulting PDF by hand with:  lp -d Dsc224 -o PageSize=A3
-o PageRegion=A3 -o ColorMode=Contone Printed_from_inkscape.pdf 

This behaviour may or may not be related, but the fact that it is
possible to print A3 perfectly by hand makes me think something more is
wrong with CUPS or inkscape...

-- 
Regression: With switchover to CUPS DDK many page sizes got dropped
https://bugs.launchpad.net/bugs/258881
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 256926] Re: Cross-site scripting through sendError (CVE-2008-1232)

2008-10-07 Thread Bug Watch Updater
** Changed in: tomcat5.5 (Debian)
   Status: Fix Committed = Fix Released

-- 
Cross-site scripting through sendError (CVE-2008-1232)
https://bugs.launchpad.net/bugs/256926
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 256922] Re: Information disclosure vulnerability (CVE-2008-2370)

2008-10-07 Thread Bug Watch Updater
** Changed in: tomcat5.5 (Debian)
   Status: Fix Committed = Fix Released

-- 
Information disclosure vulnerability (CVE-2008-2370)
https://bugs.launchpad.net/bugs/256922
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 243517] Re: Johns Hopkins misspelled

2008-10-07 Thread Daniel Holbach
Fixed in bzr. Will be uploaded shortly.

** Changed in: example-content (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
Johns Hopkins misspelled
https://bugs.launchpad.net/bugs/243517
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 223393] Re: oo-about-these-files.odt it's - its

2008-10-07 Thread Daniel Holbach
Fixed in bzr. Will be uploaded shortly.

** Changed in: example-content (Ubuntu)
   Status: Triaged = Fix Committed

-- 
oo-about-these-files.odt it's - its
https://bugs.launchpad.net/bugs/223393
You received this bug notification because you are a member of 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 210813] Re: package mysql-server-5.0 5.0.51a-3ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-10-07 Thread Szentes Ferenc
Hello Sergio,

I am not a guru in linux I want only to try at home to create a little local
net, with database. After this failure installed again the linux (like a
windows) and after it the install was succesfull.

Best regards

Szentes Ferenc

2008/10/6 Sergio Barjola [EMAIL PROTECTED]

 I had the same problem after an update because the bind-address in
 my.cnf config file wasn't set correctly.

 --
 package mysql-server-5.0 5.0.51a-3ubuntu5 failed to install/upgrade:
 subprocess post-installation script returned error exit status 1
 https://bugs.launchpad.net/bugs/210813
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in mysql-dfsg-5.0 source package in Ubuntu: Incomplete

 Bug description:
 When I tried : sudo apt-get install mysql-server in the terminal, I got
 the following output back:

 ===
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 mysql-server is already the newest version.
 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 2 not fully installed or removed.
 After this operation, 0B of additional disk space will be used.
 Setting up mysql-server-5.0 (5.0.51a-3ubuntu5) ...
  * Stopping MySQL database server mysqld
[ OK ]
 Reloading AppArmor profiles : done.
  * Starting MySQL database server mysqld
[fail]
 invoke-rc.d: initscript mysql, action start failed.
 dpkg: error processing mysql-server-5.0 (--configure):
  subprocess post-installation script returned error exit status 1
 dpkg: dependency problems prevent configuration of mysql-server:
  mysql-server depends on mysql-server-5.0; however:
  Package mysql-server-5.0 is not configured yet.
 dpkg: error processing mysql-server (--configure):
  dependency problems - leaving unconfigured
 Errors were encountered while processing:
  mysql-server-5.0
  mysql-server
 E: Sub-process /usr/bin/dpkg returned an error code (1)

 ===

 ProblemType: Package
 Architecture: i386
 Date: Wed Apr  2 15:30:13 2008
 DistroRelease: Ubuntu 8.04
 ErrorMessage: subprocess post-installation script returned error exit
 status 1
 Package: mysql-server-5.0 5.0.51a-3ubuntu5
 PackageArchitecture: i386
 SourcePackage: mysql-dfsg-5.0
 Title: package mysql-server-5.0 5.0.51a-3ubuntu5 failed to install/upgrade:
 subprocess post-installation script returned error exit status 1
 Uname: Linux 2.6.24-12-generic i686


-- 
package mysql-server-5.0 5.0.51a-3ubuntu5 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/210813
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 145360] Re: compiz.real crashed with SIGSEGV

2008-10-07 Thread Bruce Crowther
I have no idea. Screen comes up, there is a crash icon. Only thing I
notice is no connection to my router, but surely that is a different
issue?

-- 
compiz.real crashed with SIGSEGV
https://bugs.launchpad.net/bugs/145360
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 47248] Re: Experience ubuntu.ogg should have subtitles

2008-10-07 Thread Daniel Holbach
Was removed in intrepid.

** Changed in: example-content (Ubuntu)
   Status: Confirmed = Invalid

-- 
Experience ubuntu.ogg should have subtitles
https://bugs.launchpad.net/bugs/47248
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 279492] [NEW] [intrepid beta] system freezes until Ctrl or Alt is pressed

2008-10-07 Thread HugoHirsch
Public bug reported:

During system startup the machine hangs/stops randomly - when I press
Ctrl or Alt it continues to work.

Same is happening after GDM is loaded and I do run applications such as
synaptic - the system seems to freeze until I press the magic button.

Machine is an AMILO XI2428 laptop with current intrepid beta and all
available updates.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[intrepid beta] system freezes until Ctrl or Alt is pressed
https://bugs.launchpad.net/bugs/279492
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 278928] Re: package update-manager 1:0.81.3 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Couldn't configure pre-depend audacious-plugins for audacious-plugins-extra,

2008-10-07 Thread Mike Burrows
Thanks a lot Chris. This got me further through the process. I am now
trying to deal with Bug #249340

-- 
package update-manager 1:0.81.3 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Couldn't configure pre-depend 
audacious-plugins for audacious-plugins-extra, probably a dependency cycle.
https://bugs.launchpad.net/bugs/278928
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 201291] Re: Add ogv (video) and oga (audio) as recognized extension for Ogg Theora and Ogg Vorbis, respectively

2008-10-07 Thread Daniel Holbach
Fixed in bzr. Will be uploaded shortly.

** Changed in: example-content (Ubuntu)
   Status: Triaged = Fix Committed

-- 
Add ogv (video) and oga (audio) as recognized extension for Ogg Theora and Ogg 
Vorbis, respectively
https://bugs.launchpad.net/bugs/201291
You received this bug notification because you are a member of 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   >