[Bug 665531] Re: libvirt no longer supports format=host_device

2010-11-23 Thread ariel
Uhm... this fix for Lucid (and therefore probably the  older one in
0.7.5-5ubuntu27.5)  did really break a working system!!

We had a running system with Opennebula/KVM/libvirt and after last upgrade 
 libvirt   0.7.5-5ubuntu27.3      0.7.5-5ubuntu27.7
creating virtual machines didn't work anymore for qcow2 images...

I don't discuss if  format=host_device should be supported or not, but
in any case the changes affecting it were IMHO unnecessary in a stable
release like Lucid!!   I confidently perform updates on a stable release
expecting the system to keep working, we were forced to downgrade
libvirt to the lucid/release version to get it working again.

With Debian that would not happen ;-)

-- 
libvirt no longer supports format=host_device
https://bugs.launchpad.net/bugs/665531
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 512887] [NEW] Restarting libvirtd breaks Eucalyptus NC

2010-01-26 Thread ariel
Public bug reported:

Steps to reproduce:

- make sure Eucalyptus NC is up and running
- run /etc/init.d/libvirt-bin restart
- try to start a new Instance. If all other NC's are busy and the new request 
lands in the current NC, then
  /var/log/eucalyptus/nc.log
  will show:
 
[EUCAINFO  ] doRunInstance() invoked (id=i-4912092F cores=2 disk=10 memory=512)
...
[EUCAERROR ] libvirt: cannot send data: Broken pipe (code=38)
...
[EUCAINFO  ] currently running/booting:  i-4912092F
[EUCAERROR ] libvirt: cannot send data: Broken pipe (code=38)
[EUCAFATAL ] hypervisor failed to start domain
...
[EUCAINFO  ] doTerminateInstance() invoked (id=i-4912092F)
[EUCAERROR ] libvirt: cannot send data: Broken pipe (code=38)
[EUCAWARN  ] warning: domain i-4912092F to be terminated not running on 
hypervisor


Apparently the NC keeps trying to use the old libvirtd socket and doesn't 
notice the daemon was restarted.
Another VERY nasty consequence is that Eucalyptus looses track of the 
previously running instances in that node! (even if they stay running in KVM)

In CC.log:
[EUCAINFO  ] TerminateInstances(): calling terminate instance (i-42A10746) on 
(141.x.x.x)
[EUCAERROR ] ERROR: TerminateInstance() could not be invoked (check NC host, 
port, and credentials)

while in the NC we still have:
# virsh list
Connecting to uri: qemu:///system
 Id Name State
--
 107 i-42A10746   running


At the very least the libvirt-bin/Euca-NC upstart dependencies should be such 
that restarting libvirtd restarts NC, or ideally and much better, Eucalyptus NC 
should be fixed to handle a restarted libvirtd.


Description:Ubuntu 9.10
Release:9.10

ii  euca2ools 1.0+bzr20091007-0ubuntu1.1
managing cloud instances for Eucalyptus
ii  eucalyptus-common 1.6~bzr931-0ubuntu7.4 
Elastic Utility Computing Architecture - Com
ii  eucalyptus-gl 1.6~bzr931-0ubuntu7.4 
Elastic Utility Computing Architecture - Log
ii  eucalyptus-nc 1.6~bzr931-0ubuntu7.4 
Elastic Utility Computing Architecture

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

-- 
Restarting libvirtd breaks Eucalyptus NC
https://bugs.launchpad.net/bugs/512887
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 512887] Re: Restarting libvirtd breaks Eucalyptus NC

2010-02-04 Thread ariel
Great, thanks!

BTW, shouldn't this issue be reported upstream, to fix the NC to not loose the 
socket? 
Fixing eucalyptus-nc.upstart will handle the case of a civilized restart by 
the sysadmin, but not if for instance the libvirtd dies and gets started by 
hand with /usr/sbin/libvirtd -d right? and also only in Ubuntu ;-)
Should i report it upstream, or does it get forwarded automatically, or does 
somebody else care?

-- 
Restarting libvirtd breaks Eucalyptus NC
https://bugs.launchpad.net/bugs/512887
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 512887] Re: Restarting libvirtd breaks Eucalyptus NC

2010-02-04 Thread ariel
It is upstream bug  https://bugs.launchpad.net/eucalyptus/+bug/517340

No, IMHO they shouldn't fix it at the init script level but in the
code itself.

