ph-ghub
ph-ghub
Oddly enough, everything seems to be in order: ``` [XXX@SERVER ~]$ ls -la /usr/local/bin/msctl -rwxr-xr-x. 1 root root 125324 Jun 21 21:04 /usr/local/bin/msctl [XXX@SERVER ~]$ echo $PATH /usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/opc/.local/bin:/home/opc/bin ```
And it seems to get even more interesting as the rdiff-backup should have been part of my pre-req install but trying it by itself gives this error. (Appreciate the help...these...
Sudo seems to find it, too. Thanks for the rdiff item I will try it now. ``` [XXX@SERVER ~]$ sudo echo $PATH /usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/opc/.local/bin:/home/opc/bin ```
rdiff is also not playing nice. Googling that one now. ``` Error: Package: rdiff-backup-2.0.5-1.el7.aarch64 (copr:copr.fedorainfracloud.org:frankcrawford:rdiff-backup) Requires: librsync.so.2()(64bit) You could try using --skip-broken to work around the problem You could try...
In case it is helpful, here is how I got past the rdiff issue: ``` wget https://download-ib01.fedoraproject.org/pub/epel/7/aarch64/Packages/e/epel-release-7-12.noarch.rpm sudo rpm -Uvh epel-release-7-12.noarch.rpm sudo yum install librsync ``` And now this will...
No, it just doesn't seem to be happy with pathing is my best guess, even though it looks like the paths are set correctly.