[Bug 596064] Re: nmbd fails to start on boot - problem with upstart

2011-01-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~jelmer/samba/596064-nmb-fails-to-start

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

Title:
  nmbd fails to start on boot - problem with upstart

-- 
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 672986] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

2011-01-25 Thread Martin Pitt
Accepted euca2ools into maverick-proposed, the package will build now
and be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: euca2ools (Ubuntu Maverick)
   Status: In Progress = Fix Committed

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

Title:
  euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

-- 
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 667793] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem label

2011-01-25 Thread Martin Pitt
Accepted euca2ools into maverick-proposed, the package will build now
and be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: euca2ools (Ubuntu Maverick)
   Status: In Progress = Fix Committed

** Tags removed: verification-done

** Tags added: verification-needed

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

Title:
  euca-bundle-vol/ec2-bundle-vol should copy filesystem label

-- 
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 707348] [NEW] tomcat6 doesn't configure cleanly with JAVA_OPTS having values with slashes

2011-01-25 Thread Stephan Adig
Public bug reported:

Binary package hint: tomcat6

Dear Colleagues,

during security update of tomcat6 on maverick (and the same will happen 
everywhere), when you have a JAVA_OPTS line with something like that
JAVA_OPTS=-Djava.awt.headless=true -Xmx128m -XX:+UseConcMarkSweepGC 
-Dpath.foo=/etc/foo/monitoring.properties

the sed call of :


tmpfile=`mktemp /tmp/tomcat6.XX`
chmod 644 $tmpfile
cat $TEMPLATE \
| sed s/^TOMCAT6_USER=.*$/TOMCAT6_USER=$TOMCAT6_USER/ \
| sed s/^TOMCAT6_GROUP=.*$/TOMCAT6_GROUP=$TOMCAT6_GROUP/ \
| sed s/^JAVA_OPTS=.*$/JAVA_OPTS=\$JAVA_OPTS\/ \
 $tmpfile

will fail because of the slashes.

Those slashes are not escaped properly.

Adding  a line with:

db_get tomcat6/javaopts  JAVA_OPTS=$RET ||
JAVA_OPTS=-Djava.awt.headless=true -Xmx128m -XX:+UseConcMarkSweepGC

JAVA_OPTS=`echo $JAVA_OPTS|sed -e 's#\/#\\\/#g'`

helps here.

Please find attached the patched maverick tomcat6 src package with postinst 
fixed.
It needs to be done for lucid and natty and other releases too.

Regards,
\sh

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

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

Title:
  tomcat6 doesn't configure  cleanly with JAVA_OPTS having values with
  slashes

-- 
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 707348] Re: tomcat6 doesn't configure cleanly with JAVA_OPTS having values with slashes

2011-01-25 Thread Stephan Adig

** Patch added: debdiff  with fixed tomcat6.postinst
   
https://bugs.launchpad.net/bugs/707348/+attachment/1805862/+files/tomcat6_6.0.28-2ubuntu1.2.debdiff

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

Title:
  tomcat6 doesn't configure  cleanly with JAVA_OPTS having values with
  slashes

-- 
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 707365] [NEW] syntax error in /usr/share/awstats/tools/buildstatic.sh

2011-01-25 Thread Kenyon Ralph
Public bug reported:

Binary package hint: awstats

[: 27: yes: unexpected operator

The == needs to be a = on line 27.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: awstats 6.9.5~dfsg-3ubuntu0.1
ProcVersionSignature: Ubuntu 2.6.35-25.43-generic 2.6.35.10
Uname: Linux 2.6.35-25-generic i686
Architecture: i386
Date: Tue Jan 25 03:48:17 2011
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/sh
SourcePackage: awstats

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


** Tags: apport-bug i386 maverick

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

Title:
  syntax error in /usr/share/awstats/tools/buildstatic.sh

-- 
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 707365] Re: syntax error in /usr/share/awstats/tools/buildstatic.sh

2011-01-25 Thread Kenyon Ralph


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

Title:
  syntax error in /usr/share/awstats/tools/buildstatic.sh

-- 
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 707348] Re: tomcat6 doesn't configure cleanly with JAVA_OPTS having values with slashes

2011-01-25 Thread Thierry Carrez
*** This bug is a duplicate of bug 654549 ***
https://bugs.launchpad.net/bugs/654549

Fixed in Natty in as bug 654549, you should nominate against
Maverick/Lucid there.

** This bug has been marked a duplicate of bug 654549
   Tomcat6 fails to upgrade if JAVA_OPTS contains /
 * You can subscribe to bug 654549 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/654549/+subscribe

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

Title:
  tomcat6 doesn't configure  cleanly with JAVA_OPTS having values with
  slashes

-- 
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 705395] Re: $domain is not available in libvirtxml.tmpl

2011-01-25 Thread Dave Walker
Tentatively assigning to Serge Hallyn for comment if this is a
regression, or a feature change.  Are you aware of the cause of this?

Thanks.

** Changed in: vm-builder (Ubuntu)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.
https://bugs.launchpad.net/bugs/705395

Title:
  $domain is not available in libvirtxml.tmpl

-- 
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 702472] Re: package bind9 1:9.7.1.dfsg.P2-2ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread Dave Walker
@Wylde, thanks for taking the time to report this bug.  It does indeed
seem it's not a bug with bind9.  I am changing the affects back to
Ubuntu, as this requires further investigation as what package it
affects.  Thanks

Interesting extract from log:
Setting up bind9 (1:9.7.1.dfsg.P2-2ubuntu0.1) ...

 * Starting domain name service... bind9     * Awakening mail 
retriever agent:    
[fail]

run-parts: /etc/resolvconf/update-libc.d/fetchmail exited with return
code 1

run-parts: /etc/resolvconf/update.d/libc exited with return code 1

invoke-rc.d: initscript bind9, action start failed.

 
Log started: 2011-01-10  15:30:47
Setting up bind9 (1:9.7.1.dfsg.P2-2ubuntu0.1) ...

debconf: DbDriver config: /var/cache/debconf/config.dat is locked by
another process: Resource temporarily unavailable

dpkg: error processing bind9 (--configure):

 subprocess installed post-installation script returned error exit
status 1

@Dominik, Please don't revert affects, without making a comment with
rational.  Thanks.

** Package changed: bind9 (Ubuntu) = ubuntu

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

Title:
  package bind9 1:9.7.1.dfsg.P2-2ubuntu0.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 699665] Re: sshd crashed during a rsync

2011-01-25 Thread Dave Walker
Marking incomplete, as a core dump file is required or detailed steps to
reproduce.  Thanks.

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

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

Title:
  sshd crashed during a rsync

-- 
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 705431] Re: publickey authentication on dropbear server fails

2011-01-25 Thread Dave Walker
This is odd, i just tried to reproduce this and was not able to on
Natty.  Could i ask that you generate a new set of ssh keys, and confirm
that you are able to reproduce this issue using them keys?

...
debug2: we sent a publickey packet, wait for reply
debug1: Server accepts key: pkalg ssh-rsa blen 277
...

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

Title:
  publickey authentication on dropbear server fails

