To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67361
                 Issue #|67361
                 Summary|accept=socket,host=xxx accepts only integers (!) and l
                        |ocalhost
               Component|udk
                 Version|OOo 2.0
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|kr
             Reported by|michaelarcher





------- Additional comments from [EMAIL PROTECTED] Fri Jul 14 00:44:23 -0700 
2006 -------
Hi,

to start ooo as a daemon, I can use
   -accept=socket,host=localhost,port=2345;urp;StarOffice.ServiceManager
or
   -accept=socket,host=127.0.0.1,port=2345;urp;StarOffice.ServiceManager
or
   -accept=socket,host=0,port=2345;urp;StarOffice.ServiceManager
and host=0 makes it accept connections from the entire network.

But I cannot use
   -accept=socket,host=123.45.67.89,port=2345;urp;StarOffice.ServiceManager
or
   -accept=socket,host=some.domain.com,port=2345;urp;StarOffice.ServiceManager

It simply does not open a listening socket for non-"localhost"s.

Strange enough, I can use
   -accept=socket,host=11259375,port=2345;urp;StarOffice.ServiceManager
which opens a socket at 0.171.205.239:2345 (11259375 is hex 00ABCDEF >
00.AB.CD.EF > 0.171.205.23).

Unfortunately this only works up to 16777215 which is 0.255.255.255 but I'd
rather be able to use the full IP range here... ;-)

I am trying to run the ooo daemon on a different machine than the scripts that
connect to it.

OpenOffice daemon is running on Fedora Core 4...

Thanks for looking into this.

Michael

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to