You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello all. I hope this is the right place for this, rather than creating an issue.
This tool was working great until it was accidentally removed a few weeks back, and now I'm pulling my hair out, trying to figure out why I can't get it rerunning.
I'm running unRAID 7.0.0 and the resulting container start command is:
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/10-adduser
cont-init: info: /etc/cont-init.d/10-adduser exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
WARNING: NODE_ENV value of 'production' did not match any deployment config file names.
WARNING: See https://github.com/node-config/node-config/wiki/Strict-Mode
error: too many arguments for 'listen'. Expected 0 arguments but got 2.
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
User uid: 99
User gid: 100
If I add:
Extra Parameters: --entrypoint /bin/sh
Post Arguments: -c "ln -s /bin/true /usr/bin/listen && node /app/index.js -D"
WARNING: NODE_ENV value of 'production' did not match any deployment config file names.
WARNING: See https://github.com/node-config/node-config/wiki/Strict-Mode
Current commit ID: 4969a0a867d8fb962cb5dab54adab12b7fadbb93
Searching device...
From the container. I can ping the printer at that IP address. A packet capture is not suggesting any firewall blockage. Not sure where to proceed...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello all. I hope this is the right place for this, rather than creating an issue.
This tool was working great until it was accidentally removed a few weeks back, and now I'm pulling my hair out, trying to figure out why I can't get it rerunning.
I'm running unRAID 7.0.0 and the resulting container start command is:
But this just terminates:
If I add:
Extra Parameters: --entrypoint /bin/sh
Post Arguments: -c "ln -s /bin/true /usr/bin/listen && node /app/index.js -D"
it runs, but isn't finding anything:
From the container. I can ping the printer at that IP address. A packet capture is not suggesting any firewall blockage. Not sure where to proceed...
Beta Was this translation helpful? Give feedback.
All reactions