Linux Lite Forums

Software - Support => Other => Topic started by: elpirata on October 04, 2023, 10:05:06 AM

Title: Problem with Lite Network Shares
Post by: elpirata on October 04, 2023, 10:05:06 AM
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/.
Title: Re: Problem with Lite Network Shares
Post by: stevef on October 05, 2023, 04:11:59 AM
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: [Select]
md5sum /usr/bin/lite-networkshares
Code: [Select]
ls -l /usr/bin/lite-networkshares
Title: Re: Problem with Lite Network Shares
Post by: Jerry on October 05, 2023, 06:11:37 AM
Code: [Select]
cat /etc/samba/smb.conf
Code: [Select]
stat /etc/samba/smb.conf
Title: Re: Problem with Lite Network Shares
Post by: elpirata on October 05, 2023, 11:13:12 AM
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: [Select]
md5sum /usr/bin/lite-networkshares
06f30042d285c99e6be5fad3e6dc65fc  /usr/bin/lite-networkshares

Code: [Select]
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: [Select]
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