-- 
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 654549] Re: Tomcat6 fails to upgrade if JAVA_OPTS contains /

2011-01-25 Thread Marc Deslauriers
** Also affects: tomcat6 (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Changed in: tomcat6 (Ubuntu Maverick)
   Importance: Undecided = Low

** Changed in: tomcat6 (Ubuntu Maverick)
   Status: New = Confirmed

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

Title:
  Tomcat6 fails to upgrade if JAVA_OPTS contains /

-- 
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 706945] Re: php5-fpm package does not include a logrotate file

2011-01-25 Thread Dave Walker
** Changed in: php5 (Ubuntu)
   Status: New = Incomplete

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

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

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

Title:
  php5-fpm package does not include a logrotate file

-- 
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 707405] [NEW] tomcat6-instance-create should allow -c -1

2011-01-25 Thread Michael Schnupp
Public bug reported:

Binary package hint: tomcat6

According to http://tomcat.apache.org/tomcat-6.0-doc/config/server.html
the port attribute of the server can be set to -1 to disable the control port.
tomcat6-instance-create accepts the -c option to specify exactly that port, but 
complains about -1 not being a valid TCP port number.

Allowing disabling that port in tomcat6-instance-create would be nice.

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

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

Title:
  tomcat6-instance-create should allow -c -1

-- 
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 707402] [NEW] connection refused on port 22 after upgrade

2011-01-25 Thread cybernet
Public bug reported:

i have a vps, i installed ubuntu-lucid server i386
after i did the upgrade to this day and rebooted i wasn't able to connect with 
ssh on 22 port
i selected yes when i was asked about the maintainers version ( i hope you know 
what i'm trying to say )

please help

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: openssh-server (not installed)
ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
Uname: Linux 2.6.32-27-generic i686
Architecture: i386
Date: Tue Jan 25 15:11:09 2011
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
SourcePackage: openssh

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


** Tags: apport-bug i386 lucid

** Description changed:

  i have a vps, i installed ubuntu-lucid server i386
  after i did the upgrade to this day and rebooted i wasn't able to connect 
with ssh on 22 port
- i selected yes when i was asked about the maintainers version ( i hope you 
know what i try to say )
+ i selected yes when i was asked about the maintainers version ( i hope you 
know what i'm trying to say )
  
  please help
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: openssh-server (not installed)
  ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
  Uname: Linux 2.6.32-27-generic i686
  Architecture: i386
  Date: Tue Jan 25 15:11:09 2011
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  ProcEnviron:
-  SHELL=/bin/bash
-  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+  LANG=en_US.UTF-8
  SourcePackage: openssh

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

Title:
  connection refused on port 22 after upgrade

-- 
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 706988] Re: Major Bug in MySQL 5.1.49 up to 5.1.52

2011-01-25 Thread Dave Walker
@Christian, Thanks for reporting this bug.  Can you confirm that the issue you 
are describing is the upstream issue of:
http://bugs.mysql.com/bug.php?id=56423

Thanks.

** Bug watch added: MySQL Bug System #56423
   http://bugs.mysql.com/bug.php?id=56423

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

** Changed in: mysql-5.1 (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in ubuntu.
https://bugs.launchpad.net/bugs/706988

Title:
  Major Bug in MySQL 5.1.49 up to 5.1.52

-- 
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 706995] Re: Cobbler references init scripts in /etc/rc.d/init.d

2011-01-25 Thread Dave Walker
Thanks for reporting this bug, it does indeed seem to be the case.

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

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

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

Title:
  Cobbler references init scripts in /etc/rc.d/init.d

-- 
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 707099] Re: Hostname case mismatch

2011-01-25 Thread Dave Walker
** Changed in: munin (Ubuntu)
   Status: New = Triaged

** Changed in: munin (Ubuntu)
 Assignee: (unassigned) = Dave Walker (davewalker)

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

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

Title:
  Hostname case mismatch

-- 
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 707099] Re: Hostname case mismatch

2011-01-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~davewalker/ubuntu/natty/munin/uppercase-hostname-
mismatch

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

Title:
  Hostname case mismatch

-- 
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 707113] Re: Koan should not have dependency on cobbler

2011-01-25 Thread Dave Walker
Confirmed, thanks for spotting this.

** Changed in: cobbler (Ubuntu)
   Status: New = Triaged

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

** Changed in: cobbler (Ubuntu)
 Assignee: (unassigned) = Dave Walker (davewalker)

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

Title:
  Koan should not have dependency on cobbler

-- 
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 707113] Re: Koan should not have dependency on cobbler

2011-01-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~davewalker/cobbler/koan-depends

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

Title:
  Koan should not have dependency on cobbler

-- 
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 701765] Re: open_basedir breaks by restricting paths to files that should be allowed; Unknown: Failed opening required '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on line 0

2011-01-25 Thread Dave Walker
php5 (5.3.3-1ubuntu9.3) maverick-security; urgency=low

  * debian/patches/php5-CVE-2010-3436-regression.patch: update
main/fopen_wrappers.c to include fix for open_basedir restriction
regression (LP: #701896)
 -- Steve Beattie sbeat...@ubuntu.com   Wed, 12 Jan 2011 07:02:44 -0800

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-3436

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

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

Title:
  open_basedir breaks by restricting paths to files that should be
  allowed; Unknown: Failed opening required
  '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on
  line 0

-- 
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 697105] Re: Segfault on POST

2011-01-25 Thread Dave Walker
** Changed in: apache2 (Ubuntu Natty)
Milestone: None = natty-alpha-2

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

Title:
  Segfault on POST

-- 
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 707436] [NEW] package postfix 2.5.5-1.1 failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2011-01-25 Thread Kashyap
Public bug reported:

Binary package hint: postfix

When I was installing xmms2 I got this error

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess pre-installation script returned error exit status 1
Package: postfix 2.5.5-1.1
SourcePackage: postfix
Title: package postfix 2.5.5-1.1 failed to install/upgrade: subprocess 
pre-installation script returned error exit status 1
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-package i386

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

Title:
  package postfix 2.5.5-1.1 failed to install/upgrade: subprocess pre-
  installation script returned error exit status 1

-- 
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 707436] Re: package postfix 2.5.5-1.1 failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2011-01-25 Thread Kashyap


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

Title:
  package postfix 2.5.5-1.1 failed to install/upgrade: subprocess pre-
  installation script returned error exit status 1

-- 
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 653405] Re: rabbitmq-server fails to start if hostname is unresolvable or has changed since first starting

2011-01-25 Thread Clint Byrum
I forwarded the link to this bug to legitimategrieva...@rabbitmq.com ..
will set the status accordingly upon response.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server in ubuntu.
https://bugs.launchpad.net/bugs/653405

Title:
  rabbitmq-server fails to start if hostname is unresolvable or has
  changed since first starting

-- 
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 596064] Re: nmbd fails to start on boot - problem with upstart

2011-01-25 Thread Launchpad Bug Tracker
This bug was fixed in the package samba - 2:3.5.6~dfsg-4ubuntu2

