RSS
 

Tooth and Consequences!

12 Jul

40 in the Fort, Fort Collins first endurance mountain bike race was held last Saturday. 2 x 20mile laps through Lory State Park and Horsetooth Mountain Park. I thought going up Towers RD was tough… nothing compared to going up Mill Creek.

The event was hosted by Overland Mountain Bike Club and it was incredible! Very well organized and a ton of fun.

I think this race was more difficult than the 66 mile race up in Larimie.

Results are in!

 
 

FTP ls command hangs from Amazon EC2 host

07 Jun

Problem: When trying to list the contents of a directory on a public FTP server from a host in the Amazon EC2 cloud the FTP client hangs. This can be from using ls in command line or simply logging in with an FTP client like WinSCP and getting the error:

“Timeout detected.
Could not retrieve directory listing
Opening ASCII mode data connection for file list.
Error listing directory ‘/’.”

Solution: Amazon EC2 host are behind a firewall which requires passive FTP. Check a box in your FTP client to force passive mode or if using command line or scripts enter the command “literal pasv” before listing the directory contents as shown below:

C:\Windows\System32>ftp

ftp> open ftp.publicftpserver.com

Connected to ftp.publicftpserver.com
220 EFT Server 6.2.7 Build 05.03.2010.3

User (ftp.publicftpserver.com:(none)): youruser

331 Password required for youruser.
Password:
230 Login OK. Proceed.

ftp> literal pasv
227 Entering Passive Mode (10,201,1,53,18,114).

ftp> ls
200 Command okay.
150 Opening ASCII mode data connection for file list.
file1
file2
file3
226 Transfer complete. 62 bytes transferred. 62 bps.
ftp: 62 bytes received in 0.00Seconds 62.00Kbytes/sec.
ftp>

 
No Comments

Posted in IT

 

Desert RATS 100k Classic and Lunch Loops

13 May

Yay, today Ryan and I leave for Fruita, Colorado. The Desert RATS 100k Classic Mountain Bike race is tomorrow. We are not riding this year but giving back! We will be working one of the aid stations and doing a ~16 mile sweeper ride on Saturday then we will be exploring the famous Lunch Loops outside of Fruita! Look for tasty helmet cam footage in about a week.

Here is a very nice trail system map for the Lunch Loops: lunch loops trail system

 
 

ILO2 Integrated Remote Console : “unavailable already in use by a different client”

09 May

To transfer an iLO2 advanced license from one server to another you simply get the license key from the old server:
- Administration (tab) > Licensing > Copy : License Key

Enter the key on the new server:
- Administration (tab) > Licensing > Enter: Activation Key

Now you need to remove the key from the old server. The easiest way I found is to SSH to the iLO address of the old server:
- SSH to old server iLO IP address
- Log in as Administrator : iLO password
- run the command: delete map1 license

You should get the reply:
hpiLO-> delete map1 license
status=0
status_tag=COMMAND COMPLETED
iLO license removed.

- exit

Test the Remote Console on the new server. If you get the error “unavailable already in use by a different client” you will need to enable Acquire.
- Remote Console (tab) > Settings > check the box: Remote Console Acquire – Enabled
- Apply
- Test integrated Remote Console
- If the error pops up click the button that says Acquire.

 
No Comments

Posted in IT

 

Test drive IE 10

25 Apr

Just one of those post that spawned because I was impressed with something I stumbled across and wanted to share it.

Download the IE 10 Developer Platform and check out some of the really cool demos: http://ie.microsoft.com/testdrive/Default.html

 
No Comments

Posted in IT