IRC log for #devuan on 20200612

00:02.41*** part/#devuan bgstack15 (~bgirton@035-133-221-218.res.spectrum.com)
00:03.19*** join/#devuan bgstack15 (~bgirton@035-133-221-218.res.spectrum.com)
00:04.26*** part/#devuan bgstack15 (~bgirton@035-133-221-218.res.spectrum.com)
00:04.54*** join/#devuan bgstack15 (~bgirton@035-133-221-218.res.spectrum.com)
00:07.44ibanjaI get to "Run the partitioner now?" and choose skip, because I have LVM partitions, and I can only choose physical volumes.
00:13.55*** join/#devuan bgstack15 (~bgstack15@035-133-221-218.res.spectrum.com)
00:14.28fsmithredibanja, which iso are you using?
00:15.00fsmithredinstaller iso or live iso?
00:19.06*** join/#devuan bgstack15 (~bgstack15@035-133-221-218.res.spectrum.com)
00:21.45ibanjausing devuan_beowulf_3.0.0_amd64_desktop-live.iso
00:24.33fsmithredok, you can do it with the cli installer
00:25.09fsmithredopen the lvm first. If it's encrypted, open the encrypted volume first.
00:25.26fsmithredthen in terminal run 'sudo refractainstaller'
00:25.47fsmithredand when it asks what partitions to use, you type in the /dev/mapper/name
00:26.47ibanjawhen you say open the lvm first, do you mean activate?
00:27.02fsmithredif you need more detailed instructions, let me know. I'm just sitting here watching a movie.
00:27.16fsmithredyeah, vgchange -ay something
00:27.22fsmithredvolume name
00:28.01fsmithredyou can run vgscan or vgdisplay before and after to see what you have
00:28.12fsmithredand what you've done
00:29.08fsmithredthe installer will let you have separate /boot and /home partitions
00:29.19ibanjaOK... just ran refractainstaller ... that's familiar...
00:29.31fsmithredoh, that helps
00:30.21ibanjaLooks good... thanks fsmithred
00:30.45fsmithredif the lvm is in an encrypted volume, you need to edit /etc/crypttab manually
00:32.28fsmithredI'm happy to see that someone actually used it for lvm.
00:33.51ibanjaok... thanks
00:37.50*** join/#devuan bsd4me (~bsd@98-106-74-65.gci.net)
00:40.03*** part/#devuan james1138 (~James1138@71.36.13.61)
00:43.45*** join/#devuan sacioz (~sacioz@179.191.215.178)
00:46.55*** part/#devuan sacioz (~sacioz@179.191.215.178)
00:55.37*** join/#devuan scaredysquirrel (~travism@cpe-70-123-239-134.satx.res.rr.com)
01:23.06*** join/#devuan timeless (sid4015@firefox/developer/timeless)
01:29.52bgstack15Everything I do uses lvm... if I get a choice.
01:30.07bgstack15The last time I chose to skip lvm, I ended up realizing later that I wanted to extend space... but now I couldn't...
01:33.22fsmithredsymlink is your friend
01:37.50*** join/#devuan ibanja (~ibanja@50-80-122-78.client.mchsi.com)
01:59.32*** join/#devuan guestkato (~user@gateway/tor-sasl/guestkato)
02:02.47DarwinElfon 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?
02:04.33EHeMDarwinElf: Might you have installed some Devuan packages, but left some Debian packages behind?
02:06.25EHeMDarwinElf: Look for "obsolete" packages in your favorite package manager and see whether they should be removed.
02:07.42DarwinElfi doubt it
02:08.15gnarfacedoes /run/initctl even exist?
02:08.48gnarfacemy guess is also that you have a incomplete upgrade, but maybe it's more about missing packages than the wrong versions of them
02:09.15gnarfacerun this once as a sanity check; apt-get update && apt-get upgrade && apt-get dist-upgrade
02:09.28gnarfaceif your install was complete and i'm wrong about it, then this should execute no changes
02:09.59DarwinElffavourite 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 nothing
02:10.01gnarfaceif 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 failure
02:10.15DarwinElfi'll try it again anyway
02:10.34gnarfacemy favorite of the tools are apt-cache and apt-get
02:10.54gnarfaceif you paint yourself into a corner, aptitude is known for being decent at thinking for you though, and proposing solutions
02:12.12gnarfacealso, 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 work
02:12.35gnarface(would be expected to cause certain permissions errors)
02:14.51DarwinElfOn each, /run/initctl exists, and 'The following packages will be upgraded: ca-certificates linux-libc-dev'
02:15.37*** join/#devuan Gnhugo (~yaaic@2806:2f0:90a0:ac55:f8a9:2e50:792:5990)
02:17.06DarwinElfi 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...
02:18.44*** join/#devuan Acacia (~Acacia@unaffiliated/acacia)
02:20.41DarwinElfmaybe 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...
02:21.33DarwinElfand maybe that's the case... maybe other than systadmins in name, most real ones are retired/deceased by now...
02:24.15DarwinElfi haven't really done much on most the servers, so an option is just erase & retry...
02:24.31*** join/#devuan bsd4me (~me@98-106-74-65.gci.net)
02:28.31gnarfacesorry, i could only speculate, but the systemd thing does sound like a potential suspect
02:28.39*** join/#devuan debdog (~debdog@194.140.112.112)
02:28.48gnarfacei don't know enough about openvz to be sure, but their documentation would mention it
02:29.25gnarfaceneither ca-certificates nor linux-libc-dev should affect this, if those are really the only things not upgraded
02:33.29*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
02:35.28*** part/#devuan framedsoda (~travism@cpe-70-123-239-134.satx.res.rr.com)
02:36.04*** join/#devuan framedsoda (~travism@cpe-70-123-239-134.satx.res.rr.com)
02:36.27DarwinElfyeah.  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.
02:36.27DarwinElfLow-powered system resources is okay because it's just for IRC programs/clients...
02:41.52gnarfacemy suggestion would be to try it on bare metal in the same room as you first
02:42.15gnarfacereduce the total amount of variables in order to solve the formula easier
02:44.49gnarfaceafter that it should be easier to know which vps service to use
02:46.30gnarfacethe 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 process
02:47.13gnarfaceand yea, systemd *probably* breaks it, but there's no way of knowing if that's all that is wrong at this point
02:49.42gnarfacealthough 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 versions
02:49.46DarwinElfi think I've changed Debian to Devuan before on one of my PCs, when it was much more difficult...
02:51.44DarwinElfmight 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...
02:58.38EHeMThere 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.
03:09.08*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
03:12.42*** join/#devuan Centurion_Dan (~Thunderbi@devuan/developer/centuriondan)
03:15.55*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
04:02.50*** join/#devuan sauron- (~foo@unaffiliated/sauron-)
04:16.27*** join/#devuan furrywolf (~furrywolf@172.58.44.124)
04:25.35*** join/#devuan DocScrutinizer05 (~saturn@openmoko/engineers/joerg)
04:26.53*** join/#devuan hemimaniac (~hemimania@us-01.ircbouncehouse.com)
04:40.13*** join/#devuan engidea (~damiano@46.141.120.243)
05:35.45*** join/#devuan ejr (~no@91.141.3.98.wireless.dyn.drei.com)
05:56.15*** join/#devuan ejr (~ejr@91.141.3.98.wireless.dyn.drei.com)
06:04.31*** join/#devuan guestkato (~user@gateway/tor-sasl/guestkato)
06:04.39se7engnarface: I have fixed my audio. I have determined the issue stems from confusion over the latest changelog
06:04.55se7enDespite not having pulseaudio, I commented out a conf file installed by default
06:05.06se7enThe one at  /etc/pulse/client.conf.d/00-disable-autospawn.conf
06:05.09DarwinElfthanks
06:05.10*** part/#devuan DarwinElf (d@fsf/member/darwin)
06:16.27*** join/#devuan _william_ (~william@lfbn-cle-1-600-9.w92-157.abo.wanadoo.fr)
06:27.41*** join/#devuan Acacia (~Acacia@unaffiliated/acacia)
06:34.28*** join/#devuan Joril (~joril@host-217-194-188-145.sbs.redder.net)
06:42.10*** join/#devuan Centurion_Dan (~Thunderbi@devuan/developer/centuriondan)
06:50.01*** join/#devuan mith_ (~Mithrandi@37.160.111.220)
06:55.50*** join/#devuan kreyren (~kreyren@fsf/member/kreyren)
06:57.11kreyrenAnyone having issues with lightdm on devuan testing?
07:27.17man_in_shackdefine "issues"
07:27.40kreyrenman_in_shack, after lockscreen it freezes and has to be restarted through SSH
07:28.10kreyrenmight be something that i've caused though since i am on franken
07:28.32*** part/#devuan guestkato (~user@gateway/tor-sasl/guestkato)
07:32.28*** join/#devuan kreyren (~kreyren@fsf/member/kreyren)
07:32.44*** join/#devuan kreyren_ (~kreyren@fsf/member/kreyren)
07:33.55kreyrenlightdm/stable,now 1.26.0-4 amd64 [installed]
07:40.06gnarfaceprobably graphics driver related, kreyren
07:40.53gnarfaceif it's a franken-devuan install though, some dependency version problem is possible
07:44.25kreyrengnarface, why do you think it's graphics driver?
07:47.34gnarfacekreyren: based on your description of the problem, and my own statistical observations
07:47.39gnarfacekreyren: i could be wrong
07:48.46gnarfacekreyren: but you might even be able to avoid the issue by changing to a non-3d lockscreen and a non-compositing desktop
07:49.39gnarfaceif that worked, it would be one way to know for sure anyway
07:49.39kreyrendoesn't seem to be related to graphics driver http://ix.io/2oXS, but it seems to be related to the frontend used for XFCE4 ?
07:50.29gnarfaceuse paste.debian.net if you want me to actually click on it
07:50.30kreyrengnarface, true, will try thanks for info ^-^
07:50.43gnarfacemy second guess was going to be power management
07:51.26kreyrengnarface, >  Length of code is not allowed to exceed 150kB -- on paste.debian.net
07:51.36kreyrensecond guess noted
08:01.15*** join/#devuan cocoadaemon (~foo@2a01:e0a:4e1:97e0:179d:1cc6:8854:4d5c)
08:14.26*** join/#devuan fylgje (~fylgje@84.red-2-139-134.dynamicip.rima-tde.net)
08:14.54*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
08:17.18*** join/#devuan Peregrinus_ (~peregrinu@178.239.173.252)
08:31.33*** join/#devuan Digitteknohippie (~user@fsf/member/digit)
08:33.08*** join/#devuan filipdevuan_ (~fifi@cpc145856-warw18-2-0-cust934.3-2.cable.virginm.net)
08:35.03*** join/#devuan st3ma (~st3ma@217.72.221.128)
09:04.01*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
09:36.32*** join/#devuan cocoadaemon (~foo@88.123.134.95)
09:38.35*** join/#devuan kreyren (~kreyren@fsf/member/kreyren)
10:14.30*** join/#devuan morruth (~quassel@85.132.76.25)
11:03.05*** join/#devuan fylgje (~fylgje@84.red-2-139-134.dynamicip.rima-tde.net)
11:10.01*** join/#devuan epony (epony@unaffiliated/epony)
11:13.57*** join/#devuan xinomilo (~xinomilo@gateway/tor-sasl/xinomilo)
11:37.08*** join/#devuan mns` (~mns`@187.32.234.131)
11:38.23*** join/#devuan bpmedley (~bpm@2601:246:8201:8e0:11a7:98f7:5497:438b)
11:51.09*** join/#devuan tomtastic (~tomtastic@90.194.114.233)
11:59.59*** join/#devuan mns` (~mns`@191.253.137.135)
12:10.56splinterbyteI have just install a VM on KVM from devuan_beowulf_3.0.0_amd64-server.iso
12:11.09splinterbyteand I'm having this problem:
12:11.10splinterbyteroot@mx:~# lvs
12:11.10splinterbyte<PROTECTED>
12:11.13splinterbyte<PROTECTED>
12:11.17splinterbyte...
12:11.28*** join/#devuan xrogaan (~xrogaan@unaffiliated/xrogaan)
12:11.32splinterbytelatest updates installed
12:15.00fsmithredsplinterbyte, are you working in a chroot?
12:15.23splinterbyteno
12:15.26fsmithredif so, bind-mount /run/udev to /target/run/udev
12:16.56splinterbyteyes I found some posts here and there but not my situation
12:17.34splinterbytecould be this perhaps: https://bugzilla.redhat.com/show_bug.cgi?id=1676612
12:17.39splinterbytelvm related
12:17.42fsmithredoh yeah, in some cases people mounted /run/lvm or something like that
12:18.04fsmithredoh yeah, I know a fix
12:18.26fsmithrededit a few lines in /etc/lvm/lvm.conf so that lvm does not use udev
12:18.31fsmithredhang on a sec.
12:18.38splinterbyteI can do that
12:19.00splinterbytebut earlier I installed a VM from devuan_beowulf_3.0.0_amd64-netinstall.iso  and that didn't have that problem
12:19.34splinterbyteso there seems to be a difference
12:21.36fsmithredhttps://dev1galaxy.org/viewtopic.php?pid=21501#p21501
12:21.49fsmithredfour lines to change
12:22.00splinterbyteUnfortunately I don't have that earlier installed VM anymore, so I can't compare
12:22.53fsmithredI don't know why netinstall would be different. Did you select a mirror with the server iso?
12:23.16splinterbyteyes
12:24.02splinterbyteI'll implement the lvm config change
12:24.07*** join/#devuan onefang (~onefang@infinitegrid.org)
12:24.08*** join/#devuan onefang (~onefang@devuan/developer/onefang)
12:24.30fsmithredif you used the desktop-live iso, the lvm.conf already has those edits
12:24.47fsmithredminimal-live, also has it
12:26.44splinterbyteit was devuan_beowulf_3.0.0_amd64-server.iso
12:26.57splinterbytefrom this mirror https://mirror.leaseweb.com/devuan/devuan_beowulf/installer-iso/
12:28.06fsmithredwhether the problem occurs or not might be random. It seems to be inconsistent.
12:29.04*** join/#devuan _william_ (~william@lfbn-cle-1-369-245.w90-52.abo.wanadoo.fr)
12:30.46*** join/#devuan noob2099 (a1810220@161.129.2.32)
12:31.12*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
12:31.47splinterbyteok works, thanks !
12:51.47*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
13:00.40*** join/#devuan arnoldoree (~arnoldore@2001:d08:1038:d8c0:6909:d7c2:bf98:8593)
13:12.11*** join/#devuan mns` (~mns`@191.253.137.135)
13:21.00*** join/#devuan bsd4me (~me@98-106-74-65.gci.net)
13:21.51*** join/#devuan Garb0 (~Garb0@unaffiliated/garb0)
13:25.01zatumilGood to see devuan gitea migration! Sadly, the deb package is not maintained anymore and broken because of missing sources.
13:25.39*** join/#devuan rafalcpp (~racalcppp@ip-178-214.ists.pl)
13:36.23*** join/#devuan arnoldoree (~arnoldore@113.210.91.176)
13:52.33*** join/#devuan g4570n (~g4570n@unaffiliated/g4570n)
13:55.35*** join/#devuan arnoldoree (~arnoldore@113.210.91.176)
14:08.31*** join/#devuan gnarface (~gnarface@108-227-52-42.lightspeed.irvnca.sbcglobal.net)
14:11.15*** join/#devuan engidea (~damiano@46.141.120.243)
14:14.08*** join/#devuan jathan (~jathan@189.216.183.142)
14:16.40*** join/#devuan gnarface (~gnarface@108-227-52-42.lightspeed.irvnca.sbcglobal.net)
14:17.36*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
14:30.47*** join/#devuan IoFran (~Thunderbi@189.154.119.249)
14:37.46*** join/#devuan bsd4me (~me@98-106-74-65.gci.net)
14:38.41*** join/#devuan Akuli (~akuli@mobile-access-b04816-143.dhcp.inet.fi)
14:39.30bnjfwoo, 3.0.  gg folks
14:54.21*** join/#devuan james1138 (~James1138@71.36.13.61)
15:10.45*** join/#devuan targz (~Thunderbi@unaffiliated/targz)
15:13.48*** join/#devuan Centurion-Dan2 (~Thunderbi@devuan/developer/centuriondan)
15:23.29*** join/#devuan Garb0 (~Garb0@unaffiliated/garb0)
15:24.37*** join/#devuan bsd4me (~me@98-106-74-65.gci.net)
15:26.29*** join/#devuan Garb0_ (~Garb0@unaffiliated/garb0)
15:28.21*** join/#devuan kreyren (~kreyren@fsf/member/kreyren)
15:32.17*** part/#devuan Joril (~joril@host-217-194-188-145.sbs.redder.net)
15:36.31*** join/#devuan Ryushin (~Ryushin@2001:470:4b:38f:777::8762)
15:41.46*** join/#devuan bsd4me (~me@98-106-74-65.gci.net)
15:54.56*** join/#devuan engidea (~damiano@46.141.120.243)
16:05.14*** join/#devuan Garb0 (~Garb0@unaffiliated/garb0)
16:05.42*** join/#devuan Garb0 (~Garb0@unaffiliated/garb0)
16:11.38*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
16:18.42*** join/#devuan gnarface (~gnarface@108-227-52-42.lightspeed.irvnca.sbcglobal.net)
16:19.55*** join/#devuan TemporalBeing (~bmeyer@67-38-24-209.lightspeed.tukrga.sbcglobal.net)
16:28.43golinuxposter is in Germany
16:29.16golinuxOops. Ignore . . .
16:36.40*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
16:43.44*** join/#devuan mith__ (~Mithrandi@37.160.111.220)
16:44.25*** join/#devuan cd (~cd@unaffiliated/cd)
16:44.38*** join/#devuan kreyren (~kreyren@fsf/member/kreyren)
16:50.37*** join/#devuan kreyren (~kreyren@fsf/member/kreyren)
16:51.35*** join/#devuan kreyren (~kreyren@fsf/member/kreyren)
16:52.12*** join/#devuan kreyren (~kreyren@fsf/member/kreyren)
16:52.56*** join/#devuan user282069 (~user@32.ip-51-91-79.eu)
16:59.24*** join/#devuan IoFran2 (~Thunderbi@189.154.206.115)
17:01.58*** join/#devuan freem_ (~quassel@166.ip-51-178-51.eu)
17:11.43kreyrenHow 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 expected
17:12.29debdog-t
17:17.09kreyrendebdog, ain't an option since the -t is using stable and testing on both debian and devuan
17:17.20kreyrenaldo i guess i could use -t beowulf then?
17:22.28kreyrendidn't work so i've pinned it instead~
17:22.32kreyrendebdog, thanks though ^-^
17:23.14*** join/#devuan gavlee (~gav@unaffiliated/gavlee)
17:24.32*** join/#devuan blizzow (~blizzow@97-118-142-53.hlrn.qwest.net)
17:28.48*** join/#devuan ar3itrary (~hacker@v22016101923038440.bestsrv.de)
17:30.50*** join/#devuan scaniatrucker (~scaniatru@78-56-98-5.static.zebra.lt)
17:37.55*** join/#devuan bnjf (~bnjf@unaffiliated/bnjf)
17:38.25*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
17:42.32*** join/#devuan mith_ (~Mithrandi@37.160.154.10)
17:50.22*** join/#devuan sb35 (~sb35@23.111.78.41)
17:57.00*** join/#devuan aitor (~aitor@163.83-213-104.dynamic.clientes.euskaltel.es)
17:57.10*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
17:58.11Guest73468hi
17:59.11Guest73468i'll upload an image of gnuinos beowulf with runit as init system:
17:59.13Guest73468https://www.gnuinos.org/screenshots/2020-06-12--1591982924_1600x900_scrot.png
17:59.22Guest73468i have it working
18:00.12Guest73468the menu of openbox is dynamic,and it'll be also multilingual (i'm working on that)
18:04.25*** join/#devuan ferdy- (~ferdy@funtoo/contrib/ferdy-)
18:04.46*** join/#devuan rsx (~rsx@ppp-188-174-159-217.dynamic.mnet-online.de)
18:07.48Guest73468bbl
18:11.57*** join/#devuan ferdy- (~ferdy@funtoo/contrib/ferdy-)
18:28.01*** join/#devuan TwistedFate (~TwistedFa@unaffiliated/twistedfate)
18:31.24*** join/#devuan Woodi_ (~iUser@hfy250.internetdsl.tpnet.pl)
18:51.23*** join/#devuan Garb0_ (~Garb0@unaffiliated/garb0)
18:54.55*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
18:56.19Xelraagnu is not unix
18:56.36Xelraai mean seriously this gnu project is like a big joke
18:56.46Xelraastallman is living on a homeless shelter
18:56.51XelraaI hope this gets removed from the net
18:56.58*** join/#devuan shibboleth (~shibbolet@gateway/tor-sasl/shibboleth)
18:57.29Xelraabtw this openrc initsystem is partial as I saw for devuan I did a vm install test with openrc as the main init
18:57.41Xelraait loads some stuff from that then the rest through the old init system
18:57.46Xelraaso whats the point really
18:57.53Xelraai dont need openrc anyway just tried
19:19.23*** join/#devuan TwistedFate (~TwistedFa@unaffiliated/twistedfate)
19:19.37*** join/#devuan markizano (markizano@2600:3c00::f03c:91ff:fec8:382d)
19:28.19*** join/#devuan aitor (~aitor@163.83-213-104.dynamic.clientes.euskaltel.es)
19:28.38aitorwho mentioned openrc?
19:29.36Guest35735i uploaded it: https://www.gnuinos.org/Beowulf/
19:31.07*** join/#devuan bsd4me (~me@98-106-74-65.gci.net)
19:39.39*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
20:00.21*** join/#devuan Garb0 (~Garb0@unaffiliated/garb0)
20:20.29*** join/#devuan IoFran2 (~Thunderbi@189.154.206.115)
20:22.36Garb0Is networkmanager ported yet
20:23.00Garb0on ceres
20:26.17bgstack15my Ceres system looks ready to start downloading and installing it.
20:28.19fsmithredGarb0, we don't fork network-manager anymore. Don't need to.
20:29.35bgstack15we don't need to, as in it somehow does not have unsightly dependencies in Debian?
20:29.38bgstack15color me surprised!
20:32.10Garb0fsmithred, wicd and connman are trash but ok
20:34.11fsmithredyou can use network-manager if you want to
20:34.36fsmithredIt might even become the default in chimaera, since wicd is missing.
20:34.43fsmithredgotta go. bbl.
20:34.56*** join/#devuan Garb0_ (~Garb0@unaffiliated/garb0)
20:36.56kelsoo1Strange 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 :-)
20:44.40bgstack15yeah, i'm a huge wicd fan. i tested connman in fsmithred's live iso and it was ok
20:53.58MinceRi prefer wpa_cli, especially now that it doesn't crash all the time
20:59.46*** join/#devuan sacioz (~sacioz@179.191.215.178)
21:00.53saciozHi all , is synaptic causing problems to anyone at all ?
21:03.13*** join/#devuan ejr (~no@178.115.129.41.wireless.dyn.drei.com)
21:03.36saciozIt is gone out of the window , it seems ,
21:08.36saciozbusy , busy , busy....I see . Ta .
21:10.51*** join/#devuan bsd4me (~bsd@98-106-74-65.gci.net)
21:14.27*** part/#devuan sacioz (~sacioz@179.191.215.178)
21:15.11*** part/#devuan james1138 (~James1138@71.36.13.61)
21:16.41*** join/#devuan EHeM (~ehem@mailhost.m5p.com)
21:22.47EHeMHow 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.
21:23.32*** join/#devuan bsd4me (~me@98-106-74-65.gci.net)
21:24.20specingEHeM: I have enough experience to know that it's a total joke
21:24.28specingThat's one week worth of it
21:25.00freemrunit-init is not yet considered a candidate for "init"?
21:25.43specingEHeM: https://dev1galaxy.org/viewtopic.php?id=3578
21:31.04EHeMProblem 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...
21:32.58EHeMNotably 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.
21:33.14EHeMspecing: Installed the "apparmor" package?
21:33.49freemcan't just have logrotate or similar thing setup?
21:35.40EHeMfreem: 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.
21:35.41specingEHeM: read the thing before you accuse me of missing the basics
21:40.16*** join/#devuan ejr (~ejr@178.115.129.41.wireless.dyn.drei.com)
21:41.45*** join/#devuan filipdevuan_ (~fifi@cpc145856-warw18-2-0-cust934.3-2.cable.virginm.net)
21:52.16*** join/#devuan bsd4me (~me@98-106-74-65.gci.net)
22:02.27*** join/#devuan bsd4me (~me@98-106-74-65.gci.net)
22:02.34*** join/#devuan Garb0_ (~Garb0@unaffiliated/garb0)
22:06.17*** join/#devuan frabbit (~frabbit@unaffiliated/free-rabbit/x-8401877)
22:07.05frabbiti want to xopy a whole system to another ssd. is that possible with tools from devuan repos?
22:07.10frabbit*copy
22:07.46freemcp -ar ?
22:07.48ShorTiecp -a will work
22:07.56*** join/#devuan Human_G33k (~HumanG33k@62.147.242.8)
22:08.05ShorTieoops, ya -ar
22:08.17freemprobably needs root rights, though
22:08.35freemotherwise the user permissions won't be correct, I suppose.
22:08.36ShorTieand not runnin
22:08.59ShorTieyou can rsync it too, then it canbe running
22:09.32EHeMThere is also `tar` or `dump`/`restore`, or potentially `dd` depending upon the actually desired operation.
22:09.46freemdd seems a bit... violent?
22:10.16freemalso needs the destination's capacity >= source's one
22:10.32ShorTienot violet, but is not forgiving at all
22:10.51frabbitfreem: o_0 "cp -ar / /dev/ssd_on_usb_adapter" really?
22:11.17frabbitbut its encrypted
22:11.17MinceRyou'd need to make a filesystem and mount it
22:11.23freemah... true, that'll create problems, since recursive?
22:11.34freemand yes, destination needs to be mounted
22:11.44ShorTiei don't know if it only works on a pi, but there is rpi-clone that will clone a running system
22:11.44MinceRmaybe cp can do exceptions already
22:11.53MinceRyou probably don't want to copy /dev either
22:11.54freemI doubt cp would work from a living system
22:11.56MinceRor /proc
22:12.11MinceRwell, the results could be somewhat inconsistent
22:12.16freemwell, /proc, /dev, /sys...
22:12.21frabbitok so encrypt the ssd, create same filesystem (ext2 for example) and then just copy? but what abot the partitons?
22:12.30ShorTiethe actual rsync line will work on anything
22:13.02frabbitlooks for rsync
22:13.04stiltr-x will keep cp on one filesystem
22:13.38EHeMFavored tool for the sort of situation being described is `tar`.
22:14.01frabbitbtw: what about uuids in /etc/fstab?
22:14.13frabbitand maybe on some other playes?
22:14.27ShorTieonly dd will keep that correct
22:14.29frabbitthe new ssd will have a different one
22:15.10*** join/#devuan cd (~cd@unaffiliated/cd)
22:15.12frabbitdd if=/ of=/device ?
22:16.08ShorTienop, be more like dd if=/dev/sdb of=/dev/sdc
22:16.24frabbiter yeah sorry
22:16.33ShorTiedrive can not be mounted for dd to work
22:17.05frabbitbut first encrypt and then open and mount /dev/sdc(foobar)?
22:17.17frabbitoh
22:17.42ShorTieSo So Sorry, know nuffin about encrypt
22:17.43frabbitbut i need to open the luks thing
22:17.49ShorTie?me not nasa
22:17.50frabbit=/
22:18.02frabbitnasa?
22:18.07frabbitor nsa
22:18.18ShorTieeither, lol.
22:18.21frabbit=D
22:18.33freemwhy do you want to actually copy? Would not it be easier to install from debootstrap on the encrypted disk?
22:18.37ShorTieie: nuffin important here .. :/~
22:18.38EHeMfrabbit: Assume all the UUIDs in /etc/fstab will be invalidated.
22:18.49frabbitEhyeah ive said that
22:18.53frabbitEHeM:
22:19.01frabbitfreem: ermm
22:19.10frabbiti dont know debotstrap
22:19.10ShorTiedd will preserve them
22:19.39freemdebootstrap is a software that allows to install a debian-like on a target.
22:19.47frabbiti said copy because i want the system 1o1 on another disk
22:19.50freemwithout going throught the installer, ofc.
22:19.54EHeMIt is possible to change the UUID of some filesystems (check `tune2fs` for ext[234]), but you're better using a fresh filesystem.
22:20.09frabbitfreem: but i dont want to reinstall the system
22:20.19frabbitEHeM: thx =)
22:20.22freemk
22:20.47frabbitlets see
22:20.52frabbithow about this:
22:21.57EHeMI prefer using the PARTUUID since I've got a server with VMs, and the filesystem UUIDs are a potential route of attack.
22:22.43stiltrIf you're using luks, you'll be using /etc/cryptab rather than /etc/fstab for disk/partition UUIDs
22:23.09stiltrs/cryptab/crypttab/
22:23.26frabbitnew ssd -> encrypting except /boot -> partitioning the same way i partitioned the old hdd -> open that thing as external device in that running system i want to copy "cryptsetup luksOpen bla" -> mount all partitions -> copy partition after partition to the new ssd -> change UUIDS on the SSD system to the UUIDS the partitions on the ssd got
22:23.35frabbitwould that work?
22:23.59se7engnarface: http://ix.io/2p1q
22:24.08se7enthe output of debsums --config | grep FAILED
22:24.58se7enoh, sorry
22:25.01se7enthat isn't the full output
22:25.28stiltrfrabbit: Probably easier to just change crypttab/fstab to match the new UUIDs, but otherwise sounds reasonable.
22:25.53stiltrOh, that's what you said. Sorry, misread...
22:26.29se7enhttp://ix.io/2p1r
22:26.48frabbitstiltr: i cant find that cryptab
22:27.01frabbitoh
22:27.04frabbitcrypttab
22:27.07frabbitxD
22:28.36frabbitok thats a bit more then just cp but if it will work =)
22:28.45frabbitstiltr: thx
22:28.51frabbitand thx to all the others too
22:30.56stiltrGood luck!
22:33.42*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
22:35.09frabbitstiltr: thx =)
22:47.37*** join/#devuan AntoFox (~Thunderbi@93.37.141.18)
22:54.37freemdo someone know if there is a way to prevent dpkg to auto enable sysvinit daemons?
22:54.46freemon installations/upgrades, I mean
22:58.34stiltrHow are you disabling them?
22:58.58freemusually, update-rc.d daemon remove
22:59.44*** join/#devuan Gnhugo (~yaaic@2806:2f0:90a0:ac55:50d:44be:b813:6c3)
23:00.45gnarfacese7en: i told you i'm not clicking on that unless you use paste.debian.net; if your paste is larger than their max paste size then you're pasting way more than i can make use of anyway
23:04.00stiltrfreem: Hmm. I don't know of a way to prevent those hooks from running. I know some packages will have a /etc/defaults/pkg with an enable flag...
23:07.41freemah, sad. ty anyway
23:08.21stiltrI'm certainly no expert though, so that doesn't mean it doesn't exist.
23:08.28*** part/#devuan frabbit (~frabbit@unaffiliated/free-rabbit/x-8401877)
23:09.14stiltrYou could probably do something like modify the /etc/rc.x/ symlinks to be essentially noops and then chmod +i them, but I don't know that that would be the best idea.
23:12.42gnarfacefreem: it's so simple to edit the symlinks to just all have K instead of S as the first character.  write a simple shell script
23:13.14gnarfacefreem: or just use the update-rc.d tool in a loop
23:13.41freemmy question is about the installs and updates, more updates than installs, though.
23:13.58freemOf course I can setup some hack, but I wondered if there is a cleaner way :)
23:16.38gnarfacenothing i've heard of, not even with preseeding
23:17.21gnarfacenothing that would be universally applicable to all packages anyway.  i'm sure one or two of them might be able to be effectively disabled from their dpkg-reconfigure panels, but that would be rare
23:17.47freemok Thanks
23:18.14gnarfacealso, automating that would still be harder than calling update-rc.d in a loop
23:18.42gnarfacea shockingly large amount of the time, a simple bash script is actually the best choice
23:19.00gnarfaceit never looks that way until you start doing it even when it's not though
23:19.30freemwell, I practice my bourne skill on a regular basis, so I see what you mean
23:34.17*** join/#devuan Burek (~Burek@unaffiliated/burekzfinezt)
23:34.47*** join/#devuan chapolin (~chapolin@173.239.199.6)
23:35.08stiltrYou might be able to do something like mv /etc/init.d/pkg /etc/init.d/pkg-noauto and use dpkg --path-exclude /etc/init.d. Or you could use dpkg --pre-invoke to patch out the update-rc.d part of postinst. s/update-rc.d/#update-rc.d/ or something like that?
23:35.39stiltrfreem: ^^
23:38.45chapolinanybody can help me with the sound please...everytime i reboot i lost it...
23:39.10chapolini am a long time user of slackware...little experience with debian like distros
23:39.28gnarfacechapolin: i might be able to help, if you can tell me what you do to get it working every time first
23:39.58chapolinman...i do so much things and suddenly it works...i could not tell one single thing
23:40.09chapolinmy card is recognized
23:40.21gnarfaceinteresting, but that doesn't give us enough to go on really
23:40.35gnarfacewhat card is it?
23:40.37chapolinthe pulseaudio plugin is the one who does not get it
23:40.54chapolin00:1f.3 Audio device: Intel Corporation 200 Series PCH HD Audio
23:40.58gnarfaceoh
23:41.03gnarfacealright
23:41.18gnarfacewell, first you gotta narrow it down between alsa and pulseaudio
23:41.19chapolinin alsamixer she appears...but without sound
23:41.31stiltrSo ALSA always recognizes it after a reboot?
23:41.35chapolinyes
23:41.41chapolinbut not pulseaudio
23:41.57chapolinthe pulseaudio plugin works just fine in slackware
23:42.19chapolinbut in devuan when i open it the app doesnt even are loaded
23:42.29chapolinso i use pulseaudio --start
23:42.46chapolinand then pulseaudio get my sennheiser headphone amp
23:42.58chapolinand hdmi audio by one of my monitors
23:43.01chapolinbut no realtek
23:43.11chapolinand suddenly she appears
23:43.13gnarfaceso maybe pulseaudio just isn't starting automatically for your user, but once you start it manually everything works fine?
23:43.21chapolinno no
23:43.32chapolini started it but without luck
23:43.38gnarfacehmmm
23:43.54chapolinthen i keep unloading and loading and eventually works
23:43.55fsmithredI've seen PA fail to connect if there's no audio apps open
23:44.16fsmithredand then work correctly if an audio app is open
23:44.39chapolinyou mean if i have some source playing audio the daemon got it?
23:44.51gnarfacechapolin: i would like you to do a test for me while it's "not working:"  speaker-test -c 2 -t wav -D hw
23:45.12fsmithredyeah, try opening a music or video app and then open, um
23:45.13fsmithredshit
23:45.14chapolinthe last time the sound magically started to work...but no volume control...not in alsamixer nor pulseaudio
23:45.21fsmithredthe PA volume control thingy
23:45.28gnarfacepavucontrol
23:45.29fsmithredpavucontrol
23:45.35fsmithredthanks
23:45.49chapolinspeaker-test 1.1.8
23:45.50chapolinPlayback device is hw
23:45.50chapolinStream parameters are 48000Hz, S16_LE, 2 channels
23:45.50chapolinWAV file(s)
23:45.50chapolinPlayback open error: -16,Device or resource busy
23:46.01gnarfacesuspicious
23:46.09chapolinno shit
23:46.14chapolinits driving me crazy
23:46.18gnarfacesomething already grabbed it, fsmithred might be onto something
23:46.45fsmithredlsof might know something
23:46.49gnarfaceyea
23:46.53gnarfaceor fuser?
23:47.04gnarfacei think they'd both get you the information
23:47.35chapolinjesus...this lsof is a mess...what can i grep here?
23:47.58fsmithredgrep pulse, snd
23:48.06fsmithreddunno
23:48.08fsmithredalsa?
23:48.30*** join/#devuan justmakeitwork (~pi@node-1w7jr9ujc6hn306syoydqs42z.ipv6.telus.net)
23:48.33chapolinstill a lot of info
23:48.43chapolinif i paste it here it will be a flood
23:48.48fsmithredno
23:48.52gnarfaceshould be some alsa devices in /dev/snd, see any programs opening something in there?
23:48.55fsmithredbot will bounce you
23:49.04chapolinive grepped alsa and pulse
23:49.11chapolinlet me loog
23:49.13chapolinlook
23:50.16gnarfacewhen i start playing a mp3 here without pulseaudio anyway, i see the program directly access /dev/snd/pcmC0D0p and /dev/snd/controlC0
23:50.33gnarface(in addition to the expected .so files)
23:51.02chapolinby-id    controlC0  controlC2  hwC2D0    pcmC0D0p  pcmC0D2c  pcmC1D0p  pcmC2D3p  pcmC2D8p  seq
23:51.02chapolinby-path  controlC1  hwC0D0     pcmC0D0c  pcmC0D1p  pcmC1D0c  pcmC1D1p  pcmC2D7p  pcmC2D9p  timer
23:51.10chapolinthis is what i have in /dev/snd
23:51.42gnarfaceyea, that's completely expected.  but lsof should tell you what is accessing them at the moment.  if there's no audio playing, there shouldn't be ANYTHING accessing them
23:51.49chapolinyeah
23:52.00fsmithreddid you edit the autostart file for PA?
23:52.35chapolini see them processes in lsof...i am playing some youtube channel and there is a lot of firefox processes calling drivers from /dev/snd
23:52.50chapolinfsmithred, no
23:52.55gnarfacechapolin: kerblam, there's your smoking gun then
23:53.01chapolini didnt edit nothing
23:53.09gnarfacechapolin: stop firefox then try the speaker-test again
23:53.23fsmithredoh, there's a line that needs to be commented or uncommented
23:53.32fsmithredthis is beowulf, right?
23:53.39gnarfacechapolin: (additionally, and i don't know how this could have escaped notice, but youtube channels definitely count as "something playing audio")
23:53.46chapolinspeaker-test 1.1.8
23:53.46chapolinPlayback device is hw
23:53.46chapolinStream parameters are 48000Hz, S16_LE, 2 channels
23:53.46chapolinWAV file(s)
23:53.46chapolinPlayback open error: -16,Device or resource busy
23:54.01gnarfacehmmm.  this is beowulf, right?
23:54.05chapolineven with firefox out of the way still something is grabbing the resource
23:54.11chapolinyes
23:54.22fsmithred<PROTECTED>
23:54.23fsmithred<PROTECTED>
23:54.30gnarfacei did have an issue after upgrading one of these systems where pulseaudio wasn't starting right for all the users.  turned out to be something i did wrong with the lightdm install but i forget what exactly.
23:55.06gnarfacebut that user wouldn't have audio because lightm was expecting pulse to be present somehow?  dunno, might also have been related to KDE, i'm not the primary user of that system
23:55.17chapolinautospawn=no
23:55.25chapolinshould i comment it?
23:55.25fsmithredyeah, comment that line
23:55.51chapolini am using xfce for what is worth
23:55.59fsmithredok, good
23:56.36fsmithredthat's the default, so we know it better
23:56.38chapolinit says clearly if i am not using systemd i should comment it
23:56.49fsmithredcomment out that sucker
23:56.53chapolinshould i reboot?
23:56.58fsmithredI did it in the live
23:56.59fsmithredno
23:57.19fsmithredmaybe log out and in, or do 'init 1'
23:57.39chapolinbe back in a min
23:57.43fsmithredok
23:58.19fsmithredmy recollection is that killing PA is nearly impossible, but I guess they changed that.

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