1754355 Members
4785 Online
108813 Solutions
New Discussion юеВ

/dev/config is missing

 
SOLVED
Go to solution
Asya
Regular Advisor

/dev/config is missing

Hello,

When logging in I get the following error:

login: username
Password:
io_init failed: /dev/config does not exist.
Please wait...checking for disk quotas
No shell
Connection closed by foreign host.

Nothing in logs can be seen. /dev/config IS missing...

The only way i can get in is using root. I've never seen error and can't really find anything that would explain WHY it's missing.

Does this mean that i need to reinstall the server?

Thank you!
Asya
4 REPLIES 4
Arunvijai_4
Honored Contributor

Re: /dev/config is missing

Hi Asya,

Perhaps looking into these threads may help you,

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=36831
http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1002186

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: /dev/config is missing

Hi Asya,

login with your root account.

# mknod /dev/config c 69 0x000000

# chmod 644 /dev/config

and try to login again with an other user.

Regards,
Robert-Jan
Patrick Wallek
Honored Contributor

Re: /dev/config is missing

No you should not have to reinstall because of this issue.

When logged in as root, do the following to recreate the file:

# mknod /dev/config c 69 0x000000

Be sure and check permissions on it then. It should be -rw-r--r-- (or 644).
Asya
Regular Advisor

Re: /dev/config is missing

Thank you all for your helped. It worked.