Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Transmission (Docker) - broken file permissions

Featured Replies

The Transmission (Docker) is creating files with permissions:

-rw-r--r--

therefore only the file owner (user: nobody) can move/delete the files.

 

Previous Transmission plugin (non Docker) was creating the files with permissions:

-rw-rw-rw-

 

I am accessing the files with user:somebodyelse, therefore i can only read all the downloaded files in the share, but not delete or modify them.

Is there any simple way to fix this (except running chmod from command line) ?

 

  • Author

I finally figured out the solution:

 

in file: appdata/Transmission/settings.json

 

change the:

umask: 18

 

to:

umask: 73

 

this will save the downloaded files with rw-rw-rw- permissions.

 

Note:

-you have to stop the Transmission in Docker prior to editing the settings.json file. Otherwise your changes are lost.

- to fix permissions for allready downloaded files run the "chmod -R 666 *" in your Download directory from a console (e.g. putty or any telnet client you prefer).

 

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.