The coolest IP on the Internet

31 March 2008 – 11:05 pm by wg

Yes, it’s a bit juvenile, but I had a sudden urge to know what was at the coolest IP address on the Internet: 69.69.69.69

wg@wg-laptop:~$ host 69.69.69.69
69.69.69.69.in-addr.arpa domain name pointer the-coolest-ip-on-the-net.com.

I shouldn’t have asked :). It appears to be owned by “Embarq Services“. Perhaps equally as cool is 42.42.42.42, but that 42.0.0.0/8 seems to be reserved by IANA. Bummer.

del.icio.us:The coolest IP on the Internet  digg:The coolest IP on the Internet  spurl:The coolest IP on the Internet  wists:The coolest IP on the Internet  simpy:The coolest IP on the Internet  newsvine:The coolest IP on the Internet  blinklist:The coolest IP on the Internet  furl:The coolest IP on the Internet  reddit:The coolest IP on the Internet  fark:The coolest IP on the Internet  blogmarks:The coolest IP on the Internet  Y!:The coolest IP on the Internet  smarking:The coolest IP on the Internet  magnolia:The coolest IP on the Internet  segnalo:The coolest IP on the Internet  gifttagging:The coolest IP on the Internet

PlanetSysAdmin.com goes IPv6

23 March 2008 – 11:20 pm by wg

For those of us early adopters (well, it’s not so early any more…) who have jumped on the IPv6 train, Planet SysAdmin is now available via IPv6! Thanks go to SixXS for providing the tunnel, although it would have been nicer if my provider was able to give me native IPv6, sigh.

It’s promising that after being live for less than a couple of hours, I’ve already spied several (at least 4) IPv6 hosts in the access logs :-)

del.icio.us:PlanetSysAdmin.com goes IPv6  digg:PlanetSysAdmin.com goes IPv6  spurl:PlanetSysAdmin.com goes IPv6  wists:PlanetSysAdmin.com goes IPv6  simpy:PlanetSysAdmin.com goes IPv6  newsvine:PlanetSysAdmin.com goes IPv6  blinklist:PlanetSysAdmin.com goes IPv6  furl:PlanetSysAdmin.com goes IPv6  reddit:PlanetSysAdmin.com goes IPv6  fark:PlanetSysAdmin.com goes IPv6  blogmarks:PlanetSysAdmin.com goes IPv6  Y!:PlanetSysAdmin.com goes IPv6  smarking:PlanetSysAdmin.com goes IPv6  magnolia:PlanetSysAdmin.com goes IPv6  segnalo:PlanetSysAdmin.com goes IPv6  gifttagging:PlanetSysAdmin.com goes IPv6

Cacti 0.8.7b on FreeBSD - Invalid PHP_SELF Path

23 March 2008 – 5:52 pm by wg

I have just installed Cacti on a new FreeBSD 6.3 machine that I’ve been playing with, and the latest version from ports seems to be broken, displaying the error “Invalid PHP_SELF Path” when I browse to it with a web browser.

A Google search reveals that it seems to be a common problem. This post on the Cacti forums proposes a temporary fix, which I have implemented and seems to work without any problems. It may expose your cacti installation to security problems, but I haven’t looked in to this, and I suspect that most Cacti installations (like mine) are protected by htaccess authentication anyway.

The fix:

In the file /usr/local/share/cacti/includes/global.php, comment out (by prepending //), or delete line 113:

if (!((is_file($_SERVER["SCRIPT_FILENAME"])) && (substr_count($_SERVER["SCRIPT_FILENAME"], $_SERVER["PHP_SELF"])))) {

And replace it with this one:

if (!((is_file($_SERVER["SCRIPT_FILENAME"])))) {

Hopefully a new version of Cacti is out soon that fixes this problem.

del.icio.us:Cacti 0.8.7b on FreeBSD - Invalid PHP_SELF Path  digg:Cacti 0.8.7b on FreeBSD - Invalid PHP_SELF Path  spurl:Cacti 0.8.7b on FreeBSD - Invalid PHP_SELF Path  wists:Cacti 0.8.7b on FreeBSD - Invalid PHP_SELF Path  simpy:Cacti 0.8.7b on FreeBSD - Invalid PHP_SELF Path  newsvine:Cacti 0.8.7b on FreeBSD - Invalid PHP_SELF Path  blinklist:Cacti 0.8.7b on FreeBSD - Invalid PHP_SELF Path  furl:Cacti 0.8.7b on FreeBSD - Invalid PHP_SELF Path  reddit:Cacti 0.8.7b on FreeBSD - Invalid PHP_SELF Path  fark:Cacti 0.8.7b on FreeBSD - Invalid PHP_SELF Path  blogmarks:Cacti 0.8.7b on FreeBSD - Invalid PHP_SELF Path  Y!:Cacti 0.8.7b on FreeBSD - Invalid PHP_SELF Path  smarking:Cacti 0.8.7b on FreeBSD - Invalid PHP_SELF Path  magnolia:Cacti 0.8.7b on FreeBSD - Invalid PHP_SELF Path  segnalo:Cacti 0.8.7b on FreeBSD - Invalid PHP_SELF Path  gifttagging:Cacti 0.8.7b on FreeBSD - Invalid PHP_SELF Path

Mounting FreeBSD UFS2 file system on Ubuntu Linux

19 March 2008 – 10:40 am by wg

I needed to read data from a USB connected hard disk formatted as UFS by FreeBSD 6.x on an Ubuntu Linux system. As it turns out, it was easier than I expected, as Ubuntu (well, Ubuntu Server at least) has built in read-only support for UFS file systems.

$ dmesg |grep "bsd:"
[   31.178307]  sda1: <bsd: >
$ sudo mkdir /mnt/ufsdisk
$ sudo mount -t ufs -r -o ufstype=ufs2 /dev/sda1 /mnt/ufsdisk
$

Check with mount to confirm that this has worked:

$ mount
[..]
/dev/sda1 on /mnt/backupdisk type ufs (ro,ufstype=ufs2)
$

All done.

del.icio.us:Mounting FreeBSD UFS2 file system on Ubuntu Linux  digg:Mounting FreeBSD UFS2 file system on Ubuntu Linux  spurl:Mounting FreeBSD UFS2 file system on Ubuntu Linux  wists:Mounting FreeBSD UFS2 file system on Ubuntu Linux  simpy:Mounting FreeBSD UFS2 file system on Ubuntu Linux  newsvine:Mounting FreeBSD UFS2 file system on Ubuntu Linux  blinklist:Mounting FreeBSD UFS2 file system on Ubuntu Linux  furl:Mounting FreeBSD UFS2 file system on Ubuntu Linux  reddit:Mounting FreeBSD UFS2 file system on Ubuntu Linux  fark:Mounting FreeBSD UFS2 file system on Ubuntu Linux  blogmarks:Mounting FreeBSD UFS2 file system on Ubuntu Linux  Y!:Mounting FreeBSD UFS2 file system on Ubuntu Linux  smarking:Mounting FreeBSD UFS2 file system on Ubuntu Linux  magnolia:Mounting FreeBSD UFS2 file system on Ubuntu Linux  segnalo:Mounting FreeBSD UFS2 file system on Ubuntu Linux  gifttagging:Mounting FreeBSD UFS2 file system on Ubuntu Linux

Australia joins China, Burma, North Korea

4 January 2008 – 7:57 am by wg

Internet CensorshipThat’s right. The newly elected Labor government has decided that they should protect children from pornography, violence, and hate material on the Internet by imposing mandatory filtering of Internet traffic at the ISP level. Such filtering would be based on a black list decided by ACMA bureaucrats (who don’t yet exist and haven’t been requested by the department), based on lists provided by religious and family groups. Such a plan is impractical, expensive, invasive, trivial to circumvent, and ineffective. I’m not even going to begin to go in to the technical difficulties.

Read the rest of this entry »

del.icio.us:Australia joins China, Burma, North Korea  digg:Australia joins China, Burma, North Korea  spurl:Australia joins China, Burma, North Korea  wists:Australia joins China, Burma, North Korea  simpy:Australia joins China, Burma, North Korea  newsvine:Australia joins China, Burma, North Korea  blinklist:Australia joins China, Burma, North Korea  furl:Australia joins China, Burma, North Korea  reddit:Australia joins China, Burma, North Korea  fark:Australia joins China, Burma, North Korea  blogmarks:Australia joins China, Burma, North Korea  Y!:Australia joins China, Burma, North Korea  smarking:Australia joins China, Burma, North Korea  magnolia:Australia joins China, Burma, North Korea  segnalo:Australia joins China, Burma, North Korea  gifttagging:Australia joins China, Burma, North Korea

Blogs added to Planet SysAdmin, and some Funnies

29 December 2007 – 2:59 pm by wg

Well it’s been a while since I updated, I guess I’ve been busy! But anyway, since my last update on Planet SysAdmin, here are the blogs that I’ve added to the aggregator:

I was also highly amused by the following posts:

Hope you all are having a great Holiday period. I know I’m certainly enjoying the time off work :-).

Update (30-Dec): Today, I also added the blog of Erik Dyskant to Planet SysAdmin

del.icio.us:Blogs added to Planet SysAdmin, and some Funnies  digg:Blogs added to Planet SysAdmin, and some Funnies  spurl:Blogs added to Planet SysAdmin, and some Funnies  wists:Blogs added to Planet SysAdmin, and some Funnies  simpy:Blogs added to Planet SysAdmin, and some Funnies  newsvine:Blogs added to Planet SysAdmin, and some Funnies  blinklist:Blogs added to Planet SysAdmin, and some Funnies  furl:Blogs added to Planet SysAdmin, and some Funnies  reddit:Blogs added to Planet SysAdmin, and some Funnies  fark:Blogs added to Planet SysAdmin, and some Funnies  blogmarks:Blogs added to Planet SysAdmin, and some Funnies  Y!:Blogs added to Planet SysAdmin, and some Funnies  smarking:Blogs added to Planet SysAdmin, and some Funnies  magnolia:Blogs added to Planet SysAdmin, and some Funnies  segnalo:Blogs added to Planet SysAdmin, and some Funnies  gifttagging:Blogs added to Planet SysAdmin, and some Funnies

Disabling “tap” clicking on a Synaptics Touchpad on Linux

30 November 2007 – 8:00 pm by wg

Sony Vaio TZ26GNI recently bought a new notebook (Sony TZ27GN, which is awesome by the way :D), and something that immediately annoyed me is the sensitivity of the touchpad — so many times I would accidentally “click” while dragging across the touchpad.

So I disabled this feature. Here’s how, running Ubuntu Linux:

Read the rest of this entry »

del.icio.us:Disabling   digg:Disabling   spurl:Disabling   wists:Disabling   simpy:Disabling   newsvine:Disabling   blinklist:Disabling   furl:Disabling   reddit:Disabling   fark:Disabling   blogmarks:Disabling   Y!:Disabling   smarking:Disabling   magnolia:Disabling   segnalo:Disabling   gifttagging:Disabling

I’m in the US!

4 November 2007 – 4:19 am by wg

I’m in the USA! I’ll be in Costa Mesa CA until Monday, North Houston TX from Monday until Wednesday, and then back in Costa Mesa Wednesday night until Saturday night, when I return home to Perth, Australia.

Beer/food/coffee/etc, any one?

del.icio.us:I'm in the US!  digg:I'm in the US!  spurl:I'm in the US!  wists:I'm in the US!  simpy:I'm in the US!  newsvine:I'm in the US!  blinklist:I'm in the US!  furl:I'm in the US!  reddit:I'm in the US!  fark:I'm in the US!  blogmarks:I'm in the US!  Y!:I'm in the US!  smarking:I'm in the US!  magnolia:I'm in the US!  segnalo:I'm in the US!  gifttagging:I'm in the US!