Search found 23 matches
- Wed Aug 20, 2014 1:36 am
- Forum: Plug Computer
- Topic: Pogoplug E02 with Amahi 7 on Arch Linux ARM
- Replies: 0
- Views: 43200
Pogoplug E02 with Amahi 7 on Arch Linux ARM
Stay tuned this could be happening soon. Preliminary ARMv5 tests I've done have been promising. CPG is helping improve my initial testing. Also, Mattman has added a wiki page for running Fed 20/AM7 on a Raspberry Pi (ARMv6). Thanks Matt! Things are only in a testing mode right now. Please comment if...
- Wed Aug 20, 2014 1:22 am
- Forum: Networking
- Topic: How to set workgroup name in Amahi 7.1
- Replies: 3
- Views: 2569
Re: How to set workgroup name in Amahi 7.1
could try editing /etc/samba/smb.conf top of the file theres a field workgroup=WORKGROUP Should work.
- Sat Feb 01, 2014 8:06 am
- Forum: General Discussion and Announcements
- Topic: Hardware Recommendations for a New User
- Replies: 23
- Views: 109944
Re: Hardware Recommendations for a New User
The hardware reqs are low for running Amahi. Basically any Pent D/AMD 3000+ 1gb ram and above would work well. I run my amahi 7 in a proxmox vm with 1 gb ram and 2 cores of an intel e5400 cpu. It runs identical to bare metal. I also run SME 9, ClearOS 6.5, Zentyal 3.2 and some win servers like sbs 2...
- Sat Feb 01, 2014 7:37 am
- Forum: Testers
- Topic: Amahi 7 netboot solved!
- Replies: 14
- Views: 30174
Re: Amahi 7 netboot solved!
Here's some testing feedback: I installed yum install amahi-netboot and it put the files into the right dirs afaik. I enabled tftp in xinetd and added the line amahi-pxe.conf. I rebooted the vm and then booted a client pc in pxe mode i.e. boot from nic and a menu came up with memtest. I chose that a...
- Tue Oct 15, 2013 6:53 am
- Forum: Installation
- Topic: Trouble getting Amahi 7 or even Fedora 19 to work
- Replies: 2
- Views: 2382
Re: Trouble getting Amahi 7 or even Fedora 19 to work
Hi and welcome Tony. I just finished an install with an ITX intel board DG45fc and I set up the OS drive on sata port 2 and put 2 320gb drives in raid 0 for data on sata 3 and 4. It only has 4 sata ports. I don't think booting from a raid array is a standard thing. Most admins separate them I beleiv...
- Tue Oct 01, 2013 12:29 pm
- Forum: Beginners and Newbies
- Topic: Confused about hard drive partitioning......
- Replies: 5
- Views: 3768
Re: Confused about hard drive partitioning......
I commend you for asking and doing your homework before installing. So many come into irc after they have done it all wacky. I can't speak about greyhole because I dont use it. I'd install am7 with partiton defaults to the 160 so you have a running system up. Then check the wiki for the adding a sec...
- Tue Oct 01, 2013 12:14 pm
- Forum: Virtualization
- Topic: Server hardware queries for New Amahi 7 server-Proxmox
- Replies: 11
- Views: 26303
Re: Server hardware queries for New Amahi 7 server-Proxmox
I run pmox v3 and vbox. I can't speak to all the questions you have but can confirm running am7 on either v-platform is simple and works great for me. With a beast server like that running an am7 vm will be no problem. Why you would want to run it on it's own drive externally is beyond me. If you ar...
- Tue Oct 01, 2013 11:59 am
- Forum: Networking
- Topic: Adding to server hosts file -effects?
- Replies: 0
- Views: 5519
Adding to server hosts file -effects?
What effect does adding hda.mydomain.tld to the server's host file have? Should it be left just localhost.localdomain for all web apps and am7 dns to work correctly. I've done this and I have seen some clients connectivity affected like http:alias stop working. Not sure it's related to the hosts fil...
- Tue Oct 01, 2013 11:54 am
- Forum: Networking
- Topic: Making Apps visible from the internet
- Replies: 14
- Views: 7873
Re: Making Apps visible from the internet
Just want to say I too want this app asap or a public web app solution that makes sense for AM7.
- Tue Oct 01, 2013 10:58 am
- Forum: Beginners and Newbies
- Topic: SOLVED: remote mySQL login
- Replies: 7
- Views: 3950
Re: SOLVED: remote mySQL login
SQL root access from the internet through port 3306 not a good idea. I'd setup ssh on an obscure port and allow public login with a non-root account with keys then drop to root after login to access sql as its root user. mysql root and server root are 2 different accounts just fyi.