[Bug 707405] Re: tomcat6-instance-create should allow -c -1

2011-03-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~er-abhinav-upadhyay/ubuntu/natty/tomcat6/bug707405

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

2011-03-07 Thread Abhinav Upadhyay
I have modified the tomcat6-instance-create to accept -1 as a value of
the -c option.

Now, if a user specifies -1 as a value for the -c option, the server
will get configured and instantiated properly, but the user will be
given a warning that he will have to kill the server manually.

I have attached the patch.

** Patch added: Bugfix for bug#707405
   
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/707405/+attachment/1891144/+files/bugfix-707405.diff

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

2011-03-07 Thread Abhinav Upadhyay
** Changed in: tomcat6 (Ubuntu)
   Status: Triaged = In Progress

-- 
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 538871] Re: authbind fail on IPv6

2011-03-07 Thread Kurt Huwig
There is a patch for this:

http://toroid.org/ams/etc/authbind-ipv6-support

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

Title:
  authbind fail on IPv6

-- 
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 724601] Re: UEC images should disable udev persistent net rules

2011-03-07 Thread Dave Walker
Thanks for reporting this bug, is this and bugs 726635 both duplicates
of the same issue demonstrated differently?


** Changed in: cloud-init (Ubuntu)
   Status: New = Incomplete

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

Title:
  UEC images should disable udev persistent net rules

-- 
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 728018] Re: 10.04 LTS: Failure to start instance due to network address failure

2011-03-07 Thread Torsten Spindler
I wonder if the timeout for the termination request leads to a situation
when the pool of network addresses gets empty. Is there a way to see the
internal IP address allocation?

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

Title:
  10.04 LTS: Failure to start instance due to network address failure

-- 
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 724601] Re: UEC images should disable udev persistent net rules

2011-03-07 Thread Alex Bligh
No, these are different bugs I think, though they relate to the same
sort of issue.

Bug 726635 says that even on conventional (non-UEC) images, MAC
addresses ranges used by Virtualbox should be ignored in the persistent
udev rules. That's fair enough, though I note Xen and KVM were treated
differently last time I looked (Xen is triggered by subsystem, which
fails to match HVM emulated net devices but matches PV on HVM devices).

This bug says that on a UEC image, then by definition ANY udev
persistent net rules handling is unnecessary and can only cause
problems. The net interfaces are ALWAYS virtual, and may do things which
are unexpected and undesirable in certain environments. An example is
where the image comes up with a different MAC address when booted on a
different compute node/cluster that provides a different MAC range; this
is just about guaranteed to happen if you move an image with a
persistent boot disk between one cloud and another. Another example of
it causing problems is running on older Xen (see above). So on the UEC
image persistent interface naming should always be disabled,
irrespective of MAC address whitelist and subsystem checking (which is
not reliable). I believe Scott Moser at Canonical has had problems too
(I'm not sure precisely what); he encouraged me to report this so he may
be able to add detail.

A less drastic alternative to completely disabling it would be to look
at something in /etc/defaults which could then be used by people running
non-UEC images on virtual systems too. I'm not sufficiently familiar
with udev language to know how that could be incorporated into
lib/udev/rules.d/75-persistent-net-generator.rules

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

Title:
  UEC images should disable udev persistent net rules

-- 
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 724601] Re: UEC images should disable udev persistent net rules

2011-03-07 Thread Alex Bligh
From the manpage of udev: Rule files are required to have a unique
name, duplicate file names are ignored. Files in /etc/udev/rules.d/ have
precedence over files with the same name in /lib/udev/rules.d/. This can
be used to ignore a default rules file if needed..

Untested, but perhaps on UEC images, creating an /etc/udev/rules.d/75
-persistent-net-generator.rules (NOT 70-persistent-net.rules) which
essentially empty would do the trick.

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

Title:
  UEC images should disable udev persistent net rules

-- 
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 728328] Re: nagios plugins depend on samba

2011-03-07 Thread Dave Walker
Ubuntu by default installs recommends, but looking at the package the
demotion for some packages from Depends to Recommends hasn't been
merged.  I'm not quite sure why this was, but I am investigating.

If we do add this change, it would enable people to use --no-install-
recommends.

Marking incomplete, until the situation is determined.

** Changed in: nagios-plugins (Ubuntu)
   Status: New = Incomplete

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

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

Title:
  nagios plugins depend on samba

-- 
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 724601] Re: UEC images should disable udev persistent net rules

2011-03-07 Thread Alex Bligh
Further example of why this is needed: see my comment on Bug 726635.
VirtualBox appears to use a borrowed MAC range, rather than an
officiant assignment. That means it's probably not a great idea to use
that MAC address range as a basis for black/whitelisting.

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

Title:
  UEC images should disable udev persistent net rules

-- 
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 730620] [NEW] After disabling ipv6 port forwarding does not work anymore

2011-03-07 Thread inode77
Public bug reported:

After having disabled ipv6 (sysctl) local port forwarding does not work
anymore.

debug1: Local connections to LOCALHOST:8080 forwarded to remote address 
127.0.0.1:80
debug1: Local forwarding listening on 127.0.0.1 port 8080.
debug1: channel 0: new [port listener]
debug1: Local forwarding listening on ::1 port 8080.
bind: Cannot assign requested address

This is not a behaviour I expected and it went away when I reenabled ipv6.
Please advise how to disable ipv6 but keep openssh functionality.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: openssh-client 1:5.5p1-4ubuntu5
ProcVersionSignature: Ubuntu 2.6.35-27.48-generic-pae 2.6.35.11
Uname: Linux 2.6.35-27-generic-pae i686
Architecture: i386
Date: Mon Mar  7 14:30:02 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: openssh

