|
|
Freebsd. An Installation Report - An attempt to document live freeBSD installation | ||
Discussion by aciminsk with 20 Replies.
Last Update: March 12, 2006, 4:14 am (View Latest) | Page 1 of 2 pages. | ||
A little foreword. I’m working in a pure MS shop, where Open Source is big NO-NO. Nevertheless I have a small test-bed LAN where I can test whatever I think is appropriate. Lately not the latest and greatest but quite decent server has been decommissioned. I had been using Debian Linux workstation already for quite a while, so I’ve decided to setup a Debian Linux server into W2k3 LAN. Honestly, I don’t like to give up, but this time I had to. The machine is HP Netserver LH3000 U3. The older Debian distribution version (Called woody) installs base system but does not recognize NIC, so I could not connect to mirror site to continue installation. The newer stable version completely refuses to recognize NetRAID controller and does not go even as far as the base system. Describing everything what I’ve tried would be way too long, so just the result. I’ve given up. What’s next to try? The criteria was that it should be not as huge as Debian (The whole distro is 14 CDs), and it should be somewhere nearby so that it would not take me forever to download. It turned out to be FreeBSD.
Hope you would not mind if I continue later on….
Tue Feb 21, 2006 Reply New Discussion
Simply keep posting original stuff and you'd have your golden points in no time.
Tue Feb 21, 2006 Reply New Discussion
Hehe, I'll assume freeBSD worked
Where I work currently I also had toruble getting linux onto my box as it's a temporarily unused Dell Poweredge server and the sata raid was incompatible with the base installers for a couple distro's we tried (we don't have the documentation for the actual type of raid controller so coulnd't even try loading drivers for it) Finally ubuntu managed to handle it on its own so thats where my story ends haha.
Make sure to finish yours so In know if the poor old server ever got to be alive again
Tue Feb 21, 2006 Reply New Discussion
Usually, if Linux don't have drivers for 'em, I don't think FreeBSD would.
xboxrulz
Tue Feb 21, 2006 Reply New Discussion
I went to http://www.freebsd.org, spent some time looking around, reading to make sure I know what I'm doing. Though quite a few questions, it did not look too scary, so I went to ftp://ftp2.ru.freebsd.org/pub/FreeBSD/ and grabbed all three disk images (ISOs ) of FreeBSD6.0, which was the latest at that time. One for basic system and network install, and two for complete distribution (Doesn't it seem, well... a little bit too light-weight comparing to 14 CDs Debian distribution?) just in case network install does not work. Burned CDs on my Debian machine. Then I have opened FreeBSD handbook as a single file from http://www.freebsd.org/doc/en_US.ISO8859-1...dbook/book.html, saved it to the local disk and hit Print. (This has been the first rake I've stepped on. For those who wonders how rakes are related to the subject you might wish to check up the thread at http://www.astahost.com/page-2-t10342-s10.html for explanation. The HandBook turned out to be 1300 plus pages, took several hours to print out on an HP DeskJet, has eaten month's supply of paper and cartridges). Everything seems ready to commence the installation. Popped Network Install CD into the retired guy, reboot. Carefully reading prompts, suggestions and handbook and mainly accepting defaults has completed base system installation in about twenty min, another 15 min for initial configuration like creating a user. Another reboot and here you are, welcome, please login. Too good to be true. Nevertheless, I'm logging-in as root. It works. Running some basic commands like ls and ps, works. What about something more complicated? Starting GNOME? Works. KDE? Works, got this beautifull masterpice of GUI design. Unbelievable. Happy end? Well, I'll tell you next time
Wed Feb 22, 2006 Reply New Discussion
xboxrulz
Thu Feb 23, 2006 Reply New Discussion
QUOTE
The HandBook turned out to be 1300 plus pages, took several hours to print out on an HP DeskJet, has eaten month's supply of paper and cartridges).You actually took such a massive print?
Wouldn't it have been cheaper to have referred to it in another computer or maybe a laptop even?
QUOTE
Happy end? Well, I'll tell you next timeI sure hope so. This is turning out to be quite an interesting read. Hehe ... maybe you should call this "The Chronicles of aciminsk"
Thu Feb 23, 2006 Reply New Discussion
May be later on. When the saga is over
QUOTE (abhiram)
You actually took such a massive print?
Wouldn't it have been cheaper to have referred to it in another computer or maybe a laptop even?
I sure hope so. This is turning out to be quite an interesting read. Hehe ... maybe you should call this "The Chronicles of aciminsk"
Link: view Post: 70936
Yeah, know it's foollish. But sometimes could not resist doing foollish things
Thu Feb 23, 2006 Reply New Discussion
QUOTE
Yeah, know it's foollish. But sometimes could not resist doing foollish things
Hehe ... I hear ya. Happens to the best of us sometimes
Thu Feb 23, 2006 Reply New Discussion
Yeah, about happy end... Not yet. I have to use the server for something. So, let's add some useful stuff and do a test web server. Easy.
#pkg_add -r mc
And you have Midnight commander.
#mc
Works, great...
#pkg_add -r mysql
A little bit of humming, installed.
#cd /user/local/bin
#mysql_safe --user=mysql &
No error messages
#ps -ax | grep mysql
Lists mysql daemon running. Great
#mysqladmin -u root status
Statistics displayed. Cool
Let's do Apache
#pkg_add -r apache2
Brake for a smoke, done
#/usr/local/sbin/httpd -k start
No error messages. Good
#ps -ax | grep httpd
apache daemon running. Go to my Debian machine, open Mozilla, type in URL
192.xxx.xxx.xxx
Get this lovely Apache feather. Think that I'm probably not that bad in BSD
Do PHP. Go back to the server...
#pkg_add -r php
Yees, done
#vi test.php
make this little test file
<?php phpinfo()?>
Save it to the apache document root. Go back to my Mozilla, type in
192.xxx.xxx.xxx/test.php
Here you are. I'm php info page, I'm here....
One might say that it just could not be that easy and fast. Yeah, but who cares about those little shadows during the happy hour?
Well, enough for today.
Still to be continued if you do not mind...
Thu Feb 23, 2006 Reply New Discussion
Glad to see it went fairly smoothly up until this point at least. Maybe after you are done with it you can have a bonfire with the install docs haha :|
Thu Feb 23, 2006 Reply New Discussion
QUOTE (Jeigh)
Haha maaan you know how to weave a story... everytime I check this post its like "here is a small piece of the puzzle, but wait awhile before I give you the rest" hehe. Keeps me commin back for more tho
Glad to see it went fairly smoothly up until this point at least. Maybe after you are done with it you can have a bonfire with the install docs haha :|
Link: view Post: 70973
I better keep it at my desk to impress whoever comes (the boss especially)
Thu Feb 23, 2006 Reply New Discussion
Next time I'll start discovering the rakes....
Fri Mar 3, 2006 Reply New Discussion
xboxrulz
Fri Mar 3, 2006 Reply New Discussion
QUOTE (xboxrulz)
lol. So this FreeBSD installation is for your server, i assume?
xboxrulz
Link: view Post: 71860
Yes, decommissioned HP Netserver LH3000u. (Huge box btw) I have mentioned it somewhere at the beginning
As you might have guessed, it's not the end of the whole story. What would be better, continue it here or start a new thread?
Sat Mar 4, 2006 Reply New Discussion
Help, Attempting To Boot Freebsd-6 <solved> Cant even get past the boot screen :( (2)
|
(6) Pc-bsd Alternative to FreeBSD but based on same kernel
|
Index




