--- Log opened Fri Apr 03 00:00:44 2020 05:19 -!- rpifan [~rpifan@p200300D267146470B1FD89427356284E.dip0.t-ipconnect.de] has joined #se2600 06:30 -!- rpifan [~rpifan@p200300D267146470B1FD89427356284E.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 07:03 <@Dolemite> mr0ning, be0tches and h0ez! 07:04 * aestetix hugs Dolemite 07:22 <@dc0de> https://www.tshirthell.com/forms/ideas_submission They're looking for things that can be printed on a N95 Mask... 07:22 < PigBot> T-Shirt Hell : $$ FOR YOUR IDEA! (at www.tshirthell.com) http://tinyurl.com/wc6erap 07:45 <@Evilpig> anyone found a good replacement for darksky / arcus yet? 07:46 <@Evilpig> arcus had the best widget, imo and several of these replacements just don't hold a candle 08:05 -!- rpifan [~rpifan@p200300D26711D344462F01FC532746BA.dip0.t-ipconnect.de] has joined #se2600 08:13 <@dc0de> Is someone here a super dooper linux centos guru? 08:18 <@e--> yea 08:34 <@dc0de> e-- can you compile the "patch" command for this uname? 3.10.51-1.el6.elrepo.x86_64 #1 SMP Fri Aug 1 13:14:11 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux 08:34 <@dc0de> it's a "custom appliance" and it's missing the patch command... is that something I can add as a manual binary? 08:35 <@Corydon76> dc0de: does it have "perl"? 08:35 <@dc0de> Yes /usr/bin/perl 08:35 <@Corydon76> A number of years ago, someone assembled all of the basic Unix commands written in nothing but basic Perl 08:35 <@dc0de> This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi 08:36 <@dc0de> Corydon76: finish that thought, I'm not exactly tracking... 08:36 <@dc0de> Where can I find them? 08:36 <@e--> you should be able to get the rpm and extract the patch binary 08:36 <@Corydon76> https://metacpan.org/pod/PerlPowerTools 08:36 < PigBot> PerlPowerTools - BSD utilities written in pure Perl - metacpan.org (at metacpan.org) http://tinyurl.com/pkgmay3 08:36 <@dc0de> Thanks! 08:36 <@dc0de> I'll give this a try! 08:36 <@e--> dc0de: what does cat /etc/redhat-release say 08:37 <@dc0de> CentOS release 6.5 (Final) 08:38 <@e--> dc0de: try this http://vault.centos.org/6.5/os/x86_64/Packages/patch-2.6-6.el6.x86_64.rpm 08:38 < PigBot> None (at vault.centos.org) http://tinyurl.com/umywcxt 08:39 <@e--> rpm2cpio patch-2.6-6.el6.x86_64.rpm | cpio -idmv 08:39 <@e--> you could also just install the rpm with: yum install patch-2.6-6.el6.x86_64.rpm 08:40 <@Corydon76> Or 'rpm -Uvh' 08:40 <@e--> no never use rpm 08:40 <@e--> it will break yum 08:40 <@Corydon76> If it's missing patch, it might be missing yum 08:41 <@e--> thats pretty much impossible 08:41 <@Corydon76> especially if he already failed with 'yum install patch' 08:41 <@dc0de> it has yumn. 08:44 <@Corydon76> dc0de: just to verify, 'yum install patch' failed, correct? 08:44 <@e--> you probably can't use yum because the 6.5 packages may only be in vault 08:45 <@dc0de> That worked, thank you very much!!! 08:45 <@Corydon76> What worked? 08:45 <@e--> lol 08:45 <@e--> yea what worked 08:53 -!- K`Tetch_ [~no@47.39.211.239] has joined #se2600 08:53 -!- K`Tetch_ [~no@47.39.211.239] has quit [Changing host] 08:53 -!- K`Tetch_ [~no@unaffiliated/ktetch] has joined #se2600 08:56 -!- K`Tetch [~no@unaffiliated/ktetch] has quit [Ping timeout: 256 seconds] 09:05 <@dc0de> rpm2cpio patch-2.6-6.el6.x86_64.rpm | cpio -idmv <<<==== worked 09:06 <@e--> ah cool 09:06 <@e--> you probably could have used yum 09:06 <@e--> unless the fs is readonly or something 09:19 <@Mirage> dc0de: for future reference.. `yum provides */` should tell you what packages (if any) provide the specified file name. Then you just install the correct package `yum install ` 09:36 -!- K`Tetch [~no@47.39.211.239] has joined #se2600 09:36 -!- K`Tetch [~no@47.39.211.239] has quit [Changing host] 09:36 -!- K`Tetch [~no@unaffiliated/ktetch] has joined #se2600 09:39 -!- K`Tetch_ [~no@unaffiliated/ktetch] has quit [Ping timeout: 240 seconds] 09:53 <@dc0de> sweet. 09:53 -!- rpifan [~rpifan@p200300D26711D344462F01FC532746BA.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 09:53 <@dc0de> I tried yum install , but it failed... 09:54 <@dc0de> So I tried rpm2cpio patch-2.6-6.el6.x86_64.rpm | cpio -idmv, and it worked perfectly. 09:57 -!- rpifan [~rpifan@p200300D26711D344462F01FC532746BA.dip0.t-ipconnect.de] has joined #se2600 09:57 <@Mirage> does `yum check-update` work or is it broken? With CentOS I've found that you frequently need to do `yum clean all` to fix yum being minorly insane and claiming none of the repos exist. 10:00 <@Mirage> also, the package name in the repo doesn't include the extension, so you should be able to do either the short name to get the latest available `yum install patch`, or a specific version such as `yum install patch-2.7.1-12.el7_7.x86_64` which is the one currently available for my CentOS 7 box. 10:06 <@Mirage> Why is the media so fixated on the unemployment rate? This situation is completely different than instances such as the great depression. Once all this crap is over [most] everything will be opening back up and [most] everyone currently laid off will be back to work, [presumably] in their old jobs unless they found something else during this time which they can stick with. 10:06 <@opticron> Mirage, I had that happen to me yesterday...also on centos7 10:09 <@Mirage> The message they're communicating to everyone is the exact opposite of what they should be reporting. Instead of "it's the end of the world..." they should be telling everyone to "do what you're told and ride it out as best as you can, everything should return to 'normal' pretty quickly once this has passed" 10:12 <@e--> nah we're all gonna die bro 10:12 <@Evilpig> read an interesting take on the TP shortages this morning. It was talking about the suppliers were split between business grade production and home use and with all the businesses being closed that usage is down and the manufacturing side just isn't tuned for the home level products to be produced fast enough to meet the demand of everyone pooping on their own time now 10:13 <@Evilpig> https://marker-medium-com.cdn.ampproject.org/v/s/marker.medium.com/amp/p/c812e1358fe0?usqp=mq331AQFKAGwASA%3D&_js_v=0.1#referrer=https%3A%2F%2Fwww.google.com&_tf=From%20%251%24s&share=https%3A%2F%2Fmarker.medium.com%2Fwhat-everyones-getting-wrong-about-the-toilet-paper-shortage-c812e1358fe0 10:13 < PigBot> What Everyone’s Getting Wrong About the Toilet Paper Shortage (at marker-medium-com.cdn.ampproject.org) http://tinyurl.com/u2usn67 10:45 <@dc0de> I'm all about #THIN_THE_HERD. Less people == a better environment. 10:45 <@dc0de> "Do your part to heal Mother Nature: Spread Covid-19" 10:46 <@Evilpig> but that means i'd have to go out around people. hard pass. 10:46 -!- dc0de [~jim@198.46.153.211] has quit [Remote host closed the connection] 10:53 -!- dc0de [~jim@198.46.153.211] has joined #se2600 10:53 -!- mode/#se2600 [+o dc0de] by ChanServ 10:57 <@Mirage> Finally got new work phone. Samsung S10 5G. Talk about overkill... 6.7" screen, 240G storage, multiple cameras on front and back. 11:02 <@dc0de> Mirage: does it make coffee, fold clothes, or clean the house? 11:03 <@Mirage> Not by itself, but with Alexa...! 11:04 <@Mirage> (as if I'd ever buy any of that smart home shit) 11:04 <@dc0de> is that the name of your GF/Wife/ 11:04 <@Mirage> dc0de: no 11:04 <@dc0de> :D 11:04 <@Mirage> https://xkcd.com/149/ 11:04 < PigBot> xkcd: Sandwich (at xkcd.com) http://tinyurl.com/l2d9emv 11:05 <@dc0de> I'm impervious to sudo... 11:05 <@dc0de> make your own damned sandwich. 12:16 -!- rpifan [~rpifan@p200300D26711D344462F01FC532746BA.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 12:23 <@dc0de> This is an amazing read... apparently the Venezualan Navy took on a Cruise ship, and lost. 12:23 <@dc0de> https://www.popularmechanics.com/military/navy-ships/a32021287/venezuela-cruiser-cruise-ship-collide/ 12:23 < PigBot> Naval Patrol Boat Takes on Cruise Ship. Loses Real Bad. (at www.popularmechanics.com) http://tinyurl.com/wa8q8es 13:00 -!- northrup9 is now known as northrup 13:35 <@Evilpig> dc0de: I read that last night and had a good chuckle 13:49 <@dc0de> First batch of home made shine done... pear based.. 13:49 <@Mirage> you mean "hand sanitizer", right? =) 13:49 <@dc0de> cough, yes, that's it... hand sanitizer... 13:52 <@dc0de> I don't know the proof, but it's pretty hot. 13:52 <@dc0de> bubbles are gone in less than 1/2 sec 14:04 -!- rpifan [~rpifan@p200300D26711D344462F01FC532746BA.dip0.t-ipconnect.de] has joined #se2600 14:24 < xray> dc0de: Wow that is seriously embarrassing. The sailors will be getting jokes about that forever. 14:25 <@dc0de> Sailor 1: "remember that time we got sank by a cruise ship?" 14:25 <@dc0de> Sailor 2: "Don't you mean a cruise missile?" 14:25 <@dc0de> Salior 1: "Nope" 15:27 -!- rpifan_ [~rpifan@p200300D26711D39975FC80DDFFE8F852.dip0.t-ipconnect.de] has joined #se2600 15:30 -!- rpifan [~rpifan@p200300D26711D344462F01FC532746BA.dip0.t-ipconnect.de] has quit [Ping timeout: 260 seconds] 15:37 -!- dc0de [~jim@198.46.153.211] has quit [Ping timeout: 256 seconds] 16:20 <@Mirage> "Navy Capt. Crozier, fired for letter about coronavirus on USS Roosevelt..." 16:21 <@Mirage> No, he wasn't 'fired', he was relieved of command. There's a difference. 16:34 <@e--> yea that's been bugging me too 16:34 -!- dc0de [~jim@198.46.153.211] has joined #se2600 16:34 -!- mode/#se2600 [+o dc0de] by ChanServ 16:57 -!- rpifan_ is now known as rpifan 22:23 -!- rpifan [~rpifan@p200300D26711D39975FC80DDFFE8F852.dip0.t-ipconnect.de] has quit [Ping timeout: 260 seconds] --- Log closed Sat Apr 04 00:00:46 2020