** Affects: openssh (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 openssh in ubuntu.
https://bugs.launchpad.net/bugs/730620

Title:
  After disabling ipv6 port forwarding does not work anymore

-- 
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 730620] Re: After disabling ipv6 port forwarding does not work anymore

2011-03-07 Thread inode77
-- 
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/730620

Title:
  After disabling ipv6 port forwarding does not work anymore

-- 
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 730336] Re: [NOT A BUG] Include a dependency in SAMBA package

2011-03-07 Thread André Madureira
Em 06-03-2011 20:35, Jelmer Vernooij escreveu:
 libpam-smbpass doesn't have anything to do with whether or not your
 computer will show up in the local network, I think that is a red
 herring.


Hello Jelmer Vernooij,

So... How can I solve the red herring problem? I don't know if this 
problem was exactly caused by the lack of installation of the package 
libpam-smbpass, but what I know is that after I installed the package 
libpam-smbpass this issue was solved

Thanks for your help,

André M.

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

Title:
  [NOT A BUG] Include a dependency in SAMBA package

-- 
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 720638] Re: snmpd crashes with segfault (libnetsnmpmibs.so.15.1.2)

2011-03-07 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem.

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

Title:
  snmpd crashes with segfault (libnetsnmpmibs.so.15.1.2)

-- 
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 690638] Re: snmp tools fail to translate OIDs

2011-03-07 Thread Chuck Short
Please download the MIBS package.

chuck

** Changed in: net-snmp (Ubuntu)
   Status: Confirmed = Won't Fix

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

Title:
  snmp tools fail to translate OIDs

-- 
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 674093] Re: No Such Object at OID 1.3.6.1.2.1.25.6.3.1.2

2011-03-07 Thread Chuck Short
Please isntall snmp-mibs-downloader and install the OID.

** Changed in: net-snmp (Ubuntu)
   Status: New = Invalid

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

Title:
  No Such Object at OID 1.3.6.1.2.1.25.6.3.1.2

-- 
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 667762] Re: tkmib problem.

2011-03-07 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

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

Title:
  tkmib problem.

-- 
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 74896] Re: Forced bind to 127.0.0.1 is hardcoded' into /etc/default/snmpd instead of option in /etc/snmp/snmpd.conf

2011-03-07 Thread Chuck Short
This is done in natty now.

chuck

** Changed in: net-snmp (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Forced bind to 127.0.0.1 is hardcoded' into /etc/default/snmpd
  instead of option in /etc/snmp/snmpd.conf

-- 
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 607884] Re: 10.04 amd64 libvirt+qemu fails to install Win Server 08 x64 or Win7 x64

2011-03-07 Thread Serge Hallyn
Sorry, if you believe your bug to be in libvirt, then please use
'ubuntu-bug libvirt', not 'ubuntu-bug qemu-kvm'.

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

Title:
  10.04 amd64 libvirt+qemu fails to install Win Server 08 x64 or Win7
  x64

-- 
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 607884] Re: 10.04 amd64 libvirt+qemu fails to install Win Server 08 x64 or Win7 x64

2011-03-07 Thread Serge Hallyn
@Rohan,

since the original bug submitter marked this bug invalid, please open a
new bug.  To get the most useful information into the bug report, please
go ahead and do a (failed) windows installation, and then run 'ubuntu-
bug qemu-kvm'.

** Changed in: libvirt (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  10.04 amd64 libvirt+qemu fails to install Win Server 08 x64 or Win7
  x64

-- 
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 711867] Re: Waits forever on storage file

2011-03-07 Thread Chuck Short
This is fixed in natty, although it might be a good candidate for an SRU.
chuck


** Changed in: bacula (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  Waits forever on storage 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 528812] Re: Unit tests error: No fakedata matching ...

2011-03-07 Thread Dave Walker
I could not reproduce this on Natty, and therefore seems to have been
fixed.  I believe it may have been fixed in:

puppet (2.6.1~rc4-0ubuntu1) maverick; urgency=low

  [ Mathias Gug ]
  * New upstream version:
- Fix Puppet standalone broken (Closes: #594575)
  * test/lib/puppettest/fakes.rb: Fix puppettest to use puppet system
library.

  [ Stig Sandbeck Mathisen ]
  * Fix require path for puppet queue.
 -- Mathias Gug math...@ubuntu.com   Tue, 07 Sep 2010 10:44:22 -0400

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

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

Title:
  Unit tests error: No fakedata matching ...

-- 
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 532294] Re: Unit test failure: test_existence(TestPuppetModule)

2011-03-07 Thread Dave Walker
I could not reproduce this, and the upstream bug tracker claims it was
resolved in 0.25.5 series, which means Maverick.  Marking fix released.

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

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

Title:
  Unit test failure: test_existence(TestPuppetModule)

-- 
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 729574] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade:

2011-03-07 Thread Chuck Short
*** This bug is a duplicate of bug 712291 ***
https://bugs.launchpad.net/bugs/712291

** This bug has been marked a duplicate of bug 712291
   package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
 * You can subscribe to bug 712291 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/712291/+subscribe

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

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/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 726927] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-03-07 Thread Chuck Short
*** This bug is a duplicate of bug 712291 ***
https://bugs.launchpad.net/bugs/712291

