Code: Select all
/DietPi/dietpi/func/dietpi-globals: line 570: ((: <= 120 : syntax error: operand expected (error token is "<= 120 ")
/DietPi/dietpi/func/dietpi-globals: line 576: ((: >= 7 : syntax error: operand expected (error token is ">= 7 ")
[FAILED] DietPi-Drive_Manager | RootFS is currently set to R/O. DietPi-Drive_Manager requires R/W access to function. Aborting...
[ INFO ] DietPi-Drive_Manager | Rerun "dietpi-drive_manager" to enable RootFS R/W access.
[ SUB1 ] DietPi-Services > start
[ OK ] DietPi-Services | start : avahi-daemon
[ OK ] DietPi-Services | start : proftpd
[FAILED] DietPi-Services | start : nmbd
[FAILED] DietPi-Services | start : smbd
[ OK ] DietPi-Services | start : php7.3-fpm
[ OK ] DietPi-Services | start : lighttpd
[ OK ] DietPi-Services | start : transmission-daemon
[ OK ] DietPi-Services | start : cron
i've tried to force to use an external partition in rw mode but without succes, this is my smb.conf
Code: Select all
[global]
workgroup = XXXX
server string = XXXX
netbios name = XXXX
netbios aliases = XXXX
hosts allow = 192.168.1.
server min protocol = SMB2
server max protocol = SMB3
server role = standalone
cache directory = /mnt/LCLBKUP/samba/cache/
log file = /mnt/LCLBKUP/samba/log/log.%m
lock directory = /mnt/LCLBKUP/samba/lock
state directory = /mnt/LCLBKUP/samba/state/
utmp directory = /mnt/LCLBKUP/samba/run/utmp/
winbindd socket directory = /mnt/LCLBKUP/samba/run/winbindd/
wtmp directory = /mnt/LCLBKUP/samba/run/wtmp/
pid directory = /mnt/LCLBKUP/samba/run/
#max log size = 1000
syslog = 0
# Debug logging information
log level = 10
#log file = /var/log/samba.log.%m
max log size = 50
debug = 1
debug timestamp = yes
#panic action = /usr/share/samba/panic-action %d
#load printers = yes
#printing = cups
#printcap name = cups
min receivefile size = 16384
....
...
Thank you!