Page 2 of 3

Re: Amahi 7 status report and some plans

Posted: Wed Mar 06, 2013 1:28 pm
by stern88
Okay, the installation runs without problems. Samba works. User creation works too, but the page doesn't refresh after user creation (so the new user doesn't appear in the list). One could think the user creation failed. Share creation/deletion works too. But one has to provide a path => Maybe its a good idea to make automatically a dir based on the share name.

Will have a look at some apps ^^

Re: Amahi 7 status report and some plans

Posted: Wed Mar 06, 2013 4:02 pm
by cpg
Yes, the user creation is broken. We were using some ancient methods in JavaScript and we're modernizing all that (not too sure this is a good thing).

Looks like the new dnsmasq dns/dhcp server is working well?

Thanks for the update.

Re: Amahi 7 status report and some plans

Posted: Wed Mar 06, 2013 6:28 pm
by cpg
The 32bit rpms in the repo have been now updated to the latest bits (dnsmasq, misc fixes, etc.).

I will try to update the 32bit side more often now.

Re: Amahi 7 status and DNS/DHCP server change plans

Posted: Sat Mar 09, 2013 8:35 pm
by cpg
Found an issue with dnsmasq where it resolved all local domain requests to the IP of the server itself.

Fixed it and released new RPMs to the repo (both 32b and 64b).

Re: Amahi 7 status and DNS/DHCP server change plans

Posted: Sun Mar 10, 2013 8:35 am
by bigfoot65
Will this patch work via updating the hda-ctl and/or hda-platform?

Re: Amahi 7 status and DNS/DHCP server change plans

Posted: Sun Mar 10, 2013 9:00 am
by bigfoot65
Just tried a new install and shares are not being created by default. I went to the shares tab and opened each one, testing the new permissions feature.

Nothing is there. I also noticed a shares directory, so checked there and it was empty as well. The permissions for /var/hda/files is root. Shouldn't it be apache/apache?

Re: Amahi 7 status and DNS/DHCP server change plans

Posted: Sun Mar 10, 2013 1:18 pm
by cpg
Hmm. This is a bug! The permission issue may be why they are not created.

The 32bit rpms have been updated with a fix. Reinstalling should not be necessary, though we will have to test installation to make sure this works (we will have time to do this later).

Re: Amahi 7 status and DNS/DHCP server change plans

Posted: Sun Mar 10, 2013 3:10 pm
by stern88
Just tried a new install and shares are not being created by default. I went to the shares tab and opened each one, testing the new permissions feature.

Nothing is there. I also noticed a shares directory, so checked there and it was empty as well. The permissions for /var/hda/files is root. Shouldn't it be apache/apache?
For my part I had to wait for a while until the smb-shares appeared in nautilus. The same scenery for removing/adding/modifying shares. You have to wait until changes get implemented

Re: Amahi 7 status report and some plans

Posted: Tue Mar 12, 2013 11:56 am
by stern88
Looks like the new dnsmasq dns/dhcp server is working well?
I noticed that dhcpd and sshd doesn't start automatically at startup.

Re: Amahi 7 status and DNS/DHCP server change plans

Posted: Tue Mar 12, 2013 12:57 pm
by cpg
Hmm .. The sshd is odd, as it's one of the very few services that should.

dhcpd should not start now -- the server is called dnsmasq now and contains both dhcp and dns server all in one, in a very light package.