** This bug has been marked a duplicate of bug 712291
   package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
 * You can subscribe to bug 712291 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/712291/+subscribe

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

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 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 726951] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2011-03-07 Thread Chuck Short
*** This bug is a duplicate of bug 712291 ***
https://bugs.launchpad.net/bugs/712291

** This bug has been marked a duplicate of bug 712291
   package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
 * You can subscribe to bug 712291 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/712291/+subscribe

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

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade: sub-processo script post-installation instalado
  retornou estado de saída de erro 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 726502] Re: package bacula-director-mysql (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-03-07 Thread Chuck Short
*** This bug is a duplicate of bug 712291 ***
https://bugs.launchpad.net/bugs/712291

** This bug has been marked a duplicate of bug 712291
   package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
 * You can subscribe to bug 712291 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/712291/+subscribe

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

Title:
  package bacula-director-mysql (not installed) 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 724155] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: podproces instalovaný post-installation skript vrátil chybový status 1

2011-03-07 Thread Chuck Short
*** This bug is a duplicate of bug 712291 ***
https://bugs.launchpad.net/bugs/712291

** This bug has been marked a duplicate of bug 712291
   package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
 * You can subscribe to bug 712291 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/712291/+subscribe

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

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade: podproces instalovaný post-installation skript vrátil
  chybový 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 711866] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-03-07 Thread Chuck Short
*** This bug is a duplicate of bug 712291 ***
https://bugs.launchpad.net/bugs/712291

** This bug has been marked a duplicate of bug 712291
   package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
 * You can subscribe to bug 712291 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/712291/+subscribe

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

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade: Unterprozess installiertes post-installation-Skript
  gab den Fehlerwert 1 zurück

-- 
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 730674] [NEW] package mysql-server-5.1 5.1.37-1ubuntu5.1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2011-03-07 Thread Sebastian Godoy
Public bug reported:

I have ubuntu 9.10

ProblemType: Package
Architecture: amd64
Date: Mon Mar  7 14:10:06 2011
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess new pre-removal script returned error exit status 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['newwmbt', 'mysql', 'jamonesisaacmartin', 
'mysql_upgrade_info', 'trash', 'wmbt', 'wmbtproject', 'xwiki', 'ib_logfile0', 
'nicetobook', 'bookengine', 'bookengine_copy', 'silken', 'tuderechos2', 'gu', 
'ibdata1', 'debian-5.1.flag', 'ib_logfile1']
Package: mysql-server-5.1 5.1.37-1ubuntu5.1
ProcVersionSignature: Ubuntu 2.6.31-22.73-generic
SourcePackage: mysql-dfsg-5.1
Title: package mysql-server-5.1 5.1.37-1ubuntu5.1 failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 1
Uname: Linux 2.6.31-22-generic x86_64

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


** Tags: amd64 apport-package

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

Title:
  package mysql-server-5.1 5.1.37-1ubuntu5.1 failed to install/upgrade:
  subprocess new pre-removal 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 730674] Re: package mysql-server-5.1 5.1.37-1ubuntu5.1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2011-03-07 Thread Sebastian Godoy
-- 
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/730674

Title:
  package mysql-server-5.1 5.1.37-1ubuntu5.1 failed to install/upgrade:
  subprocess new pre-removal 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 728017] Re: xwindows over ssh causes instability

2011-03-07 Thread Serge Hallyn
Marking as affecting Compiz only based on comment #22.

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

** Changed in: firefox
   Status: New = In Progress

** Changed in: firefox
   Status: In Progress = 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/728017

Title:
  xwindows over ssh causes instability

-- 
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 590887] Re: btraceback utility doesn't work

2011-03-07 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem.

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

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

Title:
  btraceback utility doesn't work

-- 
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 622742] Re: Bacula Storage-daemon dies with segfault if a File-daemon can’t be contacted

2011-03-07 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem.

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

Title:
  Bacula Storage-daemon dies with segfault if a File-daemon can’t be
  contacted

-- 
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 728017] Re: xwindows over ssh causes instability

2011-03-07 Thread Serge Hallyn
The .Xsession-errors file looks to have helpful errors.

I believe the key might be the:
(unknown:2259): Gdk-WARNING **: XID collision, trouble ahead
errors.  http://ubuntuforums.org/showthread.php?p=7506398 may be helpful.

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

Title:
  xwindows over ssh causes instability

-- 
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 671727] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-03-07 Thread Chuck Short
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 633789
   bacula-director-mysql fails configuration because mysql-server is not running
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before
 * You can subscribe to bug 321091 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/321091/+subscribe

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

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 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 633789] Re: bacula-director-mysql fails configuration because mysql-server is not running

2011-03-07 Thread Chuck Short
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before
 * You can subscribe to bug 321091 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/321091/+subscribe

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

Title:
  bacula-director-mysql fails configuration because mysql-server is not
  running

-- 
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 635313] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade:

2011-03-07 Thread Chuck Short
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 633789
   bacula-director-mysql fails configuration because mysql-server is not running
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before
 * You can subscribe to bug 321091 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/321091/+subscribe

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

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/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 727713] Re: vmbuilder crashes with libvirtError in defineXML() when os type 'hvm' not available with kvm

2011-03-07 Thread Serge Hallyn
Thanks for submitting this bug.  Agreed, it should be caught.

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

** Changed in: vm-builder (Ubuntu)
   Importance: Undecided = Low

** Changed in: vm-builder (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  vmbuilder crashes with libvirtError in defineXML() when os type 'hvm'
  not available with kvm

-- 
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 730696] [NEW] package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: podproces nainštalovaný skript post-installation vrátil chybový kód 1

2011-03-07 Thread Peter Divéky
Public bug reported:

Binary package hint: vsftpd

package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: podproces
nainštalovaný skript post-installation vrátil chybový kód 1

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: vsftpd 2.2.2-3ubuntu6
ProcVersionSignature: Ubuntu 2.6.32-26.48-generic 2.6.32.24+drm33.11
Uname: Linux 2.6.32-26-generic i686
AptOrdering:
 vsftpd: Install
 vsftpd: Configure
Architecture: i386
Date: Mon Mar  7 16:52:05 2011
ErrorMessage: podproces nainštalovaný skript post-installation vrátil chybový 
kód 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
SourcePackage: vsftpd
Title: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: podproces 
nainštalovaný skript post-installation vrátil chybový kód 1

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


** Tags: apport-package i386 lucid

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

Title:
  package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: podproces
  nainštalovaný skript post-installation vrátil chybový kód 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 730696] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: podproces nainštalovaný skript post-installation vrátil chybový kód 1

2011-03-07 Thread Peter Divéky
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/730696

Title:
  package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: podproces
  nainštalovaný skript post-installation vrátil chybový kód 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 730336] Re: [NOT A BUG] Include a dependency in SAMBA package

2011-03-07 Thread Chuck Short
** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

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

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

Title:
  [NOT A BUG] Include a dependency in SAMBA package

-- 
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 689327] Re: bacula-dir.conf shows syntax error when mysql dbname is left blank

2011-03-07 Thread Launchpad Bug Tracker
This bug was fixed in the package bacula - 5.0.3-0ubuntu2

---
bacula (5.0.3-0ubuntu2) natty; urgency=low

  * debian/bacula-directory-{mysql,pgsql}.postinst: Wrap $dbc_dbname
in quotes in postinst. (LP: #689327)
 -- Chuck Short zul...@ubuntu.com   Mon, 07 Mar 2011 10:00:03 -0500

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

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

Title:
  bacula-dir.conf shows syntax error when mysql dbname is left blank

-- 
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 730703] [NEW] tomcat6-common missing core libraries

2011-03-07 Thread Jan Kurella
Public bug reported:

Binary package hint: tomcat6

Ubuntu 10.10 x64
The tomcat6-common package installs only the following libs:

/usr/share/tomcat6/lib/catalina-ant.jar
/usr/share/tomcat6/lib/commons-dbcp.jar
/usr/share/tomcat6/lib/commons-pool.jar
/usr/share/tomcat6/lib/el-api.jar
/usr/share/tomcat6/lib/jasper-jdt.jar
/usr/share/tomcat6/lib/jsp-api.jar
/usr/share/tomcat6/lib/servlet-api.jar
/usr/share/tomcat6/lib/tomcat-i18n-es.jar
/usr/share/tomcat6/lib/tomcat-i18n-fr.jar
/usr/share/tomcat6/lib/tomcat-i18n-ja.jar

with this libs tomcat does not start up! class Catalina is missing :)

from a working tomcat instance on 10.04 I fetched the following missing
libs:

annotations-api.jar - ../../java/annotations-api.jar
catalina-ha.jar - ../../java/catalina-ha.jar
catalina.jar - ../../java/catalina.jar
catalina-tribes.jar - ../../java/catalina-tribes.jar
jasper-el.jar - ../../java/jasper-el.jar
jasper.jar - ../../java/jasper.jar
tomcat-coyote.jar - ../../java/tomcat-coyote.jar

with them manually added to /usr/share/tomcat6/lib tomcat starts...

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: tomcat6-common 6.0.28-2ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.35-27.48-generic 2.6.35.11
Uname: Linux 2.6.35-27-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Mon Mar  7 17:03:46 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=de:en
 LANG=de_DE.utf8
 SHELL=/bin/bash
SourcePackage: tomcat6

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


** Tags: amd64 apport-bug maverick

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

Title:
  tomcat6-common missing core libraries

-- 
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 730703] Re: tomcat6-common missing core libraries

2011-03-07 Thread Jan Kurella
-- 
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/730703

Title:
  tomcat6-common missing core libraries

-- 
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 669739] Re: unable to setup ip-based virtual hosting due to Bugzilla 48612

2011-03-07 Thread James Page
Hi Benjamin

I've spent the last few hours trying to re-produce your issue - alas
with no success.

I've attached the configuration I used to this bug report; if you could
review much appreciated.

I've successfully run webprotege on a fresh tomcat installation
configured to your spec; I'm either missing something obvious or your
problem is being caused by something else.

Do you get exactly the same log error messages as seen in the upstream
report?  Any log data that you have may also help identify the issue.

Thanks

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

Title:
  unable to setup ip-based virtual hosting due to Bugzilla 48612

-- 
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 669739] Re: unable to setup ip-based virtual hosting due to Bugzilla 48612

2011-03-07 Thread James Page
** Attachment added: ipaddr.txt
   
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/669739/+attachment/1891819/+files/ipaddr.txt

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

Title:
  unable to setup ip-based virtual hosting due to Bugzilla 48612

-- 
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 669739] Re: unable to setup ip-based virtual hosting due to Bugzilla 48612

2011-03-07 Thread James Page
** Attachment added: Network interface configuration
   
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/669739/+attachment/1891818/+files/interfaces

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

Title:
  unable to setup ip-based virtual hosting due to Bugzilla 48612

-- 
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 669739] Re: unable to setup ip-based virtual hosting due to Bugzilla 48612

2011-03-07 Thread James Page
** Attachment added: hosts
   
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/669739/+attachment/1891820/+files/hosts

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

Title:
  unable to setup ip-based virtual hosting due to Bugzilla 48612

-- 
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 669739] Re: unable to setup ip-based virtual hosting due to Bugzilla 48612

2011-03-07 Thread James Page
** Attachment added: server.xml
   
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/669739/+attachment/1891831/+files/server.xml

** Attachment removed: hosts
   
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/669739/+attachment/1891820/+files/hosts

** Attachment removed: server.xml
   
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/669739/+attachment/1891831/+files/server.xml

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

Title:
  unable to setup ip-based virtual hosting due to Bugzilla 48612

-- 
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 669739] Re: unable to setup ip-based virtual hosting due to Bugzilla 48612

2011-03-07 Thread James Page
** Attachment added: server.xml
   
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/669739/+attachment/1891850/+files/server.xml

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

Title:
  unable to setup ip-based virtual hosting due to Bugzilla 48612

-- 
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 669739] Re: unable to setup ip-based virtual hosting due to Bugzilla 48612

2011-03-07 Thread James Page
** Attachment added: hosts
   
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/669739/+attachment/1891851/+files/hosts

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

Title:
  unable to setup ip-based virtual hosting due to Bugzilla 48612

-- 
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 622742] Re: Bacula Storage-daemon dies with segfault if a File-daemon can’t be contacted

2011-03-07 Thread Philipp Lindt
I have added a gdb-backtrace of the last segfault.

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

Title:
  Bacula Storage-daemon dies with segfault if a File-daemon can’t be
  contacted

-- 
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 622742] Re: Bacula Storage-daemon dies with segfault if a File-daemon can’t be contacted

2011-03-07 Thread Philipp Lindt
** Attachment added: bacula segfault gdb backtrace
   
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/622742/+attachment/1891858/+files/bacula_segfault.txt

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

Title:
  Bacula Storage-daemon dies with segfault if a File-daemon can’t be
  contacted

-- 
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 246659] Re: Backuppc no compression when change topdir

2011-03-07 Thread Chuck Short
This is fixed in natty.

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

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

Title:
  Backuppc no compression when change topdir

-- 
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 730696] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: podproces nainštalovaný skript post-installation vrátil chybový kód 1

2011-03-07 Thread Andreas Moog
*** This bug is a duplicate of bug 629234 ***
https://bugs.launchpad.net/bugs/629234

** This bug has been marked a duplicate of bug 629234
   package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 629234 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/629234/+subscribe

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

Title:
  package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: podproces
  nainštalovaný skript post-installation vrátil chybový kód 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 713204] Re: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-03-07 Thread Chuck Short
*** This bug is a duplicate of bug 445154 ***
https://bugs.launchpad.net/bugs/445154

** This bug has been marked a duplicate of bug 445154
   package backuppc 3.1.0-4ubuntu1.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
 * You can subscribe to bug 445154 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/445154/+subscribe

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

Title:
  package backuppc 3.1.0-9ubuntu1 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 689327] Re: bacula-dir.conf shows syntax error when mysql dbname is left blank

2011-03-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/bacula

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

Title:
  bacula-dir.conf shows syntax error when mysql dbname is left blank

-- 
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 677019] Re: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-03-07 Thread Chuck Short
*** This bug is a duplicate of bug 445154 ***
https://bugs.launchpad.net/bugs/445154

** This bug has been marked a duplicate of bug 445154
   package backuppc 3.1.0-4ubuntu1.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
 * You can subscribe to bug 445154 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/445154/+subscribe

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

Title:
  package backuppc 3.1.0-9ubuntu1 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 480479] Re: package backuppc 3.1.0-4ubuntu1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2011-03-07 Thread Chuck Short
*** This bug is a duplicate of bug 445154 ***
https://bugs.launchpad.net/bugs/445154

** This bug has been marked a duplicate of bug 445154
   package backuppc 3.1.0-4ubuntu1.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
 * You can subscribe to bug 445154 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/445154/+subscribe

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

Title:
  package backuppc 3.1.0-4ubuntu1.1 failed to install/upgrade:
  subprocess post-installation script returned error exit status 2

-- 
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 730703] Re: tomcat6-common missing core libraries

2011-03-07 Thread James Page
Hi Jan

Thank you for taking the time to report this bug and helping to make
Ubuntu better.

It looks like something has gone wrong during installation of tomcat6;
these links should have been created when the libtomcat6-java package
was installed (a direct dependency of tomcat-common).

Please could you try re-installing the package using the following
command:

  sudo apt-get install --reinstall libtomcat6-java

Please update this bug report if this resolves your issue; if not any
log output from completing this command would be useful.

Thanks

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

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

Title:
  tomcat6-common missing core libraries

-- 
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 54918] Re: DNS-lookup to AAAA (IPv6) doesn't seem to work

2011-03-07 Thread Launchpad Bug Tracker
This bug was fixed in the package backuppc - 3.2.0-3ubuntu2

---
backuppc (3.2.0-3ubuntu2) natty; urgency=low

  * Applied ipv6-support.dpatch, debian/control:
Add support for ipv6. (LP: #54918)
 -- Chuck Short zul...@ubuntu.com   Mon, 07 Mar 2011 11:35:50 -0500

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

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

Title:
  DNS-lookup to  (IPv6) doesn't seem to work

-- 
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 590887] Re: btraceback utility doesn't work

2011-03-07 Thread Kern Sibbald
On Monday 07 March 2011 16:12:51 Chuck Short wrote:
 Thank you for taking the time to report this bug and helping to make
 Ubuntu better. Please try to obtain a backtrace following the
 instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
 the backtrace (as an attachment) to the bug report. This will greatly
 help us in tracking down your problem.

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

