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;
}







3















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?










share|improve this question































    3















    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?










    share|improve this question



























      3












      3








      3








      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?










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 17 '16 at 20:23









      PeterPeter

      1162 bronze badges




      1162 bronze badges

























          1 Answer
          1






          active

          oldest

          votes


















          0
















          You have to stop Transmission first (service transmission stop), change the settings.json umask, and start the daemon again.






          share|improve this answer










          New contributor



          Jynx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.
























            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
            });


            }
            });















            draft saved

            draft discarded
















            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









            0
















            You have to stop Transmission first (service transmission stop), change the settings.json umask, and start the daemon again.






            share|improve this answer










            New contributor



            Jynx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.


























              0
















              You have to stop Transmission first (service transmission stop), change the settings.json umask, and start the daemon again.






              share|improve this answer










              New contributor



              Jynx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.
























                0














                0










                0









                You have to stop Transmission first (service transmission stop), change the settings.json umask, and start the daemon again.






                share|improve this answer










                New contributor



                Jynx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                You have to stop Transmission first (service transmission stop), change the settings.json umask, and start the daemon again.







                share|improve this answer










                New contributor



                Jynx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.








                share|improve this answer



                share|improve this answer








                edited 36 mins ago





















                New contributor



                Jynx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.








                answered 57 mins ago









                JynxJynx

                11 bronze badge




                11 bronze badge




                New contributor



                Jynx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.




                New contributor




                Jynx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.




































                    draft saved

                    draft discarded



















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

                    Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

                    Ciclooctatetraenă Vezi și | Bibliografie | Meniu de navigare637866text4148569-500570979m