Ask HN: Anyone using proprietary Unix at work?
41–50 of 221 posts
Re: Ask HN: Anyone using proprietary Unix at work?
#42Re: Ask HN: Anyone using proprietary Unix at work?
#43Re: Ask HN: Anyone using proprietary Unix at work?
#44I used to work for Sherwin-Williams. The in-store computers run some custom *nix OS. The software that company runs on is a text based ui that hasn't changed since it was introduced in the 90s. They released a major update in 2020 that allowed you to move windows around the screen. It was groundbreaking. But let me tell you, this system was absolutely terrible. All the machines were full x86 desktops with no hard dri…
It just seems that the actual software running on the OS, with the text UI, seems to be profoundly terrible in your case.
Re: Ask HN: Anyone using proprietary Unix at work?
#45Or so they thought. Now it looks like most of the engineers moved on to the slate green pastures of Wintel, but occasionally an old format or workflow tends to pop up. I know of some software still being updated for those old V4 machines 5 years ago, but I've been out of the loop since.
Same software is used in aerospace, too. Where you're not switching to totally new models as fast, so I wonder how legacy-laden their software infrastructure is. "Who here knows both French and early 00 SGI admin?"
Re: Ask HN: Anyone using proprietary Unix at work?
#46Earlier quoted context omitted.
Can you actually recompile your kernel on Mac? And its functional? I'll bet this isn't even the source code Apple uses, but rather they have a private fork with extra patches (similar to how Microsoft publishes OSS VS Code, but then uses their own proprietary version for releases).
You can, or at least could 5 years ago or so (and I bet you still could now). However, it involved finding some random blog post on how to do it, and then even once I got it up and running there were some issues like the fans being pegged at 100%. Still, it was mostly functional.
Re: Ask HN: Anyone using proprietary Unix at work?
#47The last "proprietary Unix" I worked with was AIX, way back in 2006. And that was only because their primary customer was an AIX shop. The code itself would actually run on Linux. Previous to that (late 90's, early 2000's) it was mainly Solaris. One place was fairly heterogeneous, and had Solaris, HP-UX, Digital Unix (aka OSF/1, Tru64), and a couple others.
Re: Ask HN: Anyone using proprietary Unix at work?
#48Anyone running VMS? RSTS/E ? Or on rare hardware, OS-32 on a PE 8/32, or MPX on any SEL 32 family? MPE on Harris ?
Re: Ask HN: Anyone using proprietary Unix at work?
#49Yup. SCO OpenServer 5.0.something, for some partner's accounting department. Neither the OS nor the application software have been updated since the late 1990s, but if it works, it works, I guess... (to be honest: the application software is only used to run reports in response to requests from the legal department, but apparently still can't be shut down -- I ask once a year, next upcoming 'query date' in my agenda…
> Access is the biggest issue, as the OS only supports telnet, and serial access. OpenSSH works on it. This page has links to precompiled packages: https://scosales.com/knowledge-base/how-to-install-ssh-for-s... links: ftp://ftp2.sco.com/pub/skunkware/osr5/vols/openssh-3.4p1-VOLS.tar ftp://ftp2.sco.com/pub/skunkware/osr5/vols/prngd-0.9.23-VOLS.tar ftp://ftp2.sco.com/pub/skunkware/osr5/vols/zlib-1.1.4-VOLS.tar Probabl…