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.
Autoyast is very neat, btw. Apparently RedHat has something similar to that.
Yep.
The neutrality of this sig is disputed.
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.
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.
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....
$ 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.
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.
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.
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.
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.
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.