Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-24-2008, 04:37 PM
Marcin.Tabinowski@gmail.com
 
Posts: n/a
Default aix xntp problem

Hi

I have an annoying problem with ntp on AIX 5.3 TL7. This is what I
did:
1. I have enabled start of xntpd in /etc/rc.tcpip
2. /etc/ntp.conf looks like this:

server <my ntp server ip>
broadcastclient

driftfile /etc/ntp.drift
tracefile /etc/ntp.trace

3. I run ntpdate <my ntp server ip>
4. Finally, I run startsrc -s xntpd

The subsystem has started and runs just fine without a crash. The time
is correct, the date is correct, the time zone is good (I set it
earlier). There is no error regarding to xntp src. But...
The xntpd does not start after reboot. After reboot the date and time
are still correct and seem to be synchronized. But xntpd subsystem is
inoperative. After every reboot I have to start it manually. Then I
run ntpq -p and the output is like this:

remote refid st t when poll reach delay
offset disp
================================================== ============================
*x.x.x.x x.x.x.x 4 u 94 128 377 1.16 -0.367
0.12

So the offset is not the issue. After reboot there is no error in
errorlog and after starting src manually ntp runs just fine without
the crash.
Am I doing something wrong or what? Why xntpd doesn't start after
reboot? I have thi issue on all my LPARs in p595 server, firmware
version SF240_320. I will appreciate any help, thanks in advance
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-24-2008, 04:37 PM
Hajo Ehlers
 
Posts: n/a
Default Re: aix xntp problem

On Apr 21, 5:02 pm, Marcin.Tabinow...@gmail.com wrote:
> Hi
>
> I have an annoying problem with ntp on AIX 5.3 TL7. This is what I
> did:
> 1. I have enabled start of xntpd in /etc/rc.tcpip
> 2. /etc/ntp.conf looks like this:
>
> server <my ntp server ip>
> broadcastclient
>
> driftfile /etc/ntp.drift
> tracefile /etc/ntp.trace
>
> 3. I run ntpdate <my ntp server ip>
> 4. Finally, I run startsrc -s xntpd
>
> The subsystem has started and runs just fine without a crash. The time
> is correct, the date is correct, the time zone is good (I set it
> earlier). There is no error regarding to xntp src. But...
> The xntpd does not start after reboot. After reboot the date and time
> are still correct and seem to be synchronized. But xntpd subsystem is
> inoperative. After every reboot I have to start it manually. Then I
> run ntpq -p and the output is like this:
>
> remote refid st t when poll reach delay
> offset disp
> ================================================== ============================
> *x.x.x.x x.x.x.x 4 u 94 128 377 1.16 -0.367
> 0.12
>
> So the offset is not the issue. After reboot there is no error in
> errorlog and after starting src manually ntp runs just fine without
> the crash.
> Am I doing something wrong or what? Why xntpd doesn't start after
> reboot? I have thi issue on all my LPARs in p595 server, firmware
> version SF240_320. I will appreciate any help, thanks in advance


Check the conslog to check whether or not you see a messages for the
xntpd during boot.
From memory
$ alog -f /var/ras/adm/conslog -o

or put even an lssrc -s xntpd right after the start of the xntpd

hth
Hajo
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-24-2008, 04:37 PM
Ashok Sangra
 
Posts: n/a
Default Re: aix xntp problem

On Apr 21, 8:02*pm, Marcin.Tabinow...@gmail.com wrote:
> Hi
>
> I have an annoying problem with ntp on AIX 5.3 TL7. This is what I
> did:
> 1. I have enabled start of xntpd in /etc/rc.tcpip
> 2. /etc/ntp.conf looks like this:
>
> server <my ntp server ip>
> broadcastclient
>
> driftfile /etc/ntp.drift
> tracefile /etc/ntp.trace
>
> 3. I run ntpdate <my ntp server ip>
> 4. Finally, I run startsrc -s xntpd
>
> The subsystem has started and runs just fine without a crash. The time
> is correct, the date is correct, the time zone is good (I set it
> earlier). There is no error regarding to xntp src. But...
> The xntpd does not start after reboot. After reboot the date and time
> are still correct and seem to be synchronized. But xntpd subsystem is
> inoperative. After every reboot I have to start it manually. Then I
> run ntpq -p and the output is like this:
>
> * * *remote * * * * * refid * * *st t when poll reach * delay
> offset * *disp
> ================================================== =========================*===
> *x.x.x.x * * * x.x.x.x * * *4 u * 94 *128 *377 * * 1..16 * -0.367
> 0.12
>
> So the offset is not the issue. After reboot there is no error in
> errorlog and after starting src manually ntp runs just fine without
> the crash.
> Am I doing something wrong or what? Why xntpd doesn't start after
> reboot? I have thi issue on all my LPARs in p595 server, firmware
> version SF240_320. I will appreciate any help, thanks in advance


Try strating the xntpd daemon at system boot by putting the following
entry in /etc/inittab
xntp:2nce:/usr/bin/startsrc –s xntpd > /dev/console 2>&1
I suppose xntpd doesn't get initialized through rc.tcpip. Pls correct
if I am wrong.
HTH
Ashok Sangra

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-24-2008, 04:37 PM
Marcin.Tabinowski@gmail.com
 
Posts: n/a
Default Re: aix xntp problem

On 22 Kwi, 09:44, Ashok Sangra <aksan...@gmail.com> wrote:
> On Apr 21, 8:02 pm, Marcin.Tabinow...@gmail.com wrote:
>
>
>
>
>
> > Hi

>
> > I have an annoying problem with ntp on AIX 5.3 TL7. This is what I
> > did:
> > 1. I have enabled start of xntpd in /etc/rc.tcpip
> > 2. /etc/ntp.conf looks like this:

>
> > server <my ntp server ip>
> > broadcastclient

>
> > driftfile /etc/ntp.drift
> > tracefile /etc/ntp.trace

>
> > 3. I run ntpdate <my ntp server ip>
> > 4. Finally, I run startsrc -s xntpd

>
> > The subsystem has started and runs just fine without a crash. The time
> > is correct, the date is correct, the time zone is good (I set it
> > earlier). There is no error regarding to xntp src. But...
> > The xntpd does not start after reboot. After reboot the date and time
> > are still correct and seem to be synchronized. But xntpd subsystem is
> > inoperative. After every reboot I have to start it manually. Then I
> > run ntpq -p and the output is like this:

>
> > remote refid st t when poll reach delay
> > offset disp
> > ================================================== =========================--===
> > *x.x.x.x x.x.x.x 4 u 94 128 377 1.16 -0.367
> > 0.12

>
> > So the offset is not the issue. After reboot there is no error in
> > errorlog and after starting src manually ntp runs just fine without
> > the crash.
> > Am I doing something wrong or what? Why xntpd doesn't start after
> > reboot? I have thi issue on all my LPARs in p595 server, firmware
> > version SF240_320. I will appreciate any help, thanks in advance

>
> Try strating the xntpd daemon at system boot by putting the following
> entry in /etc/inittab
> xntp:2nce:/usr/bin/startsrc -s xntpd > /dev/console 2>&1
> I suppose xntpd doesn't get initialized through rc.tcpip. Pls correct
> if I am wrong.
> HTH
> Ashok Sangra- Ukryj cytowany tekst -
>
> - Poka¿ cytowany tekst -


Conslog is clear, adding xntp:2nce:/usr/bin/startsrc -s xntpd > /dev/
console 2>&1 to inittab makes no effect, hovever when I put xntp:
2:respawn:/usr/bin/startsrc -s xntpd > /dev/console 2>&1 to inittab
and restart, the message has occured in /var/adm/ras/conslog:

INIT: Command is respawning too rapidly. Check for possible errors.
id: xntp "/usr/bin/startsrc -s xntpd /dev/console 2>&1"

The xntp subsystem was still inoperative. So, it seems the xntp is
starting and stopping very fast. But whty is it stopping? I put all
facilities in all priority levels in syslog but after restart there is
no entry in log file. There also are no errors in bootlog or errorlog.
After starting inoperative system manually the entry shows in syslog:

Apr 22 11:07:36 piwmbtdev daemon:notice xntpd[327904]: 3.4y
Apr 22 11:07:36 piwmbtdev daemon:notice xntpd[327904]: 3.4y
Apr 22 11:07:36 piwmbtdev daemon:notice xntpd[327904]: tickadj = 1000,
tick = 10000, tvu_maxslew = 99000
Apr 22 11:07:36 piwmbtdev daemon:notice xntpd[327904]: tickadj = 1000,
tick = 10000, tvu_maxslew = 99000
Apr 22 11:07:36 piwmbtdev daemon:info xntpd[327904]: precision = 6
usec

But I see no errors here either Is that possible the xntp starts at
reboot time, synchronizes the time with ntp server and then stops
normally? I think I run out of ideas abouthis silly problem :P
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-24-2008, 04:37 PM
Ashok Sangra
 
Posts: n/a
Default Re: aix xntp problem

On Apr 22, 2:21*pm, Marcin.Tabinow...@gmail.com wrote:
> On 22 Kwi, 09:44, Ashok Sangra <aksan...@gmail.com> wrote:
>
>
>
>
>
> > On Apr 21, 8:02 pm, Marcin.Tabinow...@gmail.com wrote:

>
> > > Hi

>
> > > I have an annoying problem with ntp on AIX 5.3 TL7. This is what I
> > > did:
> > > 1. I have enabled start of xntpd in /etc/rc.tcpip
> > > 2. /etc/ntp.conf looks like this:

>
> > > server <my ntp server ip>
> > > broadcastclient

>
> > > driftfile /etc/ntp.drift
> > > tracefile /etc/ntp.trace

>
> > > 3. I run ntpdate <my ntp server ip>
> > > 4. Finally, I run startsrc -s xntpd

>
> > > The subsystem has started and runs just fine without a crash. The time
> > > is correct, the date is correct, the time zone is good (I set it
> > > earlier). There is no error regarding to xntp src. But...
> > > The xntpd does not start after reboot. After reboot the date and time
> > > are still correct and seem to be synchronized. But xntpd subsystem is
> > > inoperative. After every reboot I have to start it manually. Then I
> > > run ntpq -p and the output is like this:

>
> > > * * *remote * * * * * refid * * *st t when poll reach * delay
> > > offset * *disp
> > > ================================================== =========================*--===
> > > *x.x.x.x * * * x.x.x.x * * *4 u * 94 *128 *377 * * 1.16 * -0.367
> > > 0.12

>
> > > So the offset is not the issue. After reboot there is no error in
> > > errorlog and after starting src manually ntp runs just fine without
> > > the crash.
> > > Am I doing something wrong or what? Why xntpd doesn't start after
> > > reboot? I have thi issue on all my LPARs in p595 server, firmware
> > > version SF240_320. I will appreciate any help, thanks in advance

>
> > Try strating the xntpd daemon at system boot by putting the following
> > entry in /etc/inittab
> > xntp:2nce:/usr/bin/startsrc -s xntpd > /dev/console 2>&1
> > I suppose xntpd doesn't get initialized through rc.tcpip. Pls correct
> > if I am wrong.
> > HTH
> > Ashok Sangra- Ukryj cytowany tekst -

>
> > - Poka¿ cytowany tekst -

