I was trying to follow FreeBSD Handbook to create a jail. So I first pulled down the source file to /usr/src by
choosing Configure, then Distributions, then src, and then everything under that (downloading via ftp). However, after I finished and logged out, I found myself not able to remotely log back in. I then physically attached a monitor and a keyboard to see what I could do, surprisingly finding I did not need a password to log in as root: the root password was reset to empty. Also, it seemed that the /etc/passwd had also been reset, since I could not find previously existing users in it.
Fortunately the user home directories were not erased so I just recreated these user account and everything was back to normal. But what on earth was happening?
Code:
sysinstall
choosing Configure, then Distributions, then src, and then everything under that (downloading via ftp). However, after I finished and logged out, I found myself not able to remotely log back in. I then physically attached a monitor and a keyboard to see what I could do, surprisingly finding I did not need a password to log in as root: the root password was reset to empty. Also, it seemed that the /etc/passwd had also been reset, since I could not find previously existing users in it.
Fortunately the user home directories were not erased so I just recreated these user account and everything was back to normal. But what on earth was happening?