Re: [gentoo-user] time always wrong with dual boot

2003-09-11 Thread Meka[ni]
On Wed, 10 Sep 2003 19:57:40 -0500
Andrew Gaffney [EMAIL PROTECTED] wrote:

 gabriel wrote:
  On Wed, 2003-09-10 at 12:15, Alberto Bert wrote:
  
 On Sep 09 at 05:32PM-0500, Andrew Gaffney wrote:
 
 Alberto Bert wrote:
 
 Hi all,
 
 I've got a dual boot win and gentoo and I decided to use the GTM time for
 the linux kernel, but I would like to see my local time.
 
 Unfortunately windows seem to touch the time and in gentoo I've always a
 wrong time.
 
 I think this is an old problem... Is there any way to overcome it?
 
 Yes, I've got a one-liner for you:
 
 dd if=/dev/zero of=/dev/hda1 (or whatever partition Windows is on)
 
 What is it supposed to do? I don't know what /dev/zero is...
  
  
  u...  won't that just nuke /dev/hda1?  not much of a solution.  and
  not a very kind thing to post to a list full of newbies.
 
 Uhh, that's kind of the point (assuming Windows is on /dev/hda1). It was 
 meant to be a joke.
 
 -- 
 Andrew Gaffney
 
 
 --
 [EMAIL PROTECTED] mailing list
 
And what time does it change? Time of files or system time? In later case, you 
only need
to change /etc/rc.conf so CLOCK=local. Good luck :o)


Meka[ni]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] time always wrong with dual boot

2003-09-10 Thread Alberto Bert
On Sep 09 at 05:32PM-0500, Andrew Gaffney wrote:
 Alberto Bert wrote:
 Hi all,
 
 I've got a dual boot win and gentoo and I decided to use the GTM time for
 the linux kernel, but I would like to see my local time.
 
 Unfortunately windows seem to touch the time and in gentoo I've always a
 wrong time.
 
 I think this is an old problem... Is there any way to overcome it?
 
 Yes, I've got a one-liner for you:
 
 dd if=/dev/zero of=/dev/hda1 (or whatever partition Windows is on)

What is it supposed to do? I don't know what /dev/zero is...

alb

PS

I know I could stop using windows...

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] time always wrong with dual boot

2003-09-10 Thread gabriel
On Wed, 2003-09-10 at 12:15, Alberto Bert wrote:
 On Sep 09 at 05:32PM-0500, Andrew Gaffney wrote:
  Alberto Bert wrote:
  Hi all,
  
  I've got a dual boot win and gentoo and I decided to use the GTM time for
  the linux kernel, but I would like to see my local time.
  
  Unfortunately windows seem to touch the time and in gentoo I've always a
  wrong time.
  
  I think this is an old problem... Is there any way to overcome it?
  
  Yes, I've got a one-liner for you:
  
  dd if=/dev/zero of=/dev/hda1 (or whatever partition Windows is on)
 
 What is it supposed to do? I don't know what /dev/zero is...

u...  won't that just nuke /dev/hda1?  not much of a solution.  and
not a very kind thing to post to a list full of newbies.

-- 
it is easy to believe in freedom of speech for those with whom we agree.
  - leo mckern


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] time always wrong with dual boot

2003-09-10 Thread Andrew Farmer
On Wed, Sep 10, 2003 at 06:15:02PM +0200, Alberto Bert muttered:
 On Sep 09 at 05:32PM-0500, Andrew Gaffney wrote:
  Yes, I've got a one-liner for you:
  
  dd if=/dev/zero of=/dev/hda1 (or whatever partition Windows is on)
 
 What is it supposed to do? I don't know what /dev/zero is...

/dev/zero is a special device that contains an infinite store of zero
bytes. Similar is /dev/random, which contains the system's entropy pool.

dd if=/dev/zero of=/dev/hda1 will fill hda1 full of zeroes. Bye-bye
Windows! ;-)

-- 
Andrew Farmer
[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] time always wrong with dual boot

2003-09-10 Thread Andrew Gaffney
gabriel wrote:
On Wed, 2003-09-10 at 12:15, Alberto Bert wrote:

On Sep 09 at 05:32PM-0500, Andrew Gaffney wrote:

Alberto Bert wrote:

Hi all,

I've got a dual boot win and gentoo and I decided to use the GTM time for
the linux kernel, but I would like to see my local time.
Unfortunately windows seem to touch the time and in gentoo I've always a
wrong time.
I think this is an old problem... Is there any way to overcome it?
Yes, I've got a one-liner for you:

dd if=/dev/zero of=/dev/hda1 (or whatever partition Windows is on)
What is it supposed to do? I don't know what /dev/zero is...


u...  won't that just nuke /dev/hda1?  not much of a solution.  and
not a very kind thing to post to a list full of newbies.
Uhh, that's kind of the point (assuming Windows is on /dev/hda1). It was 
meant to be a joke.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] time always wrong with dual boot

2003-09-10 Thread Alberto Bert

:-)))

ohh, nice stuff! I was watching in man pages to see what it does mean...

be carefull folk! ;-)

alb

On Sep 10 at 10:07AM-0700, Andrew Farmer wrote:
 On Wed, Sep 10, 2003 at 06:15:02PM +0200, Alberto Bert muttered:
  On Sep 09 at 05:32PM-0500, Andrew Gaffney wrote:
   Yes, I've got a one-liner for you:
   
   dd if=/dev/zero of=/dev/hda1 (or whatever partition Windows is on)
  
  What is it supposed to do? I don't know what /dev/zero is...
 
 /dev/zero is a special device that contains an infinite store of zero
 bytes. Similar is /dev/random, which contains the system's entropy pool.
 
 dd if=/dev/zero of=/dev/hda1 will fill hda1 full of zeroes. Bye-bye
 Windows! ;-)
 
 -- 
 Andrew Farmer
 [EMAIL PROTECTED]



--
[EMAIL PROTECTED] mailing list



[gentoo-user] time always wrong with dual boot

2003-09-09 Thread Alberto Bert
Hi all,

I've got a dual boot win and gentoo and I decided to use the GTM time for
the linux kernel, but I would like to see my local time.

Unfortunately windows seem to touch the time and in gentoo I've always a
wrong time.

I think this is an old problem... Is there any way to overcome it?

Thanks
bye

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] time always wrong with dual boot

2003-09-09 Thread Marshal Newrock
On Tue, 9 Sep 2003, Alberto Bert wrote:

 Hi all,

 I've got a dual boot win and gentoo and I decided to use the GTM time for
 the linux kernel, but I would like to see my local time.

 Unfortunately windows seem to touch the time and in gentoo I've always a
 wrong time.

 I think this is an old problem... Is there any way to overcome it?

Windows doesn't understand the concept of GMT.  Time is only localtime.
So if you dual boot Windows and Linux, then you either have to deal with
the time being wrong in one of them or tell Linux not to use GMT.

Edit /etc/rc.conf and set CLOCK=local.

-- 
Marshal Newrock, unemployed Linux user in Lansing, MI
Caution: Product will be hot after heating


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] time always wrong with dual boot

2003-09-09 Thread Alberto Bert
On Sep 09 at 04:08PM-0400, Marshal Newrock wrote:
 On Tue, 9 Sep 2003, Alberto Bert wrote:
 
  Hi all,
 
  I've got a dual boot win and gentoo and I decided to use the GTM time for
  the linux kernel, but I would like to see my local time.
 
  Unfortunately windows seem to touch the time and in gentoo I've always a
  wrong time.
 
  I think this is an old problem... Is there any way to overcome it?
 
 Windows doesn't understand the concept of GMT.  Time is only localtime.
 So if you dual boot Windows and Linux, then you either have to deal with
 the time being wrong in one of them or tell Linux not to use GMT.
 
 Edit /etc/rc.conf and set CLOCK=local.

ok, thanks...

...sob :-((

alb

 
 -- 
 Marshal Newrock, unemployed Linux user in Lansing, MI
 Caution: Product will be hot after heating
 
 
 --
 [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] time always wrong with dual boot

2003-09-09 Thread Mike Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 09 September 2003 22:22, Alberto Bert wrote:

  Windows doesn't understand the concept of GMT.  Time is only localtime.
  So if you dual boot Windows and Linux, then you either have to deal with
  the time being wrong in one of them or tell Linux not to use GMT.
 
  Edit /etc/rc.conf and set CLOCK=local.

 ok, thanks...

 ...sob :-((

 alb

You could always stop using Windows :)

- -- 
Mike Williams
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/XkfUInuLMrk7bIwRAsOFAJ97+tzSf8CVStLLiXKMHvMJP2daJACfVN81
T4ORwZEI5YwsGD6Jc3yne5I=
=f510
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] time always wrong with dual boot

2003-09-09 Thread Andrew Gaffney
Alberto Bert wrote:
Hi all,

I've got a dual boot win and gentoo and I decided to use the GTM time for
the linux kernel, but I would like to see my local time.
Unfortunately windows seem to touch the time and in gentoo I've always a
wrong time.
I think this is an old problem... Is there any way to overcome it?
Yes, I've got a one-liner for you:

dd if=/dev/zero of=/dev/hda1 (or whatever partition Windows is on)

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] time always wrong with dual boot

2003-09-09 Thread Marshal Newrock
On Tue, 9 Sep 2003, Mike Williams wrote:

   Windows doesn't understand the concept of GMT.  Time is only localtime.
   So if you dual boot Windows and Linux, then you either have to deal with
   the time being wrong in one of them or tell Linux not to use GMT.
  
   Edit /etc/rc.conf and set CLOCK=local.
 
  ok, thanks...
 
  ...sob :-((
 
  alb

 You could always stop using Windows :)

I was very tempted to include that as one of the choices.  But I thought,
what the heck, I feel like being nice today.  :)

-- 
Marshal Newrock, unemployed Linux user in Lansing, MI
Caution: Product will be hot after heating


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] time always wrong with dual boot

2003-09-09 Thread Norberto Bensa
Andrew Gaffney wrote:
 Alberto Bert wrote:
  Unfortunately windows seem to touch the time and in gentoo I've always a
  wrong time.

 dd if=/dev/zero of=/dev/hda1 (or whatever partition Windows is on)

Funny, +5

:-)

-- 
 20:42:36 up  4:50,  1 user,  load average: 0.03, 0.14, 0.15


pgp0.pgp
Description: signature