This kind of problem ptrace: Operation not permitted. is common when you run 
some of your daemons as non-root.  The core dump is produced as root because 
Bacula is started as root, but as user bacula gdb won't work.

One solution is for obtaining a traceback, run bacula as root. This is most 
appropriate for a one-shot reproducible case.  Another solution might be to 
put the appropriate command (e.g. sudo) in the btraceback script so that the 
debugger is able to do its job.

Regards,

Kern

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

Title:
  btraceback utility doesn't work

-- 
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 711587] Re: powernap and Eucalyptus seem unable to reach an understanding

2011-03-07 Thread Andres Rodriguez
After a bit of testing and researching I was unable to reproduce this
bug and determined that this was apparently related to bug #724470,
which caused the CC to be unable to communicate to the NC. After this
bug was fixed, the issues presented in this bug report were no longer
seen.

However, due to the recent changes in PowerNap we need to consider
various things:

When running Eucalyptus with SCHEDPOLICY=ROUNDROBIN (default), PowerNap
(in each of the NC's with default configuration) should not take any
action if the NC's if activity is detected, to prevent PowerNap to
entering in a powersave state (or if modified to suspend/poweroff). To
prevent this we should either do:

 - Do not start PowerNap by default.
 - Add a ProcessMonitor for /sbin/init so that it never detects inactivity.

If we still want to be able to use PowerNap and save power while inactive it 
*should* be left configured for PowerSave mode and:
 - Add a ProcessMonitor for kvm.

NOTE: This will prevent PowerNap for performing any actions that will
take the machine offline or leaving the server in a lower power state
when it shouldn't be.

When running Eucalyptus with SCHEDPOLICY=POWERSAVE, we should take even
more special considerations. If the action method is to
suspend/poweroff, then PowerNap should:

 - Add a ProcessMonitor for /sbin/init

If the action method in this case is PowerSave, then the following
should be considered:

 - Add ProcessMonitor for kvm
 - Set ABSENT_SECONDS (powernap) equal or higher to IDLESECONDS (eucalyptus)

NOTE: This considerations will ensure that Eucalyptus takes control of
the process of taking machines online/offline rather than leaving
PowerNap to do by itself when it probably shouldn't.

Before marking this bug invalid, I'd like someone to post
opinions/comments or even better solutions/considerations.

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

Title:
  powernap and Eucalyptus seem unable to reach an understanding

-- 
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 590887] Re: btraceback utility doesn't work

2011-03-07 Thread Kern Sibbald
On Monday 07 March 2011 16:12:51 Chuck Short wrote:
 Thank you for taking the time to report this bug and helping to make
 Ubuntu better. Please try to obtain a backtrace following the
 instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
 the backtrace (as an attachment) to the bug report. This will greatly
 help us in tracking down your problem.

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

By the way, I just wanted to mention that these kinds of problems are very 
clearly explained in the Kaboom chapter of the manual.

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

Title:
  btraceback utility doesn't work

-- 
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] Re: tomcat6-instance-create should allow -c -1

2011-03-07 Thread Brian Murray
** Tags added: patch

-- 
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 723840] Re: krb5-1.8 fails to verify MS PAC Checksum when AES 256 is used

2011-03-07 Thread Brian Murray
** Tags added: patch

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

Title:
  krb5-1.8 fails to verify MS PAC Checksum when AES 256 is used

-- 
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 590887] Re: btraceback utility doesn't work

2011-03-07 Thread Tomasz
So maybe the btraceback script should run gdb within sudo, provided that
the script checks if the user is a member of the bacula group.

Please note that this bug is not about a cause of the signal 11; it is
about the btraceback script not working by default.

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

Title:
  btraceback utility doesn't work

-- 
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] Re: tomcat6-instance-create should allow -c -1

2011-03-07 Thread Abhinav Upadhyay
** Changed in: tomcat6 (Ubuntu)
 Assignee: (unassigned) = Abhinav Upadhyay (er-abhinav-upadhyay)

-- 
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 730786] [NEW] package php5-cgi 5.2.4-2ubuntu5.14 failed to install/upgrade:

2011-03-07 Thread Bob Harvey
Public bug reported:

Binary package hint: php5-cgi

Upgrading from 6.06LTS to 8.04LTS this error was generated

ProblemType: Package
Architecture: i386
Date: Mon Mar  7 12:00:46 2011
DistroRelease: Ubuntu 8.04
ErrorMessage:
 ErrorMessage: subprocess post-installation script returned error exit status 
143
Package: php5-cgi 5.2.4-2ubuntu5.14
PackageArchitecture: i386
SourcePackage: php5
Title: package php5-cgi 5.2.4-2ubuntu5.14 failed to install/upgrade: 
Uname: Linux 2.6.15-55-server i686

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


** Tags: apport-package

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

Title:
  package php5-cgi 5.2.4-2ubuntu5.14 failed to install/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 730786] Re: package php5-cgi 5.2.4-2ubuntu5.14 failed to install/upgrade:

2011-03-07 Thread Bob Harvey
-- 
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/730786

Title:
  package php5-cgi 5.2.4-2ubuntu5.14 failed to install/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 730620] Re: After disabling ipv6 port forwarding does not work anymore

2011-03-07 Thread Colin Watson
In the configuration file:

  AddressFamily inet

But disabling IPv6 is only going to get less and less sensible over the
next couple of years ...

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

Title:
  After disabling ipv6 port forwarding does not work anymore

