[Bug 370271] [NEW] During dist upgrade from 8.10 to 9.04 with mailman got exit status 1

2009-05-01 Thread Craig Van Degrift
Public bug reported:

Binary package hint: mailman

Error
Could not install
/var/cache/apt/archives/mailman_1%3a2.1.12-1_i386.deb
The upgrade will continue but the ... mailman package may be in a not working 
state.

subprocess pre-installation script returned error exit status 1

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

-- 
During dist upgrade from 8.10 to 9.04 with mailman got exit status 1
https://bugs.launchpad.net/bugs/370271
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mailman 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 242869] Re: dnsmasq's dhcp blocked to clients by firestarter

2009-05-01 Thread xlynx
jaunty with dnsmasq. bug still present. firestarter launches dnsmasq but
blocks traffic to it. The workaround /etc/firestarter/user-pre doesn't
seem to work.

-- 
dnsmasq's dhcp blocked to clients by firestarter
https://bugs.launchpad.net/bugs/242869
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq 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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64

2009-05-01 Thread Michael
Why is the status Invalid?
According to sir Emilio Pozuelo Monfort  is Bug #369274 a duplicate of this bug.
If this bug is marked as Invalid, it is thus not a duplicate of it.
Can someone elaborate please?

-- 
firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 
8.10beta AMD64
https://bugs.launchpad.net/bugs/286119
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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64

2009-05-01 Thread Michael
Why is the status Invalid?
According to sir Emilio Pozuelo Monfort  is Bug #369274 a duplicate of this bug.
If this bug is marked as Invalid, it is thus not a duplicate of it.
Can someone elaborate please?

-- 
firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 
8.10beta AMD64
https://bugs.launchpad.net/bugs/286119
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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64

2009-05-01 Thread Michael
Why is the status Invalid?
According to sir Emilio Pozuelo Monfort  is Bug #369274 a duplicate of this bug.
If this bug is marked as Invalid, it is thus not a duplicate of it.
Can someone elaborate please?

-- 
firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 
8.10beta AMD64
https://bugs.launchpad.net/bugs/286119
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 369274] Re: Liferea did receive signal 11 (Segmentatiefout).

2009-05-01 Thread Michael
*** This bug is a duplicate of bug 286119 ***
https://bugs.launchpad.net/bugs/286119

The Status of the liferea package is marked as Invalid in  bug #286119
If this is the case then it should not be a duplicate of this bug.
Could you elaborate a bit more on this sir?
Thanks in advance

-- 
Liferea did receive signal 11 (Segmentatiefout).
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu (via bug 286119).

-- 
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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64

2009-05-01 Thread Michael
Why is the status marked Invalid for the liferea package?

-- 
firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 
8.10beta AMD64
https://bugs.launchpad.net/bugs/286119
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 369737] Re: preg_replace_callback segfaults

2009-05-01 Thread Andreas Olsson
Can you provide the PHP code which causes this segfault?

I tried the following example code, and managed to run
preg_replace_callback() just fine on both an i386 and an amd64 running
jaunty.

?php
// this text was used in 2002
// we want to get this up to date for 2003
$text = April fools day is 04/01/2002\n;
$text.= Last christmas was 12/24/2001\n;
// the callback function
function next_year($matches)
{
  // as usual: $matches[0] is the complete match
  // $matches[1] the match for the first subpattern
  // enclosed in '(...)' and so on
  return $matches[1].($matches[2]+1);
}
echo preg_replace_callback(
|(\d{2}/\d{2}/)(\d{4})|,
next_year,
$text);

?

(Taken from http://www.php.net/manual/en/function.preg-replace-
callback.php)

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

-- 
preg_replace_callback segfaults
https://bugs.launchpad.net/bugs/369737
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 369090] Re: smbd and nmbd wont run

2009-05-01 Thread Andreas Olsson
Can you start smbd and nmbd without using swat? What happens if you run?
$ sudo /etc/init.d/samba restart

What does the SWAT WebGUI tell you when it won't let your start smbd and
nmbd?

/var/log/daemon.log is usually a good place to look when you have
uncooperative daemons.

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

-- 
smbd and nmbd wont run
https://bugs.launchpad.net/bugs/369090
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


Re: [Bug 369274] Re: Liferea did receive signal 11 (Segmentatiefout).

2009-05-01 Thread Emilio Pozuelo Monfort
*** This bug is a duplicate of bug 286119 ***
https://bugs.launchpad.net/bugs/286119

Michael wrote:
 The Status of the liferea package is marked as Invalid in  bug #286119
 If this is the case then it should not be a duplicate of this bug.
 Could you elaborate a bit more on this sir?

The reason is because the bug is not in Liferea itself (even if Liferea crashes)
but in Samba. But now that I look at it again, #286119 is about a double free
whereas this is a crash, so I'm not sure whether this is a duplicate of #286119
or not...

-- 
Liferea did receive signal 11 (Segmentatiefout).
https://bugs.launchpad.net/bugs/369274
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu (via bug 286119).

-- 
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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64

2009-05-01 Thread Emilio Pozuelo Monfort
That is because this is not a bug in Liferea even if Liferea is affected
(same as with Firefox).

But maybe I was wrong when marking #214192 and #369274 (which are the
same crash) as duplicates of this bug, since those are crashes and this
is a double free.

Can a samba guru look at any of those and tell me if they are different
bugs?

Thanks

-- 
firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 
8.10beta AMD64
https://bugs.launchpad.net/bugs/286119
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 369088] Re: install crashes while adding mailody software

2009-05-01 Thread Andreas Olsson
These lines, from DpkgTerminalLog.txt

