Recent installs of smbclient seems to be Broken
Posted: Fri Apr 07, 2023 4:34 pm
Working on the Void Linux based KLV-Airedale to port several Samba utility GUI's from Puppy Linux to KLV. These GUI's are to manage the Samba installation and use gtkdialog.
So far these all work well in the Void Linux environment as does many items borrowed from Puppy Linux (hence the name "Kennel Linux") except for one utility called pNetHood to which we refer to now as NetHood for KLV.
NetHood uses nbtscan to find Samba shares on a LAN, then with smbclient probes each Samba server for it's shares.
should then return the <servername> shares that populate the GUI to make Samba share connections easy to initiate and manage. Also we have a GUI called Samba Simple Management to configure start/stop the onboard Samba server.
Does any one have some trick or workaround for finding the samba share names? Something to substitute smbclient while we wait for the repo version to work 100% again.
So far these all work well in the Void Linux environment as does many items borrowed from Puppy Linux (hence the name "Kennel Linux") except for one utility called pNetHood to which we refer to now as NetHood for KLV.
NetHood uses nbtscan to find Samba shares on a LAN, then with smbclient probes each Samba server for it's shares.
Code: Select all
smbclient -L <servername> -N
Does any one have some trick or workaround for finding the samba share names? Something to substitute smbclient while we wait for the repo version to work 100% again.