FAQWindows-Expert.com Forum Index  •   FAQFAQ  •  SearchSearch
Windows-Expert.com
Find Windows Problems and Solutions
 
Log indicating when I rebooted computer?
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Windows-Expert.com Forum Index -> Windows XP General
View previous topic :: View next topic  
Author Message
Paul
Guest





PostPosted: Fri Apr 03, 2009 8:50 pm    Post subject: Log indicating when I rebooted computer? Reply with quote

Is there a log kept by Windows indicating when the computer was rebooted?
Since I upgraded my RAM I have been wondering how often I've done this. All
I know is that it hasn't been all that often but that's a bit too vague...

--
Paul
Office 2003
XP SP3
Dell Inspiron 1501
Back to top
Terry R.
Guest





PostPosted: Fri Apr 03, 2009 9:02 pm    Post subject: Re: Log indicating when I rebooted computer? Reply with quote

The date and time was Friday, April 03, 2009 3:50:54 PM, and on a whim,
Paul pounded out on the keyboard:

Quote:
Is there a log kept by Windows indicating when the computer was rebooted?
Since I upgraded my RAM I have been wondering how often I've done this. All
I know is that it hasn't been all that often but that's a bit too vague...


Hi Paul,

In Event Viewer, you can check and see when the EventLog service was
stopped. Usually that happens only when shutting down or restarting. It
has an Event ID of 6006. When the service starts, the Event ID is 6005.


Terry R.
--
Anti-spam measures are included in my email address.
Delete NOSPAM from the email address after clicking Reply.
Back to top
Paul
Guest





PostPosted: Fri Apr 03, 2009 9:14 pm    Post subject: Re: Log indicating when I rebooted computer? Reply with quote

Great. In the Event Viewer, I found the System category that showed the
EventLog service with those numbers. OK now I know where to look. Thanks.

--
Paul
Office 2003
XP SP3
Dell Inspiron 1501


"Terry R." <F1Com@NOSPAMpobox.com> wrote in message
news:O8fC6ALtJHA.5652@TK2MSFTNGP05.phx.gbl...
Quote:
The date and time was Friday, April 03, 2009 3:50:54 PM, and on a whim,
Paul pounded out on the keyboard:

Is there a log kept by Windows indicating when the computer was rebooted?
Since I upgraded my RAM I have been wondering how often I've done this.
All I know is that it hasn't been all that often but that's a bit too
vague...


Hi Paul,

In Event Viewer, you can check and see when the EventLog service was
stopped. Usually that happens only when shutting down or restarting. It
has an Event ID of 6006. When the service starts, the Event ID is 6005.


Terry R.
--
Anti-spam measures are included in my email address.
Delete NOSPAM from the email address after clicking Reply.
Back to top
Tim Meddick
Guest





PostPosted: Fri Apr 03, 2009 9:24 pm    Post subject: Re: Log indicating when I rebooted computer? Reply with quote

Hi Paul,
No, there's no record of boot-up times in a log - I think there
should be - but, it's not hard to start one. Create a simple batch file
with the following line in it: (Batch file is a text file with the
extension .bat)

echo Booted at: %TIME% on %DATE% >> C:\WINDOWS\BOOTUP.LOG

