[NTLUG:Discuss] Still having identd issues.
Jack Snodgrass
jack+ntlug at mylinuxguy.net
Thu Feb 6 06:07:56 CST 2003
> [root at localhost i386]# rpm -U pident-3.0.14-8.i386.rpm
> error: open of pident-3.0.14-8.i386.rpm failed: No such file or
> directory
>
> When I do a listing, this is what I get...
>
> root at localhost i386]# ls -l p*
> -rw-r--r-- 1 root root 59950 Sep 3 00:00
> pidentd-3.0.14-8.i386.rpm
>
You left the 'd' off of pidentd-3.0.14-8.i386.rpm
when you tried to install. 'No such file or directory' is
self explainitory... you are a bad typeist. :)
use:
rpm -Uhv pidentd-3.0.14-8.i386.rpm
instead. Also... if your using bash, you just do
rpm -Uhv ide<tab> and it will find the file for you
so you don't have to type as much. I'm a bad typeist
( and speller ) too. ;) I love bash and the command
line completion stuff.
jack
More information about the Discuss
mailing list