jshridha / docker-blueiris

Blueiris in a docker using wine!
Apache License 2.0
105 stars 53 forks source link

"Invalid Command Line" on Installation #11

Closed RoachCoach521 closed 4 years ago

RoachCoach521 commented 5 years ago

Installing this under unRAID. Have gotten as far as installing the Docker, loading VNC. It installs the two initial WINE packages (wine-mono and Gecko), but when it moves on to "Extracting main application files..." it results in an "Invalid Command Line" error. Clicking OK, just send it into a loop of attempting the main app files again.

I know I'm probably missing something here - I'm a total Docker noob. Any suggestions would be appreciated, thanks!

Log attached:

/usr/lib/python2.7/dist-packages/supervisor/options.py:297: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security. 'Supervisord is running as root and it is searching ' 2019-09-04 13:02:35,953 CRIT Supervisor running as root (no user in config file) 2019-09-04 13:02:35,953 WARN Included extra file "/etc/supervisor/conf.d/supervisord.conf" during parsing 2019-09-04 13:02:35,963 INFO RPC interface 'supervisor' initialized 2019-09-04 13:02:35,963 CRIT Server 'unix_http_server' running without any HTTP authentication checking 2019-09-04 13:02:35,963 INFO supervisord started with pid 1 2019-09-04 13:02:36,965 INFO spawned: 'x11vnc' with pid 8 2019-09-04 13:02:36,966 INFO spawned: 'X11' with pid 9 2019-09-04 13:02:36,967 INFO spawned: 'progman' with pid 10 2019-09-04 13:02:36,969 INFO spawned: 'x11vnc-loc' with pid 11 2019-09-04 13:02:36,971 INFO spawned: 'novnc' with pid 12 2019-09-04 13:02:37,983 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2019-09-04 13:02:37,983 INFO success: X11 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2019-09-04 13:02:37,983 INFO success: progman entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2019-09-04 13:02:37,983 INFO success: x11vnc-loc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2019-09-04 13:02:37,983 INFO success: novnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2019-09-04 13:02:46,139 INFO reaped unknown pid 54 2019-09-04 13:03:09,154 INFO reaped unknown pid 91 2019-09-04 13:03:11,244 INFO reaped unknown pid 86 2019-09-04 13:03:31,688 INFO reaped unknown pid 93 2019-09-04 13:03:31,896 INFO reaped unknown pid 122 2019-09-04 13:03:32,022 INFO reaped unknown pid 80 2019-09-04 13:03:34,029 INFO reaped unknown pid 52 2019-09-04 13:04:47,305 INFO exited: progman (exit status 2; expected) 2019-09-04 13:04:48,302 INFO spawned: 'progman' with pid 163 2019-09-04 13:04:48,303 INFO reaped unknown pid 76 2019-09-04 13:04:48,302 INFO spawned: 'progman' with pid 163 2019-09-04 13:04:48,303 INFO reaped unknown pid 76 2019-09-04 13:04:49,317 INFO success: progman entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2019-09-04 13:04:51,307 INFO reaped unknown pid 135 2019-09-04 13:04:51,310 INFO reaped unknown pid 59 2019-09-04 13:04:51,326 INFO reaped unknown pid 67 2019-09-04 13:04:51,326 INFO reaped unknown pid 72 2019-09-04 13:04:51,327 INFO reaped unknown pid 141 2019-09-04 13:04:51,328 INFO reaped unknown pid 56 2019-09-04 13:04:51,330 INFO reaped unknown pid 50 2019-09-04 13:04:56,736 INFO reaped unknown pid 182 2019-09-04 13:04:57,228 INFO reaped unknown pid 184 2019-09-04 13:04:57,228 INFO reaped unknown pid 184

fillwe commented 5 years ago

Same issue here. Seems there is an issue created on this, a total jerk who posted it though. Anyone found a workaround or is this container now completely broken? https://github.com/jshridha/docker-blueiris/issues/10#issue-487646355

robbrad commented 4 years ago

I got it working by cloneing down https://github.com/aaronstaves/docker-blueiris

Editing blueiris.sh wine blueiris.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- to wine blueiris.exe

Build the docker image

Connect via noVNC and completed the install

scubieman commented 4 years ago

I got it working by cloneing down https://github.com/aaronstaves/docker-blueiris

Editing blueiris.sh wine blueiris.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- to wine blueiris.exe

Build the docker image

Connect via noVNC and completed the install

how do I install on unraid? I do not show in the apps download

FuzzyMistborn commented 4 years ago

@robbrad your fix worked for me! Thanks!

scubieman commented 4 years ago

@robbrad your fix worked for me! Thanks!

How big of a docker was it? could you help install?

FuzzyMistborn commented 4 years ago

About 3gb total. I don't know anything about unraid so not sure i'll be a ton of help sorry.

scubieman commented 4 years ago

I assume pretty close? did you change network type or need to setup vnc or anything?

FuzzyMistborn commented 4 years ago

I mean....you do as robbrad said. You clone down the repo he indicated, make the changes, and then build the docker container based on the pulled down git. If you need help on how to build in unraid or with docker that's beyond me to teach, i just googled things sorry.

jshridha commented 4 years ago

Thanks for finding this fix. I just added it into the main image. You should be able to pull new newest version and run it.

jshridha commented 4 years ago

I'm going to keep this open for a few days, but it should fixed. Let me know if you run into any issues.