Backgrouns of Issue: 3rd part database software must printer to serial device but the SCO 5 server only has networ printers. We get around this by writing a script that redirect all data going to the "/dev/printer" device and sent it to the network printer. For this to work, the scripts that redirect the data must be running in memory.
We cannot get these script to start at boot.
Methods tries:
Put scripts into the /etc/rc2.d directory (S99printer for example) to start at boot. They do not start.
Put scripts in /etc/rc.d/8 directory (another location where scripts of any name are supposed to start at boot. They do not start.
Added the scripts to the inittab:
printer2:234:respawn:/usr/lib/Printerscript &
Scripts failed to start.
The scripts are all "744 root sys" for permissions.
Any thoughts on the reason of their failure, how to get them to start, or where logs w/ error messages could be?
We cannot get these script to start at boot.
Methods tries:
Put scripts into the /etc/rc2.d directory (S99printer for example) to start at boot. They do not start.
Put scripts in /etc/rc.d/8 directory (another location where scripts of any name are supposed to start at boot. They do not start.
Added the scripts to the inittab:
printer2:234:respawn:/usr/lib/Printerscript &
Scripts failed to start.
The scripts are all "744 root sys" for permissions.
Any thoughts on the reason of their failure, how to get them to start, or where logs w/ error messages could be?