Domain: blastwave.org
Stories and comments across the archive that link to blastwave.org.
Comments · 69
-
Re:Well
Anything that runs on linux will run on solaris!
I think that falls into the "...or do we have to do everything by hand?" category from the parent-post
;)There is a package-management system for Solaris, it's probably some way from BSD's ports, though. Checkout pkg-get - it'll go some way to saving you from hand-compiling every single piece of software. Blastwave also have a selection of pre-built packages.
-
Re:Solaris Vs Linux?
Sun should be doing this themselves - the Solaris package format is inferior and automatic dependency resolution should be expected.
-
Re:i hope SOME people just get stuff in thereI'll see your KDE, XFCE4, xmms and mplayer, and raise you enlightenment, evolution, gaim, mysql, postgres, rhythmbox and nethack, and throw in apt-style package management.
-
Re:Community Software (blastwave.org)
Don't forget to donate!
-
Re:useless
Not really, Sun was a major workstation company in the mid and late '80s, long before the
.bomb days. Sun made a lot of many during the .com craze, but they were a major player before that as well.
As for Solaris/x86, I'm sorry, but the facts just don't back you up. When Sun most recently tried to kill Solaris/x86, it was the user community who compalined to Sun to get it back. See the thread here for more info. Further, if you look at Blastwave's main mirror stats, you'll see that the x86 packages are downloaded quite a lot (granted, not as much as the sparc packages). See here and here.
As for Linux on SPARC, I have tried it. Over the years, I've had about a dozen SPARC machines, both 32- and 64-bit. Some versions of Linux were slightly faster on older 32-bit machines, but even on something as old as an Ultra 2, Solaris is a faster, especially the newer versions. -
Re:useless
Not really, Sun was a major workstation company in the mid and late '80s, long before the
.bomb days. Sun made a lot of many during the .com craze, but they were a major player before that as well.
As for Solaris/x86, I'm sorry, but the facts just don't back you up. When Sun most recently tried to kill Solaris/x86, it was the user community who compalined to Sun to get it back. See the thread here for more info. Further, if you look at Blastwave's main mirror stats, you'll see that the x86 packages are downloaded quite a lot (granted, not as much as the sparc packages). See here and here.
As for Linux on SPARC, I have tried it. Over the years, I've had about a dozen SPARC machines, both 32- and 64-bit. Some versions of Linux were slightly faster on older 32-bit machines, but even on something as old as an Ultra 2, Solaris is a faster, especially the newer versions. -
Re:useless
Not really, Sun was a major workstation company in the mid and late '80s, long before the
.bomb days. Sun made a lot of many during the .com craze, but they were a major player before that as well.
As for Solaris/x86, I'm sorry, but the facts just don't back you up. When Sun most recently tried to kill Solaris/x86, it was the user community who compalined to Sun to get it back. See the thread here for more info. Further, if you look at Blastwave's main mirror stats, you'll see that the x86 packages are downloaded quite a lot (granted, not as much as the sparc packages). See here and here.
As for Linux on SPARC, I have tried it. Over the years, I've had about a dozen SPARC machines, both 32- and 64-bit. Some versions of Linux were slightly faster on older 32-bit machines, but even on something as old as an Ultra 2, Solaris is a faster, especially the newer versions. -
Re:News of the Weird
But the ability to run Linux apps natively on x86 hardly seems to matter, when you can just download GPL'ed source and compile away with good chance of success.
Yes and no. I'm a maintainer for Blastwave, a community project which ports and packages open-source software for Solaris. Belive me, a lot of the GNU-based projects have a lot of cruft in them, and it can often be quite a pain getting them compiled on Solaris (gcc in particular is quite troublesome). But I don't think this is why Sun is pushing this technology. It's really geared towards running binary-only Linux/x86 software on Solaris. It's the same rationale behind FreeBSD's Linux ABI support, for example. -
Community Software (blastwave.org)
You've never heard of CSW?
What is blastwave.org?
blastwave.org is a collective effort to create a set of binary packages of free software, that can be automatically installed to a Solaris computer (sparc or x86 based) over the network.
We (CSW) don't provide "Linux apps", but we natively compile and package software for Solaris.
Will the power of Linux apps put Solaris back into the running?
The power of free software compiled natively for my SPARC has returned Solaris to being my primary desktop. (Now if only I could afford a Blade 2500....) -
Re:Platform curiosityI've never had any problems with it. Everything has worked as advertised and requires the minimum of maintenance. The occasional "sudo pkg-get upgrade" is all that's required.
I've only ever used it on Solaris 9/Sparc. However they claim that builds are targeted at Solaris 8 on both Space and x86, with special Solaris 9 versions built as required. Given the quality of the system I see no reason not to believe them.
-
Re:Platform curiosityI run Solaris on the desktop at home (Solaris 9 with Blackbox and the KDE apps) and it was a breeze to get running. Mainly thanks to these guys, who have created an apt-get style system for Solaris.
So to install SSH I just typed "sudo pkg-get install openssh" and off it went. It handles dependencies so installing KDE would automatically download and install Qt. Much nicer than the default Sun packages.
-
Re:This would be welcome news
I suggest you check out Blastwave. They've created a Debian-esque wrapper around Sun's package format and have a network-aware installer. So, to install, say, PostgreSQL, you just do `sudo pkg-get install postgresql` and it will connect to a repository, fetch pgsql and its dependecies. You can also upgrade all of your Blastwave packages by doing a `sudo pkg-get upgrade'. It's pretty nice. They've got a decent amount of packages available.
Sun has announced that GNOME will be their new default desktop. In fact, I believe they are porting Java Desktop (which is GNOME with a Sun theme) to Solaris.
Regarding speed, have you checked out Solaris 10? It's a lot faster than 8 and 9. Sun is making the betas of 10 available for free - check out Solaris Express.
Also, an Ultra 5 is hardly an ideal system to use. It's about 7 years old, and even then was extremely low-end. I used to use one as a Kerberos server. It worked fine as a lightweight server, but I'd never use it for interactive work. Linux is probably faster than Solaris on it, but Solaris is hardly optimized for that level of system. -
Re:This would be welcome news
I suggest you check out Blastwave. They've created a Debian-esque wrapper around Sun's package format and have a network-aware installer. So, to install, say, PostgreSQL, you just do `sudo pkg-get install postgresql` and it will connect to a repository, fetch pgsql and its dependecies. You can also upgrade all of your Blastwave packages by doing a `sudo pkg-get upgrade'. It's pretty nice. They've got a decent amount of packages available.
Sun has announced that GNOME will be their new default desktop. In fact, I believe they are porting Java Desktop (which is GNOME with a Sun theme) to Solaris.
Regarding speed, have you checked out Solaris 10? It's a lot faster than 8 and 9. Sun is making the betas of 10 available for free - check out Solaris Express.
Also, an Ultra 5 is hardly an ideal system to use. It's about 7 years old, and even then was extremely low-end. I used to use one as a Kerberos server. It worked fine as a lightweight server, but I'd never use it for interactive work. Linux is probably faster than Solaris on it, but Solaris is hardly optimized for that level of system. -
Re:Not such a big deal
Solaris is a pain in the ass if you're looking to use many typical open-source software. If you can't find a prebuilt package at either Sunfreeware or Blastwave (my fave), you have to build it yourself. Then comes the problem of having very long $PATH's to various third-party package "bins".
/opt/sfw/bin, /opt/csw/bin, /usr/bin, /usr/local/bin - and becomes a bit of a nightmare when having to specify library paths and header locations. -
Re:Jails vs. Zones
Here is a very informative article not only describing Solaris Zones, but also showing it in action. From what I can see, it seems similar to UserMode Linux, but nicely integrated into the OS, and supplied with a good set of administration tools.
-
Re:Hope they have Bash, OpenSSL
Personally I find blastwave more useful than sunfreeware. Also has a nice package management system that integrates well with the built-in one
-
Re:Solaris V. Linuxalready there, as far as getting free software goes.
http://www.blastwave.org/pkg-get
(think "apt-get")
-
Re:WinOSXnux?
blastwave.org - Community SoftWare for Solaris
The package should be updated to 1.4 before long. -
Re:Solaris better than Redhat in my experience
so what is Solaris x86 missing? Honestly all it needs is a god community packaging effort.
Well then, if you think that, and are willing to put in a little shared time yourself, come join in the fun!