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.

#26 Re: Suggestions and feedback » Cinnamon for RedCore 2401 Tarazed » 2024-11-21 12:48:12

I suspect there's a conflict between polkit agents if you kept KDE Plasma after installing Cinnamon. You can try to disable polkit-kde-agent from within Cinnamon, so that only polkit-gnome runs. Or you can just get rid of KDE Plasma.

emerge --deselect kdecore-meta
emerge --deselect plasma-meta
sisyphus autoremove

This should leave the system with only Cinnamon and maybe things will just solve themselves.

#27 Re: Software : install, uninstall, update, upgrade » [Solved] How to install ruby » 2024-11-21 12:27:08

devosalain wrote:

I set package.use ruby_targets_ruby31


This one is already the default. Having it in package.use is redundant, but if it works for you, you can leave it as is.

#28 Re: Software : install, uninstall, update, upgrade » [Solved] How to install ruby » 2024-11-20 22:42:15

Well, 1st of all, ruby version 3.1.4-r3 is already preinstalled by default. And 2nd of all, it seems that you have masked every single ruby package in the tree, and as a consequence, you cannot install any of them, and somehow you masked the default preinstalled version as well. If you remove the last line, sisyphus will happily reinstall the default version.

#29 Re: Software : install, uninstall, update, upgrade » xorg does not work after the last upgrade 02/10/24 » 2024-10-28 12:40:20

We do check how the system is working, and in most cases it does work as intended. We get regressions here and there, but we fix them as best we can. If Plasma6 really doesn't like your hardware, maybe you should try LXQT.

sisyphus install lxqt-meta

#30 Re: Software : install, uninstall, update, upgrade » [Solved] zfs kernel module fails to build » 2024-10-28 12:38:06

You're right, zfs is not compatible with kernel 6.11. If you wanna use it, is best to stick to a LTS kernel.

sisyphus install linux-image-redcore-lts

#31 Re: Software : install, uninstall, update, upgrade » [Solved] 870 source packages on main branch using no gentoo software » 2024-10-16 10:37:12

Yeah, you can remove it :

sisyphus uninstall syslog-ng -f

It has been replaced by metalog a while ago, which sisyphus will pull anyway.

#32 Re: System administration » eselect repos » 2024-10-10 14:23:12

I think I know what is causing it. Will try to reproduce and will push a fix.

#33 Re: Software : install, uninstall, update, upgrade » [Solved] 870 source packages on main branch using no gentoo software » 2024-10-09 12:31:34

Conflict: 158 blocks (all satisfied)

It found some conflicts, but they're satisfied, aka it knows how to fix them. So if you remove those packages, it will succeed.

#34 Re: Software : install, uninstall, update, upgrade » [Solved] 870 source packages on main branch using no gentoo software » 2024-10-07 21:26:25

Can you try :

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

instead of

sisyphus upgrade -e

This should definitely do the trick.

#36 Re: Software : install, uninstall, update, upgrade » xorg does not work after the last upgrade 02/10/24 » 2024-10-03 18:40:09

Hence why I suggested to install mesa-amber, since i965 driver resides in there. I may have to include mesa-amber from now on, or have Xorg use the modesetting driver.

#37 Re: Software : install, uninstall, update, upgrade » xorg does not work after the last upgrade 02/10/24 » 2024-10-03 02:24:34

Can you try :

sisyphus install mesa-amber

Reboot and let me know.

So far it seems like Intel integrated graphics are affected, though I cannot reproduce it, plus I got confirmation from different users that things work.

#38 Re: Software : install, uninstall, update, upgrade » xorg does not work after the last upgrade 02/10/24 » 2024-10-02 18:16:02

You need to offer some more details. Nothing related to Xorg has been updated recently.

#39 Re: Software : install, uninstall, update, upgrade » [Solved] Upgrade to Python3.12 » 2024-10-01 11:03:27

It is now done. Once you upgrade, Python3.12 will be the default, but Python3.11 and Python3.10 will be there as well.

#40 Re: Software : install, uninstall, update, upgrade » [Solved] Upgrade to Python3.12 » 2024-09-29 14:12:06

No special instructions will be needed. You'll just need to upgrade the system, and everything will be done automatically.

So, keep your system up to date, and Python3.12 will just be there in the next few days as the main interpreter, but this time, Python3.10 and Python3.11 will be available as well. As I said in my previous message, restrictions were lifted.

#41 Re: Software : install, uninstall, update, upgrade » [Solved] Upgrade to Python3.12 » 2024-09-28 23:56:31

At the moment, I wouldn't recommend you try. I masked Python3.12 on purpose as not everything is compatible with it, plus we don't allow multiple Python versions to coexist.

That being said, I'm making some changes as we speak, to allow multiple versions of Python to coexist. So, it will come as an update in the next few days.

#42 Re: Software : install, uninstall, update, upgrade » [Solved] 870 source packages on main branch using no gentoo software » 2024-09-23 12:02:30

Hmm, that doesn't sound right. So, let's try to fix the configuration.

sisyphus branch master
sisyphus autoclean
sisyphus update
eselect profile set default/linux/amd64/23.0/split-usr/hardened
sisyphus upgrade -e

These steps will reset the configuration to a clean slate. Try this, and let me know.

#43 Re: Hardware : drivers, peripherals » Message in log, should I worry » 2024-09-23 11:56:11

As far as I can see, it's not the r8152 causing the kernel oops, but the WL one for your Broadcom wifi card. We include that one by default so you can have WiFi out of the box with a Broadcom card. You can remove it and try the open-source drivers, but if they don't work, you will have to connect your laptop with a cable and reinstall it.

So :

sisyphus uninstall broadcom-sta
sisyphus autoremove

Will remove the wl driver. Now is time to reboot and cross your fingers. If you still have WiFi, there's no need to reinstall the driver, as your WiFi card can use the open-source drivers from within the kernel. If you no longer have WiFi, connect your laptop with a cable and:

sisyphus install broadcom-sta

Will reinstall the driver. Once you reboot the WiFi will be restored.

#44 Re: Games » What games from steam do work on RedCore Linux? » 2024-09-16 19:38:09

All valve games, aka counter strike, portal and others. Can't say more as I'm not a gamer and these are the only games in my library. Perhaps somebody  else has a more extensive library and can share more.

#45 Re: Software : install, uninstall, update, upgrade » [Solved] 870 source packages on main branch using no gentoo software » 2024-09-16 19:35:10

Make sure you follow the instructions at : https://redcorelinux.org/news/the-big-merge , and most if not all will be binaries. I posted in there for a good reason.

#46 Re: Software : install, uninstall, update, upgrade » When will it be new iso with plasma 6 » 2024-08-28 11:39:41

Yes, I'm aware. Maybe I shouldn't have updated to Plasma 6, but it had to be done at one point. I will keep pushing updates as frequently as possible to iron the bugs out.

#47 Re: Software : install, uninstall, update, upgrade » When will it be new iso with plasma 6 » 2024-08-08 10:55:41

I am hopeful I will manage to spin it by the end of the month but don't hold your breath. I'm fairly busy with real life, and the timeline might change.

#48 Re: Software : install, uninstall, update, upgrade » Install dlang » 2024-07-18 20:09:52

That will work. Adding a new repository and installing extra packages is highly encouraged in Redcore.

#50 Re: Software : install, uninstall, update, upgrade » Veracrypt available as package » 2024-06-24 17:04:45

Yep! It has been available as a binary for a few years now. I'm surprised you didn't find it, since sisyphus clearly shows it as available.

Board footer

Powered by FluxBB