- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Rylz,
The user and password info should be under the in the template file. Give that a try and let me know! By the way there's no X-windows on the Uda to keep it small. The web-interface is supposed to be the user-interface, but since there's still a lot of things to do and fix you're stuck with the command line interface for your personal tweaking and advanced configurations...
Check out this tar file:
http://ch.tudelft.nl/~carl/uda-1.3.tar
There's a kickstart file in there that I use that keeps the X-Windows stuff from installing (f5min.cfg) . If you change it (remove the skipx and -base-x lines, and don't forget to change the IP in the url line) and install a new FC5 with it you should end up with the X-windows interface.
What I do to create an UDA from scratch is:
\* Use my development UDA to kickstart a Fedora Core 5 install with the kickstart file f5min.cfg (it's in the tarfile)
\* Turn off the development UDA since it's using the 10.0.0.104 ipadress...
\* Untar the tartfile in /tmp
\* Run the script upgrade1.3.sh from the /tmp/uda-1.3 directory
\* Change the file /etc/sysconfig/network-scripts/ifcfg-eth0 into:
DEVICE=eth0
BOOTPROTO=static
IPADDR=10.0.0.104
NETMASK=255.0.0.0
ONBOOT=yes
\* Reboot
You should end up with an UDA with X-windows installed.
Good luck!