Slashdot Mirror


Previewing the Next Solaris OS

Eric Boutilier writes "Amy Rich has written an excellent Solaris Express (Solaris 10) how-to and general overview. It covers how the program works, using the community web site, and what's new in Solaris Express." Among many new features, the TCP/IP stack has been redesigned, IPv6 support improved, and both NFSv4 and USB 2.0 support added.

12 of 278 comments (clear)

  1. Re:Hope they have Bash, OpenSSL by benwb · · Score: 4, Informative

    Solaris 9 has ssh by default, so I can only assume that 10 will as well.

  2. Re:Hope they have Bash, OpenSSL by stephenbooth · · Score: 4, Informative

    If you're not averse to free software then I suggest you try Cygwin (http://www.cygwin.com/). It's a lot easier to set up than Hummbingbird eXeed. It's also free. I've been using it for a few years now to get X access to remote *nix boxen, never had any problems cos it's easy to setup and use. And did I mention that, unliek Hummingbird eXeed, it's free?

    Stephen

    --
    "Don't write down to your readers, the only people less intelligent than you can't read" - Sign on Newspaper Office Wall
  3. Re:Hope they have Bash, OpenSSL by larien · · Score: 5, Informative
    Hrm:

    # pkginfo SUNWbash
    system SUNWbash GNU Bourne-Again shell (bash)

    Perhaps not always installed by default, but it is available. That's on Solaris 8, BTW. As for other stuff, check out www.sunfreeware.com

  4. Re:Hope they have Bash, OpenSSL by Anonymous Coward · · Score: 3, Informative

    Can't speak for OpenSSL, but bash is certainly there in Solaris Express:

    % uname -srv
    SunOS 5.10 s10_49
    % which bash
    /usr/bin/bash
    %

  5. Wishlist - Global file system by Moderation+abuser · · Score: 3, Informative

    Something like AFS which can scale across an entire enterprise.

    --
    Government of the people, by corporate executives, for corporate profits.
  6. Re:Hope they have Bash, OpenSSL by BrookHarty · · Score: 5, Informative

    I know this is a trivial thing, but it's a real pain in the butt to have to use ksh all the time because most Solaris boxen I've worked on don't have Bash installed by default.

    We keep a local sunfreeware mirror for new sunos installs. Bash, updated Perl with modules, wget, lynx, openssl, bzip, sudo, lsof, openssh, and ncftp. (no gcc) If it wasn't for sunfreeware, I'd go nuts using Solaris. Anyone that has to move/push/alter data, needs common tools on all platforms, thank god for Sunfreeware.

  7. Re:Hope they have Bash, OpenSSL by Gollum · · Score: 4, Informative

    ssh access is all you really need to execute X11 commands. Install Cygwin and Xfree86 if Exceed is too complex. Then SSH in to the box, and check what your DISPLAY variable is set to (echo $DISPLAY). It should point back to your IP address (or hostname), followed by :0.0

    if it is not, do "export DISPLAY=your.ip:0.0" and execute an xterm, or start gnome, or do whatever you want to.

  8. Re:Hope they have Bash, OpenSSL by 4of12 · · Score: 4, Informative

    ??

    When I do

    $ ssh -X solarisbox
    my X network traffic is nicely hidden taken caer of by ssh; the Solaris box puts X traffic onto a fake local framebuffer DISPLAY like
    solarisbox:10.0
    before sending it back to my realbox:0.0.

    It might be slower than what you suggest, but I think it's a lot more secure. Without ssh doing the job of making your X network traffic secure you'll have to worry about Xauthority. Too many people (and I was one once) get around Xauthority hassles with an

    $ xhost +
    and I can't begin to tell you just how Bad that is.
    --
    "Provided by the management for your protection."
  9. Re:Hope they have Bash, OpenSSL by nutznboltz · · Score: 3, Informative

    Some of the Sun-supplied non-GNU tools have been given GNU options too now. The "-h" flag for du and df and the "-u" flag for diff.

    Sun is now reverse-engineering GNU instead of the way it was in the 80's when the GNU Project goal was to reverse-engineer UNIX.

  10. Re:Hope they have Bash, OpenSSL by cxvx · · Score: 3, Informative
    Does this work as transparently as Exceed does? What I really want is a little daemon, preferably just running down in my task tray, that provides an X server. Nothing else. Let Windows handle the windowmanager aspect of it, and don't do anything with the desktop by default. Basically, just allowing me to run X programs side-by-side with my Windows ones. Oh - and share my X clipboard with my Windows one. The last time I looked around (which was several years ago), Exceed was the only product that came close to this. If Cygwin/XFree has a package that does the same thing, I'd be very interested in finding out.

    Yes it does now, 2 weeks ago I installed cygwin on a winxp box, and it comes default with a XServer installed, configured to run in rootless mode, so it just uses winxp itself for the windowmanagement.

    The last time I tried to do that (maybe one year ago, something like that), it was a lot more work for sure.

    --
    If only I could come up with a good sig ...
  11. Re:Vapor ports on Sun's! by pajs · · Score: 3, Informative

    As someone sitting in front of a sun with a microsoft mouse (and yes, even the wheel works) i can say that is wrong.

    Also, provided the usb device supports the mass storage spec, it will also work on a sun.

    man scsa2usb

  12. Solaris Express != Solaris 10! by greygent · · Score: 3, Informative

    RTFA

    Solaris Express is Sun's program to allow users to preview upcoming versions of Solaris. It IS NOT Solaris 10.

    Now you know.