libera/#devuan/ Wednesday, 2021-05-19

raspbeguyhello09:30
raspbeguyI am running devuan with runit. I can't find services files when installing nginx for instance09:31
raspbeguySo if I understand correctly, services files for other init than sysvinit are not packaged, am I right?09:32
xinomiloyes, in debian just a few runit scripts are packaged09:46
xinomilothere's a thread in the dev1galaxy.org forum09:46
xinomilowith some "experimental" scripts and instructions09:46
raspbeguyok, so right now it is safer to use sysvinit for production09:48
CAPTCHA_REQUIREDhow do I remove this shit from my computer? https://cdn.nuegia.net/ce254782-b9e7-4130-bcb5-9ea992e61e1a/screenshot.png09:49
CAPTCHA_REQUIREDI disabled pocket so I shouldn't have to deal with propaganda and ads in my browser09:50
CAPTCHA_REQUIREDor rather09:50
CAPTCHA_REQUIREDdoesn09:50
CAPTCHA_REQUIREDdoesn't the debian version disable pocket by default?09:50
xrogaanCAPTCHA_REQUIRED: about:config -> extensions.pocket.enabled10:08
CAPTCHA_REQUIREDhey, idk if you can see the scrollback but it think freenode just got hacked10:08
xrogaanwhat do you mean?10:09
CAPTCHA_REQUIREDall the staff just got their connection killed10:09
CAPTCHA_REQUIREDand chanserv just restarted10:09
xrogaanmaybe related: https://gist.github.com/joepie91/df80d8d36cd9d1bde46ba018af49740910:10
lts-There was also an obnoxious user ##elsewhere a few hours ago who claimed to have 0days against Freenode who said he's going to use them momentarily. Maybe he really did.10:12
xrogaanthat would make much more sense.10:13
onefang"ChanServ left the room (quit: Killed (grumble (My fellow staff so-called 'friends' are about to hand over account data to a non-staff member. If you care about your data, drop your NickServ account NOW before that happens.)))." is what just happened, and several others with the same message.10:23
CAPTCHA_REQUIREDoh isn't this fun10:23
lts-Ah, I didn't see the kill message. Weechat smart filtering sometimes backfires10:25
onefangThere was half a dozen of them.10:26
CAPTCHA_REQUIREDall the freenode staff and services10:26
lts-Well, I assume the worst case scenario is that the freenode volunteers start free-ernode and there is a mass migration10:28
buZzlts-: they've already started10:31
buZzhttps://libera.chat/  , not live yet though10:32
CAPTCHA_REQUIREDworst case is now10:36
CAPTCHA_REQUIREDsomebody is gonna harvest all the nickserv data10:36
onefangSooo, my nickname, and the special freenode email address I used so I can see if Freenode leaked it to spammers, and the unique password I use here.10:37
lts-ditto10:37
onefangDon't think there's any actual personal data in there.  YMMV10:37
xrogaandevuan's staff might want to secure channels on a secondary network10:38
onefangWe are already looking into that.10:40
Unit193I think there's one that starts with an 'L', so I hear.10:41
onefangFor us Devuan devs, I already offered the prosody server I already run on one of the package mirrors, and another dev was also already running Prosody on his server.10:42
crashoverrideguys, how about moving to OFTC?10:42
xinomiloonefang, email, name(if full) are personal data and i believe freenode stores it someplace..10:42
onefangSo we got this covered, we just have to decide what to do, then do it.10:42
xrogaanI think OFTC would be sensible.10:43
xinomiloxmpp is decentralized, seems like a better option :)10:44
buZzonefang: at least passwords are hashed10:44
buZzdno about salted10:44
CAPTCHA_REQUIREDยป  <xinomilo> xmpp is decentralized, seems like a better option :)10:44
CAPTCHA_REQUIREDthis10:44
Unit193enc:pbkdf2v210:44
xinomilohttps://delta.chat looks nice too10:44
buZzppl want irc, not notirc10:44
buZz:D10:44
xinomilosomething sustainable too :P10:45
xrogaanxinomilo: it's also something I don't use.10:45
xrogaanoh, and xmpp clients are garbage, most of the time.10:45
xinomiloyou dont use email? :o :D10:45
CAPTCHA_REQUIREDyou can use xmpp like irc10:46
CAPTCHA_REQUIREDwith anonymous login10:46
CAPTCHA_REQUIREDas well as bosh, for a web based anonymous groupchat joining think akin to kiwi10:46
CAPTCHA_REQUIREDand there's a python script server componet that exposes xmpp mucs as a minimal irc server10:46
CAPTCHA_REQUIREDand there's biboumi network transport for forwards compatibility10:47
CAPTCHA_REQUIREDclient's like poezio support anon login, and they are similar in ui to weechat or irssi10:47
CAPTCHA_REQUIREDhell10:48
CAPTCHA_REQUIREDI'm connected to this channel via XMPP right now10:48
onefangIf you have a gmail address, you have an XMPP address already.  Google was gonna kill that off, but decided not to.10:48
CAPTCHA_REQUIREDonefang: since when?10:48
xinomiloi thought google killed xmpp years ago10:48
CAPTCHA_REQUIREDI have not been able to connect to gmail.com since years10:48
CAPTCHA_REQUIREDthey shut off federation10:48
onefangSince many years ago.  Initially through Google Talk, which changed name  afew times, now called Hangouts I think.10:49
CAPTCHA_REQUIREDyeah they rebranded to hangouts which is with the s2s module for federation10:49
CAPTCHA_REQUIRED*without the s2s10:49
onefangMeh I moved the last of my friends off Hangouts when they initially said they was shutting it down.10:49
pepe80Hello!12:20
pepe80I am new to Devuan and I am not familiar with the alternative to systemd.12:20
pepe80Please can you help me?12:20
pepe80- How do I find out what is the system ini of my server?12:20
crashoverridepepe80: you look what binary is pid112:20
pepe80Sorry, I'm just getting started.12:21
pepe80Can you tell me how?12:21
fsmithredcat /proc/1/comm12:22
orcus-depstree should display a nice "graph" of process parents/children12:22
crashoverridefsmithred: that's only part of the answer12:23
crashoverridesudo sh -c 'command -v $(cat /proc/1/comm)'12:23
crashoverridethis is how12:24
orcus-deand if you add -p .. it will show the PID of the according process too: pstree -p12:24
crashoverrideorcus-de: that's ultra verbose :P12:24
pepe80Init!!!! Thank you12:26
crashoverridepepe80: technically: `sudo sh -c 'dpkg -S $(command -v $(cat /proc/1/comm))'` is the proper command12:27
fsmithredwhy?12:28
orcus-deas it's looking more nerdy12:28
onefanglol12:29
rrqreadlink -f /proc/1/exe12:30
crashoverridefsmithred: gives you the actual name of the init.12:30
crashoverridefsmithred: instead of just 'init'12:30
fsmithreddidn't give me anything12:30
crashoverridefsmithred: did you copy-paste?12:30
fsmithredoh, it works as root12:31
crashoverridewell, duuh :D12:31
crashoverrideI don't add `sudo` to mean `$`12:31
fsmithredthat's the first I've seen a builtin only work for root.12:32
fsmithredor maybe just the first I've noticed12:32
crashoverrideyeah possibly.12:32
crashoverridebut also, it could be considered a bug I suppose12:32
CAPTCHA_REQUIREDfreenode is dying btw12:39
CAPTCHA_REQUIREDyou people should consider moving this chat elsewhere12:40
crashoverrideyes.12:40
crashoverrideplease move over to OFTC people.12:40
crashoverrideI second CAPTCHA_REQUIRED12:40
CAPTCHA_REQUIREDwell12:40
CAPTCHA_REQUIREDI would suggest XMPP, but OFTC is better than freenode12:40
onefangPlease explain what OFTC is to those that don't know.12:41
onefangI've suggested XMPP to the other Devuan devs as well.12:41
crashoverrideonefang: OFTC is another network, that isn't being taken over by an aggressive company linked to gray-zone (to put it nicely) businesses, money laundry, and various questionable activiities.12:41
CAPTCHA_REQUIREDhttps://www.oftc.net/12:41
crashoverrideIt also has proper governance, is actually meant to be for open source from this very inception.12:42
CAPTCHA_REQUIREDcrashoverride: it's sid from toy story12:42
CAPTCHA_REQUIREDI wouldn't mind hosting it12:43
crashoverridein addition, the company taking over freenode (the parent company of PIA, that has previously managed MtGox) has been using legal threats to get their way in, after buying a few key members.12:43
crashoverrideCAPTCHA_REQUIRED: I would mind someone hosting it.12:43
CAPTCHA_REQUIREDit's just a matter of adding another vhost for me, and i've already got anonymous logon, webchat, and all the works set up12:43
crashoverridein addition, anonymous chat over xmpp is not by design.12:43
CAPTCHA_REQUIREDyeah it is12:44
crashoverrideIRC does not have compulsory accounts registeration by default, and that is great.12:44
CAPTCHA_REQUIREDthers' a xep12:44
crashoverrideanonymous.12:44
crashoverridenot encrypted.12:44
CAPTCHA_REQUIREDyes encrypted12:44
onefangI've been running XMPP servers for many years.  On my server that is one of the Devuan package mirrors.12:44
crashoverrideI'm saying "anonymous"12:44
crashoverrideyou're saying "encrypted"12:44
CAPTCHA_REQUIREDboth12:44
crashoverridenot the same thing12:44
CAPTCHA_REQUIREDconnect to anon.nuegia.net with a client like poezio12:45
CAPTCHA_REQUIREDalso that's how webchat works12:45
onefangXMPP can do both, though maybe not at the same time.12:45
CAPTCHA_REQUIREDit just connects via bosh over the anonymous logon12:45
CAPTCHA_REQUIREDtry it https://www.nuegia.net/converse/12:45
crashoverridemyeah.12:46
crashoverridehow is it better than IRC?12:46
CAPTCHA_REQUIREDfor one it's federated12:46
crashoverrideIRC is too.12:46
CAPTCHA_REQUIREDand it's actually designed to be extendable from the get go12:46
CAPTCHA_REQUIREDunlike irc12:46
crashoverridemakes it harder for people to run bots on old hardware because it requres XML libraries?12:46
crashoverrides/qu/qui/12:46
CAPTCHA_REQUIREDno12:46
crashoverridewell, yeah, it does require XML libraries to implement any interaction.12:47
CAPTCHA_REQUIREDyou can run mcabber on a 486 no problem12:47
onefangI wrote an XML library once, it's tiny.12:47
CAPTCHA_REQUIREDand crashoverride IRC doesn't really have federation in the same way12:47
adhocthe over head of irc is tiny by comparison12:47
crashoverrideadhoc: +112:47
crashoverridekinda my point.12:47
CAPTCHA_REQUIREDoh12:48
adhocirc does not need federation12:48
CAPTCHA_REQUIREDand you don't need bouncers12:48
crashoverridelook, I'm not saying xmpp is a bad idea12:48
crashoverridebut JUST xmpp is.12:48
CAPTCHA_REQUIREDif poezio or profanity don't work for you12:48
adhocare tghere any CLI xmpp clients that allow anonymous logins with encryption ?12:48
CAPTCHA_REQUIREDtere's always that python script that exposes xmpp mucs as irc channels12:48
CAPTCHA_REQUIREDadhoc: yes poezio12:49
adhocok12:49
onefangHTTPS web clients using bosh.12:49
adhocwhat is bosh ?12:49
CAPTCHA_REQUIREDxmpp over a websocket12:49
onefangAn interface between web clients and XMPP.12:49
crashoverridepoezio looks like weechat12:50
CAPTCHA_REQUIREDthat's the idea12:50
crashoverrideI hate weechat.12:50
crashoverrideany irssi looking client? :D12:50
onefangThere's plenty of clients to choose.  lol12:51
crashoverrideyeah maybe.12:51
crashoverridenever really tried xmpp12:51
crashoverrideseems to me that the increased complexity adds nothing really.12:51
onefangAnd IRC <-> XMPP bridges.  I've done both ways.12:51
crashoverrideomg poezio is in python.12:51
CAPTCHA_REQUIREDcrashoverride: in the faq there's links to several others12:52
crashoverrideCAPTCHA_REQUIRED: what FAQ?12:52
CAPTCHA_REQUIREDhttps://poez.io/en/12:52
crashoverrideah poezio is a french software :D12:52
onefangActually I suggest we take this conversation to #devuan-dev.  It's out of topic for this support channel.12:52
crashoverridethat explains a lot :P12:52
crashoverrideonefang: yeah12:52
crashoverrideoh yeah I've been using profanity12:53
crashoverrideI hated every second of it.12:53
CAPTCHA_REQUIREDso salty12:53
crashoverridelooks like irssi12:53
crashoverridebut behaves like windows millenium.12:54
crashoverridealso, I'll move over to #Devuan-dev once it is -r12:54
crashoverrideforcing people to leak personal data to London Trust Media Inc. just to talk there seems a liiiiiittle bit too much.12:55
onefangI would have suggested #devuan-offtopic, but I don't wanna go there myself.  lol12:55
crashoverrideonefang: you know you can ignore the activity on a chan while being there right?12:55
crashoverride(not ignore what is written, just ignore the activity, so you only see what is happening when you actually check it)12:56
onefangI'm a compulsive speed reader.  :-P12:56
crashoverridewho is running out of excuses :D12:56
crashoverrideonefang: please join here for this discussion ;)12:56
crashoverrides/he/the/12:56
CAPTCHA_REQUIREDit13:01
crashoverrideCAPTCHA_REQUIRED: wtf?13:03
CAPTCHA_REQUIREDwhatthewhat?13:03
djphcrashoverride: aw, you've abandoned us :(13:22
crashoverridedjph: yeah, and so is more than half of freenode.13:23
crashoverrideit is a good filter to see what projects actually care about staying FOSS.13:24
CAPTCHA_REQUIREDlike all the projects that are still on github13:24
crashoverridedepends.13:24
crashoverrideif they are on github only, yes.13:24
crashoverrideif they are on github for a mirror13:24
adhocgitlab has only gotten bigger since github was purchased13:30
crashoverrideyeah13:31
adhoctheir development pace has increased too =)13:32
CAPTCHA_REQUIREDit's a big bloated dumpster fire of javascript13:33
crashoverrideyes.13:33
crashoverridetotally agreed.13:33
CAPTCHA_REQUIREDthe rate at which they have added fuel to that dumpster fire has increased13:33
adhocgithub? i agree13:33
crashoverrideI mean, github is much worse than gitlab, but both are.13:33
CAPTCHA_REQUIREDI was talking about gitlab, but both13:34
adhocgitlab is mostly written in Ruby13:34
CAPTCHA_REQUIREDat least github even works at all witthout javascript13:34
CAPTCHA_REQUIREDcan't say the same for gitlab13:35
CAPTCHA_REQUIREDall gitlab does is chug my computer dropping to single digit fps13:35
adhocCAPTCHA_REQUIRED: that may be the case, at least there are viable alternatives.13:44
pepe80I see that you guys are very involved in this with a very high level.13:48
pepe80Is there any place where I can learn Devuan without being in the way?13:48
pepe80A chat, forum or site where the newbies can solve our doubts?13:48
adhocpepe80: yes, right here.13:50
adhocyou are not in the way.13:50
adhocwhat do you need to know ?13:50
pepe80I need to know how to create and mantain a service like with systemd but with init13:51
onefangThis is the right place to be, it just goes off the rails sometimes.13:51
adhocpepe80: you have init scripts that start and stop the services.13:52
pepe80that is what I need to learn13:53
adhocyou have a look in /etc/init.d/13:53
adhocclassically unix systems have run levels.13:53
adhocthis is still the case for the default system, although there are others, but I am not familiar with them.13:53
adhocpepe80: what is the service you would like to run ?13:55
adhocas it may already have an init script.13:55
CAPTCHA_REQUIREDyou can also use openrc13:56
pepe80OK, I have to create the file in /etc/init.d13:56
pepe80But what are the commands to reload, restart the service?13:56
pepe80Like systemctl daemon-reload13:56
pepe80systemctl enable13:56
pepe80systemctl start13:56
CAPTCHA_REQUIREDit's better then sysv13:56
CAPTCHA_REQUIREDjust service13:57
CAPTCHA_REQUIREDservice thing action13:57
CAPTCHA_REQUIREDor run the script directly13:57
pepe80service daemon-reload?13:58
pepe80service enable X13:58
ShorTieall the commands are in a case statement normally13:59
ShorTieyou just need to tweek them for your thing14:00
adhocpepe80: perhaps you could read through an existing service to get an idea14:01
adhocrather than; systemctl14:01
adhocyou have;14:01
adhocservice $SERVICE stop14:01
adhocservice $SERVICE start14:01
adhocetc14:01
adhocyou can use these to enable/disable also14:01
onefangsysv-rc-conf is also a useful tool.14:03
pepe80OK, thank yu14:03
adhocpepe80: are you writing new software?14:04
Bronzuwait what14:05
BronzuWhere can I find more stuff to read about this?14:05
adhocBronzu: a little context ?14:06
BronzuThe freenode network changing hands14:06
BronzuA global notice was posted14:06
onefang#freenode or was it ##freenode.14:07
adhocBronzu: perhaps #devuan-offtopic might be a better place ?14:07
pepe80@adoc No, I'm tryint to implement this:14:07
pepe80https://www.howtoforge.com/economical-append-only-offsite-backups-with-restic-and-wasabi-debian/14:07
crashoverrideBronzu: we know, it's already being discussed on -offtopic14:07
BronzuSure I'll go look somewhere else, it's just that the notice is here but ok.14:07
crashoverrideBronzu: you're not the first one to say it :P14:08
crashoverrideit's been happening for a week and a half, since Ariadne leaked the logs with nirvana and rasengan14:08
crashoverrideand since all the staffers (like jess here) wrote resignation letters and publicly posted them all over.14:08
BronzuGuess I'm late huh, anyway good to know. I'll read into it to know what to expect as I use IRC overall since only recently.14:09
adhoc#freenode is quite over the top at the moment...14:10
adhocpepe80: got it "2.5 Setup rclone to serve restic via systemd"14:12
adhocpepe80: so I would suggest checking out the /etc/init.d/ files, something simple that implements start and stop14:13
adhoccopy it to a new files, edit it14:13
adhocpepe80: you will also note, futher down in "5.2 Run the backup script"14:15
xrogaanthe #freenode channel is not moderated anymore, for obvious reasons.14:15
adhocthat there is a cron job, you will need to update the file to run the shell script14:15
adhocpepe80: I would suggest running it by hand initially so you can understand what is going on.14:15
KittyI think I've found a bug in the installer14:16
adhocthen in another shell/xterm, you can run the back-restic.sh script and observe14:16
adhocxrogaan: it certainly looks that way =)14:16
xrogaanFor backups solution, I would suggest https://www.borgbackup.org/14:16
adhocxrogaan: assume there are good reasons for the current tool...14:21
Kittywhen trying to do an install using encrypted file system, on top of RAID,14:21
adhocI need to head to bed... night all14:21
Kittyit doesn't create the file system on top of the encrypted device14:21
Kittyand then it fails to mount it14:21
adhocKitty: platform?14:21
Kittyamd6414:21
xrogaanadhoc: honestly, I assume anything hosted on howtoforge to be out of date or unreliable.14:22
adhocversion of install media ?14:22
Kittydevuan_beowulf_3.1.0_amd64-netinstall.iso14:22
adhocah14:22
Kittyit also doesn't detect my X710-AT2 network card14:22
pepe80thank u so much for your help adhoc, @xrogan ... I must leave14:26
Kittyahaha! on the 37th attempt, it's now installing a base system14:38
Kittywell I fixed the network issue. Had to compile my own module15:30
brocashelmso, is devuan staying on freenode or moving to another server?15:34
brocashelmhttps://www.kline.sh/15:34
gnarfacei think it is a little early to say15:34
onefangWe are discussing that now.  So correct, to early to say.15:35
crashoverridebeing discussed on a chan that requires an account to join.15:36
crashoverridewhich, in the light of the information we now have, is a *bad* move.15:36
gnarfacei can configure ratbox if anyone just wants to host a irc server just for devuan15:36
cronolio"What you knew as freenode after 12:00 UTC of May 19 will be managed by different people." from https://blog.bofh.it/debian/id_46115:36
brocashelmare there any other irc networks? i use rizon15:36
Kittyoftc15:36
onefangand libera.chat, apparently run by the ex freenode staffers fleeing this sinking ship.  So I'm told.15:37
onefangI've not tried either.15:38
brocashelmi have enough problems connecting to freenode as it is because i'm usually behind vpn15:39
onefangI'm behind VPN to, no problem, but then I run my own VPN.15:40
crashoverridegnarface: that's nice.15:40
crashoverrideonefang: libera.chat is currently under heavy DDoS.15:41
gnarfacefor real?15:41
gnarfacethat seems suspicious15:41
onefanghttps://www.oftc.net/ for those that don't know what OTFC is.  I had to ask myself, though I may have used it many moons ago.15:41
crashoverridegnarface: no, it's not, it's what happens when 20k users move all at once to a new network.15:42
crashoverridegnarface: and also all want to know what's up15:42
brocashelmso maybe devuan host their own irc server15:42
brocashelmshouldn't be hard15:42
brocashelmcentralization is a bad thing15:42
crashoverridebrocashelm: +115:43
gnarfacefreenode had a good run, this is way longer than i thought it would last15:43
brocashelmi'm just surprised irc is still a thing15:43
brocashelmand it should still be a thing15:43
crashoverrideit's the only non-compulsory chat service that does not require XML :P15:44
masonbbl - will re-emerge on whatever replacement network is chosen!16:20
SisselHi out there, I've got a problem with refracta2usb. Persistence doesn't work. I made a second Partition (ext2) with a label and made it with mkpersist, but there aer no data stored and changes to the system are away after booting :(16:22
SisselThe partition persistence isn't mounted after start, is this right? Or should it be mounted?16:30
fsmithredit should be mounted16:36
fsmithredthere should be a boot menu entry with the right options to use the persistent volume16:36
fsmithredit gets created when you create the persistent volume16:37
fsmithredand it will be the last item in the boot menu unless you moved it up when the menu opened in a text editor16:37
SisselHi fsmithred, glad you're here. I booted the menu item with the persistence information, but no effect :(16:39
fsmithredcheck the logs in /var/log/live/16:41
Sisselin config.log: init line 1515 can't open /tmp/custom_mounts.list no such file16:44
SisselNothing from/with persistence16:44
fsmithredI don't know what to make of that16:45
SisselWhat would be one the persistence Partition after normal circumstances? Any Directories/Files?16:47
fsmithreddf -h16:47
fsmithredshould show the partition mounted16:48
fsmithredat /run/live/persistence or something like that16:48
Sisselnope16:48
fsmithredbooting isolinux or grub? (legacy bios or uefi?)16:49
fsmithredPM me your boot command16:49
SisselDid you got it? I'm not an irc-connaisseur16:55
Josh_2Y'all going to libera?18:42
miskatonicwhat is libera?18:42
Josh_2some other irc18:42
miskatonicsome channels switch to oftc18:43
redrickYou'll want to see https://blog.bofh.it/debian/id_461  and https://lwn.net/Articles/856543/18:43
Josh_2"Trumpian wannabe korean royalty bitcoins millionaire" low what retard wrote that18:43
redrickWhen the Freenode staff and admins walk away and found a new IRC network, that is a serious matter and not just social media noise.18:44
miskatonicdoes libera.chat have the same nickserv commands as freenode?18:47
redrickBack about twenty years ago, what is now Freenode was operated/owned by my friend Rob 'lilo' Levin, who alienated so many people that most mindshare left and formed the other dominant IRC network in techdom, literally called lilofree.net .  The schism persisted until Rob's untimely death in Houston.18:48
redrickI have not yet visited libera.chat .  This whole matter is new to my attention.18:48
redrickOne of the now-resigned ops, "fuchs" says in his resignation letter that then-head of Freenode staff "christel", two years ago sold holding company Freenode, Ltd. to third-party Andrew Lee to facilitate legal requirments for holding a Freenode #live conference, but Lee has now been intervening to dismiss democratically elected Freenode team heads and gain operational control at a technical level, leading to the current mass departures.  ...18:59
redrick... https://fuchsnet.ch/freenode-resign-letter.txt18:59
redrickMore unsavoury details from a different resignation letter, that of Aaron Jones (amdj):  https://gist.github.com/aaronmdjones/1a9a93ded5b7d162c3f58bdd66b8f49119:01
Josh_2Just signed up for libera, all the same as freenode with nickserv etc, uses tls etc etc19:14
redrickCritically, Freenode has always been highly decentralised and does not own infrastructure other than domains freenode.net/org/com .  In particular, the ircd servers are all owned by third parties and used on a rotating basis.  Mr. Andrew Lee may end the day owning a holding corporation and three Internet domains that effectively point to nothing.19:20
redrickWell, I'm going over to check out irc.libera.chat .19:22
DocScrutinizer05yeah, Mr Lee messed it up thoroughly and I don't see how to recover from this, particularly not FN network with the massive braindrain19:30
DocScrutinizer05downside: libera has NO database yet, no registered groups, no nick and password db, not even chan modes and /topic for any channel copied from FN. I don't get it why they didn't tahe at least the channel modes DB with them when they moved to libera19:34
debdoglawyer's advice?19:35
ltsIPR of the old company I suppose19:35
DocScrutinizer05they didn't even migrate the exact version of chanserv services, "access" command missing so your comman shortcuts and your procedures you know by heart don't work, as don't any bots using those19:37
DocScrutinizer05lts: all this *could* as well get harvested from mere IRC API by anybody19:37
DocScrutinizer05so not much IPR in there19:38
DocScrutinizer05the problem rather starts when acls refer to account/user names and you don't have the user account db to base that on19:39
xinomiloif anyone could copy user dbs - personal data to any new service/entity they moved to, that would be troublesome... more like fb tactics.... i find it relieving they didn't use such tactics..19:48
DPAMy nick on libera is now DPA too.21:51
xrogaanHuh, just noticed that I have elogind-daemon running.22:28
MinceR:(22:28
xrogaanDidn't have it before switching to chimaera.22:28
xrogaanhuh, it switched from consolekit to elogind for some reason.22:29
xrogaanbut consolekit is still installed!22:30
MinceRmaybe something depends on *logind22:30
xrogaansimulating removal of elogind would remove the following: elogind gvfs gvfs-backends gvfs-daemons libpam-elogind udiskie udisks222:33
MinceRsounds like something in the gvfs/udisks2 tumor depends on it22:34
xrogaanThing is, I've been using this system without obvious issues while having both consolekit and elogind active.22:34
xrogaanbut libpolkit uses consolekit.22:34
xrogaanYep. udisks2 requires 'default-logind | logind', and that's only provided by libpam-elogind.22:39
ham5urgIs there a way to randomize the Bluetooth Mac of my device? My Wifi Mac I managed to randomize.23:55

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