Try
screen -list
To get a list of active screens. What does that give you?
It gives me:
No sockets found in /var/run/screen/S-m1.
Definitely no miners to be opened on other screens, then... I have my only AMD rig racked and headless right now, but when I have it out on the bench, I'll see if I can figure out how to help.
Is it throwing any errors? And did you make any mods to oneBash besides setting your coin/address/wallet? You're mining ETH, right? (I'm guessing from the Claymore versions you mention.)
Afterthought:
Set oneBash for Claymore, but turn on logging by doing it like this:
GENOILorCLAYMORE="CLAYMORE" # choose GENOIL or CLAYMORE
ETH_WORKER="$IP_AS_WORKER"
ETH_ADDRESS="youraddress"
ETH_POOL="yourpool"
ETH_EXTENTION_ARGUMENTS=" -dbg 0" # add any additional claymore arguments desired here
The -dbg 0 will tell Claymore's debugger to turn on some basic logging.
Reboot and let it fire up.
Then, go look in the folder:
/home/m1/eth/10_1/
for files named like this:
1509915035_log.txt
These log files will show you if Claymore is starting up properly, or crapping out, or what. If there are NO log files, then Claymore isn't trying to start at all, and the problem is somewhere else.