search for: rordway

Displaying 2 results from an estimated 2 matches for "rordway".

2008 Jan 09
1
Sun Fire X4200 M2 / CentOS 5 APIC issues
...the 'noapic' kernel option. If I try to boot the kernel normally, I get the error: "MP-BIOS bug: 8254 timer not connected to IO-APIC" I can boot using noapic, but interrupts are *HORRIBLE* with noapic on the X4200 M2. Here is a system with the new BIOS running with noapic: [rordway at aphrodite ~]$ uname -a Linux aphrodite 2.6.18-53.1.4.el5.centos.plus #1 SMP Fri Dec 7 07:05:12 EST 2007 x86_64 x86_64 x86_64 GNU/Linux [rordway at aphrodite ~]$ cat /proc/interrupts CPU0 CPU1 CPU2 CPU3 0: 149047419 568805 215848 76392 XT-...
2007 May 21
2
question on zenity centos 5
I am trying to use zenity --progress. When I use this script: #!/bin/sh ( echo "10" ; sleep 1 echo "20" ; sleep 1 echo "50" ; sleep 1 echo "75" ; sleep 1 echo "100" ; sleep 1 ) | zenity --progress ~ It works fine... When I use a little program. for(count = 0; count <= 100; count += 10) {