If you use screen, you have to start screen first and then
your bitcoind in daemon mode with blocknotify:
bitcoind -daemon -blocknotify=/usr/bin/notify.sh
then you must start ckpool with your wanted option like this:
ckpool -A -s /opt/ckpool
and optional the Relaynetworkclient:
./relaynetworkclient 127.0.0.1 8333
or you use the Fibrenetwork in conjunction with bitcoind 14.1 and a propper bitcoin.conf
Some Help for Screen:
screen [ENTER]
CTRL A followed by CTRL C to open another Screen console
CTRL A followed by CTRL K to kill a Screen console
to switch between screen console
CTRL A followed by N for next screen
CTRL A followed by P for previous screen
If you want to return to main console, without stopping screen and all running processes:
CTRL A followed by D to detach from screen and return to main console
( ckpool and all other stuff you started is still running in the background, you can check that with top or
htop if you have it installed )
to reconnect later to a running screen just type:
screen -r [ENTER]
sometimes that is not possible and a message appears telling you allready connected
so you type screen -d -r [ENTER]
thats all
But every time that I use one of those the process was broken
is not very helpfull, please include the complete message for fault finding next time
EDIT: like allways typo