Search found 7 matches

by triford
Thu May 30, 2013 11:50 am
Forum: Installation
Topic: SOLVED: Amahi - 500 Issue
Replies: 9
Views: 5948

Re: Amahi - 500 Issue

Wasn't too hard to fix.

1. remove /etc/sysconfig/amahi-hda (I actually also backed up the file).
2. hda-install -n <YOUR CODE>
3. hdactl start

Fix my issue :-)
by triford
Tue May 28, 2013 2:59 pm
Forum: Installation
Topic: SOLVED: Amahi - 500 Issue
Replies: 9
Views: 5948

Re: Amahi - 500 Issue

Is this a new install? Fedora 14 is end-of-life, so there will be no updates. We provide maintenance support currently, but not expecting anything new to be released. You might consider switching over to Ubuntu or waiting for Fedora 18. Without more details, I am unsure what direction to go on this...
by triford
Tue May 28, 2013 2:57 pm
Forum: Installation
Topic: SOLVED: Amahi - 500 Issue
Replies: 9
Views: 5948

Re: Amahi - 500 Issue

[root@home /]# service hdactl status hdactl is stopped [root@home /]# service hdactl restart Stopping hdactl: [FAILED] You can't restart what isn't started. Try "service hdactl start" Start also fails.... [root@home /]# service hdactl start [root@home /]# service hdactl status hdactl is s...
by triford
Tue May 28, 2013 2:50 pm
Forum: Installation
Topic: SOLVED: Amahi - 500 Issue
Replies: 9
Views: 5948

Re: Amahi - 500 Issue

Thanks - Fedra 14.

Tried restart no joy.

[root@home /]# service hdactl status
hdactl is stopped
[root@home /]# service hdactl restart
Stopping hdactl: [FAILED]
by triford
Tue May 28, 2013 2:29 pm
Forum: Installation
Topic: SOLVED: Amahi - 500 Issue
Replies: 9
Views: 5948

SOLVED: Amahi - 500 Issue

Hi, I've been trying to get my server to restart but getting a Error 500 on the server. I looked through the log files and noticed the following May 28 21:10:53 home logger: hdactl: this hda has not been completely installed; exiting I've tried reload commands and the service does not start and I'm ...
by triford
Sat May 25, 2013 8:34 am
Forum: Storage Pooling/Greyhole
Topic: No inodes - what to do
Replies: 3
Views: 2269

Re: No inodes - what to do

Might consider searching the forums as well. I did search on multiple linux forum and on here. I'm convinced it's greyhole thus I posted here. My issue is that I can't do a simple find command as it doesn't have room to run in tmp. # find . -print0 | xargs -0 -n 1 ls -id | cut -d' ' -f1 | sort -u |...
by triford
Sat May 25, 2013 1:43 am
Forum: Storage Pooling/Greyhole
Topic: No inodes - what to do
Replies: 3
Views: 2269

No inodes - what to do

I've realised that I have no inodes. What steps do I need to take to release some space (I'm limited in my UNIX knowledge but am willing to read up any websites that can help)? [root@home greyhole]# df -i Filesystem Inodes IUsed IFree IUse% Mounted on /dev/mapper/vg_home-lv_root 3276800 3276800 0 10...