---
samba (2:3.5.6~dfsg-4ubuntu2) natty; urgency=low

  * debian/samba.nmbd.upstart: create /var/run/samba directory before running
testparm. Fixes start-up of nmb after boot. (LP: #596064)
Thanks to Jelmer Vernooij.
 -- Chuck Short zul...@ubuntu.com   Tue, 25 Jan 2011 10:09:33 -0500

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

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

Title:
  nmbd fails to start on boot - problem with upstart

-- 
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 707402] Re: connection refused on port 22 after upgrade

2011-01-25 Thread Andres Rodriguez
Hi there!

Thank you for reporting bugs and trying to make Ubuntu better!

Are you, by any chance, running this in a Virtuozzo VM?

Additionally, could you please provide the following information:

 * Version of the package installed before and after the upgrade
 * Provide a diff between newer upstart job and older one (/etc/init/ssh.conf)
 * Provide a syslog, filtering for ssh.

Best regards,

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

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

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

Title:
  connection refused on port 22 after upgrade

-- 
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 707098] Re: oom change in 1:5.3p1-3ubuntu5 causes operation not permitted

2011-01-25 Thread Andres Rodriguez
** Changed in: openssh (Ubuntu)
   Status: New = Opinion

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

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

Title:
  oom change in 1:5.3p1-3ubuntu5 causes operation not permitted

-- 
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 705395] Re: $domain is not available in libvirtxml.tmpl

2011-01-25 Thread Serge Hallyn
Thanks for reporting this bug.  Could you attach the template you are
using, and the command which you use in karmic to make use of it?

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.
https://bugs.launchpad.net/bugs/705395

Title:
  $domain is not available in libvirtxml.tmpl

-- 
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 707098] Re: oom change in 1:5.3p1-3ubuntu5 causes operation not permitted

2011-01-25 Thread Colin Watson
Opinion isn't the right status here.

Alan, firstly (and tangentially, I suppose), the openssh update was a
normal update, not a security update.  That aside, we didn't change the
oom line in that update, only the expect and exec lines.  Here's
the full diff:

http://launchpadlibrarian.net/61846798/openssh_1%3A5.3p1-3ubuntu4_1%3A5.3p1-3ubuntu5.diff.gz

So I think what happened here is that you got dpkg's conffile prompt,
and answered install the package maintainer's version without
correctly resolving the local change that was present on your system
(i.e. commenting out the oom line).

dpkg conffile prompts have never been particularly elegant, and at some
point I think we would like to add a more convenient three-way merge
facility to them (some prompts already have this due to ucf, but the
package has to arrange for this manually and it makes things more
complicated).  This isn't really a bug in the openssh package, though.

As for the oom breakage in general, newer upstream versions of openssh
do this rather more gracefully without requiring special hacks for
particular container systems, so I think once you move your VM to Ubuntu
10.10 (or 12.04 LTS) or newer, this should no longer be a problem.

** Changed in: openssh (Ubuntu)
   Status: Opinion = New

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

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

Title:
  oom change in 1:5.3p1-3ubuntu5 causes operation not permitted

-- 
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 697105] Re: Segfault on POST

2011-01-25 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.2.16-6ubuntu2

---
apache2 (2.2.16-6ubuntu2) natty; urgency=low

  * debian/rules: Use -fno-strict-aliasing to work around a gcc bug.
   (LP: #697105)
 -- Chuck Short zul...@ubuntu.com   Tue, 25 Jan 2011 11:14:58 -0500

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

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

Title:
  Segfault on POST

-- 
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 665667] Re: couldn't launch an AMI bundled and uploaded using euca2ools

2011-01-25 Thread Scott Moser
I verified this bug is present in euca2ools versions for both maverick
and lucid.  And thusly, nominated it for that release.  Mainly just to
track it.

** Also affects: euca2ools (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: euca2ools (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Changed in: euca2ools (Ubuntu Lucid)
   Importance: Undecided = Medium

** Changed in: euca2ools (Ubuntu Lucid)
   Status: New = Confirmed

** Changed in: euca2ools (Ubuntu Maverick)
   Status: New = Confirmed

** Changed in: euca2ools (Ubuntu Maverick)
   Importance: Undecided = Medium

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

Title:
  couldn't launch an AMI bundled and uploaded using euca2ools

-- 
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 672986] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

2011-01-25 Thread Scott Moser
I've verified maverick and lucid euca2ools for this bug, by doing the
following:

 Maverick Euca2ools 
- launch ami-a6f504cf, ssh
  us-east-1 ami-a6f504cf canonical ubuntu-maverick-10.10-i386-server-20101225
- sudo mkdir /mnt/creds  sudo chown ubuntu:ubuntu /mnt/creds
  . /mnt/creds # creds file set up to have necessary environment vars
- add proposed and install/upgrade package
  $ mirror=$(awk '$0 ~ /^deb / { print $2 ; exit(0); }' /etc/apt/sources.list)
  $ echo deb ${mirror} $(lsb_release -sc)-proposed main universe multiverse | 
sudo tee -a /etc/apt/sources.list
  $ sudo apt-get update
  $ apt-cache policy euca2ools
  euca2ools:
Installed: 1.2-0ubuntu11
Candidate: 1.2-0ubuntu11.1
Version table:
   1.2-0ubuntu11.1 0
  500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ 
maverick-proposed/main i386 Packages
   *** 1.2-0ubuntu11 0
  500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ maverick/main 
i386 Packages
  100 /var/lib/dpkg/status
  $ sudo apt-get install euca2ools
- dest=/mnt/dest
- sudo rm -Rf ${dest}  sudo mkdir -p ${dest}  cd ${dest}
- name=euca-ami-rebundle-$(lsb_release -sc)
- arch=$(uname -m) ; [ ${arch} = i686 ]  arch=i386
- sudo euca-bundle-vol \
   --cert ${EC2_CERT} --privatekey ${EC2_PRIVATE_KEY} \
   --user ${EC2_USER_ID} \
   --destination /mnt/dest \
   --arch ${arch} \
   --prefix ${name} \
   --size 2048
- verify that / and target have the same fs info:
 $ sudo blkid ${name}.img /dev/sda1
 euca-ami-rebundle-maverick.img: LABEL=uec-rootfs 
UUID=7742f6ee-e492-4019-a70f-877c43562a7b TYPE=ext4
 /dev/sda1: LABEL=uec-rootfs UUID=7742f6ee-e492-4019-a70f-877c43562a7b 
TYPE=ext4
- bundle/upload/register
  #due to bug 665667, we have to bundle the .img file with the ec2-ami-tools
  ## begin bug 665667 work around ##
  sudo apt-get install ec2-ami-tools
  sudo rm *.part.* *manifest.xml
  aki=$(wget -q http://169.254.169.254/latest/meta-data/kernel-id -O -)
  sudo ec2-bundle-image \
 --cert ${EC2_CERT} --privatekey ${EC2_PRIVATE_KEY} --user ${EC2_USER_ID} \
 --destination ${dest} \
 --image ${dest}/${name}.img \
 --kernel ${aki} --arch ${arch}
  ## end bug 665667 work around ##

  bucket=smoser-test
  $ euca-upload-bundle \
   --access-key ${EC2_ACCESS_KEY} --secret-key ${EC2_SECRET_KEY} \
   --bucket ${bucket} \
   --manifest ${name}.img.manifest.xml
  $ euca-register ${bucket}/${name}.img.manifest.xml
- run the new instance, and verify you can connect
  ec2-run-instances new_ami
  ssh ubuntu@

 Lucid Euca2ools 
I followed the same process as with maverick above, with the following 
differences:
- launch ami-88f504e1, ssh connect
  us-east-1 ami-88f504e1 ubuntu-lucid-10.04-i386-server-20101228
- $ apt-cache  policy euca2ools
  euca2ools:
Installed: 1.2-0ubuntu10
Candidate: 1.2-0ubuntu10.1
Version table:
   1.2-0ubuntu10.1 0
  500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ 
lucid-proposed/main Packages
   *** 1.2-0ubuntu10 0
  500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ lucid/main 
Packages
  100 /var/lib/dpkg/status
- $ sudo blkid ${name}.img /dev/sda1
  euca-ami-rebundle-lucid.img: LABEL=uec-rootfs 
UUID=844b1f46-656d-4a2f-b1b6-5c0d9d110731 SEC_TYPE=ext2 TYPE=ext3
  /dev/sda1: LABEL=uec-rootfs UUID=844b1f46-656d-4a2f-b1b6-5c0d9d110731 
TYPE=ext3

** Tags added: verification-done
** Tags removed: verification-needed

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

Title:
  euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

-- 
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 707099] Re: Hostname case mismatch

2011-01-25 Thread Daniel Hahler
*** This bug is a duplicate of bug 699967 ***
https://bugs.launchpad.net/bugs/699967

** This bug has been marked a duplicate of bug 699967
   Empty list of plugins/services with hostname containing uppercase letters
 * You can subscribe to bug 699967 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/699967/+subscribe

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

Title:
  Hostname case mismatch

-- 
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 667793] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem label

