Page 1 of 2

errors with ` hda-install` on existing fedora 9 system

Posted: Wed Mar 11, 2009 11:34 am
by devrieshh
When i tryed to run hda-install ... i got some errors(see below) even after updating my system...

any sugestions? i dont know what to do


[root@localhost ~]# hda-install......
Creating verbose log file '/root/hda-install.log'.
(use it for submitting support requests or bug reports).
Retrieving install code ...
Install code looks good.
Stopping background software updates ...
Background software updates stopped.
Installing required packages
(this may take a while depending on your download speed) ...
fedora-release ...
yum-fastestmirror ...
fcgi php dhcp openvpn monit perl-Authen-PAM ...
ruby ruby-devel ruby-racc ruby-irb ruby-ri ...
ruby-bdb ruby-libs ruby-rdoc ruby-mysql ...
eruby eruby-libs luma openldap-servers ruby-docs ruby-ldap hddtemp ...
rubygems rubygem-actionmailer rubygem-actionpack ...
rubygem-activerecord rubygem-activeresource rubygem-activesupport ...
rubygem-rails rubygem-rake rubygem-hoe ...
rubygem-fcgi rubygem-gruff rubygem-rmagick rubygem-gd2 rubygem-rubyforge ...
Packages installed.
Starting MySQL.
Initializing settings.
Initializing MySQL.
Updating gem system
Initializing Ruby on Rails and DB.
sh: line 0: cd: /var/hda/platform/html: Bestand of map bestaat niet
Activating your HDA settings.
ERROR 1146 (42S02) at line 1: Table 'demo_development.settings' doesn't exist
Configuring your Wiki.
rsync: change_dir "/usr/share/moin" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1040) [sender=3.0.4]
execution of 'rsync -a /usr/share/moin/underlay /var/hda/wiki/' failed with code 5888: 'Bestand of map bestaat niet' at /usr/bin/hda-install line 823.
[root@localhost ~]#

Re: errors with ` hda-install` on existing fedora 9 system

Posted: Wed Mar 11, 2009 4:54 pm
by cpg
hmmm.

what does

Code: Select all

cd: /var/hda/platform/html: Bestand of map bestaat niet
mean?

* did you create or change the mysql root password before beginning by any chance?
* is there not enough space in /var/hda ?

Re: errors with ` hda-install` on existing fedora 9 system

Posted: Wed Mar 11, 2009 11:57 pm
by moredruid
hmmm.

what does

Code: Select all

cd: /var/hda/platform/html: Bestand of map bestaat niet
mean?

* did you create or change the mysql root password before beginning by any chance?
* is there not enough space in /var/hda ?
it means: File or directory doesn't exist
If you already have a mysql database (for development/own website/sometimes mail) already having a mysql password might very well be the case.

Re: errors with ` hda-install` on existing fedora 9 system

Posted: Thu Mar 12, 2009 3:41 am
by cpg
thanks moredruid!

if /var/hda/platform is not there, that's kind of catastrophic.

i think the system has run out of disk or something. the hda-platform rpm install must have created this directory!

Re: errors with ` hda-install` on existing fedora 9 system

Posted: Thu Mar 12, 2009 5:13 am
by moredruid
could you post the contents of /root/hda-install.log or have you posted them in your first post?
also post the result of the following command:

Code: Select all

df -h
if it's an out of space issue, df -h should make that clear :)

Re: errors with ` hda-install` on existing fedora 9 system

Posted: Thu Mar 12, 2009 11:41 am
by devrieshh
thanks for the reply,I installed mysql (also webserver) when i installed fedora 9,but i can not remember making a user or entering a root password...

running df -h...

[root@localhost ~]# df -h (used)...%
Bestandssysteem Grtte Gebr Besch Geb% Aangekoppeld op
/dev/sda1 1,6G 356M 1,1G 25% /
/dev/sda7 1,5G 35M 1,4G 3% /tmp
/dev/sda5 2,9G 1,1G 1,7G 39% /var
/dev/sda3 6,8G 3,7G 2,7G 58% /usr
/dev/sda2 9,7G 187M 9,0G 2% /home
tmpfs 294M 48K 294M 1% /dev/shm
/dev/sr0 19M 19M 0 100% /media/VBOXADDITIONS_2.1.4_42893

do i have to remove webserver and mysql or is there an easier way?

thanks

Re: errors with ` hda-install` on existing fedora 9 system

Posted: Thu Mar 12, 2009 12:18 pm
by moredruid
OK, it's not a space issue, /var has 39% (1,7 GB) remaining, unless the hda install is larger than 1,7 GB (I don't think so...)
However, when using the hda as a file server you'll want to add some storage to it :-)

So you say you have mysql/apache installed, is this system available to the internet (i.e. serving pages/mail)? If so, installing a fileserver on it is not recommended, the hda should be shielded from the big bad interwebs.

You should be able to find at least a database user & the password in the config.php file of your webapplication (portal, forum, whatever).

Re: errors with ` hda-install` on existing fedora 9 system

Posted: Thu Mar 12, 2009 12:26 pm
by devrieshh
I have only pointed webserver with installing fedora 9,i just installed fedora 9 for amahi

Re: errors with ` hda-install` on existing fedora 9 system

Posted: Thu Mar 12, 2009 3:20 pm
by cpg
is there a chance you could re-install?

this seems a rather massive failure that only live debug would really tackle ...

or come by the irc channel ...?

Re: errors with ` hda-install` on existing fedora 9 system

Posted: Fri Mar 13, 2009 11:53 am
by devrieshh
I have reinstalled fedora 9 with amahi(recomanded way)and everything went ok.
Most important thing is adding the correct ip(gateway etc.) in amahi controll center(login) on http://www.amahi.org (what you can get with ifconfig command) then everything goes by itself.


although thanks for the responce.