....then put a shortcut to this file in your startup folder and set it to
"run minimized" This will make a bootup.log file in your Windows folder
containing entries for each time it was run. Alternatively (if you know
what you're doing), put the line in a batch file and set it as a startup
script using the Group Policy Editor (Computer Config. > Windows Settings >
Scripts > Startup and press browse and browse for your batch file).
--

Cheers, Tim Meddick, Peckham, London.


"Paul" <nospam@spamfree.com> wrote in message
news:Oq3hp6KtJHA.2776@TK2MSFTNGP03.phx.gbl...
Quote:
Is there a log kept by Windows indicating when the computer was rebooted?
Since I upgraded my RAM I have been wondering how often I've done this.
All I know is that it hasn't been all that often but that's a bit too
vague...

--
Paul
Office 2003
XP SP3
Dell Inspiron 1501


Back to top
Mike Torello
Guest





PostPosted: Fri Apr 03, 2009 10:36 pm    Post subject: Re: Log indicating when I rebooted computer? Reply with quote

"Tim Meddick" <timmeddick@gawab.com> wrote:

Quote:
Hi Paul,
No, there's no record of boot-up times in a log - I think there
should be - but, it's not hard to start one. Create a simple batch file
with the following line in it: (Batch file is a text file with the
extension .bat)

echo Booted at: %TIME% on %DATE% >> C:\WINDOWS\BOOTUP.LOG

...then put a shortcut to this file in your startup folder and set it to
"run minimized" This will make a bootup.log file in your Windows folder
containing entries for each time it was run. Alternatively (if you know
what you're doing), put the line in a batch file and set it as a startup
script using the Group Policy Editor (Computer Config. > Windows Settings
Scripts > Startup and press browse and browse for your batch file).
--

Cheers, Tim Meddick, Peckham, London.

Very cute... but looking in the Event Logs is a much simpler way.
Back to top
Paul
Guest





PostPosted: Fri Apr 03, 2009 10:38 pm    Post subject: Re: Log indicating when I rebooted computer? Reply with quote

Sorry XP Home here. I've adjusted my sig to indicate that--so I'll use the
batch file. Already got it tucked away in my startup menu, thanks.

--
Paul
Office 2003
XP Home SP3
Dell Inspiron 1501


"Tim Meddick" <timmeddick@gawab.com> wrote in message
news:uxeLrNLtJHA.1492@TK2MSFTNGP03.phx.gbl...
Quote:
Hi Paul,
No, there's no record of boot-up times in a log - I think there
should be - but, it's not hard to start one. Create a simple batch file
with the following line in it: (Batch file is a text file with the
extension .bat)

echo Booted at: %TIME% on %DATE% >> C:\WINDOWS\BOOTUP.LOG

...then put a shortcut to this file in your startup folder and set it to
"run minimized" This will make a bootup.log file in your Windows folder
containing entries for each time it was run. Alternatively (if you know
what you're doing), put the line in a batch file and set it as a startup
script using the Group Policy Editor (Computer Config. > Windows Settings
Scripts > Startup and press browse and browse for your batch file).
--

Cheers, Tim Meddick, Peckham, London.


"Paul" <nospam@spamfree.com> wrote in message
news:Oq3hp6KtJHA.2776@TK2MSFTNGP03.phx.gbl...
Is there a log kept by Windows indicating when the computer was rebooted?
Since I upgraded my RAM I have been wondering how often I've done this.
All I know is that it hasn't been all that often but that's a bit too
vague...

--
Paul
Office 2003
XP SP3
Dell Inspiron 1501




Back to top
Tim Meddick
Guest





PostPosted: Sat Apr 04, 2009 2:33 am    Post subject: Re: Log indicating when I rebooted computer? Reply with quote

Hi Mike,
Cute? I like that! Simpler? Even better! - what could be
more simple than pasting:

echo Booted at: %TIME% on %DATE% >> C:\WINDOWS\BOOTUP.LOG

into a batch file and running it at boot-time to get a file with entries
like this in it:

Booted at: 3:30:06.82 on 01-04-09
Booted at: 5:20:56.40 on 04-04-09

Whereas you can open up Event Viewer and "estimate" the boot-times from
where the current events have a break in continuity. And this is only for a
default of the past 21 days whereas, this way, an unlimited and accurate
list of times is kept. Also, the registry holds the last booted up time
only. I really think folks are quite hopeless if anyone thinks this is too
complex for them. They should try and stretch themselves just a little bit.
--

Cheers, Tim Meddick, Peckham, London.


"Mike Torello" <torellom@chicoplt.com> wrote in message
news:jqadt4to206q85djmepa0u48p3kvbnr2fg@4ax.com...
Quote:
"Tim Meddick" <timmeddick@gawab.com> wrote:

Hi Paul,
No, there's no record of boot-up times in a log - I think
there
should be - but, it's not hard to start one. Create a simple batch file
with the following line in it: (Batch file is a text file with the
extension .bat)

echo Booted at: %TIME% on %DATE% >> C:\WINDOWS\BOOTUP.LOG

...then put a shortcut to this file in your startup folder and set it to
"run minimized" This will make a bootup.log file in your Windows folder
containing entries for each time it was run. Alternatively (if you know
what you're doing), put the line in a batch file and set it as a startup
script using the Group Policy Editor (Computer Config. > Windows Settings

Scripts > Startup and press browse and browse for your batch file).
--

Cheers, Tim Meddick, Peckham, London.

Very cute... but looking in the Event Logs is a much simpler way.
Back to top
Guest
Guest



Posts
Location

PostPosted: Sat Apr 04, 2009 2:33 am    Post subject: Google Ads Reply with quote

Back to top
Terry R.
Guest





PostPosted: Sat Apr 04, 2009 3:22 am    Post subject: Re: Log indicating when I rebooted computer? Reply with quote

The date and time was Friday, April 03, 2009 9:33:56 PM, and on a whim,
Tim Meddick pounded out on the keyboard:

Quote:
Hi Mike,
Cute? I like that! Simpler? Even better! - what could be
more simple than pasting:

echo Booted at: %TIME% on %DATE% >> C:\WINDOWS\BOOTUP.LOG

into a batch file and running it at boot-time to get a file with entries
like this in it:

Booted at: 3:30:06.82 on 01-04-09
Booted at: 5:20:56.40 on 04-04-09

Whereas you can open up Event Viewer and "estimate" the boot-times from
where the current events have a break in continuity. And this is only for a
default of the past 21 days whereas, this way, an unlimited and accurate
list of times is kept. Also, the registry holds the last booted up time
only. I really think folks are quite hopeless if anyone thinks this is too
complex for them. They should try and stretch themselves just a little bit.

It's not an "estimate" at all. EventLog is one of the services to
start. Not rocket science.

If the OP is wondering how many times he's rebooted since he upgraded
RAM, I doubt your argument of 21 days is even relevant.

I take offensive at your comment that we are "quite hopeless". You're
far from the expert in this arena pal.



Terry R.
--
Anti-spam measures are included in my email address.
Delete NOSPAM from the email address after clicking Reply.
Back to top
Gerry
Guest





PostPosted: Sat Apr 04, 2009 9:24 am    Post subject: Re: Log indicating when I rebooted computer? Reply with quote

Tim

Where do get this from "default of the past 21 days" ?

Your log(s) have been set to 21 days by you! It is not the default according
to this Extract from Help.

Setting options for logging events
Application and system logging start automatically when you start the
computer. Logging stops when an event log becomes full and cannot overwrite
itself, either because it has been set for manual clearing or because the
first event in the log is not old enough. You use Group Policy to set up
security logging.
To define logging parameters for each kind of log, in the Event View console
tree, right-click the type of log, and then click Properties. On the General
tab, you can set the maximum size of the log and specify whether the events
are overwritten or stored for a certain period of time.
The default logging policy is to overwrite logs as needed, provided events
are at least seven days old. You can customize this policy for different
logs.
The Event log wrapping options include the following.
UseTo
Overwrite events as needed. Have new events continue to be written when the
log is full. Each new event replaces the oldest event in the log. This
option is a good choice for low-maintenance systems.
Overwrite events older than [x] daysRetain the log for the number of days
you specify before overwriting events. The default is seven days. This
option is the best choice if you want to archive log files weekly. This
strategy minimizes the chance of losing important log entries and at the
same time keeps log sizes reasonable.
Do not overwrite eventsClear the log manually rather than automatically.
Select this option only if you cannot afford to miss an event (for example,
for the security log at a site where security is extremely important).

Notes
When a log is full and no more events can be logged, you can free the log by
clearing it. Reducing the amount of time you keep an event also frees the
log if it allows the next record to be overwritten.
Each log file has an initial maximum size of 512 KB. You can increase the
maximum log size to the capacity of the disk and memory, or you can decrease
the maximum log size. Before decreasing a log's size, you must clear the
log.
Source: Event Viewer Help.

My own choice is "Overwrite events as needed" A maximum size of 512 kb is
overlarge so a lower setting may be desirable if the user is short on disk
space. However, you cannot win much disk space even allowing that there are
three logs.

--


Hope this helps.

Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~

Tim Meddick wrote:
Quote:
Hi Mike,
Cute? I like that! Simpler? Even better! - what
could be more simple than pasting:

echo Booted at: %TIME% on %DATE% >> C:\WINDOWS\BOOTUP.LOG

into a batch file and running it at boot-time to get a file with
entries like this in it:

Booted at: 3:30:06.82 on 01-04-09
Booted at: 5:20:56.40 on 04-04-09

Whereas you can open up Event Viewer and "estimate" the boot-times
from where the current events have a break in continuity. And this
is only for a default of the past 21 days whereas, this way, an
unlimited and accurate list of times is kept. Also, the registry
holds the last booted up time only. I really think folks are quite
hopeless if anyone thinks this is too complex for them. They should
try and stretch themselves just a little bit.
"Mike Torello" <torellom@chicoplt.com> wrote in message
news:jqadt4to206q85djmepa0u48p3kvbnr2fg@4ax.com...
"Tim Meddick" <timmeddick@gawab.com> wrote:

Hi Paul,
No, there's no record of boot-up times in a log - I think
there
should be - but, it's not hard to start one. Create a simple batch
file with the following line in it: (Batch file is a text file
with the extension .bat)

echo Booted at: %TIME% on %DATE% >> C:\WINDOWS\BOOTUP.LOG

...then put a shortcut to this file in your startup folder and set
it to "run minimized" This will make a bootup.log file in your
Windows folder containing entries for each time it was run.
Alternatively (if you know what you're doing), put the line in a
batch file and set it as a startup script using the Group Policy
Editor (Computer Config. > Windows Settings

Scripts > Startup and press browse and browse for your batch file).
--

Cheers, Tim Meddick, Peckham, London.

Very cute... but looking in the Event Logs is a much simpler way.
Back to top
Tim Meddick
Guest





PostPosted: Sat Apr 04, 2009 3:08 pm    Post subject: Re: Log indicating when I rebooted computer? Reply with quote

Look, you're all missing the point here. Does or does not Event Viewer list
an event "Boot Time"? No it does not. The original question was "Does
Windows [XP] indicate[ing] when the computer was rebooted?" My answer was
"no" it does not. My "batch file" solution was, I think, fairly simple,
like me. Is the code I quoted wrong in some way? Will it work like I said
or not? If I am wrong in any of the above, please POINT IT OUT! I never
suggested that I was expert in anything and you're "pal" comment I take
offence at. My only interest is to try to help other people out with some
simple answers that are within my purview of ability. Okay, I admit I was
incorrect when I said 21day default for Event Viewer, so what! That's no
reason to jump all over me with threatening and condescending language, I
think. Why don't you all go and gang up on someone else...
--

Cheers, Tim Meddick, Peckham, London.


"Gerry" <gerry@nospam.com> wrote in message
news:uCLgOgRtJHA.5912@TK2MSFTNGP02.phx.gbl...
Quote:
Tim

Where do get this from "default of the past 21 days" ?

Your log(s) have been set to 21 days by you! It is not the default
according to this Extract from Help.

Setting options for logging events
Application and system logging start automatically when you start the
computer. Logging stops when an event log becomes full and cannot
overwrite itself, either because it has been set for manual clearing or
because the first event in the log is not old enough. You use Group Policy
to set up security logging.
To define logging parameters for each kind of log, in the Event View
console tree, right-click the type of log, and then click Properties. On
the General tab, you can set the maximum size of the log and specify
whether the events are overwritten or stored for a certain period of time.
The default logging policy is to overwrite logs as needed, provided events
are at least seven days old. You can customize this policy for different
logs.
The Event log wrapping options include the following.
UseTo
Overwrite events as needed. Have new events continue to be written when
the log is full. Each new event replaces the oldest event in the log. This
option is a good choice for low-maintenance systems.
Overwrite events older than [x] daysRetain the log for the number of days
you specify before overwriting events. The default is seven days. This
option is the best choice if you want to archive log files weekly. This
strategy minimizes the chance of losing important log entries and at the
same time keeps log sizes reasonable.
Do not overwrite eventsClear the log manually rather than automatically.
Select this option only if you cannot afford to miss an event (for
example, for the security log at a site where security is extremely
important).

Notes
When a log is full and no more events can be logged, you can free the log
by clearing it. Reducing the amount of time you keep an event also frees
the log if it allows the next record to be overwritten.
Each log file has an initial maximum size of 512 KB. You can increase the
maximum log size to the capacity of the disk and memory, or you can
decrease the maximum log size. Before decreasing a log's size, you must
clear the log.
Source: Event Viewer Help.

My own choice is "Overwrite events as needed" A maximum size of 512 kb is
overlarge so a lower setting may be desirable if the user is short on disk
space. However, you cannot win much disk space even allowing that there
are three logs.

--


Hope this helps.

Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~

Tim Meddick wrote:
Hi Mike,
Cute? I like that! Simpler? Even better! - what
could be more simple than pasting:

echo Booted at: %TIME% on %DATE% >> C:\WINDOWS\BOOTUP.LOG

into a batch file and running it at boot-time to get a file with
entries like this in it:

Booted at: 3:30:06.82 on 01-04-09
Booted at: 5:20:56.40 on 04-04-09

Whereas you can open up Event Viewer and "estimate" the boot-times
from where the current events have a break in continuity. And this
is only for a default of the past 21 days whereas, this way, an
unlimited and accurate list of times is kept. Also, the registry
holds the last booted up time only. I really think folks are quite
hopeless if anyone thinks this is too complex for them. They should
try and stretch themselves just a little bit.
"Mike Torello" <torellom@chicoplt.com> wrote in message
news:jqadt4to206q85djmepa0u48p3kvbnr2fg@4ax.com...
"Tim Meddick" <timmeddick@gawab.com> wrote:

Hi Paul,
No, there's no record of boot-up times in a log - I think
there
should be - but, it's not hard to start one. Create a simple batch
file with the following line in it: (Batch file is a text file
with the extension .bat)

echo Booted at: %TIME% on %DATE% >> C:\WINDOWS\BOOTUP.LOG

...then put a shortcut to this file in your startup folder and set
it to "run minimized" This will make a bootup.log file in your
Windows folder containing entries for each time it was run.
Alternatively (if you know what you're doing), put the line in a
batch file and set it as a startup script using the Group Policy
Editor (Computer Config. > Windows Settings

Scripts > Startup and press browse and browse for your batch file).
--

Cheers, Tim Meddick, Peckham, London.

Very cute... but looking in the Event Logs is a much simpler way.

Back to top
Mike Torello
Guest





PostPosted: Sat Apr 04, 2009 3:25 pm    Post subject: Re: Log indicating when I rebooted computer? Reply with quote

"Tim Meddick" <timmeddick@gawab.com> wrote:

Quote:
Why don't you all go and gang up on someone else...

It's more fun to "gang up" on a pompous know-it-all.
Back to top
Tim Meddick
Guest





PostPosted: Sat Apr 04, 2009 3:41 pm    Post subject: Re: Log indicating when I rebooted computer? Reply with quote

"A pompous know-it-all", well, you obviously know more than me then, to be
able to say that.
What's pompous about not wanting to be called "pal" in an obviously
aggressive way. I tell you, you wouldn't catch MSVP's acting in such a
degenerate manner. It takes diplomacy and tact to tell people that they've
got something wrong, something that you obviously lack. .I don't see why
trying to help people out and not wanting to get abuse for it constitutes me
being a know-it-all. I think you're just plain rude and a bad sport as
well. If it makes you feel any bigger, please continue.
--

Cheers, Tim Meddick, Peckham, London.


"Mike Torello" <torellom@chicoplt.com> wrote in message
news:ku5ft49rniuo2vq7casmmlskloglsofc0p@4ax.com...
Quote:
"Tim Meddick" <timmeddick@gawab.com> wrote:

Why don't you all go and gang up on someone else...

It's more fun to "gang up" on a pompous know-it-all.
Back to top
Terry R.
Guest





PostPosted: Sat Apr 04, 2009 3:54 pm    Post subject: Re: Log indicating when I rebooted computer? Reply with quote

The date and time was Saturday, April 04, 2009 10:08:02 AM, and on a
whim, Tim Meddick pounded out on the keyboard:

Quote:
Look, you're all missing the point here. Does or does not Event Viewer list
an event "Boot Time"? No it does not. The original question was "Does
Windows [XP] indicate[ing] when the computer was rebooted?" My answer was
"no" it does not. My "batch file" solution was, I think, fairly simple,
like me. Is the code I quoted wrong in some way? Will it work like I said
or not? If I am wrong in any of the above, please POINT IT OUT! I never
suggested that I was expert in anything and you're "pal" comment I take
offence at. My only interest is to try to help other people out with some
simple answers that are within my purview of ability. Okay, I admit I was
incorrect when I said 21day default for Event Viewer, so what! That's no
reason to jump all over me with threatening and condescending language, I
think. Why don't you all go and gang up on someone else...

Tim,

For one, learn to reply to the correct person. This is the third time
in a couple different threads that you have responded to the wrong
poster. I made the comments you are speaking of above, and yet you're
replying to Gerry. Doesn't make much sense, does it.

You call us "hopeless" and yet you take offense at my use of the word
"pal"? Unbelievable. Calling us "hopeless" isn't condescending? YOU
think wrong.

You missed the point also. I explained to the OP where to EASILY see
when their computer was rebooted. It wasn't a wrong answer. So you gave
another method. Don't pat yourself on the back and call the rest of us
hopeless.

Just because you offered a little one line batch file, don't discount
all the others who made suggestions. Like I said, you're not the expert
here, so don't come off as the last word and everything will be fine.


Terry R.
--
Anti-spam measures are included in my email address.
Delete NOSPAM from the email address after clicking Reply.
Back to top
Gerry
Guest





PostPosted: Sat Apr 04, 2009 4:33 pm    Post subject: Re: Log indicating when I rebooted computer? Reply with quote

Tim

Calm down. How long have been reading these newsgroups. If you believe this
"I tell you, you wouldn't catch MSVP's acting in such a degenerate manner."
it cannot be very long. Some MSVP's are very lacking in good manners!

Many contributors have sharp tongues. Stay around and you will encounter
complete idiots who enjoy baiting others just for fun. Retaliating gets you
nowhere. All you do is create a long thread contributing nothing except a
lot of hot hair over several days, It's a total wasrte of time and effort.


--


Hope this helps.

Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~

Tim Meddick wrote:
Quote:
"A pompous know-it-all", well, you obviously know more than me then,
to be able to say that.
What's pompous about not wanting to be called "pal" in an obviously
aggressive way. I tell you, you wouldn't catch MSVP's acting in such
a degenerate manner. It takes diplomacy and tact to tell people that
they've got something wrong, something that you obviously lack. .I
don't see why trying to help people out and not wanting to get abuse
for it constitutes me being a know-it-all. I think you're just plain
rude and a bad sport as well. If it makes you feel any bigger,
please continue.
"Mike Torello" <torellom@chicoplt.com> wrote in message
news:ku5ft49rniuo2vq7casmmlskloglsofc0p@4ax.com...
"Tim Meddick" <timmeddick@gawab.com> wrote:

Why don't you all go and gang up on someone else...

It's more fun to "gang up" on a pompous know-it-all.
Back to top
Terry R.
Guest





PostPosted: Sun Apr 05, 2009 3:14 am    Post subject: Re: Log indicating when I rebooted computer? Reply with quote

The date and time was Saturday, April 04, 2009 10:41:30 AM, and on a
whim, Tim Meddick pounded out on the keyboard:

Quote:
"A pompous know-it-all", well, you obviously know more than me then, to be
able to say that.
What's pompous about not wanting to be called "pal" in an obviously
aggressive way. I tell you, you wouldn't catch MSVP's acting in such a
degenerate manner. It takes diplomacy and tact to tell people that they've
got something wrong, something that you obviously lack. .I don't see why
trying to help people out and not wanting to get abuse for it constitutes me
being a know-it-all. I think you're just plain rude and a bad sport as
well. If it makes you feel any bigger, please continue.

About the same as calling someone "hopeless"! And you're wrong about
the MVP's. I have seen a lot worse, but for good reason. How
diplomatic and tactful were you calling us HOPELESS? Look in the mirror
dude and tell me YOU'RE not rude!


Terry R.
--
Anti-spam measures are included in my email address.
Delete NOSPAM from the email address after clicking Reply.
Back to top
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Windows-Expert.com Forum Index -> Windows XP General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Topic Links: syslog
Powered by phpBB © 2001, 2005 phpBB Group