Language Selection

English French German Italian Portuguese Spanish

Mandriva is alive!

Filed under
MDV

Finally, after weeks of uncertainty, we've just received a press release from Mandriva, and we're pasting it verbatim so you can read the news for yourselves. Let us know what you think this all means.

Mandriva restructures to establish European leadership

Paris, 7th July 2010 - Mandriva is one of the cornerstones of Open Source, a technological pioneer offering the sole independent Linux distribution on the European market. Nevertheless the company has been faced with a mounting financial challenge for several years due in part to its size and lack of a clear publishing strategy.

Mandriva also plays a strategic role in the Paris Saclay innovative ecosystem centred on the Pole System@tic Paris Region and Cap Digital. The company is involved in a dozen R&D projects in partnership with some 60 research and industrial laboratories working on themes such as the semantic desktop, Linux Real Time distribution, shared infrastructures or cloud computing.

This explains why a group of entrepreneurs, associated with the founding investors, has drawn up an ambitious industrial plan with the aim of saving from bankrupty and relaunching the company. Mandriva finds itself at the heart of a European assembly of Open Source software players which will occur in the coming monthes. IF Research parent company of the european software editor Wallix will lead this operation. Mandriva is thus at the heart of a business combination that will take place in Europe next month among several players involved in free software. In France, IF Research, parent company of the software editor Wallix will accompany Mandriva to conduct these operations.

At the heart of this strategy, Mandriva Linux will be distributed exclusively by a sales and integrated IT network, as well through OEM partnerships (Original Equipment Manufacturer) in the EMEA (European and Middle East) and BRIC (Brazil, Russia, India, China) zones. A professional offer aimed at the major business markets (Education, Industry, Services, Retail) will meet the demands of clients seeking alternative and economic options in the field of heterogenous IT systems management. This offer will be unveiled in the second half of 2010.

In the meantime, and in the short term, Mandriva has begun a drastic program of structural cost-cutting as well as raising funds to redress the financial balance and assure the long-term future of the company. Negotiations are undrerway with new investors who will be presented at the company's next general board meeting.

Mandriva has already welcomed two new board members - Jean-Noël de Galzain, President of IF Research and Wallix, Vice-President PME of Pôle System@tic Paris Région, and Bertrand Glineur, formerly DSI of Crédit Foncier de France, and member of the GCE business board. Their goal is to help the management team set up by Mandriva CEO Arnaud Laprévote to complete the restructuring and implement the new strategy which will be revealed in detail at Mandriva's next Board Meeting.

« By bringing together IF Research and Mandriva, two highly complementary units, Mandriva will be able to strengthen its strategic position, » explained Mandriva CEO Arnaud Laprévote.

« Mandriva owns in its DNA all the requisites of an Open Source world leader. A community of 3.5 million users, a leading position in the BRIC zone, and prestigious clients in both the public sector and major business, » stressed Jean-Noël de Galzain, President of IF Research. « The company will focus first on its profitability and the promotion of a new commercial dynamic based on a range of innovative products offered through a channel of Value Added Resellers. »

Mandriva will shortly launch its latest distribution: Mandriva Linux Spring 2010, which can be downloaded from the Mandriva site http://www.mandriva.com .

(seen here)




Looks good

Well, they don't mention their user base until close to the end. But if their economic stress is as bad as most have said, that's understandable. It looks like they want to compete head-to-head with Suse and RedHat. When their strategy is announced, maybe things will be clearer.

Although I don't use Mandy, I hope they become the major player they once were. I hate to see any innovating distribution go under.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.