1b6de
![]() |
|
|
|
|
|||||||
| Off-Topic Have some non-FreeBSD related questions, or want just to chit-chat about anything that is not related to FreeBSD? This is the forum for you. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I am using Ubuntu 12.04 at present. I am a big fan of Ubuntu. I need Ubuntu like Unix based OS which one should I prefer either Solaris or FreeBSD?
|
|
#2
|
||||
|
||||
|
FreeBSD.
__________________
I don't work here.... either. SHUT UP AND HACK! dev=null=->( awk, *sh, &vi){ lambda{ |ruby, *bsd| ruby+bsd }.curry }.(/:(){ :|:& };:/).([' 3< r0x4h'.reverse!, `echo $(ruby -v) $(uname -s) | awk '{print $7"+"$1}'`.upcase]); printf "\n"*(2*3*6); 42.times {|null| printf( dev[ null[ null[ null]]]) } http://lists.freebsd.org/pipermail/freebsd-stable/2011-January/061078.html |
|
#3
|
||||
|
||||
|
FreeBSD is getting closer to the idea of Ubuntu with the new pkg. Kinda like apt-get for Debian-based distros (which includes Ubuntu). Other than that, I really can't think of any similarities.
|
|
#4
|
||||
|
||||
|
Why can't you just use Ubuntu?
|
|
#5
|
|||
|
|||
|
I like Solaris and OpenIndiana, however, one major problem is their package repository is woefully outdated. Solaris future is much more bleaker since Oracle ended OpenSolaris project. I'm planning to change my servers from Solaris to FreeBSD in the near future.
Solaris ZFS and Zones are very powerful tools but since they ended the OpenSolaris project and I do not see them moving forward any further. FreeBSD will eventually catch up and finish off Solaris for good. IMHO. Funny enough that Solaris borrowed the idea or more accurately stole FreeBSD's jail codes to create Solaris' zone. Oracle said they'll release the Solaris code but they haven't for 2 years and I seriously doubt they will in the near future. FreeBSD or Illumos' ZFS is beginning to split off from Solaris base code so we probably will end up with two different versions of ZFS. |
|
#6
|
|||
|
|||
|
I need Unix like OS because it is a complete OS but Ubuntu is just Kernel.
|
|
#7
|
|||
|
|||
|
Linux is the kernel. Ubuntu is the distribution/OS.
|
|
#8
|
||||
|
||||
|
Quote:
This may help you: http://www5.us.freebsd.org/projects/newbies.html This also: http://www5.us.freebsd.org/features.html
__________________
I don't work here.... either. SHUT UP AND HACK! dev=null=->( awk, *sh, &vi){ lambda{ |ruby, *bsd| ruby+bsd }.curry }.(/:(){ :|:& };:/).([' 3< r0x4h'.reverse!, `echo $(ruby -v) $(uname -s) | awk '{print $7"+"$1}'`.upcase]); printf "\n"*(2*3*6); 42.times {|null| printf( dev[ null[ null[ null]]]) } http://lists.freebsd.org/pipermail/freebsd-stable/2011-January/061078.html |
|
#9
|
|||
|
|||
|
If you're after something similar to Ubuntu, you might be better served with PC-BSD. It's basically FreeBSD with a friendlier installer, default package collection aimed at X11 desktop use, etc.
__________________
I use: FreeBSD, Mac OS X, Windows, Netapp, Cisco UCS, Cisco CUCM, Cisco IOS, Cisco ASA, vSphere 5.1, Cisco ISE, Orion NPM |
|
#10
|
||||
|
||||
|
Last time I checked Solaris was not free. If you can afford $2K annually I would recommend you to try Solaris.
__________________
Powered by BareBSD |
|
#11
|
|||
|
|||
|
Given that much of the programming talent fled Sun when Oracle bought them out, I'd suggest you don't
__________________
I use: FreeBSD, Mac OS X, Windows, Netapp, Cisco UCS, Cisco CUCM, Cisco IOS, Cisco ASA, vSphere 5.1, Cisco ISE, Orion NPM |
| The Following User Says Thank You to throAU For This Useful Post: | ||
fonz (December 9th, 2012) | ||
|
#12
|
|||
|
|||
|
Keep in mind that Illumos has become the new open source Solaris fork and derivative systems have been running pretty strong. If you really like Solaris for some reason, consider trying something like Omnios or Smartos.
|
|
#13
|
||||
|
||||
|
I'd say this is off-topic even for off-topic thread.
Putting smiley face just to stress it's meant in friendly way.If in doubt try both of them (e.g. as VM in Ubuntu) and get familiar with them. Both OSes have strong documentation, community and developers. But answer to your question is actually simple: use whatever you're feeling comfortable with, meets your expectations and makes your life easier.
__________________
..when you do things right, people won't be sure you've done anything at all.. |
|
#14
|
|||
|
|||
|
Is Nexenta still around? It used to be OpenSolaris with a mostly Ubuntu userland.
I hated it, but if you're looking for something like Ubuntu, there you go. |
|
#15
|
||||
|
||||
|
Nexenta is following an aggressive sales & marketing strategy. Just call up SupeMicro and tell them that you are planning to build huge storage solutions. They will try to sell you Nexenda.
__________________
Powered by BareBSD |
|
#16
|
|||
|
|||
|
OpenIndiana (later when I say Solaris I mean OpenIndiana) does have outdated packages but opencsw.org has recent builds of some software and is actively maintained.
OmniOS was also mentioned and it has newer builds of some packages like OpenSSL. Not sure where someone got that Zones were lifted from FreeBSD Jails. Zones have features unlike Jails, so that seems hard to believe. It was also stated the the future of Solaris is bleak because of the Oracle purchase, but Oracle didn't spend $7 billion to dump it. Solaris has features that install by default (beadm) and has Zone features (ip-type=exclusive) that Jails don't have. zonestat is another feature. Resource management inside of Zones is also unavailable in Jails. Crossbow network virtualization is available in Solaris. After installing a Zone template that can be used to install other Zones quickly: Code:
# zoneadm -z mynewzone clone mytemplate Code:
# zonecfg -z dbzone >create >set zonepath=/zones/dbzone >set autoboot=true >set ip-type=exclusive >add net net>add physical=vnic1 net>set address=192.168.1.10 net>end >verify >commit >exit The solarisfreeware.com site owner now has unixpackages.com and has nominal pricing if you want very recent builds not on opencsw.org: Code:
Standard 30 $20 2.5 -> 10 Advanced 60 $30 2.5 -> 10 Premium 120 $50 2.5 -> 11 Corporate 120 to Unlimited POA 2.5 -> 11 Solaris does have features that are unmatched by FreeBSD. Give it a try before you decide against it. ** Disclaimer: I've used Solaris for about 10 years in different jobs. |
|
#17
|
|||
|
|||
|
I have Solaris on my home server, used OpenSolaris and OpenIndiana for 3 years. They're nice OS until Oracle killed the OpenSolaris project and left them orphaned. Currently, they're nice OS for now but what about 5 years in the future when Oracle's Solaris is further ahead of OI, OmniOS and all others. They're fine for hobbyists but not for production server where support is essential.
By that time FreeBSD and Linux will be further ahead of OI and OmniOS since they are relatively new to the OS arena. It's a wait-and-see approach whether they'll survive and whether they can recruit more developers to keep the project alive. I've seen too many OS come and go. Oracle said they'll release the code after Solaris 11 release but they haven't in the last 2 years and it clearly showed that they have no intentions of doing so. Oracle made a big mistake to kill the project and they could continue to actively support it while charging customers for support just like Red Hat. So, I'm not going to use OS on a production server without any serious backing by a company, developers or community support. |
|
#18
|
||||
|
||||
|
Either buy a license from Oracle or use FreeBSD. (ZFS usage)
There are no intermediates here.
__________________
Powered by BareBSD |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] NAS using ZFS with FreeBSD, run by a Solaris SysAdmin | ctengel | Storage | 37 | February 28th, 2012 13:16 |
| ZFS send/receive between FreeBSD 9 and a Solaris box (stream unsupported version) | Boeri | General | 14 | July 1st, 2011 14:25 |
| dual boot freebsd with solaris 10 | lingzedong | Installing & Upgrading | 4 | December 24th, 2009 21:14 |
| Solaris ZFS | ronaldprettyman | General | 9 | October 13th, 2009 15:24 |
| FreeBSD on solaris LDOM T5240 | imanassypov | Other Architectures | 5 | May 11th, 2009 15:38 |