Why Does BASH on Mac OSX Rarely Save to History
-
@s.hackleman said:
If it is crashing that often you may have something else wrong. I haven't had mine crash in months, but I have a mac pro server that isn't waking up from sleep with out being unplugged for 10 seconds. It only happens about once every other week. Called Apple, they did a online log dump, couldn't find anything but kept putting pressure on them. They agreed to let me bring it into a Apple store for more diagnostics and have told me if they can't figure it out, they will replace it for free.
Sadly, no Apple Stores in this country, any bordering country, any bordering country to those, or to their bordering countries. I think my nearest store is like six countries away
Apple support is a bit lacking outside of the US and the richest European countries.
-
@s.hackleman said:
The plus side is Apple stands behind their hardware and their OS so as long as you are still under warrantee, they will cover both.
That's not my experience with them supporting clients. I've been escalated to Apple engineering for issues and had them be like "yeah, nothing we can do, this doesn't really work." And they just gave up.
-
@scottalanmiller said:
@s.hackleman said:
The plus side is Apple stands behind their hardware and their OS so as long as you are still under warrantee, they will cover both.
That's not my experience with them supporting clients. I've been escalated to Apple engineering for issues and had them be like "yeah, nothing we can do, this doesn't really work." And they just gave up.
They should know, they're Geniuses.
-
Ha ha. No Geniuses is the name for the L0 techs. This was actually engineering in Cupertino.
-
@scottalanmiller said:
Ha ha. No Geniuses is the name for the L0 techs. This was actually engineering in Cupertino.
Ha I was just kidding. How did you get through to engineering? That's kind of amazing in itself.
-
@johnhooks said:
@scottalanmiller said:
Ha ha. No Geniuses is the name for the L0 techs. This was actually engineering in Cupertino.
Ha I was just kidding. How did you get through to engineering? That's kind of amazing in itself.
There is a way, can't remember how you do it but it wasn't hard. There is an escalation path for business customers running the server OS to get there pretty easily when needed. Unfortunately, engineering had no power to fix the issues and just admitted that they had released the product hoping no one would use what we were using and that it wasn't working and they had no way to fix it and would be removing it in the future.
Total fail.
-
Well i'm sitting in a little tea shop in Arkansas right now waiting on the Apple crew across the street to work on my server. I was complaining about having to drive 70 miles, that kind of puts a different perspective on things.
-
Pardon my ignorance, what's the advantage to a Mac server?
-
@johnhooks said:
Pardon my ignorance, what's the advantage to a Mac server?
The big one is SMB support with Mac specific metadata. There is a well known bug in Finder and the only way to work around it effectively is to use a Mac as a NAS head. It's horrible and yet another point where "Apple has known about the bug for years but doesn't provide support for it." Probably because the work around is to spend extra money are a horrible Mac file server.
But yet again, very bad support as the core.
-
I should say, I have gotten great support for my iPhone. But never for a Mac, and I've needed about the same amount of support for both.
-
Actually, only some of the support for my iPhone was good. A few years ago when I first tried to use the Apple Store they were truly terrible. But last year, they were really good. Not consistent, I guess, is an issue.
-
@johnhooks said:
Pardon my ignorance, what's the advantage to a Mac server?
Deploying in house Mac applications and using Mac MDM. I say "Server" but it is just a high end Mac Pro.
-
Are you running the Mac OSX Server OS?
-
@scottalanmiller I'm running Mac OSX with the Server application installed.
-
Server application? I am not familiar. There used to be a separate server OS. Does the Server App turn the regular OSX into the Server OSX?
-
@scottalanmiller Pretty much.
-
I have never had a problem with the history not recording commands in bash on OS X and that's going to back to least 10.4. What does bash --version reveal? Mine reveals
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin14)
Copyright (C) 2007 Free Software Foundation, Inc.What if you try bash from homebrew? It's a newer build.
As to the Mac crashing (should be this its own thread?), how is it crashing, a kernel panic? Spinning ball? Does the system.log say anything? If you have DiskWarrior, you can run that to check the filesystem. Odd things things can happen when HFS+ corrupts, which does happen from time to time, but I don't trust the builtin fsck to fix it.
-
BASH version...
bash --version GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin14) Copyright (C) 2007 Free Software Foundation, Inc.