21 Mar 2010 at 18:59
seeder
post
2 Comments
After reading some posts on Server Room I’ve decided to do some scrubbing on my zfs pools … just in case ( done it a few times some long time ago )
The I’ve noticed that one pool takes ages to scrub:
state: ONLINE
scrub: scrub in progress for 0h59m, 40.72% done, 1h26m to go
turns out one of the drives is under-performing :
extended device statistics
device r/s w/s kr/s kw/s wait actv svc_t %w %b
lofi1 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0
lofi2 0.0 0.0 0.0 0.0 0.0 3.0 0.0 0 100
lofi3 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0
sd0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0
sd1 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0
sd2 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0
sd3 226.0 0.0 28742.7 0.0 1.5 0.8 10.3 63 85
sd4 227.0 0.0 29056.7 0.0 19.0 1.0 88.1 100 99
That’s bad, it’s my only Seagate which survived in the box … looks like I will have to start hunting for cheap 1TB hitachi again …
21 Mar 2010 at 18:41
seeder
post
No Comments
Started doing something with my not so recently acquired domain atticgroup.net installed planet aggregator for all ex attic people who I know.
Boring. It’s boring to try to find out RSS feed addresses for all possible web applications and people, so if you are ex attic and not featured on the page yet, please please send me your RSS address and if you dare, all other whom you know as well.
Creative. oh, and all you creatives out there … design better web template
Some input will also help…
Yeah, like any of this will ever happen… people don’t care anyway…
09 Mar 2010 at 21:56
seeder
post
No Comments
I am due PPL skill test for last month… and it’s annoying. If it is not weathers fault, there is no aircraft, if weather and aircraft are nice, examinator decides that he does not want to fly today…
So I have it scheduled for next weekend… but already can see problems as there are other test pencilled in…
03 Mar 2010 at 16:19
seeder
post
No Comments

RHEL 5.0 on HP G6 Proliant
So, we got a new hardware for testing our product. Great, finally. To make sure that we test as close to what we consider Live, we have produced a system image with all required software pre-installed.
It worked perfectly when we provisioned it on our new dev environment.
However this time, we couldn’t get any more DL360 G5 boxes and had to go with a 6th generation.
Being a bit naive, I thought that HP would be considering but no… they screwed up compatibility between newer SmartArray 410i and slightly older 400i so basically our not so new RedHat didn’t see the new controller.
Simple solution is to install new kernel and drivers. But how? when your system is not bootable.
Well, tried many things but the thing which worked well, was pulling the drives out from new server and sliding them in to G5 which was conveniently laying around. Installing new kernel and drivers and voila! boots on G6. Oh kernel came courtesy of CentOS 5.4 so that version was supported by HP drivers!
12 Feb 2010 at 11:34
seeder
post
No Comments
Breaks---------------------OFF
Undercarriage--------------FIXED/DOWN
Mixture--------------------RICH
Prop-----------------------FIXED/FINE
Fuel-----------------------PUMP ON/SELECTED/SUFFICIENT
Instruments
Ts&Ps----------------GREEN
AMP------------------CHARGING
SUCTION--------------CHECK
Carb heat -----------------CHECK
Hatches -------------------SECURED
Harnesses -----------------SECURED
Headlights-----------------ON
11 Feb 2010 at 21:18
seeder
post
No Comments
Starter Light---------OUT
Oil Pressure----------GREEN
RPM-------------------SET 1200
Ammeter---------------CHARGING
RADIO-----------------ON
Transponder-----------STANDBY
DI/Compass------------SET
11 Feb 2010 at 21:08
seeder
post
No Comments
Brakes ----------------------------ON/Cover Breaks
Unnecessary Electrical Equipment---OFF
Fuel ------------------------------Select Tank
Carb heat--------------------------OFF/Cold
Mixture--------------------------- Reach
Throttle-------------------------¼"Open
Primer-----------------------------Locked
Battery/Alt------------------------ON
Beacon-----------------------------ON
Shout------------------------------"CLEAR PROP"
Starter----------------------------ENGAGE
11 Feb 2010 at 09:02
seeder
post
No Comments
Breaks-------HOLD
Magnetos-----R/L/BOTH
Avionics-----OFF
Mixture-----CUT-OFF
Ignition----KEY-OUT
06 Feb 2010 at 23:18
seeder
post
No Comments
It’s a few months since I started my PPL training. I am now on the verge of finishing it and currently I am occupied with passing ground exams which will allow me to take the final skills test.
Now I fly bugger all and only my decision to pursue Night Rating is keeping me at the control, but this will end soon as well.
So, yeah time to finish and get my ass flying on my own license!
21 Jan 2010 at 22:17
seeder
post
No Comments
It’s amazing. My love for flying and computers is starting to have it’s children.
I’m kinda inventive and lazy guy. When I can automate something, I don’t bother to do it. This is very annoying when I’m flying. Especially annoying when I have to recall some details. Some of these details are … Takeoff and Landing time records.
As an ex. in mastering C++ with QT on Maemo ( and I believe all other QT platforms like Symbian ) I have started developing a small help tool for myself.
At the moment it is dirt simple ( took me 3h to write and test ) , with a touch of a button it records take off time and with another touch of a button, landing time.
It’s usable now, if you wanna try ( just drop a comment ).
I will be adding also recording of this data to a text file, with basic calculations :
- conversion to decimal
- time for pilot logbook
- tech log
So it’s just a beginning for me. And what a fruitful one. I never expected that I still remember that much C++ to scribble something that quickly with unknown API.