Results 1 to 2 of 2
Thread: server.log reporting time in GMT
-
06-02-2006, 21:46 #1
-= TeamSpeak User =-
- Join Date
- Feb 2006
- Location
- Canada
- Posts
- 7
server.log reporting time in GMT
Simple enough quest, kindah complexe set-up...
server.log reports time in GMT I want it to report time in GMT-5 (EST, or Canada/Eastern)
I have tsserver chroot jailed, running as UID/GID tss:tss
chroot jail is at /home/tss
I could give you ls -Rl /home/tss, but the import stuff is this:
tss:tss r-x r-- --- ~/lib
tss:tss r-x r-- ---... ld-linux.so.2
tss:tss r-x r-- ---... libc.so.6
tss:tss r-- r-- ---... libdl.so.2
tss:tss r-- r-- ---... libpthread.so.0
tss:tss rw- r-- ---~/dev
tss:tss rw- r-- ---... null
tss:tss r-- r-- --- ~/etc
tss:tss r-- r-- --- ... localtime
tss:tss r-- r-- --- ~/usr/lib/locale
tss:tss r-- r-- --- ... locale-archive
tss:tss r?? r-- --- ~/ <- that's were all the ts files went to
With or without ~/etc/localtime and ~/usr/lib/locale/locale-archive the server runs, and reports the time in the log as GMT. Of course I'd prefer to have as few files in the jail as possible, but I'm kindah new to chroot jails, so I'm still not entirly sure of what's required in them. If I just need to edit server.ini and change this line:
That would be best. I already tryied DateTimeFormat=dd-mm-yyyy hh:nn:ss (GMT-5), and that didn't work ;.;Code:DateTimeFormat=dd-mm-yyyy hh:nn:ss
Course i could grep/sed the log file, but that's not really what I want, now is it? :P
Ohhh... my BIOS time is in GMT, and my debian sarge box is setup for EST time.
-
06-02-2006, 21:57 #2
-= TeamSpeak User =-
- Join Date
- Feb 2006
- Location
- Canada
- Posts
- 7
Erf... lol found it... ~.~
tss:tss r-- r-- --- ~/etc
tss:tss r-- r-- --- ... localtime
Problem is execute permissions on ~/etc...
fixed it with:
# su
# chmod u+x /home/tss/etc
Also, found out that I don't need /usr/lib/locale/locale-archive, so I deleted that file
Now to find out how to set-up MD5s on password, and set-up mysql ~.~
...
Time to perculate some coffee... lol
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
My mic start work but fail after a time!
By RodolfoJV in forum [TeamSpeak Classic] General QuestionsReplies: 4Last Post: 18-01-2006, 20:48 -
How do I clean up server.log ?
By _Qwerty_ in forum [TeamSpeak 2] Server SupportReplies: 1Last Post: 23-08-2004, 09:35 -
Limit Transmit Time
By Silverspyder247 in forum [TeamSpeak 2] General QuestionsReplies: 3Last Post: 13-07-2003, 05:37 -
Server.log more verbose
By fruit_salad in forum [TeamSpeak 2] General QuestionsReplies: 1Last Post: 26-01-2003, 02:06 -
Time Out problem
By Zid in forum [TeamSpeak 2] Client SupportReplies: 7Last Post: 19-09-2002, 19:47


Reply With Quote