BSD Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOperating SystemsBSD Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
  #1  
Old April 14th, 2003, 07:12 PM
binarydude binarydude is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Posts: 17 binarydude User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
NetBSD

Hello everyone.

As frequent user of FreeBSD and OpenBSD, I really enjoy using both of them.

However, I have not yet played with NetBSD and was starting to gain some curiosity about it.

I know that NetBSD is known for its portability, but does it have any other plusses or minuses?

I was curious if anyone out there has some experience with NetBSD and would like to share their opinions...

Thanks.

BD

Reply With Quote
  #2  
Old April 16th, 2003, 08:40 PM
casteld1973's Avatar
casteld1973 casteld1973 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 26 casteld1973 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
check out bsdforums.org

You may get a better response over there. I've found this site better for developer support...not admin stuff...

BTW- I have played with NetBSD and have had varying degrees of success....FreeBSD it the most supported.....however...it was cool to run Net on my old IMAC.

Reply With Quote
  #3  
Old April 22nd, 2003, 11:50 PM
rfc791's Avatar
rfc791 rfc791 is offline
unix hermit
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Location: http://www.rfc791.org
Posts: 18 rfc791 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I love netBSD. I'm writing this article on my NetBSD/Win2k dual booted laptop. I have a SUN Sparc IPX in my basement running NetBSD also.

NetBSD is fantastically awesome if you want to learn all the unix tricks that work in ALL the other flavors of unix. NetBSD is totally barebones when you first install it (the install fits on one of those mini-cds, and the installation process takes about 5 minutes). If you're looking for pretty gui installs and windowsiness, then linux is the direction to head. NetBSD is the other end of the spectrum.

If you really want all sorts of pretty programs and what have you on your netbsd system, you can have them: NetBSD has a directory tree called pkgsrc which is very similar to FreeBSD's ports tree.

Theres a great manual for NetBSD at http://www.mclink.it/personal/MG250...eng/netbsd.html, to which there is a link at the NetBSD main site, http://www.netbsd.org.

If FreeBSD has sucked you into tcsh, which it defaultly installs and calls /bin/csh, NetBSD doesn't have that. By default, NetBSD installs the classic 4.4-BSD csh. I don't know about you, but if I'm going to bother learning unix, I don't want to take shortcuts. I want everything I learn to work on every flavor of unix. I don't want to find myself sitting in front of an SGI workstation one day wondering why up-arrow doesn't give me the last command I typed.

I've been working on a web page on help on works-anywhere unix utilities at http://rfc791.org, if that's your goal.

I believe NetBSD is better than FreeBSD because FreeBSD is practically linux with a BSD kernel. I believe NetBSD is better than OpenBSD, because the OpenBSD team falsely prides itself on creating the most secure O/S on earth. Why do I say falsely? Once upon a time there was a remote root vulnerability found in BSD's ftp daemon. Guess who fixed it last? The OpenBSD team. Their excuse: the ftp daemon is not enabled by default, therefore OpenBSD is still more secure. Funny how nothing is enabled by default. Or at least that's how it was when I was using it back around v2.8, maybe it's better now.

I do have one qualm with NetBSD. If you want to compile the userland (ie, everything but the kernel) under FreeBSD, you can type make buildworld, and then you can later drop to single user mode to install it (with make installworld). Under NetBSD, unfortunately, both these steps are combined into one, so your system has to be offline during the compile stage as well as the install stage.

Reply With Quote
  #4  
Old May 12th, 2003, 08:01 AM
freebsd freebsd is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 5 freebsd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Quote:
Under NetBSD, unfortunately, both these steps are combined into one, so your system has to be offline during the compile stage as well as the install stage.

That entirely depends on which version you are currently using. The build procedure for NetBSD is far more superior and customizable than Free/Open.

Reply With Quote
  #5  
Old July 10th, 2003, 03:08 PM
godlike godlike is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Tallinn, Estonia
Posts: 11 godlike User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to godlike Send a message via AIM to godlike Send a message via Yahoo to godlike
I was also looking for some information on FreeBSD-vs-NetBSD (I don't like OpenBSD so it's out of question).

Can anybody tell me if FreeBSD sticks to standards as much as NetBSD does?

And is the file hierarchy (the filesystem) the same as on NetBSD?

Which one is more advanced?
I've heard that BSD is having some troubles with threading (couldn't get MySQL compiled on NetBSD).

Also what are the pros and cons of Linux compared to BSD.

Reply With Quote
  #6  
Old July 22nd, 2003, 11:22 AM
godlike godlike is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Tallinn, Estonia
Posts: 11 godlike User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to godlike Send a message via AIM to godlike Send a message via Yahoo to godlike
Anybody here?

Reply With Quote
  #7  
Old July 22nd, 2003, 10:10 PM
kfickert's Avatar
kfickert kfickert is offline
Capt'n
Dev Shed Novice (500 - 999 posts)
 
Join Date: May 2001
Posts: 541 kfickert User rank is Lance Corporal (50 - 100 Reputation Level)kfickert User rank is Lance Corporal (50 - 100 Reputation Level)kfickert User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 4 h 32 m
Reputation Power: 8
Quote:
Originally posted by godlike
I was also looking for some information on FreeBSD-vs-NetBSD (I don't like OpenBSD so it's out of question).

Can anybody tell me if FreeBSD sticks to standards as much as NetBSD does?

And is the file hierarchy (the filesystem) the same as on NetBSD?

Which one is more advanced?
I've heard that BSD is having some troubles with threading (couldn't get MySQL compiled on NetBSD).

Also what are the pros and cons of Linux compared to BSD.


What "Standards" your judging by?

Second off is I know that most of the threading issues were solved in the latest releases. At least that was the last I read about the object. I have just started to use OpenBSD for the first time and proably will not. I still like FreeBSD better.

Linux Vs. BSD

This is IMHO. Linux greatest feature and problem is the fact that its has some loose standards. I have run into problems that apps designed for say Red Hat won't work on Mandrake because of where header files or other libary files are in different places. This to me is annoying since I have to either write multiple install methods or fix it for each system.

BSD, at least with Free and Open as I am not all that familar with Net, has a central core of developers and there is only 1 release of FreeBSD. If I write an app for FreeBSD, it will mostly likely work on any default install of FreeBSD provided that a sys admin hasn't messed with the core install that much.

My second complaint with Linux. Is it a Server OS or is it a Desktop? Right now there are the distros that focus on each, but at the end of the day, Linux does both okay, and neither one all that great. *BSD, in particular FreeBSD, was designed as a Server OS. Some people use it as a workstation, but its a server OS first and foremost.

The best thing about *BSD in general:
http://uptime.netcraft.com/up/today/top.avg.html

49/50 are BSD of some type.

http://news.netcraft.com/archives/2...ng_freebsd.html
__________________
Why? Because Forms just look cooler in OS X...

Dutch, it's like German...but not!

Reply With Quote
  #8  
Old July 22nd, 2003, 11:09 PM
Scorpions4ever's Avatar
Scorpions4ever Scorpions4ever is offline
Banned ;)
Dev Shed God 5th Plane (7000 - 7499 posts)
 
Join Date: Nov 2001
Location: Glendale, Los Angeles County, California, USA
Posts: 7,442 Scorpions4ever User rank is Major General (70000 - 90000 Reputation Level)Scorpions4ever User rank is Major General (70000 - 90000 Reputation Level)Scorpions4ever User rank is Major General (70000 - 90000 Reputation Level)Scorpions4ever User rank is Major General (70000 - 90000 Reputation Level)Scorpions4ever User rank is Major General (70000 - 90000 Reputation Level)Scorpions4ever User rank is Major General (70000 - 90000 Reputation Level)Scorpions4ever User rank is Major General (70000 - 90000 Reputation Level)Scorpions4ever User rank is Major General (70000 - 90000 Reputation Level)Scorpions4ever User rank is Major General (70000 - 90000 Reputation Level)Scorpions4ever User rank is Major General (70000 - 90000 Reputation Level)Scorpions4ever User rank is Major General (70000 - 90000 Reputation Level)Scorpions4ever User rank is Major General (70000 - 90000 Reputation Level)Scorpions4ever User rank is Major General (70000 - 90000 Reputation Level)Scorpions4ever User rank is Major General (70000 - 90000 Reputation Level) 
Time spent in forums: 1 Month 2 h 5 m 45 sec
Reputation Power: 797
>> I've heard that BSD is having some troubles with threading (couldn't get MySQL compiled on NetBSD).

NetBSD -current has had native support for pthreads since mid Jan 2003 (http://www.netbsd.org/Changes/#merge-nathanw_sa). Just out of curiosity, I'm booting up my little test netbsd box here to see if mysql will install from pkgsrc. I'll post an update if/when the process completes.

[edit]Installed mysql-3.23 successfully from pkgsrc. Seems to run with no problems [/edit]
__________________
Up the Irons
What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home.
"Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest
Down with Sharon Osbourne

Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month

Last edited by Scorpions4ever : July 22nd, 2003 at 11:58 PM.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsBSD Help > NetBSD


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway