Linux Lite Forums
Problem with Lite Network Shares - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20)
+--- Thread: Problem with Lite Network Shares (/showthread.php?tid=8940)



Problem with Lite Network Shares - elpirata - 10-04-2023

When I hit "Edit share settings", it doesn't open any files. It just goes straight to the Reload or Restart Services options.

The smb.conf file is there, on /etc/samba/.


Re: Problem with Lite Network Shares - stevef - 10-05-2023

Can't reproduce this issue on version 5.8 or 6.6 systems.

Has anything related to the system and networking changed since you last successfully ran this utility ?
What version of Linux Lite are you using ?
What is the output of the following commands ?

Code:
md5sum /usr/bin/lite-networkshares

Code:
ls -l /usr/bin/lite-networkshares



Re: Problem with Lite Network Shares - Valtam - 10-05-2023

Code:
cat /etc/samba/smb.conf

Code:
stat /etc/samba/smb.conf



Re: Problem with Lite Network Shares - elpirata - 10-05-2023

(10-05-2023, 08:11 AM)stevef link Wrote: Can't reproduce this issue on version 5.8 or 6.6 systems.

Has anything related to the system and networking changed since you last successfully ran this utility ?
What version of Linux Lite are you using ?

The first time it did open the config file and I added folders to it. But now it doesn't open it anymore. I'm on 6.6. Everything's up to date.

Code:
md5sum /usr/bin/lite-networkshares
06f30042d285c99e6be5fad3e6dc65fc  /usr/bin/lite-networkshares

Code:
ls -l /usr/bin/lite-networkshares
-rwxr-xr-x 1 root root 5472 ago 14  2022 /usr/bin/lite-networkshares

Quote:#======================= Global Settings ====================================
[global]
workgroup = WORKGROUP
server string = Linux Lite Shares
netbios name = AudCen
security = user
username map = /etc/samba/smbusers
map to guest = bad user
guest account = nobody
dns proxy = no
#======================= Share Definitions ===================================
[Descargas]
path = /home/fede/Descargas/
available = yes
valid users = %U %G
write list = %U
browsable = yes
public = yes
writable = yes
guest ok = yes
read only = no
printable = no
locking = no
strict locking = no

[Peliculas]
path = /media/fede/Backup/Descargas/Peliculas/
available = yes
valid users = %U %G
write list = %U
browsable = yes
public = yes
writable = yes
guest ok = yes
read only = no
printable = no
locking = no
strict locking = no
force user = fede

[Series]
path = /media/fede/Backup/Descargas/Series/
available = yes
valid users = %U %G
write list = %U
browsable = yes
public = yes
writable = yes
guest ok = yes
read only = no
printable = no
locking = no
strict locking = no
force user =  fede

[Megasync]
path = /media/fede/Backup/MegaSync/
available = yes
valid users = %U %G
write list = %U
browsable = yes
public = yes
writable = yes
guest ok = yes
read only = no
printable = no
locking = no
strict locking = no

Code:
stat /etc/samba/smb.conf
  File: /etc/samba/smb.conf
  Size: 1293          Blocks: 8          IO Block: 4096   regular file
Device: 803h/2051d    Inode: 936313      Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2023-10-05 11:36:04.203309311 -0300
Modify: 2023-09-11 10:06:23.613363947 -0300
Change: 2023-09-11 10:06:23.909255864 -0300
Birth: 2023-09-11 10:06:23.613363947 -0300