IRC log for #debian on 20210126

00:00.19Numline1mutante: yes for the first two, regarding the visudo - that's a good point
00:00.40Numline1either way, it seems to be working now, so I'll try to reverse-engineer the process so I can add user using ansible. Thanks guys!
00:01.11mutanteglad it works, np
00:02.10mutanteNumline1: shouldn't the ansible package do this as part of postinstall?
00:03.02Numline1mutante: honestly, it's possible. What I've been doing so far is setting up the latter steps of the installation
00:03.15Numline1basically to have ansible access for the first time, it needs a user that's able to control the server
00:03.37Numline1I could have some modified installers that create the default user, but that'd probably be too complicated for my use case
00:03.54mutanteNumline1: you installed ansible itself using APT or some other method?
00:04.25Numline1mutante: the ansible is installed locally on my mac, since it doesn't require any server-side package or anything
00:04.39Numline1so I basically did a clear install of TrueNAS using IPMI KVM and that's about it
00:04.50Numline1I just need Ansible to install some additional packages and configure some sys variables
00:05.38mutanteNumline1: ok, I would claim you wouln't have to do this manual stuff if you'd use Debian for all of it
00:07.26Numline1mutante: yeah, but it's honestly about effort vs benefit for me
00:07.47Numline1I'll have a look at some postinstall stuff somewhere in 2021 as a weekend project :)
00:07.52Numline1But thanks for your suggestions :)
00:08.21*** join/#debian genr8_ (~genr8_@unaffiliated/genbtc)
00:17.57*** join/#debian SoulsForBelial (~SoulsForB@p200300f12f115800821f02fffeaf6272.dip0.t-ipconnect.de)
00:19.31*** join/#debian beelzebuzz (~rasputin@gateway/tor-sasl/beelzebuzz)
00:20.32*** join/#debian dvs (~hibbard@cwv.teksavvy.com)
00:22.32*** join/#debian lumpi (~quassel@p54a9a92d.dip0.t-ipconnect.de)
00:24.34*** join/#debian beelz3buzz (~rasputin@gateway/tor-sasl/beelzebuzz)
00:28.01*** mode/#debian [+l 1193] by debhelper
00:31.23*** join/#debian Ekis (~Ekis@cpe74da881c916d-cm30b7d4bb2eb0.cpe.net.cable.rogers.com)
00:40.49*** join/#debian GreenRiot (~greenriot@unaffiliated/golemoffire)
00:44.15*** join/#debian killforge (~erp@2001:8004:1bf1:f2d:f51f:a52f:505e:2c1a)
00:46.49*** join/#debian alex_c (~alexandro@unaffiliated/alexandros-c/x-1684531)
00:47.30*** join/#debian ax562 (~ax562@unaffiliated/ax562)
00:50.01*** join/#debian Zppix (uid182351@miraheze/Zppix)
00:51.06*** join/#debian diniwed (~gavron@89.38.226.125)
00:56.02*** join/#debian nethunter_ (~filohuhum@gateway/tor-sasl/filohuhum)
01:06.35*** join/#debian sulit (~sulit@114.242.206.180)
01:09.19*** join/#debian dftxbs3e (~dftxbs3e@unaffiliated/dftxbs3e)
01:13.08*** join/#debian fachinformatiker (~fachinfor@fsf/member/fachinformatiker)
01:13.18*** join/#debian Anderson69s (~Thunderbi@74-132-190-109.isp.overthebox.ovh)
05:49.44*** join/#debian apt (ibot@96-86-209-99-static.hfc.comcastbusiness.net)
05:49.44*** topic/#debian is Current Debian release is buster, 10.7 point release /msg dpkg 10.7; /msg dpkg buster; /msg dpkg stretch->buster; /msg dpkg apt suite changed | Stretch has limited LTS support: /msg dpkg stretch-lts ; /msg dpkg 9.13 | NO FLOOD: /msg dpkg paste | offtopic: #debian-offtopic | testing/unstable: #debian-next @ irc.oftc.net | chanlogs: /msg dpkg irclog
05:51.09*** join/#debian Elodin (~weechat@unaffiliated/padawan)
05:56.24*** join/#debian lead_pipe23 (~Lead@38.146.84.50)
05:58.14*** join/#debian Elodin (~weechat@unaffiliated/padawan)
06:01.13*** join/#debian Ericounet (~Eric@2a01:e0a:d0:3c20:8248:34e3:d05f:9f43)
06:01.56*** join/#debian iterati (~vangelis@78-209-154.adsl.cyta.gr)
06:05.28*** join/#debian LBD (LocalBasem@gateway/vpn/protonvpn/lbd)
06:09.54*** join/#debian darutoko (~darutoko@37.21.254.171)
06:15.26*** join/#debian fjavier (~fjavier@170.253.44.250)
06:15.45serafeimhello friends
06:19.02*** join/#debian Hallcyon (~Hallcyon@122.199.46.116)
06:20.53*** join/#debian SoulsForBelial (~SoulsForB@p200300f12f1dd200821f02fffeaf6272.dip0.t-ipconnect.de)
06:25.27serafeimhello friends. this ain't really related to the  # but... what should i install? mysql or mariadb ?
06:25.47serafeimi'm only using postgres but "mysql" is needed for some php app i need installing
06:25.56sponix2ipfwserafeim: mariadb
06:26.11serafeimcould you clarify a bit?
06:26.42yogoyo!mariadb
06:26.43dpkgMariaDB is a community-developed fork of <MySQL>, intended as backward compatible drop-in replacement.  Packages are available for Debian 8 "Jessie" and later releases.  https://mariadb.org/  #maria on irc.freenode.net.
06:27.27serafeim!mysqldb
06:27.33serafeim!mysql
06:27.34dpkgmysql is probably a fast and reliable open source relational database implementing a large subset of SQL. It is the world's most popular open source database. To install, ask me about <install mysql>. http://wiki.debian.org/MySql http://mysql.com/ #mysql on irc.freenode.net, #debian-mysql on irc.oftc.net. See also <mysql test>, <mysql squeeze>, <mysql checking>, <mariadb>
06:27.51serafeim!install mysql
06:27.51dpkgTo install the MySQL server, "aptitude install mysql-server".  You might also want to "aptitude install php5-mysql" and ask me about <install apache> <install php>.  Also check out the <phpmyadmin> package.  See also <mysql checking>, <mysql memory usage>.
06:28.22serafeimok it seems that both mariadb and mysql can be installed from the repos
06:28.31yogoyoyes
06:28.55serafeimso i should just install mariadb because it's not oracle ?
06:29.00serafeimor there's another reason
06:29.19sponix2ipfwThat is the main reason for me
06:29.41serafeimha ha ha yes that's also reason enough for me but are there any advantages ?
06:30.29sponix2ipfwI'm sure they will function the same for your needs
06:30.45serafeimok thank you
06:34.54*** join/#debian lisco (~lisco@c-73-53-214-196.hsd1.fl.comcast.net)
06:35.43*** join/#debian sauvin (sauvin@about/linux/staff/sauvin)
06:42.06*** join/#debian rpthms (rpthms@unaffiliated/rpthms)
06:44.17*** join/#debian \\Mr_C\\ (~mrc@cpe-75-187-191-230.neo.res.rr.com)
06:49.08*** join/#debian sinaowolabi (~Sina@154.66.62.248)
06:52.07*** join/#debian jmcgnh (~jmcgnh@wikipedia/jmcgnh)
06:54.58*** join/#debian daysun (~sunday@gateway/tor-sasl/sunday)
06:55.04*** join/#debian sbraz (~sbraz@gentoo/developer/sbraz)
06:56.41*** join/#debian tangarora (~tangarora@37.120.209.164)
06:57.43*** join/#debian wwilliam (~afernande@unaffiliated/wwilliam)
06:58.02*** mode/#debian [+l 1159] by debhelper
06:58.18*** join/#debian kn0rki (~Kn0rki@dslb-088-077-168-044.088.077.pools.vodafone-ip.de)
06:58.19*** join/#debian search_social (~search_so@99-112-18-250.lightspeed.hstntx.sbcglobal.net)
06:58.24*** join/#debian invra (~invra@83.10.197.104.bc.googleusercontent.com)
06:58.38*** join/#debian abrotman (~abrotman@pdpc/supporter/active/abrotman)
06:58.40*** join/#debian rwp (~invalid@havoc.proulx.com)
06:59.24*** join/#debian VectorX (~VectorX@unaffiliated/vectorx)
06:59.44*** join/#debian relipse (sid16131@gateway/web/irccloud.com/x-uyqdkaammsaripuh)
06:59.45*** join/#debian ax562 (~ax562@unaffiliated/ax562)
07:01.30*** join/#debian e-baley (~e-baley@67.218.251.194)
07:02.21*** join/#debian szorfein (~daggoth@gateway/tor-sasl/szorfein)
07:04.38*** join/#debian lead_pipe23_ (~Lead@38.146.84.50)
07:05.46*** join/#debian ax562 (~ax562@unaffiliated/ax562)
07:06.07*** join/#debian hanasaki (~hanasaki@pool-71-179-59-207.bltmmd.fios.verizon.net)
07:07.54*** join/#debian Deyaa (uid190709@gateway/web/irccloud.com/x-ravpxpnatbaakxka)
07:08.01*** mode/#debian [+l 1167] by debhelper
07:08.30*** join/#debian coot (~coot@37.30.55.132.nat.umts.dynamic.t-mobile.pl)
07:09.42*** join/#debian lisco (~lisco@c-73-53-214-196.hsd1.fl.comcast.net)
07:10.16*** join/#debian lead_pipe23 (~Lead@38.146.84.50)
07:10.35*** join/#debian zmarvel (~zack@c-107-2-246-121.hsd1.co.comcast.net)
07:12.35*** join/#debian fb_ (~freebench@92.253.250.136)
07:14.24*** join/#debian sinaowolabi (~Sina@102.134.114.1)
07:15.11*** join/#debian szorfein (~daggoth@gateway/tor-sasl/szorfein)
07:16.13*** join/#debian martinus__ (~martin@170.59.202.77.rev.sfr.net)
07:16.57*** join/#debian SoulsForBelial (~SoulsForB@p200300f12f1dd200821f02fffeaf6272.dip0.t-ipconnect.de)
07:17.42*** join/#debian frgo_ (~frgo@p548a38a8.dip0.t-ipconnect.de)
07:18.01*** mode/#debian [+l 1173] by debhelper
07:21.00*** join/#debian lithiumpt (~lithiumpt@185.212.170.158)
07:24.54*** join/#debian lisco (~lisco@c-73-53-214-196.hsd1.fl.comcast.net)
07:25.54*** join/#debian Mister00X (~quassel@185.254.75.34)
07:25.59*** join/#debian Jerrynicki (~niklas@p200300f5770a4300760c601daaa1eba7.dip0.t-ipconnect.de)
07:26.29*** join/#debian well_laid_lawn (~Jean-luc@61-68-136-36.tpgi.com.au)
07:27.21*** join/#debian chrisha86 (~chrisha86@dsl-178-208-102-169.pool.bitel.net)
07:29.20*** join/#debian Night-Shade (~TimF@ip5b40e3ae.dynamic.kabel-deutschland.de)
07:33.13*** join/#debian Slumlord (~Slumlord@184.75.212.52)
07:33.40*** join/#debian luuuciano (~luuuciano@unaffiliated/luuuciano)
07:35.13*** join/#debian Deknos (~deknos@unaffiliated/menace)
07:47.55*** join/#debian drzacek (~drzacek@b941c009.business.dg-w.de)
07:49.00*** part/#debian budlight (~richard@host-67-204-195-100.public.eastlink.ca)
07:57.32*** join/#debian towo^work (~towo@unaffiliated/towo/x-4064351)
07:58.56*** join/#debian Sideburns (~Sideburns@adsl-89-217-102-30.adslplus.ch)
08:00.14*** join/#debian gimmel (~gavin@123-243-64-56.tpgi.com.au)
08:00.28*** join/#debian Hallcyon (~Hallcyon@122.199.46.116)
08:01.03*** join/#debian netcrash (~charmande@97.245.60.94.rev.vodafone.pt)
08:02.00*** join/#debian SoulsForBelial (~SoulsForB@p200300f12f1dd200821f02fffeaf6272.dip0.t-ipconnect.de)
08:05.29*** join/#debian fflori (~fflori@host-79-54-236-42.retail.telecomitalia.it)
08:06.23*** join/#debian mezzo (~mezzo@176-141-171-88.abo.bbox.fr)
08:08.49*** join/#debian s7r (~s7r@openvpn/user/s7r)
08:10.09*** join/#debian DeaDSouL (~deadsoul@2a00:1851:3:a452:9195:286:6c6c:5a35)
08:11.00*** join/#debian galex-713 (~quassel@portable.galex-713.eu)
08:15.40*** join/#debian blackest_mamba (~blackest_@c-73-9-27-139.hsd1.il.comcast.net)
08:15.47*** join/#debian nobyk (~nobyk@gateway/tor-sasl/nobyk)
08:19.08*** join/#debian tagomago (~tagomago@static-168-172-235-87.ipcom.comunitel.net)
08:22.59*** join/#debian Ycarus (~Ycarus@2001:bc8:47b0:1b0b::1)
08:23.07*** join/#debian fredl (~fredl@smtp.3dn.nl)
08:23.37*** join/#debian Haohmaru (~Haohmaru@195.24.53.110)
08:25.20*** join/#debian Texou (~Texou@unaffiliated/texou)
08:26.08*** join/#debian dreamon (~dreamon@unaffiliated/dreamon)
08:31.33*** join/#debian SoulsForBelial (~SoulsForB@p200300f12f1dd200821f02fffeaf6272.dip0.t-ipconnect.de)
08:31.41*** join/#debian galex-713 (~quassel@portable.galex-713.eu)
08:32.23*** join/#debian blackest_mamba (~blackest_@c-73-9-27-139.hsd1.il.comcast.net)
08:34.04*** join/#debian phebus (~phebus@fsf/member/phebus)
08:34.12*** join/#debian pc-user (pc-user@gateway/vpn/airvpn/pc-user)
08:34.31*** join/#debian pc-user (pc-user@gateway/vpn/airvpn/pc-user)
08:34.38*** join/#debian pc-user_ (pc-user@gateway/vpn/airvpn/pc-user)
08:35.34*** join/#debian wsky (uid453465@gateway/web/irccloud.com/x-jalzcghvadtbqoqv)
08:35.43*** join/#debian gnufr33dom (~gnufr33do@ip68-108-88-236.lv.lv.cox.net)
08:35.57*** join/#debian pc-user (pc-user@gateway/vpn/airvpn/pc-user)
08:38.01*** mode/#debian [+l 1179] by debhelper
08:39.56*** join/#debian TomyWork (~TomyLobo@p200300e80f23db00c52d580804bca1f5.dip0.t-ipconnect.de)
08:44.21*** join/#debian diogenes_ (~diogenes_@188.208.121.239)
08:47.35*** join/#debian mibo (~mibo@194.213.207.197)
08:55.24*** join/#debian zalt__ (~devp@unaffiliated/lambda443)
08:58.54*** join/#debian lastrodamo (~lastrodam@2a01:cb14:9fe:4000:d8fd:b119:6129:8be)
08:59.27*** join/#debian daregap (~belovent@cr-01.anx09.lju.si.anexia-it.com)
09:02.05*** join/#debian SoulsForBelial (~SoulsForB@p200300f12f1dd200821f02fffeaf6272.dip0.t-ipconnect.de)
09:02.43*** join/#debian Sleepy63 (~Sleepy63@47.185.218.67)
09:03.05*** join/#debian judd (~judd@unaffiliated/themill/bot/judd)
09:04.07*** join/#debian D4rk4ngel2020 (~darkangel@95.216.136.47)
09:04.23*** join/#debian cdown (~cdown@163.114.131.1)
09:06.47*** join/#debian hendursa1 (~weechat@gateway/tor-sasl/hendursaga)
09:07.48*** join/#debian platon-y (5ba8c049@91-168-192-73.subs.proxad.net)
09:08.01*** mode/#debian [+l 1186] by debhelper
09:10.13*** join/#debian ax5623 (~ax562@unaffiliated/ax562)
09:12.07*** join/#debian hudo (~hhudo_@37.24.178.194)
09:12.36*** join/#debian dreamon (~dreamon@unaffiliated/dreamon)
09:12.52*** join/#debian chele (~chele@91.64.35.125)
09:14.27*** join/#debian black_ant (~antilope@unaffiliated/black-ant/x-1505394)
09:14.49*** join/#debian Tobbi (~Tobbi@supertux/tobbi)
09:16.25*** join/#debian gimmel (~gavin@123-243-64-56.tpgi.com.au)
09:22.32*** join/#debian daysun (~sunday@gateway/tor-sasl/sunday)
09:29.13*** join/#debian InvisibleRasta (~Invisible@83.10.197.104.bc.googleusercontent.com)
09:32.29*** join/#debian coot (~coot@37.30.55.132.nat.umts.dynamic.t-mobile.pl)
09:36.19*** join/#debian polymorphisme (~Thunderbi@2a01:e0a:208:ddc0:7627:eaff:fe50:a29b)
09:42.57*** join/#debian unluckyshrubbery (~unluckysh@unaffiliated/unluckyshrubbery)
09:43.53*** join/#debian asymptotically (~asymptoti@gateway/tor-sasl/asymptotically)
09:44.43*** join/#debian dastier (~dastier@178.172.192.75)
09:48.47*** join/#debian dasher00 (~dasher00@2a02:c7d:563d:ba00:ac6c:52ef:c572:e14d)
09:54.49*** join/#debian sinaowolabi (~Sina@154.66.62.248)
10:01.50*** join/#debian Posterdati (~posterdat@host-80-181-213-72.retail.telecomitalia.it)
10:02.42*** join/#debian zamnedix (~zamnedix@zamnedix.net)
10:04.23*** join/#debian puke (~vroom@217.138.252.216)
10:05.39*** join/#debian jrua (~jrua@170.pool80-102-25.dynamic.orange.es)
10:07.19*** join/#debian NetTerminalGene (~Thunderbi@unaffiliated/dontknow)
10:08.15*** join/#debian sirvolta (SirVolta@gateway/vpn/mullvad/sirvolta)
10:11.15*** join/#debian HeXiLeD (~grumpy@gateway/tor-sasl/hexiled)
10:11.32*** join/#debian lucad111 (~lucad111@linaro/lucad111)
10:12.48*** join/#debian gimmel (~gavin@123-243-64-56.tpgi.com.au)
10:13.18*** join/#debian ph88 (~ph88@2a02:8109:9e00:7e5c:1d75:c689:b002:7cb)
10:13.28*** join/#debian bolovanos__ (~bolovanos@unaffiliated/bolovanos)
10:14.12Deknosdoes anyone know if there's a (paid?) (debian) repository service, where i also could upload more packages? uploading to canonical means giving canonical the rights to the packages, as far as i know
10:15.32*** join/#debian Posterdati (~posterdat@host-79-37-234-92.retail.telecomitalia.it)
10:16.08Deknosi have no problems BUILDING the packages, but i cannot run a repo service myself.
10:17.06ratraceDeknos: so you're talking about packaging proprietary software?
10:17.11*** join/#debian SoulsForBelial (~SoulsForB@p200300f12f1dd200821f02fffeaf6272.dip0.t-ipconnect.de)
10:17.53H4ndyDeknos: some quick google found this company: https://packagecloud.io/l/apt-repository
10:18.21Deknosratrace, if propetiary: i have the rights.
10:18.26H4ndynot exactly cheap tho 🤔
10:18.32DeknosH4ndy, apparently your googlefu is better than mine. >.<
10:18.33Deknosthanks
10:19.11H4ndyIf you expect higher traffic you may be able to slap Cloudflare infront of it to cache downloads
10:19.24H4ndyand safe on the higher package tiers there
10:19.26*** join/#debian Lord_of_Life_ (~Lord@unaffiliated/lord-of-life/x-0885362)
10:20.14DeknosH4ndy, which keywords did you use on google?
10:20.22Deknosi used "paid debian repository service"...
10:20.25H4ndymanaged debian repository hosting
10:20.44Deknosgna.
10:20.45Deknosthanks.
10:20.46H4ndy"managed" is usually the keyword for paid hosting
10:21.06petn-randallDeknos: Just install mini-dinstall from Debian. You can pay me later.
10:21.39jellyDeknos, https://build.opensuse.org/ ?  If your software builds from (open) source
10:22.01jellyif you just need to host premade .deb, no idea
10:22.19themillor aptly or reprepro
10:22.51jellyare those services or just software that can be used to make repos
10:23.17*** join/#debian _Matth_ (~Matth@199.157.31.150.dy.iij4u.or.jp)
10:23.40Deknosaptly and reprepro are just software. i would need a service which hosts the repos
10:23.48idlestrangerI really don't understand why drive space is so wildly incosistant across software. I have a blank 16TB drive, formatted ext4, should have 14.4TB usable space. glances reports it accordingly but also says 18.1MB of that is used despite having no files (hidden or otherwise) on the drive. nemo says 15.1TB free space, thunar says 13.7TB free space ... all on the same disk. Can someone enlighten me as to
10:23.54idlestrangerwhy i'm seeing so many wildly different values?
10:24.26jellyDeknos, is the software freely redistributable?  how much monthly traffic and how much space?
10:24.52*** join/#debian ph88^ (~ph88@ip5f5af71a.dynamic.kabel-deutschland.de)
10:25.31*** join/#debian Scotty_Trees (~Scotty_Tr@162-234-179-169.lightspeed.brhmal.sbcglobal.net)
10:26.08jellyidlestranger, at least two factors are in play: units, TB vs TiB; space reservation for root
10:27.07jellyidlestranger, even using different settings when "formatting ext4" will yield significant differences in available block space
10:27.14daysunis hungry and spreads jelly on a peanut butter sandwich
10:27.26daysunjelly: bech'a neva heard that 1 befo'!
10:29.11*** join/#debian wytchmaster (~wytchmast@2003:a:a13:3002:1cd2:37ae:a33:fbc9)
10:31.43*** join/#debian EdePopede (~EdePopede@HSI-KBW-46-223-100-63.hsi.kabel-badenwuerttemberg.de)
10:31.57*** join/#debian s8548a (~s8548a@unaffiliated/s8548a)
10:32.51*** join/#debian nifker (~Thunderbi@200116b80aaf7c0007bb8fd6ab0b2d5c.dip.versatel-1u1.de)
10:33.47ratracejelly is often spread thin in this channel. often by me. one day he'll snap and he'll disconnect my power supply.
10:34.27daysunratrace: that's one of the weaknesses of SCP-079 (you)
10:35.00daysuncan't be easy to spread on a sandie every day
10:35.59daysunCan't be easy for D[_] either. D[_] and jelly complement each other pretty well. Just need some sugar, a butter_knife and so forth.
10:36.20daysungah.. sorry, not intended to drag this channel off-topic.
10:38.57*** join/#debian Mister00X (~quassel@193.27.14.84)
10:40.03*** join/#debian llutz (~lutz@pdpc/supporter/active/llutz)
10:40.14Deknosjelly,  well, it's software/distribution of a wellknown municipial project who think about opensourcing their client and deploymentsystem. but atm there is copyrighted data in the system (VMs and images) (which will be removed). but still, some fear that the possibility of potential data which is copyrighted will keep some providers of serving that content.
10:41.28*** join/#debian cosimone (~cosimone@93-47-228-249.ip115.fastwebnet.it)
10:41.52*** join/#debian knidos (~knidos@85.98.19.130)
10:42.50*** join/#debian sevu (~sevu@x4db79d43.dyn.telefonica.de)
10:43.18Deknoswe talk here about a desktop wallpaper which is a shilouette of a city for example.
10:44.03idlestrangereveryone knows the greyscale and red world timezone map is a better wallpaper
10:44.06idlestranger=P
10:44.28*** join/#debian cef (~cef@unaffiliated/cef)
10:48.01*** mode/#debian [+l 1192] by debhelper
10:49.02*** join/#debian sweatsuit (~sweatsuit@unaffiliated/sweatsuit)
10:50.17*** join/#debian Iamahuman (~noname@wikipedia/jukeboksi)
10:54.44*** join/#debian d1cor (~d1cor@unaffiliated/d1cor)
11:00.30*** join/#debian JohnML (~john1@ip-37-201-129-30.hsi13.unitymediagroup.de)
11:02.55idlestrangeranyway there shouldn't be any space reservation for root which is on a different drive should there? and units (TB vs TiB) doesn't account for the wildly different values. eg 14.4TB should be 13.09 or 13.1 TiB depending on rounding method, which doesn't explain 13.7TB shown by thunar and nothing I can think of explains the 15.1TB shown by nemo. perhaps it's more likely raw byte sizes arn't being
11:03.01idlestrangercalculated with the proper percision in some applications? eg not using doubles for byte counts? don't have anything handy to test typecasting bytecounts of that magnitute. I guess if I want a proper answer I'll have to dig into the source of each. My curiosity hasn't reached that point just yet.
11:03.14jellyDeknos, (c) does not matter too much, but licensing does and all the components have to allow redistribution (so, for example, you can't have oracle jdk inside)
11:04.07jellyidlestranger, there's always a percentage reserved for the root _user_; that can be modified.
11:05.29jellyidlestranger, look at "df" and "df -i" now, then go reformat with mkfs.ext4 -t huge or even -t largefile4, then compare both "df" and "df -i"
11:05.47idlestrangerJelly, oh? would you be so kind as to elaborate how- nevermind you're ahead of me. many thanks.
11:07.06jellyidlestranger, sorry, tune2fs -m ... changes the root reservation percentage.  -t manages the inode tables on ext4, they are part of metadata and take up quite a bit of the total space
11:07.10*** join/#debian Widget (~widget@2a04:ee41:6:7207:2113:b8a0:61a4:72c7)
11:07.24*** join/#debian Onyx47 (~bojan@213.147.104.206)
11:07.53jellyidlestranger, also nice to look at: dumpe2fs -h /dev/whatever
11:09.11*** join/#debian platon-y (5ba8c049@91-168-192-73.subs.proxad.net)
11:10.55idlestrangerjelly, much appreciated
11:10.59*** join/#debian dselect (~dselect@unaffiliated/themill/bot/dselect)
11:11.17*** join/#debian elkalamar (elkalamar@gateway/vpn/airvpn/elkalamar)
11:14.20*** join/#debian bolovanos_ (~bolovanos@unaffiliated/bolovanos)
11:14.43*** join/#debian ax56234 (~NickServ@unaffiliated/ax56234)
11:16.16*** join/#debian Brigo_ (~Brigo@40.181.60.213.dynamic.reverse-mundo-r.com)
11:17.02*** join/#debian Deyaa (uid190709@gateway/web/irccloud.com/x-mnvbwdhgdgjgxzls)
11:21.03*** join/#debian DeaDSouL (~deadsoul@2a00:1851:3:a452:f135:6417:4db5:ed25)
11:22.01*** join/#debian EdePopede (~EdePopede@HSI-KBW-46-223-100-63.hsi.kabel-badenwuerttemberg.de)
11:27.01*** join/#debian holgersson (~quassel@unaffiliated/holgersson)
11:28.01*** mode/#debian [+l 1181] by debhelper
11:30.51*** join/#debian blue_penquin (bluepenq1@gateway/shell/matrix.org/x-pfjpssgmmqhrkdaw)
11:31.20*** join/#debian puke (~vroom@217.138.252.167)
11:31.48*** join/#debian met (~met@unaffiliated/met)
11:34.12*** join/#debian lithiumpt (~lithiumpt@185.212.170.158)
11:36.32*** join/#debian pokota (~pokota@nw-esr1-72-49-96-28.fuse.net)
11:37.57*** join/#debian rewrited (~rewrited@unaffiliated/rewrited)
11:44.45*** join/#debian FnorZ (~FnorZ@unaffiliated/fnorz)
11:47.30*** join/#debian met (~met@unaffiliated/met)
11:51.33*** join/#debian leibniz[m] (leibnizmat@gateway/shell/matrix.org/x-ltgeropryxitdbtm)
11:51.33*** join/#debian mrjpaxton[m] (mrjpaxton-@gateway/shell/matrix.org/x-fwpbmlegfentjudd)
11:51.33*** join/#debian dunc4n (dunc4nmatr@gateway/shell/matrix.org/x-qyvarvruwlabmibv)
11:51.33*** join/#debian psych094[m] (zahirmisha@gateway/shell/matrix.org/x-uvsonhrroafeiykf)
11:51.33*** join/#debian WillPittenger (willpitten@wikimedia-commons/Will-Pittenger)
11:51.33*** join/#debian diegov_ (diegovmatr@gateway/shell/matrix.org/x-zewugoqizpazyqio)
11:51.33*** join/#debian gpxlnx (gpxlnxmatr@gateway/shell/matrix.org/x-tdxusuvawlreutzf)
11:51.33*** join/#debian colemickens (colemicken@pdpc/supporter/professional/geomyidae)
11:51.34*** join/#debian alexrelis[m] (alexrelism@gateway/shell/matrix.org/x-xkyyitsxpzpkmduz)
11:51.34*** join/#debian Celmor[m] (celmormatr@gateway/shell/matrix.org/x-whjhkgkohicbahlo)
11:51.41*** join/#debian rupicapra[m] (rupicapr2@gateway/shell/matrix.org/x-mpsainxsduioykhn)
11:52.01*** join/#debian czesmir (~stefan@aeao101.neoplus.adsl.tpnet.pl)
11:52.38*** join/#debian unixbsd (openbsdtai@gateway/shell/ircnow/x-bzsqmhiyzkyrrunf)
11:53.14*** join/#debian janneke (~janneke@fsf/member/janneke)
11:57.50*** join/#debian daysun (~sunday@gateway/tor-sasl/sunday)
11:58.02*** mode/#debian [+l 1195] by debhelper
11:59.57*** join/#debian Onyx47 (~bojan@213.147.104.206)
12:02.00*** join/#debian Onyx47 (~bojan@213.147.104.206)
12:02.49*** join/#debian D4rk2020 (~darkangel@milik.frozenstar.info)
12:05.26*** join/#debian dpkg (~dpkg@unaffiliated/dpkg)
12:08.23*** join/#debian filohuhum (~filohuhum@gateway/tor-sasl/filohuhum)
12:13.20*** join/#debian treeview2 (~treeview@cpe-24-163-39-192.nc.res.rr.com)
12:19.56*** join/#debian treeview3 (~treeview@cpe-24-163-39-192.nc.res.rr.com)
12:21.44*** join/#debian judd (~judd@unaffiliated/themill/bot/judd)
12:26.52*** join/#debian _Matth_ (~Matth@199.157.31.150.dy.iij4u.or.jp)
12:28.02*** join/#debian Night-Shade (~TimF@ip5b40e3ae.dynamic.kabel-deutschland.de)
12:28.05*** join/#debian treeview3 (~treeview@cpe-24-163-39-192.nc.res.rr.com)
12:30.54*** join/#debian Kevlar_Noir (~manjaro-u@2a01:e0a:5d7:e1e0:a1a4:d942:284c:77dd)
12:33.00*** join/#debian captSamIngram (~Thunderbi@unaffiliated/captsamingram)
12:42.57*** join/#debian zyley (~zyley@unaffiliated/zyley)
12:43.26*** join/#debian Conradish006 (~Conradish@c-68-39-198-234.hsd1.in.comcast.net)
12:47.41*** join/#debian conyers (~matt_m@2601:182:cb00:4cb5:24f5:241b:fbc:8a18)
12:48.42*** join/#debian bryceml (~bryceml@104.243.49.109)
12:49.55*** join/#debian ndegruchy (~nathan@fsf/member/ndegruchy)
12:51.38*** join/#debian marduk (~marduk@212.3.196.40)
12:51.40*** join/#debian debsan (~debsan@unaffiliated/debsan)
12:52.38mardukdebian is the best as I always said before
12:54.30*** join/#debian Voldenet (~Voldenet@unaffiliated/voldenet)
12:56.09*** join/#debian mcole (~slkfmre@KD113148020047.ppp-bb.dion.ne.jp)
12:56.19*** join/#debian rolo (~error@2a02:8108:8440:a84:5594:3822:a36c:31fb)
13:00.11*** join/#debian lukaso666 (~lukaso666@109.95.146.121)
13:00.47Haohmaruokay, ur going to heaven
13:01.04*** join/#debian alpernebbi (~quassel@178.233.176.221)
13:02.52*** join/#debian lesless (~lessless@obligatory.vehicle.volia.net)
13:06.43*** join/#debian daysun (~sunday@gateway/tor-sasl/sunday)
13:11.16*** join/#debian thiras (~thiras@unaffiliated/thiras)
13:11.39*** join/#debian oxek (oxek@gateway/vpn/privateinternetaccess/oxek)
13:15.42*** join/#debian Newami (~Newami@ip70-179-45-125.sd.sd.cox.net)
13:15.48*** join/#debian JohnML (~john1@ip-37-201-129-30.hsi13.unitymediagroup.de)
13:18.01*** mode/#debian [+l 1201] by debhelper
13:18.30*** join/#debian Sarcutus (47723067@pool-71-114-48-103.washdc.dsl-w.verizon.net)
13:18.39*** join/#debian dvs (~hibbard@cwv.teksavvy.com)
13:21.37*** join/#debian geowiesnot (~user@87-89-181-157.abo.bbox.fr)
13:22.17*** join/#debian platon-y (3b0ac5bb@59.10.197.187)
13:22.33*** join/#debian szorfein (~daggoth@gateway/tor-sasl/szorfein)
13:23.34*** join/#debian rolo (~error@2a02:8108:8440:a84:5594:3822:a36c:31fb)
13:31.54*** part/#debian platon-y (3b0ac5bb@59.10.197.187)
13:32.20*** join/#debian rolo (~error@2a02:8108:8440:a84:5594:3822:a36c:31fb)
13:32.37*** join/#debian mtn (~mtn@unaffiliated/mtn)
13:33.51*** join/#debian robobox (~robobox@173.209.106.125)
13:34.24*** join/#debian nebunez (~user@c-73-171-175-205.hsd1.fl.comcast.net)
13:37.48*** join/#debian u0m3 (~u0m3@gateway/tor-sasl/u0m3)
13:39.40*** join/#debian store_scarecrow (~Andrew_00@host-74.91.78.101.bpsnetworks.com)
13:40.47*** join/#debian Kibioctet (~Kibioctet@173.199.70.225)
13:41.30*** join/#debian bigMouthCommie (~user@unaffiliated/bigmouthcommie)
13:43.01*** join/#debian Sarcutus (47723067@pool-71-114-48-103.washdc.dsl-w.verizon.net)
13:44.17*** join/#debian endstille (~endstille@94.31.96.159)
13:45.36*** join/#debian e-baley (~e-baley@67.218.251.194)
13:46.57*** join/#debian SoulsForBelial (~SoulsForB@p200300f12f1dd200821f02fffeaf6272.dip0.t-ipconnect.de)
13:50.00*** join/#debian ddsys (~ddsys@unaffiliated/ddsys)
13:51.07*** join/#debian JohnML (~john1@ip-37-201-129-30.hsi13.unitymediagroup.de)
13:52.14*** join/#debian blackest_mamba (~blackest_@2601:249:300:740::1b99)
13:57.38*** join/#debian chalcedny (~chalcedon@unaffiliated/chalcedony)
13:59.31*** join/#debian seraphyn (~seraphyn@b2b-92-50-85-66.unitymedia.biz)
14:00.30*** join/#debian daft (~daft@86-94-15-84.fixed.kpn.net)
14:02.47*** join/#debian steven_saus (~steven_sa@cpe-74-131-36-220.kya.res.rr.com)
14:05.01daft_dutchHi, i noticed that google has blocked all lightweight browsers i tried from debian.
14:06.39*** join/#debian __marco (~marco@195.218.6.205)
14:07.01*** join/#debian e-baley (~e-baley@67.218.251.194)
14:07.14*** join/#debian T-zef (~tyzef@202.153.81.253)
14:07.27*** part/#debian daft_dutch (~daft@86-94-15-84.fixed.kpn.net)
14:07.40*** join/#debian daft_dutch (~daft@86-94-15-84.fixed.kpn.net)
14:08.25lowingoogle blocks webkit I believe
14:09.17zykotick9lowin: oh, this is real?  w3m works just fine, I consider it lightweight ;)
14:10.16ksk,info googler
14:10.20juddPackage googler (misc, optional) in buster/amd64: Power tool to Google (Web & News) and Google Site Search from the terminal. Version: 3.7.1-1; Size: 42.7k; Installed: 124k; Homepage: https://github.com/jarun/googler
14:12.50*** join/#debian MrBuck (~Mrbuck@gateway/tor-sasl/mrbuck)
14:12.52*** join/#debian d4r5c0d3 (~d4r5c0d3@2001:1c06:2580:7800:b031:1e40:5887:91f6)
14:13.49EdePopedelinks2 [-g] works
14:14.12*** join/#debian gnufr33dom (~gnufr33do@ip68-108-88-236.lv.lv.cox.net)
14:14.26T-zefis OFTC server down ?
14:14.40T-zefi can't connect
14:15.15zykotick9T-zef: OFTC is working here...
14:15.15petn-randallT-zef: It's up and running.
14:15.40T-zefi get this : * *** Banned autokilled: spambot. Dont mail support@oftc.net with questions. (2021-01-25 22:50:43)* Closing Link: 202.153.81.253 (Banned)
14:15.43*** join/#debian paulgrmn (~paulgrmn@c-98-250-183-21.hsd1.mi.comcast.net)
14:16.27EdePopedeif it was down you wouldn't get an answer ;)
14:17.09*** join/#debian lesless (~lessless@obligatory.vehicle.volia.net)
14:17.24EdePopedegoogler looks nice btw. looks like what i'd want to use
14:17.47*** join/#debian alex_c (~alexandro@unaffiliated/alexandros-c/x-1684531)
14:18.02*** mode/#debian [+l 1207] by debhelper
14:18.02*** join/#debian M1zuki (~iridium@unaffiliated/m1zuki)
14:18.05*** join/#debian Haudegen (~quassel@91.114.49.10)
14:18.09foxideT-zef: Are you using a VPN to connect?
14:19.23T-zeffoxide what is a VNP ?
14:20.25T-zefnormally i connect normally no problem
14:21.04T-zefalso the same with quakenet...
14:21.08foxideYou're connecting from an IP owned by an infrastructure and hosting provider in Qatar. So either you're sitting in a datacenter, or you're acting ignorant on purpose.
14:21.43T-zefyes my internet is from Ooredoo
14:21.47T-zefin Maldives
14:21.56T-zefwe depend from Qatar
14:22.07*** join/#debian e-baley (~e-baley@67.218.251.194)
14:22.22*** join/#debian Hallcyon (~Hallcyon@89nnjg0xckz9ggn6r5xm.ip6.superloop.com)
14:22.50foxideDidn't realize they were an ISP.
14:23.08foxideMy mistake. Anyway, OFTC has listed that IP address as the source of spam. You'll have to take it up with them somehow.
14:25.28T-zefnaaaa
14:25.40T-zefi am a debian sid user
14:26.11T-zefi use debian since 2013, i never did anything wrong , why is that...
14:26.42T-zefhow can i get back there?
14:26.51*** join/#debian towo` (~towo@unaffiliated/towo/x-4064351)
14:27.06T-zefi can't ask abour Sid here, isn't it...
14:28.03foxideAsking here isn't likely to help you. This is Freenode, not OFTC.
14:28.20*** join/#debian format_c (~format_c@unaffiliated/format-c/x-8927423)
14:28.43*** join/#debian lazr47 (~lazr47@69-58-32-213.kresanet.org)
14:28.58T-zefyes i know, here it say : | testing/unstable: #debian-next @ irc.oftc.net |
14:29.19T-zefthen i get for my mood now...
14:29.36T-zefanyway, nevermind
14:30.50T-zefoh i see
14:30.55T-zefhaha
14:32.14T-zefone guy took me in many chanels for a story of assaultcube
14:32.17*** join/#debian Elirips (~Elirips@178.197.235.30)
14:32.43T-zefit's ok then, will try to fix it
14:34.48*** join/#debian cdown_ (~cdown@89.32.122.5)
14:35.41*** join/#debian e-baley (~e-baley@67.218.251.194)
14:37.24*** join/#debian vexter (~vexter@unaffiliated/vexter)
14:37.49*** join/#debian thoros (~thoros@194-96-55-156.hdsl.highway.telekom.at)
14:38.53*** join/#debian Souler (~Souler@user-5-173-236-26.play-internet.pl)
14:39.39*** join/#debian CrystalMath (~coderain@reactos/developer/theflash)
14:41.01*** join/#debian radkos (~radkos@213.91.182.188)
14:43.19*** join/#debian JohnML (~john1@ip-37-201-129-30.hsi13.unitymediagroup.de)
14:43.47*** join/#debian sunkan (~sunkan@alva.zappa.cx)
14:47.02*** join/#debian SoulsForBelial (~SoulsForB@p200300f12f1dd200821f02fffeaf6272.dip0.t-ipconnect.de)
14:49.11*** join/#debian d1cor (~d1cor@unaffiliated/d1cor)
14:49.12*** join/#debian dez (uid92154@fedora/deSouza)
14:51.51*** join/#debian Sark (~Sark@static-47-190-10-106.dlls.tx.frontiernet.net)
14:53.13*** join/#debian shinobi_ (~shinobi@c-24-147-48-162.hsd1.ma.comcast.net)
14:53.49*** join/#debian e-baley (~e-baley@67.218.251.194)
14:54.04*** join/#debian OlCe (~user@lfbn-nic-1-387-75.w90-116.abo.wanadoo.fr)
14:54.23*** join/#debian sweatsuit (~sweatsuit@unaffiliated/sweatsuit)
14:55.55*** join/#debian ml| (~ml|@unaffiliated/ml/x-3958674)
14:58.02*** mode/#debian [+l 1213] by debhelper
14:59.47*** join/#debian fling (~fling@fsf/member/fling)
15:01.16*** join/#debian Tom01 (~tom@a89-183-70-161.net-htp.de)
15:01.48*** join/#debian e-baley (~e-baley@67.218.251.194)
15:02.22*** join/#debian nifker (~Thunderbi@200116b80aaf7c0007bb8fd6ab0b2d5c.dip.versatel-1u1.de)
15:02.38*** join/#debian geowiesnot (~user@87-89-181-157.abo.bbox.fr)
15:03.11*** join/#debian shinobi_ (~shinobi@c-24-147-48-162.hsd1.ma.comcast.net)
15:03.37*** join/#debian rsx (~rsx@ppp-188-174-133-146.dynamic.mnet-online.de)
15:05.16*** join/#debian twobitsprite (~isaac.fre@cpe-173-95-153-183.nc.res.rr.com)
15:06.35*** join/#debian nt1036 (~nt1036@2603-8000-6f01-94b7-bddd-2bea-4254-a53f.res6.spectrum.com)
15:08.55*** join/#debian lesless (~lessless@obligatory.vehicle.volia.net)
15:11.10*** join/#debian introom (introom@unaffiliated/introom)
15:11.30introomhi.  It seems to me that the docker cli (not the engine) package does not exist in debian?
15:12.19vexterintroom, you can use the docker packet for to connect others dockers hosts
15:13.02*** join/#debian bryceml (~bryceml@104.243.49.109)
15:13.12introomvexter: packet ?
15:13.15introompackage ?
15:13.17vexteryeapz
15:13.19vexterpackage
15:13.29*** join/#debian shibboleth (~shibbolet@gateway/tor-sasl/shibboleth)
15:13.52introomis there a light weight one that only includes the cli but not the engine?
15:14.05hanasakiin debian exim, which file does this go in ? where?   auth_over_tls_hosts = *
15:14.30vexterintroom, i dont know
15:14.40*** join/#debian shailangsa (~shailangs@host86-162-150-221.range86-162.btcentralplus.com)
15:14.46vexteri only use the docker package
15:15.48vexterintroom, https://github.com/docker/cli
15:16.09*** part/#debian Elmo40 (~Omle@bras-base-btfdon1718w-grc-15-174-94-3-177.dsl.bell.ca)
15:17.05*** join/#debian SoulsForBelial (~SoulsForB@p200300f12f1dd200821f02fffeaf6272.dip0.t-ipconnect.de)
15:17.26*** join/#debian mbrad (~mbrad@97e0ddc3.skybroadband.com)
15:17.53Vatumcan someone explain to me how pid files in /var/run are actually used? a program i use in its config file has the option to use a pid file in /var/run or disable it altogether. and in different distros its either active or not
15:18.37koollmanVatum: typical usage: the pid of the service is written there so that scripts can check wether it is already running, or dead
15:18.58vexterVatum, Usually these files contain the process pid number
15:19.07*** join/#debian dionysus69 (~dionysus6@unaffiliated/dionysus69)
15:19.28Vatumejabberd from debian repositorires enables this pid file  in /var/run, ejabberd .deb package from upstream doesn't (in its config)
15:19.42Vatumand i cant find nowehere online if this pid file is actually needed to run
15:20.48*** join/#debian Slashman (~Slash@2a01:e0a:278:ed10:d9c:be37:eb1d:1df4)
15:22.25*** join/#debian coot (~coot@37.30.55.132.nat.umts.dynamic.t-mobile.pl)
15:25.44*** join/#debian diogenes_ (~diogenes_@188.208.122.91)
15:27.19*** join/#debian polardroid (~polardroi@178.239.198.164)
15:27.47*** join/#debian nitefall (~thewellin@sea.wellingtonnet.net)
15:28.01*** mode/#debian [+l 1224] by debhelper
15:31.39*** join/#debian sdoubleyou (~sdoubleyo@unaffiliated/sdouble25)
15:34.13*** join/#debian OlCe (~user@lfbn-nic-1-387-75.w90-116.abo.wanadoo.fr)
15:34.20hopVatum: it's not needed to run (unless the service bails when it can't create it). it's usually "needed" to stop or signal the service or prevent it from being started twice…
15:34.35hopalso, the canonical path is /run, now
15:34.49*** join/#debian dbungert (~dbungert@97-118-98-78.hlrn.qwest.net)
15:35.11*** join/#debian karlpinc (~user@karlpinc-net.karlpinc.com)
15:35.41*** join/#debian conyers (~matt_m@2601:182:cb00:4cb5:24f5:241b:fbc:8a18)
15:36.12Vatumhop, systemd doesn't need pid files though
15:36.23Vatumit supervises processes, and their children
15:37.46*** join/#debian gry (~test@unaffiliated/gryllida)
15:38.18*** join/#debian Louis (~Louis@pdpc/supporter/student/louis)
15:38.40*** join/#debian Louis (~Louis@pdpc/supporter/student/louis)
15:40.08introomvexter: seems debian does not containt hat package.
15:40.25*** join/#debian Ticho (~Ticho@unaffiliated/ticho)
15:41.14*** join/#debian greycat (~greg@209.142.155.49)
15:43.10*** join/#debian Sarcutus (47723067@pool-71-114-48-103.washdc.dsl-w.verizon.net)
15:43.33*** join/#debian Hallcyon (~Hallcyon@122.199.46.116)
15:45.39jezebelwhy does debian disable nested kvm by default?
15:47.25petn-randalljezebel: How so? AFAIK it's a feature your CPU needs to support.
15:47.53*** join/#debian gnufr33dom (~gnufr33do@ip68-108-88-236.lv.lv.cox.net)
15:48.28*** join/#debian Louis (~Louis@pdpc/supporter/student/louis)
15:48.31jezebeli ont have /etc/modprobe.d/kvm_intel.conf with options kvm_intel nested=y
15:48.41jezebelhmmm maybe
15:49.19*** join/#debian shinobi__ (~shinobi@c-24-147-48-162.hsd1.ma.comcast.net)
15:49.32*** join/#debian Ericounet (~Eric@2a01:e0a:d0:3c20:160b:52db:db0b:8986)
15:50.47jezebeli'm on ivy bridge cpu
15:51.52*** join/#debian Onyx47 (~bojan@213.147.104.206)
15:54.51*** join/#debian ChmEarl (~chmearl@unaffiliated/prymar56)
15:55.58*** join/#debian Steeve (~steve@unaffiliated/steeve)
15:56.53*** join/#debian store_scarecrow (~Andrew_00@host-74.91.78.101.bpsnetworks.com)
15:59.06*** join/#debian bru (~bru@181.31.90.187)
16:05.19*** join/#debian llutz (~llutz@pdpc/supporter/active/llutz)
16:09.31*** join/#debian cdown_ (~cdown@163.114.131.1)
16:11.05*** join/#debian conyers (~matt_m@2601:182:cb00:4cb5:24f5:241b:fbc:8a18)
16:11.13*** join/#debian fling (~fling@fsf/member/fling)
16:13.39*** join/#debian xet7 (~xet7@85-156-127-25.elisa-laajakaista.fi)
16:14.56*** join/#debian Spr1ng (~Spr1ng@unaffiliated/spr1ng)
16:17.09*** join/#debian SoulsForBelial (~SoulsForB@p200300f12f1dd200821f02fffeaf6272.dip0.t-ipconnect.de)
16:17.13*** join/#debian Sarcutus (47723067@pool-71-114-48-103.washdc.dsl-w.verizon.net)
16:20.35*** join/#debian gnufr33dom (~gnufr33do@ip68-108-88-236.lv.lv.cox.net)
16:22.37*** join/#debian nsrafkTL (~inkognito@unaffiliated/nsrafk)
16:22.40*** join/#debian nsrafk (~inkognito@unaffiliated/nsrafk)
16:28.20*** join/#debian coot (~coot@37.30.55.132.nat.umts.dynamic.t-mobile.pl)
16:30.04*** join/#debian polyphem (~p0lyph3m@2a02:810d:640:776c:76d7:55f6:f85b:c889)
16:31.04*** join/#debian Zppix (uid182351@miraheze/Zppix)
16:33.44*** join/#debian nifker (~Thunderbi@200116b80aaf7c0007bb8fd6ab0b2d5c.dip.versatel-1u1.de)
16:34.22*** join/#debian towo` (~towo@unaffiliated/towo/x-4064351)
16:36.50*** join/#debian PoaB (~Thunderbi@134.3.91.178)
16:39.53*** join/#debian Elodin (~weechat@unaffiliated/padawan)
16:40.24*** join/#debian akp55_ (~akp55@c-73-148-15-31.hsd1.va.comcast.net)
16:40.29*** part/#debian polardroid (~polardroi@178.239.198.164)
16:40.35*** join/#debian gnufr33dom (~gnufr33do@ip68-108-88-236.lv.lv.cox.net)
16:43.19*** join/#debian R2AMO (~rdanilov7@skazo4nik.comex.ru)
16:46.03*** join/#debian eliotome3000 (~eliotime@190.42.86.68)
16:47.11*** join/#debian SoulsForBelial (~SoulsForB@p200300f12f1dd200821f02fffeaf6272.dip0.t-ipconnect.de)
16:48.03*** join/#debian yogoyo (~patrick@herzlichweise.de)
16:49.26*** join/#debian nifker (~Thunderbi@87.123.58.169)
16:51.38*** join/#debian twobitsprite (~isaac.fre@cpe-173-95-153-183.nc.res.rr.com)
16:52.24*** join/#debian kmateusz (~kmateusz@2a02:121f:5e4c:1f01:e02c:c5d6:d7c2:aa73)
16:54.44*** join/#debian tryte (~tryte@gateway/tor-sasl/tryte)
16:55.23*** join/#debian banox (~banox@82.102.22.236)
16:58.01*** mode/#debian [+l 1217] by debhelper
16:58.18*** join/#debian austin987 (~null@cpe-173-174-98-162.austin.res.rr.com)
16:59.42*** join/#debian mkowalsk1 (~kmateusz@2a02:121f:5e4c:1f01:e02c:c5d6:d7c2:aa73)
17:00.17*** join/#debian mkowalsk1 (~kmateusz@2a02:121f:5e4c:1f01:e02c:c5d6:d7c2:aa73)
17:00.48*** join/#debian mkowalski- (~kmateusz@2a02:121f:5e4c:1f01:e02c:c5d6:d7c2:aa73)
17:02.56*** join/#debian shailangsa (~shailangs@host86-162-150-221.range86-162.btcentralplus.com)
17:03.50*** join/#debian austin987 (~null@cpe-173-174-98-162.austin.res.rr.com)
17:04.33*** join/#debian Dotz0cat (~Dotz0cat@h230.113.90.75.dynamic.ip.windstream.net)
17:05.48*** join/#debian szorfein (~daggoth@gateway/tor-sasl/szorfein)
17:09.01*** join/#debian johnfg (~johnfg@174-045-083-070.res.spectrum.com)
17:09.09johnfghi folks
17:09.18johnfgI'm running buster, all updates.
17:10.03yogoyoconrats
17:10.15johnfghere in the U.S.  What's the best lines to add to my sources.list for sid?  I need to add the openafs-client from there, as the current release doesn't work any longer.
17:10.39sneyjohnfg: mixing sid with buster is a recipe for disaster.
17:11.01sneyyou can do this though, to rebuild individual packages for buster:
17:11.03sney!ssb
17:11.03dpkgFirst, check for a backport on <debian-backports>.  If unavailable: 1) Add a deb-src line for sid (not a deb line!); ask me about <deb-src sid> 2) enable debian-backports (see <bdo>) 3) apt update; apt install build-essential; apt build-dep packagename 4) apt -b source packagename 5) dpkg -i packagename-ver.deb  To change compilation options, see <package recompile>; for versions newer than sid see <uupdate>.
17:11.20foxide,checkbackport openafs-client
17:11.21juddBackporting package openafs-client in sid→buster/amd64: unsatisfiable build dependencies: Build-Depends: debhelper-compat (= 12).
17:11.24*** join/#debian lesless (~lessless@obligatory.vehicle.volia.net)
17:11.31johnfgsney: I know there are dangers, but the version that's on buster is outdated.
17:12.03sney"there are dangers" doesn't cover it. apt will try to update as much as it can to sid when you have that source enabled. you will end up with a broken mix of packages 3+ years apart.
17:12.04foxideIt's not "dangers," its "guaranteed nonfunctional system."
17:12.15foxide!dontbreakdebian
17:12.15dpkghmm... dont break debian is https://wiki.debian.org/DontBreakDebian
17:12.29johnfgfoxide: So, that pkg is *not* available then?
17:12.43sneyjohnfg: again, read dpkg's response, it shows you how to rebuild it for buster
17:12.52foxideIt can't be backported.
17:12.54sneythe "build-depends: debhelper-compat" is a red herring
17:12.58foxideOh, is it?
17:13.00sneyya
17:13.06foxideCool, there you go.
17:13.10johnfgI get it, I really do.  But that being said, my debian server is serving out openafs cells, but the clients can't access them.
17:13.22foxideFollow the ssb process.
17:13.42sneyif your debian server is actively serving clients, the *last thing* you want to do is mix it with sid
17:13.59mutantebuster is stable, sid is experimental, there is something in between called "testing"
17:14.08sneymutante: no, sid is unstable.
17:14.22sneyexperimental is not even a full branch, just a staging area for assorted stuff
17:14.57yogoyo!openafs
17:14.58dpkgThe Andrew File System (AFS) is a distributed network file system primarily used in distributed computing.  The open source AFS implementation 'OpenAFS' is packaged for Debian.  http://www.openafs.org/  #openafs on irc.freenode.net.
17:15.15sneyand yes, in between there is testing, which will become debian 11 in <1 year, it's pretty usable, but still not a great idea to try to upgrade a production server on the fly
17:15.21johnfgHere's what happened, in brief, from the folks at #openafs, 12:05 < kaduk> johnfg: there was a time-bomb in the code for 6 years and it went off last week.
17:15.32mutanteyou are correct, the point was though that he doesn't need to jump from buster right away to sid
17:16.08johnfg2:01 < meffie> sorry johnfg, yes, you will need to update the clients to 1.8.7 (or 1.8.6-5 on debian and ubuntu)
17:16.08*** part/#debian mutante (~mutante@wikimedia/mutante)
17:16.19sneyjohnfg: I believe you, that you need to upgrade it. follow the ssb process. that is how to upgrade it on stable.
17:17.18yogoyo,v openafs
17:17.19juddNo package named 'openafs' was found in amd64.
17:17.37sney(if you don't want to have a toolchain and devscripts cruft on your production server, use a buster vm to rebuild the package instead of your server.)
17:17.51sney,v openafs-client
17:17.52juddPackage: openafs-client on amd64 -- jessie: 1.6.9-2+deb8u7; jessie-security: 1.6.9-2+deb8u9; stretch: 1.6.20-2+deb9u2; stretch-security: 1.6.20-2+deb9u2; buster: 1.8.2-1; bullseye: 1.8.6-5; sid: 1.8.6-5
17:18.05*** join/#debian Souler (~Souler@user-5-173-236-26.play-internet.pl)
17:18.53johnfgSo, it looks like both bullseye and sid have the version I need.
17:19.00sney!ssb
17:19.00dpkgFirst, check for a backport on <debian-backports>.  If unavailable: 1) Add a deb-src line for sid (not a deb line!); ask me about <deb-src sid> 2) enable debian-backports (see <bdo>) 3) apt update; apt install build-essential; apt build-dep packagename 4) apt -b source packagename 5) dpkg -i packagename-ver.deb  To change compilation options, see <package recompile>; for versions newer than sid see <uupdate>.
17:19.22johnfgBut y'all would still recommend sney's way, with the ssb process?
17:19.32sneythere it is again for good measure. steps 1 through 5 will give you a .deb of openafs-client, in the sid/bullseye version, compiled for buster.
17:20.03foxidejohnfg: Yes. That or break your box, seems like an easy decision.
17:20.09johnfgOk, I'll do that then.
17:20.26*** join/#debian szorfein (~daggoth@gateway/tor-sasl/szorfein)
17:20.51sneyjohnfg: as an aside, did the #openafs people cite a link for that 'time bomb'? it should be reported to debian as well
17:21.57*** join/#debian sbingner (~sam@phathack/sbingner)
17:22.02*** join/#debian Zblakany (~Zblakany@host-188-122-1-230.finemedia.pl)
17:22.08johnfgsney: They did not, but  can ask them.
17:22.22johnfgIs my sources list line ok: deb-src http://http.us.debian.org/debian/ unstable main contrib non-free
17:22.39sneyyep
17:22.42*** join/#debian austin987 (~null@100.42.98.196)
17:26.11johnfgDo I need to enable debian-backports, since we know the pkg isn't there?
17:26.58sneybackports is included in these instructions for build dependencies, it may not be needed in this case. you can try the 'apt build-dep' step without it, then if that fails, go back and enable backports
17:28.37*** join/#debian hanasaki (~hanasaki@pool-71-179-59-207.bltmmd.fios.verizon.net)
17:30.47*** join/#debian xand (~xand@pdpc/supporter/active/xand)
17:31.05johnfgE: Unable to find a source package for openafs-client-1.8.6-5
17:32.06johnfgI added the line for sid, ran apt update, build-essential was already installed and latest, then ran, 'apt build-dep openafs-client-1.8.6-5' and got that error.
17:32.14*** join/#debian SoulsForBelial (~SoulsForB@p200300f12f1dd200821f02fffeaf6272.dip0.t-ipconnect.de)
17:32.39johnfgdo I need to tell apt to use sid?  Is that with the -t sid flag?
17:33.57*** join/#debian frgo (~frgo@p200300deef0813004c034663a2b36cb2.dip0.t-ipconnect.de)
17:34.04*** join/#debian w-oertl (~wolfgang@cm56-194-159.liwest.at)
17:34.06jellyjohnfg, are you sure that's the package name
17:34.24jelly-1.8.6-5 bit looks more like a version
17:35.40*** join/#debian rewrited (~rewrited@unaffiliated/rewrited)
17:35.44johnfgjelly: how do I find the pkg name then?
17:36.14jellyjohnfg, maybe start with openafs-client
17:37.09johnfgWhen I search for that, it returns the current client: openafs-client/stable,stable,now 1.8.2-1 amd64 [installed]
17:37.25jellyhow are you searching
17:37.36johnfgapt search openafs-client
17:37.56*** join/#debian fling (~fling@fsf/member/fling)
17:38.07jellythat seraches for avaiable binary packages.  Try apt-cache showsrc ...
17:40.35johnfgI do see it there, but how do I do the build-dep for it?
17:41.26jellyapt build-dep packagename
17:41.33jellyjust the like bot said
17:42.25jellyapt defaults to the latest version available in absence of other configuration items that would change that
17:43.12johnfgjelly: So just 'apt build-dep openafs-client' should do it?
17:43.19jellyyes
17:45.06*** join/#debian materhyu (4f374489@host-79-55-68-137.retail.telecomitalia.it)
17:45.41johnfgAnd then, per the bot also, I'll run 'apt -b unstable openafs-client'?
17:46.31*** join/#debian rgr (~rgr@ip-109-42-113-25.web.vodafone.de)
17:46.34sneyapt -b source
17:47.12sney'apt source' is tells apt to download the source package, and -b stands for build.
17:47.58jelly4) apt -b source packagename
17:48.38jellyI prefer to separate apt source package from the build step, but there's only so much space available in a single irc line
17:50.20johnfgcool!  building 1.8.6-5 now.
17:52.19*** join/#debian NitrousPG (~Nitrous@2a01:4f8:141:6006::2)
17:52.55*** join/#debian materhyu (4f374489@host-79-55-68-137.retail.telecomitalia.it)
17:53.15*** join/#debian PoaB (~Thunderbi@134.3.91.178)
17:53.29jelly12:05 < kaduk> johnfg: there was a time-bomb in the code for 6 years and it went off last week. # o.O
17:54.06*** join/#debian Souler (~Souler@user-5-173-225-42.play-internet.pl)
17:54.21*** join/#debian PoaB (~Thunderbi@134.3.91.178)
17:55.03jellythat probably needs to be patched in buster as well
17:55.10johnfgjelly: did you see that I pasted that above?
17:55.37jellythat's where I copied it from
17:55.41johnfgAs kaduk is the maintainer of the pkg, I just mentioned that to him.
17:56.21*** join/#debian Haudegen (~quassel@178.115.237.87.static.drei.at)
17:57.36*** join/#debian alexandros_tab_ (~quassel@unaffiliated/alexandros-c/x-1684531)
17:57.42*** join/#debian alexandros_c_ (~quassel@unaffiliated/alexandros-c/x-1684531)
17:57.58jellydebian maintainer?
17:58.43sneyapparently, tracker.debian.org/openafs
17:59.47*** join/#debian AliasNumber10 (~crix@cpe-76-167-192-248.san.res.rr.com)
18:00.35materhyuHi everyone, I have a question about instruction given on the wiki for Optimus-driver: should one install "nvidia-driver" before installing "bumblebee-nvidia primus" ? I've just been pointed this out by a #bumblebee user and it may save (or not) mine and others installations, thanks
18:00.50*** join/#debian fmaurer (~quassel@188.126.167.73)
18:01.22*** join/#debian well_laid_lawn (~Jean-luc@61-68-136-36.tpgi.com.au)
18:01.46*** join/#debian SoulsForBelial (~SoulsForB@p200300f12f1dd200821f02fffeaf6272.dip0.t-ipconnect.de)
18:02.10sneymaterhyu: bumblebee-nvidia depends on nvidia-driver
18:02.39sneymaterhyu: the only reason a user should install a nvidia driver package first is if they need one of the alternate ones, like tesla or legacy
18:03.21materhyuso it is needed to install before or not? Sorry I'm a relatively new user of linux
18:03.58sneymaterhyu: it is not, because when you install bumblebee-nvidia, apt will automatically install the other packages it needs. which includes nvidia-driver.
18:04.44johnfgSo, the last step is: 'deb -i openafs-client_1.8.6-5_amd64.deb'?  Because it built quite a number of debs.
18:05.19*** join/#debian seraphyn (~seraphyn@b2b-92-50-85-66.unitymedia.biz)
18:05.24*** join/#debian diniwed (~gavron@ool-44c21938.dyn.optonline.net)
18:05.33jellyjohnfg, if you mean dpkg -i ... then yes
18:05.43sneythat would be dpkg -i (or apt install) but yes, you will probably need openafs-client and maybe an openafs-common or something like that.
18:05.47johnfgjelly: Yes.
18:06.10jellyyou might need to install some of those others if the desired package wants them as dependencies
18:06.15materhyusney: ok understood. So I guess my issue is another one... thanks anyway
18:06.24johnfgThe dpkg -i openafs-client_1.8.6-5_amd64.deb won't take care of all that I need?
18:06.33jellyno, no it won't
18:06.41sneyjohnfg: try it, if dpkg asks for another package, then install that one too
18:06.44johnfgOk, I'll give that a try.
18:06.56johnfgsney: you guys are thinking to fast!
18:07.12jellydpkg is a low level tool that does not manage dependencies
18:07.12dpkgjelly: I give up, what is it?
18:07.14sponix2ipfwsney: I'm hopeful that this Nvidia 460.32 and kernel 5.10 combination will somehow resolve my periodic gui freeze :P
18:07.25jellydpkg, cake
18:07.25dpkgThe cake is a lie.
18:09.18*** join/#debian lucad111 (~lucad111@linaro/lucad111)
18:09.40*** join/#debian Souler (~Souler@user-5-173-225-42.play-internet.pl)
18:10.24johnfgIt didn't ask for any other package.  I'm rebooting that machine, then will tell you the results.
18:11.03*** join/#debian fmaurer (~quassel@188.126.167.73)
18:11.10*** join/#debian Mister00X (~quassel@193.27.14.84)
18:12.45*** join/#debian Jerrynicki (~niklas@p200300f5770a430065a692fb9af90549.dip0.t-ipconnect.de)
18:13.48*** join/#debian longshot (~nobody@2001:470:f0f4:a0a:5c2a:25d3:20ef:a5c5)
18:14.12*** join/#debian rnm (~rnm@gateway/tor-sasl/rnm)
18:16.29*** join/#debian fmaurer (~quassel@188.126.167.73)
18:21.47*** join/#debian materhyu (4f374489@host-79-55-68-137.retail.telecomitalia.it)
18:23.17*** join/#debian nsrafkTL (~inkognito@unaffiliated/nsrafk)
18:23.24*** join/#debian nsrafk (~inkognito@unaffiliated/nsrafk)
18:24.53*** join/#debian Mister00X (~quassel@193.27.14.148)
18:28.45*** join/#debian FnorZ (~FnorZ@unaffiliated/fnorz)
18:32.40*** join/#debian n4dir (~n4dir@i5E866666.versanet.de)
18:35.35*** join/#debian dreamon (~dreamon@unaffiliated/dreamon)
18:36.14*** join/#debian inode64_ (war@pool-70-106-245-31.clppva.fios.verizon.net)
18:36.54inode64_systemd keeps unmounting my file shares (I am using a blah.mount file) and I tried the StopWhenUneeded=false but it is still unmounting my file shares after 12-24hr, does anyone know how to make it stop that?
18:38.46sneyI've never seen that, could the connection be flapping?
18:39.44*** join/#debian materhyu (4f374489@host-79-55-68-137.retail.telecomitalia.it)
18:40.24inode64_network is ok, the unmount occurred when sleeping/inactive and no network changes, these issues only started when systemd tookover for mounting things and /etc/fstab was deprecated, will keep googling in the meantime
18:42.46*** join/#debian Mister00X (~quassel@193.27.14.148)
18:45.17*** join/#debian BrianG61UK__ (~BrianG61U@82-69-89-71.dsl.in-addr.zen.co.uk)
18:46.50*** join/#debian SoulsForBelial (~SoulsForB@p200300f12f1dd200821f02fffeaf6272.dip0.t-ipconnect.de)
18:47.03*** join/#debian conta (Thunderbir@gateway/vpn/mullvad/conta)
18:48.52*** join/#debian BrianG61UK (~BrianG61U@2a02:8010:66b7:dddd:291b:f1a:85d7:8960)
18:48.56*** join/#debian Souler (~Souler@user-5-173-225-42.play-internet.pl)
18:52.35*** join/#debian daysun (~sunday@gateway/tor-sasl/sunday)
18:55.44*** join/#debian paradizelost (~paradizel@184-83-75-180-dynamic.midco.net)
18:58.01*** mode/#debian [+l 1210] by debhelper
18:58.08jhutchinsinode64_: Which release are you on?
18:59.34*** join/#debian jotaxpe (jotaxpe@gateway/vpn/protonvpn/jotaxpe)
19:01.27*** join/#debian toli (~toli@2a02:578:8511:600:211:32ff:fe2c:9ef8)
19:01.33*** join/#debian Sarcutus (47723067@pool-71-114-48-103.washdc.dsl-w.verizon.net)
19:01.48*** join/#debian BrianG61UK__ (~BrianG61U@2a02:8010:66b7:dddd:3d1f:78ad:6a95:4cf7)
19:04.11*** join/#debian psilonux (~psilonux@gateway/tor-sasl/psilonux)
19:06.06*** join/#debian bertbob (~bertbob@67-2-35-165.slkc.qwest.net)
19:08.44*** join/#debian PoaB (~Thunderbi@134.3.91.178)
19:10.33*** join/#debian milkt (~debian@gateway/tor-sasl/milkt)
19:10.36*** join/#debian ph88^ (~ph88@2a02:8109:9e00:7e5c:6c28:450f:9830:3db8)
19:12.02*** join/#debian otisolsen70_ (~otisolsen@xd4ed80b5.cust.hiper.dk)
19:12.55*** join/#debian Betal (~Betal@unaffiliated/betal)
19:12.58*** join/#debian taman (~znc1@2a00:1098:82:30::94)
19:13.44*** join/#debian uvolmer (~uvolmer@2001-4dd0-212c-82-5acc-6b0b-da9c-d52c.ipv6dyn.netcologne.de)
19:14.25*** join/#debian johnfg_ (~johnfg@174-045-122-178.res.spectrum.com)
19:14.37*** join/#debian tkob (thekingofb@thunix.net)
19:16.40*** join/#debian ttill (~ttill@5cf3ff07.rev.dansknet.dk)
19:17.50*** join/#debian materhyu (4f374489@host-79-55-68-137.retail.telecomitalia.it)
19:18.07johnfg_hi folks
19:18.25johnfg_I had to move to the office, so had to join here.
19:18.42*** join/#debian stree (~stree@50-108-110-177.adr01.mskg.mi.frontiernet.net)
19:19.30johnfg_I need to build the kernel module, but when I run, 'dkms build -m openafs -v 1.8.6-5', I get returned: Directory: /usr/src/openafs-1.8.6-5 does not exist.
19:20.15*** join/#debian Betal (~Betal@unaffiliated/betal)
19:20.53sneyjohnfg_: that seems to be in the openafs-modules-dkms package
19:21.33johnfg_so do I need to install that from buster or from sid?
19:22.40sneyit would have been built along with the rest of the packages in your ssb process from earlier
19:23.28*** join/#debian HelloShitty (~psysc0rpi@bl20-171-222.dsl.telepac.pt)
19:23.28*** join/#debian Ekis (~Ekis@cpe74da881c916d-cm30b7d4bb2eb0.cpe.net.cable.rogers.com)
19:23.45johnfg_sney: BTW...if I forgot to say thanks earlier, Thanks!  So, I'll need to do the dpkg -i for that too, right?
19:23.49petn-randallinode64_: /etc/fstab is not deprecated, and your best bet is to look into your logs why it gets umounted.
19:24.04sneyjohnfg_: np, and yes
19:24.49sneyjohnfg_: also when you install that dkms package it will likely trigger the build automatically
19:25.16*** join/#debian ax562 (~ax562@unaffiliated/ax562)
19:25.22*** join/#debian Wafficus (4b735614@75.115.86.20)
19:25.44*** join/#debian store_scarecrow (~Andrew_00@host-74.91.78.101.bpsnetworks.com)
19:26.04WafficusHi there, can anyone help me figure out why my CAPS key in a Debian VM isn't working as intended? I swapped it with Left Control via Autokey in the Windows 10 host, but my Debian VM is still treating the CAPS key as both CAPS AND left control
19:27.22azeemif you run a desktop, maybe check with xev what keys it thinks are pressed
19:27.32petn-randallWafficus: Your windows host is only passing keystrokes to the VM, I'm guessing they're not translated.
19:28.06Wafficusyeah I checked with screenkey, and showkey
19:28.14Wafficusthe CAPS key is acting like CAPS AND Left Control key as mentioned before
19:28.15Wafficusits weird
19:29.05ratracemaybe better do the remapping in the linux guest
19:30.28petn-randallSounds more like a windows problem to me.
19:31.23*** join/#debian milkt (~debian@gateway/tor-sasl/milkt)
19:33.54Wafficusyeah but I wanted to do it for both Windows and the LInux guest
19:34.14Wafficuslike I had it working ok with just the Linux guest, but I kinda wanted both honestly simultaneously
19:34.33*** join/#debian jordanm (~jordanm@pdpc/supporter/active/jordanm)
19:34.56*** join/#debian twobitsprite (~isaac.fre@cpe-173-95-153-183.nc.res.rr.com)
19:36.51*** join/#debian d1cor (~d1cor@unaffiliated/d1cor)
19:38.01*** mode/#debian [+l 1216] by debhelper
19:40.45*** join/#debian Zblakany (~Zblakany@host-188-122-1-230.finemedia.pl)
19:40.50*** join/#debian earthundead (~earthunde@188.170.86.244)
19:47.13*** join/#debian jrua (~jrua@170.pool80-102-25.dynamic.orange.es)
19:50.01WafficusI also tried the following command but didn't work either:
19:50.02Wafficuslocalectl set-x11-keymap us "" "" ctrl:swapcaps
19:51.00*** join/#debian coot (~coot@37.30.55.132.nat.umts.dynamic.t-mobile.pl)
19:51.24*** join/#debian foxide (~foxide@gowron.foxide.io)
19:52.25*** join/#debian hendursaga (~weechat@gateway/tor-sasl/hendursaga)
19:52.29*** join/#debian h0 (~h0@126.1.10.93.rev.sfr.net)
19:53.50*** join/#debian hanasaki (~hanasaki@pool-71-179-59-207.bltmmd.fios.verizon.net)
19:54.16*** join/#debian catt (~r@31.124.181.226)
19:55.05*** join/#debian ax562 (~ax562@unaffiliated/ax562)
19:56.29*** join/#debian beelzebuzz (~rasputin@gateway/tor-sasl/beelzebuzz)
19:58.14*** join/#debian deadrom (~mccoy@p5dcba873.dip0.t-ipconnect.de)
19:59.06*** join/#debian Zblakany (~Zblakany@host-188-122-1-230.finemedia.pl)
19:59.31*** join/#debian AliasNumber10 (~crix@cpe-76-167-192-248.san.res.rr.com)
19:59.51deadromhi. need a 4 or 8 port sATA/SAS HBA for PCIe, was thinking of HP H240 - someone happen to know if it is ok with debian?
20:01.18*** join/#debian szorfein (~daggoth@gateway/tor-sasl/szorfein)
20:01.54*** join/#debian SoulsForBelial (~SoulsForB@p200300f12f1dd200821f02fffeaf6272.dip0.t-ipconnect.de)
20:02.26deadrom...or can someone recommend any other pcie HBA, for that matter? need to raid, just passthrough.
20:02.53deadromright now have an Adaptec 5405 that does not recognize all drives and has no HBA feature
20:06.24*** join/#debian hanasaki (~hanasaki@pool-71-179-59-207.bltmmd.fios.verizon.net)
20:06.28*** join/#debian mendi (567f4c60@86.127.76.96)
20:07.29mendiguys how do I write a 32767 (0xff 0x7f) in device descriptor as logical minimum? 0x15 0xff 0x7f will work?
20:08.02sneydeadrom: any sas hba with linux support should be fine, do you know what chipset HP used for that model? usually the LSI ones have the best support
20:09.39*** join/#debian pokota (~pokota@nw-esr1-72-49-96-28.fuse.net)
20:10.20*** join/#debian muffindrake (~muffindra@unaffiliated/muffindrake)
20:10.29*** join/#debian plasmik (~gentlelis@77.232.147.214)
20:10.42pokotaI'm trying to add the bsd `calendar` to my motd scripts, but it's failing with "cannot get home directory"
20:11.14pokotashould I run that from .profile instead?
20:11.52pokotaor is there a `run-parts`-safe way to call calendar?
20:12.25*** join/#debian store_scarecrow (~Andrew_00@host-74.91.78.101.bpsnetworks.com)
20:13.03greycatwhat is a "motd script"?
20:13.16pokotathe contents of /etc/update-motd/
20:13.21pokotastuff like `10-uname`
20:13.40greycatwell clearly since that's in /etc/ it doesn't run as an individual user, so it can't do things that are user-specific
20:13.53*** join/#debian dtcrshr (~dtcrshr@unaffiliated/datacrusher)
20:15.07*** join/#debian MrNaz (sid133418@gateway/web/irccloud.com/x-qnhmxxenybgbgurz)
20:15.23pokotaah, I think I see how to do this. calendar.all does relative paths for the includes, and if I'm reading the manpage right I need it to give absolute paths to stop it from searching user directories
20:15.24*** join/#debian mitsuhiko (sid155833@ubuntu/member/mitsuhiko)
20:15.42*** join/#debian Swift110-mobile (sid410914@gateway/web/irccloud.com/x-tswjzfvkgpyhxxux)
20:16.03*** join/#debian r0bby (sid699@guifications/user/r0bby)
20:16.14*** join/#debian Urbanecm[] (sid196503@wikimedia/Martin-Urbanec)
20:16.16*** join/#debian relipse (sid16131@gateway/web/irccloud.com/x-ytjjddvzgpnmnhcs)
20:17.52greycatthat's an interesting guess, but my guess was that it's looking for ~/.calendar and so on
20:18.32pokotaper the manpage it is, but it says "if the shared file is not referenced by a full pathname, cpp searches in the current (or home) directory first"
20:18.45pokota(just tried full paths in the includes, didn't work)
20:19.03*** join/#debian datacrusher (~dtcrshr@unaffiliated/datacrusher)
20:19.14*** join/#debian ax56234 (~NickServ@unaffiliated/ax56234)
20:19.41*** join/#debian DaNeenjah (~DaNeenjah@2600:1005:b16b:8f38:4f06:7261:55a4:7155)
20:19.44*** join/#debian xet7 (~xet7@85-156-127-25.elisa-laajakaista.fi)
20:20.03pokotalooks like putting it in .profile is the solution, or at least the workaround
20:21.24ratraceyay sudo finally patched for CVE-2021-3156!
20:23.15*** join/#debian chripell (~chripell@104.132.8.94)
20:23.30*** join/#debian aidanpr (~aidanpr@205.185.113.93)
20:24.24*** join/#debian MrBuck (~Mrbuck@gateway/tor-sasl/mrbuck)
20:25.12*** join/#debian xet7 (~xet7@85-156-127-25.elisa-laajakaista.fi)
20:26.12CommunistWolfyay
20:26.50*** join/#debian Jad (~Nashmi@5.45.140.210)
20:27.04mendiratrace: lol thats a UAC-tier bug
20:29.48sneyI was going to comment something about "finally" for a 2021 CVE, and it's january, but then I looked it up and, "hiding in plain sight since 2011." oy.
20:31.11*** join/#debian freebench__ (~freebench@92.253.250.136)
20:31.27mendihidden in nsa stash since 2011
20:31.56*** join/#debian SoulsForBelial (~SoulsForB@p200300f12f1dd200821f02fffeaf6272.dip0.t-ipconnect.de)
20:32.01*** join/#debian peterrooney (~peter@2604:3d08:1582:ab00:222:4dff:fe69:d6ed)
20:32.46*** join/#debian Elodin (~weechat@unaffiliated/padawan)
20:33.19*** join/#debian daveyates (~daveyates@38.147.38.36)
20:33.39*** join/#debian fjavier (~fjavier@170.253.44.250)
20:35.15ratracehear that?  ......               that's the sound of doas(1) users snickering.
20:35.29*** join/#debian Renari (~Renari@64.67.31.239.res-cmts.bgr.ptd.net)
20:36.08ratracesney: dates don't really matter. kernel zerodays would-be/are-often patched before the CVE is even applied for
20:36.22ratrace(and too often it even isn't at all)
20:36.53*** join/#debian galex-713 (~quassel@portable.galex-713.eu)
20:39.51*** join/#debian tijara_ (~tijara@94-37-167-23.adsl-ull.clienti.tiscali.it)
20:42.26*** join/#debian nickname123 (~nickname1@adsl-84-227-66-181.adslplus.ch)
20:44.40*** join/#debian Texou (~Texou@unaffiliated/texou)
20:46.22*** join/#debian galex-713_ (~quassel@37.169.18.234)
20:46.33*** join/#debian dtcrshr (~dtcrshr@unaffiliated/datacrusher)
20:46.48*** join/#debian dece (~Shgck@dece.space)
20:47.57*** join/#debian Tempesta (Tempesta@unaffiliated/tempesta)
20:48.32*** join/#debian Wafficus (4b735614@75.115.86.20)
20:51.16jerryfresh install buster, enp1s0 after reboot enp2s0. why?
20:51.37jerryhad to change it manually
20:53.24greycatGlorious.  https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ still refers to "a comment block [in] the sources" which no longer exists.
20:53.38greycatIIRC that comment was removed half a year ago.
20:53.46sneychanged any efi/bios settings related to pci? added/subtracted a usb interface? it *should* enumerate those based on slot, at least with consistent hardware
20:54.11jerryi'm seeing a dmesg error -71
20:54.19jerryusb related
20:54.40jerryi removed the usb flash drive i installed from
20:54.46jerrymaybe thaqt did it?
20:55.00jerryalso added a video card
20:55.15greycatadding the video card probably did it
20:55.22sneyyeah, some pci tomfoolery
20:55.41deadromsney: HP's pwn brew, I think
20:55.49jerrything is i need to add 9 more cards
20:56.00jerryhope it doesn't flake out every time
20:56.03*** join/#debian DaNeenjah (~DaNeenjah@2600:1005:b111:103e:8096:149d:ced9:21c5)
20:56.10greycatIt very well might.  Can you add them all at once?
20:56.11*** join/#debian galex-713 (~quassel@37.169.63.242)
20:56.30sneydeadrom: I see some homelabbers posting about using it for zfs/unraid, so that indicates compatibility, with the 'hpsa' module. no idea about how good it is, but it should work at least
20:56.39jerryi can but if anything is wrong with any one of them it'll be hard to troubleshoot that way
20:56.48*** join/#debian geowiesnot (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr)
20:57.32sneyjerry: you could use the systemd.link solution mentioned on that freedesktop page, to give it a specific name rather than a dynamic one from either scheme
20:57.42*** join/#debian never_released (~never_rel@unaffiliated/kill--9-1/x-8776976)
20:57.48*** join/#debian rander2 (~rand@217.171.72.120)
20:57.55jerryi'll check it out thanks
20:58.10*** join/#debian galex-713__ (~quassel@37.169.18.234)
20:58.16deadromsney: all i need is dumb 4 port for mdadm, i'll look for an offer.
20:59.16*** join/#debian binaryhermit (sid462772@gateway/web/irccloud.com/x-ixpyhyqgazkoumya)
20:59.19*** join/#debian galex-713_ (~quassel@37.169.63.242)
20:59.44*** join/#debian galex-713___ (~quassel@37.169.18.234)
21:01.14*** join/#debian serard (~serard@2a01:e0a:1cb:2760:9d3b:7919:fcb9:a8df)
21:01.16serardhello
21:02.15serardI'm trying to install debian buster 10.7 using packer and virtualbox. I cannot make it mount cdrom. I have tried /dev/sr0 /mnt, no luck
21:02.21*** join/#debian galex-713__ (~quassel@37.169.63.242)
21:02.52*** join/#debian galex-713 (~quassel@37.169.18.234)
21:02.57sneypacker is probably doing something "clever" with the debian iso
21:03.47*** join/#debian __marco (~marco@195.218.6.205)
21:03.47*** join/#debian d1cor (~d1cor@unaffiliated/d1cor)
21:04.06sneyany time the debian installer complains about not being able to find the cdrom, that's what's going on, it's been unpacked and repacked and d-i can't find itself anymore.
21:04.35*** join/#debian toli (~toli@2a02:578:8511:600:211:32ff:fe2c:9ef8)
21:04.36sneyperhaps this packer utility has an option to not modify the image
21:04.47*** join/#debian rgr (~rgr@ip-109-42-113-25.web.vodafone.de)
21:05.22*** join/#debian galex-713_ (~quassel@37.169.63.242)
21:06.38*** join/#debian xet7 (~xet7@85-156-127-25.elisa-laajakaista.fi)
21:06.40serardsney, I have tried with a manual virtualbox debian using same netinstall iso. I have been able to mount the cdrom.
21:06.50sneyqed
21:06.55serardbut not while packing the box via packer
21:06.58*** join/#debian coot (~coot@37.30.55.132.nat.umts.dynamic.t-mobile.pl)
21:07.18sneyyou need to dig into the packer manual, or ask their support channel if they have one
21:07.57*** join/#debian galex-713__ (~quassel@37.169.18.234)
21:08.01*** mode/#debian [+l 1222] by debhelper
21:08.03*** join/#debian AliasAlreadyTake (~AliasAlre@2001:16b8:3fd3:9700:e4cf:4fc9:f15f:6944)
21:09.47*** join/#debian Nokaji (~Nokaji@unaffiliated/nokaji)
21:10.00*** join/#debian pixalot (pixalot@gateway/vpn/privateinternetaccess/pixalot)
21:11.05*** join/#debian galex-713 (~quassel@portable.galex-713.eu)
21:11.48*** join/#debian DaNeenjah (~DaNeenjah@2600:1005:b111:103e:8096:149d:ced9:21c5)
21:12.22*** join/#debian Dark-Show (~Dark-Show@mctnnbsa45w-156-34-41-50.dhcp-dynamic.fibreop.nb.bellaliant.net)
21:14.29*** join/#debian Conradish006 (~Conradish@c-68-39-198-234.hsd1.in.comcast.net)
21:17.26*** join/#debian _0bitcount (~Big_Byte@90.162.105.206)
21:20.37*** join/#debian linzst (~linzst@unaffiliated/linzst)
21:28.11*** join/#debian Souler (~Souler@user-5-173-225-42.play-internet.pl)
21:45.27deadromdo I have a fair chance having a system online replacing an old intel board with an old amd board? (both ca 8 years)
21:46.56jhutchinsIf you're installing on a VM you need to tell the hypervisor to pass the CD through to the VM.  I believe it also has to be mounteed on the host.
21:47.42jhutchinsserard: You can mount an iso as a virtual CD.
21:48.02*** mode/#debian [+l 1215] by debhelper
21:50.10*** join/#debian macc24 (~macc24@unaffiliated/maccraft)
21:52.20*** join/#debian lesless (~lessless@obligatory.vehicle.volia.net)
21:52.40*** join/#debian Night-Shade (~TimF@ip5b40e3ae.dynamic.kabel-deutschland.de)
21:53.17*** join/#debian milkt (~debian@gateway/tor-sasl/milkt)
21:55.16*** join/#debian ax562 (~ax562@unaffiliated/ax562)
21:55.31*** join/#debian OlCe (~user@lfbn-nic-1-387-75.w90-116.abo.wanadoo.fr)
21:57.49*** join/#debian rare_energy (~quassel@c-73-248-161-44.hsd1.nj.comcast.net)
22:02.09*** join/#debian pasiz_ (~pasiz@unaffiliated/pasiz)
22:02.11*** join/#debian xet7 (~xet7@85-156-127-25.elisa-laajakaista.fi)
22:04.18*** join/#debian longshot (~nobody@2001:470:f0f4:a0a:1c06:1e38:c156:d9e6)
22:04.42*** join/#debian BillyZane (BillyZane@gateway/vpn/privateinternetaccess/billyzane)
22:10.45idlestrangerdeadrom bit late on the reply re: HBA but on the cheap side i'm using an h310 flashed to lsi 9211-8i FW in IT mode to run as an HBA, works fine with high capacity drives (i've got a few 16TB seagate exos on it right now) but it is a pcie 2.0 SAS controller,  so if you fully populate it and all drives are constantly active, expect to take a bandwidth hit compared to more modern and decidedly expensive
22:10.51idlestrangeroptions. still for $20-30 USD it'll do just fine for small user-counts/home network storage.
22:11.14*** join/#debian killforge (~erp@2001:8004:1bf1:f2d:7875:f20:de4d:ce88)
22:11.46deadromidlestranger: it's not supposed to do more than take backups onto mdadm for personal use, so I got time. bandwidth is not that crucial. appreciate the hint.
22:12.02deadromhow do you flash that thing, though?
22:13.14idlestrangershould be fine for that, use mine both as a nas and to take backups. you can actually get them pre-flashed on ebay or flash them yourself following a guide
22:14.08*** join/#debian hanasaki (~hanasaki@pool-71-179-59-207.bltmmd.fios.verizon.net)
22:14.11deadromidlestranger: ah that's Dell Perc, not HP innit
22:14.17*** join/#debian ifthenelse (~cenk@irc.cenk.me)
22:15.39sneyfor cheap lowish-bandwidth sas I've had good results with the dell sas 5/e, which is an LSI controller, in both dell and non-dell boxes. they're all over ebay in the $20 range. note that this is *not* the perc with the raid bios, but a separate hba-only model
22:16.05sneyI wouldn't recommend it in production in current era but it's more than enough for any kind of personal/soho use
22:16.16idlestrangerdeadrom, yes it's dell perc h310
22:17.37deadromsney, "dell sas 5/e", spelt like that?
22:17.46sneyyeah. search with or without the slash
22:18.06*** join/#debian dvs (~hibbard@cwv.teksavvy.com)
22:19.40deadromgets me a sas card with 2 infiniband. need sff8087 or other to spread to sata
22:21.08idlestrangeryou can search "h310 it mode" on ebay and get them pre-flashed, some even have the sas breakout cables included.
22:22.47*** join/#debian ax562 (~ax562@unaffiliated/ax562)
22:22.51*** part/#debian iflema (~ian@unaffiliated/iflema)
22:23.36*** join/#debian c10l (~c10l@2a01:4b00:9d42:9650::1e0)
22:24.23deadromwhat's "IT mode" here?
22:25.01idlestrangerliterally just LSI firmware mode that makes the raid controller act like an HBA
22:27.09idlestrangertypical for use with software raid solutions like unraid, freenas, zfs on linux, and even lvm options.
22:28.01*** mode/#debian [+l 1208] by debhelper
22:28.21*** join/#debian euandreh (~euandreh@2804:14c:33:8303:21c2:6be3:a116:1150)
22:28.32ws2k3i have a kdevtmpfsi proces that is using extreemly high cpu usage. what could this be exacly?
22:29.37*** join/#debian otmi (~androirc@5.149.156.81)
22:30.39idlestrangerws2k3, my kneejerk is to blame docker or appimage with docker in it- running anything like that?
22:30.55ws2k3idlestranger: i have narrowed it down to redis....
22:31.31*** join/#debian nt1036 (~nt1036@2603-8000-6f01-94b7-e59c-fac1-6bef-c6ad.res6.spectrum.com)
22:31.34ws2k3idlestranger:  now sure im allowed to put this here but:
22:31.34ws2k3<PROTECTED>
22:31.35ws2k3<PROTECTED>
22:33.23*** join/#debian format_c (~format_c@unaffiliated/format-c/x-8927423)
22:33.58*** join/#debian BroTroxer (~BroTroxer@ti0063q161-3099.bb.online.no)
22:38.11*** join/#debian another (~another@unaffiliated/another)
22:40.19*** join/#debian n4dir (~n4dir@i5E866666.versanet.de)
22:41.55*** join/#debian epitamizor (~snake@2602:cf:766b:2d0c:89bc:be95:673:2a7b)
22:43.03*** join/#debian j7k6 (~j7k6@gateway/tor-sasl/j7k6)
22:46.47idlestrangerws2k3 I know there was an older version that had some issues with high cpu usage last year due to the way it was making calls, but beyond that- I can't offer much. if you're not using it yourself (and i hope you're not as it's highly insecure outside of a controlled locked down environment) an appimage or docker instance you're using is using it. i'd narrow down which one is running it by shutting
22:46.53idlestrangerdown anything you're running one by one until you find the culprit- then ensure that is up to date before starting it back up to see if the issue persists.
22:47.03ws2k3idlestranger: i think i found the issue. its a malware crypo minder thing
22:47.06*** join/#debian SoulsForBelial (~SoulsForB@p200300f12f1dd200821f02fffeaf6272.dip0.t-ipconnect.de)
22:47.44idlestrangerahh
22:58.01*** mode/#debian [+l 1200] by debhelper
23:07.09*** join/#debian killforge (~erp@2001:8004:1bf1:f2d:d148:a25c:3736:7faa)
23:10.29*** join/#debian judd (~judd@unaffiliated/themill/bot/judd)
23:12.54deadromdeb8 (server is bound for upgrade, I know), realtek rtl 8169 chip. blinkenlights but no dhcp lease. need fancy firmware?
23:13.34sneyyes, r8169 uses firmware, packaged in firmware-realtek
23:13.36ws2k3deadrom: try to configure a static ip and see if it works. i would not suspect a fancy firmware...
23:13.48ratracebut... rtl8169 works for me even without firmware
23:13.50jezebelshouldnt it tell you in the kernel logs?
23:14.09jhutchins!r8169
23:14.09dpkgr8169 is a Linux kernel driver supporting the Realtek RTL8101, RTL8111/8168 and RTL8169 families of gigabit Ethernet chips.  See also <rtl8168d>, <rtl8105e>, <rtl8402>, <rtl8411>.  Not to be confused with the out-of-tree <r8168> driver.
23:14.52sneymine uses firmware, it's specifically a RTL8211E, it might vary by specific chip
23:15.03jhutchinsdeadrom: Firmware messages show up in dmesg | grep firmware
23:17.19*** join/#debian xSmurf (~MrSmurf@unaffiliated/mrsmurf)
23:18.10deadromah, "interfaces" only had entries for eth0, but this interface now registeres as eth2
23:18.57ratracemight be good idea to lock your eth0 to NIC's MAC . That's the _real_ predictable naming thing.
23:19.08deadromI added iface eth2 inet dhcp and restarted networking, still no lease. I brought the inteface up manually with ifconfig and now have a connection
23:20.30deadromI'll install a nic eintel card anyway but for now this has to do. now getting it to auto-lease... uncomment eth0 since gone?
23:21.50sneyif your interface name is wandering, I'd follow ratrace's advice and use a udev rule or systemd link (I don't remember the approach for jessie) to lock it in place
23:22.45*** join/#debian sdrac8 (~sdrac8___@syd.rackspace.com.au)
23:23.32*** join/#debian frgo (~frgo@p200300deef0813004c034663a2b36cb2.dip0.t-ipconnect.de)
23:24.38deadromratrace: I had to switch motherboards, I'm fairly certain it will come up as eth2 next time, but I'll keep it in mind
23:27.44deadromit's actually possible it's tied to xfce's network manager... xfce won't start right now, Xorg shenanigans after the hardware change, was intel, now is nouveu, lightdm was not happy
23:28.09*** join/#debian ov3rmind (~over0-07@unaffiliated/ov3rmind)
23:28.17sneynetwork-manager ignores any interfaces specified in /etc/network/interfaces so it's one or the other where that's concerned
23:28.47*** join/#debian ectospasm (~ectospasm@unaffiliated/ectospasm)
23:29.15deadromok, then I got no net becuase X did not come up
23:29.42jhutchinsdeadrom: You haven't even taken fifteen seconds to look at dmesg, have you?
23:31.25deadromjhutchins: network? yes, it loaded r8169 and then did not mention the module further, stop the blame
23:31.46jhutchinsdeadrom: Did you search for firmware?
23:32.17*** join/#debian ax56234 (~NickServ@unaffiliated/ax56234)
23:32.27deadromyes, mentioned 8169e
23:32.49deadromand since the nix came up manually the firmware question was done
23:33.02jhutchinsDid it say it was loading it, or that it was not found?
23:33.55*** join/#debian GreenRiot (~greenriot@unaffiliated/golemoffire)
23:34.51deadromjhutchins: no direct loading
23:34.56deadromuh
23:35.00jhutchinsdeadrom: There is a new interface naming mechanism that will always use the same ID for each interface.  You might look into that.  The old udev rules preserved old cards that had been removed.  eth2 would imply that your system has seen 3.
23:35.05deadromno, it sais "direct loading"
23:35.19deadromyes perfectly possible
23:36.05jhutchinsOk, you didn't mention checking the firmwrae (that I saw, I'm doing other things).  Do you have a handle on how to use the interfaces file?
23:36.42deadromjhutchins: yes, clarified, this "pseudo server" has X, ans network manager in xfce takes care of things so interfaces, I am told, does not matter much
23:37.11deadromtask at hand now: "why does that old sata controller not see the 4 drives behind it"
23:37.25deadromyeah yeah ask dmesg
23:39.12deadromf?!*s### no trace of it. where is it.
23:39.48*** join/#debian forgotmynick (uid24625@gateway/web/irccloud.com/x-tzbrhpydgncpkqsi)
23:41.33deadromok stuck on that one. machine has 3 sata controllers, bit hard to tell which is which. amd chipset ports are accounted for and working, but then I have two JMicron JMB363 devices, but can't tell which is which. on it sit 4 sata drives which I can hear and feel running but I don't see the drives
23:42.21deadrommachine has several Hitachi and now some new Seagate, dmesg mentions the Hitachis but not the Seagates. cat /proc/partitions does not see them either
23:43.38jhutchinsdeadrom: Ok, sorry for the redundancy.  You understand that if you configure the nic with infaces, NM is supposed to ignore it, and it should just work.
23:44.11jhutchinsdeadrom: I understand that some of the stuff that used to go into dmesg may be getting sucked up by systemd's journaling.
23:44.38deadromjhutchins: redundancy is ok, I rather take two people answering than none, but please think better of me than not to check logs ;)
23:44.56deadromsystemd is a good hint though
23:48.01*** mode/#debian [+l 1194] by debhelper
23:49.01*** join/#debian Gigglebyte (~user@2601:647:5c80:2730:7c9c:d8f9:c186:13dd)
23:49.15*** join/#debian galex-713 (~quassel@portable.galex-713.eu)
23:49.38*** join/#debian fachinformatiker (~fachinfor@fsf/member/fachinformatiker)
23:51.15*** join/#debian paulgrmn (~paulgrmn@c-98-250-183-21.hsd1.mi.comcast.net)
23:51.21GigglebyteDoes anyone know of a power management utility that would prevent my laptop from overcharging the capacitors on my motherboad?  I just found out that my motherboard was damaged from capacitors being overcharged.  In the subject case, the battery was no good, and I just plugged the laptop in, and used it.  But apparently this was a mistake, and I didn't realize it.  Repair shop says the motherboard has maybe 6 months before it
23:51.21Gigglebytecompletely goes.  It is an older Dell Vostro that worked perfectly otherwise.
23:52.55deadrom"overcharged capacitors"?
23:53.08deadromand they told you that while the thing now works that it will die?
23:53.33deadromwhat-- does it work right now or not?
23:54.26deadromhow do you know of the damage? how does the damage manifest? how do you know caps are damaged?
23:54.49deadromi think they're trying to sell you a new laptop

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