Redcore Linux Project Forum

Unfortunately, no one can be told what Redcore Linux is. You have to see it for yourself!

You are not logged in.

#51 Re: Software : install, uninstall, update, upgrade » How to install zfs , zfs-kmod ,zfs-utils , zfs-dkms » 2024-03-10 20:35:55

Yes, that's how it's supposed to work. Install, reboot and done. Glad it is solved.

P.S. When the kernel gets updated, you just need to reboot, and dkms will recompile the modules for the new kernel.

#52 Re: Software : install, uninstall, update, upgrade » Redcore-ify gentoo » 2024-03-10 20:33:07

It will work, but it may take a long time to recompile everything affected by the USE changes. It's just easier to install Redcore, remove sisyphus and use the system  as you would use Gentoo. Redcore is basically Gentoo with binary packages, and sisyphus to deal with those binary packages. But you can absolutely remove sisyphus  and use emerge.

#53 Re: Software : install, uninstall, update, upgrade » How to install zfs , zfs-kmod ,zfs-utils , zfs-dkms » 2024-03-10 12:29:40

P.S.: I would recommend you use zfs with an LTS kernel.

sisyphus install linux-image-redcore-lts:6.1

for kernel 6.1.xx

or

sisyphus install linux-image-redcore-lts:6.6

for kernel 6.6.xx

or

sisyphus install linux-image-redcore-lts:5.15

for kernel 5.15.xx

#54 Re: Software : install, uninstall, update, upgrade » How to install zfs , zfs-kmod ,zfs-utils , zfs-dkms » 2024-03-10 12:20:52

sisyphus install zfs

Will pull everything needed for zfs to work, including zfs-dkms. zfs-kmod is a Gentoo ebuild, and not recommended or compatible with Redcore. zfs-dkms on the other hand works with Redcore kernels. After install, you will need to reboot, and dkms will build the kernel modules.

If you encounter an error, please let me know.

#55 Re: Software : install, uninstall, update, upgrade » installing gmic » 2024-03-09 12:33:34

You likely need to install GIMP as a flatpak as well. Flatpaks are sandboxed, so they don't interact with the rest of the system. If that works, you can uninstall the native GIMP package.

#56 Re: Software : install, uninstall, update, upgrade » Fine tune-up after installation » 2024-02-08 15:10:45

Well, when I designed sisyphus, I considered someone might want to override some defaults. In fact, I was hoping someone will eventually ask me this question. So, you don't really need to branch out. Sisyphus has a mechanism to override the defaults. Not everything in your list is possible, but 3 out of 4 are.

1. Edit /etc/portage/env/10-sisyphus-overrides and add the following lines :

CFLAGS="-O2 -march=native -mtune=generic -pipe -fno-delete-null-pointer-checks -Wno-deprecated -Wno-deprecated-declarations -fno-plt -fstack-protector-strong -fstack-clash-protection -fcf-protection=full"
CXXFLAGS="-O2 -march=native -mtune=generic -pipe -fno-delete-null-pointer-checks -Wno-deprecated -Wno-deprecated-declarations -fno-plt -fstack-protector-strong -fstack-clash-protection -fcf-protection=full"

Feel free to edit these flags however you please. The only change from Redcore's default is -march=native instead of -march=x86-64

Then, let's say you want to compile GCC with -march=native :

Edit /etc/portage/package.env/10-sisyphus-overrides and add the following line :

sys-devel/gcc 10-sisyphus-overrides

For every package you want to compile with -march=native you add another line :

category/name 10-sisyphus-overrides

2. Edit /etc/portage/package.use/10-sisyphus-overrides and add the following line :

sys-devel/gcc graphite

For every package you want to change an USE flag you add another line:

category/name USE

to enable an USE flag or

category/name -USE

to disable it

3. https://bugs.gentoo.org/715612 , this one is a work in progress, once it shows up in Gentoo's tree, you can follow the steps I described at number 2 to enable it.
4. Follow the steps at number 2 and add the following line:

app-alternatives/bzip2 -reference lbzip2

This will change the bzip2 implementation from reference (default implementation) to https://github.com/kjn/lbzip2/

or

app-alternatives/bzip2 -reference pbzip2

This will change the bzip2 implementation from reference (default implementation) to https://launchpad.net/pbzip2

Once done, the changes are permanent and sisyphus will NOT use binaries for the packages altered this way. All you have to do is run

sisyphus upgrade --ebuild

and you will notice it will offer to recompile the altered packages with your settings. If anything goes wrong, just remove the alterations and re-run

sisyphus upgrade --ebuild

Sisyphus has a fallback mechanism, so the --ebuild flag becomes automatically redundant and will use binaries if alterations are removed.

P.S.: There is no global override, changes are possible only per-package basis. Recompiling the whole system with -march=native is possible using a global override, but it is not implemented yet.

#59 Re: Archived posts » sisyphus upgrade fails with missing BROADCOM file » 2023-12-29 22:07:37

emerge -NuDGav --backtrack=100 --with-bdeps=y @world

This will succeed.

#60 Re: Suggestions and feedback » packages binary compatibility with Gentoo ? » 2023-12-29 21:45:16

I don't expect any impact on Redcore Linux.

I am happy they provide binary packages. If they did this 10 years ago, Redcore Linux wouldn't have existed, probably. For the past 10 years, we've been producing our binaries in the same way as they do in their shiny new repository.

I started Redcore Linux to make Gentoo Linux more accessible. I like to think that maybe Redcore Linux somehow influenced Gentoo Linux's decision to provide binary packages, finally.

That being said, Sisyphus will NOT be using their binary packages. Their's use the newer package format, while we use the older package format. They can use ours, thanks to backwards compatibility, we cannot use theirs, for the time being.

A migration to the newer package format is in the cards for Redcore Linux, but it will be some months away, as everything will have to be rebuilt. Not a major issue, we tend to rebuild every single package once a year anyway, the next mass rebuild will probably come with a format change as well.

The format change will potentially make the binaries of both distros interchangeable, however, at least for the time being, Gentoo Linux doesn't seem to provide binaries for the testing branch, on which Redcore Linux is based. Which means, that even with identical package formats, Redcore Linux will carry on using its own binary packages, aka business as usual.

#61 Re: Hardware : drivers, peripherals » ok so let's go !!! » 2023-12-04 19:00:58

http://mirrors.redcorelinux.org/redcore … /iso-next/

if you want to reinstall, use this BETA iso, you will avoid a very lengthy update, and no fixes are required. you just need to upgrade the system post-install, without those extra steps.

#62 Re: Hardware : drivers, peripherals » ok so let's go !!! » 2023-12-02 13:18:34

I updated the wiki before actually merging the packages. I merged them now. Try in a couple of hours so they have time to sync to the mirrors and it should work. If not, let me know.

#63 Re: Archived posts » Contributing To the wiki » 2023-10-19 15:28:21

I created a user for you on wiki, you will have the details via e-mail. Welcome to the club.

#65 Re: Software : install, uninstall, update, upgrade » sisyphus is a not work after update the system » 2023-10-10 17:23:14

If you reinstall, you must follow the same steps. I will release a new ISO image soon so is not required, but until then those steps are valid.

#67 Re: Software : install, uninstall, update, upgrade » sisyphus update fails » 2023-10-10 17:14:13

No, it's not broken. You need to follow the instructions I posted on the website. https://redcorelinux.org/news/system-up … n-required

You can safely ignore the error you posted, and follow the next steps.

#68 Re: Software : install, uninstall, update, upgrade » sisyphus is a not work after update the system » 2023-10-09 22:55:40

That means the system is not fully upgraded, and your latest attempt failed somehow. Try this :

