• Re: file readable lies again with samba shared folder or file [Ticket U

    From greg@21:1/5 to All on Sun Oct 29 02:46:55 2023
    Similar problem
    is somehow related to the rights/permission of the shared folder on the Samba server

    file readable g:/
    0

    geany, a text editor
    cannot save a file to the drive after some time

    Notepad++ has no problem
    Explorer no problems


    Changed the Samba Server folder to 777
    (but it's not a correct solution)

    file readable g:/
    1

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Torsten@21:1/5 to All on Sun Oct 29 10:19:32 2023
    I forgot to say that this happens only on Windows 10 and 11, but not on Linux or macOS.

    Torsten
    -------- Original-Nachricht --------
    I again have https://core.tcl-lang.org/tcl/tktview/1613456fffffffffffff with 8.6.11 and 8.6.12.
    For me the problem was fixed with 8.6.9. Does anyone else have the same problem again?

    Torsten

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Harald Oehlmann@21:1/5 to All on Sun Oct 29 12:05:43 2023
    Am 29.10.2023 um 10:19 schrieb Torsten:
    I forgot to say that this happens only on Windows 10 and 11, but not on
    Linux or macOS.

    Torsten
    -------- Original-Nachricht --------
    I again have
    https://core.tcl-lang.org/tcl/tktview/1613456fffffffffffff with 8.6.11
    and 8.6.12.
    For me the problem was fixed with 8.6.9. Does anyone else have the
    same problem again?

    Torsten


    Torsten,
    I have retested, as in 2017. For me, the issue is fixed.
    Note, that I have anyway replaced "file readable" by "file exists" in productive code due to the unreliable test.

    Take care,
    Harald

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From greg@21:1/5 to greg on Sun Oct 29 03:51:48 2023
    greg schrieb am Sonntag, 29. Oktober 2023 um 10:46:58 UTC+1:
    Similar problem
    is somehow related to the rights/permission of the shared folder on the Samba server

    file readable g:/
    0

    geany, a text editor
    cannot save a file to the drive after some time

    Notepad++ has no problem
    Explorer no problems


    Changed the Samba Server folder to 777
    (but it's not a correct solution)

    file readable g:/
    1


    linux samba server:
    manfred
    manfred : manfred sambashare

    ls -al /dokumente
    drwxr-xr-x 4 root root 4096 Oct 29 10:24 .
    drwxr-xr-x 23 root root 4096 Oct 29 08:35 ..
    drwsrws--- 2 manfred sambashare 4096 Oct 29 10:34 fotos
    drwsrwsrwx 2 manfred sambashare 4096 Oct 29 10:34 sonder

    addion to sample smb.conf:

    [Fotos]
    comment = Fotos
    path= /dokumente/fotos
    read only = No
    valid users = +sambashare
    force group = +sambashare
    force user = manfred
    create mask = 0770
    directory mask = 0770
    force create mode = 0770
    force directory mode = 2770

    [sonder]
    comment = sonder
    path = /dokumente/sonder
    read only = No
    valid users = manfred
    force group = +sambashare
    force user = manfred
    create mask = 0000
    directory mask = 0000
    force create mode = 0770


    Windows 10
    net use g: \\192.168.158.23\Fotos /user:manfred muster
    net use h: \\192.168.158.23\sonder /user:manfred muster

    tclsh_
    file exists g:/
    1
    file readable g:/
    0

    file exists h:/
    1
    file readable h:/
    1

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)