>
> Conslog is clear, adding xntp:2nce:/usr/bin/startsrc -s xntpd > /dev/
> console 2>&1 to inittab makes no effect, hovever when I put xntp:
> 2:respawn:/usr/bin/startsrc -s xntpd > /dev/console 2>&1 to inittab
> and restart, the message has occured in /var/adm/ras/conslog:
>
> INIT: Command is respawning too rapidly. Check for possible errors.
> id: *xntp "/usr/bin/startsrc -s xntpd /dev/console 2>&1"
>
> The xntp subsystem was still inoperative. So, it seems the xntp is
> starting and stopping very fast. But whty is it stopping? I put all
> facilities in all priority levels in syslog but after restart there is
> no entry in log file. There also are no errors in bootlog or errorlog.
> After starting inoperative system manually the entry shows in syslog:
>
> Apr 22 11:07:36 piwmbtdev daemon:notice xntpd[327904]: 3.4y
> Apr 22 11:07:36 piwmbtdev daemon:notice xntpd[327904]: 3.4y
> Apr 22 11:07:36 piwmbtdev daemon:notice xntpd[327904]: tickadj = 1000,
> tick = 10000, tvu_maxslew = 99000
> Apr 22 11:07:36 piwmbtdev daemon:notice xntpd[327904]: tickadj = 1000,
> tick = 10000, tvu_maxslew = 99000
> Apr 22 11:07:36 piwmbtdev daemon:info xntpd[327904]: precision = 6
> usec
>
> But I see no errors here either Is that possible the xntp starts at
> reboot time, synchronizes the time with ntp server and then stops
> normally? I think I run out of ideas abouthis silly problem :P- Hide quoted text -
>
> - Show quoted text -


As mentioned by you in your original post - running startsrc -s xntpd
from the command line starts the daemon and keeps it running. Then it
should also be running without any issue when it is run through
inittab. This is just to automate the start of process and to keep it
running at that runlevel.
-Ashok
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-24-2008, 04:37 PM
Marcin.Tabinowski@gmail.com
 
Posts: n/a
Default Re: aix xntp problem

On 22 Kwi, 11:38, Ashok Sangra <aksan...@gmail.com> wrote:
> On Apr 22, 2:21Â*pm, Marcin.Tabinow...@gmail.com wrote:
>
>
>
>
>
> > On 22 Kwi, 09:44, Ashok Sangra <aksan...@gmail.com> wrote:

>
> > > On Apr 21, 8:02 pm, Marcin.Tabinow...@gmail.com wrote:

>
> > > > Hi

>
> > > > I have an annoying problem with ntp on AIX 5.3 TL7. This is what I
> > > > did:
> > > > 1. I have enabled start of xntpd in /etc/rc.tcpip
> > > > 2. /etc/ntp.conf looks like this:

>
> > > > server <my ntp server ip>
> > > > broadcastclient

>
> > > > driftfile /etc/ntp.drift
> > > > tracefile /etc/ntp.trace

>
> > > > 3. I run ntpdate <my ntp server ip>
> > > > 4. Finally, I run startsrc -s xntpd

>
> > > > The subsystem has started and runs just fine without a crash. The time
> > > > is correct, the date is correct, the time zone is good (I set it
> > > > earlier). There is no error regarding to xntp src. But...
> > > > The xntpd does not start after reboot. After reboot the date and time
> > > > are still correct and seem to be synchronized. But xntpd subsystem is
> > > > inoperative. After every reboot I have to start it manually. Then I
> > > > run ntpq -p and the output is like this:

>
> > > > Â* Â* Â*remote Â* Â* Â* Â* Â* refid Â* Â* Â*st t when poll reach Â* delay
> > > > offset Â* Â*disp
> > > > ================================================== =========================Â*Â*--===
> > > > *x.x.x.x Â* Â* Â* x.x.x.x Â* Â* Â*4 u Â*94 Â*128 Â*377 Â* Â* 1.16 Â* -0.367
> > > > 0.12

>
> > > > So the offset is not the issue. After reboot there is no error in
> > > > errorlog and after starting src manually ntp runs just fine without
> > > > the crash.
> > > > Am I doing something wrong or what? Why xntpd doesn't start after
> > > > reboot? I have thi issue on all my LPARs in p595 server, firmware
> > > > version SF240_320. I will appreciate any help, thanks in advance

>
> > > Try strating the xntpd daemon at system boot by putting the following
> > > entry in /etc/inittab
> > > xntp:2nce:/usr/bin/startsrc -s xntpd > /dev/console 2>&1
> > > I suppose xntpd doesn't get initialized through rc.tcpip. Pls correct
> > > if I am wrong.
> > > HTH
> > > Ashok Sangra- Ukryj cytowany tekst -

>
> > > - Poka¿ cytowany tekst -

>
> > Conslog is clear, adding xntp:2nce:/usr/bin/startsrc -s xntpd > /dev/
> > console 2>&1 to inittab makes no effect, hovever when I put xntp:
> > 2:respawn:/usr/bin/startsrc -s xntpd > /dev/console 2>&1 to inittab
> > and restart, the message has occured in /var/adm/ras/conslog:

>
> > INIT: Command is respawning too rapidly. Check for possible errors.
> > id: Â*xntp "/usr/bin/startsrc -s xntpd /dev/console 2>&1"

>
> > The xntp subsystem was still inoperative. So, it seems the xntp is
> > starting and stopping very fast. But whty is it stopping? I put all
> > facilities in all priority levels in syslog but after restart there is
> > no entry in log file. There also are no errors in bootlog or errorlog.
> > After starting inoperative system manually the entry shows in syslog:

>
> > Apr 22 11:07:36 piwmbtdev daemon:notice xntpd[327904]: 3.4y
> > Apr 22 11:07:36 piwmbtdev daemon:notice xntpd[327904]: 3.4y
> > Apr 22 11:07:36 piwmbtdev daemon:notice xntpd[327904]: tickadj = 1000,
> > tick = 10000, tvu_maxslew = 99000
> > Apr 22 11:07:36 piwmbtdev daemon:notice xntpd[327904]: tickadj = 1000,
> > tick = 10000, tvu_maxslew = 99000
> > Apr 22 11:07:36 piwmbtdev daemon:info xntpd[327904]: precision = 6
> > usec

>
> > But I see no errors here either Is that possible the xntp starts at
> > reboot time, synchronizes the time with ntp server and then stops
> > normally? I think I run out of ideas abouthis silly problem :P- Hide quoted text -

>
> > - Show quoted text -

>
> As mentioned by you in your original post - running startsrc -s xntpd
> from the command line starts the daemon and keeps it running. Then it
> should also be running without any issue when it is run through
> inittab. This is just to automate the start of process and to keep it
> running at that runlevel.
> -Ashok- Ukryj cytowany tekst -
>
> - Pokaż cytowany tekst -


Well, it should but this isn't happening. As I posted above, puting an
entry in inittab:
xntp:2nce:/usr/bin/startsrc -s xntpd > /dev/console 2>&1
and rebooting does NOT start xntpd. It is still inoperative and I
could't find any error in any place in AIX.
I know, it's strange. I have the latest version of AIX with latest
technical level and fix packs. Maybe there is just an unknown error.
But thank You for Your reply, appreciate this
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-24-2008, 04:37 PM
Hajo Ehlers
 
Posts: n/a
Default Re: aix xntp problem

On Apr 22, 11:21 am, Marcin.Tabinow...@gmail.com wrote:
> On 22 Kwi, 09:44, Ashok Sangra <aksan...@gmail.com> wrote:
>
>
>
> > On Apr 21, 8:02 pm, Marcin.Tabinow...@gmail.com wrote:

>
> > > Hi

>
> > > I have an annoying problem with ntp on AIX 5.3 TL7. This is what I
> > > did:
> > > 1. I have enabled start of xntpd in /etc/rc.tcpip
> > > 2. /etc/ntp.conf looks like this:

>
> > > server <my ntp server ip>
> > > broadcastclient

>
> > > driftfile /etc/ntp.drift
> > > tracefile /etc/ntp.trace

>
> > > 3. I run ntpdate <my ntp server ip>
> > > 4. Finally, I run startsrc -s xntpd

>
> > > The subsystem has started and runs just fine without a crash. The time
> > > is correct, the date is correct, the time zone is good (I set it
> > > earlier). There is no error regarding to xntp src. But...
> > > The xntpd does not start after reboot. After reboot the date and time
> > > are still correct and seem to be synchronized. But xntpd subsystem is
> > > inoperative. After every reboot I have to start it manually. Then I
> > > run ntpq -p and the output is like this:

>
> > > remote refid st t when poll reach delay
> > > offset disp
> > > ================================================== =========================--===
> > > *x.x.x.x x.x.x.x 4 u 94 128 377 1.16 -0.367
> > > 0.12

>
> > > So the offset is not the issue. After reboot there is no error in
> > > errorlog and after starting src manually ntp runs just fine without
> > > the crash.
> > > Am I doing something wrong or what? Why xntpd doesn't start after
> > > reboot? I have thi issue on all my LPARs in p595 server, firmware
> > > version SF240_320. I will appreciate any help, thanks in advance

>
> > Try strating the xntpd daemon at system boot by putting the following
> > entry in /etc/inittab
> > xntp:2nce:/usr/bin/startsrc -s xntpd > /dev/console 2>&1
> > I suppose xntpd doesn't get initialized through rc.tcpip. Pls correct
> > if I am wrong.
> > HTH
> > Ashok Sangra- Ukryj cytowany tekst -

>
> > - Poka¿ cytowany tekst -

>
> Conslog is clear, adding xntp:2nce:/usr/bin/startsrc -s xntpd > /dev/
> console 2>&1 to inittab makes no effect, hovever when I put xntp:
> 2:respawn:/usr/bin/startsrc -s xntpd > /dev/console 2>&1 to inittab
> and restart, the message has occured in /var/adm/ras/conslog:
>
> INIT: Command is respawning too rapidly. Check for possible errors.
> id: xntp "/usr/bin/startsrc -s xntpd /dev/console 2>&1"
>
> The xntp subsystem was still inoperative. So, it seems the xntp is
> starting and stopping very fast. But whty is it stopping? I put all
> facilities in all priority levels in syslog but after restart there is
> no entry in log file. There also are no errors in bootlog or errorlog.
> After starting inoperative system manually the entry shows in syslog:
>
> Apr 22 11:07:36 piwmbtdev daemon:notice xntpd[327904]: 3.4y
> Apr 22 11:07:36 piwmbtdev daemon:notice xntpd[327904]: 3.4y
> Apr 22 11:07:36 piwmbtdev daemon:notice xntpd[327904]: tickadj = 1000,
> tick = 10000, tvu_maxslew = 99000
> Apr 22 11:07:36 piwmbtdev daemon:notice xntpd[327904]: tickadj = 1000,
> tick = 10000, tvu_maxslew = 99000
> Apr 22 11:07:36 piwmbtdev daemon:info xntpd[327904]: precision = 6
> usec
>
> But I see no errors here either Is that possible the xntp starts at
> reboot time, synchronizes the time with ntp server and then stops
> normally? I think I run out of ideas abouthis silly problem :P


1) Disable xntpd in the /etc/rc.tcpcip
2) Start xntpd from the inittab as the LAST entry and directly with
the debug option
...
xntp:2nce:/usr/sbin/xntpd -D 10 > /dev/console 2>&1

In case it is working move the initab entry directly AFTER the
rctcpip:23456789: .....
entry

Also check that the inittab order is correct. meaning that the network
is already configured and the rctcpip is right after srcmstr.
Example:
...
srcmstr:23456789:respawn:/usr/sbin/srcmstr # System Resource
Controller
rctcpip:23456789:wait:/e
...

Also check your /etc/rc.net file. Cuurently i assume that at the time
you try to start the xntpd the network is not configured.
For debuuging you can also write a wrapper script for the xntpd to
check the environment at the time the xntpd started.
Meaning move /usr/sbin/xntpd to /usr/sbin/xntpd.exe and create a shell
script /usr/sbin/xntpd , make it executable and reactivate the start
from the rc.tcpip.
The script itself could look like

#!/usr/bin/ksh
ifconfig -a
echo $PATH
/usr/sbin/xntpd -D


hth
Hajo
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-24-2008, 04:37 PM
Hajo Ehlers
 
Posts: n/a
Default Re: aix xntp problem ( Fix for wrapper )

> /usr/sbin/xntpd -D

This must be of cource
/usr/sbin/xntpd.exe -D


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:10 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145