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.