There are errors in the init scripts, causing the startup and shutdown
fail in environments configured with i18n (wrong grep expresion waiting
for 'LISTEN' from netstat, which is localized and produces 'ESCUCHA',
spanish). I have solved using -l parameter in 'netstat' and removing the
'grep' pipe.

While you wait for a new release of package, you can solve this bug by
executing this from the console:

    sudo sed -i "s/netstat -vatn|grep LISTEN|/netstat -vatnl|/g"
/etc/init.d/openbravo-erp-*

And restart openbravo:

    sudo dpkg-reconfigure openbravo-erp


Good bravo!

-- 
package openbravo-erp 2.50-1 failed to install/upgrade: el subproceso 
post-installation script fue terminado por la señal (Interrupción)
https://bugs.launchpad.net/bugs/410182
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to