Forum

Wed Feb 28 14:42:19 2024 UTC
Cards: The Package Manager
Re: Extremely slow download speed
Sun Feb 25 23:31:04 2024 UTC
Cards: The Package Manager
Extremely slow download speed
Sat Feb 24 03:36:33 2024 UTC
General
Re: Shutdown issues
Sun Feb 18 19:09:11 2024 UTC
General
Re: Shutdown issues
Sun Feb 18 12:29:38 2024 UTC
General
Re: Wireguard Package Request
Sun Feb 18 11:03:40 2024 UTC
General
Re: Shutdown issues
Sat Feb 17 19:58:32 2024 UTC
General
Re: Shutdown issues
Sat Feb 17 11:02:14 2024 UTC
General
Re: Shutdown issues
Sat Feb 17 04:58:06 2024 UTC
General
Shutdown issues
Wed Feb 14 06:37:03 2024 UTC
General
Re: Wireguard Package Request [SOLVED]

Fri Dec 2 20:10:53 2022 UTC

Frequently asked questions

How to register to the Mailing Lists

It's done in a few steps:

  • Send an email to one of <mailing_list_name>-request@nutyx.org (nutyx-support-request@nutyx.org for example) by specifying: subscribe as the subject.
  • You will receive a confirmation mail. Check your spam mail.
  • Simply answer this last email by choosing "Reply" on your favorite email software.
  • After a few minutes, you will receive an email that confirms you are registered on the mailing-list
Available Mailing Lists:
nutyx-supportnutyx-support@nutyx.orgTo get some support about NuTyX
nutyx-annoncenutyx-annonce@nutyx.orgTo get news about NuTyX
nutyx-devnutyx-dev@nutyx.orgTo discuss about development and future of NuTyX

The archives are available at: https://listengine.tuxfamily.org/nutyx.org/

NuTyX is not a multi-lib

It takes much more time to build up a multilib distribution. Normally all the libraries need to be compiled in both 64 and 32 bit.

Today, it's not possible to produce a multilib because there are links created at construction / installation of NuTyX (lib64->lib) under /lib and /usr.

The installer doesn't allow me to specify a separate /home partition

This question has been asked many times. I will try to answer it as clearly as possible.

Modern users often have a lot of data on their computers. The size of the home folder can quickly become very large. MP3 files, photos and videos are big files.

Imagine that you have a 250 GB hard disk. You say "OK, I'll take 100 GB for the system and 150 GB for my personal data." Great! You just cut your disk into two pieces, and the home partition will fill up more quickly in proportion to its size than if you had retained a single partition. It would be nice if we could reinstall NuTyX when we wanted without having to cut the hard disk into separate partitions to preserve personal data. That's exactly how the NuTyX installer works.

  • The installer will never format a partition that is already formated, without manual intervention.
  • If you have a distribution (NuTyX or any other) with personal data and the system on the same partition, the installer will tell you during the installation process that there is already a distribution there but will not offer to format the partition. You will need to delete the /var, /proc, /sys, /usr, /sbin, and /etc folders, but other folders such as /home and /MP3 will not be touched. So your data is safe.
  • Today it is very easy to configure a file server based on NFS, so that users could have their home folders on a remote server.
  • To summarise: creating a separate home partition today is unecessary, at least with NuTyX. It's worth asking why Apple's MacOS operating system never recommended this.

Building packages in a chroot. Why ?

All the binary packages are split into base packages and sub-packages (devel, doc, man, etc); in most cases, only the base package will be installed. It means:
[Important] if the user wants to compile a package not available in binaries, he (she) will have to compile those packages in a chroot, otherwise the compilation will always fail because of missing dependencies.

Building packages is always done in a chroot via the mybld command.

This avoids two important problems:

  • The mybld command will automatically install ALL dependencies (base, devel, man, service, etc). No risk of ending up with missing dependencies.
  • The mybld command will automatically install a minimalist base NuTyX before compiling. No risk of forgetting dependencies. No risk of having unwanted dependencies.

Is NuTyX (from 9.0 on) a rolling release ?

Yes. After various successfulls tests and reinstallations, NuTyX is now consider as a rolling release.

How to activate the root account ?

As default, NuTyX does not activate the root account but, if you wish to compile your own packages, it may be a good idea to activate the root account. It's very simple, type:

sudo setup-nutyx -cu
and choose root as user

Figure 1: Specify the root account

choose a new password

Figure 2: Specify the password

and confirm the new password

Figure 3: Confirm the password

and you're done.

Can't compile C/C++ code with gcc ?

All the development packages are in... the devel group means: You need to install them if you want to make some development. The easiest way is to install cards.devel package which it going to pull all the necessary dependencies.

get cards.devel