Skip to content

Instantly share code, notes, and snippets.

@bse666
Created January 21, 2017 23:34
Show Gist options
  • Save bse666/83ea725e506687d911bb39622c507ff2 to your computer and use it in GitHub Desktop.
Save bse666/83ea725e506687d911bb39622c507ff2 to your computer and use it in GitHub Desktop.
fix for archlinux net rpc
#!/bin/bash
#misha@mishap2:~$ pacman -Q smbclient
#smbclient 4.5.1-1
#without "gamin" attempt to run "net" throws up "net: error while loading shared libraries: libfam.so.0: cannot open shared object file: No such file or directory". with gamin installed net seems to work.
sudo pacman -S gamin smbclient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment