Sunny Chan blogs Can you see the Logic in my Madness?

Trouble compiling OpenJDK 7 in Fedora 18?

by Sunny Chan


Posted on Wednesday July 18, 2012 at 03:38pm in Anything


You will need to modify jdk/make/common/shared/Compiler-gcc.gmk and remove -mimpure-text from the GCC command line. See the icedtea changeset here: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=ddca483b3ed9


Synology LDAP server and Centos 6 client: Brain Dump

by Sunny Chan


Posted on Thursday April 26, 2012 at 09:06pm in Anything


This is a brain dump on how to get Centos 6 client to authenticate using Synology's Directory Service. I have assumed that you have setup the Directory Server correctly.


You need the following packages:



  • openldap-clients

  • sssd


sssd seems to be installed by default, but openldap wasn't.


Run system-config-authenticate, with the following settings:



  • LDAP Search Base DN can be found under Synology Directory Server application

  • Make sure you use ldaps:// in order to use LDAP passwd. Notice that ldaps is switch on by default on synology server.


Then, Apply the changes.


Notice that the SSL certificate used by the LDAP server is a self-generated one, and I didn't manage to change it so I took a short cut and ask openldap client not to borther checking the certifiacte. You can do this by modifying /etc/openldap/ldap.conf and add "TLS_REQCERT allow". This would ask openldap to ignore any SSL cert error.


Once you have done that, try login via ssh and you should be able to access the user listed in the synology server directory. If you want to use the uid and gid from ldap server instead of the passwd file on the Linux client, make sure you swap the priority for passwd in nsswitch.conf.


 


Java SE Embedded and Synology Diskstation

by Sunny Chan


Posted on Tuesday December 13, 2011 at 10:52pm in Anything


I have got a Synology DS209 at home, which is an ARM based NAS. Oracle has released Java SE Embedded 7 and it has got ARMv5 support, so naturally I would want to see whether my NAS is up to it:



disk> uname -a
Linux disk 2.6.32.12 #1955 Sat Nov 26 14:50:54 CST 2011 armv5tel GNU/Linux synology_88f6281_209
disk> java -version
java version "1.7.0_02"
Java(TM) SE Runtime Environment for Embedded (build 1.7.0_02-b13, headless)
Java HotSpot(TM) Client VM (build 22.0-b10, mixed mode)


So "Hello World" is working. Let's try something more fun - like running jetty:


disk> java -jar start.jar
2011-12-14 03:33:21.810:INFO:oejs.Server:jetty-8.0.4.v20111024
2011-12-14 03:33:22.039:INFO:oejdp.ScanningAppProvider:Deployment monitor /volume1/homes/schan/jetty-distribution-8.0.4.v20111024/webapps at interval 1
2011-12-14 03:33:22.075:INFO:oejdp.ScanningAppProvider:Deployment monitor /volume1/homes/schan/jetty-distribution-8.0.4.v20111024/contexts at interval 1
2011-12-14 03:33:22.096:INFO:oejd.DeploymentManager:Deployable added: /volume1/homes/schan/jetty-distribution-8.0.4.v20111024/contexts/javadoc.xml
2011-12-14 03:33:22.413:INFO:oejd.DeploymentManager:Deployable added: /volume1/homes/schan/jetty-distribution-8.0.4.v20111024/contexts/test.xml
2011-12-14 03:33:22.845:INFO:oejw.WebInfConfiguration:Extract jar:file:/volume1/homes/schan/jetty-distribution-8.0.4.v20111024/webapps/test.war!/ to /tmp/jetty-0.0.0.0-8080-test.war-_-any-/webapp
2011-12-14 03:33:30.509:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/,file:/tmp/jetty-0.0.0.0-8080-test.war-_-any-/webapp/},/volume1/homes/schan/jetty-distribution-8.0.4.v20111024/webapps/test.war
2011-12-14 03:33:30.510:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/,file:/tmp/jetty-0.0.0.0-8080-test.war-_-any-/webapp/},/volume1/homes/schan/jetty-distribution-8.0.4.v20111024/webapps/test.war
2011-12-14 03:33:30.510:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/,file:/tmp/jetty-0.0.0.0-8080-test.war-_-any-/webapp/},/volume1/homes/schan/jetty-distribution-8.0.4.v20111024/webapps/test.war
2011-12-14 03:33:30.518:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/,file:/tmp/jetty-0.0.0.0-8080-test.war-_-any-/webapp/},/volume1/homes/schan/jetty-distribution-8.0.4.v20111024/webapps/test.war
2011-12-14 03:33:30.518:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/,file:/tmp/jetty-0.0.0.0-8080-test.war-_-any-/webapp/},/volume1/homes/schan/jetty-distribution-8.0.4.v20111024/webapps/test.war
2011-12-14 03:33:31.338:INFO:oejhs.SslContextFactory:No keystore or trust store configured.  ACCEPTING UNTRUSTED CERTIFICATES!!!!!
2011-12-14 03:33:32.929:INFO:oejs.TransparentProxy:TransparentProxy @ /javadoc-proxy to http://download.eclipse.org/jetty/stable-8/apidocs
2011-12-14 03:33:33.047:INFO:oejs.AbstractConnector:Started [email protected]:8080 STARTING

