bookmark - Freebsd. An Installation Report An attempt to document live freeBSD installation

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.
bookmark - Freebsd. An Installation Report An attempt to document live freeBSD installation  
    
free web hosting
 
I need hosting. Well, how to get those golden points? Hope you wouldn’t mind if I tell my FreeBSD story.

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   


Carry on - installation adventures are always fun to read about - and you never know who it might help in similar problems in future. Also do post back any problems that you faced and actually managed to solve it on your own, along with HOW YOU DID IT.

Simply keep posting original stuff and you'd have your golden points in no time. B)

Tue Feb 21, 2006    Reply    New Discussion   

OMG YOU STOPPED THE THE MOST CLIFFHANGER MOMENT EVER! AAAH!~

Hehe, I'll assume freeBSD worked B) But yea I know I wanted to try debian out once but I couldn't bring myself to care enough to download/burn all the install media when there were comaprable distro's out there on 1 cd and just download the rest as you need it heh.

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   

kool, but have you tried other distributions like Fedora, Ubuntu or SuSE? They're stable and usually support all NIC. Also, Debian (older versions) are all 2.4.x based and they may not have the drivers for your NIC.

Usually, if Linux don't have drivers for 'em, I don't think FreeBSD would.

xboxrulz

Tue Feb 21, 2006    Reply    New Discussion   


OK, show goes on...
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   

kool, I was about to suggest you DesktopBSD/PCBSD.

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? B)

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 time


I 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   

QUOTE (xboxrulz)


kool, I was about to suggest you DesktopBSD/PCBSD.

xboxrulz

Link: view Post: 70918

May be later on. When the saga is over

QUOTE (abhiram)


You actually took such a massive print? B)

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 B).

Thu Feb 23, 2006    Reply    New Discussion   

So, where did I leave?
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   

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 B)

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 B)

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   

Well, the story of success seems to become a little bit boring. So, to wrap it up, a final touch. When the feet started to feel mileage of running between server and workstation, I’ve configured ssh (Secure Shell). Men, I was impressed. Add terminal Server Client for W2K3, and you can access W2K3 and BSD servers from the comfort of your armchair… Cool!

Next time I'll start discovering the rakes....

Fri Mar 3, 2006    Reply    New Discussion   

lol. So this FreeBSD installation is for your server, i assume?

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   

Quickly Post to Freebsd. An Installation Report An attempt to document live freeBSD installation w/o signup Share Info about Freebsd. An Installation Report An attempt to document live freeBSD installation using Facebook, Twitter etc. email your friend about Freebsd. An Installation Report An attempt to document live freeBSD installation Print
Reply / Comment Ask a Question? Share / Bookmark E-Mail a Friend Print


Help, Attempting To Boot Freebsd-6 <solved> Cant even get past the boot screen :(  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  Pc-bsd Alternative to FreeBSD but based on same kernel