IRC log for #devuan on 20200811

00:06.00*** join/#devuan golinux (~golinux@cpe-66-68-116-77.austin.res.rr.com)
00:06.01*** join/#devuan golinux (~golinux@devuan/developer/golinux)
00:12.57*** join/#devuan hufdufhv (~Thunderbi@123.234.229.29)
00:26.03rwpI assume that is part of the movement to have a combined /usr/bin & /bin and /usr/sbin & /sbin?
00:26.49fsmithredno, it's a product of su being moved from the shadow package to util-linux
00:27.24rwpOh, su...  So it's only when you su to root?  (I am looking to see where this PATH problem is happening...)
00:27.35fsmithredTo revert to the old behavior, put this in /etc/default/su
00:27.42fsmithredALWAYS_SET_PATH yes
00:27.58rwpI haven't seen the problem myself it.  Looking to see if I can recreate it.
00:28.20fsmithreddefault setup in beowulf is this: if you use su, you don't get the sbins in your path. If you use 'su -' you do get root's path.
00:28.45rwpHow about in ceres?  That's where I am looking at the moment.  I'll switch to looking at beowulf.
00:29.15fsmithredI assume ceres is the same as beowulf.
00:29.37fsmithred99% sure it is
00:30.07rwpIf this gets tedious just ignore me...  I look in /etc/profile and PATH there includes PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
00:30.45gnarfaceif you upgraded, you probably kept your old version, but people with new installs are getting it without /sbin i think
00:30.46rwpI do not have /etc/default/su on the system.  util-linux is installed version 2.33.1-0.1+devuan1~beowulf2
00:31.11gnarfacemalade_mental: i forgot to mention the default behavior of su changed too, see this conversation here^
00:31.41rwpRight.  It's an upgrade.  However I probably somewhat unusually upgrade with -o DPkg::Options::=--force-confnew -o DPkg::Options::=--force-confmiss
00:32.07rwpThat should replace all of my previously existing conffiles with the new version of the conffile from the package.
00:32.40rwpI also look for obsolete conffiles and remove them too.  So I won't have anything left behind from the previous that doesn't exist in the new package.
00:32.43rwpHopefully.
00:32.55gnarfacemaybe i'm wrong and that's not in beowulf yet
00:32.58fsmithredyou would have to create /etc/default/su
00:33.21rwpFYI on the obsolete conffiles: dpkg-query -W -f='${Package} ${Conffiles}\n' | less
00:35.35rwpI do not have a /etc/default/su file.  Not anywhere that I look on the various systems.
00:36.28fsmithredright. You would have to create it.
00:36.56rwpI do usually have my own custom /root/profile file installed overwriting the system one.
00:37.28fsmithredthen you're all set
00:37.31rwpSo if PATH was inappropriately set in /root/profile then I would have automatically fixed it with my overwritten copy.
00:38.41rwpRight. But I tend to be local admin support. So when odd and unusual questions arise in IRC it is good if I understand them because I can guarentee you that if it is a possible problem in the wild that I will eventually get asked to help someone IRL about it.
00:38.42fsmithredwhat annoys me about the new setup is that I usually want to stay in the current directory when I su, but that no longer gives me root's path.
00:39.06fsmithred'su -' gives the right path but changes directory to /root
00:39.24fsmithredlol
00:40.03adhoc'su -' is the right thing to be doing?
00:40.06rwpI prefer to change directory and reset HOME. Because otherwise many utils chown stuff in ~rwp to be owned by root causing me problems later.
00:40.17adhoci very rarely use just 'su'
00:40.25fsmithredadhoc, I think there's some room for opinion
00:40.33rwpadhoc, "Right thing" is a loaded question. Since it all depends.  And there is more than one way to do things.
00:40.42adhocjust su mess up permissions on local files in the users directory
00:40.48rwpBut "su -" and "sudo -i" are both good ways.
00:41.06adhocsudo is rarely "good", IMHO.
00:41.25adhochowever, grok "sudo -i"
00:41.36adhoci tend to use "sudo su -" from habbit
00:41.36rwpReally?  I use 'su' *a lot* but I have no grudges against 'sudo' and also use it a lot.
00:41.48rwpMe too.
00:42.07adhocI only use sudo on systems that are outside of my admin sphere where accounts are centrally managedy
00:42.28adhocsome linux distros enforce sudo, which I feel is less than ideal.
00:43.17rwpI don't know of any distros that enforce using sudo but I do know some corporate environments that do so as a local admin policy.
00:43.25adhocanyway, I gave up "su" as it would change the "user:group" of dot files in the home directory of the user. makes like hard later
00:43.35rwpFor say Ubuntu and Mint and those one can always set a password for 'root' and then use su if one wants to.
00:43.56adhocdefault ubuntu does not set a functionally available root password and you must sudo
00:44.24adhocso when you try to support those platforms for other users, life is fun. in the dwarf fortress sense
00:44.28rwpAgreed on the changing of ~/ dot files.  That is mostly due to $HOME not changing.  aptitude is an example of a program that writes stuff in $HOME as root. But many others do too.
00:44.39adhocvi
00:44.40adhocvim
00:45.00rwpBut remember if you have sudo you can always "sudo passwd root" and set a password for root.  Then there is a password for root moving forward.
00:45.02adhocanyhow
00:45.24adhocsure I can, but other folks new to linux, not so much.
00:45.40rwpLearning curve for new users is always going to be a problem.
00:46.10rwpIt is the same as the tyranny of the default.  Whatever is the default then the newbie will never change from it.  So the default becomes the majority.
00:46.24adhocI've been using linux for a while, but my students who have hours, I try to avoid problems where they mess things up too much
00:47.09adhocmost my students run winodws, 10% mac, 1% linux.
00:47.26rwpUnfortunately that is about typical demographics these days.
00:47.45adhocWe provide them with VMs to do their technical tasks.If I can avoid it, I don't use Ubuntu.
00:53.08rwpmalade_mental, In your minimal install is /bin a symlink to /usr/bin?  If so then that would explain why you have /usr/bin in PATH but not /bin due to that consolidation.
00:53.49rwpWhich is a separate issue from 'su' not changing PATH for root to include /usr/sbin (and /sbin) by default anymore.
01:06.18*** join/#devuan Uberius (~uberius@gateway/tor-sasl/uberius)
01:06.37*** join/#devuan unixman (~aunixman@209.165.134.7)
01:06.38*** join/#devuan unixman (~aunixman@unaffiliated/eracc)
01:10.39*** join/#devuan klaus (~klaus@lfbn-mar-1-506-69.w90-73.abo.wanadoo.fr)
01:16.06adhocrwp: is there a move to combine all the things into one "bin" path?
01:16.19adhoc(or am I reading too much into between the lines)
01:35.35*** join/#devuan sunshavi (~user@190.236.255.122)
01:37.18*** join/#devuan epony (epony@unaffiliated/epony)
01:44.40*** join/#devuan hufdufhv (~Thunderbi@123.234.229.29)
01:50.53*** join/#devuan Jjp137 (~Jjp137@cpe-75-83-20-74.socal.res.rr.com)
01:56.25golinuxadhoc: FYI What's new in this release
01:56.25golinuxChanges in su
01:56.25golinux<PROTECTED>
01:56.25golinux<PROTECTED>
01:56.25golinux<PROTECTED>
01:56.26golinux<PROTECTED>
01:56.28golinux<PROTECTED>
01:56.30golinux<PROTECTED>
01:57.13golinuxMuch more in the Release Notes http://files.devuan.org/devuan_beowulf/Release_notes.txt
01:58.49rwpadhoc, https://wiki.debian.org/UsrMerge
02:17.15*** join/#devuan Jjp137 (~Jjp137@cpe-75-83-20-74.socal.res.rr.com)
02:21.32*** join/#devuan debdog (~debdog@194.140.113.47)
02:41.28*** join/#devuan sunshavi (~user@190.236.255.122)
02:42.21meep_____https://oc.cil.li/topic/2226-flatdb-an-sql-implementation/
02:42.25meep_____Wrong chat sorry
03:04.56*** join/#devuan byzandula (~byzandula@beerbq.net)
03:05.52*** join/#devuan paradigm (~paradigm@159.203.177.222)
03:05.52*** join/#devuan FatPhil (~phil@70-251-190-90.dyn.estpak.ee)
03:05.54*** join/#devuan sauron- (~foo@unaffiliated/sauron-)
03:06.22*** join/#devuan Tashtari (~tashtari@unaffiliated/tashtari)
03:06.23*** join/#devuan yae7nae4 (~yae7nae4@ezup.dev)
03:06.25*** join/#devuan buZz (~buzz@joint.ro.lt)
03:10.35*** join/#devuan tuxd3v (~tuxd3v@93.102.250.232.rev.optimus.pt)
03:16.25tuxd3vmeep_____, does you like to mine?
03:16.55meep_____Yes
03:17.35tuxd3vwhat do you mine usually?
03:42.11meep_____Ncp+
03:54.47*** join/#devuan sunshavi (~user@190.236.255.122)
04:02.33*** join/#devuan sunshavi (~user@190.236.255.122)
04:10.13*** join/#devuan DocScrutinizer05 (~saturn@openmoko/engineers/joerg)
04:50.18*** join/#devuan ar3itrary (~hacker@v22016101923038440.bestsrv.de)
05:06.43*** join/#devuan bgustav (~bgustav@188.26.89.205)
06:00.40*** join/#devuan cocoadaemon (~foo@2a01:e0a:4e1:97e0:179d:1cc6:8854:4d5c)
06:24.38*** join/#devuan enyc (~enyc@muddle.enyc.org.uk)
06:27.11*** join/#devuan Guest37465 (~buzz@unaffiliated/buzz)
06:28.27*** join/#devuan silentjet (~jet@staticline-31-182-193-145.toya.net.pl)
06:28.52*** join/#devuan silentjet (~jet@staticline-31-182-193-145.toya.net.pl)
06:29.56*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
06:45.06*** join/#devuan KnoP (~KnoP@business-176-095-149-105.static.arcor-ip.net)
06:49.48*** join/#devuan hufdufhv (~Thunderbi@123.234.229.29)
06:58.34*** join/#devuan Centurion_Dan (~Thunderbi@devuan/developer/centuriondan)
07:30.57*** join/#devuan tierce (~raoulzeca@2a02:578:857c:c01:ca7f:fd8c:e7b9:b99e)
07:36.30malade_mentalrwp: gnarface: many information to read after a night of sleep :]
07:37.02malade_mentalI think I have to debootstrap more packages so the installation is complete
07:37.56malade_mentaland I'll retry this after having a correct devuan on my physical machine (cause everything i tests was on VM)
07:45.56*** join/#devuan dagelf (~quassel@169-0-60-17.ip.afrihost.co.za)
08:11.52*** join/#devuan Garb0 (~Garb0@unaffiliated/garb0)
08:19.30*** join/#devuan HumanG33k (~HumanG33k@62.147.242.8)
08:25.35*** join/#devuan jaromil (~jaromil@vm8.ganeti.dyne.org)
08:25.36*** join/#devuan jaromil (~jaromil@devuan/developer/jaromil)
08:26.26*** join/#devuan golinux (~golinux@vm8.ganeti.dyne.org)
08:26.27*** join/#devuan golinux (~golinux@devuan/developer/golinux)
08:27.25*** join/#devuan enyc (~enyc@muddle.enyc.org.uk)
08:28.12*** join/#devuan hufdufhv (~Thunderbi@123.234.229.29)
08:28.56*** join/#devuan hellekin (~how@unaffiliated/hellekin)
08:33.28*** join/#devuan enyc (~enyc@muddle.enyc.org.uk)
08:52.50*** join/#devuan ham5urg (~ham5urg@2a04:4540:680f:cb00:35ab:ce29:9e66:9beb)
09:08.09*** join/#devuan rocket_ca (~rocket@S0106306023d52be8.cg.shawcable.net)
09:09.33*** part/#devuan rocket_ca (~rocket@S0106306023d52be8.cg.shawcable.net)
09:10.51*** join/#devuan rocket_ca (~rocket@S0106306023d52be8.cg.shawcable.net)
09:48.21*** join/#devuan cocoadaemon (~foo@2a01:e0a:4e1:97e0:179d:1cc6:8854:4d5c)
10:04.33*** join/#devuan KnoP (~KnoP@business-176-095-149-105.static.arcor-ip.net)
10:10.39openbsdtai123why TED editor is not in the repositories yet? This is X11 though :(
10:11.06*** join/#devuan proteus-guy (~proteus-l@ppp-124-122-192-62.revip2.asianet.co.th)
10:17.51malade_mentalok guys, this just is REALLY sucky.
10:32.23malade_mentalI netinstall with the last iso, install just OpenSSH server and base system, and choose openrc as init system
10:33.22malade_mentalthe /bin and /sbin are not symlinks but I have them in the path
10:35.09malade_mentalif I login into root directly from login only, if I login from my normal user, I don't have the "sbin" directories, and if I "su", I still don't have them.
10:38.04fsmithredmalade_mental, see the release notes for changes in su and other goodies.
10:39.14fsmithredyou can use 'su -' or 'su --login' to get root's path.
10:39.45fsmithredor set it to revert to the old behavior
10:42.33rrqmalade_mental: you don't get /bin in $PATH ?
10:42.46openbsdtai123"su -" is the debian increased security. It is crucial for lot of users. Prefer sudo - which allow to increase security instead of using "su" and root account.
10:44.12rrqmalade_mental: is it that you don't get /bin in $PATH ?
10:44.34fsmithredthat would be very weird
10:44.47fsmithrednot sbin makes sense
10:46.01openbsdtai123fsmithred: during instlaltion it should be sysvinit or openrc, then another dialog: "debian linux" or "unix philosophy".
10:46.03malade_mentalrrq: sorry I did not saw i have it
10:46.11malade_mentalyeah only "sbins" are missing
10:46.27openbsdtai123sbins are necessary to have.
10:46.36malade_mentalso  there is no usrmerge by default? that's a pretty good point!
10:46.42fsmithrednot in devuan
10:46.44malade_mentalsbins is not in the PATH
10:46.52fsmithredwe fixed usr merge so it's optional
10:46.58malade_mentalfsmithred: phew =] sorry I was alarmed too fast
10:47.03malade_mentalhave to it
10:47.04fsmithredREAD THE RELEASE NOTES
10:47.04openbsdtai123export can add them.
10:47.11fsmithredor read 'man su'
10:47.19openbsdtai123Dont read, ask us... we arethere.
10:47.22fsmithredyor export
10:47.24fsmithredor
10:47.49fsmithredI get tired of typing the solution over and over again when it's right there in the release notes
10:48.41*** join/#devuan paradigm (~paradigm@osuosc/paradigm)
10:49.04openbsdtai123"set" will tell you what is the PATH=
10:49.17openbsdtai123export PATH... can remodify it according to your own needs.
10:49.53openbsdtai123fsmithred: this is why there is kde and ubuntu.
10:50.50malade_mentalI have to eat, thanks for your answers ;)
10:51.39openbsdtai123anytime
10:51.42openbsdtai123bon appetit
10:52.32openbsdtai123(bio naturellement ;)
11:21.52*** join/#devuan klaus (~klaus@lfbn-mar-1-506-69.w90-73.abo.wanadoo.fr)
12:13.20*** join/#devuan mmphs (~mmphs@83.25.154.102.ipv4.supernova.orange.pl)
13:07.29*** join/#devuan specing (~specing@unaffiliated/specing)
13:08.01*** join/#devuan cd (~cd@unaffiliated/cd)
13:21.09*** join/#devuan brocashelm (~brocashel@075-142-081-050.res.spectrum.com)
13:23.41*** join/#devuan Garb0 (~Garb0@unaffiliated/garb0)
13:24.35*** join/#devuan brocashelm1 (~brocashel@107.181.166.214)
13:26.09*** join/#devuan brocashelm (~brocashel@107.181.166.214)
13:26.11*** join/#devuan brocashelm (~brocashel@unaffiliated/brocashelm)
13:40.07*** join/#devuan user282069 (~user@32.ip-51-91-79.eu)
13:45.52*** join/#devuan bgustav (~bgustav@188.26.89.205)
13:57.56gordonDrogonHm. I see Beowulf gives us 's' in ls output now. Just read the history of that. Interesting and unexpected.
13:58.12gordonDrogon(as in quotes round 'tricky' filenames)
13:59.23*** join/#devuan Centurion-Dan2 (~Thunderbi@devuan/developer/centuriondan)
14:09.56*** join/#devuan ac_laptop (~ac_laptop@186.2.247.129)
14:12.57*** join/#devuan cd (~cd@unaffiliated/cd)
14:19.22*** join/#devuan cocoadaemon (~foo@2a01:e0a:4e1:97e0:179d:1cc6:8854:4d5c)
14:21.17fsmithredaka tricky quotes around filenames.
14:23.56*** join/#devuan g4570n (~g4570n@unaffiliated/g4570n)
14:29.35*** join/#devuan proteusguy (~proteusgu@cm-58-10-208-180.revip7.asianet.co.th)
14:30.03nemogordonDrogon: the surprising part for me is that it happens even with "/bin/ls"
14:30.17nemogordonDrogon: I'm used to having predictable output by doing an explicit path to avoid aliases
14:30.24gordonDrogonyea, it's an opt-out now. Add -N
14:30.49nemoit's kind of irritating. since now I get double quoting
14:30.54nemobut yeah, opt out :/
14:31.28gordonDrogonlike colours - I never asked nor wanted them, but more shenanigans  needed there.
14:31.42gordonDrogonengages grumpy old man mode ...
14:32.14gordonDrogonhttps://superuser.com/questions/1376351/why-does-ls-wrap-some-filenames-in-single-quotes
14:32.18nemogordonDrogon: I guess piping is another opt out
14:32.50nemohm. that's odd
14:32.51gordonDrogonwell. once upon a time... ls | sort | pr -6
14:32.58nemo/bin/ls | less seems to not have quotes
14:33.08nemoyet that superuser says piping is one of the reasons they did it
14:33.12gordonDrogonit's for interactive ls only.
14:33.26nemo"ls wraps single quotes around filenames with spaces in them, for the purpose of allowing the filenames to be safely copied, used in a script or piped through another command."
14:33.31nemosure not the implication of that lead sentence
14:33.38nemobut at least they aren't breaking existing pipes
14:34.47gordonDrogongoes back to the ol ddays of BCPL ...
14:34.47*** join/#devuan jathan (~jathan@189.216.181.206)
14:38.44*** join/#devuan bsd4me (~me@152-104-74-65.gci.net)
14:38.47openbsdtai123how to get a directory with ftp?   get -r directory?
14:39.58gordonDrogonmget
14:40.23gordonDrogonalthough it's been years since I did that sort of thing. any reason to not use scp or rsync ?
14:41.24openbsdtai123on the linux machine, only the default machine is installed distant. not even wget... :( so man, ftp has this feature?
14:44.04openbsdtai123it seems that ftp has no recursive feature.
14:44.10gordonDrogonno idea. I don't even have ftp installed these days.
14:45.01openbsdtai123overusing the shinning graphical desktops?
14:45.28gordonDrogonno - mostly of the stuff I do is command-line, but I moved to scp and rsync some time ago.
14:45.40*** join/#devuan targz (~Thunderbi@unaffiliated/targz)
14:46.20openbsdtai123ftp is mostly a dead protocoll. I still use it since it works well with my android and on all machines. Even a Macintosch ;)
14:46.53gordonDrogonalthough I did ressurect rsh/rcp in the early Raspberry Pi days as encryption was very slow for scp.
14:48.11gordonDrogonah, you've remonded me, I did have ftp on my old PC - just for my android phone. I've not installed it on the new PC yet. andftp I think I use, so yea, GUI from the phone.
14:48.47openbsdtai123I just compiled ncftp but I guess this issue with get -R -f dir, "Could not traverse directory: could not parse extended file or directory..."
14:49.08*** join/#devuan golinux_ (~golinux@devuan/developer/golinux)
14:49.47openbsdtai123gordonDrogon: AndFTP is magic on the phone. Wish I had a N900, this would solve many file exchnage issues and more: Unix.
14:50.40gordonDrogonI have an n900, but it's broken now.
14:50.52openbsdtai123wow
14:51.19openbsdtai123I would be glad to have one, even broken, to fix. Those machines are very rare.
14:51.30openbsdtai123I have a zaurus 3100 with debian on it.
14:53.04*** join/#devuan silentjet (~jet@staticline-31-182-193-145.toya.net.pl)
14:55.32gordonDrogonit's no use now - not in the UK anyway  - it was only 3G from what I recall.
14:55.58gordonDrogonI moved from that to android a long while back, but yes, it was fun to ssh into it..
14:57.17openbsdtai123really? 3G is pretty good. In UK, shall you have only 4G or 5G? lucky cancer with the coming 6G, we will all finish in hostpital with all those magnetic fields.
14:57.58gordonDrogonwe have 2/3/4g here. but I guess I'm used to 4g all the time now.
14:59.07gordonDrogonand hurrah, it looks like Debuan Beowulf can read the files off my phone using shotwell and mpt, so I can remove andftp from it and no need to let google steal all myphotos now.
14:59.10openbsdtai123I try to reduce the usage of phone, bluetooth,... for medias. 5G is for bad software, when we can use better software. FTP or SSH rather than a web or google, ms for streaming... and all modern crap.
14:59.16gordonDrogon*Dvuan, of-course..
14:59.48openbsdtai123gordonDrogon: I wish people would think like you and not use google.
15:01.20gordonDrogongoogl has it's uses - you just need to know how to use it.
15:01.25gordonDrogonand not rely on it.
15:01.48gordonDrogonhowever - really - I'm sure stuff like that is best discussed elsewhere.
15:02.01gordonDrogonHere I'm liking Beowulf more and more...
15:03.02*** join/#devuan IoFran (~Thunderbi@189.237.224.20)
15:03.58openbsdtai123I cannot make this completely off Unix of debian and modern devuan. I wont move to beowulf just to loose the pricing of loosing unix. Even less, ... is not there. Once we will have just no "su", "cp", .... no more "cat" ...
15:04.11nemosay, in debian, is there a way to cleanup the cache after a release upgrade?
15:04.30nemohm. say, something like "delete any archived version that is not currently installed"
15:04.35gordonDrogonapt clean
15:04.35openbsdtai123apt-get clean
15:04.38nemothanks
15:04.49nemoum wait
15:04.53openbsdtai123su - ; apt-get clean   or  sudo apt-get clean for newbies
15:04.53nemothat deleted everything doh
15:04.55nemooh well
15:05.07nemomoar bandwidth burned if I need to reinstall a package ☺
15:05.13openbsdtai123all is into var cache apt... directory.
15:05.26nemoopenbsdtai123: yeah, and I've rm'd it before. I was just trying for something more nuanced
15:05.31nemoonly deleting stuff from old versions
15:07.53*** join/#devuan IoFran2 (~Thunderbi@189.237.224.20)
15:08.11openbsdtai123Maybe there is some way someone...
15:08.14openbsdtai123someohow.
15:10.15gordonDrogonwell that's the first time I've ever been able to successfully use linux to suck stuff off my phone. it's just annoying that google use linux but don't actually support it on the desktop...
15:11.32openbsdtai123gordonDrogon: google support all nasty things for the users... they corrupt linux. they do it well ;) (+) people use it freely, without obliging them.
15:12.22openbsdtai123what about raspbian to phone?
15:12.49gordonDrogonsame issue as any linux to phone - you'll not get the drivers for the modem/dsp/gps/sensors/etc.
15:15.08gordonDrogonif you want a linux phone there is: https://www.pine64.org/pinephone/
15:15.49openbsdtai123Back to telephony with giant rpi phone : https://www.youtube.com/watch?v=R-2-wPX3G5M
15:16.08gordonDrogonI'd get one, but there are a few apps I need to run on a real android phone (businessy based, banking, etc.)
15:16.53openbsdtai123Get a Pandora with Linux, you can do anything with that.
15:17.08gordonDrogonwell sure - it's possible to bolt modems, audio, etc. to a Pi (or other ARM device), but you don't get the small scale or longer battery life of something designed for it.
15:21.42openbsdtai123the video is very cool. bit big cell phone ;9
15:25.26gordonDrogonvery big.
15:26.12openbsdtai123For sure, no way to miss it.
15:26.14gordonDrogonalthough arguably that can be done with an arduino which would help battery but you might not get such a pretty UI
15:26.41openbsdtai123the samsung cells can power th e rpi zero
15:48.07*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
16:12.47*** join/#devuan rsx (~rsx@ppp-188-174-130-224.dynamic.mnet-online.de)
16:14.50*** join/#devuan Kruppt (~Kirk_Krup@50-111-37-37.drhm.nc.frontiernet.net)
16:33.44*** join/#devuan climbingturtle (~climbingt@c83-248-135-84.bredband.comhem.se)
16:53.32*** join/#devuan IoFran (~Thunderbi@189.237.224.20)
17:04.58gnarfacehehe
17:05.06gnarfacenews on slashdot to day about the planet Ceres
17:05.17gnarfacei wonder if we'll get any spillover traffic
17:05.47golinuxlink?
17:06.51gnarfacehttps://science.slashdot.org/story/20/08/11/001234/planet-ceres-is-an-ocean-world-with-sea-water-beneath-surface-mission-finds
17:07.12gnarface"The dwarf planet Ceres -- long believed to be a barren space rock -- is an ocean world with reservoirs of sea water beneath its surface, the results of a major exploration mission showed on Monday."
17:07.27golinuxWhoa . . . maybe to -offtopic?
17:07.36gnarfacewell you asked for the link
17:07.43gnarfacethat's all i'll paste
17:07.54golinuxThanks for that.
17:08.40gnarfacei was just speculating people might start googling ceres and end up interested in devuan
17:09.52golinuxI know.  Interesting.  Something new for humans to plunder and destroy . .
17:18.14meep_____I doubt it
17:18.52meep_____Google & Co only link crappy bloated sites trying to sell you something
17:19.19meep_____Not homepages and noncommercial sites
17:22.41meep_____You'd have to use yacy
17:26.40fsmithredcalls for a beach day on ceres. (Bring a mask!)
17:27.34furrywolfgiven the lack of atmosphere, I suspect masks, of the spacesuit helmet variety, would be fairly important.  :)
17:40.14*** join/#devuan pekman (~pekman@unaffiliated/pekman)
17:41.00*** join/#devuan ranix (~ranix@li1045-115.members.linode.com)
17:41.41ranixhowdy all, I hate systemd and am considering using devuan for my mdraid fileserver. Anything I should be aware of before just jumping in
17:42.04ranixdebian user since '98
17:42.16*** join/#devuan fylgje (fylgje@gateway/vpn/protonvpn/fylgje)
17:44.11fsmithredranix, you will probably feel like you came home after being away for five years.
17:44.35ranixexcellent
17:44.41fsmithredif you're going to migrate your system from debian to devuan, please read the appropriate migration guide.
17:44.42gnarfaceranix: it works like debian wheezy, more or less
17:44.51fsmithredThere are always some tricky parts.
17:44.52ranixthis is a fresh install
17:44.57fsmithredcool
17:45.32*** join/#devuan tuxd3v (~tuxd3v@93.102.250.232.rev.optimus.pt)
17:46.07ranixI'll get on it as soon as memtest86 gives a clean bill of health
17:46.39fsmithredhave you used buster?
17:46.39tuxd3vranix, that could take a while :)
17:47.39tuxd3vranix, I believe I have a error also, related with bank 0, unfortunatly :(
17:48.07fsmithredbiab
17:51.41tuxd3vdoes any one knows a solution to get MCE error exceptions on the OS
17:51.43tuxd3v?
17:51.58tuxd3vI know that there are a mcelog program
17:52.11tuxd3vbut I can't find it in beowulf
17:52.37systemdletednsmasq dhcp -- I am having a hard time making it work.  dnsmasq dns works fine.  I see from lsof that dnsmasq is listening on port 53, and I've configured dnsmasq.conf to listen for dhcp by enabling the range variable.  Still, client cannot get a lease.
17:52.46tuxd3vafter some time, my machine freezes on youtube, for example
17:53.06systemdleteI even set up wireshark to listen for dhcp traffic, and I see the requests from the client
17:53.16systemdletethey are on the same subnet:  192.168.56.0/24
17:53.20tuxd3von reboot I get a MCE error related with bank 0, but its very brief I can't read it all, unfortunatly
17:53.45systemdleteit seems like dnsmasq is not really paying attention to dhcp requests
17:54.26systemdletenext step will be to strace dnsmasq and see if it is getting hits
17:54.32tuxd3vsystemdlete, I believe dhcp requests need to be inserted in the dns server..
17:54.46systemdlete"inserted?"
17:54.53tuxd3vyep
17:54.57systemdletewhat does that mean?
17:55.12tuxd3vat least with bind9
17:55.30systemdletewhat is the meaning of the word "inserted" here?
17:55.35systemdleteI'm not following that, sorry.
17:56.09tuxd3vinserted means inserted, by the dhcp server into the dns server
17:56.21systemdleteoh.  I see now.
17:56.37systemdletewell, dnsmasq is both a dns AND a dhcp server
17:56.46systemdleteso there is no additional work there
17:56.52systemdlete(but I see your point now)
17:56.53tuxd3vOr you can run a cronjob, into the localhost that updates the server with the machine record..
17:57.54tuxd3vusually its a good practice to update from localhost a entry in the dns server
17:58.11systemdleteI'm not using bind.
17:58.16systemdletejust dnsmasq
17:58.17meep_____» <ranix> howdy all, I hate systemd and am considering using devuan for my mdraid fileserver. Anything I should be aware of before just jumping in
17:58.17meep_____try using ZFS instead of dmraid
17:58.27tuxd3vI don't know about dnsmasq, sorry, maybe been it the 2 things .. maybe it does it automatically
17:58.37nemowhy does /usr/lib/libreoffice have 260MiB of files according to du -hs after apt remove libreoffice ?
17:58.41systemdleteit does do it automatically
17:59.00systemdletenemo:  apt purge?
17:59.33systemdletemaybe apt autoremove also, idk.  I'm not a devuan expert
17:59.48*** join/#devuan user282069 (~user@32.ip-51-91-79.eu)
18:01.04meep_____» [10:52:39] <tuxd3v> does any one knows a solution to get MCE error exceptions on the OS
18:01.04meep_____are MCE's hardware problems?
18:01.10meep_____Machine-check-error right?
18:01.37meep_____» [10:54:18] <tuxd3v> on reboot I get a MCE error related with bank 0, but its very brief I can't read it all, unfortunatly
18:01.37meep_____sounds like a problem with a ram stick?
18:01.48*** join/#devuan alexandros_c (~quassel@unaffiliated/alexandros-c/x-1684531)
18:02.06tuxd3vmeep_____, indeed it sounds
18:02.06*** join/#devuan alexandros_tab (~quassel@unaffiliated/alexandros-c/x-1684531)
18:02.27meep_____If you can't get the full error try reseating bank0
18:02.55systemdleteblow some canned air also maybe?
18:03.04meep_____Clean the contacts with isoprope. The faster these circuits get the more sensitive they get
18:03.30meep_____Modern ram sticks running with 4GHz+ clocks
18:03.57tuxd3vmeep_____, indeed you gave me a Idea, from cleaning it ;)
18:04.09tuxd3vfrom -> for
18:04.12meep_____Speaking of, are there any supercomputing arches designed with only ~30MHz interconnects?
18:04.21meep_____Not tiny home micros
18:04.28meep_____But something massively parallel
18:05.11meep_____I've seen arches based on 4 m68k cpus but that wasn't scalable beyond 4 cpus
18:05.15meep_____Luna88k
18:05.19meep_____From OMRON
18:06.29meep_____I ask because if the interconnects are sub 30MHz that's simple enough to be able to manufacture boards and components at home with blank PCBs, etching solvent, and a soldering gun
18:06.34tuxd3vmeep_____, my problem is worst than that, since they are ddr2 800Mhz... a very rare beast nowadays, for sticks bigger than 1GB..
18:07.08meep_____Oh lucky you with 800MHz ddr2. My older laptop is 666MHz ddr2
18:07.56*** join/#devuan Garb0 (~Garb0@unaffiliated/garb0)
18:07.58tuxd3vbut you have tons of ddr2 at 666Mhz( were the most produced ), ddr2 800Mhz is a very rare beast
18:08.41tuxd3vthe prices are very high, for this memories..
18:09.10tuxd3vand my Desktop Xeon, likes the 800Mhz version a lot :)
18:11.52nemosystemdlete: I did autoremove
18:11.56nemosystemdlete: lemme try purge
18:12.26nemosystemdlete: hm.  maybe something else depends on all those libs. checking
18:13.39nemosystemdlete: oh. weird. libreoffice-core is still installed
18:14.16systemdletedid you install that one separately?  maybe apt thinks you meant that to stay
18:14.31nemosystemdlete: naw. this was just a basic devuan guided install. all templated
18:14.47nemosystemdlete: I'm just tidying it up a little for a newly duped qemu image with some stuff I don't need
18:14.50systemdleteok, just checking.  I've run into a bit like that here and there
18:15.04nemoafter removing core /usr/lib/libreoffice still has 77MiB of stuff. heh
18:15.18systemdletemaybe config files?
18:15.28systemdletetry finding out who owns those files, if anyone
18:15.29nemorunning autoremove now
18:15.36nemoprobably just need cleanup again
18:15.47nemoheh. nope
18:15.52nemoalthough autoremove had this fun line
18:16.04nemo"/usr/lib/libreoffice not empty so not removed"
18:16.07tuxd3vnemo... if you have a file open, and you remove it, the space is not freed from the Filesystem until you reboot
18:16.09nemo76MiB of packages
18:16.20nemotuxd3v: whaaaaat
18:16.23nemotuxd3v: no!
18:16.28tuxd3vnemo, yup
18:16.34nemotuxd3v: I mean. the space is still there. and you have a file handle
18:16.35systemdletefind /usr/lib/libreoffice
18:16.38nemobut it won't sho up in du -hs
18:16.41nemo*show up
18:16.44nemowhich is what I'm running
18:17.02tuxd3vhas the filesystem always cound the open file descriptors to that file, and if it is bigger than zero, space is not released
18:17.03systemdletewhat's still there actually?
18:17.14nemotuxd3v: sure. I'm just saying. it won't show up in du -hs once you type rm
18:17.18nemoeven if I have it open
18:17.21nemoand that's trivially testable
18:17.50tuxd3vnemo, yes it will :)
18:18.07tuxd3vyou need to truncate those files or... reboot
18:18.43tuxd3vthe space of a file is released from the fylesystem once its nr of file descriptior open reaches zero
18:18.58nemo$ du -hs
18:18.58nemo6.4G.
18:19.03nemo$ rm foo
18:19.06nemo$ du -hs
18:19.06nemo19M.
18:19.10nemothis is with foo open in vim
18:19.16nemothe space is on disc
18:19.18nemoI can write to it
18:19.22nemobut it's no longer visible in the filesystem
18:19.26tuxd3vtill that moment, the space it ocupied and its true you can't see the files, but the filesystem has the space ocupied :)
18:19.28nemoit's just available through vim's open file handle
18:19.37nemotuxd3v: right... that was my point above about du -hs etc
18:19.51nemotuxd3v: otherwise what you're saying is true, but also totally irrelevant to what's going on here ☺
18:20.03tuxd3vbut 'du' shows the space ocupied
18:20.06nemo...
18:20.09nemoclearly not
18:20.15tuxd3vho yes
18:20.28nemojust tested. after rm, the file vanished from du
18:20.34nemobecause it's running standard file system operations
18:20.38nemotuxd3v: I think you are confusing df and du
18:20.39tuxd3vdoing a ls -l for example the files are not there, they don't show up
18:21.01nemoyes. ls and du work same way. df does not
18:21.03tuxd3vone simple trick..
18:21.25nemothus my simple test above that I pasted with du -hs (6.4 gigs) rm foo, du -hs, 19 megs
18:21.25tuxd3vif you do a du on a folder, and it shows its not empty
18:21.34nemoall while I had vim -b foo
18:21.44tuxd3vand you list the content of that folder and is nothing there...
18:21.55tuxd3vyou have unproperly removed files
18:22.11tuxd3vyou need to reboot, or simply truncate them..
18:22.13nemook. so again
18:22.34nemowhat does that have to do with du -hs of /usr/lib/libreoffice still showing 76MiB of files. which are real files, and unsurprisingly show up for find etc
18:22.45nemotuxd3v: what you're saying is true, but also irrelevant to this cleanup I'm doing ☺
18:23.21*** join/#devuan pekman (~pekman@unaffiliated/pekman)
18:23.38nemoah. uno-libs3 package
18:23.41nemoremoves that one too
18:24.33nemofinally. with that removed, no more /usr/lib/libreoffice
18:28.56systemdleteyou could have used find's output to ask apt who owned them... but it sounds like you have it solved now.
18:29.15nemosystemdlete: yeah, although I looked up how to do it on debian and said dpkg -S
18:29.26nemosystemdlete: or apt-file which I didn't have installed
18:31.13systemdletewell.  there you go!
18:31.18systemdletetil
18:31.26meep_____How can I configure Beowulf as to not spin up the disks when resuming from suspend power state?
18:31.31ranixtuxd3v: MCEs should log in /var/log/syslog
18:32.04ranixthere's mcelog(8)
18:34.17meep_____Whenever my computer resumes it spins up the CD-ROM tray
18:34.50meep_____It wastes a lot of power doing this and it's annoying having the computer vibrate when it opens
18:35.02gnarfacemeep_____: the cdrom hardware might do that automatically when it powers up
18:35.23gnarfacemeep_____: see if it's in /etc/fstab though
18:35.51meep_____It's in fstab, but with user,noauto
18:36.42gnarfacejust comment it out
18:36.45gnarfacesee if that helps
18:37.39gnarfacelike i said though i think that's something the physical drive's internal firmware is doing
18:37.54tuxd3v<ranix> there's mcelog(8), yeah but I don't know the package that contains it :(
18:38.26ranixapt-cache search mcelog
18:38.31ranixcollectd-core?
18:38.35*** join/#devuan brocashelm (~brocashel@107.181.166.214)
18:38.38*** join/#devuan brocashelm (~brocashel@unaffiliated/brocashelm)
18:38.39ranixthat was from a debian system though
18:41.06*** join/#devuan IoFran (~Thunderbi@189.237.224.20)
18:50.22tuxd3vhttps://paste.debian.net/1160060/
18:50.35*** join/#devuan pekman (~pekman@unaffiliated/pekman)
18:50.41tuxd3vI believe this has to do with the Ram bank 0, :(
18:51.36gnarfaceseems like it's time to memetest it
18:51.40gnarfacememtest*
18:51.56gnarfaceif it comes up with no errors, enable the optional bit-fade test
18:52.02tuxd3vgnarface, yeah, I am afraid of it since it takes a lot of time to end :/
18:52.13ranixlol memetest
18:52.17gnarfacetuxd3v: it will probably take a good day or two, yes
18:53.01tuxd3vgnarface, the bit-fade is something available from the menu?
18:53.09tuxd3vI mean easy to discover :)
18:53.21gnarfacetuxd3v: yea there should be an optional tests menu somewhere in there with 2 or 3 tests that aren't in the default set
18:53.32gnarfacetuxd3v: (because they take MUCH longer)
18:53.53gnarfacetuxd3v: (but they're useful for tracking some of the harder to diagnose memory faults)
18:54.19tuxd3vgnarface, yeah I am afraid I will need to be without this pc for some time( doing memtest ) :/
18:54.35gnarfaceyea there's no way around it
18:54.54gnarfacewell, assuming the fast tests didn't show any faults, that is
18:55.18gnarfaceif you haven't tried though, it might be worth it to just test each bank individually with the fast test
18:55.21gnarfacefast tests
18:55.23gnarface*
18:56.37*** join/#devuan IoFran (~Thunderbi@189.237.224.20)
18:56.45tuxd3vgnarface, ranix thanks, I will be forced to do a memtest(no other option..)
18:58.16gnarfacetuxd3v: well, probably not, but this type of error could also be caused by temporary hardware failure due to overheating.  if it only happens under load, make sure you at least checked all your case fans first
18:58.43gnarfacetuxd3v: (though, that is the exact type of temporary failure that can cause a very similar looking permanent failure)
19:03.08*** join/#devuan IoFran2 (~Thunderbi@189.237.224.20)
19:08.32tuxd3vgnarface, thanks for that option, indeed it can be..
19:09.33tuxd3vBut I am a bit sceptical, because I compile several kernels, in this machine, and it heats up the 4 cpus..
19:10.55gnarfacewell a actual physical fault in the memory i would expect to also be excited by heat or a kernel build
19:11.02gnarfacebecause i would expect a kernel build to fill all the ram
19:11.08gnarfacei guess unless you have like, a really large amount of it
19:12.09*** join/#devuan pekman (~pekman@unaffiliated/pekman)
19:12.22tuxd3vyeah , I also think of that option, the kernel takes some because I am compiling with -jnr_cores in parallel
19:14.13tuxd3vmaybe the kernel is a more randomized thing, and the codecs for video, are something less random, and more frequently hit certain areas..maybe, don't know..
19:14.20*** join/#devuan strywgr (~db@unaffiliated/strywgr)
19:15.09meep_____Maybe your cpu is going something sneaky like SMT
19:15.13meep_____Presenting you fake cores
19:15.22gnarfacei guess i don't know.  i get these type of errors from the cpu cache though sometimes when the machine is overheating: https://paste.debian.net/1160062/
19:15.48gnarface(usually this is a sign i need to clean the dust out of my fans)
19:16.07meep_____gnarface: do you have ECC memory?
19:16.12gnarfaceno
19:16.15gnarfaceer
19:16.21gnarfaceactually the cpu cache may be ecc
19:16.25gnarfacebut the system ram is not
19:16.43*** join/#devuan pekman (~pekman@unaffiliated/pekman)
19:19.18*** join/#devuan IoFran2 (~Thunderbi@189.237.224.20)
19:21.02ranixinstalling the base system
19:22.06ranixtuxd3v: if you still have problems memtest86+ doesn't expose try SAT
19:22.14tuxd3vgnarface, yeah the caches have at least capabilities to detect parity errors
19:22.36ranixhttps://github.com/stressapptest/stressapptest
19:25.01tuxd3vI think wen I shutdown the system, I will cleanup the bank0 ram contacts, then experiment a bit with it, if it fails( which I believe is will), then no other option left :/ I will go to memtest fast-first, then using the gnarface proposed option to go deep inspecting..
19:26.06tuxd3vBut I don't rule out the heating problem... because I am running a Xeon CPU, with a normal coller :/ yeah,( at the time I haven't found a exact match)
19:26.14gnarfacetuxd3v: if you're not very unlucky, then any permanent damage will be isolated to just one ram bank and you can simply remove that one and run on half ram temporarily
19:26.57gnarfacetuxd3v: i've never had contact corrosion issues with ram banks but it's been a problem for the first 3 nintendos so i guess it's a theoretical problem
19:27.08tuxd3vgnarface, thanks a lot , its yet a deepr way to locate the problem for sure :)
19:27.13gnarfacetheoretical possibility* i mean
19:27.22*** join/#devuan IoFran (~Thunderbi@189.237.224.20)
19:32.11*** join/#devuan ShorTie (~Idiot@pool-173-50-17-150.slsbmd.east.verizon.net)
19:32.11*** join/#devuan ShorTie (~Idiot@unaffiliated/shortie)
19:34.43*** join/#devuan klaus (~klaus@lfbn-mar-1-506-69.w90-73.abo.wanadoo.fr)
19:35.27malade_mentalopenbsdtai123: (bio du jardin!)
19:42.04meep_____How much dedotated wam do I need for serva?
19:42.48meep_____gnarface: MCEs could also just mean your CPU or chipset is worn out
19:43.10meep_____A decade of being plugged directly into the wall without any line conditioner
19:44.02meep_____My workstation from 2006 kept popping up those errors with more frequency in it's last two years of service
19:44.04gnarfaceMetaYan: yea, a distinct possibility, but these ones do seem to coincide with high heat
19:44.08gnarfacemeep_____: ^this was for you
19:44.09openbsdtai123malade_mental: du jardin. Ca pousse en ce moment? pas d'eau
19:44.17gnarfaceMetaYan: (ignore me, sorry, tab-completion error)
19:45.01meep_____Until one day the text on the screen was just replaced with random gibberish, sometimes weird distortions on analog VGA-out
19:45.18meep_____Even when using known-good ram and reseating the cpu
19:45.21gnarfacemeep_____: that's usually a symptom of *video* ram failure
19:45.39gnarfacemeep_____: (i see this happen almost like clockwork to unmodified nvidia laptops)
19:45.43meep_____And then 2 days later the system would just never complete a post
19:45.53tuxd3vthinks that his CPU is properly working, and crossing fingers..because he loves his Xeon for kernel compilations..
19:46.32gnarfacetuxd3v: your error specifically referenced bank 0 though, which i assume refers to motherboard ram bank 0
19:46.41meep_____However I really can't complain. Over a decade of service to a single set of parts, not upgrades except for more ram and a second hard drive and good cleanings over the years
19:47.18meep_____Oh, and added USB3 pcie expansion card
19:47.54meep_____gnarface: what was for me?
19:48.07gnarfacemeep_____: "yea, a distinct possibility, but these ones do seem to coincide with high heat"
19:48.21meep_____Oh i'm not the one with MCEs
19:48.25meep_____I'm just helping
19:48.30tuxd3vgnarface, yeah, I also thinks that, also I found a kernel bug, with the kernel being tainted when he tried to access a page...its for sure a memory region in bank 0 Ram sticks
19:49.32gnarfacetuxd3v: i think that there is a kernel feature you can use to pass dead system ram blocks to the memory mapper at boot time through the kernel command-line
19:50.03gnarfacetuxd3v: if you have dead blocks of ram but it's not many and it's not the video ram, you can probably retain use of the rest of it
19:50.56gnarfacetuxd3v: i don't know exactly how to compile that list though, i don't know of a ram equivalent of "badblocks" unless memtest86+ can be run from userspace
19:51.04*** join/#devuan IoFran (~Thunderbi@189.237.224.20)
19:53.24tuxd3vgnarface, I believe that option exists yes, I will try to find it, if memtest detects the region, and now that you spoke about video memory, indeed the system reserves some megabytes for the graphics, maybe, maybe its that region, because when I experience the problem is when on youtube, its ramdon in time , some time after 1 hour sometime after 10 minutes
19:53.39*** join/#devuan bpmedley (~bpm@2601:246:8201:8e0:8dfc:4226:b27d:5d00)
19:55.13tuxd3vwhat should be the package for memtest{ memtest86 | memtest86+ }?
19:55.20tuxd3vI believe memtest86+ :)
19:56.04tuxd3vI will run the fast version now :)
19:56.10gnarfacetuxd3v: yea i'm not sure.  i think "86+" is the newer one
19:56.21tuxd3vgnarface, thanks
19:57.23tuxd3vI hope it should take some hours at least to complete, I only have 4 GB( 2x2GB ), but still it will have to iterate for each adress to test :)
19:58.03nemo32 gigs here ☺
19:58.19gnarfacetuxd3v: probably in the neighborhood of 5-10 hours for the base default test sets, maybe 1-2 days for the extended tests though
19:58.49gnarfacewoops, i was too slow
19:59.33gnarfacei remember it would finish in a few hours for the first 8 tests, then there were 2 extended tests that took 3x as long as the entire rest of the set together
19:59.59gnarfacebut those were the tests that sometimes showed the more rare errors
20:00.49gnarfaceit was more useful back in the early Athlon days when ram tolerances could be as problematic as hardware failure
20:01.58*** join/#devuan IoFran (~Thunderbi@189.237.224.20)
20:07.36meep_____» [12:50:31] <gnarface> tuxd3v: i think that there is a kernel feature you can use to pass dead system ram blocks to the memory mapper at boot time through the kernel command-line
20:07.36meep_____»
20:07.36meep_____not really. There's an option to disable all ram past a location
20:07.47meep_____But disable specific bits
20:08.14gnarfaceoh, i could have sworn there was a way to pass a bad block list, but the problem was there's not much room in the max byte length of the kernel command-line
20:11.41gnarfacei just remember looking into it to try to get a nvidia card with partially burned-out ram limping along again for a few more years and found out it was only for system ram
20:38.36*** join/#devuan onefang (~onefang@infinitegrid.org)
20:38.36*** join/#devuan onefang (~onefang@devuan/developer/onefang)
20:57.27meep_____No
20:57.36meep_____Not badblocks for kernel memory
20:57.43meep_____Badblack is for storage
20:58.25meep_____You can only disable all memory past a specified address. Which won't help you if your bad ram appears in low memory
20:58.37ranixit's possible to make a badblocks map for memory
20:58.38meep_____Or spread out all over
20:58.57meep_____ranix: howso then?
20:59.01meep_____Also, is that new?
20:59.02ranixit's not yet done afaik
20:59.15ranixwell not that new but the project I'm aware of was terminated
20:59.20ranixit was working but unreleased
21:00.08meep_____I guess all the people smart enough to program the kernel can afford to buy working ram sticks if theirs goes bad
21:00.20ranixa certain company that will remain unnamed thought it was more expensive to reboot all their machines to apply a kernel patch than it was to replace bad ram
21:01.20meep_____ranix: I don't think that's a bad decision to make
21:01.38ranixI think it was a bad decision to make but it wasn't necessarily completely retarded
21:02.13meep_____Firstly running high-uptime servers without ECC is... Well I just think that everybody should be running ECC and it's pretty stupid of the hardware industry to make such a simple and cheap reliability factor so much needlessly more expensive
21:02.25ranixecc ram still fails
21:02.31ranixrow and column and chip failures
21:02.50ranixthose dimms don't really need to be replaced if you blacklist the affected memory regions in a kernel badblocks page
21:02.52meep_____And secondly one some blocks in your ram starts going bad, more blocks usually start going bad exponentially
21:02.53*** join/#devuan silentjet (~jet@staticline-31-182-193-145.toya.net.pl)
21:03.04ranixnot really
21:03.18ranixit's pretty common to have a row failure that doesn't affect the rest of the chip
21:03.26ranixor a chip failure that's isolated to one chip on the dimm
21:03.44ranixit's not fatal if it's not the one dedicated to checksums
21:03.58meep_____It's possible yes, but usually the chips on a stick are part of the same batch
21:04.06meep_____Meaning they are going to fail at similar times
21:04.25ranixthat's not what I believe observed
21:04.31ranixI*
21:04.36ranixbut I don't have proof anymore
21:04.41ranixI did at one time
21:04.42meep_____Maybe you had a different experience
21:04.51meep_____I only buy memmory
21:05.04meep_____I only buy memory from Samsung and Corsair
21:05.26meep_____Because those are the only vendors I trust to not skimp out of DRAM manufacture process
21:05.39ranixidk if my dimms were even manufactured outside the company
21:05.49ranixwe might have just sourced components
21:05.55meep_____I used to buy ram from all over
21:06.21meep_____I've got an old ddr2 stick from a company that had a part in the manufacture of commodore products
21:06.32ranixcool
21:06.35ranixI still have a commodore
21:06.38ranixand an atari st
21:09.59meep_____Ha
21:10.08meep_____Memory used to come from all over
21:10.25meep_____I've got here a ram stick made by ProMOS technologies in Malaysia
21:10.55meep_____And DDR1 ramstick here made by AMD with a big MADE IN USA on the back
21:11.08meep_____Didn't know AMD used to make DRAM chips
21:11.20meep_____"Rev0"
21:11.33meep_____(C) 1993
21:13.17meep_____http://datasheet.octopart.com/AM29F016B-150EC-AMD-datasheet-11784513.pdf
21:13.21meep_____The thing still works
21:14.42meep_____Actually wait
21:14.46meep_____I don't think this is ram
21:15.08meep_____It's just on a board designed to fit into a ram socket
21:16.03*** join/#devuan xrogaan (~xrogaan@unaffiliated/xrogaan)
21:16.18ranixamd did make ssds for awhile
21:16.54meep_____Well this looks like an SSD from 1993 designed to reuse DRAM connector sockets
21:19.32*** join/#devuan pekman (~pekman@unaffiliated/pekman)
21:24.06*** join/#devuan shibboleth (~shibbolet@gateway/tor-sasl/shibboleth)
21:48.13*** join/#devuan filipdevuan_ (~filip@cpc145856-warw18-2-0-cust934.3-2.cable.virginm.net)
21:58.30*** join/#devuan absinthe (~absinthe@unaffiliated/absinthe)
22:12.40*** join/#devuan tradar (~tradar@gateway/tor-sasl/tradar)
22:50.49*** join/#devuan hplar (~ralph@147.87.5.199)
22:52.07*** join/#devuan hplar (~ralph@147.87.5.199)
23:02.31*** join/#devuan Anasko (cb8119f7@Maemo/community/ex-council/Wikiwide)
23:23.08*** join/#devuan hplar (~ralph@147.87.5.199)
23:35.56*** join/#devuan fatalerrors (~fatalerro@91.224.149.180)

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