I am very impressed - They also have the server VM for ARMv7 too - maybe it's time to get a new Diskstation!




More OpenJDK compile notes for Fedora 16

by Sunny Chan


Posted on Saturday November 12, 2011 at 05:01am in Anything


Just to save people from scratching their heads - if you try and compile OpenJDK from vanilla source bundle (not IcedTea) on Fedora 16, you migth see libjvm.so fails to link with a message:


libstdc++ not found


If you look at OpeJDK build readme:


This is caused by a missing libstdc++.a library. This is installed as part of a specific package (e.g. libstdc++.so.devel.386). By default some 64-bit Linux versions (e.g. Fedora) only install the 64-bit version of the libstdc++ package. Various parts of the JDK build require a static link of the C++ runtime libraries to allow for maximum portability of the built images.


 DOH! So what you will need on Fedora 16 is libstdc++-static package


Three Weeks In

by Sunny Chan


Posted on Tuesday February 16, 2010 at 03:33am in Anything



Here is my status / thought three weeks into Plan A (formerly known as Plan B)




  1. I am still jet lagged. I feel sleepy during the morning but otherwise I am fine

  2. I have been eating out almost 85% of the days I have been in Hong Kong. I have also joined Fitness First and definitely need to make use of it

  3. The amount of alcohol I have consumed in the last three weeks is the sum of all alcohol I have consumed 3 months before I leave UK.

  4. Where the f**k did all the people come from?! The whole town is packed

  5. My mom is better at investigating my life than FBI / MI5 / KGB

  6. I still feel like I am on holiday here in Hong Kong. I think that would change when my boxes arrive.

  7. My box is currently somewhere near the Gulf at the moment. I just hope that the pirates in Somali won't find it

  8. Work is fine, except a lot of midnight calls. 

  9. Lunch is much better around here. Plenty of nice food and company!

  10. My salary is pretty good over here. Why didn't I do it earlier?

  11. I missed MINI. Didn't help when they have big poster showing Mini near Time Square.


I do miss you guys in UK. Honest.


Looking back

by Sunny Chan


Posted on Wednesday December 23, 2009 at 08:10am in Anything


The cat is now out of the bag, and I am slowly shutting down my life over here. I think it's time to do a review and take stock of what I have achieved and looking ahead


Most people have thought that my mom and dad made the decision for me to come over here, on the contrary it is actually me initiated the whole studying in UK. I was not happy at the school I was studying in Hong Kong and I see this as a way out to the terrible time I had in Hong Kong - I considered myself being bullied by my teacher and I thought certainly this "mother" country could not be worse. (The colonial government did a good job of brain-washing me :-).


When I first set foot in this country it feels strange yet farmiliar. The car drive on the correct side of the road, except that everything is in English. I certainly can feel the chill but I do find the people are very welcoming and have a strange sense of humour. But I certainly didn't forsee my experience in Felsted - it changed my life completely.


I definitely remember the first night in Follies. I was sobbing like a little baby in the little desk that we have for the NIPs (stands for Not Important Person). I think most of my housemate is puzzled - I think it is the thought of having to fence for myself from that point onwards. But soon after I get into the strive of studying and living in the boarding school, and I definitely make good use of my time there. Initially I am pretty sceptical of the gwai chais there. My parents have told me a few things about what they are like and I have found out that it is completely different - once we have worked out our cultrual differences I think my friends Felsted are warm and welcoming, and much more down to earth then I first thought. I have certainly made a lot of really good friends and we are still in touch 20 years later.


I am a pretty open minded person and after my "training" in Felsted I can really apperciate the way of life here and the culture. What I really love about this country is that people are humble and they are able to laugh about themselves and being selfless in a lot of ways. They like to engage with people and encouraged to look outwards and dream. I feel free to be myself here - as long as you don't go and kill people, you can do whatever you want. There are certainly a lot more social norm and convention out there in Asia, which would be very interesting to deal with.


I will definitely feel sad to leave behind all my good friends I made over the years, as well as the piece of London that I own (okay, the little piece of London that have been leased to me for another 70 years :-). I would definitely missed the days that I can go to the football games or take a spin in the winding road down in countryside.


However, I feel that it is the right opportunity to make a change in direction for my life. It would be a big culture shock when I am back in Hong Kong but I don't want to regard it not doing this while I still can. Who knows where life would take me but I certainly would be quite happy to come back and call UK home.




Sunny's 5 Year Itch

by Sunny Chan


Posted on Sunday October 04, 2009 at 12:26pm in Anything


According the this website, The phase "The Seven Years Itch" means the inclination to become unfaithful after seven years of marriage. Ladies, don't worry, I am still single and available. However I wonder whether I do have a five years itch.

So far in my life I never really stayed at one location / school /  job for more then 5 years. The worst period is during my Primary School years, where one reason or another I have moved to 3 primary schools - nearly once every 2 years. By the way, I do not recommend anyone to subject their son and daughter to this as for me it was pretty traumatic, and it has turned my life upside down. Without the bad experiences during my late Primary / early Secondary School years, I would probably have not pluck up the courage to take the big step to study in UK. The period I spent in Felsted is the best time in my life, where I made friends and won respect - people still remember me out there after 10 years! If I haven't studied to Felsted, I probably won't get into Imperial, and would probably got the job that I am doing now.

Sometimes I am wondering whether Plan B is my 5 Year Itch, but I don't think it is such a bad thing.

For those who wonder what happen with Plan B I am still waiting for Human Resource in the bank I am working for to sort things out. It may take 2-3 months. I have already started to throw away old books and stop buying items that I cannot take with me. However, until I have the offer no one should assume that Plan B is happening. So please do not discuss this with my parents yet!

 


Donation sought (at the request of my mom)

by Sunny Chan


Posted on Saturday October 03, 2009 at 09:27pm in Anything


Dear Children,
 
            Please note :
 

         相信你們都常常聽我提及有關我參與不同的義工服務。其中一個團體是"無界限 - 精神健康社區融合會" (簡稱無界限 )。

 

                 很高興在這裏,隆重宣佈: 本會的第一份宣傳小冊子已經出世了 (見附件)。身為司庫的我,親眼見證這群babies(小冊子),在這個貧窮但充滿愛、理想和團結的大家庭裏面,只用了650元便做出了2,000個值得我們自豪的寶貝.......它們身負重任 :

 

(一) 將 "無界限" 的成立、宗旨、目標、服務對象/內容等等介紹給尚未認識我們的朋友。 希望朋友們知道,在社區上有一群人正在努力默默地為精神病康復者提供服務,幫助他們融入社區和重拾自信。朋友們! 你地能放下對他們的歧視和誤解; 以愛,包容去接納他們,一個共融的社區,對他們重投社會有莫大的幫助。

 

(二) 朋友們如果你身邊在這方面有需要協助的人,可以聯絡我們,可能我們未必可直接幫到手,但我們可以儘量為你們提供相關的渠道,獲得合適的協助。有問題,不要怕,只要勇敢面對,一定OK。

 

(三) 歡迎認同我們理念的社會各界人士,加入我們的行列。

 

(四) 籌募經費 : 希望大家能慷慨解囊,樂善好施。

 

           Please help to spread the news to your friends, colleagues (in HK for Sunny) so that someone may like to donate money to our community.  I will bring a few handouts to Sharon's home today.

 

            Forwarded two words files for follow-up action.

 

