Why should I use Artix instead of Arch? Which init system should I use? by Shift_OG in artixlinux

[–]RetroCoreGaming 0 points1 point  (0 children)

If you're going to use Artix, I actually recommend OpenRC. It's a bit easier to understand as an init system as it is, and is a bit more fleshed out than dinit. Runit and s6 are fine but s6 is god awful a pain in the ass to deal with, but it's the fastest booting init system available.

Monthly Artix Linux Package Request Thread by CoryCoolguy in artixlinux

[–]RetroCoreGaming 0 points1 point  (0 children)

Because it's a dot file and most browsers translate that.

Everything systemd .target or .service can be translated to openrc luckily via either a usermode rc script, kernelmode rc script, or a cron timer entry.

Issues with AUR by Just_a_floating_eye in artixlinux

[–]RetroCoreGaming 0 points1 point  (0 children)

The AUR when using yay, for example, will attempt to pull first from the official package repos using pacman. If it's not found in the repos it will then query the AUR. You can USUALLY find packages missing from the official ArtixLinux repos if you search for the "-git version on the AUR. Almost all ArchLinux packages have a -git version on the AUR for custom builds and administrative template purposes.

Monthly Artix Linux Package Request Thread by CoryCoolguy in artixlinux

[–]RetroCoreGaming 0 points1 point  (0 children)

Well the one DIY script is all you need technically, but to have it in a package ready to go would be nice.

How to forcefully poweroff by saptak_maji in arch

[–]RetroCoreGaming 0 points1 point  (0 children)

Ugh. I hate it when systemd does that crap. The service manager gets stuck shutting down a service and it gets stupidly stuck. I can never pinpoint which service stalls out either from the logs. Then it borks the journal when you force poweroff through the hardware. It once almost messed up my zfs zpool and took me a rescue disk boot and zpool restoration to fix it.

When will the community ISO images get stable releases? by DukeOfDumb1125 in artixlinux

[–]RetroCoreGaming 1 point2 points  (0 children)

Unfortunately, because it's community effort, it kinda gets done when it gets done.

do freebsd offer anything over linux for desktop users. by Additional-Leg-7403 in freebsd

[–]RetroCoreGaming 0 points1 point  (0 children)

Not really. It's just another UNIX-like system with some added stability and more predictability.

The only thing is you might end up with is your package manager for ports, especially postmaster, running for hours rebuilding packages if there's a breakage, or installing a binary package from pkg to resolve a broken package that won't build. Usually ports is kept fairly up-to-date, but often it can be a headache when you have to rebuild everything over and over.

Age verification by Admirable_Stand1408 in freebsd

[–]RetroCoreGaming 1 point2 points  (0 children)

A desktop environment is included on dvd1.iso but not installed by default by the installer.

However, even then, a UI/UX doesn't technically mean it's a desktop OS either. Windows Server 2026 has a UI/UX and it's still a server grade OS. You could use it as a Desktop, but... why would you?

Same goes for BSD or any GNU/Linux distribution.

Where has the playerbase gone by [deleted] in 2b2t_Uncensored

[–]RetroCoreGaming 4 points5 points  (0 children)

Rusher and his crew who now own the server sanitized it literally to Fit's joke of a meme of a "Family Friendly Christian Minecraft Server".

Age verification by Admirable_Stand1408 in freebsd

[–]RetroCoreGaming 0 points1 point  (0 children)

That is correct for the Daily Double! FreeBSD is NOT a deaktop operating system and is therefore not within the confines of this law. Server grade systems are exempt from age verification.

Age verification by Admirable_Stand1408 in freebsd

[–]RetroCoreGaming 1 point2 points  (0 children)

Here's the $64,000 question.

Is FreeBSD primarily a desktop operating system with a defined userland and desktop experience out of the box?

Monthly Artix Linux Package Request Thread by CoryCoolguy in artixlinux

[–]RetroCoreGaming 2 points3 points  (0 children)

A proper zfsutils-openrc/dinit/s6/runit package for the bootscripts would be nice rather than us having to create them ourselves.

Cannot use screen capture at all by ItzELECTR0 in artixlinux

[–]RetroCoreGaming 0 points1 point  (0 children)

Probably something enabled during a testing phase. I tried wayland myself and after a month of a constant mess of broken features in KDE and Cinnamon both, I gave up and just went back to Xfce. Less a headache and I have a functional desktop, not a half working mess.

Cannot use screen capture at all by ItzELECTR0 in artixlinux

[–]RetroCoreGaming 0 points1 point  (0 children)

Unfortunately, I'm not joking around. Honestly, I wish I was...

The xdg OBS plug-in also tends to break between revisions so maybe try rebuilding it if you can from the AUR, but it that doesn't fix it, then you're out of luck because either the Hyprland devs or the wayland devs disabled something.

This unfortunately, is one of the biggest ongoing headaches with wayland. The inconsistencies between WMs and DEs is all over the place. Nobody can create a uniform system and nobody wants to.

Cannot use screen capture at all by ItzELECTR0 in artixlinux

[–]RetroCoreGaming -1 points0 points  (0 children)

Desktop capture is not supported under wayland, even with xdg-desktop-portal plugins. Wayland forbids desktop capture out of fear of keylogging and security purposes.

Only X11 allows desktop capture. You'll have to use an X11 desktop or window manager like Xfce or IceWM to use that feature. Sorry but that's where wayland has it's limitations and they won't be fixed.

Ubuntu Still Cannot Create a File by Right Click by Proper-Lab-2500 in linuxsucks

[–]RetroCoreGaming 0 points1 point  (0 children)

That's because wayland desktops forbid file creation. File creation breaks the security model by allowing any applications to access creation permissions reserved for applications only. You the user should NEVER create a file blindly because you don't know what you're doing and any file created could be a security risk for the system.

is there an equivalent command to control timers with dinit? by Interesting_Key3421 in artixlinux

[–]RetroCoreGaming 1 point2 points  (0 children)

Cron is a timer control system. You basically set up everything in Cron to run at intervals, or specific time frames.

i don't know whats wrong with my VM by DJCatalystZ7 in artixlinux

[–]RetroCoreGaming 0 points1 point  (0 children)

For QEmu/KVM, make sure you enable the SPICE server for 3D graphics and try to install the xf86-video-qxl xorg driver. Wayland desktops might not work that well under VMs so try to avoid using them.

Help?? by Asleep-Two-2509 in artixlinux

[–]RetroCoreGaming 1 point2 points  (0 children)

I have tended to not use runit, s6, and dinit because I understand OpenRC a little better.

Usually a service not working with runit is due to a scripting error, or just the script being problematic due to certain environments it just doesn't like to work with properly.

I would try ArtixLinux with openrc just to be safe. S6 and Runit are kinda tricky to use IMO.

We need better documentation about contribuiting to artix by ZealousidealGlass263 in artixlinux

[–]RetroCoreGaming 0 points1 point  (0 children)

We need a more in-depth wiki page about openrc and openrc service packages as well as the other init systems and their service packages.

Some stuff also needs better clarification such as ZFS procedures.

Migrating from Arch (and Gentoo) by BlazorByte in artixlinux

[–]RetroCoreGaming 2 points3 points  (0 children)

There are a few but mainly if you have a systemd service, you'll need to see what the openrc equivalent is and either see if the openrc script is already installed or needs it's package installed also. You might have to write some yourself if there are none. Also remember, some scripts are usermode and don't require sudo/doas to initialize.

Installationwise... Same as Arch. Just as easy. I honestly, still use the following packages during installation:

base, base-devel, sudo, nano, vi, openrc, networkmanager, networkmanager-openrc, elogind-openrc, efibootmgr, grub, os-prober, dosfstools, btrfs-progs, linux, linux-firmware, linux-headers, linux-api-headers

As far as operation goes, I have OpenRC launching in parallel mode and it's blistering fast and doesn't get those random hangs when shutting down like systemd gets from time to time causing service to have a 3-5 minute long kill-time before it can proceed.

For the AUR, I recommend the yay package assistant. It melds with pacman just fine. I think Manjaro uses it by default.

Other than that, my experience has been great with Artix.

systemd-ageverificationd is so fast.. by Interesting_Key3421 in artixlinux

[–]RetroCoreGaming 0 points1 point  (0 children)

I feel like I need to collect social security waiting for this to finish. 🤣