2011-01-25 Thread Scott Moser
Please see verification of this fix in
https://bugs.launchpad.net/ubuntu/+source/euca2ools/+bug/672986/comments/13


** Tags added: verification-done
** Tags removed: verification-needed

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

Title:
  euca-bundle-vol/ec2-bundle-vol should copy filesystem label

-- 
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 697105] Re: Segfault on POST

2011-01-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/apache2

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

Title:
  Segfault on POST

-- 
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 707535] [NEW] package samba-common 2:3.4.0-3ubuntu5.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread L. J. Helgerson
Public bug reported:

Binary package hint: samba

Not sure what happened, but Samba crashed after updating through Update
Manager. I kept the old version of the samba.conf file (I did this
successfully on one of my other systems), Curiously, my Samba access to
other systems on the network appears to be intact.

Ubuntu version: 9.10 (Karmic)
Samba version: 1.2.63-0ubuntu4

ProblemType: Package
Architecture: i386
Date: Tue Jan 25 11:20:24 2011
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
NonfreeKernelModules: nvidia
Package: samba-common 2:3.4.0-3ubuntu5.7
PackageArchitecture: all
ProcVersionSignature: Ubuntu 2.6.31-22.70-generic
SourcePackage: samba
Title: package samba-common 2:3.4.0-3ubuntu5.7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
Uname: Linux 2.6.31-22-generic i686

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


** Tags: apport-package i386

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

Title:
  package samba-common 2:3.4.0-3ubuntu5.7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 707535] Re: package samba-common 2:3.4.0-3ubuntu5.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread L. J. Helgerson


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

Title:
  package samba-common 2:3.4.0-3ubuntu5.7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 707546] [NEW] package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread Rick McBride
Public bug reported:

Binary package hint: samba

while doing 'apt-get update'

Side note, the automated questions that apport asks aren't useful in
this kind of bug. It's asking if I'm running server or connecting to
server and what clients are having difficulty connecting. This is an
upgrade/package issue and not really a Samba configuration issue, AFAIK.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: samba 2:3.5.6~dfsg-4ubuntu2
ProcVersionSignature: Ubuntu 2.6.37-12.26-generic 2.6.37
Uname: Linux 2.6.37-12-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Tue Jan 25 12:57:23 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha amd64 (20100323)
OtherFailedConnect: Yes
SambaServerRegression: Yes
SmbConfIncluded: No
SourcePackage: samba
Title: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: amd64 apport-package natty

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 707546] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread Rick McBride


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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 707113] Re: Koan should not have dependency on cobbler

2011-01-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-virt/cobbler/ubuntu

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

Title:
  Koan should not have dependency on cobbler

-- 
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 707563] [NEW] package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-01-25 Thread Laurent Bigonville
Public bug reported:

Binary package hint: samba

Post-install script fails to start nmbd

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: samba 2:3.5.6~dfsg-4ubuntu2
ProcVersionSignature: Ubuntu 2.6.37-12.26-generic 2.6.37
Uname: Linux 2.6.37-12-generic x86_64
Architecture: amd64
Date: Tue Jan 25 19:10:02 2011
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
SourcePackage: initramfs-tools
Title: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1

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


** Tags: amd64 apport-package natty

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

-- 
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 707563] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-01-25 Thread Laurent Bigonville


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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

-- 
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 707563] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-01-25 Thread Jelmer Vernooij
** Changed in: samba (Ubuntu)
 Assignee: (unassigned) = Jelmer Vernooij (jelmer)

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

-- 
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 662638] Re: Postinst fails if webapps/ROOT is a symlink

2011-01-25 Thread Disconnect
Still broken in 1.6.

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

Title:
  Postinst fails if webapps/ROOT is a symlink

-- 
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 690640] [NEW] dh_installinit upstart support start a job in postinst script regardless of previous status

2011-01-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Steve Langasek (vorlon):

Binary package hint: debhelper

packages created with debhelper with an upstart job integrate on
postinst script an unconditionally start, for example samba packages has
this

# Automatically added by dh_installinit
if [ -e /etc/init/smbd.conf ]; then
# start fails if already running
start smbd || :
fi

with this script on upgrade samba is started regardless of previous
status

autoscripts/cat postinst-upstart

which contains original template for this script should be corrected to
check status of job before start package

something like (metacode)

if (operation==upgrade and job.preupgrade.status==start and exist(job.conf)) 
then
start job
fi

** Affects: debhelper (Ubuntu)
 Importance: High
 Assignee: Steve Langasek (vorlon)
 Status: Fix Released

-- 
dh_installinit upstart support start a job in postinst script regardless of 
previous status
https://bugs.launchpad.net/bugs/690640
You received this bug notification because you are a member of Ubuntu Server 
Team, which is a direct subscriber.

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


Re: [Bug 690640] Re: dh_installinit upstart support start a job in postinst script regardless of previous status

2011-01-25 Thread Steve Langasek
On Tue, Jan 25, 2011 at 03:00:32PM -, Alessandro Bono wrote:

 Is it possible to backport this fix to Lucid?
 I tried your patch on lucid's debhelper and packages compiled with this 
 patched version has correct scripts

I think a backport to lucid is of questionable benefit, unfortunately, since
we would then also need to rebuild all of the affected packages that ship
upstart jobs and I don't think we have a committment to do that work.  I'll
subscribe the ubuntu server team to this bug however, for their input - if
there's interest in doing the work to rebuild the affected server packages,
I'm ok with backporting this.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/690640

Title:
  dh_installinit upstart support start a job in postinst script
  regardless of previous status

-- 
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 707563] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-01-25 Thread Jelmer Vernooij
This might be related to my fix for bug 596064.

What does 'testparm' output for you? Do you have 'disable netbios' set?


** Changed in: samba (Ubuntu)
 Assignee: Jelmer Vernooij (jelmer) = (unassigned)

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

-- 
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 707563] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-01-25 Thread Laurent Bigonville
bigon@fornost:~$ sudo testparm -s|grep netbios
Load smb config files from /etc/samba/smb.conf
rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
Processing section [printers]
Processing section [print$]
Loaded services file OK.
Server role: ROLE_STANDALONE


no, nothing

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

-- 
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 687535] Re: upstart loses track of ssh daemon after reload ssh

2011-01-25 Thread Imre Gergely
Confirmed fixed on Maverick.

root@utest-mms32:~# lsb_release -rd
Description:Ubuntu 10.10
Release:10.10

root@utest-mms32:~# apt-cache policy openssh-server
openssh-server:
  Installed: 1:5.5p1-4ubuntu5
  Candidate: 1:5.5p1-4ubuntu5
  Version table:
 *** 1:5.5p1-4ubuntu5 0
500 http://ro.archive.ubuntu.com/ubuntu/ maverick-proposed/main i386 
Packages
100 /var/lib/dpkg/status
 1:5.5p1-4ubuntu4 0
500 http://ro.archive.ubuntu.com/ubuntu/ maverick/main i386 Packages

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

Title:
  upstart loses track of ssh daemon after reload ssh

-- 
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 690640] Re: dh_installinit upstart support start a job in postinst script regardless of previous status

2011-01-25 Thread Clint Byrum
By my estimate, there are a bit over 50 pending, unassigned SRU bugs for
the server team in lucid. Many of these are small but the time just to
get them into the pipeline has been scarce and we are under-staffed as
it is. Also the SRU team isn't exactly bursting at the seams. So while I
do think this is important, I want to caution any suggestion that we add
a giant heap of packages to this list without thinking clearly about it
first.

On this bug specifically, one thing I see is that we're really running
in to the upstart bug which makes it hard to definitively disable a
service.

With sysv scripts, invoke-rc.d looks in the rc#.d dirs and makes sure
that this service is supposed to be started, and if it is, then it
starts the service, otherwise, the action is ignored.

With upstart jobs, its not really possible to know if a job should be
running by looking at the filesystem. So this seems to be missing a fix
that would, as Alessandro said, query and save the status when the stop
action is run during preinst, and return the job to the goal it was in
pre-upgrade. The policy-rc.d stuff would work too, but that is less
discoverable and won't actually disable the upstart job at boot time, so
I think before we discuss lucid, we should look at whether or not whats
been done now is a complete solution.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/690640

Title:
  dh_installinit upstart support start a job in postinst script
  regardless of previous status

-- 
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 707581] [NEW] package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: initramfs-tools

Using update manager

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: samba 2:3.5.6~dfsg-4ubuntu2
ProcVersionSignature: Ubuntu 2.6.37-12.26-generic 2.6.37
Uname: Linux 2.6.37-12-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Tue Jan 25 20:48:16 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100803.1)
SourcePackage: initramfs-tools
Title: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: amd64 apport-package natty
-- 
package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/707581
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 707561] [NEW] package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: initramfs-tools

current upgrade -- natty

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: samba 2:3.5.6~dfsg-4ubuntu2
ProcVersionSignature: Ubuntu 2.6.37-12.26-generic 2.6.37
Uname: Linux 2.6.37-12-generic i686
Architecture: i386
Date: Tue Jan 25 19:59:54 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
SourcePackage: initramfs-tools
Title: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 natty
-- 
package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/707561
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 707581] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread Jean-Baptiste Lallement
** Package changed: initramfs-tools (Ubuntu) = samba (Ubuntu)

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 707561] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread Jean-Baptiste Lallement
** Package changed: initramfs-tools (Ubuntu) = samba (Ubuntu)

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 690640] Re: dh_installinit upstart support start a job in postinst script regardless of previous status

2011-01-25 Thread Steve Langasek
On Tue, Jan 25, 2011 at 08:04:15PM -, Clint Byrum wrote:

 With upstart jobs, its not really possible to know if a job should be
 running by looking at the filesystem. So this seems to be missing a fix
 that would, as Alessandro said, query and save the status when the stop
 action is run during preinst, and return the job to the goal it was in
 pre-upgrade.

That's not a policy-correct solution for service handling.  There needs to
be a method for distinguishing between jobs that have been administratively
disabled or that aren't supposed to run because of the current policy (e.g. 
runlevel), and those that are not running for some other reason (such as a
prior package upgrade failure).

Implementing support for such information is on the upstart roadmap, but it
won't be reasonably backportable to lucid.

 The policy-rc.d stuff would work too, but that is less discoverable and
 won't actually disable the upstart job at boot time, so I think before we
 discuss lucid, we should look at whether or not whats been done now is a
 complete solution.

Yes, the fix I implemented has two main purposes:

 - to make upstart services respect policy-rc.d which, awkward as it is, is
   the interface Debian policy gives us to work with for setting service
   policies
 - to fix the use of '|| :' which causes maintainer scripts to ignore *all*
   causes of job start failures, instead of just those caused by trying to
   start an already-running job

This doesn't fix all the problems... just those that we can fix, right now,
in debhelper.  It's also the *only* change we should need to make in
debhelper; the rest of the solution needs to be implemented in upstart +
invoke-rc.d.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/690640

Title:
  dh_installinit upstart support start a job in postinst script
  regardless of previous status

-- 
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 707581] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread Daniel Knittl-Frank
*** This bug is a duplicate of bug 707561 ***
https://bugs.launchpad.net/bugs/707561

** This bug has been marked a duplicate of bug 707561
   package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 707561 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/707561/+subscribe

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 707561] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread Daniel Knittl-Frank
** Changed in: samba (Ubuntu)
   Status: New = Confirmed

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 707631] [NEW] package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread bolek
Public bug reported:

Binary package hint: samba

I just sudo apt-get upgrade then sudo apt-get upgrade and the error
comes

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: samba 2:3.5.6~dfsg-4ubuntu2
ProcVersionSignature: Ubuntu 2.6.37-7.19-generic 2.6.37-rc3
Uname: Linux 2.6.37-7-generic i686
AptOrdering: samba: Configure
Architecture: i386
BothFailedConnect: Yes
Date: Tue Jan 25 14:38:40 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
NmbdLog:
 
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 natty

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 707631] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread bolek


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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 687535] Re: upstart loses track of ssh daemon after reload ssh

2011-01-25 Thread Martin Pitt
** Tags added: verification-done
** Tags removed: verification-needed

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

Title:
  upstart loses track of ssh daemon after reload ssh

-- 
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 684398] Re: mysqld crashes on certain ALTER TABLE queries (MySQL Bug #31145)

2011-01-25 Thread Imre Gergely
Confirming fix works on Lucid


mysql ALTER TABLE `grtdiff_alter_test`.`t1` DROP COLUMN `t` , ADD COLUMN `t2` 
TEXT NULL FIRST;
Query OK, 0 rows affected (0.13 sec)
Records: 0  Duplicates: 0  Warnings: 0

mysql \q
Bye
root@utest-lls32:~# apt-cache policy mysql-server
mysql-server:
  Installed: 5.1.41-3ubuntu12.9
  Candidate: 5.1.41-3ubuntu12.9
  Version table:
 *** 5.1.41-3ubuntu12.9 0
500 http://ro.archive.ubuntu.com/ubuntu/ lucid-proposed/main Packages
100 /var/lib/dpkg/status
 5.1.41-3ubuntu12.8 0
500 http://ro.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
 5.1.41-3ubuntu12.7 0
500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
 5.1.41-3ubuntu12 0
500 http://ro.archive.ubuntu.com/ubuntu/ lucid/main Packages

root@utest-lls32:~# lsb_release -rd
Description:Ubuntu 10.04.1 LTS
Release:10.04

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.
https://bugs.launchpad.net/bugs/684398

Title:
  mysqld crashes on certain ALTER TABLE queries (MySQL Bug #31145)

-- 
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 690640] Re: dh_installinit upstart support start a job in postinst script regardless of previous status

2011-01-25 Thread Clint Byrum
Alright, I see where we do need this information encoded.

The current recommendation for natty is to add the word 'manual' to the
job configuration file to disable it. For 10.10 and earlier, commenting
out the start on line is the preferred method, or moving the file
somewhere else.

What if we added

if grep -q '^\s*start\s*on' /etc/init/${JOB}.conf  ! grep -q '^\s*manual' 
/etc/init/${JOB}.conf ; then
  $ACTION $JOB
fi

To upstart-job?

Since we already have to do a --no-start for special case event based
tasks, this would reliably catch the known ways to disable upstart jobs,
and otherwise doesn't change the behavior.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/690640

Title:
  dh_installinit upstart support start a job in postinst script
  regardless of previous status

-- 
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 684398] Re: mysqld crashes on certain ALTER TABLE queries (MySQL Bug #31145)

2011-01-25 Thread Jean-Baptiste Lallement
** Tags added: verification-done
** Tags removed: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.
https://bugs.launchpad.net/bugs/684398

Title:
  mysqld crashes on certain ALTER TABLE queries (MySQL Bug #31145)

-- 
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 707631] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread Jelmer Vernooij
*** This bug is a duplicate of bug 707563 ***
https://bugs.launchpad.net/bugs/707563

** This bug has been marked a duplicate of bug 707563
   package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
 * You can subscribe to bug 707563 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/707563/+subscribe

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 707581] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread Jelmer Vernooij
*** This bug is a duplicate of bug 707563 ***
https://bugs.launchpad.net/bugs/707563

** This bug is no longer a duplicate of bug 707561
   package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 707546
   package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 707546 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/707546/+subscribe

** This bug is no longer a duplicate of bug 707546
   package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 707563
   package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
 * You can subscribe to bug 707563 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/707563/+subscribe

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 707563] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-01-25 Thread Jelmer Vernooij
Does either of the following commands return non-zero?

testparm -s --parameter-name='disable netbios' 2/dev/null
install -o root -g root -m 755 -d /var/run/samba


** This bug has been marked a duplicate of bug 707546
   package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 707546 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/707546/+subscribe

** This bug is no longer a duplicate of bug 707546
   package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

** Changed in: samba (Ubuntu)
 Assignee: (unassigned) = Jelmer Vernooij (jelmer)

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

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

-- 
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 707561] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread Jelmer Vernooij
*** This bug is a duplicate of bug 707563 ***
https://bugs.launchpad.net/bugs/707563

** This bug has been marked a duplicate of bug 707546
   package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 707546 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/707546/+subscribe

** This bug is no longer a duplicate of bug 707546
   package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 707563
   package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
 * You can subscribe to bug 707563 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/707563/+subscribe

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 707546] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread Jelmer Vernooij
*** This bug is a duplicate of bug 707563 ***
https://bugs.launchpad.net/bugs/707563

** This bug has been marked a duplicate of bug 707563
   package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
 * You can subscribe to bug 707563 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/707563/+subscribe

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 707663] [NEW] package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread nutzmurphy
Public bug reported:

Binary package hint: samba

after removing everything and attempting to reinstall I get the same
result.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: samba 2:3.5.6~dfsg-4ubuntu2
ProcVersionSignature: Ubuntu 2.6.37-12.26-generic 2.6.37
Uname: Linux 2.6.37-12-generic i686
NonfreeKernelModules: nvidia wl
AptOrdering: samba: Configure
Architecture: i386
Date: Tue Jan 25 16:39:21 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
NmbdLog:
 
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
WindowsFailedConnect: Yes

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


** Tags: apport-package i386 natty

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 707663] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread nutzmurphy


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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 707663] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-25 Thread Jelmer Vernooij
*** This bug is a duplicate of bug 707563 ***
https://bugs.launchpad.net/bugs/707563

** This bug has been marked a duplicate of bug 707563
   package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
 * You can subscribe to bug 707563 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/707563/+subscribe

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 707563] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-01-25 Thread Laurent Bigonville
bigon@fornost:~$ testparm -s --parameter-name='disable netbios' 2/dev/null
No
bigon@fornost:~$ echo $?
0
bigon@fornost:~$ install -o root -g root -m 755 -d /var/run/samba
bigon@fornost:~$ echo $?
0
bigon@fornost:~$ sudo install -o root -g root -m 755 -d /var/run/samba
[sudo] password for bigon: 
bigon@fornost:~$ echo $?
0


doesn't look like

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

-- 
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 707563] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-01-25 Thread Jelmer Vernooij
Thanks for the feedback. I managed to reproduce it, preparing a patch
now.

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

-- 
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 707563] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-01-25 Thread Jelmer Vernooij
** Changed in: samba (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

-- 
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 707691] [NEW] package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: post-installation script returned errorcode 1

2011-01-25 Thread Vsevolod Velichko
Public bug reported:

Binary package hint: samba

The problem occured during the upgrade of samba 2:3.5.6~dfsg-4ubuntu1 - 
2:3.5.6~dfsg-4ubuntu2.
In short, I tried the following:

$ LANGUAGE=en LANG=C sudo dpkg --configure -a
Setting up samba (2:3.5.6~dfsg-4ubuntu2) ...
start: Job failed to start
invoke-rc.d: initscript nmbd, action start failed.
dpkg: error processing samba (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 samba
$ LANGUAGE=en LANG=C sudo start nmbd
start: Job failed to start
$ sudo nmbd -D
$ echo $?
0
$ ps aux | grep nmbd
root 15296  0.0  0.0  12524  1592 ?Ss   01:26   0:00 nmbd -D

If any other info is needed?

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: samba 2:3.5.6~dfsg-4ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic i686
AptOrdering: samba: Configure
Architecture: i386
Date: Wed Jan 26 01:13:27 2011
ErrorMessage: podproces zainstalowany skrypt post-installation zwrócił kod 
błędu 1
NmbdLog:

OtherFailedConnect: Yes
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:

SourcePackage: samba
Title: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: podproces 
zainstalowany skrypt post-installation zwrócił kod błędu 1

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


** Tags: apport-package i386 natty

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: post-
  installation script returned errorcode 1

-- 
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 707691] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: post-installation script returned errorcode 1

2011-01-25 Thread Vsevolod Velichko

** Description changed:

  Binary package hint: samba
  
  The problem occured during the upgrade of samba 2:3.5.6~dfsg-4ubuntu1 - 
2:3.5.6~dfsg-4ubuntu2.
  In short, I tried the following:
  
- testparm -s --parameter-name='disable netbios'
  $ LANGUAGE=en LANG=C sudo dpkg --configure -a
  Setting up samba (2:3.5.6~dfsg-4ubuntu2) ...
  start: Job failed to start
  invoke-rc.d: initscript nmbd, action start failed.
  dpkg: error processing samba (--configure):
-  subprocess installed post-installation script returned error exit status 1
+  subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
-  samba
+  samba
  $ LANGUAGE=en LANG=C sudo start nmbd
  start: Job failed to start
  $ sudo nmbd -D
  $ echo $?
  0
  $ ps aux | grep nmbd
  root 15296  0.0  0.0  12524  1592 ?Ss   01:26   0:00 nmbd -D
  
  If any other info is needed?
  
  ProblemType: Package
  DistroRelease: Ubuntu 11.04
  Package: samba 2:3.5.6~dfsg-4ubuntu2
  ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
  Uname: Linux 2.6.35-24-generic i686
  AptOrdering: samba: Configure
  Architecture: i386
  Date: Wed Jan 26 01:13:27 2011
  ErrorMessage: podproces zainstalowany skrypt post-installation zwrócił kod 
błędu 1
  NmbdLog:
-  
+ 
  OtherFailedConnect: Yes
  SambaServerRegression: Yes
  SmbConfIncluded: Yes
  SmbLog:
-  
+ 
  SourcePackage: samba
  Title: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: 
podproces zainstalowany skrypt post-installation zwrócił kod błędu 1

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: post-
  installation script returned errorcode 1

-- 
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 707691] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: post-installation script returned errorcode 1

2011-01-25 Thread Jelmer Vernooij
*** This bug is a duplicate of bug 707563 ***
https://bugs.launchpad.net/bugs/707563

** This bug has been marked a duplicate of bug 707563
   package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
 * You can subscribe to bug 707563 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/707563/+subscribe

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: post-
  installation script returned errorcode 1

-- 
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 690640] Re: dh_installinit upstart support start a job in postinst script regardless of previous status

2011-01-25 Thread Alessandro Bono
Lucid backport is a good thing to do because also if we don't rebuild
all affected package now at first update we resolve a bug for free,
lucid is a LTS and probability of update package in future is high

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/690640

Title:
  dh_installinit upstart support start a job in postinst script
  regardless of previous status

-- 
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 569757] Re: NIS upstart dependancy broken for lucid

2011-01-25 Thread wintermute
How should I go about compiling the packages in the branched repo?  I'd
like to give them a try, but I've never rolled debian packages before.

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

Title:
  NIS upstart dependancy broken for lucid

-- 
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 707722] [NEW] package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-01-25 Thread Guadafanex
Public bug reported:

Binary package hint: samba

With apt-get upgrade

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: samba 2:3.5.6~dfsg-4ubuntu2
ProcVersionSignature: Ubuntu 2.6.37-12.26-generic 2.6.37
Uname: Linux 2.6.37-12-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Wed Jan 26 00:45:07 2011
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110112)
NmbdLog:
 
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 1
WindowsFailedConnect: Yes

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


** Tags: amd64 apport-package natty

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

-- 
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 707722] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-01-25 Thread Guadafanex


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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

-- 
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 697105] Re: Segfault on POST

2011-01-25 Thread Antono Vasiljev
Thank You guys!

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

Title:
  Segfault on POST

-- 
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 706038] Re: 251397 is the bug number for last bug samba failed again after updates

2011-01-25 Thread perezomail
On Mon, Jan 24, 2011 at 7:46 AM, Chuck Short chuck.sh...@canonical.com wrote:
 Thank you for taking the time to report this bug and helping to make Ubuntu 
 better. Please answer these questions:
 1. Is this reproducible? yes
 2. If so, what specific steps should we take to recreate this bug? Be as 
 detailed as possible. click on widows share than it opens to workgroup 
 however ever workgroup never opens
 This will help us to find and resolve the problem.
 sending smb confg file
 ** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

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

 --
 You received this bug notification because you are a direct subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/706038

 Title:
  251397 is the bug number for last bug samba failed again after updates

 Status in “samba” package in Ubuntu:
  Incomplete

 Bug description:
  Binary package hint: samba

  251397 was the last bug number for samba in that case it was found
  invalid due to the fact that some updates corrected the problem.
  recently I received some new updates which made samba unusable again.
  Unlike the first time I am able to get into the Windows Shares and the
  local network folder however I cannot open the shared folder at all. I
  have tried deleting all folders that are to be shared and making new
  ones and sharing those however I still cannot mount them I have
  changed their permissions and so on still to no avail still after
  several reboots and shutting down my firewall settings and deleting
  the firewall configurations all together. While doing the updates I do
  recall being asked if I wanted to keep the current or replace them
  looking back i may have opted wrong this time. I have never had an
  issue by opting for the maintainers version before bug # 251397
  produced no samba shares on record and I this time do not have the
  intended shared files under encryption folders. last time I brought up
  samba issues i was asked to attach a file however i forgot currently
  which file I am to attach to help in viewing this bug currenly

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: samba 2:3.4.7~dfsg-1ubuntu3.3
  ProcVersionSignature: Ubuntu 2.6.32-28.55-generic 2.6.32.27+drm33.12
  Uname: Linux 2.6.32-28-generic i686
  Architecture: i386
  Date: Fri Jan 21 13:07:02 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 
 (20100816.1)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SambaServerRegression: Yes
  SourcePackage: samba
  WindowsFailedConnect: Yes

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/samba/+bug/706038/+subscribe



** Attachment added: smb.conf
   https://bugs.launchpad.net/bugs/706038/+attachment/1807090/+files/smb.conf

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

Title:
  251397 is the bug number for last bug samba failed again after updates

-- 
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 707563] Re: package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-01-25 Thread Jelmer Vernooij
The attached patch fixes the issue for me.

** Patch added: proposed patch
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/707563/+attachment/1807356/+files/707563.debdiff

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

