Difference between revisions of "Ubuntu"
Line 5: | Line 5: | ||
message = This is only for for '''DEVELOPMENT''' notes. | message = This is only for for '''DEVELOPMENT''' notes. | ||
Please see [http://docs.amahi.org/ubuntu-12.html Ubuntu 12.04 LTS] for Install Instructions}} | Please see [http://docs.amahi.org/ubuntu-12.html Ubuntu 12.04 LTS] for Install Instructions}} | ||
− | + | <!-- | |
= Ubuntu Release = | = Ubuntu Release = | ||
Line 43: | Line 43: | ||
After rebooting, '''<nowiki>http://hda</nowiki>''' should be working if entered on the local system. From a remote system this will only work if you have your DNS pointing to the Amahi system as otherwise your system cannot resolve the name "hda". | After rebooting, '''<nowiki>http://hda</nowiki>''' should be working if entered on the local system. From a remote system this will only work if you have your DNS pointing to the Amahi system as otherwise your system cannot resolve the name "hda". | ||
− | + | --> | |
= Known Issues = | = Known Issues = | ||
Line 61: | Line 61: | ||
This is especially important if you are doing a headless install | This is especially important if you are doing a headless install | ||
− | + | <!-- | |
= Other = | = Other = | ||
Line 67: | Line 67: | ||
The old Ubuntu information (mostly out of date now) is in the [[Ubuntu old]] page. | The old Ubuntu information (mostly out of date now) is in the [[Ubuntu old]] page. | ||
− | + | --> | |
= Problems, questions, etc. = | = Problems, questions, etc. = | ||
Revision as of 22:12, 5 July 2012
WARNING | |
---|---|
This is only for for DEVELOPMENT notes.
Please see Ubuntu 12.04 LTS for Install Instructions |
Known Issues
- The name of the first user has three extra commas after the name, e.g. "Amahi User,,,"
- The network restarts during installation in some systems and you may loose connection to the port-2000 installer
- Debian is not well supported in this release (there are a couple of known issues). We are focusing on Ubuntu only for now.
DNS server reports as "Stopped" with a red light (settings tab, servers Sub-Menu). Is it really off? Well, typing HDA, drupal, or names of other web-apps into the URL bar gets you to the correct app...SSH is not installed. Need to make an SSH app so users can decide.
Troubleshooting
Double check your network settings with ifconfig
and route -n
. These should be the settings that you use in the installation. If these are not correct you can change the ip address by issuing the command
bash code |
---|
sudo ifconfig eth0 192.168.1.14 netmask 255.255.255.0 up
|
assuming 192.168.1.14 is your IP address. The route can be changed with
bash code |
---|
sudo route add default gw 192.168.1.1
|
assuming 192.168.1.1 is the address of your router.
This is especially important if you are doing a headless install
Problems, questions, etc.
If you encounter any problems, have questions or whatever, please stop by on our irc channel #amahi and #amahi-debian), or send them to the mailing list.
If you encountered a problem and found a solution feel free to add your solution to this page.
Related
Installing Amahi on Pandaboard
Tips
How To Install RPM Package In Ubuntu: Convert RPM to DEB and will help where the depends are not hard coded in the RPM.
Ubuntu Geek: website that provides tutorials for a variety of needs.