Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Workstations ? (Score 2) 113

Yes, almost surely IBM won't alow AIX to run on those boards.
Linux can run on any old x86 cheapie - there's nothing useful to do with a Power 8 CPU running Linux:

- Are you able to learn something that can be applied to big-iron Enterprise IBM hardare ? No.
- Are you able to run any 3rd party commercial software on that Power8 Linux box ? No - most 3rd party Linux commercial software only provides x86 binaries. Sometimes ARM.
- Are you able to do the exactly same Linuxy things with a cheaper x86 machine ? Yes.

Yes, it's a new and exciting CPU, some hobyists will buy this - but for most of them, after a couple of months, the Tyan power 8 machine will remain unused or will be downgraded to a "seldom used server in the corner" as it's less usefull than a Raspberry Pi.

Comment Workstations ? (Score 5, Insightful) 113

Latest Power workstation had Power 5 CPUs. The should make a new workstation.

No workstations => No small computer labs => Weak interest for the OS/Hardware from sudents & hobyists => Future decline of sales in servers.

Look at HP & all the other commercial Unix vendors - decline in server sales is almost directly related with workstation unavailability in the past ~5 years.

Comment Re:Storm in a teacup (Score 1) 76

Well ...
As long as you can push a SIM-App to that Phone's SIM card, that program can periodically send updates with the current location (Network ID, Cell ID, power) to another network-connected device without the owner ever knowing. It's invisible even to the phone OS, as everything happens inside the SIM and radio module)

And all newer SIM cards (all that have a SIM Application menu, 2001 or newer) can do this, and your network operator (or anyone having the proper network access) can push something OTA to your SIM. You will just see your phone losing it's mobile network for a couple of seconds and reconnecting - that was the SIM's CPU rebooting with the updated firmware.

Comment Re:My opinion on the matter. (Score 4, Informative) 826

Systemd's strenghts are:
- Fast startup & shutdown (compared to sysVinit);
- Better on-demand loading and stopping services and processes and changing network settings.

Compared with all the problem it brings:

- That is useful on a tablet or phone - where you never have to modify the factory configuration;
- A bit useful on a laptop - if you only use GUI tools that can do a limited ammount of config editing for you;
- Not very usefullon a desktop - unless you are prepared to get your hands dirty with systemD's smelly and poorly-documented guts;
- Useless on a server - where you only reboot 4 times a year or so and never have to hot-plug anything or change wireless networks.

For a server situation, the BSDrc style startup is even better than sysVinit.

Comment Re:Display server (Score 4, Insightful) 826

As long as xterm & the web browser are running on Wayland, nobody will complain.
X.org has became such a mess itself (compared to the old XFree86) so anything smaller, simpler, faster and 100% compatible is welcome.

OTOH systemD is not smaller, simpler and 100% compatible with the systemV init and BSD rc - so it requires everybody relearning a lot of concepts for scratch just to gain 4-5 seconds at boot time - unsually on a server that you reboot only a couple of times a year.

Comment Re:Storm in a teacup (Score 4, Informative) 76

Actually, that's part of the GSM protocol.

You can "ping" a device in th GSM network and that device will return a reply containing the current Cell ID and distance from the tower. And with some devices you can "ask" them to seek a different cell - and it will return that as the reply. The owner of the phone only sees the cell signal bar fluctuating.

Also over the course of a phone conversation, both devices will tell the other one the Cell ID at the beginning of the call and at every hand-over between cells.

Comment Re:Storm in a teacup (Score 4, Informative) 76

If you remember a little device from 2007 called iPhone - it introduced a "novel" idea: Let's find out where we are based on the nearby cell towers - we get a list of nearby cell towers and distance from them (can be computed: power & ping delay) and we ask a central data base where the tower location is and we triangulate based on that.

The Cell ID location databases are still active and public (and used for AGPS in the newer iPhones and other devices). And even if you cannot access it, by just driving around with a GPS-enabled device and some logging software you can build your own map.

And the cell locations are NOT changing frequently. It costs A LOT to have a tower in place: the only things that are changing once a tower is in place is the antennas (orientation and type/spread) and back-end network hardware (upgrades from 2G cards to 3G to 4G ...)

Comment ... or outsourced to Eastern Europe (Score 2) 166

My dad almost lost both of his legs because his doctor insisted that his condition is so severe that he needs experimental medication. The 1st round of medication did nothing to make him better. After he started the 2nd round of medications i got hold of the paperwork that he fscking doctor had my dad to sign. She was doing experiments on him on behalf of a US company and had my dad fooled that it's the only way. So after years of my dad lining in excruciating pain i dragged him to another doctor, at another hospital, who applied a standard medical procedure and he was fixed in 2 months.

The murderous doctor (while my dad was in the hospital, there were at least 2 other patients on experimental medication who died) was sporting a nice new BMW high-end car when i got my dad out of there. Way more expensive that she could have afforded from her salary + standard bribes extorted from the patients.

Comment Simmilar experiences ... (Score 4, Insightful) 265

A friend of mine lost his job over a simmilar "automation" task on windows.

Upgrade script was tested on lab environement who was supposed to be exactly like production (but it turns out it wasn't - someone tested something before without telling anyone and did not reverted). Upgrade script was scheduled to be run on production during the night.

Result - \windows\system32 dir deleted from all the "upgraded" machines. Hundreds of them.

On the Linux side i personally had RedHat doing some "small" changes on the storage side and PowerPath getting disabled at next boot after patching. Unfortunate event, since all Volume Groups were using /dev/emcpower devices. Or RedHat doing some "small" changes in the clustering software from one month to the other. No budget for test clusters. Production clusters refusing to mount shared filesystems after patching. Thankfuly on both cases the admins were up & online at 1AM when the patching started and we were able to fix everything in time.

Then you can have glitchy hardware/software deciding not to come back up after reboot. RHEL GFS clusters are known to randomly hang/crash at reboot. HP Blades have sometimes to be physically removed & reinserted to boot.

Get the business side to tell you how much is going to cost the company for the downtime until:
- Monitoring software detects that something is wrong;
- Alert reaches sleeping admin;
- Admin wakes up and is able to reach the servers.
Then see if you can risk it.

Slashdot Top Deals

Happiness is twin floppies.

Working...