IRC log for #devuan on 20210425

00:00.38Wafficusdang, my notes didn't have that apt install command from earlier
00:00.48Wafficuswhat was the apt install command to install Emacs from backports?
00:01.01Wafficussorry to ask, but my weechat buffer quit after I restarted as well :/
00:01.07Wafficusjust wanted to put this in my notes for reference
00:01.59*** join/#devuan specing_ (~specing@unaffiliated/specing)
00:05.21rwpWafficus, "apt-get install -t beowulf-backports -s emacs"
00:05.57rwpThe -s being the simulate option.  Remove that to actually do it.
00:06.39Wafficusthanks
00:07.52rwpGood luck!  For me every time I upgrade to a new release of Emacs then I must spend three days fixing the things they have broken on me. :-(
00:09.15*** join/#devuan roo^y (sid215794@unaffiliated/rooey)
00:09.15*** join/#devuan roo^y (sid215794@gateway/web/irccloud.com/x-apzuhmhwmsqydplo)
00:09.36Wafficusthanks rwp
00:15.02*** join/#devuan search_social (~search_so@99-112-18-250.lightspeed.hstntx.sbcglobal.net)
00:26.19*** join/#devuan tuxd3v (~tuxd3v@a83-132-149-71.cpe.netcabo.pt)
00:30.14*** join/#devuan kiwi9 (~john@2001:8003:6d60:501:2d8:61ff:fe7b:961b)
00:52.15*** join/#devuan djph (~dpurgert@104-57-151-177.lightspeed.bcvloh.sbcglobal.net)
00:52.15*** join/#devuan djph (~dpurgert@devuan/community/dpurgert)
00:55.54*** join/#devuan Wafficus (~Wafficus@70.126.240.148)
00:56.31WafficusI'm trying to swap ctrl key with caps key with an ~/.xmodmap file that works on my Gentoo laptop, but not on my Devuan desktop for some reason:
00:57.00Wafficushttps://termbin.com/jp28
00:57.08Wafficusthat is my current ~/.xmodmap
00:57.15Wafficusis this controlled somewhere else on Devuan?
01:02.44*** join/#devuan gast0n (~g4570n@unaffiliated/g4570n)
01:11.48*** join/#devuan ar3itrary (~hacker@2a03:4000:6:8177:2::1)
01:13.51rwpWafficus, Confirm that you are activating it with "xmodmap ~/.xmodmap" ??
01:15.31rwpWafficus, I am doing a similar thing but a little differently.  https://termbin.com/q1un
01:16.27Wafficusrwp: I didn't try xmodmap ~/.xmodmap
01:16.30WafficusI'll try that real quick
01:16.55rwpSorry, this one is probably the better one: https://termbin.com/r6af
01:17.15rwpThat turns Capslock into left Control, and left control into Escape.
01:17.54rwpThe first one is from my Thinkpad laptop keyboard and is also turning one of the keys into Super_L aka mod4 for use with i3.
01:18.06rwpThe second one is from my desktop with the standard ANSI keyboard.
01:19.12rwpAdditionally I actually set up my keyboard using this command set. https://termbin.com/ndxd
01:20.11rwpI start with the "setxkbmap" to set my compose key and also Control-Alt-Backspace enables Zap again.  Then adjust with the xmodmap the left Control and Escape.
01:20.54rwpFinishing up by speeding up the autorepeat rate to something I like using better.  The default is so slow!  After you try the slightly faster autorepeat you won't want the default! :-)
01:21.50rwpWafficus, Are you using a Desktop Environment?  Which one?  Or a simpler Window Manager?  Which one?
01:22.36rwpI am using a window manager only, i3 for me, and it does not load .xmodmap for me but I must run those commands myself.
01:22.57rwpProbably the best universal location is the ~/.xsessionrc file.  Place commands to run there.
01:24.12rwpThe ~/.xsessionrc file is sourced by the /etc/X11/Xsession script, which is a #!/bin/sh script, meaning use only portable /bin/sh shell there, no bash-isms!
01:24.23Wafficusrwp: yep that did it
01:24.32Wafficusthe single xmodmap ~/.xmodmap command rather
01:24.39rwpGood enough!
01:24.44Wafficusnow I probably have to just modify an ~/.xinitrc for now
01:25.08rwpI am also using ~/.xinitrc file but so few people do that I always ask first. :-)
01:25.54rwpSo to confirm you are NOT using lightdm or other xdm graphical login manager, but are logging into the text console and then running either "xinit" or "startx"?
01:26.31WafficusI am using lightdm to login for this particular computer ys
01:26.34Wafficusyes
01:26.38Wafficus(on my gentoo laptop, i use startx)
01:26.51Wafficusthis is my Devuan "Just Works" desktop
01:27.07rwpIf using startx then it will look for and find ~/.xinirc but if using lightdm then it won't but will look for a ~/.xsessionrc file instead.
01:28.59Wafficusgotcha, I'll have to check with a reboot
01:29.05rwpOne of these days I am going to walk through all of the control paths in all of the start scripts and try to document all of the many possible paths through everything.
01:29.44rwpBoth /etc/X11/Xsession and /usr/bin/startx are simple scripts and so if you have any questions feel free to browse the scripts to see what they do.
01:31.42rwpAnd just for more distraction there is also ~/.xsession which must be a shell script but may be a bash script but is always a separate process so cannot set environment variables.
01:39.34*** join/#devuan Wafficus (~Wafficus@70.126.240.148)
01:39.51Wafficusyeah after restarting it didn't work unfortunately
01:39.56Wafficusso it must be an Xsession idea in that case
01:43.41rwpIf you are using lightdm then that is started from Xsession which uses the ~/.xsessionrc file.
01:44.06rwpTesting would not require a reboot but simply logging out of X and the logging back in again.
01:45.26Wafficusgotcha
01:45.49Wafficuswill make a ~/.xsessionrc file that literally just has "xmodmap ~/.xmodmap"
01:45.49Wafficusthen just log out and see if that does it
01:46.54rwpI am pretty sure that in the different Desktop Environments some automatically detect and load a .xmodmap file and some do not.
01:47.05rwpBut it is safe to load it twice if you switch to one that does it automatically.
01:47.20Wafficusgotcha good to know
01:47.24Wafficuswill log out and come back one sec
01:48.26*** join/#devuan ErRandir (~mhabets@81.168.73.77)
01:50.22*** join/#devuan gast0n (~g4570n@unaffiliated/g4570n)
01:53.27*** join/#devuan Wafficus (~Wafficus@70.126.240.148)
01:53.31Wafficusyep that worked
01:53.33Wafficusthanks rgh[m]
01:53.35Wafficusrwp: *
01:54.53rwpYou are most welcome! :-)
01:56.35rwpHonestly I don't know why the DE authors make doing customizations so difficult.  But they do.
01:56.55WafficusI don't do it too often these days. I was in a big rush to do stuff like that when I was into AwesomeWM
01:57.00rwpTake PATH for example.  That ~/.xsessionrc file is also the right place to set a customized PATH if you wish to have $HOME/bin in it for example.
01:57.11Wafficusbut ever since shifting to Emacs Window Manager on my Gentoo laptop, I stopped really tweaking stuff and just focusing on the core utils involved
01:57.27systemdlete2during install, I get:  dpkg-divert: warning: diverting file '/sbin/start-stop-daemon' from an Essential package with rename is dangerous, use --no-rename     WARNING **: Configuring 'pkgsel' failed with error code 1
01:57.41rwpI used awesome window manager but I hated it because of the way it did things.  I am very much happier with i3 over awesome wm.
01:57.48systemdlete2(and I don't recall doing anything that would rename something)
01:58.15Wafficusgotcha rwp yeah I stopped using Awesome, since Lua is terrible. Hated that language so much
01:59.04rwpI had other complaints about awesomewm but will ask systemdlete2 if there are any other messages around it that might clue us into the problem?
01:59.05WafficusElisp is just so nicer, especially with Emacs to boot. But yeah, the only DE's I've used on this box include Openbox and MATE. MATE is just more so if I want to record audio really quick, and Openbox + Tint2 for general surfing
01:59.39Wafficussystemdlete2: what type of computer are you installing Devuan onto?
01:59.53Wafficusalso, what specific ISO did you use to install Devuan as well?
02:00.04rwpWafficus, Are you using MATE with exwm?  Is that what I am understanding?  If so then that is probably why you are needing to load the .xmodmap explicitly.
02:00.08ErRandirwhat does /sbin/start-stop-daemon now point to?
02:00.33systemdlete2Wafficus:  It is a vbox VM.  The install image is the 64bit net install
02:00.44rwpHopefully /sbin/start-stop-daemon is a real executable program and not a symlink.
02:00.44*** join/#devuan bpmedley (~bpm@69-174-155-24.bltnilaa.metronetinc.net)
02:00.47systemdlete2I've restarted that step (package selection)
02:00.52Wafficusrwp: I have exwm tied to my config, so technically it does exist within MATE as well, but I'm not really using it for window management. I should actually tweak my config to not even use exwm on computers like this to be honest
02:00.58rwpBut dpkg-divert will actually rename things and not symlink them.
02:00.59Wafficussystemdlete2: gotcha
02:01.26systemdlete2rwp:  I did not choose to symlink my bin and sbin directories, if that is related to your comment
02:02.32rwpsystemdlete2, It is almost related because I would have asked that question next. :-)
02:03.27systemdlete2:)
02:03.28systemdlete2Than
02:03.45systemdlete2ugh... more btrfs crap going on in my current VM...
02:04.19systemdlete2The restart of pkgsel seems to be going well this time.  Maybe it was a momentary glitch during downloading the packages.
02:04.40systemdlete2(servers in the middle of updates?  idk)
02:05.03rwpSo...  I grep through my system and I don't find any dpkg-divert commands for start-stop daemon: find /var/lib/dpkg/info -name '*.postinst' -exec grep dpkg-divert {} +
02:06.03rwpTherefore I think this is not something being done by a package postinst script.
02:06.39*** join/#devuan D-HUND (~debdog@2a00:79c0:679:b000:7a24:afff:fe8a:d04d)
02:08.45systemdlete2It is something being done, by and by, by some step of the install process.
02:09.07systemdlete2It is good to know it is not a package post install error, though.
02:09.30systemdlete2if this were a problem with the ISO or some software on the ISO, I think we'd know about it by now...
02:09.40systemdlete2That is why I suspect it was something external.
02:11.32rwpAre you preseeding install answers externally?
02:12.19rwpI have been doing server installs (without Desktop Environment) and have not had any similar problem.
02:12.33rwpAnd here in real life I am being called away...
02:19.04systemdlete2no
02:19.39systemdlete2I do my installs face-to-face with the installer.
02:19.54systemdlete2although, I admit, using an answers file makes sense.
02:20.21systemdlete2that's how alpine and some others do it
02:21.25systemdlete2interesting... the packages are done and I get that same error message in console 4.  But the installer GUI seems to be happy this time.
02:42.59rwpsystemdlete2, Which installer image did you use? Please say devuan_beowulf_3.1.1_amd64_netinstall.iso as that is most convenient for me. :-)
02:43.57*** join/#devuan Wafficus (~Wafficus@70.126.240.148)
02:57.23rwpsystemdlete2, What options did you select at the "Software selection" step?  The defaults?
03:04.45rwpsystemdlete2, I am doing a test install using that ^^ installer with the default software selections.
03:05.58systemdlete2yes, that was the iso I use
03:06.28systemdlete2I disabled ssh and enabled console productivity tools
03:07.14systemdlete2rwp:  You might be wasting your time.  I think it was more likely to be a problem with the package servers.  It was a temporary glitch; I was able to complete the install after that.
03:08.01rwpI might be wasting machine cycles as the machine is running cranking on it.  But there is little for me to do.
03:08.38rwpIt's very quick to run through the installer and now it is simply cranking through things itself without any further attention from me.
03:09.19systemdlete2as you like.  Somehow I doubt you will encounter the same conditions I did, if my theory is accurate.
03:10.52*** join/#devuan nyov (~nyov@unaffiliated/nyov)
03:11.30systemdlete2otoh, maybe something has changed on the servers that could cause the problem.  All I know is that, up to now, I have not encountered this problem.
03:12.01systemdlete2And I've installed numerous systems with the same ISO, on about 3 hardware systems and multiple VMs.
03:12.06rwpIt's one of those odd problems that is so specific that it seems impossible for it to be a simple glitch.
04:03.04*** join/#devuan yanmaani (~yanmaani@gateway/tor-sasl/yanmaani)
04:13.42fluffywolfshould I expect any issues installing devuan on a pentium mmx?  a fairly small install with icewm, no major desktop stuff, of course.  will firefox even run on a such a cpu these days?  browsing might be hard.  heh.
04:14.12gnarfacei think it should work if you have swap
04:14.45gnarfaceit won't be very fast but there's things you can do to improve it, like use zram for swap if you have enough ram
04:14.54gnarfacehow much ram does it have?
04:22.45fluffywolf160MB
04:22.56*** join/#devuan yanmaani (~yanmaani@gateway/tor-sasl/yanmaani)
04:23.03fluffywolfI have a ssd for it, so it'll have fast swap.
04:24.24gnarfacehmmm, zram is faster, and swap is hard on ssds, but maybe there is nothing to be done for it with only 160MB of ram
04:24.44gnarfacewith only 160MB of ram, i don't think "apt-get update" can complete unless you change a config field
04:24.53fluffywolfI just ebayed a replacement for my old mini laptop; been looking for one for a while.  it's not very useful as a real machine, but it sure is cute.
04:25.36fluffywolfhttp://fw.bushytails.net/laptop02.jpg  there's my old one.  it's the same width as an atx case.
04:25.42gnarfacetheoretically the kernel i think should boot with anything that is at least pentium1 or later?
04:25.58fluffywolfhttps://imgur.com/E4jE5N1  someone else's "look how tiny and cute it is" picture.
04:26.32gnarfacetrackball, i like it
04:27.46*** join/#devuan DocScrutinizer (~saturn@openmoko/engineers/joerg)
04:27.56systemdlete2rwp:  Sorry, I nearly forgot this, but I am using encryption on a portion of the disk image
04:28.27rwpsystemdlete2, My test installation finished with no problems of any sort.
04:28.31systemdlete2and lvm
04:28.55fluffywolffor scale, that's an 8" diagonal LCD.
04:29.04systemdlete2rwp: did you use encrypted fs at all?
04:29.08fluffywolfit's about 1.5 times the size of a cd jewel case.
04:29.13systemdlete2rwp: did you use lvm?
04:29.22systemdlete2those might point to a different result, but idk
04:29.26systemdlete2I don't see why
04:29.28rwpfluffywolf, I think with only 160MB it will be hard to run any current web browser.  X should run though.
04:29.58fluffywolfdownside:  it's not easy to type on when you have big paws.  :)
04:30.57rwpsystemdlete2, I did not install LVM on this test image.  But if it is encrypted then that would dictate using LVM so only the PV needs to be unlocked.
04:31.00fluffywolfmy old one is a p-mmx 133, 80mb max ram.  the new one I just got is a p-mmx 266 with 160mb ram.  double the specs!
04:31.01gnarfaceoh... what is the video chip?  x will run unless it has one of those cirrus logic video cards
04:31.15gnarfacethey removed the cirrus logic driver at some point before beowulf
04:31.23gnarfacesuper annoying
04:31.37fluffywolfneomagic.
04:31.51rwpWhich Neomagic?  One is terrible and the other less terrible.
04:31.52gnarfaceoh cool, you're probably in luck
04:31.57fluffywolfit's an entirely useless machine, other than the cuteness factor.
04:32.00gnarfaceat least the neomagic driver is still in the repo
04:32.10fluffywolfnm2160
04:32.35rwpI guess my old AMD 233MHz machine with the Neomagic driver was before there was a free driver for it.  I had endless difficulties about it.
04:33.08fluffywolfit's a machine that never really caught on...  it's a full laptop.  two pcmcia slots and everything.  decent specs for when it was made.  but teeny tiny.
04:33.11gnarfacei could imagine it's an old enough driver you might run into problems with compositing window managers
04:33.31fluffywolfI use icewm on everything; it has very minimal hardware requirements.
04:34.20fluffywolfif I rebuild the battery pack with modern cells, it'll run for like two days.  :)
04:34.47fluffywolfI rebuilt the one for my older model, but I used chinese cells that I had handy, and one shorted after a whole two cycles.  china.
04:35.07fluffywolfthis one will get genuine panasonic made-in-japan cells.
04:35.22iv4nshm4k0v?  Pentium MMX?  Wasn't the support for that dropped sometime around 2015?
04:36.04gnarfacei'm kinda jealous.  that'll be a neat machine once it is all retrofitted
04:36.15gnarfacei thought it was just stuff before the pentium but i could be wrong
04:36.50gnarfaceif you have to rebuild the kernel that will be annoying
04:38.18fluffywolfI'll have to use another box for the install, as I'm not installing from floppies.  :P
04:38.37fluffywolfand from what I've heard, it can't do usb cd-rom usefully.
04:39.07gnarfaceit has a usb port but won't support iso cdroms through it?
04:39.30gnarfaceyou might be able to still format a USB key as a 100MB ATAPI floppy
04:39.47gnarfaceactually i think it might support up to 200 or 250MB that way
04:39.49fluffywolfit doesn't have usb boot
04:39.50gnarfacein theory anyway
04:39.50iv4nshm4k0vgnarface: Not just the kernel, unfortunately: pretty much everything 'i386' is built with CPU set to i686 in Debian these days.  (IIRC, that is.)
04:39.56fluffywolfor usb floppy support for that matter
04:40.28gnarfacefluffywolf: sometimes it is non-obvious until you actually put a floppy-formatted usb key in
04:40.41fluffywolfhttps://www.debian.org/releases/stable/i386/ch02s01.en.html#idm272  "Debian GNU/Linux buster will not run on 586 (Pentium) or earlier processors. "  blah
04:40.50gnarfacelame :(
04:41.02fluffywolfusb was a late addition to it, and from what I've heard, the bios pretty much doesn't consider usb to exist - it's just a controller chip the OS can use.
04:41.08gnarfacehmmm
04:41.33fluffywolfI don't even have the official floppy drive that will work with it, if I wanted to try from floppies.  heh.
04:41.41systemdlete2rwp:  let me explain my config.  I have a 20gb virtual vbox disk.  I 2 large partitions and 1 tiny one, in a gpt scheme.  The tiny one is for the uefi bios, and one of the large ones is encrypted, one not.  Then, each large partition is a lvm volume.  /boot and /usr are unencrypted, everything else encrypted.  This is not a call for anyone here to deride my choices; I need this for what I am doing; end.
04:41.45fluffywolfmuch easier to put the drive in another box with modern usb support.
04:41.58gnarfaceyea, i guess so probably
04:42.17iv4nshm4k0vseeds NetBSD-9.1-i386.iso via Bittorrent, which is claimed to support i486+
04:42.57systemdlete2rwp:  Guess what?  I'm redoing this exercise, because I had /boot on the encrypted partition the first time.  And guess what -- I get the same error as the first time.
04:43.15systemdlete2(oops, didn't mean to say "guess what" twice!)
04:43.58fluffywolf"Debian GNU/Linux stretch will not run on 586 (Pentium) or earlier processors. "  bah.
04:44.35gnarfaceopenbsd?
04:45.11fluffywolf"Debian GNU/Linux jessie will not run on 486 or earlier processors. " "Nearly all x86-based (IA-32) processors still in use in personal computers are supported, including all varieties of Intel's "Pentium" series."
04:45.17fluffywolflooks like it'll have to run jessie.
04:45.19iv4nshm4k0vgnarface: Of BSDs, only NetBSD seem to support devmapper / LVM, which makes the others no-go for me.
04:45.29fluffywolfthis is why I asked if there would be issues installing devuan.  lol
04:45.57iv4nshm4k0vfluffywolf: Yep, that matches what I remember.  Unfortunately, Jessie had the worst Bash issues I ever seen on Debian.
04:45.57gnarfacequite disappointing they've thrown out support for pentiums
04:46.02systemdlete2rwp:  And, like the first time I did this, repeating the tasksel part identical to the failed attempt completes the install.
04:46.13gnarfacei'm sure you could still get beowulf to run on it, it just means you'd have to rebuild everything
04:46.29systemdlete2waves at gnarface o/
04:46.39fluffywolf"just".
04:46.42systemdlete2(just saying hi)
04:47.17iv4nshm4k0vgnarface: Wouldn’t that be a tad Gentoo-like, though?
04:47.33fluffywolfrealisticly, with the horsepower it has, or the lack thereof, most latest-and-greatest software won't be usable anyway.
04:48.44fluffywolfoh well, bbl, wolfy bedtime
04:48.56gnarfaceheh, yea it would definitely be something gentoo makes easier to do
04:50.28fluffywolfhttps://lists.debian.org/debian-devel-announce/2016/05/msg00001.html
04:51.48fluffywolfbbl
04:57.06iv4nshm4k0vI myself have several older boxen that I’d like to put to use.  From my limited experience, NetBSD (with pkgsrc) seem like a good enough system for my uses (which is to say, an assortment of network clients and debugging and development tools; SSH, Lynx, Neomutt, tcpdump, GCC for several targets, Perl, Tcl, etc.)
05:11.23*** join/#devuan ar3itrary (~hacker@2a03:4000:6:8177:2::1)
05:15.30*** join/#devuan GNUmoon (~GNUmoon@gateway/tor-sasl/gnumoon)
05:22.41*** join/#devuan ar3itrary (~hacker@2a03:4000:6:8177:2::1)
05:31.20*** join/#devuan targz (~Thunderbi@unaffiliated/targz)
05:31.32*** join/#devuan Human_G33k (~HumanG33k@82-64-99-84.subs.proxad.net)
05:34.25*** join/#devuan gour (~Thunderbi@unaffiliated/gour)
05:37.42*** join/#devuan morruth_ (~quassel@77.244.126.7)
05:45.08*** join/#devuan ar3itrary (~hacker@2a03:4000:6:8177:2::1)
05:50.28rwpsystemdlete2, Yes, having /boot encrypted does make it harder to use. :-)  But sounds like you have things figured out now. So all good! :-)
05:57.08*** join/#devuan Inepu (~Mithrandi@46.234.217.137)
07:03.21systemdlete2what does this mean?  Could not connect to wicd's D-Bus interface. Check the wicd log for error messages
07:03.34systemdlete2I don't see anything in the log that stands out for me.
07:04.11systemdlete2wicd is running...
07:04.32systemdlete2this is on beowulf with xfce
07:16.06lts-systemdlete2: you should check your dbus as well
07:20.51systemdlete2dbus is running, but I think I see the problem:  The /etc/network/interfaces file has eth0 configured, so it is probably competing with wicd.  I have disabled wicd in my session startup since I really don't need it anyway.
07:21.21systemdlete2That said, it might be a good idea if the user were prompted somehow during install as to which way they want to configure their internet
07:21.28systemdlete2And THAT said...
07:21.36systemdlete2It goes back to debian, I know, I know...
07:22.05systemdlete2(along with 10,000 other things that need attention, regardless of whether we are talking about debian or devuan)
07:22.14lts-AFAIK wicd is a python2 package anyway, so building on it may not last long
07:22.24systemdlete2"building on it?"
07:22.33systemdlete2I didn't build anything.
07:22.39*** join/#devuan halbeno (~halbeno@node-1w7jra20u83qh234oxwt29y5e.ipv6.telus.net)
07:22.42lts-Meaning, "building a system relying on wicd"
07:23.17systemdlete2lts-:  Everything I installed is stock, straight out of repos.  I have not done much in the way of real customization other than configuring the desktop and adding/removing some software
07:23.48*** join/#devuan Guest36168 (~alexander@2a02:587:dc0a:2700:dc6:16ac:a95:eabf)
07:35.05*** join/#devuan yanmaani (~yanmaani@gateway/tor-sasl/yanmaani)
08:04.10*** join/#devuan furrymcgee (~devuan@31.179.186.66)
08:22.06*** join/#devuan webster (~Thunderbi@p54b1dc0d.dip0.t-ipconnect.de)
08:22.55*** join/#devuan knidos (~knidos@85.99.18.32)
08:35.35*** join/#devuan deva (~deva@aasimon.org)
08:37.10devaIs there an (semi)automated way of upgrading from jessie to beowulf?
08:37.48ShorTiei'd do a new install personaly
08:38.01devaThis is exactly what I would like to avoid ;)
08:38.55ShorTiei understand, but that is best imho
08:39.51gnu_srs1deva: I don't think upgrading would be troublsome? apt-get update;apt-get upgrade;apt-get dist-upgrade
08:40.26ShorTiemake a backup 1st
08:40.44gnu_srs1Sorry, you have to do jessie->ascii->beowulf for best upgrade.
08:40.53devagnu_srs1, Assuming that I alter the sources.list to point to beowulf first?
08:41.37gnu_srs1yes after changing to and upgrading to ascii first.
08:42.04devaok, thanks. I'll give it a try :-)
08:42.20devaShorTie, And you are of course absolutely right that a backup first is crucial
08:44.39*** join/#devuan xrogaan (~xrogaan@unaffiliated/xrogaan)
08:58.30*** join/#devuan Bronzu (~Bronzu@wireless-nat-164.ip4.greenlan.pl)
09:17.06*** join/#devuan Acacia (~Acacia@unaffiliated/acacia)
09:29.27*** join/#devuan rsx (~rsx@ppp-188-174-139-65.dynamic.mnet-online.de)
09:31.10*** join/#devuan GNUmoon (~GNUmoon@gateway/tor-sasl/gnumoon)
09:33.21*** join/#devuan Acacia (~Acacia@unaffiliated/acacia)
09:58.30*** join/#devuan cocoadaemon (~foo@2a01:e0a:4e1:97e0:a69c:dc6e:df01:d357)
09:59.13*** join/#devuan mathesheepk (~Thunderbi@2001:a62:190b:c101:20e:8eff:fe4d:ce41)
10:07.15*** join/#devuan MarcinWieczorek (~user@87-205-119-219.adsl.inetia.pl)
10:22.13*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
10:25.31WalexLinus Torvalds wrote that real men don't do backups: they uploads their projects to the web and the rest of the world makes copies for them :-)
10:26.04*** join/#devuan Night_H4nter (~Night_H4n@176.212.68.52)
10:27.27*** join/#devuan Bronzu (~Bronzu@wireless-nat-164.ip4.greenlan.pl)
10:43.08*** join/#devuan ar3itrary (~hacker@2a03:4000:6:8177:2::1)
11:27.50devaShorTie, gnu_srs1, The upgrade went smoothly. Thank you for your help :-)
11:28.05ShorTieCool
11:28.14gnu_srs1:)
11:35.08*** part/#devuan deva (~deva@aasimon.org)
11:47.37*** join/#devuan onefang (~dvs1@devuan/developer/onefang)
12:01.27*** join/#devuan specing_ (~specing@unaffiliated/specing)
12:08.36*** join/#devuan ChanServ (ChanServ@services.)
12:08.36*** mode/#devuan [+o ChanServ] by moon.freenode.net
12:22.49*** join/#devuan search_social (~search_so@99-112-18-250.lightspeed.hstntx.sbcglobal.net)
12:34.12*** join/#devuan ChanServ (ChanServ@services.)
12:34.12*** mode/#devuan [+o ChanServ] by moon.freenode.net
12:54.58*** join/#devuan Bronzu (~Bronzu@wireless-nat-164.ip4.greenlan.pl)
13:04.15*** join/#devuan cd (~cd@unaffiliated/cd)
13:05.02*** join/#devuan uvegbot (~uvegbot@BC9DC3E3.unconfigured.pool.telekom.hu)
13:14.39*** join/#devuan Beer (~Beerbelot@2a01:e0a:6:8071:c8bb:e068:1ff:b05)
13:26.08*** join/#devuan Tenkawa (~Tenkawa@unaffiliated/tenkawa)
14:14.53*** join/#devuan artix_live_1 (~loouom@2a06:8782:ffbb:1337:eab1:fcff:fef7:8627)
14:17.44*** join/#devuan gast0n (~g4570n@unaffiliated/g4570n)
14:27.25*** join/#devuan DashiePie (~Rawr@c-73-152-194-183.hsd1.va.comcast.net)
14:31.42*** join/#devuan ryan_ (ryan@gateway/vpn/airvpn/watkinsr)
14:50.00*** join/#devuan targz (~Thunderbi@unaffiliated/targz)
15:26.48*** join/#devuan TCZ (~tcz@91.150.165.29)
15:28.32*** join/#devuan GNUmoon (~GNUmoon@gateway/tor-sasl/gnumoon)
15:48.42*** join/#devuan jathan (~jathan@69.61.93.38)
15:56.52*** join/#devuan libnix (~libnix@net-5-89-111-222.cust.vodafonedsl.it)
16:05.58Xenguyre: connman:  IIUC, connman detected 2 nameserver settings from my router.  I was able to manually override this, and set it back to 127.0.0.1
16:13.33*** join/#devuan AnimaInvicta (~AnimaInvi@ber27-1-78-230-215-86.fbx.proxad.net)
16:15.23*** join/#devuan liberage (~libnix@net-5-89-111-222.cust.vodafonedsl.it)
16:15.59*** join/#devuan dagelf (~quassel@41.75.110.149)
16:18.19liberagehey everyone, i recently started to have this strange fascination with the world of debian. But i'm not a huge fan of sysd either
16:18.47liberageis there a way i could migrate from archlinux to devuan without too much of a hassle (i already split my /home to a partition)
16:21.00*** join/#devuan shibboleth (~shibbolet@gateway/tor-sasl/shibboleth)
16:21.34lts-Personally I consider full wipe and new install to be the least hassle. Take full backups first, restore your home and relevant /etc configs, then restore if anything else needs to be restored
16:21.38lts-YMMV
16:22.11*** join/#devuan DocScrutinizer05 (~saturn@openmoko/engineers/joerg)
16:22.33Night_H4nter@liberage Don't do that.
16:22.47liberage*visible confusion*
16:22.48Night_H4nterIt's a major pain in the ass.
16:23.45Night_H4nterJust make the backups for everything you care about, and perform a "clean" (if one can say this about debian-like installation) install.
16:24.52liberageWell... i really care about my application's configs because i don't wanna spend reconfiguring everything from the ground up
16:25.16lts-This sounds like you don't have backups :-)
16:25.25*** join/#devuan tuxd3v (~tuxd3v@a83-132-149-71.cpe.netcabo.pt)
16:25.35liberageFor the backups; don't worry i learned the hard way. My main drive wiped itself clean a few weeks ago
16:25.56liberagei procrastinated re-setting up auto-backups until... well... you can imagine.
16:26.12liberageThankfully syncthing and nextcloud were really helpful
16:26.46liberageNow i run vorta and deja-dup. I also run a full disk image every now and then.
16:27.12onefangSounds like you have done the first and second steps - make backups, restore from them to check they work.
16:27.18Night_H4nterKeep in mind half of your configs might break upon migradtion.
16:27.59Night_H4nterEspecially KDE stuff.
16:28.07Night_H4nterNot sure about others though.
16:28.10liberageWell that sucks. Guess i'll stay on the arch boat until SHTF or i get tired of it.
16:28.13liberagei'm on xfce
16:28.40liberagethough i use arc-gtk-theme, steam, fish, etc..
16:28.55onefangThat's mostly a case of "different versions of software change the way their configs work sometimes".
16:29.32onefangI'm particularly annoyed at tmux doing that.  There is always some config option that changed enough for it to throw errors after an upgrade.
16:30.11liberagei also wanted to ask; sometimes when i try to get a package on debian/devuan, the package name is different when compared to i.e. archlinux. While i understand that this is totally normal, how do i find said package?
16:30.32liberageother than apt search, of course.
16:32.04Night_H4nterIg you just search. Debian (and, consequently, Devuan) has some stuff, which I can't recall the name of, that is doing some substitution, but I don't think it's that helpful.
16:32.46onefangWe have a web page for searching packages.  I can't recall it off the top of my head.
16:32.50liberageAptitude?
16:33.15gnarfaceyou can do regexp searches
16:33.24Night_H4nterBuild systems tend to do similar stuff, but not the package managers.
16:33.41Night_H4nterSo you should mostly rely on regex search.
16:33.54liberagemoreover on packages; if when i'm unfortunate enough that a package isn't in the repos, am i forced to compile it from source? if so how do i avoid resolving the deps myself?
16:34.21gnarfaceany good source will already have a ./debian/ directory
16:34.22onefanghttps://pkginfo.devuan.org/cgi-bin/policy-query.html
16:34.26gnarfaceotherwise you're gonna have to learn how to add it
16:35.10Night_H4nterBtw, while I'm here and the chat is alive (maybe even some ov devs are here?), what do you guys think about doing s6/s6-rc init?
16:35.18Night_H4nterIs there any chance it will be supported?
16:35.52onefangI think it is already.
16:35.55gnarfaceit's already supported
16:35.58Night_H4nterIt's not even in repos.
16:36.03Night_H4nters6 is.
16:36.08Night_H4nterNo other tools.
16:36.17gnarfacehmmm
16:36.24*** join/#devuan Kizano (markizano@2600:3c00::f03c:92ff:fe86:b66e)
16:36.24Night_H4nterNo s6-rc, no linux/portable utils, no init.
16:36.46gnarfacechances of them appearing in devuan if they get accepted by debian are close to 100%
16:36.54Night_H4nterOh...
16:36.54liberageIs backports on devuan testing a sensible thing?
16:36.57Night_H4nterDebian.
16:37.08Night_H4nter...
16:37.14gnarfaceliberage: no, nonsensical
16:37.21Night_H4nterThen ig it never happens.
16:37.25liberageSame for debian i imagine.
16:37.34liberagegnarface,
16:37.41Night_H4nterNot in the foreseeble future, at least.
16:37.48gnarfaceliberage: yes, there's only backports for stable
16:38.00liberageGot it, thanks.
16:38.06Night_H4nterLike I really, really don't wanna use artix just because it has the init I like. Hell.
16:38.29Night_H4nterIf things keep going this way, I'll end up on nixos/guixsd.
16:38.35gnarfaceNight_H4nter: i'm sure you could build it yourself.  why isn't debian accepting it?  it doesn't seem to make a lot of sense to me unless they replaced it with something else
16:39.22gnarfaceNight_H4nter: for that matter, are you sure it's not just all in the same package?
16:40.10Night_H4nterw8
16:40.13Night_H4nterI hope it's not.
16:40.24buZzisnt artix a distro
16:40.41buZzoh, nevermind
16:41.16Night_H4nter?
16:42.12gnarfacethere was other people using s6 here, maybe someone has the missing packages
16:42.28gnarfacemaybe it's like debian's openrc build that relies on sysvinit for startup and shutdown
16:42.41gnarfacemaybe it's as easy to replace with whatever you're used to
16:43.04Night_H4nterDebian used to have a file list on the package page.
16:43.20Night_H4nterCan't find it now.
16:43.26onefangThat search page I posted, shows the file list.
16:43.36onefangTry it.
16:44.09buZzhttps://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&q=s6=2.7.2.2-3
16:44.11buZzquite some files
16:44.32Night_H4nterOh, thanks.
16:45.20Night_H4nterAs I said, this is just s6 alone.
16:45.24Night_H4nterNothing else.
16:45.36buZzwhat else is there?
16:46.00gnarfaceprobably a replacement for sysv-rc?
16:46.07gnarfacelike the gentoo build of openrc has
16:46.18*** join/#devuan unixman_home_ (~unixman2@98-220-137-216.mtaonline.net)
16:46.18*** join/#devuan unixman_home_ (~unixman2@unaffiliated/eracc)
16:47.41gnarfaceNight_H4nter: to be clear, it probably works anyway.  you know that right?  it's fine if this is a matter of personal choice.
16:47.59gnarfaceit's just more work for you.
16:48.13Night_H4nter@gnarface What are you talking about?
16:48.25gnarfacethe s6 package in the repo, it probably still works
16:48.35Night_H4nterI never said it doesn't.
16:48.59gnarfacejust making sure.  i can understand you not wanting to use it if it relies on sysv parts.  i just didn't want you to think it's just gutted
16:49.32Night_H4nterI said it's not enough to build a proper system on it.
16:49.52gnarfaceis it really that hard to compile the missing part?
16:49.57Night_H4nterLike good luck compiling all other tools, then writinig your own scripts for everything, etc.
16:50.10*** join/#devuan leandroramos (~leandrora@45.238.41.69)
16:53.28liberageit's really a shame that Nix doesn't let you choose your preferred init, given that it's considered to be a "1337 h4x0r" distro (not newbie friendly)
16:53.58liberagei don't hate systemd but i also think that something like OpenRC could replace it any day.
16:55.52Night_H4nter@liberage OpenRC? Doubt it. But the problem is that nobody wants to do anything for it, as it seems, most of nix users don't particularly care about what's going on under the hood.
16:56.02*** join/#devuan ac_laptop (~ac_laptop@186.2.247.129)
16:56.14Night_H4nterJust edit the system config file, rebuild reboot.
16:58.04liberageidk, i really found openrc comfortable and intuitive.
16:59.13Night_H4nterIIRC OpenRC will need a dozen other packages to, at least, match s6 suite functionality.
17:00.28Night_H4nterAnd several tens of packages to match that of systemd.
17:01.46tuxd3vsystemd is a monter is size... it is not a init system only..
17:02.31tuxd3vfor the Images I saw till now, systemd uses a lot more ram than what people think..
17:03.42fsmithredlast I heard about s6, development was slow. We plan to support it when it's ready.
17:04.09fsmithredliberage, devuan installer does give you a choice of init systems. sysv, openrc or runit
17:04.22gnarfaceoh it's got runit now?
17:04.24gnarfacecool
17:04.26XenguyMeanwhile I've been under a rock, and just now reading about this /usr merge stuff...
17:04.33Xenguye.g. https://www.freedesktop.org/wiki/Software/systemd/TheCaseForTheUsrMerge/
17:04.37Night_H4nterIdk what you mean by "ready", but it's now perfectly usable.
17:04.56XenguyNot sure what to think, some kind of corporate-think here, or ...?
17:05.46liberagefsmithred, i know, i was talking about NixOS
17:06.02Night_H4nter@tuxd3v It uses more memory, though, not enough to become a concern anywhere except embedded/iot applications...
17:06.06Night_H4nterOh, wait...
17:06.08Night_H4nterkek
17:06.42Night_H4nterBut jokes aside, the concern on dekstop/server is not the ram consumption, but the actual code quality.
17:07.49Night_H4nterAlso don't forget systemd isn't just an init.
17:08.45tuxd3vNight_H4nter, you right it isn't just a init, but a hog monster..
17:09.34Night_H4nterIt's a "system layer". Basically an API.
17:09.46Night_H4nter**Bad** API.
17:11.11*** join/#devuan epony (epony@unaffiliated/epony)
17:11.41liberageNight_H4nter, yeah why the hell does sysd have to be a login manager, boot loader, and whatever else?
17:11.54liberagePID 1 should be PID 1. full stop.
17:13.51tuxd3vXenguy, yeah there are a initiative to merge, Essential Binaries + System Binaries in /usr..
17:16.21Xenguytuxd3v, I can't tell whether that's a bad idea or not, hrm
17:21.13tuxd3vXenguy, the issue for me , is that they will mix binaries of all species together..but I don't know if it will have further aproval by other distributions..
17:21.42XenguyFedora started this apparently
17:56.36Night_H4nter@liberage It's not only a pid1.
17:56.43Night_H4nterIt's a huge suite of applications.
17:56.50Night_H4nterDon't call systemd an init system.
17:57.33onefangPersonally I call systemd "something to be discussed in #devuan-offtopic, not here".  B-)
18:03.01MinceRhopefully you don't refer to it that way in #devuan-offtopic :>
18:13.46Night_H4nterkek
18:24.55*** join/#devuan Kizano (markizano@2600:3c00::f03c:92ff:fe86:b66e)
18:38.58*** join/#devuan BRLX (~Thunderbi@194-96-188-224.hdsl.highway.telekom.at)
18:40.23*** join/#devuan OldMoss (~oldmoss@198.167.192.65)
18:51.52*** join/#devuan GoatAvenger (~GoatAveng@unaffiliated/goatavenger)
18:53.51*** join/#devuan rgh[m] (rghfilterf@gateway/shell/matrix.org/x-gzwxudggiqtvzzlw)
18:55.39*** join/#devuan humpelstilzchen[ (erikmailus@gateway/shell/matrix.org/x-mtnktapomyfoeskd)
18:57.29*** join/#devuan kreyren (kreymatrix@gateway/shell/matrix.org/x-usgjbzeopbyktuam)
18:59.19*** join/#devuan Akuli (~akuli@82-203-160-193.bb.dnainternet.fi)
19:05.23*** join/#devuan unixman_home (~unixman2@98-220-137-216.mtaonline.net)
19:05.24*** join/#devuan unixman_home (~unixman2@unaffiliated/eracc)
19:06.19*** join/#devuan c0rnelius (~c0rnelius@2601:586:4d00:7950:42a5:efff:fe40:7581)
19:07.51*** join/#devuan leandroramos (~leandrora@45.238.41.69)
19:11.28*** join/#devuan Kizano (markizano@2600:3c00::f03c:92ff:fe86:b66e)
19:44.51*** join/#devuan leandroramos (~leandrora@45.238.41.69)
19:54.50*** join/#devuan leandroramos_ (~leandrora@45.238.41.69)
19:56.07*** join/#devuan leandroramos_ (~leandrora@45.238.41.69)
19:58.06*** join/#devuan GNUmoon (~GNUmoon@gateway/tor-sasl/gnumoon)
20:30.22*** join/#devuan epony (epony@unaffiliated/epony)
20:39.55*** join/#devuan TCZ (~tcz@91.150.165.29)
20:42.48*** join/#devuan mirda (~mirdaf@ip-94-113-160-18.net.upcbroadband.cz)
20:43.49*** join/#devuan peterrooney (~peter@2604:3d08:1580:fe00:222:4dff:fe69:d6ed)
20:44.05*** join/#devuan alexandros_c_ (~quassel@unaffiliated/alexandros-c/x-1684531)
20:44.07*** join/#devuan alexandros_tab (~quassel@unaffiliated/alexandros-c/x-1684531)
21:12.53*** join/#devuan gour_ (~Thunderbi@unaffiliated/gour)
21:34.06*** part/#devuan AnimaInvicta (~AnimaInvi@ber27-1-78-230-215-86.fbx.proxad.net)
21:37.51*** join/#devuan kreyren (kreymatrix@unaffiliated/kreyren)
21:37.51*** join/#devuan kreyren (kreymatrix@gateway/shell/matrix.org/x-usgjbzeopbyktuam)
22:09.24*** join/#devuan webster (~Thunderbi@p54b1dc0d.dip0.t-ipconnect.de)
22:31.45*** join/#devuan epony (epony@unaffiliated/epony)
22:35.28*** join/#devuan kiwi9 (~john@2001:8003:6d60:501:2d8:61ff:fe7b:961b)
23:02.28*** join/#devuan arnoldoree (~arnoldore@113.211.132.217)
23:29.22*** join/#devuan DPA (~DPA@devuan/contributor/DPA)
23:39.02*** join/#devuan epony (epony@unaffiliated/epony)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.