Your account has expired; please contact your system administrator
chfn: PAM authentication failed
adduser: `/usr/bin/chfn -f MySQL Server mysql' returned error code 1. Exiting.

...makes me think of bug #238755.

Does anything mentioned in it, and its comment, sound familiar? Is it a
clean 8.10 install, or is it an upgrade from 8.04?

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: New = Incomplete

-- 
install crashes while adding mailody software
https://bugs.launchpad.net/bugs/369088
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 370271] Re: During dist upgrade from 8.10 to 9.04 with mailman got exit status 1

2009-05-01 Thread Craig Van Degrift
** Description changed:

  Binary package hint: mailman
  
  Error
  Could not install
  /var/cache/apt/archives/mailman_1%3a2.1.12-1_i386.deb
  The upgrade will continue but the ... mailman package may be in a not working 
state.
  
  subprocess pre-installation script returned error exit status 1
+ 
+ The Details report suggests two problems:
+ 
+ /var/lib/mailman/Mailman/Utils.py:32: DeprecationWarning: the sha module
+ is deprecated; use the hashlib module instead import sha
+ 
+ I fixed this in several files but still had a different error:
+ 
+ File /usr/lib/python2.6/mailbox.py, line 19, in import email.message
+ ImportError: No module named message
+ 
+ It appears that there are two email directories, one provided by Python and 
one by the earlier version of Mailman and
+ the earlier version has email.Message while the Python one has email.message. 
 The search path seems mixed up.

-- 
During dist upgrade from 8.10 to 9.04 with mailman got exit status 1
https://bugs.launchpad.net/bugs/370271
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mailman 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 349179] Re: Cannot print on network Windoze printer

2009-05-01 Thread Scott Howard
From:
http://ubuntuforums.org/archive/index.php/t-730369.html

if you are getting this error:
Tree connect failed:NT_STATUS_BAD_NETWORK_NAME you are likely missing 
/etc/drivers/samba directory,
$ sudo mkdir /etc/drivers/samba will fix this

It's worth a try


I'm adding a samba package association too


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

-- 
Cannot print on network Windoze printer
https://bugs.launchpad.net/bugs/349179
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 368504] Re: openoffice and other aplications can't print on a HP Laserjet 3380 via samba (the printer crashes). Maybe is a cups problem?

2009-05-01 Thread Scott Howard
Thanks for reporting and helping make Ubuntu better. We'll need a little
more information to work on this.

Please run:

apport-collect 368504 from a terminal


And follow the steps at:
https://wiki.ubuntu.com/DebuggingPrintingProblems#CUPS%20error_log

to produce and post an error log.

I'm also adding the samba package association.

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

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

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

-- 
openoffice and other aplications can't print on a HP Laserjet 3380 via samba 
(the printer crashes). Maybe is a cups problem?
https://bugs.launchpad.net/bugs/368504
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 370415] [NEW] libnss_wins always performs a broadcast lookup.

2009-05-01 Thread Adam Buchbinder
Public bug reported:

Binary package hint: samba

I'm trying to get my workstation to use our Windows NT4 domain lookups,
though I don't want to join the domain. To this end, I'm setting up WINS
lookups.

I have the wins server set to my WINS server's IP address in
/etc/samba/smb.conf, as well as name resolve order = wins. I've added
WINS to the name services

$ grep wins /etc/nsswitch.conf 
hosts:  files mdns4_minimal [NOTFOUND=return] wins dns mdns4

The idea is that names should be checked against the WINS server first,
and if that fails, they should be tried against DNS. However, all DNS
lookups are now noticeably slow (around 0.8 seconds), since it's
performing a broadcast search, which I can see in Wireshark: on a
successful query, it checks the given WINS server. On an unsuccessful
query, it checks the given WINS server, then sends three packets to the
network broadcast address.

libnss_wins should respect the settings in smb.conf (since it *is*
reading that file to get the WINS server address), and give up without
trying time-consuming broadcasts.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: winbind 2:3.3.2-1ubuntu3
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: samba
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
libnss_wins always performs a broadcast lookup.
https://bugs.launchpad.net/bugs/370415
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 370415] Re: libnss_wins always performs a broadcast lookup.

2009-05-01 Thread Adam Buchbinder

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

-- 
libnss_wins always performs a broadcast lookup.
https://bugs.launchpad.net/bugs/370415
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


Re: [Bug 354585] Re: package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: sub-processo post-installation script retornou estado de sa?da de erro 1

2009-05-01 Thread Carl Roberson
No, the root was the owner of /var/lib/mysql, kept the files after a
reinstall of ubuntu, this directory (/var/lib/ mysql) saved on my Pendrive
(backup), then moved them to this directory (again) after the reinstall,
then tried to install mysql and got this error.



2009/4/30 Andreas Olsson andr...@arrakis.se

 @Carl: Just to make sure if there is an actual bug here or not; is the
 root ownership of /var/lib/mysql the result of something you did, or do
 you believe the package manager somehow created that situation?

 --
 package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade:
 sub-processo post-installation script retornou estado de sa?da de erro 1
 https://bugs.launchpad.net/bugs/354585
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “mysql-dfsg-5.1” source package in Ubuntu: Incomplete

 Bug description:
 In a AMD64

 ProblemType: Package
 Architecture: amd64
 DistroRelease: Ubuntu 9.04
 ErrorMessage: sub-processo post-installation script retornou estado de
 saída de erro 1
 NonfreeKernelModules: nvidia ath_hal
 Package: mysql-server-5.1 5.1.31-1ubuntu2
 SourcePackage: mysql-dfsg-5.1
 Title: package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade:
 sub-processo post-installation script retornou estado de saída de erro 1
 Uname: Linux 2.6.28-11-generic x86_64



-- 
Carl Roberson
Genova Engine CS
www.genovaengine.com
Av. Avelino Pinheiro - 596 - Jaçanã - Ibirité
31 3521.0069

-- 
package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: 
sub-processo post-installation script retornou estado de sa?da de erro 1
https://bugs.launchpad.net/bugs/354585
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 325109] Re: bacula-director-pgsql fails postinst because of missing check for running psql daemon

2009-05-01 Thread Ante Karamatić
Even if postgresql was running, reinstallation of bacula-director-pgsql
would fail.

I believe this is fixed in ubuntu-bacula PPA for intrepid and hardy:

https://edge.launchpad.net/~ubuntu-bacula/+archive/ppa

and for those that would like to have bacula packages for hardy
backported from intrepid, they are at my personal PPA:

https://edge.launchpad.net/~ivoks/+archive/ppa

Please test those packages and report results. Thank you

-- 
bacula-director-pgsql fails postinst because of missing check for running psql 
daemon
https://bugs.launchpad.net/bugs/325109
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

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


[Bug 321091] Re: Probleme de dependance

2009-05-01 Thread Ante Karamatić
I believe this bug is fixed in ubuntu-bacula PPA for intrepid and hardy:

https://edge.launchpad.net/~ubuntu-bacula/+archive/ppa

and for those that would like to have bacula packages for hardy
backported from intrepid, they are at my personal PPA:

https://edge.launchpad.net/~ivoks/+archive/ppa

Please test those packages and report results. Thank you

-- 
Probleme de dependance
https://bugs.launchpad.net/bugs/321091
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

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


[Bug 269251] Re: package bacula 2.4.2-1ubuntu4 ~hardy1 failed to install/upgrade: Abhängigkeitsp robleme - lasse es unkonfiguriert

2009-05-01 Thread Ante Karamatić
I believe this bug is fixed in ubuntu-bacula PPA for interpid and hardy:

https://edge.launchpad.net/~ubuntu-bacula/+archive/ppa

and for those that would like to have bacula packages for hardy
backported from intrepid, they are at my personal PPA:

https://edge.launchpad.net/~ivoks/+archive/ppa

Please test those packages and report results. Thank you

-- 
package bacula 2.4.2-1ubuntu4~hardy1 failed to install/upgrade: 
Abhängigkeitsprobleme - lasse es unkonfiguriert
https://bugs.launchpad.net/bugs/269251
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

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


[Bug 370445] [NEW] Postfix is dependancy for MySQL Server on server edition

2009-05-01 Thread Phil Bayfield
Public bug reported:

Binary package hint: mysql-server

Postfix is a dependancy for mysql-server on Ubuntu 9.04 server edtion.
MySQL doesn't require a mail server, having postfix as a dependancy also 
presents lack of choice to user and is counter productive for a server product 
to install unwanted packages and services on the system.

Packages marked with *** below:

# sudo apt-get install mysql-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  ***bsd-mailx*** libdbd-mysql-perl libdbi-perl libhtml-template-perl 
libmysqlclient15off libmysqlclient16 libnet-daemon-perl libplrpc-perl 
***mailx*** mysql-client-5.1 mysql-common mysql-server-5.1 ***postfix*** 
ssl-cert

Have to run sudo apt-get purge postfix to remove it following MySQL
install.

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

** Description changed:

  Binary package hint: mysql-server
  
  Postfix is a dependancy for mysql-server on Ubuntu 9.04 server edtion.
  MySQL doesn't require a mail server, having postfix as a dependancy also 
presents lack of choice to user and is counter productive for a server product 
to install unwanted packages and services on the system.
  
  Packages marked with *** below:
  
  # sudo apt-get install mysql-server
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following extra packages will be installed:
***bsd-mailx*** libdbd-mysql-perl libdbi-perl libhtml-template-perl 
libmysqlclient15off libmysqlclient16 libnet-daemon-perl libplrpc-perl 
***mailx*** mysql-client-5.1 mysql-common mysql-server-5.1 ***postfix*** 
ssl-cert
+ 
+ Have to run sudo apt-get purge postfix to remove it following MySQL
+ install.

-- 
Postfix is dependancy for MySQL Server on server edition
https://bugs.launchpad.net/bugs/370445
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 370464] [NEW] package samba 2:3.3.2-1ubuntu3 failed to install/upgrade: subprocess post-installation script returned error exit status 139

2009-05-01 Thread madnux
Public bug reported:

Binary package hint: samba

1. After I install Kubuntu 9.04 (clean installation)
2. I install the updates at the date.
3. After that I install the packages:
- kdeadmin,  kdenetwork, kdenetwork-fileshare.
4. Rebooting.
5. Login in.
6. I configure the name of the network in System settings-Advanced-Samba
7. Later I try to share a folder, but the system say 'Samba server not 
installed', so I try to install the samba package (samba - 2:3.3.2-1ubuntu3 
(i386)). 
8. The system download the package and when it's almost done this error appear:

samba : Preconfiguring packages ... Preconfiguring packages ...
Preconfiguring packages ... Selecting previously deselected package
samba. (Reading database ... 92825 files and directories currently
installed.) Unpacking samba (from
.../samba_2-0x1.cac5c080fe29p-73.3.2-1ubuntu3_i386.deb) ... Processing
triggers for man-db ... Processing triggers for ufw ... Setting up samba
(2:3.3.2-1ubuntu3) ... Generating /etc/default/samba...
startsmbfilepwent_internal: file file:///etc/samba/smbpasswd did not
exist. Couldn't create new one. Error was: No such file or
directoryCould not start searching users Segmentation fault

I will try to make a 'sudo dpkg --configure -a' and restart the system.

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

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


** Tags: apport-package i386

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

2009-05-01 Thread madnux

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

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

-- 
package samba 2:3.3.2-1ubuntu3 failed to install/upgrade: subprocess 
post-installation script returned error exit status 139
https://bugs.launchpad.net/bugs/370464
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 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-05-01 Thread barney_1
I see that Mythbuntu 9.04 has been released and there is no mention of
this problem in the release notes
(http://www.mythbuntu.org/9.04/Release_notes).

I am still having this problem.  After every reboot I have to manually
restart the mythtv backend for my recording schedules to be read in from
mythconverg (otherwise the list appears as empty and nothing records).

Does this bug exist in the stable release or am I having problems caused
by some other issue?

-- 
mysqld_safe thinks mysqld has crashed when it hasn't
https://bugs.launchpad.net/bugs/326768
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 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-05-01 Thread daveisfera
This should definitely be added to the release notes or fixed, but it
appears that the problem can be resolved by performing the workaround in
the original description.

Also, just doing something to interact with the database (like schedule
a dummy recording), always worked to fix the problem for me before I
applied the workaround.

-- 
mysqld_safe thinks mysqld has crashed when it hasn't
https://bugs.launchpad.net/bugs/326768
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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64

2009-05-01 Thread Kai Blin
Looks like the same bug. Does the patch from the upstream bugtracker fix
it for you?

-- 
firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 
8.10beta AMD64
https://bugs.launchpad.net/bugs/286119
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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64

2009-05-01 Thread Michael
I want to test it with the upstream bugtracker fix. Can someone please
push me in the right direction where to find the upstream bugtracker
fix? Sorry I have to ask.

-- 
firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 
8.10beta AMD64
https://bugs.launchpad.net/bugs/286119
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 105457] Re: mysqd_safe high cpu usage

2009-05-01 Thread MarcRandolph
 I've got this problem on Ubuntu 9.04 RC (Mythbuntu). Dang strange database 
 behavior. 
 It seems mysql sometimes boots okay but sometimes it boots and I can't 
 connect to it.

That behavior sounds like Bug 326768 
(https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.0/+bug/326768).
It may not be ideal, but have you investigated the work-around presented there?

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
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 370542] [NEW] Accessing http://localhost gives without reason a 403 Forbidden error page

2009-05-01 Thread papukaija
Public bug reported:

Binary package hint: apache2

For some reason accessing http://localhost gives a 403 Forbidden error page. 
Even a non-existing page gives the forbidden page (403 Forbidden: You don't 
have permission to access /aaa on this server). 
After reloading apache (sudo service apache2 restart), apache loads correctly 
the requested page. The /var/www directory is mounted to a separate partition.

ProblemType: Bug
Architecture: i386
Dependencies: apache2-mpm-worker None [modified: 
/var/lib/dpkg/info/apache2-mpm-worker.list]
DistroRelease: Ubuntu 9.04
Package: apache2 2.2.11-2ubuntu2
PackageArchitecture: all
ProcEnviron:
 LANG=fi_FI.UTF-8
 SHELL=/bin/bash
SourcePackage: apache2
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
Accessing http://localhost gives without reason a 403 Forbidden error page
https://bugs.launchpad.net/bugs/370542
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 369090] Re: smbd and nmbd wont run

2009-05-01 Thread ultratek
in the webgui i hit restart all and the smbd and nmbd never start or even when 
i hit start on those two
but ever thing else runs

the sudo restart cmd just tells me it failed to kill- no such process
then says start samba ok!

this is my daemon.log

Apr 30 01:55:59 ultratek-desktop nmbd[2651]: [2009/04/30 01:55:59,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:55:59 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:56:04 ultratek-desktop nmbd[2651]: [2009/04/30 01:56:04,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:56:04 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:56:09 ultratek-desktop nmbd[2651]: [2009/04/30 01:56:09,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:56:09 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:56:14 ultratek-desktop nmbd[2651]: [2009/04/30 01:56:14,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:56:14 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:56:19 ultratek-desktop nmbd[2651]: [2009/04/30 01:56:19,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:56:19 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:56:24 ultratek-desktop nmbd[2651]: [2009/04/30 01:56:24,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:56:24 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:56:29 ultratek-desktop nmbd[2651]: [2009/04/30 01:56:29,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:56:29 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:56:34 ultratek-desktop nmbd[2651]: [2009/04/30 01:56:34,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:56:34 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:56:39 ultratek-desktop nmbd[2651]: [2009/04/30 01:56:39,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:56:39 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:56:44 ultratek-desktop nmbd[2651]: [2009/04/30 01:56:44,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:56:44 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:56:49 ultratek-desktop nmbd[2651]: [2009/04/30 01:56:49,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:56:49 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:56:54 ultratek-desktop nmbd[2651]: [2009/04/30 01:56:54,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:56:54 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:56:59 ultratek-desktop nmbd[2651]: [2009/04/30 01:56:59,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:56:59 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:57:04 ultratek-desktop nmbd[2651]: [2009/04/30 01:57:04,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:57:04 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:57:09 ultratek-desktop nmbd[2651]: [2009/04/30 01:57:09,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:57:09 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:57:14 ultratek-desktop nmbd[2651]: [2009/04/30 01:57:14,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:57:14 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:57:19 ultratek-desktop nmbd[2651]: [2009/04/30 01:57:19,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:57:19 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:57:24 ultratek-desktop nmbd[2651]: [2009/04/30 01:57:24,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:57:24 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:57:29 ultratek-desktop nmbd[2651]: [2009/04/30 01:57:29,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:57:29 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:57:34 ultratek-desktop nmbd[2651]: [2009/04/30 01:57:34,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:57:34 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:57:39 ultratek-desktop nmbd[2651]: [2009/04/30 01:57:39,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:57:39 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:57:44 ultratek-desktop nmbd[2651]: [2009/04/30 01:57:44,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:57:44 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:57:49 ultratek-desktop nmbd[2651]: [2009/04/30 01:57:49,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:57:49 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found 
Apr 30 01:57:54 ultratek-desktop nmbd[2651]: [2009/04/30 01:57:54,  0] 
lib/interface.c:load_interfaces(546) 
Apr 30 01:57:54 ultratek-desktop nmbd[2651]:   WARNING: no network interfaces 
found

-- 
smbd and nmbd wont run

[Bug 370542] Re: Accessing http://localhost gives without reason a 403 Forbidden error page

2009-05-01 Thread papukaija
Here is the output from apache's error log:

[Fri May 01 22:09:58 2009] [notice] Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.1 
with Suhosin-Patch configured -- resuming normal operations
[Fri May 01 22:26:57 2009] [error] [client ::1] client denied by server 
configuration: /var/www/
[Fri May 01 22:33:19 2009] [error] [client ::1] client denied by server 
configuration: /var/www/aaa
[Fri May 01 22:35:20 2009] [notice] caught SIGTERM, shutting down
[Fri May 01 22:35:21 2009] [notice] Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.1 
with Suhosin-Patch configured -- resuming normal operations
[Fri May 01 22:35:25 2009] [error] [client 127.0.0.1] File does not exist: 
/var/www/aaa

I'm also attaching /etc/apache2/sites-avaible/default file. I haven't
modified the apache2.conf file.

** Attachment added: default
   http://launchpadlibrarian.net/26228255/default

-- 
Accessing http://localhost gives without reason a 403 Forbidden error page
https://bugs.launchpad.net/bugs/370542
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 370445] Re: Postfix is dependancy for MySQL Server on server edition

2009-05-01 Thread Andreas Olsson
Well, strictly speaking it is indirectly installed as a Recommends. Had
it been a hard dependency you wouldn't have been able to remove postfix,
without also having your mysql-server-5.1 removed.

What happens is that mysql-server-5.1 recommends mailx, which depends on
bsd-mailx, which in turn recommends postfix (or other MTA).

This is a change compared to mysql-server-5.0 where mailx is only
Suggested, hence not installed automatically.

I agree that it's not really an expected behavior to have postfix
installed when you actually doing an mysql-server install. That said I'm
not entirely sure yet if this actually is a bug. Having a minimal MTA
(such as send-only) can more or less be considered a must on a standard
server.

For now I'll mark this bug as Incomplete, and ask for feedback on it.

** Package changed: mysql-dfsg-5.0 (Ubuntu) = mysql-dfsg-5.1 (Ubuntu)

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: New = Incomplete

** Summary changed:

- Postfix is dependancy for MySQL Server on server edition
+ MySQL-server-5.1 indirectly installs postfix

-- 
MySQL-server-5.1 indirectly installs postfix
https://bugs.launchpad.net/bugs/370445
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 294148] Re: move_uploaded_file does not set right permissions (ignores umask)

2009-05-01 Thread Andreas Olsson
** Bug watch added: bugs.php.net/ #42291
   http://bugs.php.net/bug.php?id=42291

** Also affects: php via
   http://bugs.php.net/bug.php?id=42291
   Importance: Unknown
   Status: Unknown

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

-- 
move_uploaded_file does not set right permissions (ignores umask)
https://bugs.launchpad.net/bugs/294148
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 322214] Re: php incorrectly opens stdin

2009-05-01 Thread Andreas Olsson
** Changed in: php5 (Ubuntu)
   Importance: Undecided = Low

-- 
php incorrectly opens stdin
https://bugs.launchpad.net/bugs/322214
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 370058] Re: High CPU usage for mysqld_safe

2009-05-01 Thread MarcRandolph
*** This bug is a duplicate of bug 326768 ***
https://bugs.launchpad.net/bugs/326768

** This bug has been marked a duplicate of bug 326768
   mysqld_safe thinks mysqld has crashed when it hasn't

-- 
High CPU usage for mysqld_safe 
https://bugs.launchpad.net/bugs/370058
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu (via bug
326768).

-- 
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 365500] Re: package postfix None [modified: /var/lib/dpkg/info/postfix.list] failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2009-05-01 Thread Andreas Olsson
*** This bug is a duplicate of bug 349469 ***
https://bugs.launchpad.net/bugs/349469

This seems like yet another duplicate of bug #349469. Marking it as
such.

** This bug has been marked a duplicate of bug 349469
   debconf: DbDriver config: /var/cache/debconf/config.dat is locked by 
another process: Resource temporarily unavailable

-- 
package postfix None [modified: /var/lib/dpkg/info/postfix.list] failed to 
install/upgrade: subprocess pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/365500
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 348990] Re: Deinstallation doesn't delete all files

2009-05-01 Thread Andreas Olsson
Well, I guess this isn't an import issue enough to warrant an SRU?
Figure the proper solution is to report the bug upstream to Debian, and
keep on eye on it during Karmic development?

Before I submit a report to the Debian BTS, I guess I wouldn't mind a
second opinion on the solution applied in my debdiff. Is it sensible
enough to be attached as a suggestion along with the bug report to
Debian?

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

-- 
Deinstallation doesn't delete all files
https://bugs.launchpad.net/bugs/348990
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 359177] Re: Strange or obsolete code in mysql initscript

2009-05-01 Thread Andreas Olsson
** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Importance: Undecided = Low

-- 
Strange or obsolete code in mysql initscript
https://bugs.launchpad.net/bugs/359177
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 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 8.10beta AMD64

2009-05-01 Thread Kai Blin
If you scroll up to the top of the page, you see an affects package
samba that links to the samba bugzilla (link is called samba-bugs). The
patch is in there.

-- 
firefox 3.0.3 crashes (no SIG) on most pages w/ images when using nss_wins: 
8.10beta AMD64
https://bugs.launchpad.net/bugs/286119
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 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-05-01 Thread Dewey_Oxberger
On a fresh install of mythbuntu 9.04 I get this problem.  The fix
described above does not work for me.  (It doesn't change the behavior
at all as far as I can tell).

My situation is more complex since I use a HDHomeRun tuner (so I need
the network working as well).  Here is what I've tried:

1)  The default boot has mysql coming up from rc2.d at something low
like S10 (I can't remember).  Then S31mythbackend, then
S50NetworkManager.  Fails 80% of the time.  I boot to a crippled
mythfrontend that has scrambled keymappings and a broken theme.  If I
kill the frontend, restart the backend, and run frontend it works.

2)  Don't auto start mythfrontend or mythbackend.  Still use
S50NetworkManager to bring the network up.  Boot.  From the desktop
manually start mythbackend, then start mythfrontend.  Works every time.

3)  Loads of combinations of NetworkManager, manually configuring the
network, moving mysql around and mythbackend around in rc2.d.  Using my
SxxWaitForHDHomeRun script.  It's hard to find any combination that
works.

I wrote a script that does mysql STATUS queries and prints the uptime.
Put it all over rc2.d.  The server shows a constantly increasing uptime
so I don't think it's getting killed.  At S31 it shows 5 sec of uptime.
Still, mythbackend can't see it.  Some queries work, some fail.

Finally had to:  a) manually config the network (to give time for the
HDHomeRun to be available on the network), b) move mythbackend to
S99zMythbackend so it starts up really late.  Now it works 90% of the
time but it still fails a query or two from time to time (but then they
start working again).

Crazy things going on...

-- 
mysqld_safe thinks mysqld has crashed when it hasn't
https://bugs.launchpad.net/bugs/326768
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 370445] Re: MySQL-server-5.1 indirectly installs postfix

2009-05-01 Thread Jonathan Marsden
If you do not wish to follow recommends, use the --no-install-recommends
option to apt-get :)

  sudo apt-get install mysql-server --no-install-recommends

will do what the submitter seems to desire.

I am not convinced this is a bug.

-- 
MySQL-server-5.1 indirectly installs postfix
https://bugs.launchpad.net/bugs/370445
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 370542] Re: Accessing http://localhost gives without reason a 403 Forbidden error page

2009-05-01 Thread Martin Zuther
Hi!

It seems that I'm also affected by this bug.  Here's how to reproduce
this problem:

1. do a fresh install of apache2 in Ubuntu Jaunty
2. change line 13 in /etc/apache2/sites-available/default from allow from all 
to allow from localhost
3. reboot (this is important!)
4. open http://localhost/ in the browser of your choice.  You'll get the error 
message Forbidden. You don't have permission to access / on this server, 
whereas the address http://127.0.0.1/ will greet you with the correct It 
works!

sudo /etc/init.d/apache2 restart will solve the problem until the next
boot, and changing line 13 back to allow from all will work as it
should.

Maybe apache is started before the network is correctly initialised and
therefore doesn't know localhost?

Martin

-- 
Accessing http://localhost gives without reason a 403 Forbidden error page
https://bugs.launchpad.net/bugs/370542
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 370655] [NEW] package samba 2:3.3.2-1ubuntu3 failed to install/upgrade: package samba is already installed and configured

2009-05-01 Thread eddydebora
Public bug reported:

Binary package hint: samba

I just install samba via synaptic..then a crash report pop up.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: package samba is already installed and configured
NonfreeKernelModules: nvidia
Package: samba 2:3.3.2-1ubuntu3
SourcePackage: samba
Title: package samba 2:3.3.2-1ubuntu3 failed to install/upgrade: package samba 
is already installed and configured
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-package i386

-- 
package samba 2:3.3.2-1ubuntu3 failed to install/upgrade: package samba is 
already installed and configured
https://bugs.launchpad.net/bugs/370655
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 370655] Re: package samba 2:3.3.2-1ubuntu3 failed to install/upgrade: package samba is already installed and configured

2009-05-01 Thread eddydebora

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

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

-- 
package samba 2:3.3.2-1ubuntu3 failed to install/upgrade: package samba is 
already installed and configured
https://bugs.launchpad.net/bugs/370655
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 370542] Re: Accessing http://localhost gives without reason a 403 Forbidden error page

2009-05-01 Thread Jonathan Marsden
DIAGNOSIS:

Based on the [client ::1] in the log entries, I strongly suspect an IPv6
related issue here.

In Jaunty, /etc/hosts has a line

::1 localhost ip6-localhost ip6-loopback

where in Intrepid, this was

::1 ip6-localhost ip6-loopback

I *strongly* suspect that allow from localhost in Apache maps to an
IPv4 allow from 127.0.0.1, but in Jaunty, the incoming request is
actually coming in from IPv6 address ::1, which therefore does not match
the allow rule.

EVIDENCE:

(A) Once you edit things to use allow localhost and then reboot,
browsing to http://[::1]/. fails but browsing to http://[127.0.0.1]/
works.

(B) Editing the line of .etrc/hosts that starts with ::1 to remove the
localhost name and then restarting your browser allows browsing to
http://localhost/ to work once more (because now localhost resolves to
127.0.0.1).

SOLUTION:

The 'fix' is now trivially obvious.  Edit the line of /etc/apache2
/sites-available/default to say allow localhost as before, and then
add a new line immediately after it that says allow ::1 . Now both
IPv4 locahost and IPv6 localhost clients are permitted the rules the
sysadmin has manually specified, and now browsing from Firefox on the
local machine works as expected.

QUESTION:  Is this really a bug?  Or is it simply a change of overall
system behaviour as the world becomes more IPv6 conscious, that those
who like editing Apache config files by hand should know about?  [I
suspect the latter, but I'm not at all dogmatic about that opinion :)  ]

In case it matters, my tests were all done in a Jaunty i386 virtual
machine using virtualbox-ose on a Jaunty amd86 host system, and with
Firefox as my browser of choice.

Jonathan

-- 
Accessing http://localhost gives without reason a 403 Forbidden error page
https://bugs.launchpad.net/bugs/370542
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 370542] Re: Accessing http://localhost gives a 403 Forbidden when using apache allow localhost directive

2009-05-01 Thread Jonathan Marsden
** Summary changed:

- Accessing http://localhost gives without reason a 403 Forbidden error page
+ Accessing http://localhost gives a 403 Forbidden when using apache allow 
localhost directive

-- 
Accessing http://localhost gives a 403 Forbidden when using apache allow 
localhost directive
https://bugs.launchpad.net/bugs/370542
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 370464] Re: package samba 2:3.3.2-1ubuntu3 failed to install/upgrade: subprocess post-installation script returned error exit status 139

2009-05-01 Thread madnux
I try to install samba in other PC via 'konsole' and I get the same
result:

http://www.pasteall.org/5333/bash

I try using sudo dpgk --configure -a, appear to work but with smbstatus I get a 
Error:
ERROR: Failed to initialise messages database: Permiso denegado
messaging_tdb_init failed: NT_STATUS_ACCESS_DENIED
messaging_init failed

-- 
package samba 2:3.3.2-1ubuntu3 failed to install/upgrade: subprocess 
post-installation script returned error exit status 139
https://bugs.launchpad.net/bugs/370464
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 370542] Re: Accessing http://localhost gives without reason a 403 Forbidden error page

2009-05-01 Thread Andreas Olsson
Let me see if I understand this correctly..

You installed Apache2, and when you directly afterwards try to visit
http://localhost you are greeted by the 403? Later restarting apache2
solves the problem?

I did a fresh install of apache2 and http://localhost/ immediately gave
me a It works!.

How did you go about installing apache2? Can you manage to reproduce
this error?

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

-- 
Accessing http://localhost gives without reason a 403 Forbidden error page
https://bugs.launchpad.net/bugs/370542
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 370223] [NEW] fail to shut down

2009-05-01 Thread mizzuddin
Public bug reported:

i am now using Ubuntu 9.04 on IBM Thinkpad T20 upgraded from the repo

-  the system fail to shut down. occurs on the screen [  4786.298502]
System Halted every time i shut down the system. when it reach the
state, i have to push the power button for about 3 seconds. when i start
the system back, the screen will hang blank just before the user login
process. to solve this, i have to unplug first the power adapter. The
hang blank screen also occurs if i plug the battery. i had never tried
using the system without the power adapter since the battery only last
for about a minute. i've been facing this problem since Ubuntu 8.10. it
sometimes occurs on Ubuntu 8.04 with my Acer Aspire 5650 system.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: ibmt20 shutdown

-- 
fail to shut down
https://bugs.launchpad.net/bugs/370223
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370222] [NEW] fail to shut down

2009-05-01 Thread mizzuddin
Public bug reported:

i am now using Ubuntu 9.04 on IBM Thinkpad T20 upgraded from the repo

-  the system fail to shut down. occurs on the screen [  4786.298502]
System Halted every time i shut down the system. when it reach the
state, i have to push the power button for about 3 seconds. when i start
the system back, the screen will hang blank just before the user login
process. to solve this, i have to unplug first the power adapter. The
hang blank screen also occurs if i plug the battery. i had never tried
using the system without the power adapter since the battery only last
for about a minute. i've been facing this problem since Ubuntu 8.10. it
sometimes occurs on Ubuntu 8.04 with my Acer Aspire 5650 system.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: ibmt20 shutdown

-- 
fail to shut down
https://bugs.launchpad.net/bugs/370222
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370221] [NEW] /dev/disk/by-id symlinks differ in initramfs vs. normal

2009-05-01 Thread antipode
Public bug reported:

Binary package hint: udev

In the live CD environment of 9.04 (Jaunty), a SATA disk is assigned a symlink 
like this:
/dev/disk/by-id/scsi-SATA_VBOX_HARDDISK_VBca24768b-80703176 - /dev/sda

In the initramfs (BusyBox) of a 9.04 installation, the exact same /dev/sda will 
now have a symlink like this:
/dev/disk/by-id/scsi-1ATA_VBOX_HARDDISK_VBca24768b-80703176 - /dev/sda

(The scsi-SATA became scsi-1ATA.)  I would expect the /by-id/ symlinks
to remain consistent.

Is the udev somehow different in the initramfs environment?

I think my problem is related to this:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490110,

This was NOT the behaviour in 8.10, where both the live environment and
the initramfs agreed on the 1ATA style of naming convention.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
MediaBuild: Ubuntu 9.04 Jaunty Jackalope - Release i386 (20090420.1)
Package: udev 141-1
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: udev
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
/dev/disk/by-id symlinks differ in initramfs vs. normal
https://bugs.launchpad.net/bugs/370221
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370221] Re: /dev/disk/by-id symlinks differ in initramfs vs. normal

2009-05-01 Thread antipode

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

-- 
/dev/disk/by-id symlinks differ in initramfs vs. normal
https://bugs.launchpad.net/bugs/370221
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 363101] Re: gvfs-gphoto2-volume-monitor prevents Sansa e250 player from auto-mounting

2009-05-01 Thread John Morris
(Jaunty, i386, desktop)

I see this bug also with a Sansa e260 MP3 player (original firmware -
not rockboxed), and have worked around it with the same kill.

Here's dmesg for it failing:

[ 4501.912018] usb 2-1: new high speed USB device using ehci_hcd and address 9
[ 4502.046938] usb 2-1: configuration #1 chosen from 1 choice
[ 4502.048369] scsi11 : SCSI emulation for USB Mass Storage devices
[ 4502.048541] usb-storage: device found at 9
[ 4502.048543] usb-storage: waiting for device to settle before scanning
[ 4503.312115] usb 2-1: usbfs: USBDEVFS_CONTROL failed cmd gvfs-gphoto2-vo rqt 
192 rq 1 len 1000 ret -110
[ 4504.312099] usb 2-1: usbfs: USBDEVFS_CONTROL failed cmd gvfs-gphoto2-vo rqt 
128 rq 6 len 1000 ret -110
[ 4504.330848] usb 2-1: usbfs: USBDEVFS_CONTROL failed cmd gvfs-gphoto2-vo rqt 
128 rq 6 len 1000 ret -71

Here's dmesg for it working (after killing gvfs-gphoto2-volume-monitor):

[ 4713.988012] usb 2-3: new high speed USB device using ehci_hcd and address 11
[ 4714.959792] usb 2-3: configuration #128 chosen from 1 choice
[ 4714.977091] scsi13 : SCSI emulation for USB Mass Storage devices
[ 4714.977260] usb-storage: device found at 11
[ 4714.977262] usb-storage: waiting for device to settle before scanning
[ 4719.976459] usb-storage: device scan complete
[ 4719.977572] scsi 13:0:0:0: Direct-Access SanDisk  Sansa e260
PQ: 0 ANSI: 0
[ 4719.978564] scsi 13:0:0:1: Direct-Access SanDisk  Sansa e260
PQ: 0 ANSI: 0
[ 4719.980305] sd 13:0:0:0: [sde] 7854080 512-byte hardware sectors: (4.02 
GB/3.74 GiB)
[ 4719.985180] sd 13:0:0:0: [sde] Write Protect is off
[ 4719.985183] sd 13:0:0:0: [sde] Mode Sense: 45 00 00 00
[ 4719.985185] sd 13:0:0:0: [sde] Assuming drive cache: write through
[ 4719.987816] sd 13:0:0:0: [sde] 7854080 512-byte hardware sectors: (4.02 
GB/3.74 GiB)
[ 4719.988678] sd 13:0:0:0: [sde] Write Protect is off
[ 4719.988680] sd 13:0:0:0: [sde] Mode Sense: 45 00 00 00
[ 4719.988682] sd 13:0:0:0: [sde] Assuming drive cache: write through
[ 4719.988685]  sde: sde1 sde2
[ 4719.999235] sd 13:0:0:0: [sde] Attached SCSI removable disk
[ 4719.999298] sd 13:0:0:0: Attached scsi generic sg5 type 0
[ 4720.000922] sd 13:0:0:1: [sdf] Attached SCSI removable disk
[ 4720.000974] sd 13:0:0:1: Attached scsi generic sg6 type 0

After this I can access the device no problem.

-- 
gvfs-gphoto2-volume-monitor prevents Sansa e250 player from auto-mounting
https://bugs.launchpad.net/bugs/363101
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 154063] Re: Webcam disappears after one time use

2009-05-01 Thread Joan Roels
Is it possible to re-open this subject? I also have this problem.
I am running Ubuntu 9.04 UNR, with an Asus EeePC 901.
I have Flash player 10 installed.

I just had an online seminar, and when I change of room, my webcam doesn't 
work anymore. It works one time, as described, then no more, and I have to 
restart firefox (which is annoying).
Thank you !

-- 
Webcam disappears after one time use
https://bugs.launchpad.net/bugs/154063
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 154063] Re: Webcam disappears after one time use

2009-05-01 Thread Joan Roels
Is it possible to re-open this subject? I also have this problem.
I am running Ubuntu 9.04 UNR, with an Asus EeePC 901.
I have Flash player 10 installed.

I just had an online seminar, and when I change of room, my webcam doesn't 
work anymore. It works one time, as described, then no more, and I have to 
restart firefox (which is annoying).
Thank you !

-- 
Webcam disappears after one time use
https://bugs.launchpad.net/bugs/154063
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370226] [NEW] Amarok 2.0.2 fail to play media

2009-05-01 Thread mizzuddin
Public bug reported:

Binary package hint: amarok

I'm using Amarok 2.0.2 with Ubuntu 9.04 on IBM Thinkpad T20 upgraded
from repo

my Amarok 2.0.2 did not work. no sound is heard and the music progress
bar did not show any progress

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


** Tags: amarok amarok2.0.2

-- 
Amarok 2.0.2 fail to play media
https://bugs.launchpad.net/bugs/370226
You received this bug notification because you are a member of 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 369692] Re: update from kubuntu 8.10 to 9.04 failed

2009-05-01 Thread Jouko Karki
Thanks, I changed the mirror and everything is working fine.

2009/4/30 Michael Vogt michael.v...@ubuntu.com

 Thanks for your bugreport.

 This looks like the finish mirror is overloaded or outdated, please try
 again a bit later or switch to a different mirror

 ** Changed in: update-manager (Ubuntu)
   Status: New = Incomplete

 --
 update from kubuntu 8.10 to 9.04 failed
 https://bugs.launchpad.net/bugs/369692
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “update-manager” source package in Ubuntu: Incomplete

 Bug description:
 Binary package hint: update-manager-kde

 Failed to fetch
 http://fi.archive.ubuntu.com/ubuntu/pool/universe/c/cups/libcupsys2_1.3.9-17ubuntu2_all.deb404
  Not Found
 Failed to fetch
 http://fi.archive.ubuntu.com/ubuntu/pool/universe/c/cups/cupsys-common_1.3.9-17ubuntu2_all.deb404
  Not Found
 Failed to fetch
 http://fi.archive.ubuntu.com/ubuntu/pool/universe/c/cups/cupsys_1.3.9-17ubuntu2_all.deb404
  Not Found
 Failed to fetch
 http://fi.archive.ubuntu.com/ubuntu/pool/universe/c/cups/cupsys-bsd_1.3.9-17ubuntu2_all.deb404
  Not Found
 Failed to fetch
 http://fi.archive.ubuntu.com/ubuntu/pool/universe/c/cups/cupsys-client_1.3.9-17ubuntu2_all.deb404
  Not Found
 Failed to fetch
 http://fi.archive.ubuntu.com/ubuntu/pool/main/libs/libsoup2.4/libsoup2.4-1_2.26.0-0ubuntu3_i386.deb404
  Not Found
 Failed to fetch
 http://fi.archive.ubuntu.com/ubuntu/pool/main/s/synaptic/synaptic_0.62.5ubuntu3_i386.deb404
  Not Found
 Failed to fetch
 http://fi.archive.ubuntu.com/ubuntu/pool/main/u/update-manager/update-manager-core_0.111.8_i386.deb404
  Not Found
 Failed to fetch
 http://fi.archive.ubuntu.com/ubuntu/pool/multiverse/m/mjpegtools/libmjpegtools-1.9_1.9.0-0.0ubuntu1_i386.deb404
  Not Found
 Failed to fetch
 http://fi.archive.ubuntu.com/ubuntu/pool/main/libs/libsoup2.4/libsoup-gnome2.4-1_2.26.0-0ubuntu3_i386.deb404
  Not Found
 Failed to fetch
 http://fi.archive.ubuntu.com/ubuntu/pool/main/s/system-config-printer/python-cupshelpers_1.1.3+git20090218-0ubuntu19.1_all.deb404
  Not Found
 Failed to fetch
 http://fi.archive.ubuntu.com/ubuntu/pool/main/s/system-config-printer/system-config-printer-common_1.1.3+git20090218-0ubuntu19.1_all.deb404
  Not Found
 Failed to fetch
 http://fi.archive.ubuntu.com/ubuntu/pool/main/s/screen-profiles/screen-profiles_1.44-0ubuntu1.1_all.deb404
  Not Found
 Failed to fetch
 http://fi.archive.ubuntu.com/ubuntu/pool/main/u/update-manager/update-manager-kde_0.111.8_all.deb404
  Not Found
 Failed to fetch
 http://fi.archive.ubuntu.com/ubuntu/pool/main/p/packagekit/libpackagekit-qt11_0.3.14-0ubuntu5_i386.deb404
  Not Found
 Failed to fetch
 http://fi.archive.ubuntu.com/ubuntu/pool/main/p/packagekit/libpackagekit-glib11_0.3.14-0ubuntu5_i386.deb404
  Not Found
 Failed to fetch
 http://fi.archive.ubuntu.com/ubuntu/pool/main/p/packagekit/python-packagekit_0.3.14-0ubuntu5_all.deb404
  Not Found
 Failed to fetch
 http://fi.archive.ubuntu.com/ubuntu/pool/main/p/packagekit/packagekit-backend-apt_0.3.14-0ubuntu5_i386.deb404
  Not Found
 Failed to fetch
 http://fi.archive.ubuntu.com/ubuntu/pool/main/p/packagekit/packagekit_0.3.14-0ubuntu5_i386.deb404
  Not Found



-- 
Jouko Kärki
Valamontie 53
79860 Suuraho
0405560607

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

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

[Bug 359833] Re: Firefox crash on 9.04 Beta: Bus error, core dumped

2009-05-01 Thread Micah Gersten
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, Jaunty has been released since your bug report.
Please let us know if you are still having this issue. Thanks in
advance.

** Package changed: firefox (Ubuntu) = firefox-3.0 (Ubuntu)

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

-- 
Firefox crash on 9.04 Beta: Bus error, core dumped
https://bugs.launchpad.net/bugs/359833
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 354995] Re: Brasero Checksum Error

2009-05-01 Thread Geekkit
Pedro,

I too have this error happening on my Toshiba Satellite A300 with
Jaunty. I'm not sure what you want the original poster to add since into
Synaptic and removing wodim requires the removal of Brasero as well
(package dependency). I just installed K3B and it burned successfully
without reporting any errors ending in:

Session error : Some files may be corrupted on the disc
(brasero_burn_record burn.c:2599)

I haven't tried with DVD blanks but with CD-ROM blanks and so I can't
figure out how to tell growisofs how to do this. Either way this is a
bug.

-- 
Brasero Checksum Error
https://bugs.launchpad.net/bugs/354995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 316971] Re: [Jaunty] Ekiga's non free codec support isn't available in multiverse

2009-05-01 Thread Chris Carlin
Not yet, Evan. We have a proposed fix here and packages in a ppa, but
it's up to a maintainer of some sort (in multiverse, I suppose) to
actually work through the process of adding the package to the
repository and thereby closing this bug.

-- 
[Jaunty] Ekiga's non free codec support isn't available in multiverse
https://bugs.launchpad.net/bugs/316971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 303083] Re: Thinkpad W500 suspend does not resume with 8.10

2009-05-01 Thread manas
I am running Jaunty release with W500 with fglrx driver. I see the same
issue.

uname -a

Linux mpati-lnx 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC
2009 i686 GNU/Linux

lsmod

Module  Size  Used by
binfmt_misc16776  1 
bridge 56340  0 
stp10500  1 bridge
bnep   20224  2 
vboxnetflt 91016  0 
vboxdrv   117544  1 vboxnetflt
vmnet  47812  13 
ppdev  15620  0 
parport_pc 40100  0 
vmblock21028  3 
vmci   58452  0 
vmmon  76912  0 
input_polldev  11912  0 
joydev 18368  0 
lp 17156  0 
parport42220  3 ppdev,parport_pc,lp
snd_hda_intel 435636  2 
snd_pcm_oss46336  0 
snd_mixer_oss  22656  1 snd_pcm_oss
snd_pcm82948  2 snd_hda_intel,snd_pcm_oss
snd_seq_dummy  10756  0 
snd_seq_oss37760  0 
snd_seq_midi   14336  0 
snd_rawmidi29696  1 snd_seq_midi
snd_seq_midi_event 15104  2 snd_seq_oss,snd_seq_midi
snd_seq56880  6 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
arc49856  2 
uvcvideo   63240  0 
snd_timer  29704  2 snd_pcm,snd_seq
snd_seq_device 14988  5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
ecb10752  2 
pcmcia 44748  0 
compat_ioctl32  9344  1 uvcvideo
snd62628  13 
snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
iwlagn100228  0 
iwlcore93184  1 iwlagn
thinkpad_acpi  66560  0 
videodev   41600  1 uvcvideo
fglrx2081540  37 
intel_agp  34108  0 
video  25360  0 
soundcore  15200  1 snd
psmouse61972  0 
serio_raw  13316  0 
pcspkr 10496  0 
sdhci_pci  15232  0 
mac80211  217208  2 iwlagn,iwlcore
yenta_socket   32396  1 
rsrc_nonstatic 19328  1 yenta_socket
pcmcia_core43540  3 pcmcia,yenta_socket,rsrc_nonstatic
led_class  12036  2 iwlcore,thinkpad_acpi
nvram  16396  1 thinkpad_acpi
v4l1_compat21764  2 uvcvideo,videodev
agpgart42696  2 fglrx,intel_agp
iTCO_wdt   19108  0 
iTCO_vendor_support11652  1 iTCO_wdt
output 11008  1 video
ricoh_mmc  11904  0 
sdhci  23940  1 sdhci_pci
btusb  19608  2 
snd_page_alloc 16904  2 snd_hda_intel,snd_pcm
cfg80211   38032  3 iwlagn,iwlcore,mac80211
reiserfs  236288  2 
ohci1394   38576  0 
ieee1394   94660  1 ohci1394
e1000e121136  0 
fbcon  46112  0 
tileblit   10752  1 fbcon
font   16384  1 fbcon
bitblit13824  1 fbcon
softcursor  9984  1 bitblit


lspci -vvnn

00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
Subsystem: Lenovo Device [17aa:20e0]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
Latency: 0
Capabilities: access denied
Kernel modules: intel-agp

00:01.0 PCI bridge [0604]: Intel Corporation Mobile 4 Series Chipset PCI 
Express Graphics Port [8086:2a41] (rev 07)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 2000-2fff
Memory behind bridge: cff0-cfff
Prefetchable memory behind bridge: d000-dfff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: access denied
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:03.0 Communication controller [0780]: Intel Corporation Mobile 4 Series 
Chipset MEI Controller [8086:2a44] (rev 07)
Subsystem: Lenovo Device [17aa:20e6]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx+

[Bug 370228] Re: Sync linphone 3.1.1-2 (universe) from Debian unstable (main).

2009-05-01 Thread Andreas Wenning
** Changed in: linphone (Ubuntu)
   Importance: Undecided = Wishlist

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

-- 
Sync linphone 3.1.1-2 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/370228
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370225] [NEW] Please merge checksecurity(2.0.12) from debian unstable(main)

2009-05-01 Thread Bhavani Shankar
Public bug reported:

Binary package hint: checksecurity

Debian has a new version to be merged.

 checksecurity  (2.0.12) unstable; urgency=medium

   * Fix bug in plugins/check_sockets which prevented it from being
 actually useful. Thanks to Richard Kapolnai for detecting this
 bug and providing a patch. (Closes: #520654)

 -- Javier Fernandez-Sanguino Pen~a j...@debian.org  Sat, 21 Mar 2009
23:46:07 +0100

** Affects: checksecurity (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

** Changed in: checksecurity (Ubuntu)
 Assignee: (unassigned) = Bhavani Shankar (bhavi)

-- 
Please merge checksecurity(2.0.12) from debian unstable(main)
https://bugs.launchpad.net/bugs/370225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370225] Re: Please merge checksecurity(2.0.12) from debian unstable(main)

2009-05-01 Thread Bhavani Shankar

** Attachment added: Debian - ubuntu debdiff
   http://launchpadlibrarian.net/26204017/debian.debdiff

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

** Changed in: checksecurity (Ubuntu)
 Assignee: Bhavani Shankar (bhavi) = (unassigned)

-- 
Please merge checksecurity(2.0.12) from debian unstable(main)
https://bugs.launchpad.net/bugs/370225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 363467] Re: [gm965] kubuntu final live cd doesn't start xorg for HP 2710p laptop

2009-05-01 Thread Mario A. Vazquez
I have a similar problem like the one described by the bug reporter.  The 
Kubuntu 9.04 cd boots, but instead of starting X with KDE, it just drops to a 
shell prompt.  I was able to start KDE by typing:  
sudo /etc/init.d/kdm start

My system is a Desktop  Intel Core Duo with 2GB ram.
Kubuntu 9.04  i386 boots fine
Kubuntu 9.04  amd64 fails to load KDE.
Have an nvidia card.

But in my case the 9.04 RC and betas booted fine, the issue is only with
9.04 final.

-- 
[gm965] kubuntu final live cd doesn't start xorg for HP 2710p laptop
https://bugs.launchpad.net/bugs/363467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 360400] Re: jaunty usb disk drive taking a few mins to detect

2009-05-01 Thread Jithin Emmanuel
A windows XP running on virtual box is detecting the usb correctly, not
ubuntu though what a crap.

-- 
jaunty usb disk drive taking a few mins to detect
https://bugs.launchpad.net/bugs/360400
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370229] [NEW] my desktop turn automatic to kde, and frostwire dont close completely

2009-05-01 Thread salvador franco
Public bug reported:

i dont have any significative problem ,the system puts a signal of crash
in my bar.

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 9.04
ErrorMessage: el subproceso post-installation script devolvió el código de 
salida de error 1
NonfreeKernelModules: fglrx
Package: kdm 4:4.2.2-0ubuntu2
SourcePackage: kdebase-workspace
Title: package kdm 4:4.2.2-0ubuntu2 failed to install/upgrade: el subproceso 
post-installation script devolvió el código de salida de error 1
Uname: Linux 2.6.28-11-generic x86_64

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package

-- 
my desktop turn automatic to kde, and frostwire dont close completely
https://bugs.launchpad.net/bugs/370229
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 370229] Re: my desktop turn automatic to kde, and frostwire dont close completely

2009-05-01 Thread salvador franco

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

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

-- 
my desktop turn automatic to kde, and frostwire dont close completely
https://bugs.launchpad.net/bugs/370229
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 369649] Re: [Merge request]Please merge knutclient 0.9.5-1 (universe) from Debian unstable

2009-05-01 Thread Launchpad Bug Tracker
This bug was fixed in the package knutclient - 0.9.5-1ubuntu1

---
knutclient (0.9.5-1ubuntu1) karmic; urgency=low

  * Merge from debian unstable (LP: #369649), remaining changes:
- debian/rules: Dropped arts support by adding --without-arts parameter to
  configure script call
- debian/rules: Use dh_icons

 -- Fabrice Coutadeur fabric...@ubuntu.com   Thu, 30 Apr 2009 05:42:32
+0200

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

-- 
[Merge request]Please merge knutclient 0.9.5-1 (universe) from Debian unstable
https://bugs.launchpad.net/bugs/369649
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 368388] Re: Ubuntu 9.04 and Kubuntu 9.04 locale mess

2009-05-01 Thread _HG_

** Attachment added: snapshot2.png
   http://launchpadlibrarian.net/26204201/snapshot2.png

-- 
Ubuntu 9.04 and Kubuntu 9.04 locale mess
https://bugs.launchpad.net/bugs/368388
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 368388] Re: Ubuntu 9.04 and Kubuntu 9.04 locale mess

2009-05-01 Thread _HG_

** Attachment added: snapshot1.png
   http://launchpadlibrarian.net/26204115/snapshot1.png

-- 
Ubuntu 9.04 and Kubuntu 9.04 locale mess
https://bugs.launchpad.net/bugs/368388
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 336551] Re: firefox flash plugin doesn't work

2009-05-01 Thread Micah Gersten
This bug report is being closed due to your last comment regarding this
being fixed with an update. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at https://wiki.ubuntu.com/Bugs/Status
. Thank you again for taking the time to report this bug and helping to
make Ubuntu better. Please submit any future bugs you may find.

** Package changed: firefox (Ubuntu) = firefox-3.0 (Ubuntu)

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

-- 
firefox flash plugin doesn't work
https://bugs.launchpad.net/bugs/336551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370231] [NEW] Unbearably slow full-screen video playback, Compiz disabled, extremely slow and jumpy backward scrolling in FireFox presumably due to absents of proprietary drivers for Intel Corpor

2009-05-01 Thread Radomirs Cirskis
Public bug reported:

Binary package hint: xserver-xorg-video-intel

After upgrading to 9.04 from 8.x performance has been degraded:
- Proprietary drivers for Intel 945GM/GMS, 943/940GML (00:02.0 VGA compatible 
controller [0300]: Intel Corporation Mobile 945GM/GMS, 943/940GML Express 
Integrated Graphics Controller [8086:27a2] (rev 03) ) disappeared;
- Compiz is disabled;
- Moving windows in Gnome is jumpy and slow.
- Especialy it is noticeable in FF 3.0 wiht scrolling. Beckward scrolly labs 
immensly;

I was unsuccessful both with MigrationHeuristic greedy  and with
downgrading to the drivers 2.4
(https://wiki.ubuntu.com/ReinhardTartler/X/RevertingIntelDriverTo2.4)

My /etc/X11/xorg.conf:

Section Device
Identifier  Configured Video Device
Driver intel
Option AccelMethod EXA
Option MigrationHeuristic greedy
EndSection

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

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Unbearably slow full-screen video playback, Compiz disabled, extremely slow and 
jumpy backward scrolling in FireFox presumably due to absents of proprietary 
drivers for Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated 
Graphics Controller
https://bugs.launchpad.net/bugs/370231
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370231] Re: Unbearably slow full-screen video playback, Compiz disabled, extremely slow and jumpy backward scrolling in FireFox presumably due to absents of proprietary drivers for Intel Corporat

2009-05-01 Thread Radomirs Cirskis

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

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

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

-- 
Unbearably slow full-screen video playback, Compiz disabled, extremely slow and 
jumpy backward scrolling in FireFox presumably due to absents of proprietary 
drivers for Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated 
Graphics Controller
https://bugs.launchpad.net/bugs/370231
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370230] [NEW] incorrect swedish translation

2009-05-01 Thread Olle Eriksson
Public bug reported:

ubuntu 9.04_64
gparted 0.4.3-0ubuntu1
Swedish

On my system,
Swapon is translated to Inaktivera växling,
Swapoff is translated to Aktivera växling.

I think it should be the other way.

Olle

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

-- 
incorrect swedish translation
https://bugs.launchpad.net/bugs/370230
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 368388] Re: Ubuntu 9.04 and Kubuntu 9.04 locale mess

2009-05-01 Thread _HG_
OK. Now I have installed it again on a laptop.
It is a PackardBell EasyNote.
I have also added three screenshots.
During the installation process it is in Swedish but after reboot it as the 
screenshots.
I can not get the network to work either. Not the wifi and not the cable.
It is still useless 

** Attachment added: snapshot3.png
   http://launchpadlibrarian.net/26204281/snapshot3.png

-- 
Ubuntu 9.04 and Kubuntu 9.04 locale mess
https://bugs.launchpad.net/bugs/368388
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 366937] Re: firefox segmentation fault in kde4.2 jaunty on maximizing flash video

2009-05-01 Thread Micah Gersten
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Could you please try to obtain a backtrace by following the 
instructions on https://wiki.ubuntu.com/MozillaTeam/Bugs? Also, please answer 
these questions:
Is this crash reproducible? If so, which are the steps that lead to it?
Which flash package do you have installed?
Which Java package do you have installed?
Which Firefox extensions do you have installed?

This will greatly aid us in tracking down your problem.

** Package changed: firefox (Ubuntu) = firefox-3.0 (Ubuntu)

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

-- 
firefox segmentation fault in kde4.2 jaunty on maximizing flash video
https://bugs.launchpad.net/bugs/366937
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 361446] Re: external hard disk does not spin down

2009-05-01 Thread castlefox
Do you remember what update you did 1-2 months ago?

Idk how to get the list of updates you have completed but maybe that
would be good listing them.

What release of Ubuntu are you on?

-- 
external hard disk does not spin down
https://bugs.launchpad.net/bugs/361446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370199] Re: new upstream release: 1.1.0.20090328

2009-05-01 Thread LI Daobing

** Attachment added: ibus-hangul_1.1.0.20090328-0ubuntu1.dsc
   
http://launchpadlibrarian.net/26204316/ibus-hangul_1.1.0.20090328-0ubuntu1.dsc

-- 
new upstream release: 1.1.0.20090328
https://bugs.launchpad.net/bugs/370199
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370199] Re: new upstream release: 1.1.0.20090328

2009-05-01 Thread LI Daobing

** Attachment added: ibus-hangul_1.1.0.20090328-0ubuntu1.diff.gz
   
http://launchpadlibrarian.net/26204386/ibus-hangul_1.1.0.20090328-0ubuntu1.diff.gz

-- 
new upstream release: 1.1.0.20090328
https://bugs.launchpad.net/bugs/370199
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370199] Re: new upstream release: 1.1.0.20090328

2009-05-01 Thread LI Daobing

** Attachment added: ibus-hangul_1.1.0.20090328.orig.tar.gz
   http://launchpadlibrarian.net/26204412/ibus-hangul_1.1.0.20090328.orig.tar.gz

-- 
new upstream release: 1.1.0.20090328
https://bugs.launchpad.net/bugs/370199
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370199] Re: new upstream release: 1.1.0.20090328

2009-05-01 Thread LI Daobing
build log: http://launchpadlibrarian.net/26203790/buildlog_ubuntu-
karmic-lpia.ibus-hangul_1.1.0.20090328-0ubuntu1_FULLYBUILT.txt.gz

** Changed in: ibus-hangul (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: ibus-hangul (Ubuntu)
 Assignee: LI Daobing (lidaobing) = (unassigned)

-- 
new upstream release: 1.1.0.20090328
https://bugs.launchpad.net/bugs/370199
You received this bug notification because you are a member of 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 369758] Re: afs service does not work after upgrade

2009-05-01 Thread Emanuele Paolini
Evan Broder bro...@mit.edu ha scritto:

 It's certainly a known issue that the openafs modules have to be built
 by hand. The error from aklog is a bit non-intuitive, but if you try to
 start or restart openafs-client, you should get an error message
 pointing you at /usr/share/doc/openafs-client/README.modules. Did you
 get that?

Yes, I think I got also that message...

 Another thing to try on Jaunty is installing the openafs-modules-dkms
 package, which should automatically recompile the openafs modules if
 needed at boot time.

Thank you, I have succesfully installed the package you suggested. I  
will check it with next upgrade!

E.


This message was sent using IMP, the Internet Messaging Program.

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

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


[Bug 370232] [NEW] fglrx: Unknown symbol __call_bad_lock_func

2009-05-01 Thread Ryan Salomon
Public bug reported:

When booting a generic kernel (2.6.28.11.15)  X comes up fine, with 3D
accel, compiz, etc.

When booting a realtime kernel (2.6.28-3-rt), the fglrx module appears
to be loaded fine thru DKMS, but I get a corrupted screen when GDM
loads. I can switch to a VT once, which just gets me a different
corrupted screen, and I can't do anything from there, even flying blind.


Here's the output snippet from the gdm log, looked at after rebooting to the 
generic kernel:
   
FATAL: Error inserting fglrx (/lib/modules/2.6.28-3-rt/updates/dkms/fglrx.ko): 
Unknown symbol in module, or unknown  parameter (see dmesg)
(EE) fglrx(0): [FB] Can not get FB MC address range.
(EE) fglrx(0): atiddxDriScreenInit failed, GPS not been initialized.
(EE) fglrx(0): XMM failed to open CMMQS connection.
[glesx] __glESXExtensionInit: No GL ES2.0 capable screen found!


Here's the kernel message I got from dmesg:

fglrx: Unknown symbol __call_bad_lock_func


Possible packages installed, related to problem: 
  linux-image-2.6.28-3-rt
  linux-rt-headers-2.6.28-3
  linux-headers-2.6.28-3-rt
  fglrx-kernel-source  version 2:8.600-0ubuntu

Release: Ubuntu 9.04 AMD64
Video Card: ATI Radeon 3650 PCIExpress

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
fglrx: Unknown symbol __call_bad_lock_func
https://bugs.launchpad.net/bugs/370232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 365885] Re: random x server freeze (nvidia)

2009-05-01 Thread Zero
This bug may be related to bug #363135 here I can see also my vram
doubled in booth machines and also in a dell laptop, inspiron 1521
nvidia 8400gs mobile.

However the freeze have never triggered in the laptop only in the
machines with the zogis cards.

- Intel with Zogis Nvidia 8500gt 256mb - Xorg log and nvidia settings says 
512mbFreezes.
- AMD64 with Zogis Nvidia 7300gt 256mb - Xorg log and nvidia settings says 
512mbFreezes.
- Dell Inspiron 1521 Nividia 8400gt M 128mb - Xorg log and nvidia settings 
says 256mbNo Freezes so far.

I am suspecting a video memory leak because if the machine is just left
with the desktop showing, the bug triggers after some days but when used
heavily (lets say normally) Openoffice, firefox flash, etc, the bug
triggers quicker from a couple of hours to some minutes.

And last I am also suspecting the brand of the cards (Some kind of OC on
the vbios or memory tweaks) but this is something that should be
verified with the same and different models of zogis cards.

-- 
random x server freeze (nvidia)
https://bugs.launchpad.net/bugs/365885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 368388] Re: Ubuntu 9.04 and Kubuntu 9.04 locale mess

2009-05-01 Thread Arne Goetje
OK, so it's a network problem. You cannot download the language-packs from the 
internet.
Because of space restrictions, the swedish language packs, like most 
language-packs are not shipped on the CD. They need to be downloaded from 
Internet. Usually the installer takes care of that. But if you cannot connect 
to Internet, then of course it doesn't work.

What kind of network adapter do you have?

Note, that this issue is now a driver/configuration issue with your
hardware and not a language-pack issue anymore.

Can you please attach the output of 'lspci' and 'dmesg'?

Thanks.

-- 
Ubuntu 9.04 and Kubuntu 9.04 locale mess
https://bugs.launchpad.net/bugs/368388
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 327284] Re: [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used

2009-05-01 Thread thefluxster
Ok, after some further hunting, I found the .deb packaged with Kharmic.  I 
installed it on Jaunty and now I've got it working.  Sort of.  It's still a bit 
buggy.  For instance, if I close Rhythmbox and then try to reopen and play 
something again, it may or may not work without reinitializing the bluetooth 
connection using:
pactl load-module module-bluetooth-device address=00:0D:3C:BC:56:D9 
sink_name=CardoS2 profile=a2dp

Here is how I got it working:

1. Upgrade PulseAudio to version 0.915 by adding the following PPA resource to 
Synaptic Package Sources:
deb http://ppa.launchpad.net/themuso/ppa/ubuntu jaunty main
(Note that you need to add the gpg key found on 
https://launchpad.net/~themuso/+archive/ppa as well) 

Check for software updates and install any pulse related packages that
upgrade to .915 versions.

2. Download the Bluez 4.37 .deb package for Kharmic from here:
https://edge.launchpad.net/ubuntu/karmic/i386/bluez/4.37-0ubuntu1
Install with dpkg -i package_name
This effectively backports the package, I think...  Someone with more 
experience should probably confirm this.  I'm fairly new to Ubuntu/desktop *nix.

3. Switch your audio settings to PulseAudio in your system Sound
settings - leave Sound Capture set to HDA type.

4. Find the MAC address of your bluetooth device (do a quick google
search for ubuntu bluetooth MAC address if you're not sure how to do
this)

5. Pair your bluetooth headset through your bluetooth settings.

6. Launch your PulseAudio Device Chooser application (Applications -
Sound  Video)

7. On the commandline, initialize your bluetooth headset as a sink for 
PulseAudio:
pactl load-module module-bluetooth-device address=XX:XX:XX:XX:XX:XX 
sink_name=BTHeadset profile=a2dp

8. You may or may not need to set the newly added device as the default
audio sink.  If you're not hearing audio, this is a possible reason.
Set BTHeadset as your default sink by clicking the PulseAudio Device
Chooser icon in your top panel and changing the Default Sink - Other...
to BTHeadset.

If that doesn't work, I'm not sure what else it could be... I'm very
happy that this solution fixed the audio for me.  Now I can watch TV on
the bus again!  :)

-- 
[Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used
https://bugs.launchpad.net/bugs/327284
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 327284] Re: [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used

2009-05-01 Thread thefluxster
Please note that the a2dp is the correct Bluetooth profile for my
headset, but it may not be the right one for yours...  Please check your
Bluetooth headset documentation to find the correct profile information.

-- 
[Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used
https://bugs.launchpad.net/bugs/327284
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370234] [NEW] GeForce 6200 - X server refuses to start

2009-05-01 Thread Michal Suchanek
Public bug reported:

Binary package hint: xserver-xorg-video-nv

Xserver complains about something on the card and refuses to start
altogether.

This, unfortunately, means the installer would not start.

Once the system installed the low graphics mode is available.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: xserver-xorg-video-nv 1:2.1.12-1ubuntu5
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersion: Linux version 2.6.28-11-generic (bui...@palmer) (gcc version 4.3.3 
(Ubuntu 4.3.3-5ubuntu4) ) #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009
SourcePackage: xserver-xorg-video-nv
Uname: Linux 2.6.28-11-generic i686
UnreportableReason: This is not a genuine Ubuntu package

** Affects: xserver-xorg-video-nv (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
GeForce 6200  - X server refuses to start
https://bugs.launchpad.net/bugs/370234
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370234] Re: GeForce 6200 - X server refuses to start

2009-05-01 Thread Michal Suchanek

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

** Attachment added: LsHal.txt
   http://launchpadlibrarian.net/26204646/LsHal.txt

** Attachment added: LsMod.txt
   http://launchpadlibrarian.net/26204648/LsMod.txt

** Attachment added: LsPci.txt
   http://launchpadlibrarian.net/26204649/LsPci.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/26204650/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/26204653/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/26204654/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/26204655/Xrandr.txt

** Attachment added: glxinfo.txt
   http://launchpadlibrarian.net/26204657/glxinfo.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/26204658/setxkbmap.txt

** Attachment added: system.txt
   http://launchpadlibrarian.net/26204660/system.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/26204661/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/26204662/xkbcomp.txt

-- 
GeForce 6200  - X server refuses to start
https://bugs.launchpad.net/bugs/370234
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370233] [NEW] System crashes while installing openoffice.org mailmerge

2009-05-01 Thread daniellink
Public bug reported:

First of all, this does not only happen on my computer. I set up a
Ubuntu Studio 9.04 system for testing in a virtual machine before
installing on a friend's computer. Both of us encounter the same problem
on both computers. My computer carries the newest updates while he uses
the 9.04 standard edition.

We tried installing OpenOffice.org 3.0 using the standard package
manager. It always stops at the following line:

  Adding extension /usr/lib/openoffice/basis3.0/program/mailmerge.py...

This takes the whole system down, and we have to do a hard reboot. After
restarting we cannot install any upgrades or new packages before
continuing the old installation. If we run, as proposed by the updater:

  dpkg --configure -a

the openoffice.org-emailmerge installation is continued but, again,
hangs and takes the system down at exactly the same line.

Please tell me which further information you need to resolve this issue.

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

-- 
System crashes while installing openoffice.org mailmerge
https://bugs.launchpad.net/bugs/370233
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370233] Re: System crashes while installing openoffice.org mailmerge

2009-05-01 Thread daniellink

** Attachment added: Bild 1.png
   http://launchpadlibrarian.net/26204625/Bild%201.png

-- 
System crashes while installing openoffice.org mailmerge
https://bugs.launchpad.net/bugs/370233
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 349992] Re: [i945 tiling] (Needs kernel 2.6.30-rc3) Low performance due to no A17 workaround

2009-05-01 Thread Bryce Harrington
** Summary changed:

- [i945 tiling] Low performance due to no A17 workaround
+ [i945 tiling] (Needs kernel 2.6.30-rc3) Low performance due to no A17 
workaround

-- 
[i945 tiling] (Needs kernel 2.6.30-rc3) Low performance due to no A17 workaround
https://bugs.launchpad.net/bugs/349992
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339555] Re: [i945GM] (Needs kernel 2.6.30rc2, UXA) compiz slowmotion after Jaunty upgrade

2009-05-01 Thread Bryce Harrington
** Summary changed:

- [i945GM] compiz slowmotion after Jaunty upgrade
+ [i945GM] (Needs kernel 2.6.30rc2, UXA) compiz slowmotion after Jaunty upgrade

-- 
[i945GM] (Needs kernel 2.6.30rc2, UXA) compiz slowmotion after Jaunty upgrade
https://bugs.launchpad.net/bugs/339555
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370236] [NEW] iwlwifi connection problem

2009-05-01 Thread anhu
Public bug reported:

Ubuntu release 9.04 and kernel image 2.6.28-11.42
Problem is occuring during first bootup and sometimes during wakeup from 
suspend. Device is unable to connect wireless router and require series manual 
retry to connect wireless router. 


Device:
  *-network
   description: Wireless interface
   product: PRO/Wireless 5100 AGN [Shiloh] Network Connection
   vendor: Intel Corporation
   physical id: 0
   bus info: p...@:04:00.0
   logical name: wmaster0
   version: 00
   serial: 00:22:fa:42:f6:18
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress bus_master cap_list logical ethernet 
physical wireless
   configuration: broadcast=yes driver=iwlagn ip=88.112.206.194 latency=0 
module=iwlagn multicast=yes wireless=IEEE 802.11abgn


dmesg error
[26448.549049] iwlagn: Removing wrong key 1 0x410b  
[26448.549172] [ cut here ] 
[26448.549177] WARNING: at 
/build/buildd/linux-2.6.28/drivers/net/wireless/iwlwifi/iwl-sta.c:708 
iwl_set_dynamic_key+0x1aa/0x1b0 [iwlcore]() 
 
[26448.549181] no space for new kewModules linked in: nvidia(P) aes_x86_64 
aes_generic ppdev bridge stp bnep input_polldev dm_crypt lp parport joydev 
snd_hda_intel snd_pcm_oss arc4 snd_mixer_oss ecb snd_pcm snd_seq_dummy 
snd_seq_oss snd_seq_midi iwlagn iwlcore snd_rawmidi led_class 
snd_seq_midi_event snd_seq mac80211 psmouse uvcvideo snd_timer snd_seq_device 
pcspkr video serio_raw compat_ioctl32 videodev v4l1_compat snd soundcore 
snd_page_alloc iTCO_wdt iTCO_vendor_support cfg80211 sdhci_pci sdhci output 
btusb intel_agp usbhid tg3 fbcon tileblit font bitblit softcursor [last 
unloaded: nvidia]   
  
[26448.549257] Pid: 10, comm: events/1 Tainted: PW  2.6.28-11-generic 
#42-Ubuntu
[26448.549261] Call Trace:
[26448.549273]  [80250927] warn_slowpath+0xb7/0xf0
[26448.549280]  [802fca21] ? alloc_inode+0x1f1/0x220  
  
[26448.549285]  [802fca21] ? alloc_inode+0x1f1/0x220   
[26448.549292]  [8031765e] ? inotify_d_instantiate+0x4e/0x60  
   
[26448.549305]  [a0ba52b0] ? iwl4965_mac_set_key+0x0/0x160 [iwlagn]   
 
[26448.549312]  [803bff62] ? debugfs_mknod+0xd2/0x130 
   
[26448.549316]  [802fb499] ? dput+0xb9/0x190  
  
[26448.549321]  [803c0108] ? debugfs_create_by_name+0x148/0x220   
   
[26448.549328]  [8022f669] ? default_spin_lock_flags+0x9/0x10 
 
[26448.549342]  [a0b909da] iwl_set_dynamic_key+0x1aa/0x1b0 [iwlcore]  
[26448.549354]  [a0ba53dc] iwl4965_mac_set_key+0x12c/0x160 [iwlagn]   
  
[26448.549381]  [a0b2bd83] ieee80211_key_enable_hw_accel+0x83/0x160 
[mac80211]
[26448.549387]  [803bfe85] ? debugfs_remove+0x65/0x70  
[26448.549409]  [a0b2c120] __ieee80211_key_todo+0x130/0x1b0 
[mac80211]   
[26448.549431]  [a0b2c300] ? key_todo+0x0/0x10 [mac80211] 
 
[26448.549452]  [a0b2c2e5] ieee80211_key_todo+0x15/0x30 [mac80211]
   
[26448.549473]  [a0b2c309] key_todo+0x9/0x10 [mac80211]   

[26448.549479]  [8026430a] run_workqueue+0xba/0x190 
[26448.549486]  [802645e7] worker_thread+0xa7/0x120   
[26448.549492]  [80268930] ? autoremove_wake_function+0x0/0x40   
[26448.549497]  [80264540] ? worker_thread+0x0/0x120  
  
[26448.549503]  [802684c9] kthread+0x49/0x90  
[26448.549509]  [80213979] child_rip+0xa/0x11
[26448.549515]  [80268480] ? kthread+0x0/0x90  
[26448.549520]  [8021396f] ? child_rip+0x0/0x11  
[26448.549523] ---[ end trace 7052151cbb8cfea8 ]---

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
iwlwifi connection problem
https://bugs.launchpad.net/bugs/370236
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370235] [NEW] low graphics mode stomps on itself

2009-05-01 Thread Michal Suchanek
Public bug reported:

Binary package hint: xserver-xorg-video-nv

wehn my graphics does not work I get

1) several flashes as gdm tries to start the X server repeatedly

2) A window offering to start in a low graphics mode

  - here I choose to start low grpahics for just one session and
progress bar appears

3) a text dialog appears saying a X server is active for some VT
  
- unless I choose to open a new VT or click the OK below the progress bar the X 
server would not start


I would expect these to work together and not one asking to work around the 
other.

I am running Ubuntu 09.04

** Affects: xserver-xorg-video-nv (Ubuntu)
 Importance: Undecided
 Status: New

-- 
low graphics mode stomps on itself
https://bugs.launchpad.net/bugs/370235
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 363467] Re: [gm965] kubuntu final live cd doesn't start xorg for HP 2710p laptop

2009-05-01 Thread martin
@Mario, since you have an nvidia card please open a separate bug. When
you open this bug do it using the terminal command ubuntu-bug xorg so
we can gets hardware and software configuration details attach to the
bug report. Also, it would be in particularly valuable for us if you
saved a copy of xorg.log and xorg.log.old right when you tried to boot
but ended up in a text mode console instead. Thanks.

-- 
[gm965] kubuntu final live cd doesn't start xorg for HP 2710p laptop
https://bugs.launchpad.net/bugs/363467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 363467] Re: [gm965] kubuntu final live cd doesn't start xorg for HP 2710p laptop

2009-05-01 Thread Mario A. Vazquez
I tried the Kubuntu 9.04 RC again (amd64 edition), and the cd boot to
KDE without any issue, but tried again the Kubuntu 9.04 and it stays on
a prompt.

The starting messages in the console in both releases shows that kdm is
executed, but something is killing it in the final release.

And the comment above that said I fixed it with starting the service, I
had to kill the kdm that was started (but not available to use) before
restarting it again.

-- 
[gm965] kubuntu final live cd doesn't start xorg for HP 2710p laptop
https://bugs.launchpad.net/bugs/363467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 363467] Re: [gm965] kubuntu final live cd doesn't start xorg for HP 2710p laptop

2009-05-01 Thread Mario A. Vazquez
Ok, going to submit as a separate report.

-- 
[gm965] kubuntu final live cd doesn't start xorg for HP 2710p laptop
https://bugs.launchpad.net/bugs/363467
You received this bug notification because you are a member of 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   >