Home Home > 2008 > 09 > 24
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 September 24th, 2008

Wiki Meeting Summary

September 24th, 2008 by

Well, for just a whirlwind summary, we met for the wiki cleanup and have come up with a few tasks to take care of.  I kept a bulleted list of the discussion here:

http://en.opensuse.org/User:Hobbsc/GNOME_Wiki_Cleanup_Notes

I’ll start work on a mockup of a landing page in the next few days.  I will also open up discussion on the list once I’ve got something solid in place.  The mockup (currently blank) will be available here:

http://en.opensuse.org/User:Hobbsc/GNOME_Wiki_Mockup

Thanks to everyone who attended, I appreciate all the input.  I think this will work out well for us.

Lastly, I have a bit of a support request.  We’ll be periodically checking the /GNOME section of the wiki for lost or un-necessary pages.  Does anyone know of a simple way to search for lost pages under /GNOME?  What about a way to track page changes under that namespace?

OpenSuSE Nicaragua in SFD 2008

September 24th, 2008 by

On Sept. 20th, the Free Software Community in Nicaragua celebrated the “Software Freedom Day” at the “Universidad Centroamerica, UCA” Campus. The Nicaraguan OpenSuSE Community was there, supporting the event and promoting our favorite Linux Distribution.

As a Member of the Nicaraguan OpenSuSE community and the Nicaraguan Amateur Astronomy Group, I’ve set up a small stand running Stellarium in my oS.11 Laptop.

After that, I conducted a small workshop for people interested in learning Stellarium.

That was a big day!

Late openSUSE-GNOME wiki reminder.

September 24th, 2008 by

Just wanted to post a (late) reminder that we will be having a quick meeting regarding cleanup of the GNOME section of the openSUSE wiki today in #opensuse-gnome on Freenode.  We will meet at 1230 CDT (1730 UTC) and will be having an informal discussion about ideas for the GNOME page of the wiki.

See the openSUSE-GNOME mailing list archives for previous discussion.

OpenOffice_org 3.0rc2 available

September 24th, 2008 by

I’m happy to announce that OpenOffice.org 3.0.0.3.2 rc2 packages are available in the Build Service OpenOffice:org:UNSTABLE project.

The package still not final and might include even serious bugs. Therefore it is not intended for data-critical usage. A good practice is to archive any important data before an use, …

We kindly ask any interested beta testers to try the package and report bugs.

Note: openSUSE-11.1-beta1 and FACTORY include totaly reworked packages where the build is split into many source packages. It is very broken right now. I would like to put it into the Build Service after I solve the most annoying problems. It might take one or two months. The new packages will also provide some extra OOo extensions.

(more…)

Software Management as a Service

September 24th, 2008 by

A couple of days ago I finished my thesis with the topic mentioned above.

It describes the currently used package formats and software management systems within the Linux as also the proprietary world of Microsoft respectively Apple plus the possibilities to reduce those systems and tools to a common denominator.

The prototype of this service, which emerged within the scope of the thesis, consists of the following three parts:

  • PackageKit, which acts as broker between CIM and the local software management system
  • CIM, which provides the standardized data model and communication and a
  • Web-UI, which is more or less only a proof of concept

As the Common Information Model (CIM) is a widespread and well used standard (even Microsoft occupies it with its WMI stuff), its models are used for a common data structure as also for the operating system independent communication.

For implementing a usable service, classes (data structures) for Package, Update and Repository was needed.
These classes are based, out of compatibility reasons, on the already existing WMI implementation of Microsoft. Hence, it is possible with one and the same client to list packages (products in Microsoft speech) and Updates of Linux as also Windows computers.

To connect this CIM-classes to the local software management system it was necessary to develop so called CIM-providers.

The implemented providers communicate with PackageKit and not with the available software management systems (like ZYpp in case of openSUSE) itself. This is beneficial as there is no need anymore to develop a provider for every single software management system. As soon as there is a backend for PackageKit of the specific software management system this service is automatically usable.

Simplified structure of the service

The prototype of the service is fully usable to list, install and remove packages and patches as also to list, disable and enable repositories for all Linux distributions provided by PackageKit.

So, if you are interested and the thesis is accepted and marked (hopefully good) by my examiners, let me know and you’ll get a copy of it (90 pages, english).