The officially official Devuan Forum!

You are not logged in.

#1 Re: DIY » init bloat » 2024-11-01 13:44:23

things dont always have to be useful, all i said is, it sounds like a fun project
at least its news to me^^

i get why distro use initramfs
but from a more philosophical standpoint, its unnecessary bloat if you know your drivers

#5 Re: Desktop and Multimedia » qutebrowser errors » 2024-10-22 18:45:13

zukzuk,
what version are you using and how did you install it?
i recommend doing the python venv shenanigans

#6 Re: Off-topic » Music » 2024-10-02 17:15:14

just found out that the ntsc version of thps1 is missing the best 3 tunes
sorry ntsc bros
pal bros a la contre bass !
https://www.youtube.com/watch?v=-mYbrbOfQDI

#7 Re: Devuan Derivatives » Forge OS » 2024-06-20 22:11:42

nope, the iso is only available for x86-64

#8 Re: Devuan Derivatives » Forge OS » 2024-04-03 21:24:28

in case someone just wants the scripts:
https://gitlab.com/_alphalpha_/forge-dotfiles
some of them are actually somewhat good

0NJ5H7c.png
maybe the devuan team is interested in this one that shows all the licenses
there is also a yad script to modify the mirrorlist but that one would need at least some finetuning

i also have this function called awk-menu.sh that i used to make some advanced cli menus
mount_menu.sh is one of the better ones, but the mainstream is not ready for it yet big_smile
(this menu is more powerfull than dialog or all the other stuff because it can assing custom keybindings for every menu,
but it is a little tricky and could need some improvements)

#9 Re: Devuan Derivatives » Forge OS » 2024-04-01 15:52:31

The last version was pretty rough,
there was a typo in grub
the script to set the time and date broke
network would not connect automatically
and some other stuff

i think i fixed it all this time
this is the final version.

r8iwV2g.png

#10 Re: Other Issues » 2 CPU threads went offline and wont come back » 2024-02-20 14:09:45

thx Altoid
whatever the cause was,
a fresh install will fix it, no big deal for me 😹

#11 Re: Other Issues » 2 CPU threads went offline and wont come back » 2024-02-18 18:01:22

with the live cd, chcpu -r still does not work, but -e 2 and -d 2 are working

local uname -a

Linux x 6.1.0-17-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30) x86_64 GNU/Linux

live uname -a

Linux forge 6.1.0-13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.55-1 (2023-09-29) x86_64 GNU/Linux

#12 Re: Other Issues » 2 CPU threads went offline and wont come back » 2024-02-18 17:32:34

chcpu -r
chcpu: This system does not support rescanning of CPUs

#13 Re: Other Issues » 2 CPU threads went offline and wont come back » 2024-02-18 16:52:08

2 cores with 2 threads

lscpu
Architecture:            x86_64
  CPU op-mode(s):        32-bit, 64-bit
  Address sizes:         36 bits physical, 48 bits virtual
  Byte Order:            Little Endian
CPU(s):                  4
  On-line CPU(s) list:   0,1
  Off-line CPU(s) list:  2,3
Vendor ID:               GenuineIntel
  Model name:            Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz
    CPU family:          6
    Model:               58
    Thread(s) per core:  1
    Core(s) per socket:  2
    Socket(s):           1
    Stepping:            9
    CPU(s) scaling MHz:  37%
    CPU max MHz:         3600.0000
    CPU min MHz:         0.0000
    BogoMIPS:            5787.10
    Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflus
                         h dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc ar
                         ch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni p
                         clmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_
                         1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm cp
                         uid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid f
                         sgsbase smep erms xsaveopt dtherm ida arat pln pts md_clear flush_l1d
Virtualization features:
  Virtualization:        VT-x
Caches (sum of all):
  L1d:                   64 KiB (2 instances)
  L1i:                   64 KiB (2 instances)
  L2:                    512 KiB (2 instances)
  L3:                    4 MiB (1 instance)
NUMA:
  NUMA node(s):          1
  NUMA node0 CPU(s):     0,1
Vulnerabilities:
  Gather data sampling:  Not affected
  Itlb multihit:         KVM: Mitigation: VMX disabled
  L1tf:                  Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled
  Mds:                   Mitigation; Clear CPU buffers; SMT disabled
  Meltdown:              Mitigation; PTI
  Mmio stale data:       Unknown: No mitigations
  Retbleed:              Not affected
  Spec rstack overflow:  Not affected
  Spec store bypass:     Mitigation; Speculative Store Bypass disabled via prctl
  Spectre v1:            Mitigation; usercopy/swapgs barriers and __user pointer sanitization
  Spectre v2:            Mitigation; Retpolines, IBPB conditional, IBRS_FW, RSB filling, PBRSB-eIBRS No
                         t affected
  Srbds:                 Vulnerable: No microcode
  Tsx async abort:       Not affected

it has nothing to do with the BIOS, since it works with a live cd

#14 Other Issues » 2 CPU threads went offline and wont come back » 2024-02-18 16:24:32

alphalpha
Replies: 9

Hey All,

not shure what i did this time...
i just noticed in htop, that 2 of my 4 CPU threads are offline

lscpu | grep 'CPU(s)' -m3

CPU(s):                             4
On-line CPU(s) list:                0,1
Off-line CPU(s) list:               2,3

i tried chcpu as su -

chcpu -e 2
chcpu: CPU 2 enable failed: Operation not permitted

if i boot a live cd, all CPUs are working and chcpu also works

i tried an older kernel but that was not the problem

EDIT: i already tried restarting the pc cool
EDIT 2: 🎵

#15 Re: DIY » So I guess there's no getting around having to use GTK3 and Wayland? » 2023-11-25 23:19:22

sorry but this thread has less substance than my breakfast that i did not have
why is wayland bad and what is the problem with gtk3?

dont get me wrong, i would prefer if everything would work with motif and xenocara, but i understand the drama

#16 Re: Devuan Derivatives » Forge OS » 2023-11-01 13:45:21

wow this took waaay longer than i planned
but it is finally here: Forge v2023-11

screenshot.png

this may very well be the final version
i definetly need a break from this project
and i dont know when or if i will return

with that out of the way, here are the news:
boot time reduced by 10%
improved user friendliness
files on the desktop (jwm)
more from the good things
less bad things
all new and shiny
overall smoothness increased by 200%
hotness also increased by a factor of 10
the price stayed the same smile

since dbus is now dependency-chained to xorg, i had to pin seatd to chimaera

as always this is experimental software, i am not a porfessional, use at you own risk
but i think it works pretty well on 10 year old hardware big_smile

#17 Re: DIY » Question, about dd and/or qemu, for disk cloning » 2023-09-15 23:14:21

you can copy the whole disc and then shrink the qcow

#20 Re: Off-topic » We all aware the interweb is problematic, deranged, imbalanced. » 2022-11-06 15:01:20

this is not your personal blog
how this thread is still up is beyond me

the only way, the internet goes poof is when there is a power outage
no low-level tools will help you in that case

#21 Re: Installation » [SOLVED] full-upgrade: http://debian.bio.lmu.de » 2022-10-02 19:31:17

that is a mirror

what is the output of

cat /etc/apt/sources.list

#22 Re: Hardware & System Configuration » undesireable Motherboard config changes to time and fan settings » 2022-05-20 20:14:18

Now this is not a fix for the cause, but it could fix the fan problem if it is an option for you...
I once had a problem with a pc that the cpu fan would always run at 100% speed,
this was a problem with coreboot and had nothing to do with linux or the system time,
but i could fix the fan issue with a cheap fan controller board that measures temperatur and powers the fan, independent from the system.
Its not pretty, it does not fix the cause, but the fan works how it should.

s-l1600.jpg

#23 Re: Devuan Derivatives » Forge OS » 2022-04-14 14:54:16

I just uploaded version 22-04

There is no complete list of changes, but here are the highlights:

  • alacritty replaced urxvt

  • lossless-cut replaced vidcutter

  • antimicrox replaced qjoypad

  • yt-dlp replaced youtube-dl

  • magnifiqus replaced xzoom

  • qps is the default task manager again

  • new emulators: visualboyadvance-m, bsnes and bsnes-plus

  • and rom patchers flips and lazy_ips

  • Cardinal as new virtual modular synthesizer lv2-plugin

  • there was a bug in the installer that got fixed

  • /usr/local/bin/datetime.sh now has a '--auto' option, to automatically set the system time

  • some scripts in the jwm menu got fixed and i added new ones (set date format, change conky color and toggle to maximize all windows)

  • syslinux bootloader now looks for the symlink /boot/vmlinuz, it will update automatically when a new kernel is installed (/etc/kernel/postinst.d/yy-bootlink)

  • OBS will now start, if your pc does not support GLSL >3.3

  • other new applications are zbarcam-qt to scan qr-codes and crazydiskinfo to check s.m.a.r.t parameters

  • qutebrowser will delete .local/share/qutebrowser/webengine before it starts, this prevents a rare case where it will always freeze

  • conky will now only show battery and wifi info, if those are present on your system

more changes can be seen here https://gitlab.com/_alphalpha_/forge-do … cd98499bd1

#24 Re: Devuan Derivatives » Forge OS » 2022-04-01 08:39:48

if you are using jwm, there is a theme option in the right-click menu
if you do mean the darkpurple/orange theme, that is still there
or do you mean the terminal theme?
i am not really shure which theme yoou want
i did change the qt theme from yaru to adapta, because yaru looked different in chimaera
the gtk theme has always been snowblind-sunset
if you can tell me exactly what you are looking for or have a screenshot, i will see what i can do

Board footer

Forum Software