This is a discussion on Deleted /dev/rtc within the Linux Operating System forums, part of the Unix Operating Systems category; --> I have installed RH linux 9.0 in my PC.I accidentally deleted /dev/rtc and I get rtc ioctl failure messages ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| samratvijay@gmail.com wrote: > I have installed RH linux 9.0 in my PC.I accidentally deleted /dev/rtc > and I get rtc ioctl failure messages during startup and shutdown.. can > anybody tell me how to fix this ? Using mknod as root: # mknod /dev/rtc c 10 135 See the file 'device.txt' in the Linux source tree and the man page for mknod(1). Ciao Giovanni -- A computer is like an air conditioner, it stops working when you open Windows. Registered Linux user #337974 < http://giovanni.homelinux.net/ > |
| ||||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 samratvijay@gmail.com wrote: > I have installed RH linux 9.0 in my PC.I accidentally deleted /dev/rtc > and I get rtc ioctl failure messages during startup and shutdown.. can > anybody tell me how to fix this ? Log in or su to root Enter the following commands: mknod /dev/rtc c 10 135 chown root:root /dev/rtc chmod a=rw /dev/rtc - -- Lew Pitcher Master Codewright & JOAT-in-training | GPG public key available on request Registered Linux User #112576 (http://counter.li.org/) Slackware - Because I know what I'm doing. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEU2viagVFX4UWr64RAgtKAKCZY274PJJvhh3vWewbK1 sHrO4BPQCgiveH pID1/xuvvWfctGQZEVaYOZk= =4nqb -----END PGP SIGNATURE----- |