Lost some interrupts at 1024Hz on hardware config

CopSoft_MightyMike
Posts: 2
Member Since:
2009-05-01

Hi,

I have recently installed trixbox on one of my servers, however I get tons of Lost some interrupts at 1024Hz and errors an select() to /dev/rtc to wait for clock tick timed out during bootup. Because of that, trixbox seems to be broken (most of the web GUI is broken, etc... and there are errors in the install logs).

I have done a little bit of research and found that these errors could be corrected by disabling ACPI in the BIOS, however, there isn't an option to do so in the BIOS for my hardware.

Is there any way to fix the problem or will I have to find other hardware to run Trixbox?



thx247
Posts: 53
Member Since:
2009-02-11
I don't know if this will

I don't know if this will fix your problem, but I think you turn ACPI off in the /etc/grub.conf file

Find the line that includes the kernel
(likely will look like this)

kernel /vmlinuz-2.6.18-92.1.18.el5 ro root=LABEL=/

And tack onto the end of that line

acpi=off

The grub.conf file is used to load the OS during boot. This is kinda an important file so, do some more research before you mess with it. (my advice)



CopSoft_MightyMike
Posts: 2
Member Since:
2009-05-01
Thanks a lot, this did solve

Thanks a lot, this did solve the errors problem. However, the WebGUI still seems to be broken... For example, there is nothing on the system satus page and the PBX Settings page seems to be missing it's index or something else, it only displays the index for /admin...

There also is some errors in the install logs in the /root directory... Is there a way to re-run the install scripts?



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.