So if I run ./linux.sh and go to http://localhost:5912/ I don't get any response.
If I look in $ netstat -lptu I can see tcp 0 0 *:5912 *:* LISTEN 6324/dgatesmall
Also:
Code
$ ./linux.sh
nohup: appending output to 'nohup.out'
###!!! [Parent][MessageChannel] Error: (msgtype=0x15007F,name=PBrowser::Msg_Destroy) Closed channel: cannot send/recv
###!!! [Child][MessageChannel] Error: (msgtype=0x2C0105,name=PContent::Msg_AsyncMessage) Channel closing: too late to send/recv, messages will be lost
And nohup.out:
Code
*** Not enough rights to write in MAG0
***Error loading acr-nema map file:./acrnema.map
DGATE (1.4.19b, build Sun May 27 22:00:56 2018, bits 64) is running as threaded server
Database type: NULL driver (black hole)
***No valid presentation contexts/transfer syntax found in 0 candidates
***In 0 presentation contexts
***#Possible transfer syntaxes: 0
*** multiplex: connection terminated
***No valid presentation contexts/transfer syntax found in 0 candidates
***In 0 presentation contexts
***#Possible transfer syntaxes: 0
*** multiplex: connection terminated
***No valid presentation contexts/transfer syntax found in 0 candidates
***In 0 presentation contexts
***#Possible transfer syntaxes: 0
*** multiplex: connection terminated
***No valid presentation contexts/transfer syntax found in 0 candidates
***In 0 presentation contexts
***#Possible transfer syntaxes: 0
*** multiplex: connection terminated
***No valid presentation contexts/transfer syntax found in 0 candidates
***In 0 presentation contexts
***#Possible transfer syntaxes: 0
*** multiplex: connection terminated
***No valid presentation contexts/transfer syntax found in 0 candidates
***In 0 presentation contexts
***#Possible transfer syntaxes: 0
*** multiplex: connection terminated
***No valid presentation contexts/transfer syntax found in 0 candidates
***In 0 presentation contexts
***#Possible transfer syntaxes: 0
*** multiplex: connection terminated
Display More
The process doesn't get killed - I have to do that myself.
Is this just something to do with the system I am trying this on? Does this work for others?