How to recover a Bricked Ubiquiti NanoStation2 or PicoStation2
Written by Administrator   
Monday, 22 February 2010 22:21
http://picasaweb.google.com/lh/photo/J0_r45JW0dXpkTba4r4Omw

Purpose: So you tried to upgrade your nanostation2 (or other ubiquiti hardware) and managed to “brick” it? This should get you back on your feet in no time.

Last Updated on Monday, 22 February 2010 22:36
Read more...
 
Qwest.net + Static IP + Transparent Bridging + Routerboard [SOLVED!]
Written by Administrator   
Tuesday, 22 December 2009 10:52
Image from: tumblr.com

Purpose:

To setup a routerboard or other routing device making use of a single Static IP address with a Qwest DSL modem. To make this work properly we will make use of Transparent bridging mode with the modem and we will make use of ppoe client on the routerboard.

Background:

You can easily order an static ip address with Qwest or many other providers, however they do not often tell you how to setup your devices with this new static information (in most cases). It is believed that with Qwest you must have a small block of addresses to properly allow your gateway/vpn/routerboard to have the external static address. This is incorrect! When the DSL modem is operating in transparent bridging mode the device directly after the modem should be able to have the external static IP. This however, does not mean this is simple to setup (mostly due to a lack of documentation on doing so).

Last Updated on Tuesday, 22 December 2009 11:35
Read more...
 
SOLVED UNMOUNTABLE_BOOT_VOLUME Win XP
Written by Administrator   
Tuesday, 10 November 2009 14:41

XP Unmountable BootSo i had a system do this to me the other night. After removing a virus and rebooting several times the system appeared to be in working order. I shut down the system for the night. The system did not ever fully shutdown and in the morning it was "Forced off". After trying to boot again i got the BSOD with "UNMOUNTABLE_BOOT_VOLUME". This is a *mostly* patched windows XP professional machine. Mounting the drive in Linux doesn't show any apparent drive failures or data corruption. 

 A little digging turned up that if you boot off a XP install cd you can go into the recovery console. 

First try running the following commands. Make sure you have backups first though because there is a chance of data loss!

1. chkdsk c: /r

Reboot when completed. If that doesn't do it reboot into the recovery console again and try this.

2. fixboot 

If your like me that still didnt fix the problem. 

Reboot into bios (press del or f2 on system start) and look for the hard drive settings. I found the desktop i was working on has a SATA hard drive.

Under the drive controller settings there is an option to set the mode of the SATA drives. 

Look for RAID AUTO ATA

Make sure your drives are set to that and reboot. You should now load into windows again! If not you probably have a different error message and will have to go from there.

 

-E

Last Updated on Tuesday, 10 November 2009 15:57
 
Yum hanging on CentOS 5x
Written by Sky   
Monday, 07 September 2009 13:59

Today i was trying to update my centOS 5x server (5.3 to be exact) and for some reason when i tried to run a yum update or yum install all i got was a HANGGGGGGGGGGGGGGGGGGGGGGGGGGG.

Luckly i found a rather simple solution (Thank you google!)

Orig: http://episteme.arstechnica.com/eve/forums/a/tpc/f/96509133/m/647005316631/inc/1

Poster: Alton

Try this. Do all 3 of these steps one after the other:

# rm -f /var/lib/rpm/__db*
# rpm --initdb
# rpm --rebuilddb

 I found when doing the above one right after the other that all of my problems went away and yum would once again happily work. It was suggested that this may be related to killing yum or RPM at the wrong time thus leaving a lock file open which can cause you problems. 

 

-E

Last Updated on Monday, 07 September 2009 16:43
 
Shrink a LVM with LiveCD
Written by Administrator   
Thursday, 20 August 2009 15:46

Howto Shrink a LVM on your system
You can Shrink an LVM using Ubuntu, Fedora, etc...

This is something that i have had to do several times at this point so i figured it is time for me to write something about it.  (Click read more for details)

Last Updated on Monday, 30 November 2009 14:20
Read more...
 
Hang on boot "Starting System Message Bus"
Written by sky   
Thursday, 11 June 2009 14:16

This happened to me on an Vmware ESX server recentally. We had just reconfigured some of our servers to use LDAP authentication and rebooted a production system. To our suprise it did NOT come back up as we expected.. however it did hang on the message "Starting System Message bus".

What we found out:

  When booting the server into single user mode (runlevel 1) we found that the /var/log/messages file was complaining about not being able to get to the LDAP server for authentication.. It would retry this connection over and over and eventally would just give up and continue booting (possibly HOURS later...). The problem is that for some reason the server really couldnt find our LDAP box but it was not giving up and booting anyway for some reason.

The easy way to get your box back up is to edit your /etc/openldap/ldap.conf file and find the section where you define your ldap server.

e.x.  URI ldap://10.10.8.209/

Comment out the above line. Save and exit the file.

When you init 6 your server and bring it up normally in runlevel 3 or 5 you  will notice that your server no longer hangs. I know this is not a "real" solution but this will work to get your server up and running again so that you do not have unexpected downtime while you are working on figureing out why you cant talk to the LDAP server ;)

 

I will note that some people have reported a fix is to add the line:

  bind_policy soft

to their ldap config file in /etc/openldap/ldap.conf

 I will note that the documentation states that this will try to make the LDAP connection and if it fails it will NOT go to your 2ndary LDAP if you have configured, it will rather stop trying to connect. This is not something we could have in our environment and our solution was to have an extra system acting as a backup to the main LDAP server as it is highly unlikely that both would be unreachable at the same time, We are planning on putting a 3rd LDAP backup in on a different subnet just to be safe.

 

Last Updated on Thursday, 11 June 2009 14:32
 
« StartPrev123NextEnd »

Page 1 of 3
Latest News