search for: load_usershare_service

Displaying 7 results from an estimated 7 matches for "load_usershare_service".

2018 Nov 05
2
old bug with usershares of what?
...gt; > 7) create usershare with: net usershare add share /home/user/share "" > > Everyone:F guest_ok=y > > > > 8) try to access server with any client like windows or linux and > > voila: [2018/11/05 13:53:02.185034, 0] > > ../source3/param/loadparm.c:3560(load_usershare_service) > > load_usershare_service: stat of /var/samba/usershares failed. > > Permission denied > > > > > > Who owns /var/samba/usershares > > Rowland > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://list...
2018 Nov 05
2
old bug with usershares of what?
...hares dir to usershare group 6) chown 1770 usershares dir 7) create usershare with: net usershare add share /home/user/share "" Everyone:F guest_ok=y 8) try to access server with any client like windows or linux and voila: [2018/11/05 13:53:02.185034, 0] ../source3/param/loadparm.c:3560(load_usershare_service) load_usershare_service: stat of /var/samba/usershares failed. Permission denied ср, 31 окт. 2018 г. в 15:16, Илья Коскин <kasakoff87 at gmail.com>: > > ср, 31 окт. 2018 г. в 14:51, Rowland Penny via samba < >> samba at lists.samba.org>: >> >>> On Wed, 31...
2018 Nov 05
2
old bug with usershares of what?
...dd > > > > share /home/user/share "" Everyone:F guest_ok=y > > > > > > > > 8) try to access server with any client like windows or linux and > > > > voila: [2018/11/05 13:53:02.185034, 0] > > > > ../source3/param/loadparm.c:3560(load_usershare_service) > > > > load_usershare_service: stat of /var/samba/usershares failed. > > > > Permission denied > > > > > > > > > > Apart from number 6 which I feel is a typo (chown should be chmod), you > seem to be doing everything correctly. The only p...
2018 Nov 05
0
old bug with usershares of what?
...) chown 1770 usershares dir > 7) create usershare with: net usershare add share /home/user/share "" > Everyone:F guest_ok=y > > 8) try to access server with any client like windows or linux and > voila: [2018/11/05 13:53:02.185034, 0] > ../source3/param/loadparm.c:3560(load_usershare_service) > load_usershare_service: stat of /var/samba/usershares failed. > Permission denied > > Who owns /var/samba/usershares Rowland
2018 Nov 05
0
old bug with usershares of what?
...are with: net usershare add > > > share /home/user/share "" Everyone:F guest_ok=y > > > > > > 8) try to access server with any client like windows or linux and > > > voila: [2018/11/05 13:53:02.185034, 0] > > > ../source3/param/loadparm.c:3560(load_usershare_service) > > > load_usershare_service: stat of /var/samba/usershares failed. > > > Permission denied > > > > > > Apart from number 6 which I feel is a typo (chown should be chmod), you seem to be doing everything correctly. The only problem I can see is that you said...
2018 Oct 31
3
old bug with usershares of what?
Hello! Please look at this log entry: [2018/10/30 15:26:04.013132, 0] ../source3/param/loadparm.c:3358(process_usershare_file) process_usershare_file: stat of /var/lib/samba/usershares/share failed. Permission denied I don't know why this message is spamming my log, my version of samba is 4.9.1 from fedora 29, but problem existed long time ago with older versions. here is usershares
2018 Nov 05
0
old bug with usershares of what?
...mple in fedora it is /var/lib/samba/usershares, > and in openbsd it is /var/samba/usershares. > I am sure i am doing everything right. > Yes, I think you are too. The error message you are getting comes from here: if (sys_stat(usersharepath, &sbuf, false) != 0) { DEBUG(0,("load_usershare_service: stat of %s failed. %s\n", usersharepath, strerror(errno) )); return -1; } Which, to my limited understanding of 'C', means it checks if 'stat' can be run successfully against the usersharepath and it doesn't look like it can. Not sure who 'stat' is being run as...