-- 
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 675448] Re: ssh does not authenticate against kerberos

2011-01-25 Thread Launchpad Bug Tracker
[Expired for openssh (Ubuntu) because there has been no activity for 60
days.]

** Changed in: openssh (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  ssh does not authenticate against kerberos

-- 
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 684398] Re: mysqld crashes on certain ALTER TABLE queries (MySQL Bug #31145)

2011-01-25 Thread Martin Pitt
At this point I think it is safe to say that it doesn't make much sense
to fix that in karmic any more.

** Changed in: mysql-dfsg-5.1 (Ubuntu Karmic)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.
https://bugs.launchpad.net/bugs/684398

Title:
  mysqld crashes on certain ALTER TABLE queries (MySQL Bug #31145)

-- 
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 672986] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

2011-01-25 Thread Launchpad Bug Tracker
This bug was fixed in the package ec2-ami-tools - 1.3-45758-0ubuntu1.1

---
ec2-ami-tools (1.3-45758-0ubuntu1.1) lucid-proposed; urgency=low

  * copy filesystem uuid, label, fstype from source filesytem to
bundled volume (LP: #667793, #672986)
 -- Scott Moser smo...@ubuntu.com   Fri, 14 Jan 2011 01:28:39 -0500

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

Title:
  euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

-- 
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 667793] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem label

2011-01-25 Thread Launchpad Bug Tracker
This bug was fixed in the package euca2ools - 1.2-0ubuntu10.1

---
euca2ools (1.2-0ubuntu10.1) lucid-proposed; urgency=low

  * copy filesystem uuid, label, fstype from source filesytem to
bundled volume (LP: #667793, #672986)
 -- Scott Moser smo...@ubuntu.com   Fri, 14 Jan 2011 01:31:27 -0500

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

** Changed in: ec2-ami-tools (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

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

Title:
  euca-bundle-vol/ec2-bundle-vol should copy filesystem label

-- 
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 667793] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem label

2011-01-25 Thread Launchpad Bug Tracker
This bug was fixed in the package ec2-ami-tools - 1.3-45758-0ubuntu1.1

---
ec2-ami-tools (1.3-45758-0ubuntu1.1) lucid-proposed; urgency=low

  * copy filesystem uuid, label, fstype from source filesytem to
bundled volume (LP: #667793, #672986)
 -- Scott Moser smo...@ubuntu.com   Fri, 14 Jan 2011 01:28:39 -0500

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

Title:
  euca-bundle-vol/ec2-bundle-vol should copy filesystem label

-- 
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 690640] Re: dh_installinit upstart support start a job in postinst script regardless of previous status

2011-01-25 Thread Steve Langasek
On Tue, Jan 25, 2011 at 09:15:25PM -, Clint Byrum wrote:
 Alright, I see where we do need this information encoded.

 The current recommendation for natty is to add the word 'manual' to the
 job configuration file to disable it. For 10.10 and earlier, commenting
 out the start on line is the preferred method, or moving the file
 somewhere else.

 What if we added

 if grep -q '^\s*start\s*on' /etc/init/${JOB}.conf  ! grep -q '^\s*manual' 
 /etc/init/${JOB}.conf ; then
   $ACTION $JOB
 fi

 To upstart-job?

 Since we already have to do a --no-start for special case event based
 tasks, this would reliably catch the known ways to disable upstart jobs,
 and otherwise doesn't change the behavior.

Not very elegant to have upstart-job parsing the job files manually.  If
upstart now knows about jobs that should only be started manually (this new
'manual' keyword), could we not instead extend the control interface so that
/sbin/start can take a new option ('--system'?  '--maintainer-script'?) that
tells upstart to skip the operation for 'manual' jobs?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/690640

Title:
  dh_installinit upstart support start a job in postinst script
  regardless of previous status

-- 
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 687535] Re: upstart loses track of ssh daemon after reload ssh

2011-01-25 Thread Launchpad Bug Tracker
This bug was fixed in the package openssh - 1:5.5p1-4ubuntu5

---
openssh (1:5.5p1-4ubuntu5) maverick-proposed; urgency=low

  * debian/openssh-server.ssh.upstart: drop 'expect fork' and run sshd
with -D to avoid losing track on reload (LP: #687535)
 -- Imre Gergely gi...@narancs.net   Fri, 07 Jan 2011 10:23:21 +

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

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

Title:
  upstart loses track of ssh daemon after reload ssh

-- 
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 703811] Re: kvm guest's cpu usage with virtio storage driver goes up to 100% because of flush process

2011-01-25 Thread Roman R
anything?

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

Title:
  kvm guest's cpu usage with virtio storage driver goes up to 100%
  because of flush process

-- 
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 707269] Re: Help browser states wrong Ubuntu Version

2011-01-25 Thread Robert Roth
*** This bug is a duplicate of bug 690248 ***
https://bugs.launchpad.net/bugs/690248

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

** This bug has been marked a duplicate of bug 690248
   In Maverick 'About Ubuntu' displays Natty info
 * You can subscribe to bug 690248 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/690248/+subscribe

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

Title:
  Help browser states wrong Ubuntu Version

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


[Bug 666565] Re: utf8 charmap in locale name is wrong

2011-01-25 Thread Aron Xu
The problem of utf8 and UTF-8 has been there for some time, and
there were arguments about it. Let's see:

$ locale -a
C
POSIX
zh_CN.utf8
zh_SG.utf8

# locale-gen
Generating locales...
  zh_CN.UTF-8... up-to-date
  zh_SG.UTF-8... up-to-date
Generation complete.

The problem is that we have mixed up the use of  utf8 and UTF-8, and
I think language-selector isn't the root of such problem - it should be
a lower level one.

Many Ubuntu developers tend to use utf8 instead of UTF-8 because it is
defined in eglibc and UTF-8 is now an alias. But we may consider it a
bug in the eglibc package in Ubuntu. It has broke many things, many
people are confused, work become more complicated. While, I don't mean
changing it to UTF-8 can solve all problems, but it might be the right
thing.


** Changed in: ubuntu-translations
   Importance: Undecided = High

** Changed in: ubuntu-translations
   Status: New = Triaged

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

Title:
  utf8 charmap in locale name is wrong

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


[Bug 415131] Re: Memory leak

2011-01-25 Thread ShadowTek
** Changed in: etherape (Ubuntu)
   Status: New = Fix Released

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

Title:
  Memory leak

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


[Bug 324400] Re: Korean is not 朝鮮語

2011-01-25 Thread Changwoo Ryu
I think iso-codes should have ISO registered items only. Adding codes
for our own use will lead to maintenance difficulties. If extra
languages are needed, it could be handled by the language selection
program.

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

Title:
  Korean is not 朝鮮語

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

[Bug 706117] Re: Installation fails using preseed file and network install

2011-01-25 Thread Mario Limonciello
a solution to bug https://bugs.launchpad.net/bugs/705078 was just
uploaded, so look at today's live disks to see if it helps with the X
segfault.  if so, this bug is a actually a duplicate of 705078

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

Title:
  Installation fails using preseed file and network install

-- 
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   >