Page 1 of 2

SOLVED: Can not access HDA

Posted: Sat Jan 21, 2017 9:28 am
by b23norris
Ok I have installed Fedora 23 and Amahi 9, after a few installs i finally got the install completed. I can ping any address from the computer running the server but can not access the hda. I have followed the install instructions step by step. when I login to amahi form my windows 10 client it shows the status as running. I previously had an older version I had installed and everything worked except the apps. So I was told to install this version and now nothing works.

Re: Can not access HDA

Posted: Sat Jan 21, 2017 10:42 am
by bigfoot65
Did you disable the DHCP server on your router? Did you renew the IP Address on your Windows 10 client?

You might want to check out the Network Troubleshooting guidance.

Can you SSH into the server? If so, please provide the URL for:

Code: Select all

apaste --sysinfo
We need more details to be able to assist.

Re: Can not access HDA

Posted: Sat Jan 21, 2017 2:40 pm
by b23norris
http://paste.fedoraproject.org/532980/34515148/ -> https://paste.fedoraproject.org/532980/34515148

I have DHCP disabled on my router.

yes I released and renewed my ip address on my windows 10 client

And I can load putty and ssh into the server.

Re: Can not access HDA

Posted: Sat Jan 21, 2017 2:56 pm
by bigfoot65
Did you check out the Network troubleshooting page I recommended?

Also try accessing HDA by IP address.

Re: Can not access HDA

Posted: Sat Jan 21, 2017 2:58 pm
by b23norris
Yes done both

Re: Can not access HDA

Posted: Sat Jan 21, 2017 3:11 pm
by bigfoot65
Did you ping google.com from the server?

Try this via SSH:

Code: Select all

sudo systemctl stop firewalld sudo systemctl disable firewalld sudo systemctl stop rolekit sudo systemctl disable rolekit
The reboot and renew the client IP.

Also ensure there are no firewalls on your client blocking access.

Re: Can not access HDA

Posted: Sat Jan 21, 2017 3:36 pm
by b23norris
Completed, but on
sudo systemctl stop rolekit
it says Failed to stop rolekit.service: Unit rolekit.services not loaded. rebooted and still no access to hda.
I also completely disabled my firewall just to make sure.

Re: Can not access HDA

Posted: Sat Jan 21, 2017 4:04 pm
by bigfoot65
Ok. That error is ok. Just means it was not running.

Can you ping google.com from the command line?

Also does your HDA only have one NIC?

Re: Can not access HDA

Posted: Sat Jan 21, 2017 4:12 pm
by b23norris
Yes I can ping google, and yes only 1 NIC.

Re: Can not access HDA

Posted: Sat Jan 21, 2017 4:37 pm
by bigfoot65
Check to see if the web server is running:

Code: Select all

sudo systemctl status httpd
Also ensure the OS is updated:

Code: Select all

sudo dnf update