libera/#devuan/ Wednesday, 2023-04-26

brocashelmi wonder if i could somehow make it work with arecord and ffmpeg?01:54
Assassink786[m]<gnarface> "it's a slow channel but someone..." <- Ok sure... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/8318e992273e145b1b44e3a5b378d5c1217c14a0>)04:52
gnarfaceAssassink786[m]: uh... i'm not gonna click on that. if it's too much to paste just /msg it to me05:45
gnarfaceor use paste.debian.net instead, then i'll click on it05:45
Assassink786[m]gnarface: http://paste.debian.net/127849606:07
gnarfaceAssassink786[m]: ah, you'd have better luck getting a response by typing that out in-channel directly. as far as i know, nobody has worked on it here, but i'm not on the inside loop so you should hang around and talk to someone actually on the team who knows07:09
gnarfaceand i don't know of any particular reason it wouldn't work just fine on devuan as-is but i haven't tested it myself07:09
* enyc meows08:32
enyc** Is   Devuas-Dedalus  to release along with Debian Bookworm12  ?  deb have booked Jun 10th as expected-release-day at the moment.08:35
enycUerr,  Daedalus   ....08:36
gnarfaceenyc: it will probably not release on the same day, it will probably be a few months afterwards, but it's already considered usable by most of us who have tried it if you want to get ready by testing your own stuff09:23
frogmoHello11:04
frogmoAnybody help?11:05
Assassink786[m]hi11:05
frogmoHow do I proceed to add the non-free repository to the daedalus  test system?11:07
gnarfacejust append it to the lines in /etc/apt/sources.list11:12
gnarfacethen re-run "apt-get update"11:12
gnarfaceyou have to run "apt-get update" (not to be confused with "upgrade") after any changes to the sources.list before the new packages will show up in searches11:12
rustyaxew/in 1511:13
frogmognarface  And how do you proceed to add? Because the way I did it, I got an error.11:14
gnarfacefrogmo: you have to be logged in as the root user, or use sudo or su. changing files in /etc/ requires root permissions.11:15
gnarface(running "apt-get update" will too)11:16
frogmognarface I did it as root11:16
gnarfacewhat was the error you got?11:16
gnarfaceif you paste the contents of that file at paste.debian.net i'll sanity check it for you11:17
frogmoOne moment please, because the machine is installing xorg11:17
gnarfacei think there should be some examples on devuan.org too11:19
frogmoThat's how I initially added it, and it gave me an error.11:20
frogmodeb http://deb.devuan.org/merged deadalus main non-free contrib11:20
rrqea?11:20
brocashelmdaedalus, not deadalus11:20
brocashelmbtw, it's strongly recommended to include non-free-firmware in your sources11:21
brocashelmdeb http://deb.devuan.org/merged daedalus main non-free contrib non-free-firmware11:21
brocashelmand then try again11:21
frogmobrocashelm haha it keeps giving me an error11:24
frogmoThe <<http://deb.devuan.org/merged deadalus Release>> file11:29
frogmodoes not have a Release file. It cannot be updated from such a11:29
frogmorepository in a secure way and is therefore disabled by default.11:29
djphfrogmo: you've spelt 'dAEdalus' wrong there.11:34
frogmodjph  I put the one you wrote above, and it keeps giving me an error.  deb http://deb.devuan.org/merged daedalus main non-free contrib non-free-firmware11:37
djphfrogmo: what's the error now?11:38
frogmodjph The same error we published above11:40
gnarfacefrogmo: what else is in that sources.list file?11:53
gnarfacemake sure any other lines start with #11:54
frogmoThe other deadalus  testing repositories11:55
frogmognartace Yes, it is the only line that is uncommented, and the other one is commented by default.11:56
gnarfacedo you have any apt processes hung in the background or anything like that?11:58
gnarfacei'm struggling to imagine what could cause this but the signs are pointing to user error11:58
frogmo# deb http://deb.devuan.org/merged deadalus main non-free11:58
gnarfacewell that's still spelled wrong but it shouldn't matter11:59
gnarfacecause it's commented like you said11:59
gnarfacebut i can't reproduce any issue, it seems up as far as i can tell11:59
frogmo# deb-src http://deb.devuan.org/merged deadalus-security main contrib   non-free12:00
gnarfaceso there's gotta be a typo in that file or some other error12:00
gnarfaceyou're sure you ran apt-get update not upgrade, right?12:00
gnarfaceat the very least you should have seen the spelling of daedalus change in the error...12:01
gnarfaceany caching proxies?12:01
gnarfaceraid arrays?12:01
frogmoJust run apt-get update12:01
gnarfacesomething that interferes would have to be malfunctioning, or the file just didn't get saved or something...12:02
frogmognarface  I'm testing on a virtualized machine, and I can't put the way the machine is displayed.12:03
frogmoE: The <<http://deb.devuan.org/merged deadalus Release>> file does not have a Publication file.12:05
frogmoN:  It cannot be updated from such a repository in a secure way and is therefore disabled by default.12:05
frogmoThe only repositories that work on the xxx test system are these, but it is insufficient!12:15
frogmodeb http://deb.devuan.org/merged deadalus main12:15
frogmodeb-src http://deb.devuan.org/merged deadalus main12:15
rrqs/ea/ae/12:45
frogmoDoes anyone know how to run a .deb file via terminal?12:51
brocashelmsudo dpkg -i /path/to/file.deb12:53
brocashelmbe careful with that. it could break your system if the dependencies don't match (apt-get -f install usually takes patches things up again)12:54
frogmoFor example the file is at the user's home which would be like this: /home/devu12:54
brocashelmyeah, just specify the full path of the deb file with dpkg -i12:55
brocashelmassuming you want to install that package12:55
gnarfacefrogmo: those lines still say "deadalus" not "daedalus" are you messing with me?12:55
frogmognarface  Then there must be a typo in the typography.12:57
brocashelmit's supposed to be daedalus, not deadalus12:57
brocashelma before the e12:57
frogmoI'm so focused on trying to install a .deb package that is a window manager.12:58
n4diri think apt can install deb files too, and will take care of the dependencies.13:01
n4dirmight well be that feature was added to  apt-get too.13:01
frogmobrocashelm  Either daedalus  or    gnarface  deadalus  deadalus  generates an error.13:10
frogmoI generate problems when installing the .deb package with the dpkg -i  command13:20
n4dirwhich problems might that be?13:25
frogmoDevuan Daedalus (testing)13:25
frogmodeb http://deb.devuan.org/merged daedalus          main13:26
manfred_Hi.15:52
manfred_Is this the right place for me to ask a question regarding Devuan Chimaera?15:53
gnarfaceit sure is15:53
gnarfaceit's a slow channel but people read their scrollback logs15:54
manfred_Great! I installed Devuan on a kvm/qemu vm to test it. I used the Desktop ISO because I wanted to use KDE. Installation went fine but the system boots to a blank screen. Since my host system is AMD Ryzen, I switched to TTY1, logged in and installed the package firmware-amd-graphics15:55
gnarfacewhich -vga flag are you using for qemu?15:57
manfred_But the problem ist the same. Unfortunately, I don't see an error message in the logs, except one from SDDM that says: could not connect to display 015:57
manfred_It is using virtio for VGA15:58
gnarfacehmm, someone else was just having this problem the other day too but i though that using virtio fixed it for them15:58
debdogmanfred_: is that 'blank' screen entirely black? if so, does a mouse pointer show up when you move the mouse?15:59
manfred_It is entirely black, no mouse pointer16:00
debdogyes, I use virtio, too, and it works for me™, too16:00
debdogso, ttys are working...16:01
manfred_Yes. I can log in as root on tty, which is good16:02
debdogis there an xorg log and if so what does it contain?16:02
debdog(don't ask me where to find that log these days. prolly inside your ~ somewhere16:03
debdog)16:03
manfred_I found an Xorg.0.log in /var/log. Will quickly check it16:03
gnarfaceit should be in ~/.local/share/xorg/Xorg.*.log but there's a chance it would still be in /var/log, the only problem is if you have both you need to make sure which one is getting updated16:04
manfred_Ah, thanks! Will check and let you know16:04
gnarfaceand with AMD video hardware there should be no need to run Xorg suid root anymore16:05
debdogand if there's nothing suspicious there, check the display manager's log16:06
gnarface(which would be why it might be in /var/log, btw)16:06
debdogahh16:06
gnarfacesome drivers (nvidia) still require you run it suid root, but for everything else it should be sufficient to just be in the video and input groups16:07
manfred_There is only the Xorg logfile in /var/log. It is the one that is in use. It looks good so far. The CPU as well as the graphics card are AMD16:09
manfred_I will check the display managers log16:09
debdogok. if that doesn't have an error listed, disable the dm entirely. reboot, log in as user and run "startx".16:11
manfred_The sddm.log is empty. How do I disable it?16:11
debdogor just stop the dm and do the startx thing16:11
debdog/etc/init.d/$displaymanager's_name stop16:12
manfred_Thanks!16:12
debdogthen no rebott required!16:13
manfred_Ok. startx worked16:13
debdogafter that, just log in as user and "startx"16:13
debdogok, then it has to be a fault with the dm16:13
gnarfacehmm, the dm worked for me but i didn't try it with kde16:14
debdogunfortunately I don't use one so I am kind of lost now16:14
manfred_That's really strange, At installation, I marked KDE. What is running now, is XFCE :-D16:14
manfred_bbs16:16
gnarfacei seem to be using slim and xfce16:16
debdogmaybe it installed both somehow and defaults to xfce atm16:17
gnarfacemanfred_: which gui login are you using? check for slim or something else16:18
debdogor sddm ain't compatible with kde and 'blanks' out now :D16:18
gnarfaceoh, that was already stated it's sddm16:18
gnarfacehmm16:18
manfred_I am not sure, but does the expert installer let me choose which dm to use?16:18
debdogI don't think so. might depend on installed WMs/DEs16:19
gnarfaceyea i think it's just inferred by what you check at tasksel16:19
debdogcheck in /etc/rc2.d which dm is called. manfred_16:20
manfred_S04sddm16:21
debdogok16:21
gnarfacecheck for kde too16:22
manfred_And I just checked - KDE Desktop has been installed16:22
gnarfaceinteresting, there might be a simple way to fix this with update-alternatives16:22
debdogyah, either try figuring out why sddm ain't working or go without dm and do what gnarface said. manfred_16:23
debdogor switch to another dm16:23
gnarfacesee what this returns: update-alternatives --list x-window-manager16:24
manfred_Ok. Great! Thanks a lot for your help, guys"16:24
manfred_The output is: /usr/bin/kwin_x11 and /usr/bin/xfwm416:25
debdog(personally, as a no-dm-user I'd go with gnarface's solution. I have altered my profile so startx is called at login on tty1. on any other tty I just plainly log in.)16:25
manfred_That sounds good to me!16:26
gnarfacemanfred_: try this: update-alternatives --set x-window-manager /usr/bin/kwin_x1116:27
gnarface(as root)16:27
manfred_Once again: Thanks a lot!16:27
debdogmanfred_: the commands I have at the bottom of ~/.bash_profile (user's ~, not root's): ~/.bash_profile16:28
debdogerm.16:29
debdog~/.bash_profile16:29
debdogheh16:29
debdoghttps://paste.debian.net/1278542/16:29
debdognow, eventually ;)16:29
debdogimportant are the startx and the logout parts, the rest is not necessary.16:30
manfred_Ok16:30
debdogviel Erfolg und Spaß mit der VM, Manne ;)16:40
manfred_Dankeschön! Bin sehr gespannt auf die Erfahrung16:40
manfred_@debdog Sehr feine Sache! Debian ohne Systemd mit KDE/Plasma. Werde das mal als Dualboot direkt auf das Blech installieren. D17:52
manfred_@debdog Sehr feine Sache! Debian ohne Systemd mit KDE/Plasma. Werde das mal als Dualboot direkt auf das Blech installieren.17:52
debdogjust like debian used to be :(17:54
rustyaxe cgroup: Unknown subsys name 'elogind'19:34
n4dirrustyaxe: though it is installed?19:35
rustyaxeelogind is installed and up til whenever my home assistant docker broke (last week or two idk i been gone)19:35
rustyaxeworked19:35
rustyaxeits a minimal devuan install with homeassistant in docker19:35
rustyaxerunning upgrade and reboot see what we get but looks like cgroups are wonked somehow19:36
temp64hi, just installed with xfce and managed to get my wi-fi to work20:43
temp64but looking at the display settings, I can only see 1024x768 in the list of available resolutions20:44
temp64there is nothing in /etc/X11/xorg.conf.d either and I'm pretty sure my integrated AMD gpu works20:44
gnarfaceyou're probably just missing the firmware-amd-graphics package from non-free20:45
temp64installing it now20:45
temp64works like a charm20:48
temp64thanks!20:48

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!