-- 
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 730817] [NEW] Please sync krb5-1.8.3+dfsg-5 from Debian Unstable.

2011-03-07 Thread Chuck Short
Public bug reported:

Please sync krb5-1.8.3+dfsg-5 from Debian Unstable. The Ubuntu changes
can be dropped the CVE fixes are in the debian package as well. The
changelog summary is the following:

krb5 (1.8.3+dfsg-5) unstable; urgency=low

   * KDC/LDAP DOS(CVE-2010-4022, CVE-2011-0281, and CVE-2011-0282,
 Closes: #613487
   * Fix delegation of credentials against Windows servers; significant
 interoperability issue, Closes: #611906
   * Set nt-srv-inst on TGS names to work against W2K8R2 KDCs, Closes:
 #616429
   * Don't fail authentication when PAC verification fails; support hmac-
 md5 checksums even for non-RC4 keys, Closes: #616728

 -- Sam Hartman hartm...@debian.org  Sun, 06 Mar 2011 18:08:35 -0500

This also fixes LP: #723840.

Thanks
chuck

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

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

Title:
  Please sync krb5-1.8.3+dfsg-5 from Debian Unstable.

-- 
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 571430] Re: apache2 crashed with SIGSEGV in zend_hash_graceful_reverse_destroy()

2011-03-07 Thread Chuck Short
dup

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

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

Title:
  apache2 crashed with SIGSEGV in zend_hash_graceful_reverse_destroy()

-- 
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 531441] Re: [karmic] Apache crashes

2011-03-07 Thread Chuck Short
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: apache2 (Ubuntu)
   Status: Triaged = Won't Fix

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

Title:
  [karmic] Apache crashes

-- 
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 730469] [NEW] samba not working for printer sharing with VirtualBox

2011-03-07 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I have 2 Ubuntu 10.10 machines, a desktop with VirutalBox and a laptop without 
VirtualBox. I have a printer which I want to share over the LAN to a Windows XP 
machine. I cannot share it on the desktop with VirtualBox but have no problem 
on the laptop. I use Administration - Printing - Add - Network Printer - 
Windows Printer via SAMBA - Browse... I will see WORKGROUP and see both of my 
computers. Here is the kick: if the printer is on the laptop it will appear 
when I click ILAN-LAPTOP. On the other hand if it is on my desktop, it will not 
appear when I click ILAN-MAIN (the desktop with VirtualBox).
Whenever the update manager has updates, I install them. One day the update 
included samba client and after I installed the update, everything started to 
work and I could share the printer. A couple of days later there was another 
update which included a new kernel. After that it went back to the failed 
state. So it seems that someone knows there is a problem and it can get fixed, 
but I don't think the connection to VirtualBox is appreciated. (It ALWAYS works 
on the laptop, but rarely works on the desktop except when I'm lucky enough to 
get a correct update.)
BTW, I should mention that I am NOT trying to share the printer within the 
guest OS of VirtualBox, but rather from the Ubuntu 10.10 host itself.
I would like someone to reproduce the bug so that it can be finally fixed, once 
and for all.
Kernel Linux 2.6.35-27-generic. Gnome 2.32.0
Thanks,
Ilan

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

-- 
samba not working for printer sharing with VirtualBox
https://bugs.launchpad.net/bugs/730469
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 528894] Re: SSL name-based virtual hosts are supported

2011-03-07 Thread Chuck Short
This should be fixed in natty.

Please re-open if you still get the same problem.

chuck

** Changed in: apache2 (Ubuntu)
   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/528894

Title:
  SSL name-based virtual hosts are supported

-- 
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 730469] Re: samba not working for printer sharing with VirtualBox

2011-03-07 Thread Søren Bredlund Caspersen
** Package changed: 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/730469

Title:
  samba not working for printer sharing with VirtualBox

-- 
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 722698] Re: package amavisd-new-postfix 1:2.6.4-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-03-07 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

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

Title:
  package amavisd-new-postfix 1:2.6.4-1ubuntu6 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 721620] Re: package apache2.2-common 2.2.14-5ubuntu8.4 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-03-07 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

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

Title:
  package apache2.2-common 2.2.14-5ubuntu8.4 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 638810] Re: exim4 config does not honour /etc/mailhelo

2011-03-07 Thread Chuck Short
** Changed in: exim4 (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  exim4 config does not honour /etc/mailhelo

-- 
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 724517] Re: isql segfaults in batch mode

2011-03-07 Thread Chuck Short
** Changed in: unixodbc (Ubuntu)
   Importance: Low = Medium

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

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

Title:
  isql segfaults in batch mode

-- 
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 707952] Re: package winbind 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2011-03-07 Thread Chuck Short
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: samba (Ubuntu)
   Status: Incomplete = Won't Fix

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

Title:
  package winbind 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade: il
  sottoprocesso vecchio script di post-installation ha restituito lo
  stato di errore 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 704338] Re: package samba-common 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade: subproses installed post-installation script menghasilkan kesalahan status 'exit': 10

2011-03-07 Thread Chuck Short
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: samba (Ubuntu)
   Status: Incomplete = Won't Fix

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

Title:
  package samba-common 2:3.4.7~dfsg-1ubuntu3.2 failed to
  install/upgrade: subproses installed post-installation script
  menghasilkan kesalahan status 'exit': 10

-- 
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 244994] Re: missing python-vte recommends/depends

2011-03-07 Thread Chuck Short
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: ocfs2-tools (Ubuntu)
   Status: Incomplete = Won't Fix

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

Title:
  missing python-vte recommends/depends

-- 
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 697545] Re: Backslashes from check_disk_smb output are removed in web interface

2011-03-07 Thread Chuck Short
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: nagios3 (Ubuntu)
   Status: Incomplete = Won't Fix

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

Title:
  Backslashes from check_disk_smb output are removed in web interface

-- 
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 696916] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.5 failed to install/upgrade: subprocess post-installation script killed by signal (Interrupt)

2011-03-07 Thread Chuck Short
*** This bug is a duplicate of bug 600132 ***
https://bugs.launchpad.net/bugs/600132

** This bug has been marked a duplicate of bug 600132
   package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.5 failed to 
install/upgrade: subprocess post-installation script killed by signal 
(Interrupt)
 * You can subscribe to bug 600132 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.0/+bug/600132/+subscribe

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

Title:
  package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.5 failed to
  install/upgrade: subprocess post-installation script killed by signal
  (Interrupt)

-- 
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 690352] Re: package snmpd 5.4.2.1~dfsg0ubuntu1-0ubuntu2.1 failed to install/upgrade:

2011-03-07 Thread Chuck Short
This should be fixed in natty aleady.

chuck

** Changed in: net-snmp (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  package snmpd 5.4.2.1~dfsg0ubuntu1-0ubuntu2.1 failed to
  install/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 720513] Re: package mysql-server-5.1 5.1.41-3ubuntu12.9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-03-07 Thread Chuck Short
*** This bug is a duplicate of bug 690924 ***
https://bugs.launchpad.net/bugs/690924

** This bug has been marked a duplicate of bug 690924
   package mysql-server-5.1 (not installed) failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
 * You can subscribe to bug 690924 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/690924/+subscribe

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

Title:
  package mysql-server-5.1 5.1.41-3ubuntu12.9 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 708292] Re: package mysql-server-5.1 5.1.41-3ubuntu12.9 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2011-03-07 Thread Chuck Short
*** This bug is a duplicate of bug 690924 ***
https://bugs.launchpad.net/bugs/690924

** This bug has been marked a duplicate of bug 690924
   package mysql-server-5.1 (not installed) failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
 * You can subscribe to bug 690924 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/690924/+subscribe

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

Title:
  package mysql-server-5.1 5.1.41-3ubuntu12.9 failed to install/upgrade:
  subprocess new pre-removal 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 703211] Re: package mysql-server-5.1 5.1.37-1ubuntu5.4 failed to install/upgrade: le sous-processus nouveau script pre-removal a retourné une erreur de sortie d'état 1

2011-03-07 Thread Chuck Short
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Incomplete = 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/703211

Title:
  package mysql-server-5.1 5.1.37-1ubuntu5.4 failed to install/upgrade:
  le sous-processus nouveau script pre-removal 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 666363] Re: unixodbc should not require x11

2011-03-07 Thread Chuck Short
** Changed in: unixodbc (Ubuntu)
   Status: New = Incomplete

** Changed in: unixodbc (Ubuntu)
   Status: Incomplete = Opinion

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

Title:
  unixodbc should not require x11

-- 
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 729257] Re: enabling INETD_COMPAT in xinetd forces -inetd_ipv6

2011-03-07 Thread Chuck Short
** Changed in: xinetd (Ubuntu)
   Importance: Undecided = Medium

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

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

Title:
  enabling INETD_COMPAT in xinetd forces -inetd_ipv6

-- 
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 682865] Re: memory leak in vsftpd

2011-03-07 Thread Chuck Short
** Changed in: vsftpd (Ubuntu)
   Status: New = Confirmed

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

Title:
  memory leak in vsftpd

-- 
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 662213] Re: vmbuilder uses the locale from the host

2011-03-07 Thread Chuck Short
Can you try the trunk vmbuilder.

Thanks
chuck

** 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/662213

Title:
  vmbuilder uses the locale from the host

-- 
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 590537] Re: lo: Disabled Privacy Extensions keeps showing up in the system log

2011-03-07 Thread Chuck Short
** Changed in: vsftpd (Ubuntu)
   Status: New = Confirmed

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

Title:
  lo: Disabled Privacy Extensions keeps showing up in the system log

-- 
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 726790] Re: python-vm-builder-0.12.4+bzr462-0ubuntu1: swap partitions fail to be created properly when lucid is the target

2011-03-07 Thread Chuck Short
** Changed in: vm-builder (Ubuntu)
   Status: New = Confirmed

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

Title:
  python-vm-builder-0.12.4+bzr462-0ubuntu1: swap partitions fail to be
  created properly when lucid is the target

-- 
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 612685] Re: ubuntu-vm-builder crashes over non-existing certificate

2011-03-07 Thread Chuck Short
Can you try to run this with the fixed libvirt option that soren said?

Thanks
chuck

** 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/612685

Title:
  ubuntu-vm-builder crashes over non-existing certificate

-- 
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 552566] Re: xen --part still broken

2011-03-07 Thread Chuck Short
Which version is this with? Also can you please attach the
partitions.txt file?

Thanks
chuck

** 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/552566

Title:
  xen --part still broken

-- 
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 378639] Re: firstlogin script can't be executed because the permission of /root directory is 0700 in the virtual machine created by python-vm-builder

2011-03-07 Thread Chuck Short
** Changed in: vm-builder (Ubuntu)
   Status: New = Triaged

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

Title:
  firstlogin script can't be executed because the permission of /root
  directory is 0700 in the virtual machine created by python-vm-builder

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


  1   2   3   4   5   6   7   8   9   10   >