Mother


Kelvin Ko on Marriage and Opportunity Cost

by Sunny Chan


Posted on Saturday October 03, 2009 at 09:22pm in Anything



Autofs hints

by Sunny Chan


Posted on Friday August 07, 2009 at 03:11am in Anything


Just to save other people out there who have try to use autofs:

All automount map file must be non executable (eg rw-r-r-)

If not automounter will refuse to load it. I was scratching my head for a whole night trying to figure out my new ubuntu installation refuse to mount my NFS home directory. I am just about to blame ubuntu for this :-)


T-Mobile G1 - The Google Phone

by Sunny Chan


Posted on Friday July 17, 2009 at 03:06am in Anything


Well, as most people who read this knows that I am pretty keen on Palm Pre. However my Nokia N95 is falling apart and I need a phone now to replace my Nokia. So I decided to take a look and I have decided to get a T-Mobile G1 for now, and then when Palm Pre is out here at the end of the year I would go and get

For those who doesn't know, T-Mobile G1 is the first phone that is based upon Google Android, the Linux based mobile OS that uses a subset/special implementation of Java as the main program interface.

I have been using the G1 for about a week now, and so far so good. It's pretty slick and the interface are pretty good compare to the iPhone. All the apps I wanted to use are there, including a fairly decent Live Messenger client. Althought the AppStore is not as good as Apple, it is growing and there are a few useful one up there. Hopefully once the Chinese Manufacturer making cheaper Android phone more developers will move onto the platform. Though it should be fairly easy to move J2ME application onto the Android platform (quite similar but not exactly the same - however a good developer can easily develop Facade to support both).

Anyway, I should download the SDK and have a play around soon.



J P Morgan Challenge 2009

by Sunny Chan


Posted on Wednesday July 15, 2009 at 01:18am in Anything


Here is the result. I came 11164 out of 11725.

It is all about participation! :-)


Sunny Gor Gor

by Sunny Chan


Posted on Saturday July 11, 2009 at 04:48pm in Anything


I have a weird morning today:

Firstly I got up at 8 and I was watching thie Google I/O 2008 talk in bed. It is all about the Dalvok VM and I am curious about why they have their own dex format, etc. Interesting on how they adapted Java to work really well in a small platform:

 

Then I saw my sister has posted one of those really old Hong Kong advert in the facebook:

I then hop around the youtube site and look at some of those really old Hong Kong TV adverts. My goodness. When I was young I thought it was slick and cool, but now I feel a bit errie about them. Anyway, I finally landed on a couple of links with Sunny Gor Gor songs. For those of you who are old enough in Hong Kong should remember him - he is pretty much the first Hong Kong Children TV presenter. I did a bit of google and manage to find his web site. I was too young at that time (ahem... yes I was) and I only had a faint memory of him on TV.

However, I didn't pick my Sunny as my first name because of him though (nor did my parents). That's a story for another time.


What I have learnt this week.

by Sunny Chan


Posted on Monday June 29, 2009 at 02:36am in Anything


It's been a long week. Here is 10 things I have learnt:

  1. If you have locked your keys in your MINI, don't bother calling the recovery service. Just find a stone/hammer and smash the window.
  2. Autoglass open 24*7. If they have the mirror in stock and a technician is available then you can get it fixed at 2am.
  3. Never chain your house keys with your car keys.
  4. Power Steering is a common fault on the 2001-2006 MINI Coopers. And it is expensive to get it fixed so BMW didn't do a recall.
  5. Taking the train to Brighton can be quicker than driving. Except you should expect noisy babies so iPod is essential
  6. Water in Brighton is pretty decent. Though it is a bit difficult to find a shower facility.
  7. Your ghost in Sim 3 only has a limited amount of time. Once the time is up then that's it, so get him/her revived asap.
  8. It's difficult to find a decent techie jobs in Hong Kong, unless you are actually there.
  9. Enjoy your life. You never know when your doctor will give you an overdose. Especially you are the King of Pop
  10. Java 6 Update 14 with server hotspot compiler is really really fast.


Why can't Orientals guys (US: Asian) get the white girls

by Sunny Chan


Posted on Wednesday June 17, 2009 at 03:16am in Anything