IRC log for #devuan on 20200607

00:01.32*** part/#devuan james1138 (~James1138@71-222-133-42.albq.qwest.net)
00:04.15*** join/#devuan n0a110w (~n0a110w@unaffiliated/n0a110w)
00:12.10gnarfacesauron-: try sed or awk, grep is more for passive filtering
00:33.04*** join/#devuan sacioz (~sacioz@177.131.178.89)
00:36.35*** part/#devuan sacioz (~sacioz@177.131.178.89)
00:45.54yetigrep 'tree' story | tail -1      # ?
00:47.02*** join/#devuan devuan (~devuan@78-130-62-250.net.novis.pt)
00:51.47*** join/#devuan fylgje (~fylgje@59.red-79-148-22.dynamicip.rima-tde.net)
00:56.40sauron-yeti again, tail 'hides' the results, i need to delete the rest of the lines from the file
00:57.27yetiredirect to a tmpfile
00:57.37yetimv tmpfile original
00:57.38sauron-delete/erase those lines and keep only the last one
00:58.49yetiI  bet sed can do it directly somehow but I nearly dont use at alll
01:02.59syco-sed -n '$p'
01:03.59sauron-checking....
01:05.10syco-but same as with tail .. create tmpfile, the overwrite as yeti suggested
01:05.24syco-s/the/then
01:11.59sauron-ok
01:12.03sauron-thanks
01:28.38*** join/#devuan Wafficus (~Wafficus@2601:483:4600:296::b8b1)
01:28.39*** join/#devuan xrogaan (~xrogaan@unaffiliated/xrogaan)
01:28.59WafficusHi there, question about the Question Regarding Devuan Beowulf's ISO: Does anyone know which one is the minimal net installer? Is it the "installer-iso" or the "minimal-live" one?
01:39.34*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
01:42.25*** join/#devuan Jjp137_ (~Jjp137@cpe-75-83-20-74.socal.res.rr.com)
01:47.21*** join/#devuan bsd4me (~bsd@98-106-74-65.gci.net)
01:59.29fsmithredWafficus, I think you want the netinstall iso.
01:59.42g4570nWafficus: http://files.devuan.org/devuan_beowulf/installer-iso/devuan_beowulf_3.0.0_amd64-netinstall.iso
01:59.56fsmithredyeah, that one
02:04.53*** join/#devuan Acacia (~Acacia@unaffiliated/acacia)
02:06.32*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
02:08.16*** join/#devuan engidea (~damiano@46.141.120.243)
02:11.05*** join/#devuan sunshavi (~user@190.236.255.173)
02:15.41*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
02:21.33*** join/#devuan some_alex (~alex@188.239.60.41)
02:23.04some_alexhi! I don't see options to install current testing and unstable on the mirrors. Aren't there any ISOs for these releases yet?
02:27.54g4570nyou can upgrade form stable (beowulf) or use the mini.iso
02:33.56gnarfacesome_alex: it's not usual for there ever to actually be official installers for those releases, the advised method is to upgrade from stable or debootstrap from a live iso
02:34.08*** join/#devuan D-HUND (~debdog@2a00:79c0:607:5700:7a24:afff:fe8a:d04d)
02:34.22gnarfacesome_alex: (or just use the live installer of course)
02:35.01gnarfacesome_alex: the mini.iso is very useful if you don't want a gui for this
02:35.37*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
02:37.36*** join/#devuan Acacia (~Acacia@unaffiliated/acacia)
02:38.03bsd4meI run refracta beowulf but since beowulf is now stable, would there be any problem if I changed my sources.list from beowulf to testing?
02:38.33nemofsmithred: ooh. I've got another fun gaming-related linux issue after going back to amdgpu-pro after last night's failed attempt at using the upstream FOSS stuff with Beowulf
02:39.10nemofsmithred: Planetary Annihilation a few days ago decided to shift to gcc9
02:39.52nemo./PA: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by ./PA)
02:40.02fsmithredbsd4me, use codenames
02:40.08fsmithredchimaera
02:40.10nemoso... I was curious if it's even possibly to install gcc-9 alongside gcc-8 on Beowulf
02:40.34nemoor, if I should just focus on hacking something together with LD_LIBRARY_PATH or using their "install old versions of game" tool
02:40.34fsmithredupgrades from beowulf to chimaera are untested, so let us know if it works
02:40.42bsd4mefsmithred: ok, thanks
02:40.52bsd4meWill do :)
02:41.07fsmithredI did make a chimaera live iso a couple days ago
02:41.11fsmithredjust as a test
02:41.38bsd4mewill go through the upgrade and note how it goes
02:42.14fsmithredtake a look at current notes for upgrades and migrations to beowulf
02:42.24fsmithredthere might be some relevant issues
02:42.32bsd4meoh, ok. Will read
02:42.59nemohmmmm chimaera does have gcc-9...
02:43.09nemowould it be a bad idea to put that on a computer the whole family is using?
02:43.38fsmithred<PROTECTED>
02:43.47fsmithredwe just started working on it
02:43.48nemoaight
02:44.12nemofsmithred: do you know if force-installing dpkg -i or whatev gcc-9 from chimaera would also break all the things?
02:44.14fsmithredand it's same as bullseye, so debian is still working on it, too
02:44.53nemoor if they are intended for side by side deploy... I see gcc-6 is in beowulf...
02:45.32fsmithredgcc-8 in beowulf
02:45.52fsmithredand gcc-7
02:46.51bsd4meI have to reboot, so will change sources.list to chimaera and see what it wants apt wants to do before doing upgrade itself. See which gcc it wants to upgrade to.
02:47.09nemofsmithred: oh. I was seeing 6 too. well, anyway, guess I'll dig up the chimaera package, install it, and cross my fingers
02:47.29nemoat worst hopefully I just break, I dunno, dkms or something
02:47.46bsd4mebbl
02:47.59nemohm. maybe just the chimaera libstdc++
02:48.38nemohuh. that's weird. devuan package search isn't finding libstdc++ in chimaera. that seems unlikely
02:49.51nemowell. maybe related to that "just started working on it" ☺
02:49.54WafficusQuestion regarding changing over an existing computer with Debian minimal installation Buster to Devuan. Could this process brick my computer? I ask because I could just easily backup my stuff and redo the entire disk with the Devuan ISO
02:50.21Wafficushowever, I wanted to know how effective it would be to literally just swap out Debian Buster with Devuan Beowulf, and if systemd is truly nuked from the computer during the process
02:50.35nemoWafficus: I tried ubuntu 14.04 to ascii and it was not pretty...
02:50.51nemoWafficus: I ended up just moving home to a nice safe partition and reinstalling system fresh
02:50.54gnarfacenemo: you could make a chroot to run steam from that has gcc9
02:50.58fsmithredWafficus, use this: https://devuan.org/os/documentation/dev1fanboy/en/buster-to-beowulf
02:51.15nemognarface: ugh... soooo messsy. esp since PA *can* be run outside of steam. they even made a tool for it
02:51.15gnarfacenemo: (or PA from, but i assume you're doing this through steam)
02:51.19Wafficushmm that's a good idea to just move the home directory, that's a neat idea
02:51.27Wafficusnever thought of that
02:51.37WafficusI think Distrotube mentioned that on a recent video to easily swap between distros
02:51.37nemognarface: https://support.planetaryannihilation.com/kb/faq.php?id=269  they linked me to this as a suggestion, which is my fallback plan
02:51.44Wafficusto like place your /home directory on its own drive
02:51.57nemoWafficus: yeah, it's way more convenient.  you can always just reinstall the tools you need as you run into them
02:51.59Wafficusfsmithred: yes, I've seen this. Looks straight forward
02:52.01fsmithredreally, follow the guide if you're going to migrate from bustser to beowulf
02:52.03nemoWafficus: think of it as a way of ditching junk packages
02:52.16fsmithredthere are a couple of non-intuitive points
02:52.36Wafficusinteresting. Honestly, the Devuan installer is EXACTLY like the Debian min installer, so I've done it a few times, pretty good stuff
02:52.40Wafficuspretty happy its the same tbh
02:52.48nemognarface: hm. chroot seems like a lot of convolution, would be awesome if I could just use LD_LIBRARY_PATH, but I guess worst case..
02:52.50Wafficuswouldn't mind nuking the drive first to do so you know
02:53.31gnarfacenemo: another option would be to just upgrade the whole thing to chimera or ceres but i can't tell you for sure that a chroot won't save more trouble in the long run (especially if something goes wrong)
02:54.16nemognarface: yeah, I trust fsmithred telling me that would be bad times
02:55.14gnarfacenemo: unfortunately steam handles LD_LIBRARY_PATH wrong so it's useless... sometimes i have managed to get LD_PRELOAD to do what i need though instead
02:55.17nemognarface: I'm trying to organise my optinons... "play other stuff"  "use their tool to fetch/install pre-2020-05 PA" "hack at ld_library_path"  "force install a dpkg from... somewhere... with gcc-9 libstdc++ and cross my fingers" ...
02:55.21*** join/#devuan bsd4me (~me@98-106-74-65.gci.net)
02:55.27nemognarface: well. I'm pretty sure I can just run it from commandline
02:55.34nemognarface: it's not like I actually want to use steam ☺
02:55.57nemognarface: preload is indeed awesomesauce. I used it to patch my IPv6 years ago when linux failed hard at it
02:56.10nemognarface: (load in a patched function with the appropriate flags)
02:56.13gnarfacenemo: yea but the problem is the ripple effect of all the games being programmed to compensate for whatever whack thing Steam is doing, so they in turn still munge it badly in most cases, from what i have gathered (ymmv)
02:56.56gnarfacethen if the game has it's own sub-launcher things get really much worse
02:57.01gnarfacebut i think PA does not
02:57.07nemognarface: ever played it?
02:57.16nemoooooh that reminds me. gotta get Spring on this computer
02:57.30nemolet's see what version beowulf has
02:57.47gnarfacenemo: yes, i'm a big fan but empirical evidence suggests it's programmed rather badly.  how did you get it working on AMD in the first place?
02:58.09nemognarface: I haven't yet
02:58.13nemoI used to play it on nvidia
02:58.16nemothis is my first AMD attempt
02:58.23gnarfacenemo: oh i see.  i wish you luck then
02:58.30nemowell. AMD cpu... but I assume that's not what you meant :p
02:58.53gnarfacenemo: well i'm playing it on ceres because stable nvidia drivers fall behind by years at a time
02:59.24nemognarface: that's why I did the amdgpu-pro thing - it seems to be working rather well for my limited selection of "demanding" games
02:59.48gnarfacenemo: i had heard reports of game-breaking polygon rendering glitches in PA with amdgpu
02:59.54nemouhoh
03:00.03nemowell. we'll see
03:00.06bsd4meI have both gcc 6 and gcc 8 installed, so apt wants to install gcc 9
03:00.10nemo"play other stuff" is an option
03:00.10gnarfacenemo: yea that was a while back but you haven't gotten gotten that far yet
03:00.31nemognarface: Spring *is* rather nice and I haven't tried 1944 in a while, looks like it's a lot more playable these days
03:00.46nemoshame their stable release is so old
03:00.56nemosince naturally that's exactly what devuan used ☺
03:01.45Wafficushas anyone gotten Steam to work decently?
03:02.03WafficusI ask because I would be willing to have a totally different Steam based partition for games and emulators for Devuan on another drive
03:02.32nemoWafficus: depends what you're looking for.
03:02.35nemoseems fine for me
03:02.43nemoWafficus: I don't mess aroudn with wine ofc
03:02.59gnarfaceWafficus: very subjective, i can tell you that over 80% of my games usually work on ceres with the latest nvidia drivers
03:03.16nemoWafficus: only games currently running in wine are some nostalgia ones (Warcraft III, Spore for the kids) and Untitled Goose
03:03.26gnarfaceWafficus: (which ones tend to vary at any given time, but there are definitely some that break more often than others)
03:03.43nemoWafficus: if you're not on nvidia, this was where I was yesterday. https://m8y.org/tmp/amdgpu.html
03:04.00gnarfaceWafficus: oh, and their new proton thing is very handy if you don't want to mess with wine
03:04.14Wafficusmostly for Steam Proton
03:04.21WafficusAs much as I don't mind tweaking my linux comps
03:04.30WafficusI for one can't stand trying to tweak a game just to work
03:04.37WafficusI just want to double click and play, no questions asked
03:04.45man_in_shacksteam proton sounds like a malaysian car
03:04.48Wafficushowever, I only casually play them to be honest
03:04.58nemoWafficus: it's a liiiittle annoying which is why I tend to stick to the Linux ones on steam.  but my daughter really really really wanted to play untitled goose ☺
03:04.58Wafficusso its not like an imperative thing.
03:05.06gnarfaceWafficus: well, it's going to be disappointing in that regard compared to windows, but the ones that work well really shine for performance usually
03:05.09nemoI wish steam would filter their offers to linxu only
03:05.16nemoor offer it as an option
03:05.30*** join/#devuan Acacia (~Acacia@unaffiliated/acacia)
03:06.02gnarfaceWafficus: if you do it, make sure you use the package in the devuan repo NOT the one from the steam website
03:06.45Wafficusgnarface: yeah I know, luckily the games I kind of sometimes play aren't too too demanding
03:07.01Wafficusmostly the building type games like Minecraft, Terraria, Stardew Valley. I do like the Warriors Orochi  games though
03:07.14Wafficushowever, I've kind of out grown the need honestly, and its like a sometimes thing
03:07.25WafficusI'm more into emulators if I'm in that mood anyway, so its not a deal breaker
03:07.29man_in_shackcraftview terravalley
03:08.07gnarfaceWafficus: well, let me know if you need help with it, a large amount of the issues just boil down to untracked dependencies, or version conflicts
03:08.40*** join/#devuan IoFran (~Thunderbi@189.154.119.249)
03:08.41gnarfaceWafficus: sometimes you have to add some junk to a particular game's launch options
03:08.55gnarfaceWafficus: sometimes you have to force it to use the system libSDL2
03:08.58gnarfaceWafficus: stuff like that
03:09.19Wafficusgnarface: gotcha
03:09.34Wafficusgnarface: cool, I appreciate that
03:09.45Wafficusyeah for now, I have my Steam install on my Arch partition on the desktop
03:10.02Wafficushowever that has blowed up so many times from me literally doing nothing that I am thinking about just abandoning that partition and wiping it
03:10.11Wafficusthe Arch install was a learning experience though
03:10.34gnarfacehehe, a learning experience in risk aversion, eh?
03:10.36Wafficuswhen I asked about that issue too, it most likely is a Nvidia video card driver issue which is weird since I had the latest drivers on that machine
03:10.41Wafficusyeah possibly
03:10.45Wafficushonestly, I just liked the whole Debian way
03:10.50Wafficusstability, never have to check on it
03:10.55Wafficusyeah, you got old packages that are annoying
03:11.04nemoWafficus: Factorio?
03:11.06Wafficusbut man, at least the damn thing will boot if needed
03:11.23gnarfacenvidia driver issues do plague the gaming experience but overall the least of all their competitors
03:11.23Wafficusnemo: what?
03:11.39nemoWafficus: building type game that is linux friendly
03:11.56nemonot sure if that's your kind of building tho
03:11.58gnarfaceoh yea, factorio worked right out of the box, no tweaking
03:11.58Wafficusah I see never played it
03:12.12nemognarface: there's a freenode channel too ☺
03:12.17nemofan one I think
03:12.23nemognarface: KSP worked out of the box too
03:12.29Wafficusthe only game that was kind of slight crashing was that Warriors Orochi 4 game though which was kind of disappointing
03:12.37gnarfacenemo: KSP does not work out of the box if you don't have pulseaudio installed
03:12.38Wafficusas I would prefer to play that on PC with a better framerate than on my Switch or something
03:12.46nemognarface: meh.
03:12.54nemognarface: libpulse surely works?
03:13.01nemoas interface to alsa
03:13.10gnarfaceWafficus: oh yea, not having pulseaudio installed is a common tripping point for a few games but i've managed to avoid actually being forced to run it with some trickery
03:13.31nemognarface: frankly if you don't have pulseaudio installed you'll have run into need for libpulse interface well before that.  firefox for example now uses pulse api only
03:13.33gnarfacenemo: you have to symlink libpulse to /dev/null then force it to use that
03:14.01gnarfacenemo: no, the firefox-esr builds in the repo do not require pulseaudio anymore
03:14.15nemognarface: ah. don't really use ESR
03:14.18gnarfacenemo: actually the regular firefox build in ceres right now might not either but i'm not sure...
03:14.21nemobut surprised they chose to maintain that
03:14.34nemognarface: firefox wrote their own audio system in rust, but chose pulse as the api layer
03:15.01nemodue to, well, needing to pick something. doesn't seem like that big a deal though, since pulse api exists for alsa these days
03:16.12nemognarface: but yeah, of the thirty linux games in my steam library, this issue with PA was the first problem I ever had
03:16.18gnarfaceWafficus: i got your back on steam controller support without systemd, too, there's some custom udev rules
03:16.18nemoapart from Witcher 2 and nouveau long ago
03:16.56gnarfacei think i have around like 80 games, and it's rare for them all to work at once but usually only one or two are persistently broken
03:17.29gnarfacethanks to the latest proton release i finally have Magicka 1 working
03:17.46gnarfaceand Bioshock2 working again after it broke in wine
03:17.56*** join/#devuan devuan (~devuan@78-130-62-250.net.novis.pt)
03:18.00gnarface(Bioshock2 original release)
03:18.51*** join/#devuan TwistedFate (~TwistedFa@unaffiliated/twistedfate)
03:19.15some_alexgnarface: so if I have a beowulf install how do I upgrade to these releases?
03:20.01gnarfacesome_alex: process for that hasn't changed from Debian; basically you just change your sources.list then "apt-get update && apt-get upgrade && apt-get dist-upgrade"
03:20.29devuanhello guys, when launching xterm, it reports problems with fonts..
03:20.32devuanhttps://paste2.org/C3XVapIg
03:20.32gnarfacesome_alex: only thing different is the repo url and release code names
03:21.32gnarfacedevuan: if it's complaining that they're missing, just install them from the repo
03:21.49devuanthe problem is what fonts
03:21.52devuan:S
03:22.15gnarfacedevuan: if you need me to take a look at the paste, use paste.debian.net or just /msg it to me directly
03:22.39gnarfacedevuan: most the fonts that are going to be relevant to you are in packages named ttf-* or fonts-*
03:23.01nemognarface: you into FOSS games at all?
03:23.14nemognarface: Wesnoth, Spring, Hedgewars
03:23.21gnarfacenemo: ioquake3
03:23.22man_in_shackblob wars
03:23.39nemognarface: ah. not a huge FPS fan
03:23.43devuannemo does you play Wesnoth?
03:23.46nemoyes
03:23.49devuanI am a big fan of it
03:24.11devuanjust can't pass the level I am into the 3rd campain
03:24.13nemodevuan: I've done most of the single player campaigns. aaaand some multiplayer. but not much. mostly just casual friends/families
03:24.36nemodevuan: used to savescum but not much anymore. it's pretty easy to ensure the expendables take the hit on an aggresssive expansion on normal
03:24.47devuanI didn't kew we can play in network in Wesnoth :)
03:25.00nemodevuan: oh sure. if it wasn't so late I'd setup a game
03:25.20nemodevuan: I mean, it's right in the main menu. 3rd from top 😃
03:25.32gnarfacealright, take the game-specific issues into #debianfork
03:25.35nemoI think it even works on the Android port
03:25.38devuannemo, is there a big amount of players?
03:25.59nemognarface: hmmmm even if I'm asking specific beowulf questions like "what happens if I install gcc-9" using dpkg in beowulf? :p
03:26.17gnarfacenemo: some people around here may even object to Steam support issues, it's just a warning
03:26.17*** join/#devuan nyov (~nyov@unaffiliated/nyov)
03:26.20devuanok gnarface, sorry but it was about wesnoth, nevertheless you right
03:27.00gnarfacenemo: IMO the gcc9 think is at the boundary but not crossing it.  Wesnoth strategy discussions definitely cross it though
03:27.36*** join/#devuan pekman (~pekman@unaffiliated/pekman)
03:27.53gnarfacei have no authority here, i'm not reprimanding either of you, i'm just voicing a warning before we all get busted :)
03:27.55nemohm... well. anyway. if someone can help me find a .deb for a libstdc++ compiled by gcc9 would appreciate it. I'm feeling adventurous
03:28.31gnarfaceif it's not in beowulf-backports i think the chroot honestly only SOUNDS like more trouble
03:28.52gnarfacebackporting libstc++ is going to put you in a world of pain
03:29.14gnarfacei went through this over a earlier gcc version during the squeeze->wheezy upgrade
03:29.25gnarfaceyou're gonna end up backporting half the distro
03:29.47gnarfaceby the time you finish you might as well have just upgraded to testing or used a chroot
03:30.38gnarfaceif it IS in beowulf-backports already, goodness just get it from there and save yourself the headache of building it
03:32.15gnarfacewith a chroot at least all you waste is disk space;  the risk of hosing the whole install is relatively low
03:32.44nemognarface: well wasn't thinking of backporting so much as force-installing the lib
03:32.47nemowith no deps
03:32.52nemothen seeing if I could just point PA at it
03:33.00nemoand crossing my fingers that the rest resolves
03:33.29gnarfacenemo: best case scenario is it works fine but you introduce random crash gremlins throughout the entire system
03:34.34nemognarface: mmm welll could just unpackage the .deb and point the problematic program at it with ld_library_path without actually installing...
03:34.40nemoI guess at that point I'm halfway to a chroot
03:34.44nemo*sigh*
03:35.00gnarfacenemo: it gets easier every time
03:36.31*** part/#devuan Wafficus (~Wafficus@2601:483:4600:296::b8b1)
03:36.44gnarfacenemo: i dunno, unpacking it into the game's install directory then trying to force the game to use those versions with environment variables or something could work.  don't let me stop you from trying if you really want
03:37.03gnarfacenemo: i just can't actually meaningfully help you accomplish that
03:38.25nemochroot seemed like a lot to maintain, but I guess it just boils down to grabbing a ceres iso and burning a bit more disc space
03:38.31nemoand it's not like I have a shortage of that
03:38.42gnarfacenemo: no you can just debootstrap into a directory then chroot into that
03:38.48gnarfacenemo: no need to get a iso
03:39.02nemooh... got a guide to link to? sounds like I need one
03:39.08gnarfacenemo: only real issue is the ~2GB disk space overhead
03:39.11gnarfaceuh... hmmm
03:39.16nemo2GB O_o
03:39.19nemobut eh.
03:39.26nemo/dev/sda1       7.2T  3.0T  4.0T  43% /
03:39.28gnarfaceall the gcc crap
03:41.37gnarfacenemo: maybe this? https://wiki.debian.org/Debootstrap
03:41.56nemok
03:42.04gnarfacenemo: that may complicate it a little.  i'm not sure copying /etc/hosts and /proc/mounts matters
03:45.07gnarfacenemo: actually, just try this:  debootstrap chimera ./targetdir http://deb.devuan.org/merged
03:45.30gnarfacenemo: then:  mount -o bind /sys ./targetdir/sys
03:45.40gnarfacenemo: then repeat this ^ for /proc, /dev, and /dev/pts
03:45.42nemook. lessee. where shall I put this
03:45.49gnarfacenemo: then just chroot ./targetdir /bin/bash
03:46.21gnarfacenemo: when you're done with it, just ctrl+d to exit out, but you might want to make sure to unmount all those bind mounts too
03:46.27gnarfacenemo: (may not matter)
03:47.29gnarfacethis is also a very useful trick for getting a clean build environment without polluting your base install
03:48.24nemoE: No such script: /usr/share/debootstrap/scripts/chimaera
03:48.37nemoeh. it's late anyway
03:48.41nemowill fiddle with this tomorrow
03:48.45gnarfacewait, what about with ceres?
03:48.52gnarfaceis that not the devuan version of debootstrap?
03:49.03gnarfacemaybe it just hasn't been patched for chimera yet
03:49.12gnarfacemaybe even if it's the devaun version
03:49.23gnarfaceit might just need to recognize chimera as a valid release name
03:49.29gnarfacei haven't tested it with chimera yet, only with ceres
03:49.46gnarfaceactually i've tested it with ceres, ascii, AND beowulf, just not chimera
03:50.07gnarfacebut i also know it won't work with the debian version of debootstrap
03:50.14gnarface(for any devuan version)
03:52.11nemognarface: I installed bootstrap on beowulf so you'd think it'd be the devuan one...
03:52.19nemoPreparing to unpack .../debootstrap_1.0.114+devuan2_all.deb ...
03:52.26nemooh well g'nite
04:03.42devuandoes any one knows, how to execute '/usr/bin/xterm -e /usr/sbin/Ceni' in a button, in openbox?
04:04.03devuanCeni is a network manager, but it needs root
04:04.10devuanalso it runs in a terminal
04:04.29devuanI have a button for it, but it doesn't launch it
04:04.41devuantought on the terminal I can launch it correctly
04:07.33devuanI assigned a button to this command, but to no avail :(
04:13.35gnarfacenemo: on ceres /usr/share/debootstrap/scripts/chimaera is just a symlink to /usr/share/debootstrap/scripts/ceres anyway, i'd say just symlink and try again
04:14.14gnarfacenemo: or do it with ceres, the difference may be negligible to you if this is all you're going to do with it...
04:31.29*** join/#devuan DocScrutinizer05 (~saturn@openmoko/engineers/joerg)
04:32.08*** join/#devuan morruth (~quassel@77.244.126.51)
04:32.15*** join/#devuan bsd4me (~me@98-106-74-65.gci.net)
04:56.00*** join/#devuan bsd4me (~me@98-106-74-65.gci.net)
04:59.07bsd4mefsmithred: I did a 2-step upgrade. First ran apt upgrade after changing sources.list to chimaera, then rebooted and checked how it operated. Everything seemed fine, so then I ran apt dist-upgrade, installed new kernel, and rebooted.
04:59.15bsd4meLinux refracta 5.6.0-2-amd64 #1 SMP Debian 5.6.14-1 (2020-05-23) x86_64 GNU/Linux
04:59.48bsd4meNot one problem with upgrading so far. Everything seems to be operating correctly
05:19.30some_alexgnarface: thanks! I just never really upgraded my Debian-based systems because I've been distro-hopping for some time
05:28.40*** join/#devuan frabbit (~free_rabb@unaffiliated/free-rabbit/x-8401877)
05:29.22frabbitis there a way to write german umlauts whith an us keyboardlayout?
05:29.39frabbitoh and the §
05:30.00frabbitalso ° seems to be missing on us layout
05:30.12tuxd3vfrabbit, maybe a papyrus is good for that?
05:30.44frabbittuxd3v: a papyrus? =D
05:30.53frabbitu mean paper
05:30.57frabbit?
05:31.05*** join/#devuan Wafficus (~Wafficus@2601:483:4600:296:2ad2:44ff:fee6:6fce)
05:31.20WafficusHi there, I have a question regarding rebooting with Devuan without systemd
05:31.32WafficusI'm used to systemctl reboot or systemctl poweroff
05:31.39Wafficuswhat are the Devuan variants without systemd?
05:32.19frabbitWafficus: reboot and shutdown -h now
05:32.34frabbittuxd3v: this: https://en.wikipedia.org/wiki/Papyrus_(software)
05:32.50Wafficusoh ok thanks
05:32.55WafficusI have another question
05:32.58WafficusI completely redid my current system from start to finish with Devuan. I've got two questions, why is it that when I log off from AwesomeWM into LightDM, I'm not given the option to be able to powerdown or restart?
05:33.22WafficusI'm able to select from the top right menu to attempt to select these options to restart or powerdown
05:34.02Wafficusbut they're greyed out for some reason and don't allow me to choose any option
05:34.08Wafficusnot sure if this is a LightDM specific problem though
05:36.59frabbitWafficus: ah i had this too.. let me check logs what this was...
05:38.57Wafficusok thanks
05:40.16frabbitWafficus: oh sorry, that wasnt from lightdm it was from de menu... D=
05:41.53Wafficusthis issue is here https://git.devuan.org/devuan-packages/lightdm/issues/2
05:41.57Wafficusthe problem is that I'm wondering
05:42.00Wafficusbecause I've used lightdm
05:42.05Wafficusdoes that mean lightdm installed systemd?
05:42.16WafficusI ask because I specifically chose Devuan to NOT use systemd
05:42.26frabbitsystemd affects alot of packages...
05:42.33Wafficusor is it a case in which lightdm is dependent upon systemd in the first place so thats why it can't work without it
05:42.41frabbitbut reboot and shutdown from lightdm works
05:42.43*** join/#devuan sunshavi (~user@190.236.255.173)
05:42.52frabbiton devuan
05:43.15Wafficusnot on my build for whatever reason
05:43.18Wafficusthey're greyed out
05:44.33WafficusI installed it from apt, if that helps
05:44.44frabbityou probably need these consolekit policykit something i dunno, i needed to install some of that to get graphically things to work, but i cant give u a tutorial cause i dont use a dm, or a fm that can mount as non root user and so on
05:45.39frabbitand i didnt sorted my notes what i was needed to do for taht system with similiar problems yet
05:46.34frabbitmaybe this: https://packages.debian.org/buster/policykit-1-gnome
05:46.36Wafficusah I see
05:46.48Wafficusis it possible to then remove lightdm at this point?
05:46.55Wafficuswhat would I then use instead?
05:48.10frabbiti had installed slim first on that beginner system but somehow it crashes often when wicd-gtk is installed too (maybe thats different for you)
05:48.20frabbitafter that i tried xdm yesterday
05:48.53frabbitbut with slim and xdm u cant reboot or shutdown thats what u need to know
05:49.09WafficusI gotcha
05:49.13frabbityou would need to make that with the de menu
05:49.27frabbitbut u said u are using awesome?
05:49.37frabbitso probably no de there?
05:49.39Wafficusanyway
05:49.48Wafficusyeah just using AwesomeWM
05:49.59WafficusI tried doing "reboot" and "shutdown"
05:50.02Wafficusboth as a regular user
05:50.02tuxd3vWafficus, type this on your system
05:50.04Wafficusand as root
05:50.07tuxd3v'if acpi_available; then echo true; else echo false;fi'
05:50.08Wafficusneither worked unfortunately
05:50.11frabbitk then u need to a su shell or sudo
05:50.54Wafficussam@samdevuan ~ $ if acpi_available; then echo true; else echo false;fi
05:50.55frabbitWafficus: u catn run these commands as non root
05:50.56Wafficus-bash: acpi_available: command not found
05:50.58Wafficusfalse
05:51.15Wafficusnot in my case for whatever reason
05:51.17Wafficussam@samdevuan ~ $ reboot
05:51.19tuxd3vI have it
05:51.19Wafficus-bash: reboot: command not found
05:51.28frabbitWafficus: you need to be root
05:51.36WafficusI tried that as well
05:51.37Wafficussame thing
05:51.52frabbityou cant reboot or shutdown as root? o_0
05:51.55tuxd3vpackage: 'powermgmt-base'
05:51.56Wafficusroot@samdevuan:/home/sam# shutdown -h
05:51.58Wafficusbash: shutdown: command not found
05:52.11frabbiterm...
05:52.40Wafficustuxd3v: is that for users like myself who don't want systemd?
05:52.49Wafficusthe 'powermgmt-base' package?
05:52.59tuxd3vthis is for everybody on x86 :)
05:53.08frabbitbut shutdown for example must be in the sysvinit package: https://packages.debian.org/buster/amd64/sysvinit-core/filelist
05:53.09tuxd3vyes, check if you have it
05:54.20tuxd3vWafficus, dpkg -l |grep powermgmt-base
05:54.37*** join/#devuan engidea (~damiano@46.141.120.243)
05:54.47Wafficusyes, as in it DOES contain systemd?
05:54.51tuxd3vWafficus, well, are you in x86?
05:54.53tuxd3v:D
05:55.12tuxd3vno devuan doesn't contain systemd
05:55.18Wafficusgotcha
05:55.24WafficusI saw this possible solution
05:55.25tuxd3v:)
05:55.26Wafficusroot@samdevuan:/home/sam# dpkg -l | grep powermgmt-base
05:55.28Wafficusii  powermgmt-base                       1.34                                all          common utils for power management
05:55.49WafficusI saw this solution https://bgstack15.wordpress.com/2019/09/01/devuan-with-lightdm-and-xfce-will-not-let-user-reboot-or-shutdown-from-user-session/
05:55.49tuxd3vyo you have it..
05:55.53tuxd3vtype as root
05:55.59WafficusI tried
05:56.05tuxd3vif acpi_available; then echo true; else echo false;fi
05:56.23Wafficusroot@samdevuan:/home/sam# if acpi_available; then echo true; else echo false; fi
05:56.25Wafficusbash: acpi_available: command not found
05:56.27Wafficusfalse
05:56.53tuxd3vapt-get install --reinstall powermgmt-base
05:57.57Wafficusok doing so now
05:58.19Wafficusdid that
05:58.22Wafficusstill the same result
05:58.29Wafficusoroot@samdevuan:/home/sam# reboot
05:58.31Wafficusbash: reboot: command not found
05:58.33Wafficusroot@samdevuan:/home/sam# poweroff
05:58.35Wafficusbash: poweroff: command not found
05:58.43Wafficus* ignore the "oroot", initial command got cut off
05:59.04tuxd3vyour system is incomplete for sure..
05:59.23Wafficusall I did was install the min install via the Devuan Beowulf net installer
06:00.20tuxd3vit could be that now there are more options for init systems there..
06:01.07WafficusI did the suggested first option
06:01.11Wafficussysinit or something like that
06:01.22Wafficus* for people who don't know what they're doing... aka me
06:01.32tuxd3v:)
06:01.37tuxd3vdo this
06:01.40tuxd3vdpkg -l| grep sysvinit-core
06:02.10Wafficusroot@samdevuan:/home/sam# dpkg -l | grep sysvinit-core
06:02.12Wafficusii  sysvinit-core                        2.93-8+devuan1                      amd64        System-V-like init utilities
06:02.33frabbitsomething seems broken then...
06:02.41tuxd3vwhait, you should have a problem with your PATH..sorry for not get it sooner
06:02.55tuxd3vecho $PATH
06:03.01Wafficusas root, or reg user?
06:03.07tuxd3vyou should have something like:
06:03.10tuxd3vas root
06:03.24Wafficusroot@samdevuan:/home/sam# echo $PATH
06:03.26Wafficus/home/sam/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
06:04.01tuxd3v\/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
06:05.03tuxd3vyou don't have :/sbin
06:05.21WafficusI see... do I have to redo the install then?
06:05.32tuxd3vho you also don't have \/usr/local/sbin
06:06.01frabbitme neither =)
20:50.42*** join/#devuan infobot (ibot@c-174-52-60-165.hsd1.ut.comcast.net)
20:50.42*** topic/#devuan is Welcome to Devuan! https://devuan.org | Releases: https://files.devuan.org (Beowulf 3.0 stable, ASCII 2.1 old-stable) | Forum https://dev1galaxy.org | Chanlogs http://maemo.cloud-7.de/irclogs/freenode/_devuan/ | take offtopic chat to #debianfork
20:50.43*** mode/#devuan [+v infobot] by ChanServ
20:50.55*** join/#devuan absinthe (~absinthe@unaffiliated/absinthe)
20:52.36Wafficusshould I just use st surf instead?
20:52.49WafficusI ask because I received the same XPCOM error for Waterfox and IceCat
20:53.02*** join/#devuan mith_ (~Mithrandi@5.171.46.115)
20:54.23frabbitWafficus: surf2 is cool =)
20:54.49frabbitim pretty sure that i will purge firefox soon and only use surf2 and lynx
20:55.05*** join/#devuan Acacia (~Acacia@unaffiliated/acacia)
20:57.08frabbitsurf2 with patches of course
21:03.48Wafficussurf2 is like qutebrowser right?
21:03.52Wafficusbut without tabs rihgt?
21:03.54Wafficus*right
21:09.24frabbiti dunno
21:09.34frabbitqutebrowser...
21:09.41frabbitmust hava a look
21:09.47frabbitbut yes no tab in surf
21:10.19*** join/#devuan bsd4me (~me@98-106-74-65.gci.net)
21:11.03frabbityug qute is written in js...
21:11.09frabbitsurf is written in C
21:15.53Acaciayou can use a program called tabbed to do tabs with surf, it's suggested somewhere, I don't have it installed right now
21:15.53*** join/#devuan kjjjnob (~kjjjnob@181.165.51.123)
21:16.02Acaciaeither the man page or the FAQ on its website
21:18.55kjjjnobDevuan support Gnome 3.3x without systemd?
21:20.17fsmithredgnome 1:3.30+1 in beowulf
21:21.49kjjjnobceres support the lastest version?
21:22.59*** join/#devuan mith_ (~Mithrandi@37.161.90.26)
21:26.05frabbitAcacia: a patch probably
21:28.32fsmithredgnome 1:3.30+2 in chimaera/ceres
21:30.58fsmithrednote that 'devuan' does not appear in the version. That means we're using the un-changed debian package.
21:31.17fsmithredso, ceres=sid, chimaera=bullseye
21:31.48fsmithredpkginfo.devuan.org to check packages/versions
21:37.11frabbitejr is sure that corona is a fake or something similiar.
21:37.18frabbitwhoops... off-topic
21:44.08*** join/#devuan rleigh (~rleigh@182.155.187.81.in-addr.arpa)
21:44.09*** join/#devuan rleigh (~rleigh@unaffiliated/rleigh)
21:44.13*** join/#devuan Guest60258 (~aitor@163.83-213-104.dynamic.clientes.euskaltel.es)
21:44.23Guest60258hi
21:44.33ejrlel
21:44.39Guest60258Wafficus: which version of icecat?
21:45.04Wafficuslatest version
21:45.09WafficusVersion 60.7.0
21:45.14Wafficusfrom their download mirror
21:46.05*** join/#devuan tuxd3v_ (~tuxd3v@78-130-62-250.net.novis.pt)
21:46.13WafficusI'm trying this because as much as I like Qutebrowser
21:46.22Wafficusit just refuses to work for Digitalocean.com's website for some reason
21:46.26Wafficuslike it won't get past the sign in page
21:46.28Guest60258i've built IceCat GNUzilla-68.9.0 for beowulf amd64
21:46.44Guest60258https://www.gnuinos.org/IceCat-68.9.0/
21:46.51Wafficuswait, there's a version past 60.7.0?
21:47.06Wafficuson their site, it only have 60.7.0 listed in the folder directory as the latest one
21:47.38Guest60258yes, somebody updated the script by Rubén Rodriguez
21:48.33*** join/#devuan tuxd3v (~tuxd3v@78-130-62-250.net.novis.pt)
21:49.00Guest60258https://git.savannah.gnu.org/cgit/gnuzilla.git
21:49.34Wafficushttps://www.gnu.org/prep/ftp.html
21:49.46Wafficussorry wrong link
21:49.48Guest60258Mark H Weaber, concretly
21:49.57Wafficushttps://ftpmirror.gnu.org/gnuzilla/
21:50.00Wafficus^
21:50.34Guest60258I tested my tarball for a few minuts and worked fine
21:50.57Guest60258put it at /opt and run the icecat-bin binary
21:51.54WafficusI see
21:52.16*** join/#devuan seastack (~seastack@178.128.151.86)
21:52.17Wafficusjust download gnuzilla-68.tar.gz and do tar -xvf (tarball file)
21:52.27Wafficusand then place it in /opt like you mentioned and run it?
21:52.30Guest60258i want to build the .deb packages including the internationalization
21:52.44Guest60258yes
21:52.48WafficusI don't have a /opt directory though?
21:52.50Wafficus*though
21:53.00ejrwhat was the file again and where can it be found, which helps to reduce the shutdown time on luks-encrypted devuan installations?
21:53.26ejrwhen i shutdown my machine, it always hangs at "sda5_crypt... " for a while and shows an error, then turns off
21:53.36*** join/#devuan mdrights[m] (mdrightsma@gateway/shell/matrix.org/x-bexeoatbbebtwenf)
21:53.38*** join/#devuan ulno[m] (ulnomatrix@gateway/shell/matrix.org/x-kaovvlulvdccdnxf)
21:53.39ejrand i once read somewhere that some file in i think grub needs to be replaced
21:54.09*** join/#devuan bjb (~bjb@sourcerer.ca)
21:54.09*** join/#devuan se7en (se7en@2001:67c:2db8:301:138:0:100:1003)
21:54.09*** join/#devuan Digit (~user@fsf/member/digit)
21:54.09*** join/#devuan robmyers (sid14471@gnu/social/robmyers)
21:54.09*** join/#devuan rypervenche (~rypervenc@unaffiliated/rypervenche)
21:54.25absintheheh, if you find the answer i might find it useful too :>
21:55.28*** join/#devuan teknopaul (~teknopaul@58.red-81-36-122.dynamicip.rima-tde.net)
21:55.28*** join/#devuan furrywolf (~furrywolf@172.58.92.58)
21:55.28*** join/#devuan jelly (jelly@pdpc/supporter/active/jelly)
21:55.28*** join/#devuan plasma41 (~plasma41@72.34.178.49)
21:55.28*** join/#devuan gnu_srs (~srs@devuan/developer/srs)
21:55.28*** join/#devuan Woodi (~iUser@hfy250.internetdsl.tpnet.pl)
21:55.28*** join/#devuan yeti (~username@p5dd21780.dip0.t-ipconnect.de)
21:55.28*** join/#devuan ephemer0l (~ephemer0l@pentoo/user/ephemer0l)
21:55.28*** join/#devuan gnarf_08 (~ck@gollum.pgxml.net)
21:55.28*** join/#devuan bleb (~cm@unaffiliated/bleb)
21:55.28*** join/#devuan hanx_ (~hanx@unaffiliated/hanx/x-2769695)
21:55.31*** part/#devuan frabbit (~free_rabb@unaffiliated/free-rabbit/x-8401877)
21:55.40ejri think there is some file on github or gitlab or so, absinthe, but couldnt find it yet....i'll keep searching and let you know if i find it tonight
21:55.49*** join/#devuan rypervenche (~rypervenc@unaffiliated/rypervenche)
21:55.53*** join/#devuan bleb (~cm@unaffiliated/bleb)
21:56.04absinthecool. i'm doing some research on my side as well :>
21:56.14*** join/#devuan phogg (~phogg@pdpc/supporter/student/phogg)
21:56.14*** join/#devuan jiefk[p] (jiefkpriva@gateway/shell/matrix.org/x-kshpxqmcneiiwref)
21:56.20absinthe(will let you know as well if i find something)
21:58.08*** join/#devuan bgstack15 (~bgirton@035-133-221-218.res.spectrum.com)
21:58.08*** join/#devuan tomtastic (~tomtastic@90.199.88.122)
21:58.09*** join/#devuan fsmithred (~fsmithred@devuan/developer/fsmithred)
21:58.09*** join/#devuan djph (~dpurgert@devuan/community/dpurgert)
21:58.09*** join/#devuan freemangordon (~ivo@46.249.74.23)
21:58.09*** join/#devuan Nukien (~Nukien@162.250.233.55)
21:58.09*** join/#devuan bilbo_b (~quassel@2a02:908:175:12e0:20d:b9ff:fe35:b114)
21:58.09*** join/#devuan tillo (znc@pentoo/developer/tillo)
21:58.09*** join/#devuan ryuujin (~ryuujin@2a07:5741:0:80::1)
21:58.09*** join/#devuan Schoumi (~schoumi@2001:41d0:2:9518::1)
21:58.29*** join/#devuan thomascovenant (thomascove@2a01:7e00::f03c:91ff:fe2b:2634)
21:58.29*** join/#devuan thomascovenant (thomascove@fsfe/thomascovenant)
21:58.30*** join/#devuan TigerbotHesh (~tbhesh@bishibosh.stronk.com.au)
21:58.41WafficusI placed it into ~/utilities/gnuzilla-68 directory
21:59.37*** join/#devuan seastack (~seastack@178.128.151.86)
21:59.37*** join/#devuan parazyd (~parazyd@devuan/developer/parazyd)
21:59.37*** join/#devuan stiltr (~stiltr@c-73-12-245-233.hsd1.ca.comcast.net)
21:59.37*** join/#devuan gnarface (~gnarface@108-227-52-42.lightspeed.irvnca.sbcglobal.net)
21:59.37*** join/#devuan DonkeyHotei (uW3tPUvj@april-fools/2014/runnerup/danielg4)
21:59.37*** join/#devuan Death_Syn (deathsyn@deathsyn.com)
21:59.37*** join/#devuan danyspin97 (~danyspin9@liveunix.org)
21:59.37*** join/#devuan buZz (~buzz@unaffiliated/buzz)
21:59.37*** join/#devuan proteus-guy (~proteus-l@cm-58-10-208-180.revip7.asianet.co.th)
21:59.37*** join/#devuan fatalerrors (~fatalerro@91.224.149.180)
21:59.37*** join/#devuan Hoshpak (~Hoshpak@dslb-002-204-202-112.002.204.pools.vodafone-ip.de)
21:59.38*** join/#devuan nckx (~nckx@tobias.gr)
21:59.38*** join/#devuan DocScrutinizer51 (~lagrange@openmoko/engineers/joerg)
21:59.38*** join/#devuan trfl (~ed@static.59.110.40.188.clients.your-server.de)
21:59.38*** join/#devuan Hoosilon (~otherone@unaffiliated/hoosilon)
21:59.38*** join/#devuan Walex (~Walex@SMTP.sabi.co.UK)
21:59.38*** join/#devuan Kimmo__ (sprite@silokki.org)
21:59.39*** join/#devuan GyrosGeier (~geier@185.27.255.155)
21:59.39*** join/#devuan INLinuxdude (~CoolHand@76.72.171.42)
21:59.39*** join/#devuan pitriss (~pitriss@isgeek.info)
21:59.39*** join/#devuan Stealth (~stealth@sourcemage/archon/stealth)
21:59.41Wafficusso basically, I did ./makeicecat in that same directory
21:59.48Wafficushowever, its complaining it needs 'hg'
21:59.48Wafficusthat's mercurial right?
21:59.48Wafficus./makeicecat: line 64: hg: command not found
21:59.53Guest60258ok, but you can create the /opt file
21:59.54Guest60258hg is mercurial
22:00.07Guest60258you also need bzr (bazar)
22:00.24*** join/#devuan mz` (~mz@gandi/mz)
22:00.29Guest60258and the "rename" package
22:01.08*** join/#devuan robmyers (sid14471@gnu/social/robmyers)
22:01.35*** join/#devuan D-HUND (~debdog@2a00:79c0:607:5700:7a24:afff:fe8a:d04d)
22:01.35*** join/#devuan helios21 (~quassel@lichtvoll.de)
22:01.35*** join/#devuan tarzeau (~alex@88.198.74.123)
22:02.11Wafficuswait isn't python-dbus part of systemd?
22:02.23Wafficusits one of the requirements for bzr
22:02.47Guest60258mozilla depends on libdbus
22:02.54Wafficusisn't that systemd?
22:03.31Guest60258not exactly, there are dh-systemd, etc...
22:03.45Guest60258the browser will work without dbus
22:03.58Wafficusah screw that then
22:04.05WafficusI don't want anything to do with systemd
22:04.15fsmithreddbus is not systemd
22:04.57fsmithredit's interprocess communication, been in debian longer than systemd
22:04.58Guest60258but uses systemd
22:04.58*** join/#devuan Acacia (~Acacia@unaffiliated/acacia)
22:05.05Guest60258but uses dbus, i mean
22:06.02fsmithredrunning without dbus is possible, but a lot of things normally present in a desktop system won't work
22:06.07Wafficusthen why is it installing python-dbus in one of the dependencies?
22:06.19Wafficusvia either bzr or mercurial
22:06.22Wafficus*forget which one
22:06.31Wafficussaw it on the dependencies it was installing
22:06.38*** join/#devuan palinuro (palinuroma@parrotsec/teamleader/palinuro)
22:07.06Wafficusso, is there an internet browser that's modern, but not Chromium, and doesn't depend on systemd?
22:07.14Wafficusis there such a browser, or am I screwed in that regard?
22:07.22fsmithredI have no idea why it has the dependencies that it does
22:07.27Guest60258on dbus?
22:07.30Wafficusgotcha
22:08.09fsmithredI'm pretty sure that those dbus libraries can't do anything if dbus isn't present and running
22:09.16fsmithredfirefox will run without dbus
22:09.54Wafficusbetter safe than sorry to not use it then
22:09.57Wafficuskind of disappointing
22:10.09WafficusI wonder what in the hell browser doesn't use Chromium infested bs, or isn't systemd based
22:10.14Wafficusits like a lose-lose situation
22:10.27fsmithredlynx?
22:10.46WafficusI've been using w3m
22:10.53fsmithredclose enough
22:10.56Wafficusbut I'll still need a GUI browser for like banking and stuff like that
22:11.01Wafficusand to access Digital Ocean's site
22:11.10fsmithredlinks2 will run in graphical mode and makes the web look like 1995
22:11.11Wafficusqutebrowser won't log me into Digital ocean, not sure why
22:11.27ejrw3m with some customization (e.g. vim keybindings) works great for most purposes
22:11.36ejri use palemoon+pentadactyl for banking and stuff
22:11.40Guest60258Wafficus: maybe Otter browser?
22:11.40Guest60258http://packages.gnuinos.org/gnuinos/pool/main/o/otter-browser/
22:11.50fsmithredyou'll probably need javascript to do banking
22:12.33Guest60258i don't know sure, because it's in Qt5
22:14.02*** join/#devuan kjjjnob (~kjjjnob@181.165.51.123)
22:14.04WafficusI see, Otter browser hmm
22:14.43Guest60258here you are the website: https://otter-browser.org/
22:14.56*** join/#devuan ulno[m] (ulnomatrix@gateway/shell/matrix.org/x-imngfrnwymbuzzgi)
22:14.59*** join/#devuan veeee (v7ematrixo@gateway/shell/matrix.org/x-euujzdsylukmxnay)
22:15.01Guest60258fsmithred: one parenthesis...
22:15.34Guest60258today i've built gnuinos beowulf with runit, but i need to test it
22:15.44fsmithred:)
22:16.22Guest60258yesterday i was wrong at some points, talking about /etc/service
22:16.43*** join/#devuan blizzow (~blizzow@97-118-142-53.hlrn.qwest.net)
22:17.31*** join/#devuan hkuj (hkujmatrix@gateway/shell/matrix.org/x-xgyrquejkzqikbpp)
22:17.57Guest60258on the other hand, i also talked about my services for the virtual ttys, but they are provided by tthe *getty-run* package
22:18.38fsmithredI don't remember you talking about that
22:19.39*** join/#devuan erhandsoME[m] (erhandsome@gateway/shell/matrix.org/x-cnmsrgithiingewu)
22:19.41fsmithredI need to go to the kitchen
22:19.45fsmithredbbiab
22:19.54Guest60258i thought that /etc/runit/runsvdir/default pointed to /etc/service, but it's in the other way around, so, the packaging is right
22:20.12Guest60258and i need to reboot, see you tomorrow :)
22:20.32*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
22:20.32*** join/#devuan mdrights[m] (mdrightsma@gateway/shell/matrix.org/x-uhecscbvthchxweg)
22:20.35*** join/#devuan ejr (~ejr@77.119.128.185.wireless.dyn.drei.com)
22:23.07*** join/#devuan I3^RELATIVISM (alexissamp@gateway/shell/matrix.org/x-eqyleyvgpodeshrs)
22:24.00*** join/#devuan Xenguy (~Xenguy@devuan/community/Xenguy)
22:27.07*** join/#devuan humpelstilzchen[ (erikmailus@gateway/shell/matrix.org/x-qhsvqilrxpadbrdv)
22:27.27*** join/#devuan cerna (cernamatri@gateway/shell/matrix.org/x-vmzytrczslotybej)
22:28.44*** join/#devuan zatumil (~debian@cgn-213-196-211-75.nc.de)
22:30.18*** join/#devuan jiefk[p] (jiefkpriva@gateway/shell/matrix.org/x-bhioqucjkkgiumor)
22:31.18ejrabsinthe: i think it's the cryptsetup-functions file...
22:31.26ejrbut i have yet to find the updated one that fixes the bug
22:31.30*** join/#devuan phicoh (phicohmatr@gateway/shell/matrix.org/x-fvllonpzyxwwtlad)
22:31.38ejr*cryptdisks-functions
22:32.20*** join/#devuan grin[m] (gringrinhu@gateway/shell/matrix.org/x-kpmzcyrfcagncmhg)
22:32.27ejrhttps://dev1galaxy.org/viewtopic.php?pid=7675#p7675
22:32.47*** join/#devuan LucasRamage[m] (oxr463matr@gateway/shell/matrix.org/x-ngjtoshxdtgqwugd)
22:35.14fsmithredejr, https://git.devuan.org/devuan-packages/cryptsetup-modified-functions/blob/master/cryptdisks-functions
22:36.05ejrahh that's what i was looking for, thanks fsmithred! i can just cp that over the old cryptdisks-functions, right? no other commands necessary?
22:36.11WafficusI'm still doing the make install and its still waiting on this part
22:36.13Wafficuss|www.gnu.org/software/gnuzilla/icecat-help|libreplanet.org/wiki/Group:IceCat/Help|g
22:36.14fsmithredcorrect
22:36.15Wafficusis that normal?
22:36.29fsmithredit might get overwritten if cryptsetup gets an update
22:36.33fsmithredso save a copy
22:36.34Wafficusmy laptop's pretty hot for doing this build from source task with the ./makeicecat thing
22:37.18fsmithredWafficus, use cpulimit
22:49.12*** join/#devuan systemdlete2 (~systemdle@c-76-105-3-38.hsd1.ca.comcast.net)
22:55.39*** join/#devuan bsd4me (~bsduser@98-106-74-65.gci.net)
22:55.56*** join/#devuan blizzow (~blizzow@97-118-142-53.hlrn.qwest.net)
23:03.16*** join/#devuan fleeky (~fleeky@2601:645:4300:6580:cc15:e9fb:b6fa:87e)
23:03.25*** join/#devuan TheBlueWizard (60e79d9a@pool-96-231-157-154.washdc.fios.verizon.net)
23:08.00TheBlueWizardI have some questions about upgrading to Beowulf from Ascii: do I need to do the upgrading from console with apt-get, or can I do that from Synaptic? And do I need to stop GUI first?
23:10.09*** join/#devuan fleeky (~fleeky@2601:645:4300:6580:cc15:e9fb:b6fa:87e)
23:12.19golinuxTheBlueWizard: https://devuan.org/os/documentation/dev1fanboy/en/upgrade-to-beowulf
23:12.46*** join/#devuan fleeky (~fleeky@2601:645:4300:6580:cc15:e9fb:b6fa:87e)
23:13.26TheBlueWizardI am already looking at it and it seems to say use comsole...am not sure
23:14.58*** join/#devuan bsd4me (~bsd@98-106-74-65.gci.net)
23:15.08*** join/#devuan fleeky (~fleeky@2601:645:4300:6580:cc15:e9fb:b6fa:87e)
23:16.20golinuxI wouldn't use synaptic to upgrade.
23:19.06TheBlueWizardOK
23:19.40TheBlueWizardAnd prolly better to not be in GUI as well then
23:19.45TheBlueWizardthanks
23:23.26*** join/#devuan blizzow (~blizzow@97-118-142-53.hlrn.qwest.net)
23:24.40*** join/#devuan fleeky (~fleeky@2601:645:4300:6580:cc15:e9fb:b6fa:87e)
23:31.56*** join/#devuan blizzow (~blizzow@97-118-142-53.hlrn.qwest.net)
23:33.38absintheah! tyvm for this cryptsetup fix, it works like a charm <3
23:38.43WafficusI'm in the output folder for icecat from gnuzilla
23:38.48Wafficusaka icecat-68.9.0
23:38.55Wafficushowever I don't see an executable that was made with the makefile
23:39.25*** join/#devuan james1138 (~James1138@71-222-133-42.albq.qwest.net)
23:41.58*** join/#devuan banisterfiend (~textual@ruby/staff/banisterfiend)
23:45.13*** join/#devuan rafalcpp (~racalcppp@ip-178-214.ists.pl)
23:50.24*** part/#devuan TheBlueWizard (60e79d9a@pool-96-231-157-154.washdc.fios.verizon.net)
23:51.22*** join/#devuan blizzow (~blizzow@97-118-142-53.hlrn.qwest.net)
23:53.03*** join/#devuan bsd4me (~bsd@98-106-74-65.gci.net)
23:55.53*** join/#devuan Jjp137_ (~Jjp137@cpe-75-83-20-74.socal.res.rr.com)
23:56.54*** join/#devuan fleeky (~fleeky@2601:645:4300:6580:6125:fba1:4155:b30e)

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