-
Notifications
You must be signed in to change notification settings - Fork 92
workerPids broken on CentOS 6.6 #35
Comments
So it fix Solaris, but breaks CentOS ? What a pain ...T.T |
@Kamisama I have some other servers that are running CentOS 7 and the new command |
I'll put an if/else to target CentOS < 7 then |
Ah... on my dev virtual machines both CentOS 6.6 and CentOS 7.1.1503 needs From so So I fixed it using both Maybe checking Solaris manual we might find a common way? |
I'm not familiar with CentOS nor Solaris, but I think we should revert the commit, and make the patch only target Solaris system with a condition. |
The commit bc6b543 breaks functionality on CentOS 6.6.
ps -A -o pid,comm | grep [r]esque
doesn't return any resque processes on CentOS 6.6, however the previous codeps -A -o pid,command | grep [r]esque
does work fine.The text was updated successfully, but these errors were encountered: