[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