libera/#devuan/ Friday, 2020-06-12

gnu_srsHi, has anybody seen some statistics on the number of downloads of beowulf?00:12
* lastebil has downloaded a copy plus used the net installer, so: 2.00:18
lastebilthat said: because of net installs, I'm not sure that any number will be 100% accurate. (all other answers will be more accurate than mine, however.)00:19
EHeMNot to mention there are upgrades where all you might see are packages flowing by.00:29
EHeMOTOH if you have a computer with multiple VMs, you can have them share downloads and even though you only see packages being downloaded once they might be installed multiple times.00:30
ibanjaIs LVM pretty much obsolete?01:34
ibanjaThe reason I ask is that the beowulf installer seems to make using LVM, or custom partitioning difficult... or am I missing something?01:37
ibanjaI get to "Run the partitioner now?" and choose skip, because I have LVM partitions, and I can only choose physical volumes.02:07
fsmithredibanja, which iso are you using?02:14
fsmithredinstaller iso or live iso?02:15
ibanjausing devuan_beowulf_3.0.0_amd64_desktop-live.iso02:21
fsmithredok, you can do it with the cli installer02:24
fsmithredopen the lvm first. If it's encrypted, open the encrypted volume first.02:25
fsmithredthen in terminal run 'sudo refractainstaller'02:25
fsmithredand when it asks what partitions to use, you type in the /dev/mapper/name02:25
ibanjawhen you say open the lvm first, do you mean activate?02:26
fsmithredif you need more detailed instructions, let me know. I'm just sitting here watching a movie.02:27
fsmithredyeah, vgchange -ay something02:27
fsmithredvolume name02:27
fsmithredyou can run vgscan or vgdisplay before and after to see what you have02:28
fsmithredand what you've done02:28
fsmithredthe installer will let you have separate /boot and /home partitions02:29
ibanjaOK... just ran refractainstaller ... that's familiar...02:29
fsmithredoh, that helps02:29
ibanjaLooks good... thanks fsmithred02:30
fsmithredif the lvm is in an encrypted volume, you need to edit /etc/crypttab manually02:30
fsmithredI'm happy to see that someone actually used it for lvm.02:32
ibanjaok... thanks02:33
bgstack15Everything I do uses lvm... if I get a choice.03:29
bgstack15The last time I chose to skip lvm, I ended up realizing later that I wanted to extend space... but now I couldn't...03:30
fsmithredsymlink is your friend03:33
DarwinElfon four my Devuan 3 systems (converted from Debian 9, upgraded) there's no kern.log/dmesg, and trying to halt/reboot/shutdown, some those commands can't find runlevel, and they all ' timeout opening/writing control channel /run/initctl'... three when powered off & on don't bring up ethernet/network (but can start manually, requiring ifconfig, etc.)... what could've gone wrong on the upgrade/conversion?04:02
EHeMDarwinElf: Might you have installed some Devuan packages, but left some Debian packages behind?04:04
EHeMDarwinElf: Look for "obsolete" packages in your favorite package manager and see whether they should be removed.04:06
DarwinElfi doubt it04:07
gnarfacedoes /run/initctl even exist?04:08
gnarfacemy guess is also that you have a incomplete upgrade, but maybe it's more about missing packages than the wrong versions of them04:08
gnarfacerun this once as a sanity check; apt-get update && apt-get upgrade && apt-get dist-upgrade04:09
gnarfaceif your install was complete and i'm wrong about it, then this should execute no changes04:09
DarwinElffavourite package manager?  Does *BSD-style pkg or basic GNU/Linux/Slackware slackpkg work?  Of course, I did that on the first upgrade and sometimes since.  Apt autoremove showed nothing04:09
gnarfaceif i'm right, you'll be prompted with packages to install/upgrade/remove or possibly an error about a broken/missing package or other related failure04:10
DarwinElfi'll try it again anyway04:10
gnarfacemy favorite of the tools are apt-cache and apt-get04:10
gnarfaceif you paint yourself into a corner, aptitude is known for being decent at thinking for you though, and proposing solutions04:10
gnarfacealso, make sure you read the release notes, especially about the consolekit/elogind thing.  they're mutually exclusive, functionally, even though the packages themselves don't enforce it, so if you're upgrading from debian there's a good chance you're left with both in which case neither work04:12
gnarface(would be expected to cause certain permissions errors)04:12
DarwinElfOn each, /run/initctl exists, and 'The following packages will be upgraded: ca-certificates linux-libc-dev'04:14
DarwinElfi don't remember what page I read about switching, but it was likely on Devuan.org, then when/before I finally did, I was surprised how easy it was.  It had already become much simpler, and someone here maybe linked me an official page about it, if I hadn't found it... the instructions became maybe 1/4 or 1/10 the original size...04:17
DarwinElfmaybe the problem is they're in OpenVZ emulators/virtual-machines (emu/VM, run by a virtual private server, VPS, company) but those were setup for Debian operating system (OS) images?  I'm thinking the OpenVZ are setup for systemd, as if the VPS company really believe system administrators (sysadmins) now normally want systemd...04:20
DarwinElfand maybe that's the case... maybe other than systadmins in name, most real ones are retired/deceased by now...04:21
DarwinElfi haven't really done much on most the servers, so an option is just erase & retry...04:24
gnarfacesorry, i could only speculate, but the systemd thing does sound like a potential suspect04:28
gnarfacei don't know enough about openvz to be sure, but their documentation would mention it04:28
gnarfaceneither ca-certificates nor linux-libc-dev should affect this, if those are really the only things not upgraded04:29
DarwinElfyeah.  So I think I'm going to try one re-install/-upgrade (from Debian 10) anyway, and anything I'm not sure I'm doing right, hopefully I could ask here.  If that doesn't work, I'll eventually have to switch VPS company unless they offer 'real' servers... any suggestions?  This one was just $15/year for 128MB RAM and 12GB storage... of course, I might pay half or more of $15/month to install anything I want in KVM, but that's not affordable currently.04:36
DarwinElfLow-powered system resources is okay because it's just for IRC programs/clients...04:36
gnarfacemy suggestion would be to try it on bare metal in the same room as you first04:41
gnarfacereduce the total amount of variables in order to solve the formula easier04:42
gnarfaceafter that it should be easier to know which vps service to use04:44
gnarfacethe problem with a virtual machine is you can't see the actual startup and shutdown messages so you're shooting blind for the important parts of the process04:46
gnarfaceand yea, systemd *probably* breaks it, but there's no way of knowing if that's all that is wrong at this point04:47
gnarfacealthough i recall last i did this, i used a Xen image, not OpenVZ.  if the company you're using also offers both, try Xen.  it might matter, but importantly, this last time i tried it i'm pretty sure was before hosting companies had widely switched to the systemd debian versions04:49
DarwinElfi think I've changed Debian to Devuan before on one of my PCs, when it was much more difficult...04:49
DarwinElfmight try it anyway, at least on a system that may be emu/VM, but is on my own non-systemd PC... or can try it on a laptop in a few days...04:51
EHeMThere is work under way to getting Xen operational on Raspberry PI 4s, it appears it will take a number of versions to become properly operational, but steps are being taken.04:58
se7engnarface: I have fixed my audio. I have determined the issue stems from confusion over the latest changelog08:04
se7enDespite not having pulseaudio, I commented out a conf file installed by default08:04
se7enThe one at  /etc/pulse/client.conf.d/00-disable-autospawn.conf08:05
DarwinElfthanks08:05
kreyrenAnyone having issues with lightdm on devuan testing?08:57
man_in_shackdefine "issues"09:27
kreyrenman_in_shack, after lockscreen it freezes and has to be restarted through SSH09:27
kreyrenmight be something that i've caused though since i am on franken09:28
kreyrenlightdm/stable,now 1.26.0-4 amd64 [installed]09:33
gnarfaceprobably graphics driver related, kreyren09:40
gnarfaceif it's a franken-devuan install though, some dependency version problem is possible09:40
kreyrengnarface, why do you think it's graphics driver?09:44
gnarfacekreyren: based on your description of the problem, and my own statistical observations09:47
gnarfacekreyren: i could be wrong09:47
gnarfacekreyren: but you might even be able to avoid the issue by changing to a non-3d lockscreen and a non-compositing desktop09:48
gnarfaceif that worked, it would be one way to know for sure anyway09:49
kreyrendoesn't seem to be related to graphics driver http://ix.io/2oXS, but it seems to be related to the frontend used for XFCE4 ?09:49
gnarfaceuse paste.debian.net if you want me to actually click on it09:50
kreyrengnarface, true, will try thanks for info ^-^09:50
gnarfacemy second guess was going to be power management09:50
kreyrengnarface, >  Length of code is not allowed to exceed 150kB -- on paste.debian.net09:51
kreyrensecond guess noted09:51
splinterbyteI have just install a VM on KVM from devuan_beowulf_3.0.0_amd64-server.iso14:10
splinterbyteand I'm having this problem:14:11
splinterbyteroot@mx:~# lvs14:11
splinterbyte  WARNING: Device /dev/dm-0 not initialized in udev database even after waiting 10000000 microseconds.14:11
splinterbyte  WARNING: Device /dev/vda not initialized in udev database even after waiting 10000000 microseconds.14:11
splinterbyte...14:11
splinterbytelatest updates installed14:11
fsmithredsplinterbyte, are you working in a chroot?14:15
splinterbyteno14:15
fsmithredif so, bind-mount /run/udev to /target/run/udev14:15
splinterbyteyes I found some posts here and there but not my situation14:16
splinterbytecould be this perhaps: https://bugzilla.redhat.com/show_bug.cgi?id=167661214:17
splinterbytelvm related14:17
fsmithredoh yeah, in some cases people mounted /run/lvm or something like that14:17
fsmithredoh yeah, I know a fix14:18
fsmithrededit a few lines in /etc/lvm/lvm.conf so that lvm does not use udev14:18
fsmithredhang on a sec.14:18
splinterbyteI can do that14:18
splinterbytebut earlier I installed a VM from devuan_beowulf_3.0.0_amd64-netinstall.iso  and that didn't have that problem14:19
splinterbyteso there seems to be a difference14:19
fsmithredhttps://dev1galaxy.org/viewtopic.php?pid=21501#p2150114:21
fsmithredfour lines to change14:21
splinterbyteUnfortunately I don't have that earlier installed VM anymore, so I can't compare14:22
fsmithredI don't know why netinstall would be different. Did you select a mirror with the server iso?14:22
splinterbyteyes14:23
splinterbyteI'll implement the lvm config change14:24
fsmithredif you used the desktop-live iso, the lvm.conf already has those edits14:24
fsmithredminimal-live, also has it14:24
splinterbyteit was devuan_beowulf_3.0.0_amd64-server.iso14:26
splinterbytefrom this mirror https://mirror.leaseweb.com/devuan/devuan_beowulf/installer-iso/14:26
fsmithredwhether the problem occurs or not might be random. It seems to be inconsistent.14:28
splinterbyteok works, thanks !14:31
zatumilGood to see devuan gitea migration! Sadly, the deb package is not maintained anymore and broken because of missing sources.15:25
bnjfwoo, 3.0.  gg folks16:39
golinuxposter is in Germany18:28
golinuxOops. Ignore . . .18:29
kreyrenHow do i tell aptitude to install a package from a different origin ? i.e frankenbian with debian and devuan providing same version of xfce4-session where the devuan version is expected19:11
debdog-t19:12
kreyrendebdog, ain't an option since the -t is using stable and testing on both debian and devuan19:17
kreyrenaldo i guess i could use -t beowulf then?19:17
kreyrendidn't work so i've pinned it instead~19:22
kreyrendebdog, thanks though ^-^19:22
Guest73468hi19:58
Guest73468i'll upload an image of gnuinos beowulf with runit as init system:19:59
Guest73468https://www.gnuinos.org/screenshots/2020-06-12--1591982924_1600x900_scrot.png19:59
Guest73468i have it working19:59
Guest73468the menu of openbox is dynamic,and it'll be also multilingual (i'm working on that)20:00
Guest73468bbl20:07
Xelraagnu is not unix20:56
Xelraai mean seriously this gnu project is like a big joke20:56
Xelraastallman is living on a homeless shelter20:56
XelraaI hope this gets removed from the net20:56
Xelraabtw this openrc initsystem is partial as I saw for devuan I did a vm install test with openrc as the main init20:57
Xelraait loads some stuff from that then the rest through the old init system20:57
Xelraaso whats the point really20:57
Xelraai dont need openrc anyway just tried20:57
aitorwho mentioned openrc?21:28
Guest35735i uploaded it: https://www.gnuinos.org/Beowulf/21:29
Garb0Is networkmanager ported yet22:22
Garb0on ceres22:22
bgstack15my Ceres system looks ready to start downloading and installing it.22:26
fsmithredGarb0, we don't fork network-manager anymore. Don't need to.22:28
bgstack15we don't need to, as in it somehow does not have unsightly dependencies in Debian?22:29
bgstack15color me surprised!22:29
Garb0fsmithred, wicd and connman are trash but ok22:32
fsmithredyou can use network-manager if you want to22:34
fsmithredIt might even become the default in chimaera, since wicd is missing.22:34
fsmithredgotta go. bbl.22:34
kelsoo1Strange how we all consider software in different ways. I've been using wicd for 12 years without issue... Now if we were talking abaut Gnome :-)22:36
bgstack15yeah, i'm a huge wicd fan. i tested connman in fsmithred's live iso and it was ok22:44
MinceRi prefer wpa_cli, especially now that it doesn't crash all the time22:53
saciozHi all , is synaptic causing problems to anyone at all ?23:00
saciozIt is gone out of the window , it seems ,23:03
saciozbusy , busy , busy....I see . Ta .23:08
EHeMHow much experience with "apparmor" is on this channel?  I didn't think I modified syslog-ng's configuration that much, but apparmor certainly doesn't like it.23:22
specingEHeM: I have enough experience to know that it's a total joke23:24
specingThat's one week worth of it23:24
freemrunit-init is not yet considered a candidate for "init"?23:25
specingEHeM: https://dev1galaxy.org/viewtopic.php?id=357823:25
EHeMProblem I'm running into is syslog-ng appears to be in complain mode and it is producing rather a lot of audits, enough audits for me to worry about how large the system log is getting...23:31
EHeMNotably it is giving messages about accesses to /proc/####/cmdline, /proc/####/loginuid and /proc/####/sessionid; the one I've noticed most is the nameserver process on the machine.23:32
EHeMspecing: Installed the "apparmor" package?23:33
freemcan't just have logrotate or similar thing setup?23:33
EHeMfreem: The correct course with something like this is to get it to *not* produce so many messages, I'm not actually too concerned about it filling up /var, more that it is a *lot* of noise that shouldn't be there.23:35
specingEHeM: read the thing before you accuse me of missing the basics23:35

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