Skip to content

Categories:

HTC Hero breaks my booting process

Stuck in POST, memory not found

After I got myself a HTC Hero for Christmas, I’ve noticed (the few times) when I’m rebooting my computer it often won’t go past POST. I thought this could be related to my computer’s PSU which got fried some months ago due to a power failure and thought it might have damaged my motherboard or any other  components in my computer.

I’ve tried various things as reset CMOS, letting computer cool off etc (with random results), until I one day just unplugged the USB cable to my HTC Hero as I had to take a call, and tried rebooting it right after I unplugged my phone – to my surprise – it worked. I finally got past POST and BIOS booted up successfully and found both my CPU and my memory. I have no clue why HTC Hero affects my current hardware, so I find it worth to create a tiny blog post about it, if anyone else have experienced the same weird stalling at POST, due to not  finding the processor or memory which might be your HTC Hero’s fault.

My current hardware is a Q6600 processor from Intel on a Gigabyte motherboard model P35C-DS3R and memory from Kingston.

I knew that USB pen drives can cause some motherboards to not get past the POST, but I’ve never had this issue as my USB pen drive is always plugged in.  To my surprise, it seems like HTC Hero actually affects my motherboard somehow.

Definitive learned something new today..

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DZone
  • LinkedIn
  • Live
  • StumbleUpon

Posted in /dev/random.

Tagged with , , , , , , , , , , .


dhclient: classless static route, bug?

Lately (since Ubuntu 9.x) I’ve had issues with DHCP on my network, not really understanding why my DHCP client never assigned my standard gateway that I’ve configured my router to give out. Since I’ve just upgraded my system to Ubuntu 9.10 and problems were still there, I couldn’t continue to ignore this annoying problem. I tried to fire up Google and other search engines to see if I were able to find a solution to the problem, but I couldn’t find any solution to it, without setting a static network configuration which is NOT a solution. I had to get my hands dirty, and I fired up Wireshark and started digging..
EDIT: This problem is now solved! :-)

Continued…

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DZone
  • LinkedIn
  • Live
  • StumbleUpon

Posted in /dev/random.

Tagged with , , , , , , , , , , , , , , , .


JavaZone 2009 Talks

If you were as unlucky as me, and couldn’t attend JavaZone 2009, take a trip over at http://tcs.java.no – here you have access to stream & download talks from JavaZone 2009 thanks to Tandberg.

NB: If you have issues streaming the talks in Ubuntu (linux), make sure you use Firefox 3.5, and disable the Windows Media Player addon in Firefox (even thought you might not be able to stream all the talks, you will be able to stream the talks which supports Adobe Flash). At least here at my computer,  totem-plugin-view really wouldn’t play along and was fighting..

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DZone
  • LinkedIn
  • Live
  • StumbleUpon

Posted in /dev/random.

Tagged with , , , , .


Debian Lenny (5.0) gone stable!

Congratulations for finally releasing Debian Lenny as stable! This sunday will be a great day indeed.

If you encounter this:

W: There is no public key available for the following key IDs:
4D270D06F42584E6
W: You may want to run apt-get update to correct these problems

You can safly ignore it and continune doing a dist-upgrade. This warning should go away after the upgrade, since the following key ID is Lenny’s stable public key which is not yet in use. As for now the etch key is still valid and release is signed with both Etch and Lenny keys and the package debian-archive-keyring is yet to be updated in the etch tree as far as I understand it, so that’s probably why we get the warning. This has todo with this post on the mailing list:
http://lists.debian.org/debian-devel-announce/2009/01/msg00008.html

We could import the Lenny key  even if Debian is not officially using it before Etch’s key has expired or Debian Lenny R1 is released. This is atleast how you fetch the fingerprint of the key ID:

gpg –keyserver wwwkeys.eu.pgp.net –fingerprint 4D270D06F42584E6
pub   1024D/F42584E6 2008-04-06 [expires: 2012-05-15]
Key fingerprint = 7F5A 4445 4C72 4A65 CBCD  4FB1 4D27 0D06 F425 84E6
uid                  Lenny Stable Release Key <debian-release@lists.debian.org>

Verify the fingerprint towards this page: http://ftp-master.debian.org/keys.html

If they match, go on and import it:

gpg –keyserver wwwkeys.eu.pgp.net –recv-keys 4D270D06F42584E6

gpg –keyserver wwwkeys.eu.pgp.net –recv-keys 4D270D06F42584E6
gpg: directory `/root/.gnupg’ created
gpg: can’t open `/gnupg/options.skel’: No such file or directory
gpg: keyring `/root/.gnupg/secring.gpg’ created
gpg: keyring `/root/.gnupg/pubring.gpg’ created
gpg: requesting key F42584E6 from hkp server wwwkeys.eu.pgp.net
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key F42584E6: public key “Lenny Stable Release Key <debian-release@lists.debian.org>” imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1

gpg –armor –export 4D270D06F42584E6 | apt-key add -

Have a nice sunday upgrading!

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DZone
  • LinkedIn
  • Live
  • StumbleUpon

Posted in /dev/random.

Tagged with , , , , , , , .


Fix: Can’t connect to MSN with Pidgin or Adium

It seems like Microsoft has upgraded their MSN Messenger servers, and this seems to have caused that all 3rd party clients are broken.

You probably receive the error message “Unable to retrieve MSN Address Book” in Pidgin.

The solution for Ubuntu 8.10 people is to:

apt-get install msn-pecan

Restart pidgin, create a new account and in the drop down list of protocols, choose “wlm” for Windows Live Messanger, and plugin in your default/normal MSN account info.

This should put you online again..

Sighs, why doesn’t we all migrate to open standards and use XMPP?

EDIT: This fix seems to work for most of us, but sadly not everyone. (after what I have observed from comments online at IRC and so on..). It’s at least worth a try!

Adium/Mac users: Try visit http://adiumx.com/blog/2009/01/msn-rejecting-adium-132-connections/ for updated information. Solution for now is either to use Microsoft’s Official Messanger Client for Mac, or to use Adium 1.31. Anyway, make sure you visit adium’s own blog to keep updated on the issue!

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DZone
  • LinkedIn
  • Live
  • StumbleUpon

Posted in /dev/random.

Tagged with , , , , , , , .


Convert FLAC to MP3 on the fly with mp3fs

I’m one of those lunatics who store my music in lovely FLAC lossless format, but sadly enough it’s not supported in many portable music players (aka mp3 players).

That’s where MP3FS comes in. MP3FS is a read-only FUSE file system which transcodes FLAC directly to MP3 on the fly when opened and read. So we simply pick our FLAC source point, and mount it somewhere else (just like mount binding). Last name on files get automagically renamed as .mp3 files. This is perfect when we need to transfer our beloved music over to a portable music player which is only able to handle MP3 files.

Continue to read more about how to fetch mp3fs and install it..

Continued…

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DZone
  • LinkedIn
  • Live
  • StumbleUpon

Posted in /dev/random.

Tagged with , , , , , , , , .


Uni-Form Prado repository and project management moved

Just a short note about our Uni-Form Prado port:

We have moved it into projects.norrs.no. You will find the project over at
https://projects.norrs.no/projects/show/uniforms and SVN access is available at
https://www.norrs.no/svn/uniforms

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DZone
  • LinkedIn
  • Live
  • StumbleUpon

Posted in /dev/random.

Tagged with , , , , , .


Patch: Sociable WordPress Plugin to load pictures from https if browsing with https

I’ve made a tiny little patch for Sociable WordPress Plugin I’m using. I got rather annoyed that it loaded it pictures over http while browsing with https. Plugin will pick up https if you use it in SITE_URL on your WordPress blog, but I don’t like to bother my visitors with my self-signed certificate, so I only require https to login.

Sociable loading pictures over http while using https causes this annoying warning in firefox

Sociable loading pictures over http while using https causes this annoying warning in Firefox

Save the quoted content below as a random-filename.patch in your sociable plugin directory , make a backup of current sociable.php to sociable.orginal and apply it with patch -p0 < random-filename.patch in your sociable plugin directory.

Patch:

— sociable.orginal 2008-12-05 00:49:37.000000000 +0100
+++ sociable.php 2008-12-05 01:08:23.000000000 +0100
@@ -33,6 +33,9 @@

// Guess the location
$sociablepluginpath = WP_CONTENT_URL.’/plugins/’.plugin_basename(dirname(__FILE__)).’/';
+if ( isset($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT']==443){
+ $sociablepluginpath = preg_replace(‘/^http:/’,'https:’, $sociablepluginpath);
+}

function sociable_init_locale(){
load_plugin_textdomain(‘sociable’, $sociablepluginpath);

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DZone
  • LinkedIn
  • Live
  • StumbleUpon

Posted in /dev/random.

Tagged with , , , , , , , , .


How to add self-signed certificates as trusted authority in Subversion

Normally when you use svn in a terminal and you check out some source code from a server who uses a self-signed certificate, you always get a prompt if you want to permanent store this certificate as a trusted source.

My problem was with Redmine is browsing my repositories over https and Redmine’s webserver complaining about untrusted certificate. This is rather an easy fix, edit /etc/subversion/servers (or ~/.subversion/servers e.x.) and jump to [global] section and add:

[global]
ssl-authority-files = /etc/ssl/geekrevolution/cacert.pem; /some/other/cert-if-needed.pem

Thanks to Kevin Miller who have blogged something interessting on the “same” subject. I guess everyone should consider to bookmark this book: http://svnbook.red-bean.com/

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DZone
  • LinkedIn
  • Live
  • StumbleUpon

Posted in /dev/random.

Tagged with , , .


Public and private Mercurial repositories

Latest days I’ve been fighting with installing Redmine (which is a history of it’s self when your new to Ruby and Rails). Finally I’ve managed to migrate from Trac to Redmine which is super sweet. You can manage subversion & git (haven’t tried git yet!) access directly with Redmine by just adding projects members – which is lovely! Since I was still playing with my setup, I tried to setup mercurial – which sadly has no support yet for Redmine’s Redmine.pm apache module. I did some dirty apache tricks using mod_perl so I can manage HG-repository access with a normal htpasswd file and groups.

You can find my scripts over at: https://projects.norrs.no/projects/show/scripts , or you could just use your favorite mercurial client to clone https://www.norrs.no/hg/pub/scripts/apache2

My next goal when I find some time, is to patch Redmine.pm so we can easily maintain mercurial repositories through Redmine too!

For those who are interested, you can read more to also fetch my apache2 virtual host config which should make it more simple for you to setup and see as an example ;-)

Continued…

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DZone
  • LinkedIn
  • Live
  • StumbleUpon

Posted in /dev/random.

Tagged with , , , , , , , , , , , , .