samba share mount owner is colord

Multi tool use
Multi tool use

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












My hair is falling out already on the account of samba share issues.



  • I have an ext4 samba share on a raspberry pi, with a mask 0777 specified.

  • Only myuser on raspberry can authenticate via samba.


  • chmod -R and chown were run on the folders to fix (self-created)
    authorization issues.


  • myuser was added to group debian-transmission in order to access
    torrented files properly from my laptop.

  • From my notebook I access files with myuser with the appropriate password via samba.

Now, newly downloaded files and folders have the owner colord and group avahi-autoipd, and I cannot make sense of it. I also have only read access from the notebook. How can I fix this?



Edit: the owner on the server is debian-transmission, the owner checked with ls -l is colors, with group avahi-autopid...



Edit2: per @X Tian's comment, the uid and gid on the notebook indeed equals to user and group debian-transmission on the samba server.







share|improve this question






















  • From where do you down load & look at the actual user ID/group I'd of the downloaded files not name since it really works with id's and names are worked out by ls using /etc/passwd
    – X Tian
    Oct 29 '17 at 10:21






  • 1




    Sorry, I mean use -n option on ls to look at actual numeric id's not their name translation because passed file may have different names for those id's.
    – X Tian
    Oct 29 '17 at 10:26














up vote
0
down vote

favorite












My hair is falling out already on the account of samba share issues.



  • I have an ext4 samba share on a raspberry pi, with a mask 0777 specified.

  • Only myuser on raspberry can authenticate via samba.


  • chmod -R and chown were run on the folders to fix (self-created)
    authorization issues.


  • myuser was added to group debian-transmission in order to access
    torrented files properly from my laptop.

  • From my notebook I access files with myuser with the appropriate password via samba.

Now, newly downloaded files and folders have the owner colord and group avahi-autoipd, and I cannot make sense of it. I also have only read access from the notebook. How can I fix this?



Edit: the owner on the server is debian-transmission, the owner checked with ls -l is colors, with group avahi-autopid...



Edit2: per @X Tian's comment, the uid and gid on the notebook indeed equals to user and group debian-transmission on the samba server.







share|improve this question






















  • From where do you down load & look at the actual user ID/group I'd of the downloaded files not name since it really works with id's and names are worked out by ls using /etc/passwd
    – X Tian
    Oct 29 '17 at 10:21






  • 1




    Sorry, I mean use -n option on ls to look at actual numeric id's not their name translation because passed file may have different names for those id's.
    – X Tian
    Oct 29 '17 at 10:26












up vote
0
down vote

favorite









up vote
0
down vote

favorite











My hair is falling out already on the account of samba share issues.



  • I have an ext4 samba share on a raspberry pi, with a mask 0777 specified.

  • Only myuser on raspberry can authenticate via samba.


  • chmod -R and chown were run on the folders to fix (self-created)
    authorization issues.


  • myuser was added to group debian-transmission in order to access
    torrented files properly from my laptop.

  • From my notebook I access files with myuser with the appropriate password via samba.

Now, newly downloaded files and folders have the owner colord and group avahi-autoipd, and I cannot make sense of it. I also have only read access from the notebook. How can I fix this?



Edit: the owner on the server is debian-transmission, the owner checked with ls -l is colors, with group avahi-autopid...



Edit2: per @X Tian's comment, the uid and gid on the notebook indeed equals to user and group debian-transmission on the samba server.







share|improve this question














My hair is falling out already on the account of samba share issues.



  • I have an ext4 samba share on a raspberry pi, with a mask 0777 specified.

  • Only myuser on raspberry can authenticate via samba.


  • chmod -R and chown were run on the folders to fix (self-created)
    authorization issues.


  • myuser was added to group debian-transmission in order to access
    torrented files properly from my laptop.

  • From my notebook I access files with myuser with the appropriate password via samba.

Now, newly downloaded files and folders have the owner colord and group avahi-autoipd, and I cannot make sense of it. I also have only read access from the notebook. How can I fix this?



Edit: the owner on the server is debian-transmission, the owner checked with ls -l is colors, with group avahi-autopid...



Edit2: per @X Tian's comment, the uid and gid on the notebook indeed equals to user and group debian-transmission on the samba server.









share|improve this question













share|improve this question




share|improve this question








edited Oct 29 '17 at 20:56

























asked Oct 29 '17 at 9:28









itarill

136




136











  • From where do you down load & look at the actual user ID/group I'd of the downloaded files not name since it really works with id's and names are worked out by ls using /etc/passwd
    – X Tian
    Oct 29 '17 at 10:21






  • 1




    Sorry, I mean use -n option on ls to look at actual numeric id's not their name translation because passed file may have different names for those id's.
    – X Tian
    Oct 29 '17 at 10:26
















  • From where do you down load & look at the actual user ID/group I'd of the downloaded files not name since it really works with id's and names are worked out by ls using /etc/passwd
    – X Tian
    Oct 29 '17 at 10:21






  • 1




    Sorry, I mean use -n option on ls to look at actual numeric id's not their name translation because passed file may have different names for those id's.
    – X Tian
    Oct 29 '17 at 10:26















From where do you down load & look at the actual user ID/group I'd of the downloaded files not name since it really works with id's and names are worked out by ls using /etc/passwd
– X Tian
Oct 29 '17 at 10:21




From where do you down load & look at the actual user ID/group I'd of the downloaded files not name since it really works with id's and names are worked out by ls using /etc/passwd
– X Tian
Oct 29 '17 at 10:21




1




1




Sorry, I mean use -n option on ls to look at actual numeric id's not their name translation because passed file may have different names for those id's.
– X Tian
Oct 29 '17 at 10:26




Sorry, I mean use -n option on ls to look at actual numeric id's not their name translation because passed file may have different names for those id's.
– X Tian
Oct 29 '17 at 10:26










1 Answer
1






active

oldest

votes

















up vote
0
down vote













I think it could be two possible options to solve your problem.



1) Try to add



force user = myuser
force group = debian-transmission



to [global] section in /etc/samba/smb.conf



2) Second option. I'm not sure if it works, but you should try if first method fails. Add sticky bit to shared folder.



chmod 2770 SHARED_FOLDER
find SHARED_FOLDER -type d -exec chmod g+s ;






share|improve this answer




















    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',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    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%2f401183%2fsamba-share-mount-owner-is-colord%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    I think it could be two possible options to solve your problem.



    1) Try to add



    force user = myuser
    force group = debian-transmission



    to [global] section in /etc/samba/smb.conf



    2) Second option. I'm not sure if it works, but you should try if first method fails. Add sticky bit to shared folder.



    chmod 2770 SHARED_FOLDER
    find SHARED_FOLDER -type d -exec chmod g+s ;






    share|improve this answer
























      up vote
      0
      down vote













      I think it could be two possible options to solve your problem.



      1) Try to add



      force user = myuser
      force group = debian-transmission



      to [global] section in /etc/samba/smb.conf



      2) Second option. I'm not sure if it works, but you should try if first method fails. Add sticky bit to shared folder.



      chmod 2770 SHARED_FOLDER
      find SHARED_FOLDER -type d -exec chmod g+s ;






      share|improve this answer






















        up vote
        0
        down vote










        up vote
        0
        down vote









        I think it could be two possible options to solve your problem.



        1) Try to add



        force user = myuser
        force group = debian-transmission



        to [global] section in /etc/samba/smb.conf



        2) Second option. I'm not sure if it works, but you should try if first method fails. Add sticky bit to shared folder.



        chmod 2770 SHARED_FOLDER
        find SHARED_FOLDER -type d -exec chmod g+s ;






        share|improve this answer












        I think it could be two possible options to solve your problem.



        1) Try to add



        force user = myuser
        force group = debian-transmission



        to [global] section in /etc/samba/smb.conf



        2) Second option. I'm not sure if it works, but you should try if first method fails. Add sticky bit to shared folder.



        chmod 2770 SHARED_FOLDER
        find SHARED_FOLDER -type d -exec chmod g+s ;







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Oct 29 '17 at 11:37









        Damian

        32




        32



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f401183%2fsamba-share-mount-owner-is-colord%23new-answer', 'question_page');

            );

            Post as a guest













































































            Tt4mR20JPr6Jogsw PPbV988jzl
            3U6vWb,gkNG7K,x RvDj8P5Sdn4iuvRJ1 2lylZiTQgYhmxFtG3JOJSDj y,EKIx qlODZ25,UB27

            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            How many registers does an x86_64 CPU actually have?

            Displaying single band from multi-band raster using QGIS