[Bug 350936] Re: Should shut down domains on system shutdown

2010-08-15 Thread Andy
Update**
In my comment #38 above step (2) I replaced the following modification in 
/etc/init.d/sendsigs from.

while /bin/ls /var/run/libvirt/qemu/*.pid>/dev/null 2>&1 && [
$kvm_shutdown_timeout -gt 0 ]

with:

while /usr/bin/pgrep -cx kvm > /dev/null 2>&1 && [ $kvm_shutdown_timeout
-gt 0 ]

I have rebooted the host several times and all 2 guests  shutdown
cleanly.

-- 
Should shut down domains on system shutdown
https://bugs.launchpad.net/bugs/350936
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 572410] Re: [SRU] nmbd doesn't start because of missing testparm

2010-08-15 Thread Launchpad Bug Tracker
This bug was fixed in the package samba - 2:3.4.7~dfsg-1ubuntu3.1

---
samba (2:3.4.7~dfsg-1ubuntu3.1) lucid-proposed; urgency=low

  * debian/control: Add samba-common-bin to samba. (LP: #572410)
 -- Chuck ShortFri, 16 Jul 2010 13:25:12 -0400

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

-- 
[SRU] nmbd doesn't start because of missing testparm
https://bugs.launchpad.net/bugs/572410
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 572410] Re: [SRU] nmbd doesn't start because of missing testparm

2010-08-15 Thread Steve Langasek
Confirmed:

- installed samba from lucid, then removed the recommended samba-common-bin.
- rebooted; nmbd did not start up.
- ran 'sudo start nmbd', job fails to start.
- installed samba from lucid-proposed; this pulled in samba-common-bin 
automatically, and nmbd is now running.

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

-- 
[SRU] nmbd doesn't start because of missing testparm
https://bugs.launchpad.net/bugs/572410
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 350936] Re: Should shut down domains on system shutdown

2010-08-15 Thread Andy
Ok so I came up with a workaround that seems to be working for me.  The
guests shutdown completely.  Not sure what this breaks if anything.
There still needs to be a permanent fix for this bug but here is what I
did.

(1)
Edit /etc/init/libvirt-bin.conf
I added this under the "pre-start script" section.

pre-stop script
/etc/init.d/kvmguests stop
end script


(2)
Edit /etc/init.d/sendsigs

Search in /etc/init.d/sendsigs for "do_stop () {" and add these lines
right below it.

kvm_shutdown_timeout=30
while /bin/ls /var/run/libvirt/qemu/*.pid>/dev/null 2>&1 && [ 
$kvm_shutdown_timeout -gt 0 ]
do
sleep 1
kvm_shutdown_timeout=$(expr $kvm_shutdown_timeout - 1)
done

(3)
Create sys-v init script kvmguests and put it in /etc/init.d and make it 
executable.
Here is mine attached to this post.  It can also be used to manually stop the 
guests.

**Notes: The  kvm_shutdown_timeout=30 in /etc/init.d/sendsigs can be
tuned to your environment.


** Attachment added: "init script to shutdown guests on host shutdown."
   
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/350936/+attachment/1492852/+files/kvmguests

-- 
Should shut down domains on system shutdown
https://bugs.launchpad.net/bugs/350936
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 618080] Re: spamassassin crashes regularly

2010-08-15 Thread Scott Kitterman
This is probably caused by running out of swap space.  Is there any
evidence of other processes failing?  Is there additional swap space
available when this happens?

** Changed in: spamassassin (Ubuntu)
   Status: New => Incomplete

-- 
spamassassin crashes regularly
https://bugs.launchpad.net/bugs/618080
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to spamassassin 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 533601] Re: Apport hook for bind9

2010-08-15 Thread UndiFineD
well it's implemented
I had heaps of trouble getting munin stats on bind
finally I found the apparmor.d profile for named and had to edit it to make 
bind / munin work

-- 
Apport hook for bind9
https://bugs.launchpad.net/bugs/533601
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 617678] Re: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-08-15 Thread Kayode Odusote
The output of grep mysql /var/log/syslog after the error generated by
sudo mysql stop:

usr/bin/mysql
Aug 15 19:28:10 ubuntu /etc/mysql/debian-start[32460]: Looking for 'mysqlcheck' 
as: /usr/bin/mysqlcheck
Aug 15 19:28:10 ubuntu /etc/mysql/debian-start[32460]: This installation of 
MySQL is already upgraded to 5.1.41, use --force if you still need to run 
mysql_upgrade
Aug 15 19:28:10 ubuntu /etc/mysql/debian-start[32467]: Checking for insecure 
root accounts.
Aug 15 19:28:10 ubuntu /etc/mysql/debian-start[32471]: Triggering 
myisam-recover for all MyISAM tables
Aug 15 19:28:10 ubuntu init: mysql main process (32440) terminated with status 1
Aug 15 19:28:10 ubuntu init: mysql main process ended, respawning
Aug 15 19:28:10 ubuntu kernel: [  978.217405] type=1505 
audit(1281914890.965:760):  operation="profile_replace" pid=32478 
name="/usr/sbin/mysqld"
Aug 15 19:28:12 ubuntu /etc/mysql/debian-start[32499]: Upgrading MySQL tables 
if necessary.
Aug 15 19:28:12 ubuntu /etc/mysql/debian-start[32502]: /usr/bin/mysql_upgrade: 
the '--basedir' option is always ignored
Aug 15 19:28:12 ubuntu /etc/mysql/debian-start[32502]: Looking for 'mysql' as: 
/usr/bin/mysql
Aug 15 19:28:12 ubuntu /etc/mysql/debian-start[32502]: Looking for 'mysqlcheck' 
as: /usr/bin/mysqlcheck
Aug 15 19:28:12 ubuntu /etc/mysql/debian-start[32502]: This installation of 
MySQL is already upgraded to 5.1.41, use --force if you still need to run 
mysql_upgrade
Aug 15 19:28:12 ubuntu /etc/mysql/debian-start[32509]: Checking for insecure 
root accounts.
Aug 15 19:28:12 ubuntu /etc/mysql/debian-start[32513]: Triggering 
myisam-recover for all MyISAM tables
Aug 15 19:28:12 ubuntu init: mysql main process (32482) terminated with status 1
Aug 15 19:28:12 ubuntu init: mysql main process ended, respawning
Aug 15 19:28:12 ubuntu kernel: [  979.552106] type=1505 
audit(1281914892.301:761):  operation="profile_replace" pid=32520 
name="/usr/sbin/mysqld"
Aug 15 19:28:13 ubuntu /etc/mysql/debian-start[32541]: Upgrading MySQL tables 
if necessary.
Aug 15 19:28:13 ubuntu /etc/mysql/debian-start[32544]: /usr/bin/mysql_upgrade: 
the '--basedir' option is always ignored
Aug 15 19:28:13 ubuntu /etc/mysql/debian-start[32544]: Looking for 'mysql' as: 
/usr/bin/mysql
Aug 15 19:28:13 ubuntu /etc/mysql/debian-start[32544]: Looking for 'mysqlcheck' 
as: /usr/bin/mysqlcheck
Aug 15 19:28:13 ubuntu /etc/mysql/debian-start[32544]: This installation of 
MySQL is already upgraded to 5.1.41, use --force if you still need to run 
mysql_upgrade
Aug 15 19:28:13 ubuntu /etc/mysql/debian-start[32551]: Checking for insecure 
root accounts.
Aug 15 19:28:13 ubuntu /etc/mysql/debian-start[32555]: Triggering 
myisam-recover for all MyISAM tables
Aug 15 19:28:13 ubuntu init: mysql main process (32524) terminated with status 1
Aug 15 19:28:13 ubuntu init: mysql main process ended, respawning
Aug 15 19:28:13 ubuntu kernel: [  980.878130] type=1505 
audit(1281914893.625:762):  operation="profile_replace" pid=32562 
name="/usr/sbin/mysqld"
Aug 15 19:28:14 ubuntu /etc/mysql/debian-start[32583]: Upgrading MySQL tables 
if necessary.
Aug 15 19:28:14 ubuntu /etc/mysql/debian-start[32586]: /usr/bin/mysql_upgrade: 
the '--basedir' option is always ignored
Aug 15 19:28:14 ubuntu /etc/mysql/debian-start[32586]: Looking for 'mysql' as: 
/usr/bin/mysql
Aug 15 19:28:14 ubuntu /etc/mysql/debian-start[32586]: Looking for 'mysqlcheck' 
as: /usr/bin/mysqlcheck
Aug 15 19:28:14 ubuntu /etc/mysql/debian-start[32586]: This installation of 
MySQL is already upgraded to 5.1.41, use --force if you still need to run 
mysql_upgrade
Aug 15 19:28:14 ubuntu /etc/mysql/debian-start[32593]: Checking for insecure 
root accounts.
Aug 15 19:28:14 ubuntu /etc/mysql/debian-start[32597]: Triggering 
myisam-recover for all MyISAM tables
Aug 15 19:28:14 ubuntu init: mysql main process (32566) terminated with status 1
Aug 15 19:28:14 ubuntu init: mysql main process ended, respawning
Aug 15 19:28:14 ubuntu kernel: [  982.220520] type=1505 
audit(1281914894.969:763):  operation="profile_replace" pid=32604 
name="/usr/sbin/mysqld"
Aug 15 19:28:16 ubuntu /etc/mysql/debian-start[32625]: Upgrading MySQL tables 
if necessary.
Aug 15 19:28:16 ubuntu /etc/mysql/debian-start[32628]: /usr/bin/mysql_upgrade: 
the '--basedir' option is always ignored
Aug 15 19:28:16 ubuntu /etc/mysql/debian-start[32628]: Looking for 'mysql' as: 
/usr/bin/mysql
Aug 15 19:28:16 ubuntu /etc/mysql/debian-start[32628]: Looking for 'mysqlcheck' 
as: /usr/bin/mysqlcheck
Aug 15 19:28:16 ubuntu /etc/mysql/debian-start[32628]: This installation of 
MySQL is already upgraded to 5.1.41, use --force if you still need to run 
mysql_upgrade
Aug 15 19:28:16 ubuntu /etc/mysql/debian-start[32635]: Checking for insecure 
root accounts.
Aug 15 19:28:16 ubuntu /etc/mysql/debian-start[32639]: Triggering 
myisam-recover for all MyISAM tables
Aug 15 19:28:16 ubuntu init: mysql main process (32608) terminated with status 1
Aug 15 19:28:16 ubuntu init: mysql main process ended, respa

[Bug 617678] Re: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-08-15 Thread Kayode Odusote
Don't know if this would be of any help. I copied it from the error.log
-/var/log/mysql/error.log:

100815 19:28:45  InnoDB: Started; log sequence number 1 637983031
InnoDB: Starting in background the rollback of uncommitted transactions
InnoDB: Cleaning up trx with id 0 1738733
100815 19:28:45  InnoDB: Rollback of non-prepared transactions completed
100815 19:28:45 [Note] Event Scheduler: Loaded 0 events
100815 19:28:45 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.1.41-3ubuntu12.6'  socket: '/var/run/mysqld/mysqld.sock'  port: 
3306  (Ubuntu)
100815 19:28:46  InnoDB: Assertion failure in thread 2905140080 in file 
../../../storage/innobase/fsp/fsp0fsp.c line 3314
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.1/en/forcing-recovery.html
InnoDB: about forcing recovery.
100815 19:28:46 - mysqld got signal 6 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail.

key_buffer_size=16777216
read_buffer_size=131072
max_used_connections=0
max_threads=151
threads_connected=0
It is possible that mysqld could use up to 
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 345919 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

thd: 0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = (nil) thread_stack 0x3
/usr/sbin/mysqld(my_print_stacktrace+0x2d) [0x7635ad]
/usr/sbin/mysqld(handle_segfault+0x494) [0x42f3d4]
[0x12d400]
/lib/tls/i686/cmov/libc.so.6(abort+0x182) [0xb27a82]
/usr/sbin/mysqld(fseg_free_step_not_header+0x243) [0x6527c3]
/usr/sbin/mysqld(+0x4f8b20) [0x6c0b20]
/usr/sbin/mysqld(+0x4f9003) [0x6c1003]
/usr/sbin/mysqld(trx_purge_fetch_next_rec+0x28c) [0x6c134c]
/usr/sbin/mysqld(row_purge_step+0x42) [0x6a1252]
/usr/sbin/mysqld(que_run_threads+0x5b0) [0x68caf0]
/usr/sbin/mysqld(trx_purge+0x375) [0x6bf0a5]
/usr/sbin/mysqld(srv_master_thread+0xf80) [0x6b5c90]
/lib/tls/i686/cmov/libpthread.so.0(+0x596e) [0xf7b96e]
/lib/tls/i686/cmov/libc.so.6(clone+0x5e) [0xbc7a4e]
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.

This sequence of error is repeated about every two minutes.

-- 
package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/617678
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 617678] Re: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-08-15 Thread Kayode Odusote
This is the output of grep mysql /var/log/syslog:

usr/bin/mysql
Aug 15 19:28:10 ubuntu /etc/mysql/debian-start[32460]: Looking for 'mysqlcheck' 
as: /usr/bin/mysqlcheck
Aug 15 19:28:10 ubuntu /etc/mysql/debian-start[32460]: This installation of 
MySQL is already upgraded to 5.1.41, use --force if you still need to run 
mysql_upgrade
Aug 15 19:28:10 ubuntu /etc/mysql/debian-start[32467]: Checking for insecure 
root accounts.
Aug 15 19:28:10 ubuntu /etc/mysql/debian-start[32471]: Triggering 
myisam-recover for all MyISAM tables
Aug 15 19:28:10 ubuntu init: mysql main process (32440) terminated with status 1
Aug 15 19:28:10 ubuntu init: mysql main process ended, respawning
Aug 15 19:28:10 ubuntu kernel: [  978.217405] type=1505 
audit(1281914890.965:760):  operation="profile_replace" pid=32478 
name="/usr/sbin/mysqld"
Aug 15 19:28:12 ubuntu /etc/mysql/debian-start[32499]: Upgrading MySQL tables 
if necessary.
Aug 15 19:28:12 ubuntu /etc/mysql/debian-start[32502]: /usr/bin/mysql_upgrade: 
the '--basedir' option is always ignored
Aug 15 19:28:12 ubuntu /etc/mysql/debian-start[32502]: Looking for 'mysql' as: 
/usr/bin/mysql
Aug 15 19:28:12 ubuntu /etc/mysql/debian-start[32502]: Looking for 'mysqlcheck' 
as: /usr/bin/mysqlcheck
Aug 15 19:28:12 ubuntu /etc/mysql/debian-start[32502]: This installation of 
MySQL is already upgraded to 5.1.41, use --force if you still need to run 
mysql_upgrade
Aug 15 19:28:12 ubuntu /etc/mysql/debian-start[32509]: Checking for insecure 
root accounts.
Aug 15 19:28:12 ubuntu /etc/mysql/debian-start[32513]: Triggering 
myisam-recover for all MyISAM tables
Aug 15 19:28:12 ubuntu init: mysql main process (32482) terminated with status 1
Aug 15 19:28:12 ubuntu init: mysql main process ended, respawning
Aug 15 19:28:12 ubuntu kernel: [  979.552106] type=1505 
audit(1281914892.301:761):  operation="profile_replace" pid=32520 
name="/usr/sbin/mysqld"
Aug 15 19:28:13 ubuntu /etc/mysql/debian-start[32541]: Upgrading MySQL tables 
if necessary.
Aug 15 19:28:13 ubuntu /etc/mysql/debian-start[32544]: /usr/bin/mysql_upgrade: 
the '--basedir' option is always ignored
Aug 15 19:28:13 ubuntu /etc/mysql/debian-start[32544]: Looking for 'mysql' as: 
/usr/bin/mysql
Aug 15 19:28:13 ubuntu /etc/mysql/debian-start[32544]: Looking for 'mysqlcheck' 
as: /usr/bin/mysqlcheck
Aug 15 19:28:13 ubuntu /etc/mysql/debian-start[32544]: This installation of 
MySQL is already upgraded to 5.1.41, use --force if you still need to run 
mysql_upgrade
Aug 15 19:28:13 ubuntu /etc/mysql/debian-start[32551]: Checking for insecure 
root accounts.
Aug 15 19:28:13 ubuntu /etc/mysql/debian-start[32555]: Triggering 
myisam-recover for all MyISAM tables
Aug 15 19:28:13 ubuntu init: mysql main process (32524) terminated with status 1
Aug 15 19:28:13 ubuntu init: mysql main process ended, respawning
Aug 15 19:28:13 ubuntu kernel: [  980.878130] type=1505 
audit(1281914893.625:762):  operation="profile_replace" pid=32562 
name="/usr/sbin/mysqld"
Aug 15 19:28:14 ubuntu /etc/mysql/debian-start[32583]: Upgrading MySQL tables 
if necessary.
Aug 15 19:28:14 ubuntu /etc/mysql/debian-start[32586]: /usr/bin/mysql_upgrade: 
the '--basedir' option is always ignored
Aug 15 19:28:14 ubuntu /etc/mysql/debian-start[32586]: Looking for 'mysql' as: 
/usr/bin/mysql
Aug 15 19:28:14 ubuntu /etc/mysql/debian-start[32586]: Looking for 'mysqlcheck' 
as: /usr/bin/mysqlcheck
Aug 15 19:28:14 ubuntu /etc/mysql/debian-start[32586]: This installation of 
MySQL is already upgraded to 5.1.41, use --force if you still need to run 
mysql_upgrade
Aug 15 19:28:14 ubuntu /etc/mysql/debian-start[32593]: Checking for insecure 
root accounts.
Aug 15 19:28:14 ubuntu /etc/mysql/debian-start[32597]: Triggering 
myisam-recover for all MyISAM tables
Aug 15 19:28:14 ubuntu init: mysql main process (32566) terminated with status 1
Aug 15 19:28:14 ubuntu init: mysql main process ended, respawning
Aug 15 19:28:14 ubuntu kernel: [  982.220520] type=1505 
audit(1281914894.969:763):  operation="profile_replace" pid=32604 
name="/usr/sbin/mysqld"
Aug 15 19:28:16 ubuntu /etc/mysql/debian-start[32625]: Upgrading MySQL tables 
if necessary.
Aug 15 19:28:16 ubuntu /etc/mysql/debian-start[32628]: /usr/bin/mysql_upgrade: 
the '--basedir' option is always ignored
Aug 15 19:28:16 ubuntu /etc/mysql/debian-start[32628]: Looking for 'mysql' as: 
/usr/bin/mysql
Aug 15 19:28:16 ubuntu /etc/mysql/debian-start[32628]: Looking for 'mysqlcheck' 
as: /usr/bin/mysqlcheck
Aug 15 19:28:16 ubuntu /etc/mysql/debian-start[32628]: This installation of 
MySQL is already upgraded to 5.1.41, use --force if you still need to run 
mysql_upgrade
Aug 15 19:28:16 ubuntu /etc/mysql/debian-start[32635]: Checking for insecure 
root accounts.
Aug 15 19:28:16 ubuntu /etc/mysql/debian-start[32639]: Triggering 
myisam-recover for all MyISAM tables
Aug 15 19:28:16 ubuntu init: mysql main process (32608) terminated with status 1
Aug 15 19:28:16 ubuntu init: mysql main process ended, respawning
Aug 15 19:28:16 ubuntu kernel: 

[Bug 618417] Re: package samba 2:3.4.0-3ubun tu5.6 failed to install/upgrade: el subproceso script post-installation instalado devolvió el código d e salida de error 1

2010-08-15 Thread elalco...@hotmail.com
i am having this problem to  
$sudo aptitude install samba
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias   
Leyendo la información de estado... Hecho
Leyendo la información de estado extendido   
Inicializando el estado de los paquetes... Hecho
Se configurarán los siguientes paquetes que están ahora parcialmente instalados:
  samba 
0 paquetes actualizados, 0 nuevos instalados, 0 para eliminar y 1 sin 
actualizar.
Necesito descargar 0B de ficheros. Después de desempaquetar se usarán 0B.
Escribiendo información de estado extendido... Hecho
Configurando samba (2:3.4.0-3ubuntu5.6) ...
 * Starting Samba daemons   
 
/usr/sbin/nmbd: /opt/PostgreSQL/psqlODBC/lib/libk5crypto.so.3: no version 
information available (required by /usr/sbin/nmbd)
/usr/sbin/nmbd: /opt/PostgreSQL/psqlODBC/lib/libgssapi_krb5.so.2: no version 
information available (required by /usr/sbin/nmbd)
/usr/sbin/nmbd: /opt/PostgreSQL/psqlODBC/lib/libkrb5.so.3: no version 
information available (required by /usr/sbin/nmbd)

  [fail]
invoke-rc.d: initscript samba, action "start" failed.
dpkg: error al procesar samba (--configure):
 el subproceso script post-installation instalado devolvió el código de salida 
de error 1
Se encontraron errores al procesar:
 samba
E: Sub-process /usr/bin/dpkg returned an error code (1)
Un paquete no se pudo instalar. Intentado recuperarse:
Configurando samba (2:3.4.0-3ubuntu5.6) ...
 * Starting Samba daemons   
 
/usr/sbin/nmbd: /opt/PostgreSQL/psqlODBC/lib/libk5crypto.so.3: no version 
information available (required by /usr/sbin/nmbd)
/usr/sbin/nmbd: /opt/PostgreSQL/psqlODBC/lib/libgssapi_krb5.so.2: no version 
information available (required by /usr/sbin/nmbd)
/usr/sbin/nmbd: /opt/PostgreSQL/psqlODBC/lib/libkrb5.so.3: no version 
information available (required by /usr/sbin/nmbd)

  [fail]
invoke-rc.d: initscript samba, action "start" failed.
dpkg: error al procesar samba (--configure):
 el subproceso script post-installation instalado devolvió el código de salida 
de error 1
Se encontraron errores al procesar:
 samba
Leyendo lista de paquetes... Hecho   
Creando árbol de dependencias   
Leyendo la información de estado... Hecho
Leyendo la información de estado extendido  
Inicializando el estado de los paquetes... Hecho

-- 
package samba 2:3.4.0-3ubuntu5.6 failed to install/upgrade: el subproceso 
script post-installation instalado devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/618417
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 618417] Re: package samba 2:3.4.0-3ubun tu5.6 failed to install/upgrade: el subproceso script post-installation instalado devolvió el código d e salida de error 1

2010-08-15 Thread elalco...@hotmail.com

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/618417/+attachment/1492473/+files/Dependencies.txt

** Attachment added: "Dmesg.txt"
   https://bugs.launchpad.net/bugs/618417/+attachment/1492474/+files/Dmesg.txt

** Attachment added: "DpkgTerminalLog.gz"
   
https://bugs.launchpad.net/bugs/618417/+attachment/1492475/+files/DpkgTerminalLog.gz

-- 
package samba 2:3.4.0-3ubuntu5.6 failed to install/upgrade: el subproceso 
script post-installation instalado devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/618417
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 618417] [NEW] package samba 2:3.4.0-3 ubuntu5.6 failed to install/upgrade: el subproceso scr ipt post-installation instalado devolvió el códi go de salida de error 1

2010-08-15 Thread elalco...@hotmail.com
Public bug reported:

Binary package hint: samba

problems with a shared printer, i purge the package and then i try
reinstalling i don't know what is it happened

ProblemType: Package
AptOrdering:
 samba: Install
 samba: Configure
Architecture: i386
Date: Sun Aug 15 17:52:17 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: el subproceso script post-installation instalado devolvió el 
código de salida de error 1
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
Package: samba 2:3.4.0-3ubuntu5.6
ProcVersionSignature: Ubuntu 2.6.31-22.61-generic
SourcePackage: samba
Title: package samba 2:3.4.0-3ubuntu5.6 failed to install/upgrade: el 
subproceso script post-installation instalado devolvió el código de salida de 
error 1
Uname: Linux 2.6.31-22-generic i686

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


** Tags: apport-package i386

-- 
package samba 2:3.4.0-3ubuntu5.6 failed to install/upgrade: el subproceso 
script post-installation instalado devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/618417
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 618104] Re: package clamav-base 0.96.1 dfsg-0ubuntu0.10.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2010-08-15 Thread Scott Kitterman
Looks like the original problem is in pam.

Preparing to replace libpam-modules 1.1.1-2ubuntu2 (using 
.../libpam-modules_1.1.1-2ubuntu5_i386.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libpam-modules_1.1.1-2ubuntu5_i386.deb (--unpack):
 subprocess new pre-installation script killed by signal (Segmentation fault)
Errors were encountered while processing:
 /var/cache/apt/archives/libpam-modules_1.1.1-2ubuntu5_i386.deb

** Package changed: clamav (Ubuntu) => pam (Ubuntu)

-- 
package clamav-base 0.96.1 dfsg-0ubuntu0.10.04.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
https://bugs.launchpad.net/bugs/618104
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 618107] Re: package clamav-freshclam 0.96.1 dfsg-0ubuntu0.10.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2010-08-15 Thread Scott Kitterman
Looks like a debconf issue.

Setting up clamav-base (0.96.1+dfsg-0ubuntu0.10.04.1) ...
Use of uninitialized value $reply in scalar chomp at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 66.
Use of uninitialized value $reply in concatenation (.) or string at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 67.
Use of uninitialized value $reply in split at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 68.
Use of uninitialized value $reply in scalar chomp at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 66.
Use of uninitialized value $reply in concatenation (.) or string at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 67.
Use of uninitialized value $reply in split at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 68.
Use of uninitialized value $reply in scalar chomp at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 66.
Use of uninitialized value $reply in concatenation (.) or string at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 67.
Use of uninitialized value $reply in split at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 68.
Use of uninitialized value $ret in string eq at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 109.
dpkg: error processing clamav-base (--configure):
 subprocess installed post-installation script returned error exit status 128
dpkg: dependency problems prevent configuration of clamav-freshclam:
 clamav-freshclam depends on clamav-base (>= 0.96.1+dfsg-0ubuntu0.10.04.1); 
however:
  Package clamav-base is not configured yet.
dpkg: error processing clamav-freshclam (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of clamav:
 clamav depends on clamav-freshclam | clamav-data; however:
  Package clamav-freshclam is not configured yet.
  Package clamav-data is not installed.
  Package clamav-freshclam which provides clamav-data is not configured yet.
dpkg: error processing clamav (--configure):
 dependency problems - leaving unconfigured

** Package changed: clamav (Ubuntu) => debconf (Ubuntu)

-- 
package clamav-freshclam 0.96.1 dfsg-0ubuntu0.10.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 100
https://bugs.launchpad.net/bugs/618107
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 617952] Re: package libmysqlclient16 5.1.41-3ubuntu12.6 failed to install/upgrade: subprocess installed post-installation script killed by signal (Killed)

2010-08-15 Thread Toby Kraft
Clint, here is the output.  Thanks.


t...@toby-desktop:~/Desktop$ sudo apt-get -f install
[sudo] password for toby: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-2.6.32-21 linux-headers-2.6.32-21-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
110 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up libc-bin (2.11.1-0ubuntu7.2) ...

Setting up linux-image-2.6.32-24-generic (2.6.32-24.38) ...
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.32-24-generic
Running postinst hook script /usr/sbin/update-grub.
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.32-24-generic
Found initrd image: /boot/initrd.img-2.6.32-24-generic
Found linux image: /boot/vmlinuz-2.6.32-21-generic
Found initrd image: /boot/initrd.img-2.6.32-21-generic
Found memtest86+ image: /boot/memtest86+.bin
done
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/nvidia-common 2.6.32-24-generic 
/boot/vmlinuz-2.6.32-24-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 2.6.32-24-generic 
/boot/vmlinuz-2.6.32-24-generic

Setting up libmysqlclient16 (5.1.41-3ubuntu12.6) ...

Setting up mysql-client-core-5.1 (5.1.41-3ubuntu12.6) ...
Setting up mysql-client-5.1 (5.1.41-3ubuntu12.6) ...
Setting up mysql-server-core-5.1 (5.1.41-3ubuntu12.6) ...
Setting up mysql-server-5.1 (5.1.41-3ubuntu12.6) ...
Installing new version of config file /etc/init/mysql.conf ...
mysql stop/waiting
mysql start/running, process 6019

Setting up apt-utils (0.7.25.3ubuntu9.1) ...

Setting up ureadahead (0.100.0-4.1.2) ...

Setting up libglib2.0-0 (2.24.1-0ubuntu1) ...

Setting up libusb-0.1-4 (2:0.1.12-14ubuntu0.2) ...

Setting up python-apt (0.7.94.2ubuntu6.1) ...
^A
Setting up libkrb5support0 (1.8.1+dfsg-2ubuntu0.2) ...

Setting up libk5crypto3 (1.8.1+dfsg-2ubuntu0.2) ...

Setting up libkrb5-3 (1.8.1+dfsg-2ubuntu0.2) ...
 
Setting up libgssapi-krb5-2 (1.8.1+dfsg-2ubuntu0.2) ...

Setting up openssh-client (1:5.3p1-3ubuntu4) ...

Setting up libparted0debian1 (2.2-5ubuntu5.1) ...

Setting up parted (2.2-5ubuntu5.1) ...
Setting up acpid (1.0.10-5ubuntu2.1) ...
start: Job is already running: acpid

Setting up binutils (2.20.1-3ubuntu6) ...

Setting up libatk1.0-0 (1.30.0-0ubuntu2.1) ...

Setting up libcups2 (1.4.3-1ubuntu1.2) ...

Setting up libpng12-0 (1.2.42-1ubuntu2.1) ...

Setting up libtiff4 (3.9.2-2ubuntu0.3) ...

Setting up libgtk2.0-0 (2.20.1-0ubuntu2) ...

Setting up libevdocument2 (2.30.3-0ubuntu1.1) ...

Setting up libevview2 (2.30.3-0ubuntu1.1) ...

Setting up libgp11-0 (2.92.92.is.2.30.3-0ubuntu1) ...

Setting up libgcr0 (2.92.92.is.2.30.3-0ubuntu1) ...

Setting up libgnome-keyring0 (2.30.1-0ubuntu1) ...

Setting up gnome-keyring (2.92.92.is.2.30.3-0ubuntu1) ...
Installing new version of config file 
/etc/xdg/autostart/gnome-keyring-pkcs11.desktop ...
Installing new version of config file 
/etc/xdg/autostart/gnome-keyring-secrets.desktop ...
Installing new version of config file 
/etc/xdg/autostart/gnome-keyring-ssh.desktop ...

Setting up libkpathsea5 (2009-5ubuntu0.1) ...

Setting up libpoppler5 (0.12.4-0ubuntu5) ...

Setting up libpoppler-glib4 (0.12.4-0ubuntu5) ...

Setting up evince (2.30.3-0ubuntu1.1) ...
Installing new version of config file /etc/apparmor.d/abstractions/evince ...

Setting up libhal1 (0.5.14-0ubuntu6) ...

Setting up libhal-storage1 (0.5.14-0ubuntu6) ...

Setting up libnotify1 (0.4.5-1ubuntu4) ...

Setting up libexo-0.3-0 (0.3.106-1ubuntu2.1) ...

Setting up exo-utils (0.3.106-1ubuntu2.1) ...
Setting up libpanel-applet2-0 (1:2.30.2-0ubuntu0.2) ...

Setting up gdm (2.30.2.is.2.30.0-0ubuntu3) ...
Installing new version of config file /etc/gdm/Xsession ...

Setting up libcupsimage2 (1.4.3-1ubuntu1.2) ...

Setting up libgs8 (8.71.dfsg.1-0ubuntu5.2) ...

Setting up ghostscript (8.71.dfsg.1-0ubuntu5.2) ...
update-alternatives: using /usr/bin/ps2pdf14 to provide /usr/bin/ps2pdf 
(ps2pdf) in auto mode.
Updating font configuration of gs...
Cleaning up category psprint..
Cleaning up category cmap..
Cleaning up category cid..
Cleaning up category truetype..
Cleaning up category gsfontderivative..
Cleaning up category type3..
Cleaning up category type1..
Updating category type1..
Updating category type3..
Updating category gsfontderivative..
Updating category truetype..
Updating category cid..
Updating category cmap..
Updating category psprint..
No CIDSupplement specified for DroidSansJapanese-JaH, defaulting to 0.
No CIDSupplement specified for DroidSansJapanese, defaulting to 0.

Setting up gtk2-engines-pixbuf (2.20.1-0ubuntu2) ...
Setting up libgvfscommon0 (1.6.1-0ubuntu1build1) ...

Setting up gvfs (1.6.1-0ubuntu1build1) ...
Setting up libsoup2.4-1 (2.30.2-0ubuntu0.1) ...

Setting up libsoup-gnome2.4-1 (2.30.2-0ubuntu0.1) ...

[Bug 618263] Re: package mysql-server-5.1 5.1 .41-3ubuntu12.3 failed to install/upgrade: el subpro ceso script pre-installation nuevo devolvió el c ódigo de salida de error 1

2010-08-15 Thread Cabocom Soluciones

** Attachment added: ".etc.apparmor.d.usr.sbin.mysqld.txt"
   
https://bugs.launchpad.net/bugs/618263/+attachment/1491875/+files/.etc.apparmor.d.usr.sbin.mysqld.txt

** Attachment added: "AptOrdering.txt"
   
https://bugs.launchpad.net/bugs/618263/+attachment/1491876/+files/AptOrdering.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/618263/+attachment/1491877/+files/Dependencies.txt

** Attachment added: "Df.txt"
   https://bugs.launchpad.net/bugs/618263/+attachment/1491878/+files/Df.txt

** Attachment added: "Dmesg.txt"
   https://bugs.launchpad.net/bugs/618263/+attachment/1491879/+files/Dmesg.txt

** Attachment added: "DpkgTerminalLog.gz"
   
https://bugs.launchpad.net/bugs/618263/+attachment/1491880/+files/DpkgTerminalLog.gz

** Attachment added: "MySQLConf.etc.mysql.my.cnf.txt"
   
https://bugs.launchpad.net/bugs/618263/+attachment/1491881/+files/MySQLConf.etc.mysql.my.cnf.txt

-- 
package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: el 
subproceso script pre-installation nuevo devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/618263
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 618263] [NEW] package mysql-server-5.1 5 .1.41-3ubuntu12.3 failed to install/upgrade: el su bproceso script pre-installation nuevo devolvió el c ódigo de salida de error 1

2010-08-15 Thread Cabocom Soluciones
Public bug reported:

In the first system update failed. Before I copy some databases from
another Ubuntu system.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: mysql-server-5.1 5.1.41-3ubuntu12.3
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Sun Aug 15 17:17:31 2010
ErrorMessage: el subproceso script pre-installation nuevo devolvió el código de 
salida de error 1
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
Logs.var.log.daemon.log:
 
Logs.var.log.kern.log: Aug 15 17:35:37 servidor kernel: [   12.503489] 
type=1505 audit(1281886537.593:5):  operation="profile_load" pid=856 
name="/usr/sbin/mysqld"
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['gw_eventos', 'osc_ce', 'gw_climatesa', 
'mysql_upgrade_info', 'gw_ecoenergias_bkp', 'exploradorphp', 'phpmyadmin.bkp', 
'gw_secarenunicaja', 'webCalendar', 'mysql.bkp', 'osc_sesmaequitacion', 
'osc_informaex', 'sms', 'gw_tiendasenlared', 'sms_bkp', 'ibdata1', 
'bugtracker', 'phpmyadmin', 'gw_ecoenergias', 'gw_empleoenextremadura', 
'gw_comerciales', 'osc_merkajaen', 'ib_logfile0', 'gw_divorcia', 
'gw_inmoMancha', 'mysql', 'sms_gestionWeb', 'osc_equippos', 
'gw_secarenunicaja_2', 'debian-5.0.flag', 'debian-5.1.flag', 'accesos_ftp', 
'gw_comercial', 'joomla_manchaReal', 'fotoserver', 'ib_logfile1', 
'placasSolares', 'gw_microvoz', 'odbc', 'gw_ocasionauto', 'servidor.pid', 
'sexpe', 'osc_centrodeldescanso', 'osc_supergourmet', 'g...@002dtradis', 
'osc_soloxxlcom', 'gw_soloxxl_dir', 'osc_unitedshield', 'pruebas', 'gw_fempex', 
'gw_sanjuan']
SourcePackage: mysql-dfsg-5.1
Title: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: 
el subproceso script pre-installation nuevo devolvió el código de salida de 
error 1

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


** Tags: apport-package i386 lucid

-- 
package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: el 
subproceso script pre-installation nuevo devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/618263
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 574665] Re: kvm + virtio disk corrupts large volumes (>1TB).

2010-08-15 Thread masc
Seems more tricky to patch than expected, more things contributing to this 
defect.
There was some regression on gentoo as well, patched/fixed in -r1 and 
re-introduced in -r2 although the previous patch was in.

Most efficient solution will be not to patch. Update to 0.12.5 which
fixes the problem properly.

-- 
kvm + virtio disk corrupts large volumes (>1TB).
https://bugs.launchpad.net/bugs/574665
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 165184] Re: amavisd-new + spamassassin: cronjob spams root user

2010-08-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/ubuntu-docs

-- 
amavisd-new + spamassassin: cronjob spams root user
https://bugs.launchpad.net/bugs/165184
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new 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 573436] Re: PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/ldap.ini on line 1 in Unknown on line 0

2010-08-15 Thread Uros Djokic
I just went to that directory mcrypt.ini and deleted first line starting
with # and everything is ok.

-- 
PHP Deprecated:  Comments starting with '#' are deprecated in 
/etc/php5/cli/conf.d/ldap.ini on line 1 in Unknown on line 0
https://bugs.launchpad.net/bugs/573436
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 617428] Re: winbind_cache.tdb corrupt

2010-08-15 Thread Clint Byrum
Upstream has accepted the patch, and I don't think most people have
readonly TDB, so marking triaged and Low. When upstream releases, this
bug should be closed.

Antony, thanks so much for the work you've done on this.

Is there any way you can add the exact error message to the description,
so that people will find this bug when they get it?

Thanks!

** Changed in: samba (Ubuntu)
   Status: New => Triaged

** Changed in: samba (Ubuntu)
   Importance: Undecided => Low

-- 
winbind_cache.tdb corrupt
https://bugs.launchpad.net/bugs/617428
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 617053] Re: on upgrade from 1.6.2, euca_upgrade should preserve DISABLE_ISCSI="Y"

2010-08-15 Thread Clint Byrum
Marking Triaged, as Daniel seems to be looking at this upstream.
Mirroring upstream important of Medium.

** Changed in: eucalyptus (Ubuntu)
   Status: New => Triaged

** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided => Medium

-- 
on upgrade from 1.6.2, euca_upgrade should preserve DISABLE_ISCSI="Y"
https://bugs.launchpad.net/bugs/617053
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 617952] Re: package libmysqlclient16 5.1.41-3ubuntu12.6 failed to install/upgrade: subprocess installed post-installation script killed by signal (Killed)

2010-08-15 Thread Clint Byrum
Hi Toby, thanks for filing this bug report and working with us to make
Ubuntu better!

Can you try 'apt-get -f install' which will attempt to install any
missing dependencies. It looks like something actually went wrong with
some of the other bits of the update as well, so there may have been
other factors, like a disk full for instance, that may have contributed
to this.

Please paste/upload the output of apt-get -f install. Thanks!

Marking incomplete for now.

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

-- 
package libmysqlclient16 5.1.41-3ubuntu12.6 failed to install/upgrade: 
subprocess installed post-installation script killed by signal (Killed)
https://bugs.launchpad.net/bugs/617952
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 617678] Re: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-08-15 Thread Clint Byrum
Hi Kayode, thanks for reporting this and working with us to make Ubuntu
better!

Can you please paste the output of

'sudo stop mysql'

and also any error messages printed by mysql in /var/log/syslog right
after that? The best way would be to upload the output of

grep mysql /var/log/syslog

in a text file.

Thank you!

(Marking incomplete for now)

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

-- 
package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/617678
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 617237] Re: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2010-08-15 Thread Clint Byrum
Hi Peter,

can you try manually *installing* the package, if you haven't cleared
apt's cache, then you can do

dpkg -i /var/cache/apt/archives/mysql-
server-5.1_5.1.41-3ubuntu12.3_i386.deb

Otherwise, download it with

wget http://security.ubuntu.com/ubuntu/pool/main/m/mysql-dfsg-5.1/mysql-
server-5.1_5.1.41-3ubuntu12.3_i386.deb

Then

dpkg -i mysql-server-5.1_5.1.41-3ubuntu12.3_i386.deb

It should replace all of its files, and then allow upgrading/removing.

Marking Incomplete, you can change it back to New if that doesn't work
for you.

Setting Importance to High as this may prevent automated upgrades if it
is in fact a bug.

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

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Importance: Undecided => High

-- 
package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: Package 
is in a very bad inconsistent state - you should  reinstall it before 
attempting a removal.
https://bugs.launchpad.net/bugs/617237
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 618151] Re: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2010-08-15 Thread Clint Byrum
*** This bug is a duplicate of bug 617237 ***
https://bugs.launchpad.net/bugs/617237

** This bug has been marked a duplicate of bug 617237
   package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: 
Package is in a very bad inconsistent state - you should  reinstall it before 
attempting a removal.

-- 
package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: Package 
is in a very bad inconsistent state - you should  reinstall it before 
attempting a removal.
https://bugs.launchpad.net/bugs/618151
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 350936] Re: Should shut down domains on system shutdown

2010-08-15 Thread Andy
Ok I create a pre-stop script in /etc/init/libvirt-bin.conf 
and it is running the script however its not waiting for the script to 
complete.Everything shutsdown extremely fast in about 3 seconds and I am 
back to the BIOS screen.
So the it starts shutting down the guest os but the host contiues to shutdown 
no waiting for the guest to complete shutting down?
I even added sleep 20 in the pre-stop script in  /etc/init/libvirt-bin.conf and 
it completely ignored the sleep command or because sendsigs may be running in 
parallel the system shutsdown anyways regardless of any sleep command.   If 
this is the case then thats just brilliant.   So how does one fix this if this 
is indeed the case? 

modified the /etc/init.d/sendsigs file as stated above in comment #24 by
tomcrus and it just hangs the host on reboot forcing a hard reset.

Does anyone know if Canonical uses KVM internally on Ubuntu 10.04 LTS.
If so how have they solved this problem?  Is there a paid solution?

Thanks.

-- 
Should shut down domains on system shutdown
https://bugs.launchpad.net/bugs/350936
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 604110] Re: munin-node-configure --shell fails on lucid

2010-08-15 Thread UndiFineD
my strace.output as suggested above

I use perl 5.12.1

** Attachment added: "strace.output"
   
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/604110/+attachment/1491629/+files/strace.output

-- 
munin-node-configure --shell fails on lucid
https://bugs.launchpad.net/bugs/604110
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 604110] Re: munin-node-configure --shell fails on lucid

2010-08-15 Thread UndiFineD
reproduced with munin 1.4.5

# munin-node-configure --shell
ln -s '/usr/share/munin/plugins/ip_' '/etc/munin/plugins/ip_XXX.54.35.25'
ln -s '/usr/share/munin/plugins/ip_' '/etc/munin/plugins/ip_XXX.54.40.25'
ln -s '/usr/share/munin/plugins/nfsd' '/etc/munin/plugins/nfsd'
ln -s '/usr/share/munin/plugins/postgres_cache_' 
'/etc/munin/plugins/postgres_cache_ALL'
ln -s '/usr/share/munin/plugins/postgres_connections_' 
'/etc/munin/plugins/postgres_connections_ALL'
ln -s '/usr/share/munin/plugins/postgres_locks_' 
'/etc/munin/plugins/postgres_locks_ALL'
ln -s '/usr/share/munin/plugins/postgres_querylength_' 
'/etc/munin/plugins/postgres_querylength_ALL'
ln -s '/usr/share/munin/plugins/postgres_size_' 
'/etc/munin/plugins/postgres_size_ALL'
ln -s '/usr/share/munin/plugins/postgres_transactions_' 
'/etc/munin/plugins/postgres_transactions_ALL'
ln -s '/usr/share/munin/plugins/postgres_users' 
'/etc/munin/plugins/postgres_users'
ln -s '/usr/share/munin/plugins/postgres_xlog' 
'/etc/munin/plugins/postgres_xlog'
# The following plugins caused errors:
# df:
#   Junk printed to stderr
# df_inode:
#   Junk printed to stderr
# postgres_scans_:
#   Non-zero exit during autoconf (2)
# postgres_tuples_:
#   Non-zero exit during autoconf (2)
# slony_lag_:
#   Non-zero exit during autoconf (2)
# snort_alerts:
#   Non-zero exit during autoconf (1)
#   Junk printed to stderr
# snort_bytes_pkt:
#   Non-zero exit during autoconf (1)
#   Junk printed to stderr
# snort_drop_rate:
#   Non-zero exit during autoconf (1)
#   Junk printed to stderr
# snort_pattern_match:
#   Non-zero exit during autoconf (1)
#   Junk printed to stderr
# snort_pkts:
#   Non-zero exit during autoconf (1)
#   Junk printed to stderr
# snort_traffic:
#   Non-zero exit during autoconf (1)
#   Junk printed to stderr

-- 
munin-node-configure --shell fails on lucid
https://bugs.launchpad.net/bugs/604110
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 591423] Re: qemu -drive boot=on flag causes boot to hang.

2010-08-15 Thread Denis Goleshchikhin
I needed to add "media=disk" option also to boot Windows XP properly on
my Intel Atom D510 based system (Linux 2.6.32-24-generic #39-Ubuntu SMP
Wed Jul 28 05:14:15 UTC 2010 x86_64 GNU/Linux). So the Mike`s script for
me is:

#!/bin/bash

out_args=( )
while (( $# ))
 do if [[ "$1" = "-drive" ]]
  then out_args+=( "$1" "$(<<<"$2" sed \
-e s/,boot=on/,media=disk/g \
-e s/boot=on,/media=disk,/g \
-e s/boot=on/media=disk/g \
   )" )
  shift 2
  else out_args+=( "$1" )
  shift
  fi
 done
exec -a "$0" "${0}-original" "${out_ar...@]}"

-- 
qemu -drive boot=on flag causes boot to hang.
https://bugs.launchpad.net/bugs/591423
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 565481] Re: PHP preg_match doesn't match matching string

2010-08-15 Thread Vladimir Kolesnikov
This is neither PHP nor PCRE bug — the default backtrack limit
(xontrolled by pcre.backtrack_limit configuration directive) used by PHP
is too low for this case.

That is,

$ php


0 2

2 is PREG_BACKTRACK_LIMIT_ERROR.

-- 
PHP preg_match doesn't match matching string
https://bugs.launchpad.net/bugs/565481
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 618151] Re: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2010-08-15 Thread James Martin

** Attachment added: ".etc.apparmor.d.usr.sbin.mysqld.txt"
   
https://bugs.launchpad.net/bugs/618151/+attachment/1491365/+files/.etc.apparmor.d.usr.sbin.mysqld.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/618151/+attachment/1491366/+files/Dependencies.txt

** Attachment added: "Df.txt"
   https://bugs.launchpad.net/bugs/618151/+attachment/1491367/+files/Df.txt

** Attachment added: "Dmesg.txt"
   https://bugs.launchpad.net/bugs/618151/+attachment/1491368/+files/Dmesg.txt

** Attachment added: "DpkgTerminalLog.txt"
   
https://bugs.launchpad.net/bugs/618151/+attachment/1491369/+files/DpkgTerminalLog.txt

** Attachment added: "MySQLConf.etc.mysql.my.cnf.txt"
   
https://bugs.launchpad.net/bugs/618151/+attachment/1491370/+files/MySQLConf.etc.mysql.my.cnf.txt

-- 
package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: Package 
is in a very bad inconsistent state - you should  reinstall it before 
attempting a removal.
https://bugs.launchpad.net/bugs/618151
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 618151] [NEW] package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2010-08-15 Thread James Martin
Public bug reported:

Upon trying to install/upgrade/remove any package with apt-get, it fails
with this error. Every time this happens, I either have to quit with
Ctrl+C, or it simply fails by itself.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: mysql-server-5.1 5.1.41-3ubuntu12.3
ProcVersionSignature: Ubuntu 2.6.32-24.38-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
NonfreeKernelModules: nvidia
AptOrdering:
 mysql-server-5.1: Purge
 man-db: Configure
Architecture: i386
Date: Sun Aug 15 05:24:50 2010
ErrorMessage: Package is in a very bad inconsistent state - you should  
reinstall it before attempting a removal.
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
Logs.var.log.daemon.log:
 
Logs.var.log.kern.log:
 
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['ib_logfile1', 'ibdata1', 'mysql_upgrade_info', 
'mysql', 'debian-5.1.flag', 'ib_logfile0']
SourcePackage: mysql-dfsg-5.1
Title: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: 
Package is in a very bad inconsistent state - you should  reinstall it before 
attempting a removal.

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


** Tags: apport-package i386 lucid

-- 
package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: Package 
is in a very bad inconsistent state - you should  reinstall it before 
attempting a removal.
https://bugs.launchpad.net/bugs/618151
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 617849] Re: php5 crashed with SIGSEGV in memcpy()

2010-08-15 Thread Vladimir Kolesnikov
** Package changed: php5 (Ubuntu) => php-imap (Ubuntu)

-- 
php5 crashed with SIGSEGV in memcpy()
https://bugs.launchpad.net/bugs/617849
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 618127] Re: package smbclient 2:3.4.7 ~dfsg-1ubuntu3 failed to install/upgrade: ErrorMessage : pakken smbclient er installert og satt opp fra fø r

2010-08-15 Thread uburku

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/618127/+attachment/1491300/+files/Dependencies.txt

** Attachment added: "SambaInstalledVersions.txt"
   
https://bugs.launchpad.net/bugs/618127/+attachment/1491301/+files/SambaInstalledVersions.txt

** Attachment added: "VarLogDistupgradeAptlog.gz"
   
https://bugs.launchpad.net/bugs/618127/+attachment/1491302/+files/VarLogDistupgradeAptlog.gz

** Attachment added: "VarLogDistupgradeApttermlog.gz"
   
https://bugs.launchpad.net/bugs/618127/+attachment/1491303/+files/VarLogDistupgradeApttermlog.gz

** Attachment added: "VarLogDistupgradeHistorylog.gz"
   
https://bugs.launchpad.net/bugs/618127/+attachment/1491304/+files/VarLogDistupgradeHistorylog.gz

** Attachment added: "VarLogDistupgradeLspcitxt.gz"
   
https://bugs.launchpad.net/bugs/618127/+attachment/1491305/+files/VarLogDistupgradeLspcitxt.gz

** Attachment added: "VarLogDistupgradeMainlog.gz"
   
https://bugs.launchpad.net/bugs/618127/+attachment/1491306/+files/VarLogDistupgradeMainlog.gz

** Attachment added: "VarLogDistupgradeSystemstatetargz.gz"
   
https://bugs.launchpad.net/bugs/618127/+attachment/1491307/+files/VarLogDistupgradeSystemstatetargz.gz

** Attachment added: "VarLogDistupgradeTermlog.gz"
   
https://bugs.launchpad.net/bugs/618127/+attachment/1491308/+files/VarLogDistupgradeTermlog.gz

-- 
package smbclient 2:3.4.7~dfsg-1ubuntu3 failed to install/upgrade: 
ErrorMessage: pakken smbclient er installert og satt opp fra før
https://bugs.launchpad.net/bugs/618127
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 618127] [NEW] package smbclient 2:3.4 .7~dfsg-1ubuntu3 failed to install/upgrade: ErrorMes sage: pakken smbclient er installert og satt opp fra f ør

2010-08-15 Thread uburku
Public bug reported:

Binary package hint: samba

upgrading to 10.10 alpha i386 in virtualbox on 10.04 amd64

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: smbclient 2:3.4.7~dfsg-1ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Sun Aug 15 10:04:42 2010
ErrorMessage: ErrorMessage: pakken smbclient er installert og satt opp fra før
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
RelatedPackageVersions:
 nautilus 1:2.31.6-0ubuntu3.1
 gvfs 1.6.3-0ubuntu1
SambaClientRegression: Yes
SourcePackage: samba
Title: package smbclient 2:3.4.7~dfsg-1ubuntu3 failed to install/upgrade: 
ErrorMessage: pakken smbclient er installert og satt opp fra før

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


** Tags: apport-package i386 maverick

-- 
package smbclient 2:3.4.7~dfsg-1ubuntu3 failed to install/upgrade: 
ErrorMessage: pakken smbclient er installert og satt opp fra før
https://bugs.launchpad.net/bugs/618127
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 614731] Re: shutdown hangs with wlan autofs/nfs mounted homedirs

2010-08-15 Thread Sam Liddicott
** Changed in: autofs5 (Ubuntu)
   Status: Incomplete => New

-- 
shutdown hangs with wlan autofs/nfs mounted homedirs
https://bugs.launchpad.net/bugs/614731
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs5 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 618107] Re: package clamav-freshclam 0.96.1 dfsg-0ubuntu0.10.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2010-08-15 Thread Jack Vultaggio

** Attachment added: "AptOrdering.txt"
   
https://bugs.launchpad.net/bugs/618107/+attachment/1491203/+files/AptOrdering.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/618107/+attachment/1491204/+files/Dependencies.txt

** Attachment added: "Df.txt"
   https://bugs.launchpad.net/bugs/618107/+attachment/1491205/+files/Df.txt

** Attachment added: "Dmesg.txt"
   https://bugs.launchpad.net/bugs/618107/+attachment/1491206/+files/Dmesg.txt

** Attachment added: "DpkgTerminalLog.gz"
   
https://bugs.launchpad.net/bugs/618107/+attachment/1491207/+files/DpkgTerminalLog.gz

-- 
package clamav-freshclam 0.96.1 dfsg-0ubuntu0.10.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 100
https://bugs.launchpad.net/bugs/618107
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 618107] [NEW] package clamav-freshclam 0.96.1 dfsg-0ubuntu0.10.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2010-08-15 Thread Jack Vultaggio
Public bug reported:

Binary package hint: clamav

Ubuntu 10.04; clamav 0.96.1+dfsg-0ubuntu0.10.04.1

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: clamav-freshclam 0.96.1+dfsg-0ubuntu0.10.04.1
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Sun Aug 15 03:04:27 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 100
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
SourcePackage: clamav
Title: package clamav-freshclam 0.96.1+dfsg-0ubuntu0.10.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 100

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


** Tags: apport-package i386 lucid

-- 
package clamav-freshclam 0.96.1 dfsg-0ubuntu0.10.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 100
https://bugs.launchpad.net/bugs/618107
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 618104] Re: package clamav-base 0.96.1 dfsg-0ubuntu0.10.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2010-08-15 Thread Jack Vultaggio

** Attachment added: "AptOrdering.txt"
   
https://bugs.launchpad.net/bugs/618104/+attachment/1491194/+files/AptOrdering.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/618104/+attachment/1491195/+files/Dependencies.txt

** Attachment added: "Df.txt"
   https://bugs.launchpad.net/bugs/618104/+attachment/1491196/+files/Df.txt

** Attachment added: "Dmesg.txt"
   https://bugs.launchpad.net/bugs/618104/+attachment/1491197/+files/Dmesg.txt

** Attachment added: "DpkgTerminalLog.gz"
   
https://bugs.launchpad.net/bugs/618104/+attachment/1491198/+files/DpkgTerminalLog.gz

-- 
package clamav-base 0.96.1 dfsg-0ubuntu0.10.04.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
https://bugs.launchpad.net/bugs/618104
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 618104] [NEW] package clamav-base 0.96.1 dfsg-0ubuntu0.10.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2010-08-15 Thread Jack Vultaggio
Public bug reported:

Binary package hint: clamav

I was trying to install the Klam AV virus protection software and
received this error.  I am using Ubuntu 10.04.  Klam AV 0.46-3.  KDE
frontend for Clam AV

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: clamav-base 0.96.1+dfsg-0ubuntu0.10.04.1
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Sun Aug 15 02:45:51 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
PackageArchitecture: all
SourcePackage: clamav
Title: package clamav-base 0.96.1+dfsg-0ubuntu0.10.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 128

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


** Tags: apport-package i386 lucid

-- 
package clamav-base 0.96.1 dfsg-0ubuntu0.10.04.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
https://bugs.launchpad.net/bugs/618104
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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