Re: Root password not working on console

2012-08-31 Thread Walt Elam
Jeremy, Nailed it on the head. I had forgotten that a few weeks ago I was messing around with that file. I changed this line: ttyv0 "/usr/libexec/getty Pc" cons25 on insecure to this: ttyv0 "/usr/libexec/getty Pc" cons25 on secure And now I am able to login to root from the co

Re: Root password not working on console

2012-08-31 Thread Jeremy Johnston
On 08/31/2012 03:37 PM, Walt Elam wrote: I recently *accidentally* removed myself from the wheel group, so I was no longer able to use su to root. To fix it, I hooked up a monitor and keyboard to my FreeBSD 8.2 box so I could login as root, but it kept rejecting my password. I restarted the machi

Re: root password (thank you)

2006-04-05 Thread Moe Zhank
Thank you Meijome,Valmont and all. It work !!! Thank you thank you... Norberto Meijome <[EMAIL PROTECTED]> wrote: > what should I do? look up how to fix it, it's FAQ. "recover root password" or something like that. I'm pretty certain it's in that wonderful resource, the FreeBSD Handbook.

Re: root password

2006-03-27 Thread Norberto Meijome
On Sun, 26 Mar 2006 21:06:56 -0800 (PST) Moe Zhank <[EMAIL PROTECTED]> wrote: > hi...I have a freeBSD 2.0 that used as server for my local computers. > because of the electrical hazard, my system had trouble. > All of my password has lost !!! sorry to hear that. > what should I do? look

RE: Root password and single user problems

2004-05-31 Thread Marcus Kellis
> Interrupt the loader at the boot prompt by pressing SPACE instead of ENTER. > > Then, run "unload" to clean up any modules already loaded. > > boot: unload > > Unset "acpi_load" in the loader. > > boot: unset acpi_load > > Load the kernel again. > > boot: load kernel > > Boot si

Re: Root password and single user problems

2004-05-31 Thread Giorgos Keramidas
On 2004-05-31 01:13, Marcus Kellis <[EMAIL PROTECTED]> wrote: > When moving from the University of Idaho dorms, where I installed FreeBSD > 5.2.1, back to my dad's place, my installation got all sorts of crazy, > between DHCP, hostname, and other problems that were I guess part of my > system's con

Re: Root password not responding

2004-03-18 Thread Chuck Swiger
Yoo, Gene wrote: However, recently the root usner name and password, when entered correctly or incorrectly, does not login. It gives me the message of Incorrect password or usnername. Why has this suddenly started occurring and how do I fix this? Change the line containing "PermitRootLogin" to ye

RE: Root password not responding

2004-03-18 Thread Yoo, Gene
Are you having problem when using ssh or from the console? Alright I have recently installed BSD onto my computer as one of the OS systems to dual boot. However, recently the root usner name and password, when entered correctly or incorrectly, does not login. It gives me the message of Incorr

Re: Root password not responding

2004-03-18 Thread Remko Lodder
Hit him, perhaps he responds then :-) No Serious, it could mean a lot of things, did you try just entering from the login prompt? Login: root Password: You might accidently changed it, someone might have changed it, it was unset, you were toying with vipw, and dozens options more ;-) Perhaps yo

Re: Root password

2002-11-08 Thread Jerry McAllister
> > > > >boot -s > >-- wait for the boot -- > >fsck -a > >mount -u / > >mount -a > > Better here would be : > > mount -a -t ufs > > in case there are NFS mounts in the fstab. Oh yah, I forget that one because we don't do any NFS mounts or other non UFS fi

Re: Root password

2002-11-08 Thread Mike Hogsett
>boot -s >-- wait for the boot -- >fsck -a >mount -u / >mount -a Better here would be : mount -a -t ufs in case there are NFS mounts in the fstab. >swapon -a >passwd root > follow the prompts To Unsubscribe: send mail to [EMAIL PROTECTED] wit

Re: Root password

2002-11-08 Thread Jerry McAllister
> > Somehow I managed to load FBSD and not have a root password. How do I > setup a root password from a command line? > If you really created root with no password, then you can just log in as root and don't have to enter a password. Then, when you get logged in as root, type 'passwd'

Re: Root password

2002-11-08 Thread Paul A. Scott
> Somehow I managed to load FBSD and not have a root password. How do I > setup a root password from a command line? Once logged in as root, type: passwd Paul A. Scott mailto:pscott@;skycoast.us http://skycoast.us/pscott/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freeb

Re: Root password

2002-11-08 Thread Mike Hogsett
The passwd program. > Somehow I managed to load FBSD and not have a root password. How do I > setup a root password from a command line? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message