I am trying to start and sybase db on a headless Ubuntu install. The db appears to load, but stalls here:
Database server started at Sat Mar 27 2010 08:11
Trying to start SharedMemory link …
SharedMemory link started successfully
Trying to start TCPIP link …
the following is the response to ps -a
ubuntu@ubuntu:~/servoy/servoy/application_server$ ps -a
PID TTY TIME CMD
3149 pts/1 00:00:00 dbsrv11
3168 pts/1 00:00:00 ps
Which as far as I can see means that sybase_db has stopped again
Any ideas would be very gratefully received OR a walk through of how a headless Ubuntu install should be achieved. Needless to say this does work on the Ubuntu GUI client
This seems to imply that the dbsrv11 and servoy_server.s are running - it is therefore a bit strange that this is not actually working on the server and appears that somthing is either missing or blocked. Ports 8080 and 1099 are both open - is there any need to open any others to enable Servoy server or Sybase to work ?
rgansevles:
Try adding option -ud to the first line in the sybase_db/sybase.config file.
It tells sybase to start as a daemon process in the background.
Hi Rob
Thanks for this is worked a treat. One slight issue, may be the same or a similar solution. The database works with this how do you do the same with Servoy IF I type
./servoy_server.sh &
on the mac it runs as a demon if I ssh to linux and do the same it relies on my Mac based terminal session to function ie as soon as I close the mac it closes down on the Linux instance - excuse my ignorance on this sort of stuff but is there a similar switch ?