On Friday 27 January 2006 21:40, Michael A. Smith wrote: > > That deserves looking into: I'd start with the kernel config. Maybe > something about /dev/rtc? > Here are the outputs ------------------------------------------- genbox abhay # ls -l /dev/rtc ls: /dev/rtc: No such file or directory genbox abhay # grep RTC /usr/src/linux/.config # CONFIG_RTC is not set # CONFIG_GEN_RTC is not set CONFIG_HPET_RTC_IRQ=y # CONFIG_SENSORS_RTC8564 is not set # CONFIG_RTC_X1205_I2C is not set ------------------------------------------- I tried setting CONFIG_RTC to "y" but that didn't help either. > >But the quick fix is probably rc-update del clock. > I am apprehensive towards doing that. It is a boot time service. How smart would it be to remove it from there. If I try that, would I break my system instantaneously? -- Regards, Abhay