Third install!
14 Jun 2006In preparation for my new job, I've installed OpenSolaris on Pouxie, my wife's old desktop machine (a nice 2GHz Athlon). I've used Belenix, a live CD that includes a driver for Pouxie's onboard NForce ethernet interface.
So far I'm having a lot of fun. It took me three hours (spread over four days...damn this commute) to get a static IP address assigned to the thing, and then to get DNS working. But after a reinstall (a newer version of Belenix had come out that included the Sun packaging tools, which should let me use Blastwave to grab Emacs...a good first project, I think), I had it up and running in just a few minutes. Progress!
For those playing the home game, here's what I had to do:
modinfo | grep nfo
: yep, the module has been loaded.ifconfig -a | grep nfo0
: Not there.dladm show-link
: But it is here.echo "192.168.23.40 pouxie-2" >> /etc/inet/hosts
echo "pouxie-2" > /etc/hostname.nfo0 ; echo "netmask 255.255.255.0" >> /etc/hostname.nfo0
echo "192.168.23.254" > /etc/defaultrouter
reboot -- -r
: to get Solaris to find the new interface (?)ifconfig -a
: Now it shows up configured.svcadm --disable svc:/network/inetmenu
: Otherwise, it interferes with the change tonsswitch.conf I'm going to do up ahead.
svcadm --enable svc:/network/dns/client
: I long to know what this actually turns on.cp /etc/nsswitch.dns /etc/nsswitch.conf
echo "nameserver 192.168.23.254" >> /etc/resolv.conf
ping www.saintaardvarkthecarpeted.com
: It's alive!
Happy birthday, OpenSolaris!
Add a comment:
Name and email required; email is not displayed.
Related Posts
QRP weekend 08 Oct 2018
Open Source Cubesat Workshop 2018 03 Oct 2018
mpd crash? try removing files in /var/lib/mpd/ 11 Aug 2018