Transmission keeps resetting file system permissions on FreeBSDhuge .sujournal file on FreeBSDHow to restore...
Does wetting a beer glass change the foam characteristics?
How to deal with a Homophobic PC
How can this Stack Exchange site have an animated favicon?
Could Apollo astronauts see city lights from the moon?
Aesthetic proofs that involve Field Theory / Galois Theory
Why weren't the Death Star plans transmitted electronically?
My manager quit. Should I agree to defer wage increase to accommodate budget concerns?
Why are there two fundamental laws of logic?
Averting Bathos
Labview vs Matlab??Which one better for image processing?
Is it possible to encode a message in such a way that can only be read by someone or something capable of seeing into the very near future?
Is it impolite to ask for halal food when traveling to and in Thailand?
Do we have any particular tonal center in mind when we are NOT listening music?
Why solving a differentiated integral equation might eventually lead to erroneous solutions of the original problem?
Is it a good idea to leave minor world details to the reader's imagination?
Proper way to shut down consumer
How to clarify between imagined sensations and "real" fantasy events?
Strange Sticky Substance on Digital Camera
What should I consider when deciding whether to delay an exam?
Definition of measure on an algebra violating algebra definition
A famous scholar sent me an unpublished draft of hers. Then she died. I think her work should be published. What should I do?
Global Frame of Reference in General Relativity
Suffocation while cooking under an umbrella?
Why did UK NHS pay for homeopathic treatments?
Transmission keeps resetting file system permissions on FreeBSD
huge .sujournal file on FreeBSDHow to restore accidentaly removed file of FreeBSD base system?FreeBSD and Linux shared partitionsTransmission keeps seeding after downloaded file has been deletedtransmission.service folder permissions changed every startupFreeBSD core dump file permissions
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm trying to set up a transmission server for use as a seedbox. I've done this before on an Ubuntu box, but this is the first time I've tried it on FreeBSD.
The default home directly for transmission from the FreeBSD package collection is /usr/local/etc/transmission/home. As this is on my small partition, I moved the contents of this directly to /home/transmission (on my large partition) and created a symlink from /usr/local/etc/transmission/home to /home/transmission.
I changed the ownership of both the link and the directory+contents to the transmission user, and then recursively set chmod 644 on the contents of /home/transmission. I chose 644 because I want my SSH user to be able to grab the contents of the /home/transmission/Downloads/ (so I can get the files to my home PC via SFTP).
The trouble is, transmission keeps resetting the directory permissions! See below:
[peter@haida ~]$ sudo ls -al /home/transmission
total 72
drwxr-x--- 6 transmission transmission 512 May 17 16:12 .
drwxr-xr-x 7 root wheel 1024 May 17 03:11 ..
drwxr--r-- 4 transmission transmission 512 May 17 03:22 Downloads
drwxr--r-- 2 transmission transmission 512 May 16 03:34 blocklists
-rw------- 1 transmission transmission 2885 May 17 16:08 dht.dat
drwxr--r-- 2 transmission transmission 512 May 17 06:16 resume
-rw------- 1 transmission transmission 2226 May 17 16:08 settings.json
-rw------- 1 transmission transmission 149 May 17 06:20 stats.json
drwxr--r-- 2 transmission transmission 512 May 17 03:21 torrents
Note that the /home/transmission folder (.) has permissions 750. The Downloads subfolder has permissions 744, which is what I want, however, as the parent directory is 750 I can't actually look in there as a non-privileged user.
I tried changing the default umask in settings.json to no effect (my settings file: http://pastebin.com/v83ikGrn). Any ideas?
freebsd transmission
add a comment
|
I'm trying to set up a transmission server for use as a seedbox. I've done this before on an Ubuntu box, but this is the first time I've tried it on FreeBSD.
The default home directly for transmission from the FreeBSD package collection is /usr/local/etc/transmission/home. As this is on my small partition, I moved the contents of this directly to /home/transmission (on my large partition) and created a symlink from /usr/local/etc/transmission/home to /home/transmission.
I changed the ownership of both the link and the directory+contents to the transmission user, and then recursively set chmod 644 on the contents of /home/transmission. I chose 644 because I want my SSH user to be able to grab the contents of the /home/transmission/Downloads/ (so I can get the files to my home PC via SFTP).
The trouble is, transmission keeps resetting the directory permissions! See below:
[peter@haida ~]$ sudo ls -al /home/transmission
total 72
drwxr-x--- 6 transmission transmission 512 May 17 16:12 .
drwxr-xr-x 7 root wheel 1024 May 17 03:11 ..
drwxr--r-- 4 transmission transmission 512 May 17 03:22 Downloads
drwxr--r-- 2 transmission transmission 512 May 16 03:34 blocklists
-rw------- 1 transmission transmission 2885 May 17 16:08 dht.dat
drwxr--r-- 2 transmission transmission 512 May 17 06:16 resume
-rw------- 1 transmission transmission 2226 May 17 16:08 settings.json
-rw------- 1 transmission transmission 149 May 17 06:20 stats.json
drwxr--r-- 2 transmission transmission 512 May 17 03:21 torrents
Note that the /home/transmission folder (.) has permissions 750. The Downloads subfolder has permissions 744, which is what I want, however, as the parent directory is 750 I can't actually look in there as a non-privileged user.
I tried changing the default umask in settings.json to no effect (my settings file: http://pastebin.com/v83ikGrn). Any ideas?
freebsd transmission
add a comment
|
I'm trying to set up a transmission server for use as a seedbox. I've done this before on an Ubuntu box, but this is the first time I've tried it on FreeBSD.
The default home directly for transmission from the FreeBSD package collection is /usr/local/etc/transmission/home. As this is on my small partition, I moved the contents of this directly to /home/transmission (on my large partition) and created a symlink from /usr/local/etc/transmission/home to /home/transmission.
I changed the ownership of both the link and the directory+contents to the transmission user, and then recursively set chmod 644 on the contents of /home/transmission. I chose 644 because I want my SSH user to be able to grab the contents of the /home/transmission/Downloads/ (so I can get the files to my home PC via SFTP).
The trouble is, transmission keeps resetting the directory permissions! See below:
[peter@haida ~]$ sudo ls -al /home/transmission
total 72
drwxr-x--- 6 transmission transmission 512 May 17 16:12 .
drwxr-xr-x 7 root wheel 1024 May 17 03:11 ..
drwxr--r-- 4 transmission transmission 512 May 17 03:22 Downloads
drwxr--r-- 2 transmission transmission 512 May 16 03:34 blocklists
-rw------- 1 transmission transmission 2885 May 17 16:08 dht.dat
drwxr--r-- 2 transmission transmission 512 May 17 06:16 resume
-rw------- 1 transmission transmission 2226 May 17 16:08 settings.json
-rw------- 1 transmission transmission 149 May 17 06:20 stats.json
drwxr--r-- 2 transmission transmission 512 May 17 03:21 torrents
Note that the /home/transmission folder (.) has permissions 750. The Downloads subfolder has permissions 744, which is what I want, however, as the parent directory is 750 I can't actually look in there as a non-privileged user.
I tried changing the default umask in settings.json to no effect (my settings file: http://pastebin.com/v83ikGrn). Any ideas?
freebsd transmission
I'm trying to set up a transmission server for use as a seedbox. I've done this before on an Ubuntu box, but this is the first time I've tried it on FreeBSD.
The default home directly for transmission from the FreeBSD package collection is /usr/local/etc/transmission/home. As this is on my small partition, I moved the contents of this directly to /home/transmission (on my large partition) and created a symlink from /usr/local/etc/transmission/home to /home/transmission.
I changed the ownership of both the link and the directory+contents to the transmission user, and then recursively set chmod 644 on the contents of /home/transmission. I chose 644 because I want my SSH user to be able to grab the contents of the /home/transmission/Downloads/ (so I can get the files to my home PC via SFTP).
The trouble is, transmission keeps resetting the directory permissions! See below:
[peter@haida ~]$ sudo ls -al /home/transmission
total 72
drwxr-x--- 6 transmission transmission 512 May 17 16:12 .
drwxr-xr-x 7 root wheel 1024 May 17 03:11 ..
drwxr--r-- 4 transmission transmission 512 May 17 03:22 Downloads
drwxr--r-- 2 transmission transmission 512 May 16 03:34 blocklists
-rw------- 1 transmission transmission 2885 May 17 16:08 dht.dat
drwxr--r-- 2 transmission transmission 512 May 17 06:16 resume
-rw------- 1 transmission transmission 2226 May 17 16:08 settings.json
-rw------- 1 transmission transmission 149 May 17 06:20 stats.json
drwxr--r-- 2 transmission transmission 512 May 17 03:21 torrents
Note that the /home/transmission folder (.) has permissions 750. The Downloads subfolder has permissions 744, which is what I want, however, as the parent directory is 750 I can't actually look in there as a non-privileged user.
I tried changing the default umask in settings.json to no effect (my settings file: http://pastebin.com/v83ikGrn). Any ideas?
freebsd transmission
freebsd transmission
asked May 17 '16 at 20:23
PeterPeter
1162 bronze badges
1162 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
You have to stop Transmission first (service transmission stop), change the settings.json umask, and start the daemon again.
New contributor
add a comment
|
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f283773%2ftransmission-keeps-resetting-file-system-permissions-on-freebsd%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You have to stop Transmission first (service transmission stop), change the settings.json umask, and start the daemon again.
New contributor
add a comment
|
You have to stop Transmission first (service transmission stop), change the settings.json umask, and start the daemon again.
New contributor
add a comment
|
You have to stop Transmission first (service transmission stop), change the settings.json umask, and start the daemon again.
New contributor
You have to stop Transmission first (service transmission stop), change the settings.json umask, and start the daemon again.
New contributor
edited 36 mins ago
New contributor
answered 57 mins ago
JynxJynx
11 bronze badge
11 bronze badge
New contributor
New contributor
add a comment
|
add a comment
|
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f283773%2ftransmission-keeps-resetting-file-system-permissions-on-freebsd%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown