Home Home > 2009
Sign up | Login

Deprecation notice: openSUSE Lizards user blog platform is deprecated, and will remain read only for the time being. Learn more...

Archive for 2009

Integration of YaST Server Modules to YaST System Services

January 8th, 2009 by

Today, I’ve played a bit with an idea to allow starting of YaST Server module from the YaST System Services module.

YaST System Services (Runlevel) Editor

The only visible difference is the additional “Configure…’ button at the bottom of the dialog. This button would be active only if there is a YaST module associated with the entry. After clicking it, the respective YaST module would be started:

YaST Firewall module invoked from YaST System Services module

With this simple principle, the YaST control center ‘Network Services’ section would be reduced to:

YaST Control Center, Network Services section

And all those YaST modules would be available from ‘System’ section:

YaST Control Center, System section

This approach could be used even further. You can see that the ‘Network Services’ section contents do not really match the section name anymore. In fact, most of the items could be moved to other modules as well. E.g. introducing a module for authentication/authorization, which would cover Kerberos client, LDAP client, etc. The NFS client is in fact a part of the new Disk Partitioning module already. So, the section could vaporize completely.

However, there are drawbacks. The biggest one I see is a ‘starting point’ problem. Just imagine you want to have a Apache2 running in your system. Until now, the YaST HTTP module is installed and can be used to bootstrap your configuration – it will install the packages and help to set up the basics. But with the new approach, the apache2 package is not installed, therefore System Services module would not see the apache2 service (init script) and does not show it at all! I’m not sure how to address this. Maybe the best would be to attach the YaST  module to apache2 package or HTTP server pattern and the Software Management module would become such starting point. Would it be better? I don’t know.

Then, there is an issue of a quick access – if you are moderately experienced user, you know what you are looking for and you start a proper module right away. But to figure out what is the configuration starting point if it’s hidden in another module, that might be a blocker.

I’m sure there are more problems. Anyway, I find the idea quite useful for reducing the number of YaST modules. What do you think?

Vote good posts

January 7th, 2009 by

Hello Folks,

today i haved an idea. If we Bloggers on lizard post an Article, and you like it, then make an vote in the head of the Article (vote with stars).

This had two effects:

1.) The Author see, that the Readers like his post.

2.) The Author can see, what are interesting for the readers. Than he can write articles, what you are interesting for.

Happy votig 🙂

New Releases for 11.1 in home:saigkill

January 7th, 2009 by

Hello Folks,

in the last week i’ve build my repository (home:saigkill) for 11,1. This are the Packages:

– BOINC 6.4.5
– Mount Manager 0.2.5
– libatlas 3 – 3.8.1
– libnecpp0-1.2.6
– libqt4-4.4.3
– necpp 1.2.6
– Lynis 1.2.1
– necpp 1.2.6
– python-iCalendar 1.2
– qantenna 0.2.1
– kde4-skrooge 0.1.0 (i586 only)

Have a lot of fun 🙂

OSF Status Report #1

January 6th, 2009 by

7 months have been passing by since the launch of the official openSUSE forums back in June. Since then a lot has been done by both the membership and the forums team to make this a big gain for the whole openSUSE community. From now on we are going to provide status reports on a monthly basis to represent the progress we make. As this is the first issue of status reports, we’d like to provide some long-term openSUSE forums statistics along the statistics for December 2008.

Up to the 31st of December 2008, we achieved a membership of 18.772 members, 18.144 threads and 105.203 posts, which is quite a lot considering that we started with an empty database due to some technical issues we had during the merge of the three independent parties that initially joined forces. Most users ever online was 7.771 – including guests – on the 2nd of December 2008.

The following diagram shows the monthly development of new user registrations, user activity, new threads and new posts since the launch in June. The user activity measures the number of individual visits to the openSUSE forums. We started strong with the release of openSUSE 11.0, then the traffic has been slowly declining followed by another peak with the release of openSUSE 11.1.

The next diagram outlines the daily statistics of the same measurements for December 2008. As you can see, the release date of openSUSE 11.1 – the 18th of December – had a significant impact on all presented measurements.

Kudos to our Top5 posters during the last 7 months…

  • oldcpu – 4.558
  • caf4926 – 3.643
  • kgroneman – 2.536
  • ken_yap – 2.375
  • swerdna – 2.355

…and to our Top5 posters during December 2008.

  • caf4926 – 795
  • oldcpu – 658
  • mingus725 – 449
  • ken_yap – 441
  • BenderBendingRodriguez – 284

Thanks a million for making the openSUSE forums useful.

We’d like to take the opportunity to thank the whole openSUSE community for their participation – without your great support during the last 7 months the success of the openSUSE forums would never be possible. The openSUSE forums are accessible through the website and the NNTP gateway. If you’re interested in the latter possibility, be sure to read my former article about NNTP access to the openSUSE forums.

As of the issue #49 of the openSUSE Weekly Newsletter, we present hot topics and asserted threads at a dedicated openSUSE forums section to the openSUSE community. If you are a frequent forums visitor and you’d like to contribute to this openSUSE forums section, you are very welcome to join the Newsletter Team. If you’re interested, please contact me – rhorstkoetter/at/opensuse.org – for further information.

Happy New Year from the whole openSUSE forums team!

Howto – Adobe Flashplayer for X86_64

January 3rd, 2009 by

Unfortunaltely no Flashplayer for x86_64 exists. So far. Now the Adobe Labs released the libflashplayer for x86_64. It is very easy to run it on openSUSE.

First of all, you must download it.  Go to http://labs.adobe.com/downloads/flashplayer10.html.

Then go to the bottom of the page, and klick on “Download 64-Bit Plugin for Linux”. Now you will see an Dialogbox. At this place you can download the tar.gz File to an Place, you wish.

After them, you go to your shell, and go into the Directory, that you have specified in the Dialogbox. Now you type: “tar xvfz libflashplayer-{insert your Version].tar.gz”. After unpacking you will see an file called “libflashplayer.so”.

Now you have two alternatives:

1.)  If you are the only one on your Computer, you can move the file to: ~/.mozilla/plugins.

2.) If you have more Persons at the computer, you move the file to: /usr/lib64/mozilla/plugins/

After an Restart from Firefox you can use this new plugin.

From the Developers Side the Plugin is in unstable Status. But it works for me very fine. If you would like, try it out. …