Author Topic: NuTyX 11.2 will need manual intervention  (Read 7577 times)

Thierry

  • Administrator
  • Hero Member
  • *****
  • Posts: 706
  • Karma: +13/-0
  • Gender: Male
    • NuTyX distribution
NuTyX 11.2 will need manual intervention
« on: Sat Sep 28 10:02:28 2019 »
Preliminary information:
---------------------------

As today, I'm the only packager on NuTyX, I need to simplify the administration of the packages. The supported desktops are going to be merged in one single collection call 'desktops'

I'm also planning to drop the 'nos' collection.

I'm plan to merge all the supported desktops in one collection. This means, in the coming NuTyX 11.2 version the officials collections will be named:

- base
- cli
- cli-extra
- gui
- gui-extra
- desktops

This means as a consequence of this, the '/etc/cards.conf' file will need to be manualy adjusted.

More explannation in the coming news on this topic when NuTyX 11.2 will be release sometime in october 2019.
« Last Edit: Sat Sep 28 10:27:41 2019 by Thierry »

oyim

  • Jr. Member
  • **
  • Posts: 97
  • Karma: +3/-0
Re: NuTyX 11.2 will need manual intervention
« Reply #1 on: Sat Sep 28 22:20:12 2019 »
Thank you for letting us know!

BobC

  • Newbie
  • *
  • Posts: 17
  • Karma: +0/-0
Re: NuTyX 11.2 will need manual intervention
« Reply #2 on: Wed Oct 02 20:25:59 2019 »
I can understand needing to reduce the permutations and effort required to maintain them.  When you get it figured out, please post an example of how the configuration would be changed. 

Thanks :)

Thierry

  • Administrator
  • Hero Member
  • *****
  • Posts: 706
  • Karma: +13/-0
  • Gender: Male
    • NuTyX distribution
Re: NuTyX 11.2 will need manual intervention
« Reply #3 on: Thu Oct 03 10:23:48 2019 »
As today, I'm please to annonce the new collection set. They are many way to setup your /etc/cards.conf file.

you need to define:
- the url of the mirror
- the collections
- the collection you want to keep in case of going back to a base system
- the group you want cards install automaticaly (at least your locale).

So here is the default cards configuration for a french speaking person:
Code: [Select]
sudo bash
echo "url http://downloads.nutyx.org" > /etc/cards.conf
for i in desktops gui-extra gui cli-extra cli base
do
   echo "dir /var/lib/pkg/depot/$i" >> /etc/cards.conf
done
echo "base /var/lib/pkg/depot/base
group fr" >> /etc/cards.conf

Your /etc/cards.conf will look like:

Code: [Select]
url http://downloads.nutyx.org
dir /var/lib/pkg/depot/desktops
dir /var/lib/pkg/depot/gui-extra
dir /var/lib/pkg/depot/gui
dir /var/lib/pkg/depot/cli-extra
dir /var/lib/pkg/depot/cli
dir /var/lib/pkg/depot/base
base /var/lib/pkg/depot/base
group fr

If you don't know the shortcut of your language, re-run the command:

Code: [Select]
sudo bash
setup-nutyx -cl

« Last Edit: Thu Oct 03 10:26:03 2019 by Thierry »

PelleB

  • Newbie
  • *
  • Posts: 8
  • Karma: +1/-0
Re: NuTyX 11.2 will need manual intervention
« Reply #4 on: Thu Oct 03 21:12:21 2019 »
I ran the script, but with "en" in stead of "fr", the "check" and "cards upgrade". Everything seems to work except dosbox, which reports "dosbox: error while loading shared libraries: libSDL_net-1.2.so.0: cannot open shared object file: No such file or directory". SDL v.1 was removed during upgrade.

Per B.

Thierry

  • Administrator
  • Hero Member
  • *****
  • Posts: 706
  • Karma: +13/-0
  • Gender: Male
    • NuTyX distribution
Re: NuTyX 11.2 will need manual intervention
« Reply #5 on: Fri Oct 04 07:45:19 2019 »
Thanks for reporting I will fix that asap

PelleB

  • Newbie
  • *
  • Posts: 8
  • Karma: +1/-0
Re: NuTyX 11.2 will need manual intervention
« Reply #6 on: Fri Oct 04 18:02:47 2019 »
Thanks for reporting I will fix that asap

Great! Now I can play silly old games again.....

Thierry

  • Administrator
  • Hero Member
  • *****
  • Posts: 706
  • Karma: +13/-0
  • Gender: Male
    • NuTyX distribution
Re: NuTyX 11.2 will need manual intervention
« Reply #7 on: Sat Oct 05 08:24:48 2019 »
Great  :) ;) ;)
« Last Edit: Sat Oct 05 12:07:24 2019 by Thierry »

dufresnep

  • Newbie
  • *
  • Posts: 43
  • Karma: +0/-0
Re: NuTyX 11.2 will need manual intervention
« Reply #8 on: Sat Oct 26 06:26:15 2019 »
Well, I tried to return to my github account, fork parts of your projects, and propose 2 new changes to the site web to reflect new collections in 11.2:
https://github.com/NuTyX/nutyx.org/pull/6

I think this is my first pull request ever.
And my git skills where quite rusted, and never was very good.
Please have a look.

Thierry

  • Administrator
  • Hero Member
  • *****
  • Posts: 706
  • Karma: +13/-0
  • Gender: Male
    • NuTyX distribution
Re: NuTyX 11.2 will need manual intervention
« Reply #9 on: Sat Oct 26 07:20:56 2019 »
That's a very nice initiative from you. This way the project will move forward.