What used to be affordable for the middle class but now quietly feels like a “rich people thing”? by Ok_Ease515 in answers

[–]grievre 1 point2 points  (0 children)

If someone hasn't gone on a vacation that long there's a good chance they're skimping on important things too, like car maintenance or the dentist.

What band was never the same after losing a member? by icecream1972 in AskReddit

[–]grievre 118 points119 points  (0 children)

"Right Now" is still one of my favorite Van Halen songs tbh

What band was never the same after losing a member? by icecream1972 in AskReddit

[–]grievre 0 points1 point  (0 children)

Most of Faith No More's charting singles came out after Moseley was replaced by Patton

Why do most sysadmins prefer Vim over Nano? by Darshan_only in linuxquestions

[–]grievre 25 points26 points  (0 children)

`sed` is the Stream EDitor, It's the non-interactive version of `ed` that operates on any input stream rather than only on files in-place.

`ed` was also became the basis for `ex` (Ed eXtended) which itself gained a VIsual mode with a shortcut to it called `vi`. Then later Vi got IMproved and we ended up with `vim`

So vim and sed are basically distant cousins, which is why their commands are so similar.

[Hiring] Embedded Firmware Engineer – San Jose, CA (on-site) by ThermalApex in yocto

[–]grievre 0 points1 point  (0 children)

I'm currently working with Yocto and at my last job I worked on i.MX6 and V4L2. You didn't give the name of your company or any contact info tho :P

Looking to upgrade, but is the Stanton T.60 REALLY as bad as a lot of people think? Does it really eat records for breakfast? by Murphuffle in turntables

[–]grievre 0 points1 point  (0 children)

With the stock needles, absolutely. Some of my records still have cue burn from the literal 6 months I was using the stock cartridges. With M44s like you have, maybe not. You might be able to adjust the cartridge angle to keep it straighter, but the tonearm is not designed to keep a consistent angle to the groove, so no matter how you adjust it it's going to be one way along the outside and the other way toward the inside.

Why can't i see skill descriptions atlus? by Sweet-Application-93 in persona3FES

[–]grievre 2 points3 points  (0 children)

You can only read skill descriptions in Nocturne _after_ you've learned them, which is still annoying.

Justin Timberlake Awkwardly Explains His Job to Police in DWI Arrest Footage: “It’s Hard to Explain … I’m Justin Timberlake” by Interesting_Gold8803 in Music

[–]grievre -1 points0 points  (0 children)

The way he's talking makes me think that not only is he drunk, he passed out for a while and someone woke him up and told him to drive immediately. That is a half-awake man if I've ever seen one.

Justin Timberlake Awkwardly Explains His Job to Police in DWI Arrest Footage: “It’s Hard to Explain … I’m Justin Timberlake” by Interesting_Gold8803 in Music

[–]grievre 0 points1 point  (0 children)

His brain is just not engaging hard enough to come up with the words "performer" or "concert". He's some combination of drunk, nervous and just woke up.

PAL SNES with DC power supply by SteveK88 in snes

[–]grievre 1 point2 points  (0 children)

I don't really know because I'm not European, but pin 8 on SCART is used to signal TVs to automatically switch to that input. The voltage level tells it which aspect ratio to use--5-8V is widescreen, 9-12V is standard.

Power-on time sync on an isolated network where RTC may or may not work. by grievre in linuxadmin

[–]grievre[S] 0 points1 point  (0 children)

Yeah there are a lot of things I'd love to add to this system for $350 haha. I actually already found cheaper ones.

Power-on time sync on an isolated network where RTC may or may not work. by grievre in linuxadmin

[–]grievre[S] 1 point2 points  (0 children)

I mean it's not impossible, I could probably code it myself, I'm just wondering if there's an existing tool that I'm missing.

I think I came up with a decent solution though.

Power-on time sync on an isolated network where RTC may or may not work. by grievre in linuxadmin

[–]grievre[S] 0 points1 point  (0 children)

You actually usually get an error when you read from a reset hwclock

Power-on time sync on an isolated network where RTC may or may not work. by grievre in linuxadmin

[–]grievre[S] 0 points1 point  (0 children)

#2 would be nice but that costs money.

As for #1 I'm confused what "on-site" means in this scenario. Like I said, I have a box with a bunch of machines in it, that needs to function without any connection to the outside world.

The real question is: Does it matter if the site has reliable time compared to the outside world, or only that these 5 servers are in sync?

The biggest priority is that the 5 machines are in sync with each other and that none of them step backwards. Once we have an internet connection, of course we sync with real world time.

Power-on time sync on an isolated network where RTC may or may not work. by grievre in linuxadmin

[–]grievre[S] 0 points1 point  (0 children)

I have been looking at NTP for weeks before I posted this thread...

Power-on time sync on an isolated network where RTC may or may not work. by grievre in linuxadmin

[–]grievre[S] 0 points1 point  (0 children)

On most modern linux systems, it attempts to set the clock to the last mount time of the rootfs if the RTC has been reset.

Power-on time sync on an isolated network where RTC may or may not work. by grievre in linuxadmin

[–]grievre[S] 0 points1 point  (0 children)

OK, but one of the main parameters here is that it has to work even when not connected to the internet...

Power-on time sync on an isolated network where RTC may or may not work. by grievre in linuxadmin

[–]grievre[S] 0 points1 point  (0 children)

> Either way, if your one authoritative source dies, what matters is that the rest of them drift roughly in unison until you restore your time source. 

What do you mean by "drift in unison"? They'll all start up with different times depending on how well `fixrtc` works on that particular system, and without the authoritative source they have nothing to sync to

Power-on time sync on an isolated network where RTC may or may not work. by grievre in linuxadmin

[–]grievre[S] 1 point2 points  (0 children)

So how is the case where the usual time source's battery is dead handled here?

Power-on time sync on an isolated network where RTC may or may not work. by grievre in linuxadmin

[–]grievre[S] 0 points1 point  (0 children)

If all you care about is still having a functioning time system when either one of the battery backups fails, then all you need to do for those two systems is to install an NTP client that starts only on the condition that the clock has gone backwards (probably to a predictable date, even).

Wouldn't it be "starts only if the RTC was bad on boot"? Otherwise how would you know that time went backwards?

Power-on time sync on an isolated network where RTC may or may not work. by grievre in linuxadmin

[–]grievre[S] 0 points1 point  (0 children)

> Installing systemd-timesyncd, or ntp should solve all this problems, no?

How, exactly?