-- 
Restarting libvirtd breaks Eucalyptus NC
https://bugs.launchpad.net/bugs/512887
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 519513] Re: UEC upgrade from 9.10 karmic to Lucid fails

2010-02-23 Thread ariel
Hi,  a comment to Boris' comment #2 first:

 Version info (after upgrade)
 ii eucalyptus-cc 1.6~bzr931-0ubuntu7.4
 ii eucalyptus-cloud 1.6~bzr931-0ubuntu7.4
 ii eucalyptus-common 1.6~bzr931-0ubuntu7.4
 ii eucalyptus-gl 1.6.2~bzr1180-0ubuntu1

you still have some of the older Karmic packages around, the Lucid ones are the 
1.6.2.
I don't know about  the  'do-release-upgrade -d' method, but you should at 
least perform an
   apt-get dist-upgrade
to allow apt to upgrade the existing packages even if that implies bigger 
(dependency) changes.
Check the resulting versions, all the eucalyptus-* packages should be at 
version 1.6.2-0ubuntu3
(as of today) after the upgrade.

-- 
UEC upgrade from 9.10 karmic to Lucid fails
https://bugs.launchpad.net/bugs/519513
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 519513] Re: UEC upgrade from 9.10 karmic to Lucid fails

2010-02-23 Thread ariel
Second comment :-)  I am trying to achieve the same (ie, have Eucalyptus
1.6.2) but without doing a full upgrade to Lucid, just upgrading the
required packages, in a NC for now.

This combination still doesn't work for me (investigating further) but after i 
did update eucalyptus-nc with
apt-get install eucalyptus-nc -t lucid
I had to:

apt-get install librampart0 -t lucid
(the eucalyptus-common dependency in librampart0 is an unversioned one, but 
Eucalyptus NC fails to start with the Karmic one... complains that the lib was 
not found  tiny issue to file a separate bugreport) At this point the Cloud 
Controller does see the updated node and can submit instance-requests... but 
they fail.

Now I've updated kvm and the kernel, 
apt-get install qemu-kvm -t lucid
apt-get install linux-server -t lucid
trying to get kvm running again, but i still fails, 
warning: could not configure /dev/net/tun: no virtual network emulation

I guess now qemu drops the CAP_NET_ADMIN capability before starting??
How can i change or solve that?

Thanks!

-- 
UEC upgrade from 9.10 karmic to Lucid fails
https://bugs.launchpad.net/bugs/519513
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 488285] Re: multipathd segfault

2010-05-15 Thread ariel
This is 
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519252

Fixed in Debian as of 0.4.8-15
Please update the Lucid package :-)
Txs

** Bug watch added: Debian Bug tracker #519252
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519252

** Changed in: multipath-tools (Ubuntu)
   Status: Invalid = New

** Also affects: multipath-tools (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519252
   Importance: Unknown
   Status: Unknown

-- 
multipathd segfault
https://bugs.launchpad.net/bugs/488285
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools 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 571093] Re: multipath + libvirtd eats away more memory over time

2010-05-20 Thread ariel
Same memory leak here, running kvm+libvirtd+multipath-tools on nodes with SAN 
access over QLogic cards
However i noticed something which i guess is highly related:

udev is constantly discovering the 4 multipath devices
(sdb/sdc/sdd/sde) and causing a high CPU load of around 3 (8 CPU
system). ps shows a process tree like this again and again

  393 ?Ss   22:09 udevd --daemon
20696 ?S 0:12  \_ udevd --daemon
 7171 ?S 0:00  |   \_ /sbin/multipath -v0 /dev/sdb
 7190 ?R 0:00  |   \_ /sbin/mpath_prio_emc /dev/sdd
20702 ?S 0:10  \_ udevd --daemon
 7177 ?S 0:00  |   \_ /sbin/multipath -v0 /dev/sdc
 7189 ?R 0:00  |   \_ /lib/udev/scsi_id -g -u -d /dev/sdb
31869 ?S 0:01  \_ udevd --daemon
 7179 ?S 0:00  |   \_ /sbin/multipath -v0 /dev/sdd
 7191 ?R 0:00  |   \_ /sbin/mpath_prio_emc /dev/sdb
31875 ?S 0:01  \_ udevd --daemon

(PIDs change all the time, they are really being called anew). 
Uploading the output of 2-3 seconds of udevadm monitor -e

-- 
multipath + libvirtd eats away more memory over time
https://bugs.launchpad.net/bugs/571093
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 571093] Re: multipath + libvirtd eats away more memory over time

2010-05-20 Thread ariel

** Attachment added: udevadm monitor -e output
   http://launchpadlibrarian.net/48809497/udev-events.txt.gz

-- 
multipath + libvirtd eats away more memory over time
https://bugs.launchpad.net/bugs/571093
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 571093] Re: multipath + libvirtd eats away more memory over time

2010-05-20 Thread ariel
I performed some additional observations, I agree Nigel's statements in
#13:

disabling the change ACTION in /lib/udev/rules.d/95-multipath.rules is
just a bandaid, the memory leak is there anyways, just that it takes
wy longer to fill in the memory.

The problem solved by disabling the change ACTION in
/lib/udev/rules.d/95-multipath.rules seems to be a real bug somewhere in
udev or multipath:  monitoring with udevadm the number of events gets
reduced from tons per second to one every 30 seconds in my hardware,
which shows all the other events were spurious events generated by a
udev/multipath feedback loop...

That issue is being tracked in
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/578180
and also Debian bug
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581791

** Bug watch added: Debian Bug tracker #581791
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581791

-- 
multipath + libvirtd eats away more memory over time
https://bugs.launchpad.net/bugs/571093
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 571093] Re: [SRU] multipath + libvirtd eats away more memory over time

2010-05-25 Thread ariel
Hi Nigel, Dustin,

great, thanks!! i installed the two libvirt{0,-bin} packages from
Maverick and testing right now.

Sadly the memory leak is still there for me...  If i leave the unmodified 
  /lib/udev/rules.d/95-multipath.rules
in operation the memory usage of libvirtd grows around 15M in 1 minute!!
Removing the 'change' action in  95-multipath.rules of course helps a lot to 
reduce the leak (in that case kernel/udev trigger only two events every 15 
seconds with our hardware...).

# dpkg -l | grep libvirt
ii  libvirt-bin 0.7.5-5ubuntu27.1   
the programs
ii  libvirt00.7.5-5ubuntu27.1   
library for inte

# ps axf -eo pid,%mem,rsz,vsz,sz,state,stime,command | grep libvirtd | grep -v 
grep; \
sleep 60 ; \
ps axf -eo pid,%mem,rsz,vsz,sz,state,stime,command | grep libvirtd | grep -v 
grep

25520  0.5 90668 302488 75622 S 14:56 /usr/sbin/libvirtd -d
25520  0.6 106788 303920 75980 S 14:56 /usr/sbin/libvirtd -d
# 
# cd /lib/udev/rules.d
# cat 95-multipath.rules | grep -v ^#
RUN+=socket:/org/kernel/dm/multipath_event
ACTION==add|change, SUBSYSTEM==block, RUN+=/sbin/multipath -v0 /dev/%k

-- 
[SRU] multipath + libvirtd eats away more memory over time
https://bugs.launchpad.net/bugs/571093
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 1131828] [NEW] apache2.2 init.d script gives error due to msising double quotes

2013-02-22 Thread Ariel Glenn
Public bug reported:

line 55:

if [ ! -x $APACHE_HTTPD ] ; then

should be

if [ ! -x $APACHE_HTTPD ] ; then

