Sep 30 2014
Rants
Rants, raves, and general complaining!
May 15 2013
Dyn SLA Update – or, How To Lose Friends and Alienate Customers
I today received an email from Dyn (previously DynDNS), stating:
Starting now, if you would like to maintain your free Dyn account, you must log into your account once a month. Failure to do so will result in expiration and loss of your hostname. Note that using an update client will no longer suffice for this monthly login.
(emphasis theirs)
Now, if this were a service which requires interaction then this would be an unfriendly but potentially fair way to weed-out inactive accounts. This isn’t one of those cases, though – I can happily go for months or even years where my only interaction with Dyn(DNS) is via auto-update clients. And this is the heart of the problem – many routers and embedded devices have built-in DynDNS clients, frequently with no option to switch to an alternative service. Possibly this is worth $25/year, possibly it isn’t. Personally, I’m not paying a penny to a company trying to hold its users to ransom like this. For my usage, there are a handful for hostnames in a Dyn(DNS) domain – and therefore these cannot to transferred to a different provider. I keep them going purely so that historic links will still work.
Jan 9 2009
“Red Wizard needs food, badly” *
This Christmas, I received a single video-gaming related item: Prince or Persia, on the Xbox 360. Actually, I can’t remember the last game I bought for the Wii… it may have been Super Smash Bros. Brawl. Why this (not so) sudden apathy for the saviour of the games console? Because after a dream start to a console which has stratospherically exceeded even their own expectations (and perhaps herein lie the seeds of the problem), Nintendo have failed to capitalise on their lead at almost every juncture.
Oct 3 2008
The scan saga…
… or why I vow never to build a PC ever again 🙁
Having last built a new desktop computer (I do have an ever expanding collection of MiniITX servers, but these don’t count 😉 ) in about 2003, I decided that it was high time to upgrade my 256Mb Athlon 1800+ desktop to something more recent: I was finding that I wasn’t updating my Gentoo Linux installation on the basis that I’d probably be replacing it in the near future, and I really wanted to play a few more interesting recent games such as Bioshock.
Jun 27 2008
Nintendo Star Points – expressly designed to annoy?
Time was, you bought a new Nintendo game and got a code with it, which you entered into a Nintendo website and got points in return. Never mind that anything worth buying with these points sold out immediately (the used to give away Gameboy Players for the GameCube, and certain NDS games) – people were generally happy. Or, at least, not gnashing their teeth in frustration.
Feb 1 2008
Nintendo Europe: Not evil, just irredeemably stupid?
There are several things which annoy me about Nintendo right now… amongst them the shameless price-gouging for Virtual Console games, the DRM which prevents you from backing up your saved games from your console to your SD card (what was the thinking behind this one??), the hopelessly slow SD write-speed when you do actually find something that you can copy, the inability to run copied data from the SD card, the lack of any form of online mass-storage support – I could go on.
However, right now, it is Nintendo Europe who are in my cross-hairs – and I’m left wondering exactly what they think they’re playing at.
Apr 16 2007
Vista design mis-features
Windows Vista? Microsoft Windows Vista? Microsoft Vista? What is this operating system’s name? In any case, it still has may niggly or broken features… I’ve noticed several strange behaviors of Vista since installing it to dual-boot on my MacBook Pro.
Mar 11 2007
Microsoft Muppetry… who’d’ve thought?
In an act of incredible muppetry, Microsoft have managed to deploy a download system that only works on Windows 🙁
Oct 11 2014
_xcsbuildd user preventing logout after running OS X Server
Having given OS X Server a trial-run, I suddenly found that I was encountering all manner of weird system issues:
Removing OS X Server (drag the application to trash and manually remove /Library/Preferences/com.apple.server* and /Library/Server) didn’t resolve the issue.
It turns out, though, that the problematic behaviour is due to tools which are a part of Xcode but which are invoked by OS X Server – and the fix is maddeningly simple:
To disable the Xcode Server components with:
sudo xcrun xcscontrol --shutdown # Stops Xcode Server
… in order to shutdown all of _xcsbuildd’s processes and prevent restart from being blocked.
However, if you don’t actually need Xcode Server, then running:
sudo xcrun xcscontrol --reset # Resets Xcode Server, removing all service data and stopping all services
… will totally remove all users, services, and system changes. Running this resolved all of the above problems. If only Apple had mentioned this before OS X Server enabled Xcode Server in the first place…
By Stuart • Rants, Technology, UNIX 5