Page 1 of 3

cant run hda-install cmd

Posted: Sat Feb 14, 2009 2:39 pm
by landresen
[root@localhost ~]# hda-install 6lchpbk
bash: hda-install: command not found

I added the amahi repo during install so I am not sure what is going on here.

Re: cant run hda-install cmd

Posted: Sat Feb 14, 2009 2:47 pm
by cpg
you probably did this?

Code: Select all

su
if so, then try

Code: Select all

su -
because that makes it have the full root environment.

this probably means that you created one user during install, which is not recommended. best thing would be to delete that user.

we can help you in the irc channel too.

Re: cant run hda-install cmd

Posted: Sat Feb 14, 2009 2:51 pm
by cpg
actually, hda-install is in /usr/bin/hda-install, so i am confused as to why it does not work.

it could be that the repo is not installed properly.

to install into an existing F9 system, go here.

Re: cant run hda-install cmd

Posted: Sun Feb 15, 2009 11:03 am
by landresen
I did not try su or su-. I apologize. I did not create a user. I am logged on as root.
I did check the usr\bin. there was no hda-install there. I checked all directories.
This morning I did a brand new install onto a new drive. Installation goes perfect upto the point of running
the hda-install cmd. I get the same error message. command not found.
I checked the box to add the new repo. add the Amahi, it finds it and adds it.
Not sure what is going on.

Re: cant run hda-install cmd

Posted: Sun Feb 15, 2009 12:06 pm
by landresen
I checked my etc/yum.repos.d and found the amahi.repo there.
[amahi]
name=Amahi repository for Fedora Core $releasever
baseurl=http://f9.amahi.org/
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amahi

but still no hda-install in the usr/bin

Also, I am not able to update Fedora to 9.5
should I just try 10?

Re: cant run hda-install cmd

Posted: Sun Feb 15, 2009 1:28 pm
by cpg
ok, the repo is there.

try this (as root):

Code: Select all

rpm -Uvh --nodeps http://f9.amahi.org/i386/hdactl-2.29-1.i386.rpm
that should get hda-install for sure.

Re: cant run hda-install cmd

Posted: Sun Feb 15, 2009 4:05 pm
by landresen
thanks. I will give it a try now.

Re: cant run hda-install cmd

Posted: Sun Feb 15, 2009 4:32 pm
by landresen
It successfully installed the package. I then ran the hda-install and got the following error.
[root@localhost ~]# hda-install MYCODE
Can't locate DBI.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at /usr/bin/hda-install line 6.
BEGIN failed--compilation aborted at /usr/bin/hda-install line 6.
[root@localhost ~]#

I think I will start over.

Re: cant run hda-install cmd

Posted: Sun Feb 15, 2009 6:20 pm
by cpg
hmmm, how was it installed?

there are some packages missing (DBI specifically). it looks like it was some miniminal install or something.

sorry that you are experiencing so much trouble ... :(

Re: cant run hda-install cmd

Posted: Mon Feb 16, 2009 8:37 am
by shu
This sounds like an issue I was having. When I installed I could not find the repo my network connection wasnt workign at install for some reason. It looks like you are missing some dependency. Did you use a full fedora install and not a live cd?