New Anime Series- Mayo Chiki 01

First Episode Review for: Mayo Chiki!

Summary : Story of a normal Japanese boy going to school, …..wait for it…. except his mother and sister are wrestlers, he gets nosebleeds whenever a girl touches him and the girl he fancies at school turns out to be a sadist with a transvestite butler

Animation : Clear and pleasant to watch, nothing special but heads above western quality

Plot Potential: I don’t think the plot is going to be anything groundbreaking but it’s strong enough that if you are not watching for 30 seconds, you lose what’s going on, I do however think it will be funny

Characters: Not bad for a school harem anime, the butler and sadist rich girl are different enough to stand out

Music: OK, I’m not skipping over the opening/closing tunes, nor am I looking to buy them

Reminds me of: MM!

Overall: I really enjoyed this, and can’t wait for the second one, BUT it does have quite strong sexual overtones that suddenly hit about half-way though (this is a habit of anime, some of which do this kind of stuff half-way though the series, meaning the dubbing/editing people have to get creative {see the neon genesis evangelion ‘crying’ scene }, making it unsuitable for preteens.

 

Disclaimer: These are mini reviews of anime that are fresh out in Japan and are not licensed in the UK, buy them once they have been licensed or at the very least buy the merchandise, remember if the anime makers make a loss, THEY WILL STOP MAKING ANIME!!

New Anime Series- THE-iDOLM@STER

First Episode Review for: iDOLM@STER

Summary : A fictional documentary about idols, 1st person from the reporters view point, thought you don’t hear the reporter talk (the rest of the characters do)

Animation : very nice, that kind of animation where the backgrounds are actually more detailed than the characters

Plot Potential: good, very much along the line of a reality TV show done with anime;

Characters: The first episode was all character introductions, so they are going for that angle and they have really tired with them , full marks.

Music: Strangly enough, not up to much, felt very ‘stock’

Overall: not quite my cup of tea (not a fan of reality TV or soaps) , but if you do like them then give it a shot

Disclaimer: These are mini reviews of anime that are fresh out in Japan and are not licensed in the UK, buy them once they have been licensed or at the very least buy the merchandise, remember if the anime makers make a loss, THEY WILL STOP MAKING ANIME!!

Shutting all tasks down for a given Linux User

I like Linux, its speed and reliability are amazing, which is part of the problem, if correctly set-up the servers go for forever before failing, so your initial line of enterprise support tend not to be up to speed with it, which means that if you have a issue or a deployment does not go as planned, you have a mess to untangle and the only person who has rights to the box (you don’t as your the developer), just wants to restart the machine to “please make the nasty none GUI operating system go away”, this is often not something you want to do on a Linux box as they are frequently doing more than one thing, what we want is to just restart the messed up bits

Now in this example we have the same jboss node started twice (actually the first node refused to shutdown via the normal Jboss script, and someone did not check before starting the node back up) ,

UID        PID  PPID  C STIME TTY          TIME CMD
Jboss    30341     1  0 13:33 ?        00:00:00 /bin/sh /opt/Jboss/jboss-5.1.0.GA/bin/run.sh -c c -b 10.123.23.138 -Djboss.server.log.dir=/var/opt/log/Jboss/c -Dcom.agcs.jvmRoute=xxxxxxxx
Jboss    30372 30341  6 13:33 ?        00:01:39 /opt/Jboss/jdk1.6.0_18/bin/java -Dprogram.name=run.sh -server -Xms512m -Xmx10240M -XX:MaxPermSize=256M -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dg
Jboss    30454     1  0 13:34 ?        00:00:00 /bin/sh /opt/Jboss/jboss-5.1.0.GA/bin/run.sh -c c -b 10.123.23.138 -Djboss.server.log.dir=/var/opt/log/Jboss/c -Dcom.agcs.jvmRoute=xxxxxxxx
Jboss    30485 30454  1 13:34 ?        00:00:23 /opt/Jboss/jdk1.6.0_18/bin/java -Dprogram.name=run.sh -server -Xms512m -Xmx10240M -XX:MaxPermSize=256M -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dg

This was got by the following command

> $ ps -fu Jboss

which shows us all the tasks that we started using the Jboss user

if we are at this stage the normal start/stop scripts wont help us, what we want is to kill the processes manually and start a fresh, normally I would identify the spawning tasks and shut them down manually, as in:

> $sudo kill 30372
> $sudo kill 30485

Once that is done you can restart what ever tasks you want in what ever is your normal way, but describing this over the phone is a short cut to hell, so we can use this short but frightening command to do the job for us

> $sudo kill -9 `ps -fu Jboss ' awk '{print $2}' ' sort`

this will go though all the tasks that have been started by the ‘Jboss’ user and kill them in a very nasty and definite way, leaving you with a clean slate.

you can make this more generic (and possibly a bit nicer) by issuing the command while logged in as the user who is running the process (be they Jboss or WebSphere)

> $kill -9 `ps -fu $USER ' awk '{print $2}' ' sort`

this bit

`ps -fu $USER ' awk '{print $2}' ' sort` 

is what actually generates the list of process IDs , you can get very creative if a bit complicated with this bit e.g.

ps -ef' grep java ' grep -v grep ' awk '{print $2}' 

will do the same but for all java tasks on the server, for more examples go Here for ways of identify groups of WebSphere tasks on linux

thus ends my crimes against Linux for the day

New Anime Series- Blood-C

First Episode Review for: Blood-C 01

Summary : Ninja Shrine Maiden, think traditional Japanese buffy the vampire slayer

Animation : Good nice contrast and high detail, very heavy on black and red, has a xxxholic feel about it (Un-surprising as they are both CLAMP anime)

Plot Potential: High, lots of potential for character growth and something dark going on at the back of it, it will be a case if they can get the thing going seriously by about the 5th episode so we have a series build up rather than the normal “movie at the end of a series”, in which they leave all their serious stuff to the last 3 episodes, if this happens you just know that it will not be an ongoing series.

Characters: Nothing new here but a nice mix of the normal school stock characters and the main character is a mix of total physical Klutz and Ninja, which you don’t often see happen without some physical Change, although the preying mantis Buddha statue was not one I recall seeing before

Music: very nice, good opening plus nice fight seen tunes.

Reminds me of: Clover(manga) , or if you insist on an anime somthing like Read or Die the TV Series (not the original OAV)

Overall: if they can get the plot going this will be fab, so it gets a rating of: “Next one now please!!”

Disclaimer: These are mini reviews of anime that are fresh out in Japan and are not licensed in the UK, buy them once they have been licensed or at the very least buy the merchandise, remember if the anime makers make a loss, THEY WILL STOP MAKING ANIME!!

Old Comments

Mark Myers(12/07/2011 23:37:09 GDT)

id start with Ghost in the shell (the first movie), then the series (stand alone complex), if you give me some rough idea of the normal stuff you like, i can make better suggestions

Andrew Magerman(12/07/2011 10:39:06 GDT)

What would be a good first step for beginners?

I occasionally buy some dvds (tekkonkinkreet and akira are the only ones I own), but I am not sure where one can buy/download animes.

And what would be a good start for a noob?

Drobo Outage

Update
Well bugger me, it would appear that Drobo is on the ball when it comes to support, I received the following message from them within 48 hours of posting this blog (I did not contact them):


“Hi Mark
Thank you for your feedback ( I happened to come across your blog). I have created a case for you for the purpose of forwarding your feedback to our product development team for review. No need to respond, just wanted to thank you and let you know what we were doing.

Kind Regards,
****
Drobo – Tier 3 Support Engineer”

10 out of 10 again Lads!

End Update

I had a strange Hiccup from one of my Drobo FS’s during the weekend, a brief ‘weerrr-clunk’ from one of the drives and connection was lost, after some unsuccessful attempts to reconnect a re-boot was performed after this I was treated to the happy message

Mount Failed – Internal Error

Lovely!!! thankfully Drobo have posted the solution on their Web Site

You have to press Ctrl – Shift – M then type in “Proceed”, it will then trundle off and run a full check disk and afterwards request a reboot, which worked perfectly, OK boys 10 of 10 for good functionality but -100 for UI, if this is the correct (and only) response to an ‘internal Error’ message, why is there not a bloody great big button marked “Don’t panic! run check disk now” under the error!!

Oh and while I’m at it, the new dash board is not a step forward!, its runs at half the speed, occupies twice the screen space (so big in fact it is unusable on a netbook) and as far as I can tell does not add any new functionality (if fact it takes it away as it does not show the space available pie charts in the task bar and does not support droboshares), so I will be sticking to the old one, so dear Drobo, you are nice an big and successful now, but your original engineers still knock the spots off the new ui people you have hired,

finally a bit of info, as a long time owner of Drobos (V1 Classic, V2 Classic, Drobo share, Drobo FS) I can confirm that they have got faster with each generation (as advertised), this seems to me to be keeping in line with growing drive sizes, so a near fully loaded* consumer/pro level Drobo will always take about 24 hours to get over an outage or drive change, patience people patience, it will get there (i have never lost any data off a Drobo)

  • by fully loaded I mean all bays filled with the largest supported drives and about 80%-85% full.