Here are some photos of one of my IBM Netvista N2200 8363 thin clients running a hacked version of linuxPhotos of thin client running
Michael Dale
IBM thin clients
Michael Dale
Spending a bit of money this week! Argh. Anywho.
I picked up 5 IBM thin clients (because it was about the same price as one :p) off ebay the other day (IBM 8363 Netvista N2200).
They have a 233MHz CPU, 64mb SDRAM, Internal CF card slot (for client software), sound card, USB, Ethernet, and a 4mb video card. They can do network boot via PXE and they have also been hacked to support linux booting off the flash card. The linux distro includes XMMS and a Web browser.
They are almost silent and look pretty cool (and are really small). I haven't got them yet, I should get them late next week.
Some pictures:
(check the keyboard to compare the size):
A forum thread about getting linux to work on them
This post is following on from my entry about the servers hard drive dying and how I setup Raid 1.Setting up Raid 1 on FreeBSD 5.4
Michael Dale
It's true!Apple moving to Intel based CPUs
Michael Dale
Ubuntu on PPC
Michael Dale
I decided to give Linux a shot again. I’ve never been a huge fan. Personally I feel much happier with BSD, but UNI runs Fedora Core 3 on most of the FIT computers so I felt I should give it a try again.
This time I didn’t feel like screwing around with installing Linux on my Athlon so I downloaded the live boot disc of Ubuntu version 5.04 for PPC (PowerPC) and booted it on my 12” 1.2GHz iBook.
To boot off a cdrom on the mac you need to hold down “c” as the system boots.
So anyway I’ve been using Ubuntu on my iBook for about 30 minutes and I thought I’d get down my first thoughts (I’ll probably write something more in detail later).
The system booted fairly quickly (remembering this is off a CD) and the first thing I noticed when Gnome (the default window manager for Ubuntu) appeared was that the mouse moved really quickly! Now when I say really quickly, I mean normal speed. Mac users take things slowly, so it was fast for ME!
Anyway the first test was network connectivity through the wireless card. Now I wasn’t really expecting it to work, considering it is a mac and all. Well it didn’t; no wireless. Aww. There is a good post about why it doesn't work here.
So I plugged in a network cable and turned on my network card and picked up an address via DHCP. Fired up firefox, working internet. Easy.
I then loaded “Music Player” and the first thing I noticed was that it seemed to support the iPod. So I plugged in my apple formatted iPod via firewire. Well it worked. The drive mounted and I could read all my music and files. Cool.
Only problem was that there is no MP3 support built in (or AAC for that mater). Oh well, not that hard to install.
apt-get couldn’t find some PPC binaries towards the end of the install but that didn’t really seem to break anything. MP3s now work, although the sound is really soft (and it is turned up to maximum).
I then decided to put the thing to sleep. The iBook quite happily went to sleep. So I went off to dinner. When I came back the laptop was still sleeping (good thing) so I opened it, bad idea. I got a blast of sound through the speakers, it didn’t stop. I quickly reset it (and no I didn't need to take the exploding iBattery out). Pity. There is a bit of information about it here
So I restarted back into Ubuntu to have a last play.
It is a bit hard to work with one button in Ubuntu; probably could bind the keys to something else, haven’t really looked.
Also the laptop seems to be working pretty hard. The fan does come on, which doesn’t happen much at all in OS X.
A part from those issues, it is fairly usable. The system runs really fast. I’m impressed. Video seems to work okay (the iBook has an ATi Radeon 9200, ATi aren’t known for their great linux support). I haven’t tried any 3D a part from the screen saver.
So final thoughts?
Would I use it?
No, not just yet. Lack of wireless and sleep support really make it hard to use for what I do. But saying that, I am impressed with the system. I wasn’t expecting much out of a mac version of linux, but it runs fine.
Hopefully in the future we’ll see better support for the mac hardware.
If I had an older mac that couldn’t run OS X then I’d probably seriously look at Ubuntu.
I think I could get to like Ubuntu, no wait I already like it. I’ll defiantly look at putting it on my PC which should have better support for everything.
Now there are probably ways around the problems I had, but I didn’t look all that hard into it. I did notice that the update system showed a new kernel version (not much use on a live CD) which might fix some stuff. But at the moment I’ll have to leave it.
File copying, from OS X to Windows
Michael Dale
If I get time tomorrow I am going to purchase tiger. So I decided to do a backup of my Mac to my Windows 2003 file server.
I have Windows sharing turned on for the Mac and am copying the files from the Windows system.
Currently the Mac cannot access Windows shares on a Server 2003 system because of the authentication used, I’m hoping tigers adds support for this. (Note that a Mac works happily with every other Windows OS).
There were a few problems copying files, mainly to do with permissions and the simple fact that the Mac file system (HFS+ if I remember correctly) is much more advanced than NTFS.
Although there were a few problems I was impressed with the way Windows handled the errors (of course Samba on the Mac translated most of the file structure differences into something Windows understands).
Permissions of the current user do not have access to the file (above).
Unable to copy a symlink
Locked file
General Permissions.
Advanced Permissions
email about setting up a cron file
Michael Dale
I received an email earlier today from a reader who has a better way to manage and run backups. Here is a slightly edited version of the email.
I tackled the same problem at my own company and I think my solutions a little nicer than yours so I thought I'd share it with you :)
Ok so this is how I do backup for the local server at my company:
General Steps:
The process is very similar to yours, the main difference between our implementations is that I use rsync to speed everything up and my scripts log their actions. I also wrote a couple of tests scripts to automate testing and prove everything works. The whole thing is a little hacky and I'd like to make the format of the log files look nicer but it does work :) It's also a really really fast way to do backups. The technical details are:
I wrap these scripts in two scripts called 'everyday.sh' and 'weekly.sh' depending on what needs to happen on each of those days. There also a little timer script that writes the time each command takes.
For connecting to the remote server I use ssh with keys so I don't need to worry about storing passwords in any of the scripts.
The really cool part of this whole thing is in step 4 where rsync will only copy the different bits in the compressed archive. I don't know exactly how this brilliant piece of magic works[2] but it's save me and my clients quite a bit of time and money.
[1] The patch is already in redhat's gzip so hopefully it's in the default freebsd one. Nothing in the man page about it yet though. [2] I first read about it here where the guy provides some explanation of what its doing: http://lists.ubuntu.com/archives/ubuntu-devel/2005-January/003327.html
--
Myles Byrne Web Architect
I have setup an IPv6 tunnel through AARNETIPv6 tunnel
Michael Dale
I’ve got a Generation 4 20gb iPod that I’ve had since late last year. It is a pretty cool device and is built well. But I always had the problem of it crashing on me once or twice a week. Worse than my Windows box!The case of the crashing iPod
Michael Dale