-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UID/GID does not work #4
Comments
Fixable from #2 diff Dockerfile
+ENV BIGLYBT_USER biglybt
+RUN groupadd -g 1000 ${BIGLYBT_USER} && \
+ useradd -rm -d /home/${BIGLYBT_USER} -s /bin/bash -u 1000 -g 1000 ${BIGLYBT_USER}
+ USER="${BIGLYBT_USER}" app_java_home="/usr/lib/jvm/java-11-openjdk-amd64/" /app/BiglyBT_Installer.sh -q && \ Originally posted by @CWempe in #2 (comment) |
You are correct, and I believe the issue to be fixed now. |
Wasn't fixed, same error. I think it's something with how you install biglybt |
can you post your docker run line? |
This is what I use and I can connect to trackers and download torrents: |
VNCPASS="somestuff" |
Thank you, I will look into patching it to read the GID from an existing group |
ok, thanks for the help. This appears to be fixed in the base image now. Testing with docker run -d -p 127.0.0.1:5901:5901 -e VNCUSER="box" -e VNCUID="1000" -e VNCGROUP="users" -e VNCGID="1000" fullaxx/biglybt Fix #4 with Fullaxx/ubuntu-desktop@098189c |
VNCPASS="somestuff" still doesn't work |
Mine looks the same except under Status it says "Waiting" |
and everything works correctly, when you run it without user modification variables? |
Yep
…On Mon, Nov 16, 2020 at 10:38 AM Brett Kuskie ***@***.***> wrote:
and everything works correctly, when you run it without user modification
variables?
docker run -d -p 127.0.0.1:5901:5901 -e VNCPASS='stuff' fullaxx/biglybt
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFRJVCKTHZABHREU25IXHU3SQFBPBANCNFSM4TVZO43Q>
.
|
can you post a screenshot of an xterm window, like the one in the picture with the following commands: I don't know how to solve a problem that I can't reproduce |
the output from mine looks exactly the same as the one you posted
It's fine I'll just use the workaround in #2
…On Mon, Nov 16, 2020 at 10:45 AM Brett Kuskie ***@***.***> wrote:
can you post a screenshot of an xterm window, like the one in the picture
with the following commands:
id
cd /usr/local/biglybt
ls -l
I don't know how to solve a problem that I can't reproduce
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFRJVCOCJPB6MF7OGTPSQHDSQFCKVANCNFSM4TVZO43Q>
.
|
sorry I couldn't be more help |
While I was never able to reproduce the specific "Waiting" issue described, If anyone is still monitoring this thread, I would be interested to know if the latest published image solves the "Waiting" issue. Tested with: docker run -d -p 127.0.0.1:5901:5901 -e VNCUSER="biglybt" -e VNCUID="1000" -e VNCGROUP="users" fullaxx/biglybt |
non-root user with custom group
Does not work - biglybt unable to connect to any trackers
The text was updated successfully, but these errors were encountered: