The officially official Devuan Forum!

You are not logged in.

#1 Re: Off-topic » CVE-2024-3094: LZMA/XZ security report » 2024-04-08 12:10:28

fun enough, systemd does link xz-utils so machines running systemd with xz-utils 5.6.0 are extra compromised with an init level backdoor...

#2 Re: Hardware & System Configuration » merged /usr » 2023-12-31 08:36:18

weird i installed usrmerge back in at least march and everything works, then again i'm on ceres so maybe the usrmerge is more "volatile" on stable but still nothing has broke, as for the argument about uptimes it ain't weird when i clock about 70 days of uptime, the only thing that i've ever noticed not working is the plugin scripts of krita but i never tried using them before the usrmerge so as far as i'm concerned krita on debian is slightly broken and may as well have been forever broken.

#3 Re: Devuan » Malicious Programs, and Malicious People On Devuan » 2023-12-04 11:58:52

amazing, i wonder if those posts weren't written by some troll with chatgpt, cuz i mean even the formatting and corporatese of the language and wall of text used to say nothing other than "linux communities bad" and "devuan should be good, but it not good, thus it bad" is not what anyone would expect form a real human bean even if trying to express frustration.

#4 Re: Devuan » Happiness is finding people with the same mental illness as you... » 2023-10-25 22:01:17

speaking of themes, i've been playing with adw-gtk3 and how configurable it is, the styling room to adjust the radius elements and colors, with somthing i'm working to build themes to apply to adw-gtk3 and libadwaita (via gradience) and qt via kvantum there will be possible to have fully consistent themeing on linux with the small caveat that all the wdigets use the adwaita styling... which is not compact...

#5 Re: Installation » Systemd-boot(it's actually not tied to systemd) possible in devuan? » 2023-10-25 21:47:18

there's some use to having refference posts be quoted, tho permalinks would be the way to go...

as for systemd-boot, how about a fork that only changes the name, something like egummiboot, as long as the source keeps unrelated to systmed (no hard dependency) the main dev can comfortably be sed doing all the necessary iterations of:

sed 's/systemd-boot/egummiboot/g'

#6 Re: Other Issues » malware on devuan repos or false positives? » 2023-10-19 15:51:52

i mean, php is not great but calling it malware isn't a bit too much?

#8 Re: Freedom Hacks » Eudev broken on Ceres (maybe Daedulus) » 2023-10-04 04:14:30

it doesn't help either that devuan is on a weird spot regarding eudev, eudev upstream is already on 3.2.14 and moving towards what could be 3.2.15 or 3.3.0 while we got 3.2.12 with a couple PRs from upstream merged in (#253 that adds the api from udev 247 and bumps compat to udev 251, a fix to sgx groups and fix of the walrus operator) the devuan package still lacks important PRs from upstream such as #255 that cleans the sysattr cache (important to get upower and other stuff that relies on the new api to work), and after trying to build eudev from source it ain't as trivial as it seems (doesn't help that i also need an i386 build for steam stuff) so the current options are to wait until the next release of eudev hits devuan unstable OR maintain a repo to build the devuan eudev source with the important missing commits added as patches.

nevermind, thanks Boian! https://pkginfo.devuan.org/cgi-bin/pack … v=3.2.14-1

#9 Re: DIY » A Survey of User-made Content » 2023-07-19 21:17:06

does maintenance of software count? if so then i'm hating myself for ever deciding to help maintain this but i use it so not much i can complain about...

https://github.com/ueber-devel/ueberzug

#10 Re: Off-topic » AI on mainstream media » 2023-04-24 04:28:51

huh, interesting how the advancement of artificial intelligence correlates with the growth of the natural human stupidity.

let's hope that AI essays break the education system so hard a real reform is finally deployed... but knowing it is a goverment run chimp cage the most likely is that they will come up with a useless method to try and ban AI written essays...

#11 Re: DIY » A Survey of User-made Content » 2023-03-26 06:49:40

welp, took some time to do some checks on the config file, still need to do some others but as an initial release this should be okay.

https://github.com/eylles/sct-daemon/re … tag/v0.0.0

i will probably stick with the 0ver scheme for this and similar projects.

#12 Re: DIY » A Survey of User-made Content » 2023-03-15 18:49:33

well, it works okay but i need to add checks that the values from the config file are valid before applying them, also perhaps adding a logging functionality, other than that it is okay enough.

#13 Re: DIY » A Survey of User-made Content » 2023-03-05 01:49:18

welp, here some interesting things i've cobbled together with what little i know.

shed: a user services daemon independient from any init, still work in progress. https://github.com/eylles/shed

afreq.sh: a proof of concept to imitate autocpu-freq without python and bloat. https://github.com/eylles/afreq.sh

awkat: like the popular bat program but made with posix shell and awk. https://github.com/eylles/awkat

sct-daemon: my own version of a daemon for sct, nice if you like the redshift function but don't like the bloat of the program. https://github.com/eylles/sct-daemon

fzf-copypasta: shitpost with style!. https://github.com/eylles/fzf-copypasta

fzf-menu: replace dmenu with fzf and your fave terminal, i intend to make this a proper repo and a proper dmenu replacement. https://gist.github.com/MahouShoujoMivu … id=4331478

#14 Re: DIY » SHED init independient/agnostic user services » 2022-10-02 08:28:03

the first version of shed, v.0.0.0 is finally out

https://codeberg.org/eylles/shed/releases

after this i plan to work on the rest of intended features, bash completion and a man page.

#15 Re: DIY » SHED init independient/agnostic user services » 2022-08-22 03:10:00

ah well, a little status update for those interested in shed, i will put out a release tag once i'm done with another 3 points of the todo list on the repo.

as for showing the status i went for something that those acquainted with sysvinit will find familiar.
hpg5Vyg.png

#16 Re: DIY » SHED init independient/agnostic user services » 2022-08-12 09:43:55

yep the printf didn't ran after the killchilds() function was done, that has been corrected now, also added a basic makefile, this combined with the reloading capability of shed working properly makes it easier to test changes and commit them as i go.

#17 Re: DIY » SHED init independient/agnostic user services » 2022-08-11 20:55:48

thanks, added the fallback for the XDG_CONFIG_HOME variable, haven't had the time to test that the reload function works as intended but will give it a try as soon as possible and correct it as needed.

#18 Re: DIY » SHED init independient/agnostic user services » 2022-08-10 16:02:29

okay, now shed is on a working state i just have to really iron out the kinks, i'm already running it on my .xsession and did reload the session services, i would be really glad if anyone who has knowledge of sysvinit and init scripts take a look and comment on my approach.

#19 DIY » SHED init independient/agnostic user services » 2022-08-08 06:33:32

EDX-0
Replies: 6

this is very much a work in progress, still testing some functions before i can consider i'm at v0.0.0 but at the current state you can get a good idea of how it works, while the client component is mostly ready i've been rewriting some functions of the daemon to be able to do "start all" and "start service_name" gracefully from the same function, anyway here is the codeberg repo, will create the mirrors on github and gitlab later.

more details on the readme

https://codeberg.org/eylles/shed

yes i DO gotta improve the wording of that readme.

#20 Re: Devuan » Experiences with Ceres? » 2022-07-06 22:20:04

Been on devuan ceres since december 2020, it just works, only thing ever broke was gimp, but i ran a sudo aptitude full-upgrade the next week and it got fixed, the obly other problem i had was with logs and cache filling up my root partition but ncdu took care of that, now i just got a cronjob to yeet all logs weekly.

#21 Re: Off-topic » Your thoughts on: TheCaseForTheUsrMerge » 2022-06-11 18:48:56

personally i think an approach like that of gobolinux is the better way for some aproaches specially in regards to libraries and compatibility, and combining it with a declarative package manager would really hit the nail, yes i know that is basically nixos but there's a lot of stuff about nixos i dislike in regards to it's architecture, like the reliance on systemd and the imutable base OS.

will later give the usrmerge package a test and see how it goes, like what can possibly go wrong?

#22 Desktop and Multimedia » [SOLVED] webp thumbnailer » 2022-05-29 17:24:14

EDX-0
Replies: 0

as per the title i'm trying to get a webp thumbnailer working with pcmanfm.

i put the following inside ~/.local/share/thumbnailers/webp.thumbnailer

[Thumbnailer Entry]
Version=1.0
Encoding=UTF-8
Type=X-Thumbnailer
Name=webp Thumbnailer
MimeType=image/webp;
Exec=/usr/bin/convert %i -thumbnail %s %o

and it doesn't work

i even put this inside ~/.local/share/mime/image/webp.xml

<?xml version="1.0" encoding="utf-8"?>
<mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="image/webp">
  <!--Created automatically by update-mime-database. DO NOT EDIT!-->
  <comment>WebP file</comment>
  <icon name="image"/>
  <glob-deleteall/>
  <glob pattern="*.webp"/>
</mime-type>

and nothing, webp images inside pcmanfm still show the generic image icon

i'm on pcmanfm 1.3.2-1 with tumbler 4.16.0-1 on devuan ceres.

nevermind, i figured it out, pcmanfm uses gdk-pixbuf for images and doesn't really query thumbler for that, so it needs a webp loader for gdk-pixbuf, i'm lazy and don't use any other software that depends on gdk-pixbuf for the images so i just switched to thunar.

#23 Re: Off-topic » Is wayland the new systemd ? » 2022-04-16 02:20:47

i generally disgree with the suckles devs on a matter of principle, but the wayland issue is one i will have to agree 100% with them, wayland is a mess, when even the suckless devs say it was too minimalist as a bad thing you know you done fuck up, and that is without mentioning the insistence on keeping everyone chained to rastered display and DPI, if wayland was done right everything that isn't a raster would be processed as vectors with rasterization as the last step and thus the concept of DPI would be rendered obsolete.

https://lists.suckless.org/dev/2109/34475.html

#24 Re: Off-topic » Devuan/Linux security: a novella » 2022-04-07 21:31:29

Perhaps adding a patch to the init scripts that can use hardened malloc, so that they can read a config like from /etc/default/hardened_malloc.config to use hardened malloc in a local LD_PRELOAD

#25 Re: Off-topic » Devuan/Linux security: a novella » 2022-04-07 09:39:23

to use the hardened malloc without systemd wouldn't it suffice to add something like hardened-malloc.conf to /etc/ld.so.conf.d/ , you know like with the other ld configs?

Board footer

Forum Software