Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Bug
Date: Mon, 19 Apr 2010 18:12:04
Message-Id: 4BCC9507.2060601@gmail.com
In Reply to: Re: [gentoo-user] Bug by dan blum
1 dan blum wrote:
2 > Dale,
3 >
4 > Your fix worked, so far so good. Previously, I tried setting the time from KDE and using the date function and both were overridden on re-boot. One would think that either one of these functions would override the factory presets.
5 >
6 > I see 'date' is a binary file. Does kde also use this function to change its time and date? Where would one find the source package for 'date'?
7 >
8 > Dan
9 >
10 > --- On Wed, 4/14/10, Dale<rdalek1967@×××××.com> wrote:
11 >
12 >
13 >> From: Dale<rdalek1967@×××××.com>
14 >> Subject: Re: [gentoo-user] Bug
15 >> To: gentoo-user@l.g.o
16 >> Date: Wednesday, April 14, 2010, 12:12 PM
17 >> dan blum wrote:
18 >>
19 >>> I run KDE on my system and my clock is wrong. I
20 >>>
21 >> corrected several times from KDE, which sets the time to
22 >> next boot, when it reverts to the old setting. This looks
23 >> like slight bug.
24 >>
25 >>>
26 >>>
27 >> Since mailing list users generally use threaded messages,
28 >> please start a new message instead of replying to a old
29 >> one.
30 >>
31 >> This may not be a bug. It depends on how you set your
32 >> clock. You need to check the settings in
33 >> /etc/conf.d/clock and make sure you have it set up
34 >> correctly. Also, if you are dual booting with windoze,
35 >> that makes you have to have additional settings from what I
36 >> have read in the past. Windoze sets the BIOS clock
37 >> differently than Linux. I don't have windoze so
38 >> someone else will have to help with that.
39 >>
40 >> Dale
41 >>
42 >> :-) :-)
43 >>
44
45 The date command has nothing to do with KDE. The date command is part
46 of this package:
47
48 root@smoker ~ # equery belongs date
49 * Searching for date ...
50 sys-apps/coreutils-8.4 (/bin/date)
51 root@smoker ~ #
52
53 That is a system package. KDE gets the time info from the system
54 itself. Keep in mind, Linux is a command line OS. You are able to put
55 a GUI such as KDE, Gnome etc etc, on top of that system. Unlike
56 Windoze, you can have a system with absolutely no monitor at all. Heck,
57 most servers run that way. They have no monitor, no keyboard, no mouse
58 or anything of the sort. Most windoze boxes need that and have a GUI
59 even if you don't use the monitor. Gentoo usually teaches a person
60 that. The first time you boot up, if you follow the handbook, you get a
61 command line and nothing else. I usually cheat a little bit and can get
62 a GUI tho. ;-)
63
64 Linux has a factory preset but you have to tell it what time zone you
65 are in. Same with any OS I guess. After all, you can have a OS
66 anywhere in the world. The computer has no idea where the heck it is
67 until someone tells it.
68
69 Glad you got that one sorted tho.
70
71 Dale
72
73 :-) :-)