IRC log for #devuan on 20190817

00:02.55*** join/#devuan Leander (~Leander@132.147.84.158)
00:11.26*** join/#devuan Leander (~Leander@132.147.84.158)
00:17.06*** join/#devuan infobot (ibot@c-174-52-60-165.hsd1.ut.comcast.net)
00:17.06*** topic/#devuan is This is the Devuan https://devuan.org/ discussion channel | D1conf: #devuan-conf https://devuan.org/d1conf | Latest (2018-06-09): ASCII 2.0.0 https://devuan.org/os/debian-fork/ascii-stable-announce-060818 || Stable (2017-05-25): Jessie 1.0.0 LTS release | Devuan Forum: https://dev1galaxy.org/ | Chanlogs http://maemo.cloud-7.de/irclogs/freenode/_devuan/ | You may need to auth to NickServ
00:17.06*** mode/#devuan [+v infobot] by ChanServ
00:19.53*** join/#devuan plasma41 (~plasma41@72.34.178.50)
00:21.06*** join/#devuan plasma41 (~plasma41@72.34.178.50)
00:23.33*** join/#devuan Leander (~Leander@132.147.84.158)
00:37.19*** join/#devuan Leander (~Leander@132.147.84.158)
00:40.04*** join/#devuan hkaddoil (~user@101.96.143.134)
00:40.50*** join/#devuan rdav (~rdav@245.184-26-211.sta.nsw.iprimus.net.au)
01:06.56*** join/#devuan systemdlete (~systemdle@c-73-41-242-78.hsd1.ca.comcast.net)
01:19.31*** join/#devuan hkaddoil (~user@101.96.143.134)
01:30.05nexgenhello, please let me know, what is the easiest method to copy the latest deb file for the ascii release?
01:30.31furrywolfnexgen:  I'm not sure what you're asking.
01:30.40nexgenit seems apt-mirror copied debian instead of devuan
01:31.04*** join/#devuan guest278776 (~u@cpc103056-sgyl39-2-0-cust1952.18-2.cable.virginm.net)
01:31.09furrywolfdevuan is the same as debian except for ~300 packages
01:31.28furrywolfso if you try getting everything, the vast majority of it will be debian packages.
01:31.41nexgenthere is a directory /var/cache/apt/archives/
01:31.52nexgenit is populated during apt-get
01:32.04nexgenI share it via NSF for all my hosts
01:32.26furrywolfthat should work fine
01:32.31nexgenI would like to copy all (not only installed) deb files into this directory from Devuan repository
01:32.46nexgenfrom internet to /var/cache/apt/archives/
01:32.54furrywolfno, you don't want to do that.  That would be very, very large.  :)
01:33.05nexgendoes not matter
01:33.23nexgenI do not care, it is a big ZFS pool
01:33.59nexgensometime connection lost may matter much more
01:34.05furrywolfyou can use any mirroring tool to download all the debs from a mirror into that directory.  wget, for example.  but I really think you should think twice about doing that.  if you want to run a local mirror, there are better ways than dumping a million debs into one directory.
01:35.08nexgenplease suggest one
01:36.25furrywolfmirror the entire mirror directory structure, and use it as an apt source, rather than dumping everything into the cache directory.
01:36.56furrywolfand then make it internet-accessible to repay the world for all the bandwidth you just used, too.  :)
01:37.22furrywolfyou do realize this is like 3TB, right?
01:37.56DonkeyHoteiwget is actually not allowed for that. you must use rsync instead
01:39.20nexgenplease suggest an url from which I can download packages for the ascii
01:39.55furrywolfuse the fastest mirror from the mirror list.
01:40.02furrywolfbrb
01:40.23nexgenbtw, apt-mirror produced only 150GB in /var/spool/apt-mirror/mirror/ftp.us.debian.org/debian/pool
01:41.14*** join/#devuan kts (~kts@103.73.237.0)
01:43.26*** join/#devuan systemdlete (~systemdle@c-73-41-242-78.hsd1.ca.comcast.net)
01:46.18*** join/#devuan ServiceRobot (~alec@c-68-81-207-239.hsd1.pa.comcast.net)
01:55.37nexgenapt-get --print-uris install
01:55.49nexgenindicates actual full URL
01:56.17nexgenlike https://cdn-aws.deb.debian.org/debian/pool/
01:56.31nexgenbut I do not see a release name in the URL
01:56.53nexgenhow to distinguish jessie vs ascii, etc?
01:59.19*** join/#devuan Leander (~Leander@132.147.84.158)
02:17.25*** join/#devuan hkaddoil (~user@101.96.143.134)
02:34.12*** join/#devuan D-HUND (~debdog@2a00:79c0:62c:4d00:7a24:afff:fe8a:d04d)
02:36.04rrqnexgen: the sources.list points identify Packages files in /var/lib/apt/lists that define the contents of those sources.lists points.
02:36.53nexgenI know which release is pointed to from my source.list
02:37.15nexgenbut I cannot understand where it is indicated in the URL
02:37.55nexgenhttps://cdn-aws.deb.debian.org/debian/pool/
02:38.05nexgenwhere release is in the url
02:38.12rrqthe Packages files tell which packages there are
02:38.24DonkeyHoteihttps://cdn-aws.deb.debian.org/debian/dists/
02:38.32nexgenor do all releases pull their files from the same URL?
02:38.43rrqthe packages of all distributions/variants is in the same pool of packages
02:38.53nexgenahh
02:39.32rrqit's the Packages files in /var/lib/apt/lists that define what each "distibution/section" is
02:41.13nexgencan you please refer me to a devuan package example, may be it is marked somehow in the dpkg -al output
02:41.24nexgenmost likely openrc is a good example
02:42.08rrqmy "apt-cache policy openrc" gives the following:
02:42.15rrqopenrc:
02:42.16rrq<PROTECTED>
02:42.16rrq<PROTECTED>
02:42.16rrq<PROTECTED>
02:42.16rrq<PROTECTED>
02:42.18rrq<PROTECTED>
02:42.20rrq<PROTECTED>
02:42.23rrq<PROTECTED>
02:42.25rrq<PROTECTED>
02:42.28rrq<PROTECTED>
02:42.30rrq<PROTECTED>
02:42.33rrq<PROTECTED>
02:42.35rrq(end)
02:42.43rrqbecause I have manydown-pinned source.list points
02:43.29nexgenhere are no actual full URLs for which I am looking for
02:43.41nexgen<PROTECTED>
02:43.51nexgenhttps://pkgmaster.devuan.org/merged/pool/DEVUAN/main/s/sysvinit/sysvinit_2.88dsf-59.9+devuan2_amd64.deb
02:44.17nexgenhow DEVUAN vs DEBIAN part is handled at URL resolution time?
02:44.26nexgenis it some time of redirection?
02:44.34nexgensome *type
02:45.10rrqright.. yes, that's supposed to be handled by the web server's re-write rules
02:46.08nexgenmay be that is why I did not see different releases in DEBIAN pool before
02:46.10nexgennot sure
02:48.45nexgenif i try to open above /devuan/pool/
02:48.57nexgenI get not found if came via redirection
02:49.23nexgenhow to see above https://pkgmaster.devuan.org/merged/pool/DEVUAN/
02:49.32nexgenI would like to choose a release
02:50.01nexgenmost likely I have to specify actual mirror to which it is redirected
02:50.47rrqwell pkgmaster onl holds the devuan pool, not the debian pool
02:50.50rrqy
02:51.13rrqbrb
02:51.41nexgenbtw, do you agree with a statement that Debian was attacked by corporates and ended with a systemD without alternatives?
02:52.13nexgenso Devuan is more like olf Debian now than Debian is now
02:52.19nexgen*old
02:52.45nexgenattacked by *corporations
02:53.06fsmithredcorporados
02:54.29nexgenwhat if the want to attack Devuan too in some way?
02:54.32nexgenfork again?
02:54.44nexgenI guess an attack is done onto the leads
02:55.23nexgenwhen they pawn the control over leads they direct the whole thing into a wrong (for the community) direction
02:55.50fsmithredthis is not the place to discuss that, but I'll say if you knew the devuan devs, you'd know how unlikely that possibility is
02:55.52nexgenand someones who did not agree have to leave and fork
02:56.06nexgenI am just a user
03:20.44*** join/#devuan engidea (~damiano@37.163.174.220)
03:29.46*** join/#devuan bestiarius (~bestiariu@cpe-70-113-10-37.austin.res.rr.com)
03:43.45*** join/#devuan hkaddoil (~user@101.96.143.134)
03:48.21*** join/#devuan ar3itrary (~hacker@2a03:4000:6:8177:2::1)
04:08.23*** join/#devuan bestiarius (~bestiariu@cpe-70-113-10-37.austin.res.rr.com)
04:18.33*** join/#devuan xcm (~xcm@ipa210.225.tellas.gr)
04:34.43*** join/#devuan rdav (~rdav@110.193.150.122.sta.dodo.net.au)
04:38.22*** join/#devuan ar3itrary (~hacker@2a03:4000:6:8177:2::1)
04:42.03*** join/#devuan Xenguy (~Xenguy@devuan/community/Xenguy)
04:43.47*** join/#devuan hkaddoil (~user@101.96.143.134)
04:52.20*** part/#devuan Criggie (~Criggie@www.criggie.org.nz)
04:57.14*** join/#devuan bestiarius (~bestiariu@cpe-70-113-10-37.austin.res.rr.com)
05:04.04*** join/#devuan Inepu (~Mithrandi@host67-78-static.1-79-b.business.telecomitalia.it)
05:12.38*** join/#devuan Xenguy (~Xenguy@devuan/community/Xenguy)
05:22.35*** join/#devuan divansan` (~user@192-143-43-229.ip.airmobile.co.za)
05:22.39*** join/#devuan Jjp137 (~Jjp137@cpe-75-83-16-81.socal.res.rr.com)
05:25.57*** join/#devuan hkaddoil (~user@101.96.143.134)
05:40.30*** join/#devuan LtWorf (~LtWorf@151.54.39.50)
05:42.51*** join/#devuan systemdlete (~systemdle@c-73-41-242-78.hsd1.ca.comcast.net)
05:45.02*** join/#devuan LtWorf_ (~LtWorf@m37-2-94-216.cust.tele2.se)
05:48.56*** join/#devuan rsx (~rsx@ppp-188-174-147-109.dynamic.mnet-online.de)
05:52.28*** join/#devuan bestiarius (~bestiariu@cpe-70-113-10-37.austin.res.rr.com)
06:49.39*** join/#devuan hkaddoil (~user@101.96.143.134)
06:49.43*** join/#devuan LtWorf (~LtWorf@151.54.30.15)
06:55.06*** join/#devuan bestiarius (~bestiariu@cpe-70-113-10-37.austin.res.rr.com)
07:27.10*** join/#devuan systemdlete (~systemdle@c-73-41-242-78.hsd1.ca.comcast.net)
07:41.50*** join/#devuan LtWorf (~LtWorf@151.54.30.15)
07:49.27*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
07:50.11*** join/#devuan xcm (~xcm@ipa210.225.tellas.gr)
07:53.46*** join/#devuan muep (~quassel@muep.iki.fi)
08:40.46*** join/#devuan LtWorf (~LtWorf@m37-2-94-216.cust.tele2.se)
08:56.12drizztnexgen: that's way more complicated
08:56.37drizztthere are alternatives in debian, but using them is a real pain
08:57.18drizztand the fork happend because when we told debian devs that many people did not want to have systemd they told that :
08:59.15drizzt- devs have the lead and are the only ones responsible for taking decisions (packagers in fact, as they are not devs, the devs are those who wrote the thouthands of softwares so they can package them, but they don't care about users, even when they are the ones who wrote the softwares)
09:00.12drizzt- there is no way (from their point of view) to know what the users want, so they (the debian packagers) don't care
09:00.46*** join/#devuan petzi (~petzi@p5B3E3680.dip0.t-ipconnect.de)
09:01.52drizzt- if someone is not happy with that (even if that breaks point 4 of the Debian Social Contract : Our priorities are our users and free software) then he should fork
09:04.04drizztso the fork finaly happened, after days and months of flame trying to get them understand that many disagreed and a barely more than 50% vote in favor of systemd
09:05.18drizztand then, many debian devs said "hey, why did you fork ? this has split the community and many devs have left debian, you should stop your fork and come back to us"
09:05.32drizzt...
09:07.00drizztthis may be a little bit biased, but quite a good recap from my point of view
09:16.02*** join/#devuan queip (~queip@unaffiliated/rezurus)
09:25.47*** join/#devuan p3tzi (~petzi@p5DCF3BB4.dip0.t-ipconnect.de)
09:25.50*** join/#devuan bestiarius (~bestiariu@cpe-70-113-10-37.austin.res.rr.com)
09:37.51*** join/#devuan xcm (~xcm@ipa210.225.tellas.gr)
09:42.21*** join/#devuan TwistedFate (~quassel@unaffiliated/twistedfate)
09:43.33*** join/#devuan nexgen (~nexgen@144.172.68.147)
09:47.04*** join/#devuan petzi (~petzi@tmo-108-34.customers.d1-online.com)
09:47.42*** join/#devuan systemdlete (~systemdle@c-73-41-242-78.hsd1.ca.comcast.net)
09:49.25*** join/#devuan p3tzi (~petzi@p5DCF3A32.dip0.t-ipconnect.de)
10:04.22*** join/#devuan guest278776 (~u@cpc103056-sgyl39-2-0-cust1952.18-2.cable.virginm.net)
10:14.25*** join/#devuan rdav (~rdav@110.193.150.122.sta.dodo.net.au)
10:17.05*** join/#devuan Inepu (~Mithrandi@host67-78-static.1-79-b.business.telecomitalia.it)
10:34.12*** join/#devuan bestiarius (~bestiariu@cpe-70-113-10-37.austin.res.rr.com)
10:36.02*** join/#devuan rdav__ (~rdav@110.193.150.122.sta.dodo.net.au)
10:58.24*** join/#devuan Kjetil (kjetil@201.51-174-72.customer.lyse.net)
10:58.58KjetilSomeone know how to disable elogind from logging to dmesg?
11:02.47gnarfacei think rsyslogd controls that
11:03.00gnarfaceor, some syslogd.  there are more than one, iirc
11:03.13gnarfacemaybe just two though
11:04.47gnarfaceif i'm wrong about it being a syslog daemon that controls it, just check the command-line options in whatever init script launches it
11:09.49*** join/#devuan poontangmessiah (~poontangm@unaffiliated/poontangmessiah)
12:02.41*** join/#devuan xrogaan (~xrogaan@unaffiliated/xrogaan)
12:22.56*** join/#devuan xcm (~xcm@ipa210.225.tellas.gr)
12:31.12*** join/#devuan bestiarius (~bestiariu@cpe-70-113-10-37.austin.res.rr.com)
12:35.20*** join/#devuan SofiLofi (~SofiLofi@86.105.20.19)
13:04.50*** join/#devuan hkaddoil (~user@106.38.149.104)
13:07.16*** join/#devuan zeden (~user@unaffiliated/zeden)
13:11.00*** join/#devuan flrn (~flrn@unaffiliated/flrn)
13:17.03*** join/#devuan hkaddoil (~user@106.38.149.104)
13:24.10*** join/#devuan hkaddoil_ (~user@101.96.143.134)
13:43.21*** join/#devuan hkaddoil_ (~user@101.96.143.134)
13:43.44*** join/#devuan Walker3R (~Walker3R@187.119.227.51)
13:44.18*** join/#devuan chimay (~chimay@unaffiliated/chimay)
13:52.58*** join/#devuan guest278776 (~u@cpc103056-sgyl39-2-0-cust1952.18-2.cable.virginm.net)
13:54.58*** join/#devuan cgdae (~cgdae@razumovsky.net)
14:07.24*** join/#devuan Walker3R (~Walker3R@187.119.234.94)
14:09.05*** join/#devuan g4570n (~g4570n@unaffiliated/g4570n)
14:14.21*** join/#devuan hkaddoil (~user@101.96.143.134)
14:21.41*** join/#devuan Burek (~Burek@unaffiliated/burekzfinezt)
14:24.03*** join/#devuan engidea (~damiano@ip-46-141-11-154.rev.wolnext.com)
14:41.37*** join/#devuan targz (~Thunderbi@unaffiliated/targz)
14:44.53*** join/#devuan boson (~boson@gateway/tor-sasl/boson)
14:49.38*** join/#devuan Walker3R (~Walker3R@187.119.234.94)
15:01.06*** join/#devuan saptech (~saptech@unaffiliated/saptech)
15:02.10*** part/#devuan saptech (~saptech@unaffiliated/saptech)
15:02.39*** join/#devuan bjb (~bjb@sourcerer.ca)
15:10.42*** join/#devuan kreyren (~user@ip-94-113-101-16.net.upcbroadband.cz)
15:10.54kreyrenrequesting devuan mirror for packages
15:11.27kreyrenhttp://deb.devuan.org/ got it
15:15.58golinuxOr https://pkgmaster.devuan.org/
15:20.19*** join/#devuan p3tzi (~petzi@tmo-110-74.customers.d1-online.com)
15:27.40*** join/#devuan hkaddoil (~user@124.127.150.219)
15:31.13*** join/#devuan bestiarius (~bestiariu@cpe-70-113-10-37.austin.res.rr.com)
15:32.09*** join/#devuan concatime (concatime@0bsd.concati.me)
15:33.35*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
15:41.11*** join/#devuan concatime (concatime@0bsd.concati.me)
15:47.55*** join/#devuan Pali_ (~pali@Maemo/community/contributor/Pali)
16:51.44*** join/#devuan nexgen (~nexgen@144.172.68.147)
16:53.32*** join/#devuan guest278776 (~u@cpc103056-sgyl39-2-0-cust1952.18-2.cable.virginm.net)
16:58.54*** join/#devuan bestiarius (~bestiariu@cpe-70-113-10-37.austin.res.rr.com)
17:00.13*** join/#devuan Xenguy_ (~Xenguy@devuan/community/Xenguy)
17:01.35*** join/#devuan Inepu (~Mithrandi@host67-78-static.1-79-b.business.telecomitalia.it)
17:17.24*** join/#devuan cgdae (~cgdae@razumovsky.net)
17:26.35*** join/#devuan BurekzFinezt (~Burek@unaffiliated/burekzfinezt)
17:30.32*** join/#devuan bestiarius (~bestiariu@cpe-70-113-10-37.austin.res.rr.com)
17:37.26*** join/#devuan cgdae (~cgdae@razumovsky.net)
17:40.13*** join/#devuan Defender1031 (~DeFender1@89-139-58-132.bb.netvision.net.il)
17:43.43*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
17:53.06*** join/#devuan engidea (~damiano@ip-46-141-11-154.rev.wolnext.com)
17:54.01*** join/#devuan shibboleth (~shibbolet@gateway/tor-sasl/shibboleth)
17:55.27*** join/#devuan LtWorf (~LtWorf@151.54.24.251)
18:03.48*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
18:04.06*** join/#devuan systemdlete (~systemdle@c-73-41-242-78.hsd1.ca.comcast.net)
18:50.23*** join/#devuan Soo_Slow (Soo_Slow@gateway/vpn/privateinternetaccess/sooslow/x-31376162)
18:51.49*** join/#devuan LtWorf (~LtWorf@151.54.24.251)
19:02.55*** join/#devuan cd (~cd@unaffiliated/cd)
19:06.33*** join/#devuan systemdlete (~systemdle@c-73-41-242-78.hsd1.ca.comcast.net)
19:19.05*** join/#devuan engidea (~damiano@ip-46-141-11-154.rev.wolnext.com)
19:21.34*** join/#devuan xcm (~xcm@ipa210.225.tellas.gr)
19:31.43*** join/#devuan xcm (~xcm@ipa210.225.tellas.gr)
19:47.09*** join/#devuan bestiarius (~bestiariu@cpe-70-113-10-37.austin.res.rr.com)
19:54.02*** join/#devuan pekman (~pekman@unaffiliated/pekman)
20:06.20*** join/#devuan xcm (~xcm@ipa210.225.tellas.gr)
20:13.03*** join/#devuan jathan (~jathan@200.236.113.176)
20:25.41*** join/#devuan TheMaster (ukikie@freenode/staff/ubuntu.member.unit193)
20:45.52*** join/#devuan guest278776 (~u@cpc103056-sgyl39-2-0-cust1952.18-2.cable.virginm.net)
21:00.07*** join/#devuan LtWorf_ (~LtWorf@m37-2-43-165.cust.tele2.se)
21:07.14*** join/#devuan bestiarius (~bestiariu@cpe-70-113-10-37.austin.res.rr.com)
21:16.09*** join/#devuan James1138 (47de852a@gateway/web/cgi-irc/kiwiirc.com/ip.71.222.133.42)
21:58.19*** join/#devuan zeden (~user@unaffiliated/zeden)
22:09.01*** join/#devuan bestiarius (~bestiariu@cpe-70-113-10-37.austin.res.rr.com)
22:09.07*** join/#devuan gattuso (~gattuso@pompel.me)
22:17.13*** join/#devuan fatalerrors (~fatalerro@91.224.149.180)
22:35.43*** join/#devuan trfl (~ed@static.59.110.40.188.clients.your-server.de)
22:39.30*** join/#devuan LtWorf_ (~LtWorf@151.54.24.251)
22:42.16*** join/#devuan bestiarius (~bestiariu@cpe-70-113-10-37.austin.res.rr.com)
22:56.24*** join/#devuan rdav__ (~rdav@110.193.150.122.sta.dodo.net.au)
23:15.29*** join/#devuan unixman_home (~unixman2@123-225-137-216.mtaonline.net)
23:15.29*** join/#devuan unixman_home (~unixman2@unaffiliated/eracc)
23:20.08*** join/#devuan petzi (~petzi@tmo-114-96.customers.d1-online.com)
23:20.16*** join/#devuan LtWorf_ (~LtWorf@151.54.24.251)
23:23.45*** join/#devuan bestiarius (~bestiariu@cpe-70-113-10-37.austin.res.rr.com)
23:44.52*** join/#devuan retak (~ite@dslb-188-107-167-221.188.107.pools.vodafone-ip.de)

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