BestTechie Forums: Help With Linux Date And Time - BestTechie Forums

Jump to content

  • (2 Pages) +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Help With Linux Date And Time Can't change the time


#1 User is offline   TymeKyller 

  • TymeKyller
  • PipPipPipPip
  • Group: Members
  • Posts: 296
  • Joined: 08-September 04
  • Location:Belleville, On
  • Operating System:Garbage!

Post icon  Posted 05 November 2004 - 01:06 PM

Hi Guys and Gals!! :)
Hope everyone is doing well and all is going good for everyone....

My question is this... How do you change the date and time in Mandrake 10.0?
When I try to change the date and time I get a pop up asking for a "root password" I tried all the passwords I use and none work, I can't really remember what passwords I typed in when I set up Linux on the duel boot, I usually use one password for my O/S passwords and it didn't work so I'm thinking maybe I just can't remember the password or it already came password protected, wich is kind os stupid because how the hell are you supose to change the time??

Any help would be great....Thanks Team and everyone keep up the good work!!

#2 User is offline   robroy 

  • One Crazy Scot
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 4165
  • Joined: 23-August 04
  • Location:West Virginia
  • Operating System:windows 7 windows vista SuSe Iccaros Ubuntu

Posted 05 November 2004 - 06:48 PM

Sorry can't help with your problem but glad to see you back on the boards
JD

#3 User is offline   TymeKyller 

  • TymeKyller
  • PipPipPipPip
  • Group: Members
  • Posts: 296
  • Joined: 08-September 04
  • Location:Belleville, On
  • Operating System:Garbage!

Posted 05 November 2004 - 07:55 PM

LOL....Hello friend...

Thanks.....
Very glad to be back....
I'm in no hurry to get an answer, I just wanted to post my first question on B's boards and this has been driving me up the walls...hahahahahaha
Take Care..

#4 User is offline   hitest 

  • Slacker
  • Group: Admin
  • Posts: 6869
  • Joined: 28-August 04
  • Location:B.C., Canada
  • Operating System:Slackware, XP Pro

Posted 05 November 2004 - 08:40 PM

TymeKyller, on Nov 5 2004, 05:55 PM, said:

LOL....Hello friend...

Thanks.....
Very glad to be back....
I'm in no hurry to get an answer, I just wanted to post my first question on B's boards and this has been driving me up the walls...hahahahahaha
Take Care..

Hi Tymekyller,

When you installed mandrake you would have been asked to create a root password. The root password is what will allow you to change your clock time and do a lot of other admin tasks.
Did you write down this password? If you find the password you're in luck, that'll allow you to change your clock time.
If you didn't write it down you're kind of hooped. I'll try and do a google search on how to change the root password for Mandrake.
jcl, uberpenguin do you guys know a command line log-on trick to do this? I've read about it, just can't remember the command.

thanks,

hitest

#5 User is offline   TymeKyller 

  • TymeKyller
  • PipPipPipPip
  • Group: Members
  • Posts: 296
  • Joined: 08-September 04
  • Location:Belleville, On
  • Operating System:Garbage!

Posted 05 November 2004 - 09:39 PM

Hi Hitest....

Thanks for your help, I sort of figured it ask me to create a password when I installed, I guess I should have been solber...hahahhahaha
I will also look for a fix for this.....
I hope I don't have to format and reinstall it because then I think I would have to format xp and reload that as well because it is a duel boot :( .....hahahahaha that's tyme's luck for you.....lol
Thanks again for the help...

#6 User is offline   hitest 

  • Slacker
  • Group: Admin
  • Posts: 6869
  • Joined: 28-August 04
  • Location:B.C., Canada
  • Operating System:Slackware, XP Pro

Posted 05 November 2004 - 11:55 PM

TymeKyller, on Nov 5 2004, 07:39 PM, said:

Hi Hitest....

Thanks for your help, I sort of figured it ask me to create a password when I installed, I guess I should have been solber...hahahhahaha
I will also look for a fix for this.....
I hope I don't have to format and reinstall it because then I think I would have to format xp and reload that as well because it is a duel boot :( .....hahahahaha that's tyme's luck for you.....lol
Thanks again for the help...

Hi man,

Yep, you can re-install that'll fix your issue, but then you'll lose all your stuff. If you do re-install just remember to jot down the root password.
I haven't had a chance to google your issue yet. I know there's a way to some how change your pass word. I'll go look now. :D

#7 User is offline   hitest 

  • Slacker
  • Group: Admin
  • Posts: 6869
  • Joined: 28-August 04
  • Location:B.C., Canada
  • Operating System:Slackware, XP Pro

Posted 06 November 2004 - 12:04 AM

Hi,

I just found this using google/linux. I'm not saying this'll work, but, it's better than re-installing.

Possible fix

#8 User is offline   TymeKyller 

  • TymeKyller
  • PipPipPipPip
  • Group: Members
  • Posts: 296
  • Joined: 08-September 04
  • Location:Belleville, On
  • Operating System:Garbage!

Posted 06 November 2004 - 01:31 AM

Hey thanks man!!
I will try this out and let you know how it works...
Thanks again!!

#9 User is offline   kyle 

  • Member
  • Pip
  • Group: Members
  • Posts: 11
  • Joined: 29-October 04
  • Location:Geek USA

Posted 06 November 2004 - 08:12 AM

If the Mandrake CD has a shell you can drop into (never used it so I don't know), you can also just chroot to your root partition and then run passwd to reset it.
# chroot /dev/hda1
# passwd
# exit

Of course, replace /dev/hda1 with whatever the drive/partition is, e.g. /dev/hda3, /dev/hdb2, etc.

#10 User is offline   hitest 

  • Slacker
  • Group: Admin
  • Posts: 6869
  • Joined: 28-August 04
  • Location:B.C., Canada
  • Operating System:Slackware, XP Pro

Posted 06 November 2004 - 09:50 AM

kyle, on Nov 6 2004, 06:12 AM, said:

If the Mandrake CD has a shell you can drop into (never used it so I don't know), you can also just chroot to your root partition and then run passwd to reset it.
# chroot /dev/hda1
# passwd
# exit

Of course, replace /dev/hda1 with whatever the drive/partition is, e.g. /dev/hda3, /dev/hdb2, etc.

Hey Kyle,

Welcome to the forum. I'm not certain if Mandrake CD has a shell. I guess another possibility would be to use your idea with a knoppix CD. Then su to root and follow your steps.
That might work.

#11 User is offline   kyle 

  • Member
  • Pip
  • Group: Members
  • Posts: 11
  • Joined: 29-October 04
  • Location:Geek USA

Posted 06 November 2004 - 10:28 AM

Yeah, that would work. Any live CD with a shell would work; just do that same thing (chroot, passwd, exit).

#12 User is offline   TymeKyller 

  • TymeKyller
  • PipPipPipPip
  • Group: Members
  • Posts: 296
  • Joined: 08-September 04
  • Location:Belleville, On
  • Operating System:Garbage!

Posted 06 November 2004 - 12:49 PM

Awsome it worked, Knoppix was the hero in this battle!! hahahahahahahaha

Good thinking guys, damn there are some freakin smart people around here!!!
Thanks again....

#13 User is offline   hitest 

  • Slacker
  • Group: Admin
  • Posts: 6869
  • Joined: 28-August 04
  • Location:B.C., Canada
  • Operating System:Slackware, XP Pro

Posted 06 November 2004 - 01:46 PM

TymeKyller, on Nov 6 2004, 10:49 AM, said:

Awsome it worked, Knoppix was the hero in this battle!! hahahahahahahaha

Good thinking guys, damn there are some freakin smart people around here!!!
Thanks again....

You're welcome!
Thanks go to Kyle :D He's a super smart dude. He's a master level Linux/Unix guy from way back to the tech tv board days. Now we've got jcl, Kyle, and uberpenguin back here again.
Very cool.

#14 User is offline   tictoc5150 

  • Anomaly
  • PipPipPipPipPip
  • Group: Members
  • Posts: 795
  • Joined: 30-September 04
  • Location:Western Massachusetts

Posted 10 November 2004 - 06:51 AM

Quote

Now we've got jcl, Kyle, and uberpenguin back here again.
Very cool.

I'll second that!!!!
I'm definitely glad I have somewhere to go to ask my lamebrain questions....also glad these guys aren't linux elitists that can dumb things down a little for a noob.
keep up the great work guys!
also worth mentioning, great tip on this thread...although I don't think I'd ever do something as silly as forgeting my root password (no offense TK ;) ), it's cool to know all is not lost

#15 User is offline   TymeKyller 

  • TymeKyller
  • PipPipPipPip
  • Group: Members
  • Posts: 296
  • Joined: 08-September 04
  • Location:Belleville, On
  • Operating System:Garbage!

Posted 30 November 2004 - 02:32 PM

tictoc5150, on Nov 10 2004, 11:51 AM, said:

Quote

Now we've got jcl, Kyle, and uberpenguin back here again.
Very cool.

I'll second that!!!!
I'm definitely glad I have somewhere to go to ask my lamebrain questions....also glad these guys aren't linux elitists that can dumb things down a little for a noob.
keep up the great work guys!
also worth mentioning, great tip on this thread...although I don't think I'd ever do something as silly as forgeting my root password (no offense TK ;) ), it's cool to know all is not lost

HAHAHAHAHAHAHAHAHA.......

All I have to say is don't install an o/s that needs root passwords and what not while you have been drinking...lol... Please do it on a solber brain....or you will end up like me...

"I'm definitely glad I have somewhere to go to ask my lamebrain questions."

I'll second that one...lol...

  • (2 Pages) +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users