|
From: Jamie C. <jca...@we...> - 2007-01-05 18:34:34
|
On 5/Jan/2007 09:37 Rodney Richison wrote .. > I'm attempting to backup the file system using webmin ssh. However, I > keep getting this error. > > bash: line 1: /usr/libexec/rmt: No such file or directory > > I'm aware that's a tar error if you use rsh, but shouldn't webmin be > building the file locally, then just coping the tar via ssh when ssh is > checked? > > Ideas? This can happen because tar needs to call the 'rmt' command on the remote system to write the backup file. However, the actual path to rmt differs between operating systems! You should check where it is located on the target system (perhaps /etc/rmt), and symlink or copy it to /usr/libexec/rmt. - Jamie |