odooaktiv / OdooServices

Start, Stop and Restart Odoo server through 'Odoo interface'
0 stars 3 forks source link

ODOO server_action in ODOO v10 UBUNTU 16.04 LTS #1

Open Iskander-NSK opened 6 years ago

Iskander-NSK commented 6 years ago

Hi! Does server_action work in ODOO v10 installed on Ubuntu 16.04 LTS server? I'm install & setup this module, connection test "ok". But I have error then i try to restart system from backend. << Connection failed: Timeout exceeded. <pexpect.pxssh.pxssh object at 0x7f79eb230110> command: /usr/bin/ssh args: [u'/usr/bin/ssh', u'-q', u'-l', u'lx', u'192.168.1.217'] buffer (last 100 chars): 'sudo odoo-server restart\r\n[sudo] password for lx: \r\nSorry, try again.\r\n[sudo] password for lx: ' before (last 100 chars): 'sudo odoo-server restart\r\n[sudo] password for lx: \r\nSorry, try again.\r\n[sudo] password for lx: ' after: <class 'pexpect.exceptions.TIMEOUT'> match: None match_index: None exitstatus: None flag_eof: False pid: 3267 child_fd: 17 closed: False timeout: 30 delimiter: <class 'pexpect.exceptions.EOF'> logfile: None logfile_read: None logfile_send: None maxread: 2000 ignorecase: False searchwindowsize: None delaybeforesend: 0.05 delayafterclose: 0.1 delayafterterminate: 0.1 searcher: searcher_re: 0: EOF 1: re.compile('(?i)there are stopped jobs')

Iskander-NSK commented 6 years ago

I'm fixed bug in commands: sudo service odoo-server.... Miracle did not happen