Strange behaviour under vmware.
Hi,
I just installed minix 2.0.0 on a vmware virtual machine running under
linux. So far it has been quite good. I have been able to recompile
I cannot add users to the system, though. I use the adduser script,
and it runs without any problems. If I type 'exit' as root just after
running adduser, I get a login prompt from where I can actually login
as the newly created user without problems.
However, if I poweroff the system and then power it back on, I cannot
login as the newly created users! I checked the /etc/passwd file and
the entry for my new user is missing.
The problem gets more interesting. When I went back to my
/usr/src/kernel directory, I found that all the object files I had
compiled were still present with proper date and time stamps.
Then I did a `touch test.txt' in /root and rebooted. On the reboot,
test.txt was missing.
I did a `touch test.txt' in /usr/apurva (apurva is the user I was
trying to create, the files created by 'adduser' are still
present). When I rebooted, the test.txt file was still there!
It looks to me that the changes root makes to certain directories are
not saved while they are saved in certain other directories. Can
anyone think of a logical explanation for this?
Regards,
- Apurva
|