IRC log for #devuan on 20210119

00:00.03*** join/#devuan Xenguy (~Xenguy@devuan/community/Xenguy)
00:11.10*** join/#devuan beamflash (~andr@c-98-220-127-30.hsd1.il.comcast.net)
00:12.57beamflashHi, I am wondering what's going on with devuan torrents.  Normally I see more than 50 seeders.  Since yesterday I see zero other seeders.  I can't believe I am the only one.
00:14.10golinuxbeamflash: https://lists.dyne.org/lurker/message/20210115.162148.282d4f9d.en.html
00:15.11beamflashYes, tracker.dyne.org never resolved for me.
00:15.32beamflashBut today there is also a timeobu on tracker.openbittorrent.com.
00:15.47beamflashI still see some upstream bandwidth, I guess throught DHT
00:16.27golinuxIt is being discussed and coordinated.
00:16.35beamflashGood to know the issue has been reported already.
00:16.37beamflashThanks!
00:16.45golinuxSome folks are not that available.
00:17.16golinuxAnd er're all in different time zones
00:17.27golinuxwe're
00:17.38beamflashunderstood
00:17.51beamflashtrying to help
00:17.59fsmithredI saw about 17 seeders when I tested it yesterday
00:18.04golinuxYou have helped!
00:18.15fsmithredand I was able to download
00:18.38fsmithredsomeone said openbittorrent tends to be on/off
00:42.22*** join/#devuan beamflash (~andr@c-98-220-127-30.hsd1.il.comcast.net)
00:42.39*** part/#devuan beamflash (~andr@c-98-220-127-30.hsd1.il.comcast.net)
01:11.56*** join/#devuan beamflash (~beamflash@c-98-220-127-30.hsd1.il.comcast.net)
01:23.55*** part/#devuan AnimaInvicta (~AnimaInvi@ber27-1-78-230-215-86.fbx.proxad.net)
01:40.09*** join/#devuan Centurion_Dan (~Thunderbi@devuan/developer/centuriondan)
01:42.06*** join/#devuan black-clover (~mac@2806:1000:8200:6150:ae72:89ff:fe37:3435)
01:43.15*** part/#devuan black-clover (~mac@2806:1000:8200:6150:ae72:89ff:fe37:3435)
01:52.28*** join/#devuan testuser (~testuser@c-98-220-127-30.hsd1.il.comcast.net)
01:57.32beamflashHi, I have a question on display resolution.  I get 1400x1050 in desktop-live.  Installed on the hard drive, updated all packages, still the same.
01:57.52beamflashIt is supposed to be 1920x1080, like I get in the (ancient) fedora-25
01:58.27beamflashAny advice on how to debug and fix it?
01:59.35*** join/#devuan Centurion-Dan2 (~Thunderbi@devuan/developer/centuriondan)
02:18.46*** join/#devuan fling (~fling@fsf/member/fling)
02:29.39*** join/#devuan fluffywolf (~furrywolf@li92-159.members.linode.com)
02:31.47*** join/#devuan luser977 (~resuuser@188.27.82.162)
02:54.27masonbeamflash: xrandr? xorg.conf?
02:55.15brubeamflash: What resolutions does "xrandr --current" show?
02:57.11beamflashworking on it
02:58.30beamflashxrandr --current: https://pastebin.com/sZrJKtY2
03:02.40beamflashXorg.0.log (devuan) https://pastebin.com/kRGJXE0W
03:04.04beamflashXorg.0.log (fedora-25) https://pastebin.com/8aivEzCx
03:06.03beamflashI don't think there is an xorg.conf file. There are 5 files in /usr/share/X11/xorg.conf.d/: 10-amdgpu.conf 10-quirks.conf 10-radeon.conf 40-libinput.conf 70-wacom.conf
03:10.27beamflashComparing the Xorg.0.log files, I see "[KMS] Kernel modesetting enabled" for fedora, but "[KMS] drm report modesetting isn't supported."
03:10.44beamflashin devuan
03:11.52ThiagoCMCMaybe it's missing Kernel modules inside of the initramfs?
03:14.25ThiagoCMCOn Ubuntu, for example, I have to install a package called `linux-modules-extra-5.4.0-62-generic`, otherwise, the DRM doesn't work either.
03:19.02beamflashInteresting...
03:21.21beamflash"apt list |grep linux-modules-extra" returns nothing for me.  WHat repo is it in?
03:24.08ThiagoCMCI was just using Ubuntu as an example... I'm not sure how it's done in Devuan but, I believe that it's also similar on Debian, so, Devuan might have something like that...
03:24.19ThiagoCMCSorry!  ^_^
03:24.44beamflashThanks for the idea!
03:25.42ThiagoCMC=)
03:28.24*** join/#devuan numzob (~numzob@73.99.224.222)
03:30.02beamflashI guess I'll do lsmod in devuan  and fedora and compare the lists.
03:30.11beamflashGoing to reboot now.
03:40.07gnarfaceThiagoCMC: if you're sure it's not an old config, it might be just loading the wrong driver, or have too old of a kernel
03:40.59gnarfaceor you might be missing non-free firmware/drivers
03:41.16gnarface[   226.775] (EE) open /dev/dri/card0: No such file or directory
03:41.18gnarfacethis is telling
03:41.22ThiagoCMCtrue
03:42.07gnarfacelooks like fedora is loading the radeon driver
03:42.40ThiagoCMCWorth checking: `find /lib/modules -iname "*drm*"`
03:42.57gnarfaceyou might need the non-free package firmware-amd-graphics
03:43.02gnarfacedepending on the age of the card
03:43.06*** join/#devuan beamflash (~testuser@c-98-220-127-30.hsd1.il.comcast.net)
03:43.52gnarfacedevuan it appears, is failing over to vesa
03:45.13gnarfaceit might just be that you need a partial xorg.conf config snippet to override the default driver
03:45.23gnarfacebut like i said, i suspect missing firmware, or kernel version
03:45.34gnarface(if you need a newer kernel, you can get it from beowulf-backports)
03:46.41gnarfaceactually that error is pretty indicative that hardware isn't even recognized
03:46.50gnarfacedo make sure you're also in the "video" group though
03:47.28beamflashI am still trying to bring the two lsmod outputs into one place... Need to configure raid to read that fedora disk.
03:47.35beamflashThanks for the backports reminder.
03:47.49*** join/#devuan jotaxpe (jotaxpe@gateway/vpn/protonvpn/jotaxpe)
03:48.44gnarfacesorry ThiagoCMC that was for beamflash
03:49.09gnarfaceand yea, it's normal for there not to be a xorg.conf, it's optional now
03:49.16gnarfacethough auto-detect isn't perfect
03:49.56gnarfacei'm pretty sure you will need to be in the video group, but it doesn't look like it got as far as a permission error
03:50.09gnarfacewhat does lspci say your video card is?
03:50.31beamflashI have X started by lightgdm, so my user groups shoudl not matter?
03:51.21beamflash01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV710 [Radeon HD 4350/4550]
03:51.27ThiagoCMCNo problem
03:52.39gnarfacebeamflash: does dmesg complain about missing firmware?
03:53.29*** join/#devuan luser978 (~resuuser@188.27.82.162)
03:57.37beamflashExcellent hint about firmware:  [drm:radeon_pci_probe [radeon]] *ERROR* radeon kernel modesetting for R600 or later requires firmware installed
03:57.47*** join/#devuan D-HUND (~debdog@2a00:79c0:62e:fa00:7a24:afff:fe8a:d04d)
03:57.48beamflashIs there a package for that?
03:58.21beamflashhttps://wiki.debian.org/Firmware  is dmesg as well..
04:01.21*** join/#devuan luser977 (~resuuser@188.27.82.162)
04:32.25*** join/#devuan ar3itrary (~hacker@2a03:4000:6:8177:2::1)
05:10.21*** join/#devuan sadsnork (~sadsnork@2607:5300:60:379f:26::3964)
05:22.35beamflashOK, firmware-amd-graphics may be the missing package.  Will reboot to test.
05:25.47*** join/#devuan beamflash (~testuser@c-98-220-127-30.hsd1.il.comcast.net)
05:26.51*** join/#devuan aqu4bot (~aqu4bot@unaffiliated/subsen/bot/aqu4)
05:27.02beamflashThe screen looks much better now, after installing firmware-amd-graphics.  Thank you for your help!
05:38.47*** join/#devuan luser977 (~resuuser@188.27.82.162)
05:47.43*** join/#devuan DocScrutinizer05 (~saturn@openmoko/engineers/joerg)
05:58.40*** join/#devuan ezcape (~ezcape@31.204.154.122)
05:59.24ezcapehi. having problems
05:59.26ezcapeStarting NVIDIA Persistence Daemon
05:59.26ezcapenvidia-persistenced failed to initialize. Check syslog for more details.
05:59.26ezcapeinvoke-rc.d: initscript nvidia-persistenced, action "start" failed.
06:00.03ezcapesudo service stop nvidia-persistenced, stop: unrecognized service
06:10.53*** join/#devuan luser977 (~resuuser@188.27.82.162)
06:17.40*** join/#devuan luser978 (~resuuser@188.27.82.162)
06:32.32*** join/#devuan pablocastellanos (~emergency@li79-248.members.linode.com)
07:23.08*** join/#devuan Inepu (~Mithrandi@46.234.217.137)
07:31.13*** join/#devuan Xenguy_ (~Xenguy@devuan/community/Xenguy)
07:31.18*** join/#devuan Thaolia- (~thaolia@80.90.61.92)
07:31.20*** join/#devuan mith_ (~Mithrandi@46.234.217.137)
07:31.54*** join/#devuan search_social (~search_so@99-112-18-250.lightspeed.hstntx.sbcglobal.net)
07:32.40*** join/#devuan DocScrutinizer05 (~saturn@openmoko/engineers/joerg)
07:33.35*** join/#devuan ar3itrary (~hacker@2a03:4000:6:8177:2::1)
07:37.24*** join/#devuan Joril (~joril@217.194.188.145)
07:45.38*** join/#devuan luser977 (~resuuser@188.27.82.162)
08:39.29*** join/#devuan alexvp (~alexvp@51.194.52.176)
08:59.55*** join/#devuan xinomilo (~xinomilo@gateway/tor-sasl/xinomilo)
09:01.44*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
09:03.27*** part/#devuan Junicchi (~anon@unaffiliated/junicchi)
09:13.00r3bootsee man service, there is an issue with the order of cli params
09:21.52*** join/#devuan GNUmoon2 (~GNUmoon@gateway/tor-sasl/gnumoon)
09:47.01*** join/#devuan reetp (~john@239.red-80-59-216.staticip.rima-tde.net)
09:47.03*** join/#devuan arnoldoree (~arnoldore@113.210.62.153)
10:07.34*** join/#devuan alexvp (~alexvp@51.194.52.176)
10:19.54*** join/#devuan kernelpanic (~fatalerro@2a03:7220:8081:b301::f0)
10:22.00*** join/#devuan FlibberTGibbet (~david@unaffiliated/flibbertgibbet)
10:32.57*** join/#devuan alexvp (~alexvp@51.194.52.176)
11:05.37*** join/#devuan gnu_srs1 (~srs@host-95-192-246-156.mobileonline.telia.com)
11:37.29*** join/#devuan mith_ (~Mithrandi@137-217-234-46.wifi4all.it)
11:56.16*** join/#devuan n4dir (~n4dir@88.130.152.94)
11:58.59*** join/#devuan unixman_home (~unixman2@223-179-152-216.mtaonline.net)
11:58.59*** join/#devuan unixman_home (~unixman2@unaffiliated/eracc)
11:59.00*** join/#devuan halbeno (~halbeno@node-1w7jra20u83qh234oxwt29y5e.ipv6.telus.net)
11:59.00*** join/#devuan treezus (~treezus@li280-225.members.linode.com)
11:59.01*** join/#devuan ephemer0l (~ephemer0l@pentoo/user/ephemer0l)
11:59.01*** join/#devuan morla101119 (~morla1011@mail.cracksucht.de)
11:59.01*** join/#devuan n4dir (~n4dir@88.130.152.94)
11:59.01*** join/#devuan ThiagoCMC (~ThiagoCMC@bras-base-ktnron0919w-grc-09-65-92-206-86.dsl.bell.ca)
11:59.01*** join/#devuan bz2S (~bull@185.117.72.168)
11:59.01*** join/#devuan freemangordon (~ivo@46.249.74.23)
11:59.01*** join/#devuan DHE (~dhe@rubyweapon.execulink.net)
11:59.01*** join/#devuan mith__ (~Mithrandi@46.234.217.137)
11:59.02*** join/#devuan yeti (~username@p2e517846.dip0.t-ipconnect.de)
11:59.02*** join/#devuan lastebil (truck@77.246.204.69)
11:59.34*** join/#devuan gavlee (~gav@unaffiliated/gavlee)
12:01.16*** join/#devuan tobypus (~jr-logbot@neo900/bot/jr-logbot)
12:01.16*** mode/#devuan [+v tobypus] by ChanServ
12:02.54*** join/#devuan JackFrost (ukikie@freenode/staff/ubuntu.member.unit193)
12:41.20*** join/#devuan arnoldoree (~arnoldore@113.211.141.223)
13:09.33*** join/#devuan debdog (~debdog@194.140.113.152)
13:10.27*** join/#devuan n4dir (~n4dir@88.130.152.119)
13:17.53*** join/#devuan n4dir (~n4dir@88.130.152.119)
13:20.06*** join/#devuan alexvp (~alexvp@51.194.52.176)
13:42.41*** join/#devuan efringo (4e9dd3ec@78.157.211.236)
13:43.42*** join/#devuan coagen (~coagen@unaffiliated/coagen)
13:53.57*** join/#devuan Kruppt (~Kruppt@50.111.30.10)
13:58.32*** part/#devuan efringo (4e9dd3ec@78.157.211.236)
14:03.22*** join/#devuan gnu_srs1 (~srs@devuan/developer/srs)
14:03.48*** join/#devuan Bjornn (~Bjornn@2603-7080-9201-553f-0000-db01-be7a-1c9a.res6.spectrum.com)
14:10.26*** join/#devuan targz (~Thunderbi@unaffiliated/targz)
14:16.55*** join/#devuan sunshavi (~user@190.42.230.123)
14:23.27*** join/#devuan danuan (~danuan@c-24-0-7-30.hsd1.nj.comcast.net)
14:28.41danuanwhat could cause su to fail inside schroot with "Authentication failure"  when running from an NFS share , same schroot locally does not
14:37.46*** join/#devuan Akuli (~akuli@82-203-161-194.bb.dnainternet.fi)
14:37.55*** join/#devuan cronolio (~alex@unaffiliated/cronolio)
14:38.42*** join/#devuan sunshavi (~user@190.42.230.123)
14:40.52danuannevermind,  nfs share was mounted with nosuid by default
15:14.53*** join/#devuan DashiePie (~Rawr@c-73-152-100-71.hsd1.wv.comcast.net)
15:40.27*** join/#devuan bru (~bru@181.169.7.45)
15:47.39*** join/#devuan drmbls (~marius@78-56-83-14.static.zebra.lt)
16:11.31*** join/#devuan Acacia (~Acacia@unaffiliated/acacia)
16:26.28*** join/#devuan n4dir (~n4dir@88.130.152.119)
16:27.14*** join/#devuan drmbls (~marius@78-56-83-14.static.zebra.lt)
16:28.47*** join/#devuan IoFran (~Thunderbi@189.237.102.209)
16:41.58*** join/#devuan Uberius (~uberius@gateway/tor-sasl/uberius)
16:48.15*** join/#devuan lastebil_ (truck@77.246.204.69)
16:48.33*** join/#devuan lfluffywof (~furrywolf@li92-159.members.linode.com)
16:49.28*** join/#devuan n4dir (~n4dir@88.130.152.119)
17:00.32*** join/#devuan shibboleth (~shibbolet@gateway/tor-sasl/shibboleth)
17:00.46*** join/#devuan luser977 (~resuuser@188.27.82.162)
17:07.17*** join/#devuan mojoman (~mojoman@h-170-84.A357.priv.bahnhof.se)
17:20.38gnarfaceif ezcape comes back, tell them try just uninstalling nvidia-persistenced, i don't think it's strictly required and i recall a time when an older version hung around after an upgrade, causing problems
17:37.19*** join/#devuan fifiobarun (~monsieur@cpc80981-perr17-2-0-cust753.19-1.cable.virginm.net)
17:44.04*** join/#devuan AnimaInvicta (~AnimaInvi@ber27-1-78-230-215-86.fbx.proxad.net)
17:46.29*** join/#devuan alv (~alv@5.77.96.205)
17:48.16*** join/#devuan Inepu (~Mithrandi@46.234.217.137)
17:48.34*** join/#devuan secretmyth (~secretmyt@2601:646:9682:f40::be4e)
17:49.43alvhi all !!!!
17:50.17alvsomeone know where is the devuan jenkins ???
17:56.33*** join/#devuan alexandros_tab (~quassel@unaffiliated/alexandros-c/x-1684531)
17:56.34*** join/#devuan alexandros_c (~quassel@unaffiliated/alexandros-c/x-1684531)
17:57.53*** join/#devuan aqu4bot (~aqu4bot@unaffiliated/subsen/bot/aqu4)
18:03.02*** part/#devuan fatalerrors (~fatalerro@2a03:7220:8081:b301::f0)
18:03.25gnarfacealv: not sure they're using jenkins.  check at git.devuan.org for the image build scripts
18:04.02fsmithredhttps://ci.devuan.org/
18:04.44gnarfaceah, thanks fsmithred
18:04.51fsmithredyw
18:05.07fsmithredI shoulda done that in the first place. He asked my privately and I answered there.
18:05.20fsmithredThus illustrating one of the pitfalls of asking privately
18:05.51fsmithredmy/me
18:05.52numzob<PROTECTED>
18:06.12fsmithredyeah, if it was secret
18:08.56alvThanks all !!!
18:10.01alvopps sorry guys but https://ci.devuan.org/ the cert is expired !!!!
18:10.08alvcan someone check it ?
18:10.41*** part/#devuan cronolio (~alex@unaffiliated/cronolio)
18:10.48numzobit's expired for me also
18:12.54gnarfacethe error i get is about it having the wrong domain not being expired
18:13.29alvi got redirected with a different browser
18:13.37alvhttps://ci01.dev1.cloud/ here
18:13.58alvand it works !!!!
18:15.08*** join/#devuan alv (~alv@5.77.96.205)
18:26.39*** join/#devuan alv (~alv@5.77.96.205)
18:38.53*** join/#devuan alv (~alv@5.77.96.205)
18:42.51*** join/#devuan fifiobarun (~monsieur@cpc80981-perr17-2-0-cust753.19-1.cable.virginm.net)
18:52.23*** join/#devuan arnoldoree (~arnoldore@113.210.53.130)
18:53.26*** join/#devuan alv (~alv@5.77.96.205)
18:55.21*** join/#devuan alv (~alv@5.77.96.205)
19:00.43*** join/#devuan alv (~alv@5.77.96.205)
19:01.58*** join/#devuan alv (~alv@5.77.96.205)
19:35.39*** join/#devuan n4dir (~n4dir@88.130.152.119)
19:47.42*** join/#devuan Hurgotron (~Hurgotron@kabelmarder.de)
20:01.02*** join/#devuan seb95 (~sebastien@2a01cb000fb62000292a9f3ec32333f1.ipv6.abo.wanadoo.fr)
20:01.44*** join/#devuan luser978 (~resuuser@188.27.82.162)
20:03.00*** join/#devuan MasterdonX (~masterdon@45.9.249.244)
20:04.43*** join/#devuan luser977 (~resuuser@188.27.82.162)
20:06.31*** join/#devuan Bjornn- (~Bjornn@2603-7080-9201-553f-0000-db01-be7a-1c9a.res6.spectrum.com)
20:08.16*** join/#devuan alv (~alv@5.77.96.205)
20:09.18*** join/#devuan alv (~alv@5.77.96.205)
20:10.21*** join/#devuan alv (~alv@5.77.96.205)
20:10.52alv...
20:13.54*** join/#devuan thijso (~thijs@198-30-132-5.ftth.glasoperator.nl)
20:15.31*** join/#devuan m4rley (~m4rley@207.148.96.120)
20:26.32*** join/#devuan ar3itrary (~hacker@2a03:4000:6:8177:2::1)
20:55.49*** join/#devuan seb95 (~sebastien@2a01cb000fb62000292a9f3ec32333f1.ipv6.abo.wanadoo.fr)
21:05.31*** join/#devuan Seb95passionlinu (~sebastien@2a01cb000fb62000292a9f3ec32333f1.ipv6.abo.wanadoo.fr)
21:06.38*** join/#devuan lagfra (~fra@host-79-24-50-26.retail.telecomitalia.it)
21:11.46*** join/#devuan UsL (~usl@178.174.226.166)
21:13.54*** join/#devuan luser978 (~resuuser@188.27.82.162)
21:24.44*** join/#devuan petzi (~petzi@p578b3438.dip0.t-ipconnect.de)
21:29.23*** join/#devuan gnu_srs2 (~srs@host-95-192-44-186.mobileonline.telia.com)
21:31.00*** join/#devuan seb95 (~sebastien@2a01cb000fb62000292a9f3ec32333f1.ipv6.abo.wanadoo.fr)
21:32.06*** join/#devuan Seb95passiongnul (~sebastien@2a01cb000fb62000292a9f3ec32333f1.ipv6.abo.wanadoo.fr)
21:32.21*** join/#devuan IoFran (~Thunderbi@200.68.140.243)
21:32.46*** join/#devuan passionlinux (~sebastien@2a01cb000fb62000292a9f3ec32333f1.ipv6.abo.wanadoo.fr)
21:33.42*** join/#devuan Seb95passiongnul (~sebastien@2a01cb000fb62000292a9f3ec32333f1.ipv6.abo.wanadoo.fr)
21:37.49*** join/#devuan Seb95passiongnul (~sebastien@2a01cb000fb62000292a9f3ec32333f1.ipv6.abo.wanadoo.fr)
21:39.38*** join/#devuan gnu_srs1 (~srs@host-95-192-75-163.mobileonline.telia.com)
21:47.19*** join/#devuan ac_laptop (~ac_laptop@186.2.247.129)
21:51.58*** join/#devuan gnu_srs1 (~srs@host-95-192-44-152.mobileonline.telia.com)
21:52.50*** join/#devuan terabit (sid146285@gateway/web/irccloud.com/x-wgyrdievqaipyqqr)
21:54.20*** join/#devuan shibboleth (~shibbolet@gateway/tor-sasl/shibboleth)
22:06.13*** join/#devuan gnu_srs2 (~srs@host-95-192-42-90.mobileonline.telia.com)
22:08.43*** join/#devuan gnu_srs1 (~srs@host-95-192-110-146.mobileonline.telia.com)
22:13.53*** join/#devuan GNUmoon2 (~GNUmoon@gateway/tor-sasl/gnumoon)
22:26.11*** join/#devuan gnu_srs2 (~srs@host-95-192-114-226.mobileonline.telia.com)
22:28.24*** join/#devuan gnu_srs1 (~srs@host-95-192-22-147.mobileonline.telia.com)
22:28.48*** join/#devuan n4dir (~n4dir@88.130.152.119)
22:34.34*** join/#devuan gnu_srs1 (~srs@host-95-192-131-68.mobileonline.telia.com)
22:44.45*** join/#devuan DonkeyHotei (dOo@april-fools/2014/runnerup/danielg4)
22:45.41*** join/#devuan cronolio (~alex@unaffiliated/cronolio)
23:19.09*** join/#devuan nil21 (~nil21@139.47.4.98)
23:26.58*** join/#devuan luser977 (~resuuser@188.27.82.162)
23:30.39*** part/#devuan nil21 (~nil21@139.47.4.98)
23:41.03*** join/#devuan luser978 (~resuuser@188.27.82.162)
23:42.02*** join/#devuan zxq9 (~zxq9@FL1-119-244-161-106.okn.mesh.ad.jp)
23:47.43*** join/#devuan KREYREN (~kreyren@gateway/tor-sasl/kreyren)

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