NicoTheBrush ha scritto:
a questo punto proverei con dei workaround sul parametro... se vuoi provare te ne allego alcuni, modifica lo script-daemon, prova a fare uno stop - start del servizio e fai il telnet:
DAEMON_OPTS='-headless -nologo -nofirststartwizard -norestore -accept="socket,host=localhost,port=8100;urp;"'
DAEMON_OPTS='-headless -nologo -nofirststartwizard -norestore -accept="socket,host=localhost,port=8100;urp"'
DAEMON_OPTS='-headless -nologo -nofirststartwizard -norestore -accept=socket,host=localhost,port=8100;urp;'
Con queste stringhe mi pare che si avvii correttamente meglio di prima, in particolare per ora ho tenuto la prima stringa (DAEMON_OPTS='-headless -nologo -nofirststartwizard -norestore -accept="socket,host=localhost,port=8100;urp;"')
NicoTheBrush ha scritto:
anche con 127.0.0.1 al posto di localhost, es:
DAEMON_OPTS='-headless -nologo -nofirststartwizard -norestore -accept="socket,host=127.0.0.1,port=8100;urp;"'
Invece mettendo l'IP da te indicato la situazione non cambia ecco cmq cosa mi accade:
root@debian:~# sudo /etc/init.d/openoffice-server start
Starting OpenOffice Headless Server: openoffice-server.
root@debian:~# telnet localhost 8100
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
`ø'com.sun.star.bridge.XProtocolPropertiesUrpProtocolProperties
ÜÚ±/AgLÏés
âb]Pw^C^CConnection closed by foreign host.
root@debian:~# sudo /etc/init.d/openoffice-server stop
Stopping OpenOffice Headless Server: start-stop-daemon: warning: failed to kill 2131: No such process
openoffice-server.
Che ne dici?