World: r3wp
[Linux] group for linux REBOL users
older newer | first last |
Graham 5-Apr-2007 [1228] | I used date to set the time correctly .. now going to wait 20 mins and see what happens |
btiffin 5-Apr-2007 [1229x2] | Write a little script like forever [print now/exact wait 00:05:00] and log it or just monitor |
/exact = /precise sorry. | |
Graham 5-Apr-2007 [1231] | already lost 2 mins :( |
btiffin 5-Apr-2007 [1232x2] | Battery failing...? Something not right in the system clock ticker? |
Or is it just the fedora image? | |
Graham 5-Apr-2007 [1234x3] | must be a vmware bug |
because the actual hardware clock is correct. | |
and it's just fedora core 6 image that is doing this. | |
btiffin 5-Apr-2007 [1237] | Something might be eating interrupts...you know to ...help |
Graham 5-Apr-2007 [1238x3] | well, the only thing I have running is uniserve, and the imap server |
cheyenne | |
perhaps I should run a script that fixes the date every minute! | |
btiffin 5-Apr-2007 [1241] | Heehee...if you can't beat 'em |
Graham 5-Apr-2007 [1242] | now where is the ntp protocol ? |
btiffin 5-Apr-2007 [1243x2] | A google of fedora time drift vmware shows a lot of info |
Debian I just executed apt-get install ntp and then forgot about it. | |
Graham 5-Apr-2007 [1245x2] | crontab ntpdate ! |
looks like this is a common problem | |
btiffin 5-Apr-2007 [1247] | Yep. |
Graham 5-Apr-2007 [1248x2] | http://kbase.redhat.com/faq/FAQ_43_9259.shtm |
seems it may be a config issue | |
btiffin 5-Apr-2007 [1250] | Good luck. |
Graham 5-Apr-2007 [1251x3] | thanks! |
Looks like I have to install gcc ... | |
crap .. now it can't resolve dependencies to install gcc. | |
btiffin 5-Apr-2007 [1254] | Does Fedora use rpm? |
Graham 5-Apr-2007 [1255] | use ... I think I need to click on the fc6 specific gcc package |
btiffin 5-Apr-2007 [1256] | To get all the dependencies (I don't use rpm - mistakes maybe) $ rpm -q --qf \ "[%{REQUIRENAME} %{REQUIREFLAGS:depflags} %{REQUIREVERSION}\n]" gcc |
Graham 5-Apr-2007 [1257] | Now the installer wants the c header files for my kernel. How do ordinary guys cope with this ?? |
btiffin 5-Apr-2007 [1258] | With lots of coffee |
Graham 5-Apr-2007 [1259] | Windows certainly does have advantages |
btiffin 5-Apr-2007 [1260] | Kernel rebuilds are great...you'll be able to puff out your chest when you are done. But. have you scoured google and the vmware site for patches? My first kernel rebuild was an all nighter. |
Graham 5-Apr-2007 [1261x4] | not yet .. i'm just running the vmware-tools-config.pl script |
and responding to what it needs. | |
it needs gcc, now installed. | |
now it needs kernel headers .. looking for those to install. | |
btiffin 5-Apr-2007 [1265x2] | Yeah...It can get funky - and very very particular. But once you're set up, you'll be king. |
Or insane, whatever comes first. Go for King. :) | |
Graham 5-Apr-2007 [1267x2] | all this just to set my time right! |
I'm going to leave a nasty comment to the person who uploaded this image! | |
btiffin 5-Apr-2007 [1269] | Under vmware/fedora - not the normal everyday config. :) |
Graham 5-Apr-2007 [1270] | found a how on source-forge |
btiffin 5-Apr-2007 [1271x2] | Nice. Good luck. |
Ahh, blows. It gets very very particular. | |
Graham 5-Apr-2007 [1273x2] | This is getting silly. I have to run a daytime server on windows 2003 server so that my cron job on the fedora side can read the time and then set the time. |
well, that seems to work though! | |
btiffin 5-Apr-2007 [1275x2] | :) Long live the King. |
Does the clock drift immediately after that? Or did you win. | |
Graham 5-Apr-2007 [1277] | well it drifts but I correct it every 2 minutes with my rebol script. |
older newer | first last |