(so people passing 'nice blahblah' for example don't get spurious error
messages.  Thanks.

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

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

Title:
  apache2.2 init.d script gives error due to msising double quotes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1131828/+subscriptions

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


[Bug 1182947] [NEW] Cannot specify interpreter path in AGI call

2013-05-22 Thread Ariel Wainer
Public bug reported:

When trying to call an AGI script like this

exten = 1234,n,AGI(/path/to/interpreter /path/to/script,args)

Asterisk says:
 WARNING[19529]: res_agi.c:1621 launch_script: Failed to execute 
'/path/to/interpreter /path/to/script': File does not exist.


This is not serious, as in most cases it can be worked around by specifying the 
interpreter path on the script first line. It could however pose a problem for 
Java, where de interpreter is not usually placed on a standard path.
This happens on :1.8.10.1~dfsg-1ubuntu1.

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

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

Title:
  Cannot specify interpreter path in AGI call

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/1182947/+subscriptions

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


[Bug 1182947] Re: Cannot specify interpreter path in AGI call

2013-05-23 Thread Ariel Wainer
I agree, it should be fixed upstream, I'll test it on the latest version
and report to asterisk bugtracker.

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

Title:
  Cannot specify interpreter path in AGI call

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/1182947/+subscriptions

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


[Bug 1182947] Re: Cannot specify interpreter path in AGI call

2013-05-23 Thread Ariel Wainer
Asterisk people didn't agree this is a bug: 
https://issues.asterisk.org/jira/browse/ASTERISK-21812
Should we close this one as well?

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

Title:
  Cannot specify interpreter path in AGI call

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/1182947/+subscriptions

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


[Bug 1182947] Re: Cannot specify interpreter path in AGI call

2013-06-03 Thread Ariel Wainer
Just for the future peoplen finding this issue, this works:
Instead of:
exten = 1234,n,AGI(/path/to/interpreter /path/to/script,args)
Do:
exten = 1234,n,AGI(/path/to/interpreter,/path/to/script,args)

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

Title:
  Cannot specify interpreter path in AGI call

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/1182947/+subscriptions

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


[Bug 579924] Re: Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2010-07-29 Thread Ariel Wainer
I confirm this bug using Postgres when upgrading from 8.04 to 10.04.

-- 
Upgrading Ubuntu LTS skips database version - Fatal error: Version error for 
database bacula. Wanted 12, got 10
https://bugs.launchpad.net/bugs/579924
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

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


[Bug 507217] [NEW] package smbclient 2:3.4.0-3ubuntu5.1 failed to install/upgrade: lectura insuficiente en buffer_copy (error en dpkg-deb durante `./usr/bin/smbtree')

2010-01-13 Thread Ariel Palazzesi
Public bug reported:

Binary package hint: samba

E: /var/cache/apt/archives/smbclient_2%3a3.4.0-3ubuntu5.3_i386.deb:
lectura insuficiente en buffer_copy (error en dpkg-deb durante
`./usr/bin/smbtree')

ProblemType: Package
Architecture: i386
Date: Wed Jan 13 19:02:58 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: lectura insuficiente en buffer_copy (error en dpkg-deb durante 
`./usr/bin/smbtree')
Package: smbclient 2:3.4.0-3ubuntu5.1
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: samba
Title: package smbclient 2:3.4.0-3ubuntu5.1 failed to install/upgrade: lectura 
insuficiente en buffer_copy (error en dpkg-deb durante `./usr/bin/smbtree')
Uname: Linux 2.6.31-17-generic i686
XsessionErrors:
 (gnome-settings-daemon:8525): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:8525): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-panel:8541): libglade-WARNING **: Unexpected element requires-version 
inside glade-interface.

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


** Tags: apport-package i386

-- 
package smbclient 2:3.4.0-3ubuntu5.1 failed to install/upgrade: lectura 
insuficiente en buffer_copy (error en dpkg-deb durante `./usr/bin/smbtree')
https://bugs.launchpad.net/bugs/507217
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 507217] Re: package smbclient 2:3.4.0-3ubuntu5.1 failed to install/upgrade: lectura insuficiente en buffer_copy (error en dpkg-deb durante `./usr/bin/smbtree')

2010-01-13 Thread Ariel Palazzesi

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/37863649/AptOrdering.txt

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

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/37863651/Dmesg.txt

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

-- 
package smbclient 2:3.4.0-3ubuntu5.1 failed to install/upgrade: lectura 
insuficiente en buffer_copy (error en dpkg-deb durante `./usr/bin/smbtree')
https://bugs.launchpad.net/bugs/507217
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 1019258] [NEW] package bacula-director-mysql 5.2.5-0ubuntu6.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2012-06-29 Thread pablo ariel rodriguez
Public bug reported:

creo que el error es en mysql

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: bacula-director-mysql 5.2.5-0ubuntu6.1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Fri Jun 29 09:06:01 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
SourcePackage: bacula
Title: package bacula-director-mysql 5.2.5-0ubuntu6.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 128
UpgradeStatus: Upgraded to precise on 2012-05-24 (35 days ago)

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


** Tags: amd64 apport-package precise

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

Title:
  package bacula-director-mysql 5.2.5-0ubuntu6.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1019258/+subscriptions

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


[Bug 1019258] Re: package bacula-director-mysql 5.2.5-0ubuntu6.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2012-06-29 Thread pablo ariel rodriguez
-- 
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/1019258

Title:
  package bacula-director-mysql 5.2.5-0ubuntu6.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1019258/+subscriptions

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