Slashdot Mirror


YaST to Become Open Source

Space_Soldier writes "According to News.com, YaST is going open source: 'For years, SUSE has considered its YaST (Yet Another Setup Tool) software for installing, configuring and managing Linux an advantage over its competitors and forbade them from incorporating it into the products they sold. But with the new plan, to be announced Monday at Novell's Brainshare conference, the company will release YAST under the GPL, sources familiar with the plan said.'" Several years ago, when I first used YaST, I found it to be superior to the rest of the all-in-one administation tools around at the time. It was generally regarded as a great program, save for the licensing. Today, that's no longer a concern.

10 of 478 comments (clear)

  1. Re:YaST - great for newbs but... by horati0 · · Score: 4, Informative

    Autoyast is very neat, btw. Apparently RedHat has something similar to that.

    Yep.

    --
    The neutrality of this sig is disputed.
  2. Re:YaST over SSH by jrcamp · · Score: 4, Informative

    No, you must not be very familiar with YAST. Starting it from the command prompt yields a ncurses GUI with the same functions that you would get from the Qt version. So, the parent is quite correct in that it is easy to use over a plain SSH connection.

  3. Re:YaST support for console by Jeff+Mahoney · · Score: 4, Informative

    Yes, the YaST ncurses interface is fully on par with the X-based version. You can even choose not to install the graphical version if you don't want it. The actual heavy lifting is shared, and the front-ends are only interfaces to use it.

  4. Re:YaST - great for newbs but... by Red+Storm · · Score: 4, Informative

    I've been using SuSE since about 5.1 and Yast has come one hell of a long way since then. With Yast there are basicaly three levels of adminstrability. The first is the simplest method using the Yast tool, which works the same in console gui and X-Win gui. Next is using the /etc/sysconfig scripts and then calling SuSEconfig as needed. If you look closely Yast actualy edits the files in the /etc/sysconfig directory and then calls SuSEconfig. Finaly you can turn off SuSEconfig for various programs by changing that programs sysconfig file in the /etc/sysconfig directory. Thus if you want to use your own config file for say bind you can do so without SuSEconfig writing over them.

    Overall I think SuSE has struck a very good balance between gui tools, and config files.

    --
    ---- Fight to protect your right to keep and arm bears! ummmm... ya I think that's right....
  5. Re:YaST support for console by rsax · · Score: 5, Informative
    Yes it works even if you don't have X installed.

    $ rpm -qa | grep curse
    ncurses-5.3-110
    yast2-ncurses-2.8.20-3

    There is a ncurses version and best of all you can find all the options and menus in the same places as you would with the X version - very consistent. It's funny I replied to another poster earlier today who was complaining about YaST being "closed source". This is great news because hopefully now we can put this "non-gpl" argument behind us and support Novell & SUSE with our wallets on May 6th when SUSE 9.1 becomes available. Or pre-order it now - I don't know from where though. I do remember seeing a link somewhere during a Google search.

  6. Re:Open Source Oscar of the year goes to Novell by rsax · · Score: 4, Informative
    Now, GPL OpenExchange and let it become the de-facto groupware server in the open source world and watch as the knowledge pool of people who can configure it grow and as it does it quickly eats into Microsoft's exchange sales.

    I don't think it's that easy: http://opengroupware.org/en/users/faq/index.html

    How does OGo compare to SuSE OpenExchange?

    A: SuSE OpenExchange is actually two things: an OpenSource messaging server based on Cyrus and OpenLDAP and a closed source, proprietary web groupware server (ComFire).

    OGo is very similiar to the groupware server part and indeed you can install OGo as the groupware component on an OpenExchange server to save the ComFire license costs and use a solution wholly composed of OpenSource software.

  7. Re:YaST - great for newbs but... by Hooded+One · · Score: 5, Informative

    Actually, SuSE/YaST has a pretty good way of dealing with this. Many of the auto-generated files, e.g. modprobe.conf, have comments explicitly telling you to edit [filename], but to make your own [filename].local, which is incorporated with an include statement at the end of the file, and tweak that to your heart's content. This way all your custom changes are preserved.

    Yes, you can do that in other distros as well, but YaST sets it up for you by default.

  8. Re:YAST vs urpmi by King_of_Crunk · · Score: 4, Informative

    SUSE even required user accounts be managed through YAST, what kind of nonense is that? Hmmm adding users in both YaST and from the command line using useradd works for me... Heck YaST even shows them and don't overwrite or change them not matter which way I add users... Not sure but maybe my SuSE Version 9 distro is diffrent from everyone elses.

  9. Perhaps Novell will make ISO's available. by rindeee · · Score: 5, Informative

    I believe that YAST was the "big reason" that SUSE (my personal favorite Linux distro) didn't have ISO's for download. I never had any trouble installing from FTP, and I will continue to buy the retail packages for the great manuals, but ISO's would SURE be nice.

  10. To switch off yast (SuSEconfig in fact) by StarTux · · Score: 4, Informative

    Quite a few people seem to hate SuSEconfig changing what they had manually changed, check here: /etc/sysconfig/suseconfig

    You'll notice this:

    "## Path: System/SuSEconfig
    ## Description:
    ## Type: yesno
    ## Default: yes
    #
    # Some people don't want SuSEconfig to modify the system. With this
    # entry you can disable SuSEconfig completely.
    # Please don't contact our support if you have trouble configuring your
    # system after having disabled SuSEconfig. (yes/no)
    #
    ENABLE_SUSECONFIG="yes""

    Set that to no then, saves the trouble in switching over to a completely different distro. Whilst you're at it, check the other files in that directory.