this post was submitted on 12 Mar 2025
4 points (100.0% liked)

Fedora Linux

2051 readers
2 users here now

All about Fedora Linux

founded 5 years ago
MODERATORS
 

I've been trying for days and have been impossible.

All I get is not enough permission to access share from client

`testparm

Load smb config files from /etc/samba/smb.conf

Loaded services file OK.

Weak crypto is allowed by GnuTLS (e.g. NTLM as a compatibility fallback)

Server role: ROLE_STANDALONE

Press enter to see a dump of your service definitions

Global parameters

[global]

printcap name = cups

security = USER

usershare allow guests = Yes

usershare max shares = 100

workgroup = SAMBA

idmap config * : backend = tdb

cups options = raw

[homes]

browseable = No

comment = Home Directories

inherit acls = Yes

read only = No

valid users = %S %D%w%S

[printers]

browseable = No

comment = All Printers

create mask = 0600

path = /var/tmp

printable = Yes

[print$]

comment = Printer Drivers

create mask = 0664

directory mask = 0775

force group = @printadmin

path = /var/lib/samba/drivers

write list = @printadmin root

[Drive]

guest ok = Yes

path = /var/home/htpc/Drive

read only = No

valid users = htpc`

you are viewing a single comment's thread
view the rest of the comments
[–] Telorand@reddthat.com 1 points 3 days ago (8 children)

I don't know if these notes would help, but I believe you should be able to make this work in podman, rather than trying to muck about with the primary system files.

https://www.procustodibus.com/blog/2022/10/wireguard-in-podman/

It's about using wireguard, but I would imagine most of the concepts should be the same.

[–] trbeach@lemmy.world 3 points 3 days ago (2 children)

FWIW....

My 2 cents. I tried and tried to make samba work. Finally, I saw a post from someone that said, "samba is for windows, SSH is for Linux". Best post I ever read. SSH for me ever since.

The first thing I do after install is uninstall samba.

Happy days ever since.

[–] yumyumsmuncher@feddit.uk 1 points 2 days ago

I gave up, ended up using SSH

[–] Telorand@reddthat.com 1 points 3 days ago

I've never tried to set up Samba, so I think this is probably good advice

load more comments (5 replies)