Quicksearch |
Thursday, December 31. 2009Unconscious imitation?
Forgetting that the product named Internet Explorer is from a certain Redmond company, and thus has to promote other products and services of the same company, I typed in a search term straight into the address bar in an IE6 window.
I ended up on the search results page for what I typed on Bing, and noticed a link at the top right which read “Gebruik Bing om beslissingen te nemen” (“Make Bing your decision engine”). Curious about what a “decision engine” could do for me, I followed that link. The decisions weren't all that exciting — I could add Bing as a search engine, but actually it already was the default one; and I could set Bing as my homepage — not something that Microsoft already aimed for before, with live.com, and something which other search engines do as well if they have a chance. What struck me however, was the example bing.com screenshot used on the page — using a graphic of a puffin. Which, while not being some species of, could remotely pass for some sort of penguin. Would it really be coincidence that they'd use this image of all possibilities, or is this a wicked taste of humor from someone within Microsoft? Friday, December 4. 2009
You get what you pay for Posted by Filip Van Raemdonck
in computing at
22:03
Comments (5) Trackbacks (0) You get what you pay for
Past wednesday, a new Saturn electronics store opened it's doors right next to the railway station of Brugge (Bruges). To celebrate this, they had several real bargain deals, among which an Asus Eee PC 900 to be had for 129 EUR.
Thing is, the advert wasn't really clear which Eee 900 type it was, and it was contradictory even: the netbook was said to be equipped with the Atom N270, and at the same time the CPU clock speed supposedly was 900 MHz. The latter being the speed of the earlier models that had a Celeron Mobile CPU. So I called the store and asked for some explanation. The person on the other end of the line, a guy named Kevin, confirmed that it had indeed the Atom N270, yet at the same time ran at 900 MHz and not the usual 1600 MHz. Errrr…? “Well, this is a bargain deal, so that's why it's running at a slower speed. Sure, I know the N270 normally runs at 1600 MHz, only this netbook doesn't.” Yeah right. I was offered to have one netbook be put aside for me, because they were supposedly running nearly out of stock. Since you simply cannot find any netbook over here for under nearly twice it's price, I still considered it a good deal. Even if would be the old Celeron model. I was slightly tempted to ask if it would be possible to have one with Linux rather than the Windows XP version they offered, but as the answer was clear from the outset I refrained to do so. So after work I drove to the shop, picked it up, and returned home. As thursday evening is swimming evening, I only had time to briefly power it into the bios when I returned home. There I saw confirmed what I suspected, it was a Celeron Eee 900 and not a revision with the Atom. Saturn really should learn to educate their support staff better. Still, I'm not unhappy that I bought the netbook — it should provide sufficient speed for most things I have in mind to use it for. Now all I have to do is put a modern OS on it. Wednesday, October 28. 2009
Petitie voor behoud van privacy Posted by Filip Van Raemdonck
in world at
21:22
Comments (0) Trackbacks (0) Petitie voor behoud van privacy
For non-Dutch speaking readers: this is about a petition seeking to limit what information communication providers should retain in accordance to the EU Data Retention Directive.
It is only useful to sign this petition if you actually live in Belgium. Voor al wie enigszins met z'n privacy begaan is: gelieve hier de petitie tegen algemene bewaarplicht voor internetproviders te gaan tekenen. Monday, October 12. 2009Sunday, August 30. 2009363 days lead time
I would like to point out that my last article was in no way meant to be critical towards libvirt, rather on the contrary. I think it's an awesome technology the way it provides a common management platform for various virtualization solutions available on Linux and even other platforms.
For reference, expensive proprietary virtualization solutions don't necessarily fair better. I've in fact recently ran into a problem in a Vmware ESX / Virtual Center environment which, while rather different in manifestation, in the end was similar in nature: diverging state change in the environment and in configuration. The Vmware problem surfaced after kernel changes on Linux guests, where, after rebooting into the new kernel and running the vmware-config- tools script to rebuild the modules, nightly backups with help of the vcbmount utility would fail. The only cryptic error message was: Creating a quiesced snapshot failed because the (user-supplied) custom pre-freeze script in the virtual machine exited with a non-zero return code.It didn't help that there wasn't any "user-supplied pre-freeze script" to begin with. Searching for this error message returned lots of hits, several going at least one year back. However, aside from a few references to a documented Solaris guest issue, which was not applicable, none would actually provide any insight into what the problem might actually be. Unt il I found following post on the Vmware communities site, which pointed out that changes to the uuid.location weren't propagated properly to the vmx definition. For the time being, the best way to work around this (in Linux guests) is to add another reboot right after rebuilding the vmtools modules. Since you should be rebuilding But Vmware should provide a proper fix their stuff, really. I've got this strong feeling that the libvirt bug will be resolved in less time than a year... Thursday, August 27. 2009libvirt networking
Because of my personal virtualization project, I have been working with virsh/libvirt/kvm a lot over the last year.
Once you start to do more advanced networking manipulations with libvirt, there are a few gotcha's to be aware of though. The first issue is an actual bug: when you use 'virsh -c qemu:///system net-create' — with the mandatory xml definition provided as an argument, of course — the new virtual network is created just fine, but not saved out to disk into the /etc/libvirt/qemu/networks directory. As a result, other virsh net-* commands return strange errors when you try manipulating the new network. For example, the net-autostart command will complain with: libvir: QEMU error : internal error Failed to create symlink '(null)' to '(null)': Bad addressRealizing autostart is effectively configured by creating symlinks in the right place, I found that the symlink target did not exist when I saw this error. Searching for a fix I made a really trivial modification to the virtual network definition with 'virsh net-edit', adding a space into the temporary file, but this was enough to have the network definition actually written out to disk. The other thing to keep in mind is to modify the xml definition appropriately, if you use 'virsh net-dumpxml' from an existing virtual network for ease of configuration. There are at a minimum two more things to change besides the obvious changes of name and ip address range. First is the bridge name, which is obvious if you consider that libvirt creates a new bridge for each virtual network you define, to connect the network to. And it won't cause much problems if you forget this because virsh returns an error if you forget it. The other item is the network uuid, which can be simply removed; libvirt will generate a new one for you. It should be equally obvious that you can't have two virtual networks with the same uuid, however virsh won't complain about that — but it will start behaving unexpectedly with the net-* commands if you forget this. Luckily, undefining the interface which I newly added with a duplicate uuid has fixed any resulting issues for me — and I've only forgotten this once. Each of these issues may or may not be equally applicable to the virsh/libvirt/xen combination, but I haven't actually tested. That is for someone else find out and report back :) Monday, April 20. 2009The Sun has set
So in three weeks time, two once large Unix vendors are gone — SGI on april 1st, and now Sun. SGI as a Unix vendor had been dead for years anyway, but still.
Today's announcement also kind of finalizes the answer to my wonderings last year. Sun somehow seems to have managed to send off MySQL into limbo, and it remains yet to be seen if Oracle would have any imperative to bring it back. One thing I do find bothersome with the new situation is that at the moment I write this, the opensolaris.org website appears to be unreachable. Which might just be coincidence, but I do hope that neither Sun until the deal is finished or Oracle afterwards turn away from their current opensource backing positions. Friday, April 10. 2009
The Times They Are a-Changin' Posted by Filip Van Raemdonck
in software at
19:17
Comments (2) Trackback (1) The Times They Are a-Changin'
... And so is computing.
At the beginning of last year, I finally bought a replacement for all the old junk that I was using as computer substitutes; a quad-core (Q6600) system with 4 GiB of memory. For a couple of reasons, I set it up in a hurry, using software raid on two 160 GB harddisks, but last july I decided to redo it properly and at the same time consolidate as many as possible of the old systems I was using virtualization. Until that time, I had been using VMware for virtualization at home, to be able to run appliances or historical VMs I had sitting around. This time I would try to move over to an opensource solution, if any could fullfill my needs. Continue reading "The Times They Are a-Changin'" Thursday, April 2. 2009
Some like it hot — others just are Posted by Filip Van Raemdonck
in world at
19:46
Comments (0) Trackbacks (0) Some like it hot — others just are
This week brought some really nice weather. Too nice already for some people, it would seem.
While most people would likely enjoy a ride home on a sunny afternoon, for certain hotheaded ones the temperature appears to set their brains and blood boiling and remove the inhibitions for juvenile behaviour. Driving home I encountered a truck driver hanging out of his window having a heated argument with a car driver standing straight up through his sunroof. I couldn't hear what they were arguing about, as it happened a few cars before where I stood, but in the meantime they were blocking the two lane drive. I'd almost be surprised if it wasn't one or the other accusing his adversary of doing exactly that, blocking his trajectory. Luckily the scene didn't take too long and they drove on before others could join in on the argument. One pattern that I've observed so far in all incidents of traffic aggression that I witnessed, is that at least one of the parties was accompanied by a female passenger. I have to wonder if female company is in fact an influencing factor… Monday, August 18. 2008 |
about this blogThis weblog contains the ramblings of Filip Van Raemdonck. He is a male system administrator in his early thirties, happily married, and happens to be passionate about fast motorcycles and photography.
Syndicate This Blog |
Comments
Thu, 31.12.2009 14:15 CET
They had a fox the other day, too. Funny, indeed.
Thu, 31.12.2009 03:07 CET
A better example, from a genui ne Windows ad campaign, as I s aw personally at Heathrow late this year: http://blogs [...]
Sat, 12.12.2009 18:40 CET
and you are happy with the lap top? you don't want to resell ? :) can't find anything as cheap on kapaza or ebay [...]
Sat, 12.12.2009 18:18 CET
It came with the 5500mAh batte ry.
Sat, 12.12.2009 12:39 CET
this laptop was sold out in 2 days time now they sell a dua l core atom of packard bell fo r 285euro
Thu, 10.12.2009 21:08 CET
Which type of battery does it contain? 4400mah small6 5500 mah standard or 6600mah Big
Sat, 05.12.2009 16:57 CET
The Celeron is probably has be tter performance anyway, but w orse battery life. The Atom is really neutered. I'd [...]
Wed, 28.10.2009 20:41 CET
The lack of checking for a cla shing UUID/name when defining networks is a clear bug in lib virt. We wrote some test [...]
Fri, 16.10.2009 01:45 CEST
This is sunlight shining throu gh the cracks in the Transform atorhus building of WesterGasF abriek in Amsterdam, isn't it?
Tue, 13.10.2009 18:23 CEST
What the beep is this? Damn beautiful picture though.