emerge --sync
cd /opt/redcore-build
git fetch --unshallow
git fetch --all
git reset --hard 5361e6b8970e53046955ac5071d9122990cf77ec
emerge -va1 sisyphus sisyphus-qt
sisyphus branch master
sisyphus rescue
sisyphus upgrade

This should work. If you have issues, please let me know.

#69 Re: Archived posts » Disk space » 2023-08-12 10:13:33

Franko wrote:

I have installed Redcore Linux on a 25 Gb partition. It seems to take up 20 GB despite my home folder being only 1.4 Gb. Why should it take up so much space and is there a way to clean up the system?


There is no bloat inside. The reason it takes so much space is we don't split packages. For example, Ubuntu will split Mesa into 10 packages or more, and generally, they don't install development headers by default. We don't do this splitting, if you install mesa in Redcore, you will install a full package as it came from upstream, not just bits and pieces based on arbitrary reasons.

If you do development on an Ubuntu system, you will find out that you need to install a significant amount of packages which contain development headers, depending on your requirements and the space occupied will come close to Redcore. On Redcore you have everything ready from the get-go.

#70 Re: Archived posts » disable vmware-tools service » 2023-08-12 10:04:54

fredremy68 wrote:

Hello,

I think, you can disable the vmware-tools service with:

rc-update del  vmware-tools default

Fred

Yes, this is the correct solution.

#71 Re: Software : install, uninstall, update, upgrade » Redcore of other KDE » 2023-06-26 17:05:28

abd wrote:

How do one acquire Redcore installer to install Redcore with DE else ?

The only ISO image we ship is KDE Plasma. There is and there won't be any XFCE ISO image, unless someone is willing to build it. I am willing to build the XFCE packages required and push them to the repos, but I don't have the time to build the ISO image. If someone is willing to step in, I'm more than happy to provide guidance.

#72 Re: Archived posts » Grub » 2023-06-26 17:02:40

GRUB_THEME="/usr/share/grub/themes/redcore/theme.txt"

Comment the above line in /etc/default/grub and run :

grub2-mkconfig -o /boot/grub/grub.cfg

#73 Re: Software : install, uninstall, update, upgrade » Base System Image? » 2023-06-26 17:00:43

Red_Eric wrote:

Hi

Thanks kaiser this is exactly what i need to make my server hadened with an configured kernel for my laptop

Thanks V3n3RiX for these lines of code. For my part alone will not uninstall "emerge --deselect $(cat /etc/portage/sets/04.xbase.set|grep -v generated)" and "emerge --deselect $(cat /etc/portage/sets/05.xdrivers.set|grep -v generated)" because I need it to see my remote wordpress with Mobaxterm and its X forwarding.
You say in the home landing page << we can't expect to find a server application in the repository (apache, lighttpd, mysql, nginx, etc.) >> and that's what I need.
Question :
Can we with sisyphus install Apache2 php5 and myssql, their dependencies and their dev possibly ? smile

With my thanks and waiting for your reply big_smile

best regards wink

Eric

One can install whatever they want with sisyphus...however some Gentoo knowledge may be required to adjust USE flags, keywords and masks and unmasks. Since Redcore is a desktop oriented distro, we do not package apache, PHP and/or mysql/mariadb or any server components.  In fact the main page of our website clearly states :

For that reason one cannot expect to find any server application in the repository (apache, lighttpd, mysql, nginx etc.).

#74 Re: Software : install, uninstall, update, upgrade » Base System Image? » 2023-06-26 16:54:27

Myst wrote:

FileNotFoundError: [Errno 2] No such file or directory: '/var/cache/packages'

Sisyphus already tells you what's wrong. Somehow you deleted the package cache directory. Just recreate it :

mkdir -p /var/cache/packages

#75 Re: Suggestions and feedback » Application Request- Skanpage » 2023-06-13 08:46:09

Binary built in branch edge. It will migrate to next, and then master in the next few days.

Board footer

Powered by FluxBB