libera/#devuan/ Wednesday, 2023-03-22

gnarfaceanyone playing with xorg options and amdgpu on daedalus lately? i was just testing some streaming stuff and i happened to notice 'Option "ShadowPrimary" "on"' causes Xorg i/o lock the machine07:47
gnarface(at start up)07:47
gnarfaceusing startx, no graphical login07:47
FatPhilFound some eudev weirdness in chimaera - my IDCard reader is given a device node 0664 root.root in chimaera, but was 0666 root.hotplug in beowulf.09:55
FatPhilboth packages are version numbered 3.2.9-1009:56
FatPhil'tis a USB device09:56
FatPhilhttp://fatphil.org/tmp/omnikey.txt10:28
unixbsdhello10:38
unixbsddo you know where i can download ASCII rootfs armhf base (rootfs) from an FTP website? my box hasnt https/SSL.10:39
djpho_O10:39
unixbsdthis maybe ??  https://ftp.nluug.nl/pub/os/Linux/distr/devuan/devuan_ascii/embedded/devuan_ascii_2.0.0_arm64_raspi3.tar.gz10:43
unixbsdnoooo !! it is https!10:43
djphhow on earth do you not have something that can do TLS?10:44
hagbardWould plain old http do it for you?10:44
unixbsdyes10:44
unixbsdhttp plain without SSL stuff would be great10:45
hagbardhttp://devuan-cd.sedf.de/devuan_ascii/embedded/devuan_ascii_2.0.0_arm64_raspi3.tar.gz10:45
unixbsdi neeed armhf10:45
hagbardWell, pick what you need: http://devuan-cd.sedf.de/devuan_ascii/embedded/10:46
unixbsd   does it work http://devuan-cd.sedf.de/devuan_ascii/embedded/devuan_ascii_2.0.0_armhf_raspi2.tar.gz   for a RPI3 ??10:46
onefang_My FTP site seems to be popular for armf ISO downloads.  Lemme check if its got ASCII.10:47
unixbsd#10:48
unixbsd#10:48
unixbsdbecause wget cannot handle SSL on my zaxxon10:48
onefang_https://sledjhamr.org/devuan-cd/  ftp://sledjhamr.org/devuan-cd/  rsync://sledjhamr.org/devuan-cd/  It has ASCII.10:50
* onefang chops my tail off.10:51
rrq812:15
FatPhilI've tried another card reader on the "working" beowulf, and that has a 0644 root.root dev node, and QEMU complains that the usb's not writeable, so that looks like the problem.12:53
FatPhilwoop woop! I've found that I manually added a rule years ago under /etc/udev  (which is odd, for various reasons), and had forgotten about it.12:56
FatPhilg/f doesn't have that same override, her nodes, from both my card reader and hers, are all 0664 root.root, but within her host OS, the reader works perfectly.12:58
FatPhilI only use mine from within a QEMU, so perhaps that's adding a layer of protection that can't be busted through12:59
FatPhilyeah, copied the rule across, everythinig works great14:13
_jay_awesome :)14:20
FatPhiland now I've got a fully working system for everything I want to use the machine for... I shall unplug the hard disk, label it and mothball it, and do it all again on the lappy's original, larger, hard disk.14:38
libretownhey there!15:12
FatPhilbosh! windows + efi partitions wiped from the disk, nothing but devuan, and I'm all core installed and booted.16:19
libretownwooo!16:20
libretowncongrars16:20
_jay_#lifeisgood16:25
FatPhilshould I be adding anything to my sources.list for a chimaera install?16:32
FatPhilalways used to have some security repo, but that's not in the default list16:33
FatPhilI lie - it is there16:33
bb|hcbI would add chimaera-updates and chimaera-proposed-updates (the later is my preference)16:34
FatPhilI notice updates is there too16:34
bb|hcbWith the updates you can play by using /devuan vs /merged - to get Devuan only updates or Devuan+Debian's16:35
FatPhiland now the painful task of installing firefox, and seeing it drag in 999 dependencies, none of which are wanted.16:41
FatPhilI don't want fricken 26MB of adwaita-icon-theme, as I use DWM not the gnome bloody desktop16:42
_jay_Devuan ist just the BIOS. firefox is the operating system :D16:46
_jay_FirefoxOS dominating us at last16:46
hagbardFatPhil: firefox (v111) doesn't have that as dependency16:47
hagbardDo you maybe have "treat recommends as dependencies" switched on somewhere, and it does get dragged in indirectly?16:48
fsmithredapt --no-install-recommends install firefox-esr16:50
FatPhilI did a minor herpderp, but aptitude why says firefox-esr depends on ligtk-3-0 depends on adwaita-icon-theme16:55
rwpEven better: echo 'APT::Install-Recommends "0";' >> /etc/apt/apt.conf.d/00local-no-recommends16:55
rwpHmm...  Aptitude.  Aptitude needs: echo 'Aptitude::Recommends-Important "false";' >> /etc/apt/apt.conf.d/00local-no-recommends16:56
FatPhilboth APT::Install-Suggests "0"; and APT::Install-Recommends "0"; are in my apt.conf.d/99_local17:00
FatPhilnot sure if I've encountered Recommends-Important before17:01
fsmithredI've never seen Recommends-Important. I just use the first line to block all Recommends and aptitude obeys that.17:02
FatPhilyeah, it's also worked in the past17:02
rwpI don't normally use aptitude at all but had that in my file from ages ago, possibly quite stale now, and so thought it was needed at one time.17:03
FatPhilalas, I had that 99_local file in the wrong place when I did the firefox install17:03
fsmithredAPT::Install-Recommends "0";    <- this line (just to be clear)17:03
FatPhilthat was my herpderp17:03
hagbardHmm, yes, there is an actual indirect dependence.17:06
FatPhilis there a way of cleaning up the now-unwanted suggests and depends robomatically, or do I need to sniff out each offender manually?17:07
hagbardequivs would be a way to work around the adwaita-icon-theme dependence, if you absolutely have to.17:08
hagbarddeborphan could help with listing unneeded recommends and suggests17:08
FatPhilheck, I'll happily go all driller killer on shit I really don't want17:09
FatPhilalas, deborphan gave no insights17:09
hagbarddeborphan -an17:09
hagbardabout equivs: https://shallowsky.com/blog/linux/install/blocking-deb-dependencies.html17:11
rwpI think once a Recommends is installed there is no easy way to remove them but...  Try: apt-get autoremove --no-install-recommends17:19
fsmithredI would like to know if that last commnand works. ^^^17:36
rwpI was trying to find a small package with a silly recommends that I could install with --install-recommends and then test it but haven't found a suitable test case for it.17:40
FatPhilhagbard: I'll give that a read later, sounds right up my street17:42
FatPhiljust managed to uninstall >100 packages manually17:42
FatPhilI guess it makes sense to reboot just to check if I've got away with it!17:43
FatPhilseems to work17:49
hagbardIf it still works, it isn't optimized enough.17:50
rwpFor clarification the "seems to work" was your manual purging of unneeded recommends packages that you manually identified?17:51
FatPhilyup manually removing lots of gstreamer stuff, quite a bit of random stuff I have no idea what it was, but when I removed one thing I knew i didn't want sometimes 20 others would poof out of existence too, which is nice.17:58
FatPhilstill have icon themes though :(17:58
FatPhilthis seems to imply that equivs is still a useful tool: https://wiki.debian.org/Packaging/HackingDependencies17:59
hagbardIt is.18:10
FatPhilqemu seems to have pulled in a lot too, it's not just firefox and its gtk deps that are bloating my install.18:14
FatPhilbut my eyes have literally stopped working for the day, so time to stop worrying about that, and watch some cute fuzzy-blur videos instead18:15
FatPhilhaha- it looks like people have been trying to solve debian's obsessive dependency disorder for nearly 20 years: https://www.brain-dump.org/blog/creating-dummy-packages-to-fulfil-dependencies-in-debian/18:52

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