Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- samba 4.19.0-1
- # cat /etc/samba/smb.conf
- [global]
- server string = Samba %v on %L
- log level = 0
- min receivefile size = 16384
- use sendfile = yes
- aio read size = 2048
- aio write size = 2048
- read raw = yes
- write raw = yes
- getwd cache = yes
- oplocks = yes
- max xmit = 32768
- dead time = 15
- large readwrite = yes
- unix extensions = no
- strict locking = no
- guest ok = yes
- map to guest = bad user
- force user = http
- load printers = no
- printing = bsd
- printcap name = /dev/null
- disable spoolss = yes
- [USB]
- path = /mnt/MPD/USB
- read only = no
- [SD]
- path = /mnt/MPD/SD
- read only = no
- smb.service- Samba SMB Daemon
- Loaded: loaded (/usr/lib/systemd/system/smb.service; enabled; preset: disabled)
- Active: active (running) since Sat 2023-10-07 13:14:30 CEST; 2 days ago
- Docs: man:smbd(8)
- man:samba(7)
- man:smb.conf(5)
- Main PID: 299 (smbd)
- Status: "smbd: ready to serve connections..."
- Tasks: 4 (limit: 2133)
- CPU: 1min 47.729s
- CGroup: /system.slice/smb.service
- ├─ 299 /usr/bin/smbd --foreground --no-process-group
- ├─ 560 "smbd: notifyd "
- ├─ 561 "smbd: cleanupd"
- └─13992 "smbd: client [192.168.0.74]"
- Oct 07 13:14:12 rAudio systemd[1]: Starting Samba SMB Daemon...
- Oct 07 13:14:30 rAudio smbd[299]: [2023/10/07 13:14:30.558362, 0] ../../source3/smbd/server.c:1746(main)
- Oct 07 13:14:30 rAudio smbd[299]: smbd version 4.19.0 started.
- Oct 07 13:14:30 rAudio smbd[299]: Copyright Andrew Tridgell and the Samba Team 1992-2023
- Oct 07 13:14:30 rAudio systemd[1]: Started Samba SMB Daemon.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement