libera/#devuan/ Tuesday, 2022-12-20

rwponefang, I don't know if this will be helpful or noise but... "apulse" is a pulse api converter to alsa and works perfectly for firefox for me on a non-pulse system.00:15
rwpIf all else fails it might be worth a try "apulse solfege ..." to run it that way and see if it needs pulseaudio or not.00:16
onefangThat didn't help.00:18
onefangI use apulse for firefox as well, that works fine.00:18
onefangSolfege doesn't have a pulseaudio option, just ALSA, OSS, and "external MIDI player"00:18
onefangAh figured it out!00:26
onefang"external MIDI" actually means "external MIDI player", not "external MIDI synth"., but it had wrong command options for the default timidity MIDI player.00:27
onefangNow I got it working through JACK.  B-)00:29
onefangNow I can relearn all that music theory I last studied 40 years ago.  lol00:40
blizzowAre there debs available for the latest firefox instead of esr?03:18
rwpblizzow, In Ceres Unstable is the Firefox corresponding to the non-ESR version.03:21
blizzowrwp, I'm actually running the dyne/devuan:daedalus container. I know this is a weird way to run it.03:22
rwpSo...  In Stable Chimaera the stable Firefox ESR bits are available as a package.  In Unstable Ceres the unstable Firefox daily bits are available.03:22
rwpHmm...  Testing.  I don't know which is available in Testing.  And it is okay with me if you are running this in a container.03:23
rwpAccording to pkginfo.devuan.org Testing uses firefox-esr.  https://pkginfo.devuan.org/cgi-bin/policy-query.html?c=package&q=firefox-esr&x=submit03:26
rwpI have this weird USB problem.  I upgraded a system to Beowulf and then upon reboot the system loads the usb "uas" module and creates /dev/sd{c,d,e,f,g,h} devices that don't exist and from then on update-grub and lvm commands report errors on those devices.04:15
rwpIf I "modprobe -r uas" then the module is unloaded and those /dev/sd? devices disappear.04:16
rwpI rebuilt the initramfs with "dpkg-reconfigure linux-image-4.19.0-22-amd64" in case it was something embedded in the initramfs.04:16
rwpBut I can't figure it out.  I think I will have to blacklist uas so that it stops creating these device nodes which do not exist.04:17
rwpBut another system which is basically identical hardware and identical Beowulf upgraded previously does not have this issue.04:17
onefangAny idea what uas actually is?04:17
rrqis this relevant? https://leo.leung.xyz/wiki/How_to_disable_USB_Attached_Storage_(UAS)04:17
rwpUSB Attached Storage.  That's all I know.04:18
gnarfacerwp: what is MODULES set to in your /etc/initramfs-tools/initramfs.conf?04:18
gnarfaceif it's set to "most" try changing it to "dep" then regenerating the intrd.img04:19
gnarfacenot sure what the actual problems is but maybe that would avoid it04:20
rwpHere is a first bit of data paste. https://paste.debian.net/plain/126469604:20
rwpMODULES=most in /etc/initramfs-tools/initramfs.conf04:21
rwpI'll try changing that to dep as you suggest and rebuilding.04:21
rwpUnfortunately no joy.  https://paste.debian.net/plain/126469804:28
rwpI upgraded from Stretch to Beowulf.  Didn't catch the network device change before the upgrade so booted a Refracta live boot USB to repair it.04:29
rwpLeft that in the USB in the slot for a bit.  So I do have this feeling but maybe a red herring that this was due to having USB plugged in that isn't normally plugged in.04:29
rwpI am going to add "blacklist uas" to /etc/modprobe.d/local.conf and reboot.  But this is so strange.04:31
rwpInsufficient.  Trying again with additionally blacklist usb_storage.04:36
rwpThat solved the problem.  Blocking both uas and usb_storage prevented it from loading, prevented /dev/sdc, sdd, sde, sdf, sdg, sdh from being created, and avoids the errors from update-grub and from all of the lvm commands.04:41
rwpBut I can't figure out why that would be needed there.  The sibling system doesn't need it.  Odd.  But I guess we can't solve every problem.04:41
rrqhow about https://unix.stackexchange.com/questions/573802/how-to-disable-uas-on-live-system04:50
rwpThat "modinfo -F depends usb_storage" command is interesting.05:00
rwpI am going through and comparing the package lists on the two systems and converging them.  There were some egregious differences.05:01
rwpSo far only spice-client-glib-usb-acl-helper which I have already purged now looked suspicious.05:01
rrqI would have thought there is a h/w difference ? there should be a "dock" of some kind with 5(?) ports05:04
rwpThese two systems are both HP z210 desktop workstations.  The only real difference is the exact cpu model is different but similar.05:05
rwpOne cpu is a Intel E31245 and the other is a E31230.05:06
rwpI can't see any significant difference in the hardware.  The difference *must* be in the software somewhere.05:06
rwpMakes me want to swap the disks back and forth between them to see if the problem follows the disk or the motherboard.05:06
rwpAs for software differences it looks like something pulled in a lot of X desktop everything so I am reviewing and purging those off.05:07
rwpOne interesting difference that shouldn't matter is that the working system is booting grub-pc aka legacy bios and the problem system is booting grub-efi-amd64 aka UEFI mode.  But that really should not matter.05:11
u-amarsh04hmm, still having Xorg issues - can't kill lxdm/xorg - with amdgpu on radeonsi - radeon kernel module on radeonsi has no such problem09:27
gnarfaceu-amarsh04: stock kernel or custom build?09:53
gnarfacethere were a family of amd cards that might still be better supported by radeonsi but i'm not sure exactly which ones... polaris?09:54
gnarfacehmm, according to the gentoo website (for whatever it's worth) it's the "Southern Islands" family cards for which the radeon driver is still considered the stable driver, and the amdgpu driver support for those is classified as "experimental, optional"10:04
gnarfacehowever also according to the same wiki page, if you have a RX 6*00 family card (RDNA2) the debian kernel might be missing an important build flag; CONFIG_DRM_AMD_DC_DCN3_0=Y10:06
gnarfacemaybe that's old info though, dunno10:06
gnarfacehttps://wiki.gentoo.org/wiki/AMDGPU10:06
onefangAlso likely that's for the standard Gentoo kernel builds, so might not apply to us.10:07
onefangOh wait "debian kernel".  Forget I said that.   lol10:08
onefangHere in chimaera-backports  /usr/src/linux-config-6.0/config.amd64_none_amd64.xzI got CONFIG_DRM_AMD_DC_DCN=y but no mention of CONFIG_DRM_AMD_DC_DCN3_0.10:10
gnarfacewell last i used gentoo they didn't have a "standard" kernel build which is why their wiki was always a good source of fairly general kernel build options notes about hardware compatibility10:11
gnarfacebut yea i dunno if CONFIG_DRM_AMD_DC_DCN is the same thing or not10:12
onefangWell they have default builds, what you get when you build your kernel with no special flags, and what you get if you just install instead of build.10:12
gnarfaceabout the radeonsi thing though i also seem to recall there's a special scheduler you can use that makes it even better and i'm pretty sure that's also not enabled in the stock debian builds10:13
gnarfacethere was a radeonsi specific scheduler or something like that10:13
gnarfacei doubt that it's absence is related to u-amarsh04's problem but if the solution ultimately involves rebuilding a kernel anyway, might be worth looking into10:14
onefangStarting to sound like I might need to build my own kernel if I want to go ahead with my plans for replacing my graphics card.  Or just not get a bleeding edge one.10:15
onefangRDNA2 I had my eye on.   lol10:15
onefangAnd the radeonsi specific scheduler is likely to conflict with the one I'll need for my MIDI music stuff.10:17
gnarfacei recommend just saving money by getting a deal on a regular RDNA-class card because they're well supported right now10:17
gnarfaceand not super old10:17
onefangI got one of those already, but more RAM would be useful.10:17
gnarfacefor real, what are you doing with it?10:17
gnarface8GB seems like plenty to me still10:18
onefangVirtual worlds.  I run them and code for them.  Logging into three at once tends to use lots of video RAM.10:18
gnarfaceheh, i see10:18
gnarfacewell as i understood it, the radeonsi specific scheduler was only relevant for the southern islands cards, which are a few generations prior (GCN1) but if someone confirmed otherwise i'd probably be building a new kernel this week too10:22
gnarfacenot even because i really need the performance but just because i'd want to see how much faster i could make it go10:23
KingsyAnyone in here had this before -> Error saving credentials: error storing credentials - err: exit status 1, out: `exit status 1: gpg: https://.....dkr.ecr.eu-west-1.amazonaws.com: skipped: No public key <- when I attempt to docker login against docker hub. What would tell docker to use this? my ~/.docker dir is empty.10:41
gnarfacesomething in ~/.gnupg maybe?10:44
Kingsyweirdly if I try to remove gpg so I can reinstall it I get this error -> libgpgmepp6 : Depends: libgpgme11 (>= 1.9.0) but it is not going to be installed10:44
Kingsygnarface: can I just flatten the contents of that dir?10:44
gnarfacei take it back, your problem sounds like frankendevuan10:45
gnarfacepossibly caused by stray backports packages from a previous release, or accidentally mixing in debian or ubuntu packages10:45
Kingsyyeah you are right. I have deleted docker because that was installed with the debian stretch repo (removing that now)10:45
gnarfacealso, ~/.gnupg is just where the user-specific keys are stored, something else would be reading them and it might read them from other places10:46
gnarfacebut i think chances are a library mismatch is probably the cause of both errors10:47
gnarfacethere's some errata about docker in devuan but i forget what it is10:47
gnarfaceyou might need a special docker, not sure10:47
gnarfacebut this error might be unrelated to that10:48
Kingsyhmmm so is there docs on how to get docker running on devuan ?10:48
Kingsyalso weirdly. I am getting this -> Failed to fetch http://pkgmaster.devuan.org/merged/dists/chimaera-security/InRelease  Connection failed [IP: 5.135.82.179 80]10:49
Kingsyis it down?10:49
gnarfacepeople have been complaining, not sure if it's down or just overloaded10:49
gnarfaceuse deb.devuan.org10:49
gnarfacecheck and see if the solution for the docker thing is here: https://dev1galaxy.org/viewtopic.php?id=504410:49
gnarfacethread seems to confirm there is a unofficial docker build that works on devuan10:50
gnarfacethis does keep coming up but since i don't use docker i can't make the location for the right build stick in my head10:50
gnarfaceother people around here do use it though, they're just asleep right now10:51
Kingsygnarface: another thing which is weird. I don't have docker installed, sudo apt list --installed | grep -i docker, but if I type d then <tab tab> it gives me various docker binaries.. but which docker says "docker not found"10:51
Kingsysomething to be concerned about?10:52
gnarfacepartially removed packages maybe? try "dpkg -l |grep docker"10:52
Kingsythat just returns10:53
Kingsyrc  wmdocker                                      1.5-2                              amd64        System tray for KDE3/GNOME2 docklet applications10:53
gnarfacedon't paste multi-line pastes in here you could get flood kicked10:53
gnarfacejust fyi10:53
Kingsyah sorry10:53
gnarfacei only got 1 line from that anyway10:53
gnarface"rc" status means removed with orphaned configs left in place10:54
Kingsyrc  wmdocker 1.5-2 amd64  System tray for KDE3/GNOME2 docklet applications   <- it returned this.. which isnt really related to docker.10:54
gnarfacecould be stray locate cache too10:54
KingsyI'll do a sudo updatedb ?10:55
gnarfaceare the binaries it's listing actually present?10:55
Kingsywell which says they are not. but thats all I know because I don't know where to look.10:55
gnarfacefind / -iname '*docker*'10:56
gnarfaceif you want to be sure10:56
gnarface(or whatever the name of the binary is in place of "docker")10:56
gnarfacerun it as root or use sudo10:56
gnarfacefor well behaved packages they'd be in /usr/bin/ or /usr/sbin/ i assume though10:56
Kingsyhmm need to omit my home dir. it returns too much stuff10:56
gnarfaceoh well try just in /usr10:57
gnarfacefind /usr/ -iname '*docker*'10:57
gnarfacei think updatedb is only relevant if you installed mlocate10:58
Kingsythat returns alot of stuff but the only binary is /usr/bin/docker-credential-gcloud10:58
gnarfacehow about in /etc/alternatives/10:59
Kingsydocker-buildx                    docker-credential-gcloud         docker-credential-secretservice        docker-credential-ecr-login      docker-credential-pass10:59
gnarfaceah ha10:59
Kingsylooking.10:59
Kingsynothing docker related in /etc/alternatives/11:00
gnarfacedo you have locate or mlocate installed?11:00
gnarface(dpkg -l)11:00
Kingsyii  locate        un  mlocate11:01
gnarfaceah11:01
Kingsysudo updatedb gives me this -> /usr/bin/find: '/run/user/1000/doc': Permission denied11:01
gnarfacei'm not sure if updatedb is the right command for locate11:01
gnarfacei think it is not, but there should be a way to clear the located cache too11:02
Kingsyhmmm11:02
gnarfaceor maybe try sudo -i11:02
gnarfacei dunno11:02
Kingsyrunning11:03
Kingsysame error11:03
Kingsybut I mean it did do something. because it removed half of the stuff in the autocomplete.11:03
KingsyAHHHH its zsh11:03
Kingsybash doesnt do that.11:03
gnarfaceinteresting11:04
gnarfacei wonder if the /run/ permission error is also a symptom of some package mixing damage though11:05
gnarfaceis that file even there?11:05
gnarfacei don't really know much about located, i uninstalled it a long time ago because it was annoying11:05
Kingsylooking11:06
Kingsyyeah its there. its a directory and contains another dir called by-app11:06
Kingsythe date on it is the 1st of jan 1970 :p11:06
Kingsy:o  ***11:07
Kingsyright all of them are gone on docker. still packed on zsh11:10
Kingsysorry all of them are gone on bash ***11:11
Kingsyaccording to google its nothing to worry about and I should just skip the directory.11:15
Kingsygnarface: SO, https://github.com/dyne/docker-devuan-builds <- doesnt look like it has a build for chimera, should I just use whats in the repos?11:16
u-amarsh04gnarface - home built post-6.1.0 kernels11:16
u-amarsh04I have a little more time now - having to isolate11:18
Kingsyoh it does.. so whats better to use? the repos or this build?11:18
gnarfaceKingsy: i'm the wrong person to ask about that, i think the build listed in the forum but i'm not sure. you should stick around and ask someone who actually knows for sure11:22
gnarfaceu-amarsh04: ah, alright. lemme know what you find out11:22
Kingsygnarface: no worries thanks11:22
Kingsygnarface: also, thanks very much for your help on the above.11:28
u-amarsh04gnarface, I might send an email to Dave Airlie with some of the dmesg output showing hung tasks when trying to shut down but don't feel like git-bisecting as it takes a while to trigger the problem11:28
pungentweaseldevuan sure attracts some interesting personalities. this may be the weirdest thread I've ever read in all my time interneting ..  https://dev1galaxy.org/viewtopic.php?id=532215:47
u-amarsh04interesting read16:07
FatPhilNow I know why he's cranky - it's that underpowered Celeron.17:29
FatPhilMine's even worse, and you don't see me going all loonie-tunes, ... oh, wait17:30
rwprrq, gnarface, Thanks to both of you for helping me toward a configuration that avoids those UAS errors.  It needed *both* MODULES=dep and blacklist uas and usb_storage.18:48
rwpIf either were left out then the modules still loaded and errors followed.  I don't know why one hardware appears different from the other for this device.  Moving on regardless. (shrug)18:48
gnarfacerwp: i wonder if it could be some bios setting?21:26
gnarfacei've only seen that behavior with a cheap multi-port usb flash adapter i have, but it's been over a decade since i had problems with it leaving cruft behind after being unplugged21:28

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