-
Notifications
You must be signed in to change notification settings - Fork 36
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
Possible permission issue? #106
Comments
Hey, |
Sorry was busy weekend! Here goes! Docker Run Command 👈docker run
-d
--name='Backblaze_Personal_Backup'
--net='bridge'
-e TZ="America/Los_Angeles"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Devante-NAS"
-e HOST_CONTAINERNAME="Backblaze_Personal_Backup"
-e 'SECURE_CONNECTION'='0'
-e 'TZ'='America/Los_Angeles'
-e 'DISPLAY_WIDTH'='1280'
-e 'DISPLAY_HEIGHT'='1024'
-e 'VNC_PASSWORD'=''
-e 'PUID'='99'
-e 'PGID'='100'
-e 'X11VNC_EXTRA_OPTS'=''
-e 'ENABLE_CJK_FONT'=''
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:5800]/'
-l net.unraid.docker.icon='/mnt/user/Media/Images/Icons/Backblaze.png'
-p '5800:5800/tcp'
-p '5900:5900/tcp'
-v '/mnt/user/':'/drive_d/':'rw'
-v '/mnt/user/appdata/Backblaze_Personal_Backup':'/config':'rw'
--init
--restart=unless-stopped
--log-driver=syslog
--log-opt tag={{.Name}}
--log-opt syslog-address=udp://192.168.1.200:1514 'tessypowder/backblaze-personal-wine'
b4e8e99bc9980a19ad0bec46b66154efc11db4b1a45b70ff62216119ac922838
The command finished successfully! And I'm not 100% sure what you mean by full Docker logs so I included two things:
Container Log 👈[cont-init ] 15-cjk-font.sh: executing... Hope this is what you wanted! Thank you! |
Thank you! |
Hey @traktuner , I tried to add the :ubuntu22 tag but it gave me "Failed to run command" upon re-saving the container settings. Currently not using any :latest tag by the way. My repository is tessypowder/backblaze-personal-wine Oh one more thing, not sure if it's related but I've always had this error that has to do with permissions so maybe it's connected? OK thank you and sorry I didn't get Ubuntu tag working! |
Hey, |
are you running docker exec as the 'app' user or root?
might work? |
Yessir that's exactly what I did and got that "Failed to run command" upon saving it with that tag.
Hmmm not 100% sure. I don't really "run" anything. I also tried running it with Privileged mode enabled but no change. |
How are you running these though
|
Ooooh gotcha sorry! I'm dropping into the console and running them.
I also try running it outside on the container's console.
That's the one I usually did that has worked before the last update. |
and this isn't working? Can you paste the output from this one, as it shouldn't look like your example:
|
OK just tried both explorer and xkill. explorer just kind of does nothing. The cursor goes down to the next line with no text until I CTRL+C it. xkill gives me the following: Application could not be started, or no application associated with the specified file. Oh and for reference, in the past I would run Explorer for whatever reason, and then use xkill to close it since there is no X/close button. |
should be
|
Oh interesting! Wonder why it changed.
|
Sorry to hear. There has to be a way to not use the latest tag. |
OK well thank you for replying. Yeah not sure why that tag isn't working for me but I'll hang in there and maybe there'll be a fix or something one day. :P' |
Hey there again!
Long story short, in the previous version I was able to run "wine explorer" and "wine xkill" with no problem.
Since updating, this is what I get when I run them...
root@441dd3aed297:/tmp# wine explorer
wine: '/config/wine' is not owned by you
root@441dd3aed297:/tmp# wine xkill
wine: '/config/wine' is not owned by you
That's about it!
The text was updated successfully, but these errors were encountered: