search for: update_interval

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

2010 Jul 07
0
GPLPV causes "Iomem mapping not permitted ffffffffffffffff"
...Jul 6 18:27:57 virt kernel: aacraid: SCSI bus appears hung Jul 6 18:28:02 virt kernel: Calling adapter init Jul 6 18:28:41 virt kernel: IRQ 16/aacraid: IRQF_DISABLED is not guaranteed on shared IRQs Jul 6 18:28:41 virt kernel: Acquiring adapter information Jul 6 18:28:41 virt kernel: update_interval=30:00 check_interval=86400s Jul 6 18:32:05 virt kernel: aacraid: aac_fib_send: first asynchronous command timed out. Jul 6 18:32:05 virt kernel: Usually a result of a PCI interrupt routing problem; Jul 6 18:32:05 virt kernel: update mother board BIOS or consider utilizing one of Jul 6 1...
2009 Oct 25
0
alternate output for progressmeter
...? ? ? ? ? win_size=MAX_WINSIZE; + ? ? ? else { + ? ? ? ? ? ? ? setscreensize(); + ? ? ? ? ? ? ? signal(SIGWINCH, sig_winch); + ? ? ? } ? ? ? ?if (can_output()) ? ? ? ? ? ? ? ?refresh_progress_meter(); ? ? ? ?signal(SIGALRM, update_progress_meter); - ? ? ? signal(SIGWINCH, sig_winch); ? ? ? ?alarm(UPDATE_INTERVAL); ?} @@ -278,7 +289,8 @@ ? ? ? ?if (cur_pos != end_pos) ? ? ? ? ? ? ? ?refresh_progress_meter(); - ? ? ? atomicio(vwrite, STDOUT_FILENO, "\n", 1); + ? ? ? if (progresstype==0) + ? ? ? ? ? ? ? atomicio(vwrite, STDOUT_FILENO, "\n", 1); ?} ?/*ARGSUSED*/