Displaying 20 results from an estimated 2000 matches similar to: "HEADSUP: apm(4) driver synced with current"
2010 Nov 20
1
KVM and Windows "/use pmtimer"
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Virtualization/chap-Virtualization-KVM_guest_timing_management.html
Want to get some more people's opinion on this: the above doc says to use the boot parameter "/use pmtimer" to use the RTC "instead of the TSC for all time sources which resolves guest timing issues". One: does this have any bearing on
2007 Feb 04
2
APM and suspend to swap
I have been delving into how to get this HP NC4010 to suspend. I think
the practice of just closing the unit for 15+ min inside my backpack as
I move to the next meeting is what cooked my drive...
So it seems that Debian users have been successful with APM:
http://www.proulx.com/~bob/nc4000/ and http://www.gag.com/~bdale/nc4000/
So my Centos related questions are:
I need to turn acpi=off
2012 Jul 20
5
[stable 9] panic on reboot: ipmi_wd_event()
Working on the Dell R420 today, got most of it working, even the
broadcom ethernet cards! However, I get the following when I reboot the
system:
Syncing disks, vnodes remaining...4 Sleeping thread (tid 100107, pid 9)
owns a non-sleepable lock
KDB: stack backtrace of thread 100107:
sched_switch() at sched_switch+0x19f
mi_switch() at mi_switch+0x208
sleepq_switch() at sleepq_switch+0xfc
2005 Apr 25
2
APM on SMP kernel
I'm Currently running Centos 3.4 on an old Dell PowerEdge with dual PIII-450
processors.
I know from searching that 'APM is not SMP safe' and so when I choose to
reboot the server someone has to hit the power button to power down and then
restart it.
Most of the Web-based info I have found on APM and SMP is dated 2000-2002 so
can anyone update me on whether there is now any way
2004 Jan 07
2
Problem with Syslinux 2.07 and APM on SMP system
Hi,
We have a problem with Syslinux 2.07 and APM on an SMP system.
When either network booting with pxelinux.0 or CDROM booting
with isolinux we get a kernel error message:
Jan 7 09:59:51 ddcserver1 kernel: kernel BUG at apm.c:1756!
Jan 7 09:59:51 ddcserver1 kernel: invalid operand: 0000
Jan 7 09:59:51 ddcserver1 kernel:
Jan 7 09:59:51 ddcserver1 kernel: CPU: 1
Jan 7 09:59:51 ddcserver1
2012 Sep 17
0
[PATCH] Locking for adv(4), adw(4), aha(4), ahb(4), aic(4), and bt(4)
I have patches to add locking to the adv(4), adw(4), aha(4), ahb(4), aic(4),
and bt(4) drivers so that they no longer use Giant. I would appreciate any
testing folks are able to do. The patches are against HEAD but should apply
to 8 or 9. Make sure you have INVARIANTS and INVARIANT_SUPPORT enabled for
any initial testing that you do. Thanks!
2013 Nov 22
2
[PATCH v2 02/15] xen: arm64: Add Basic Platform support for APM X-Gene Storm.
From: Pranavkumar Sawargaonkar <pranavkumar@linaro.org>
This patch adds initial platform stubs for APM X-Gene.
Signed-off-by: Anup Patel <anup.patel@linaro.org>
Signed-off-by: Pranavkumar Sawargaonkar <pranavkumar@linaro.org>
Drop earlyprintk (split into earlier patch). Only build on ARM64.
Drop empty init and reset hooks and enable 1:1 workaround.
Signed-off-by: Ian
2012 Jul 23
3
local APIC error 0x40
Running FreeBSD 8.3 -- and updating sources on a daily base and building everything -- I found a new APIC/ACPI problem introduced in the past week.
I have a Toshiba Satellite U205 with an Intel Core Duo (not a Core 2). It used to work fine with both cores but then sometime in on the road to BSD 8.0 the machine began hanging. So I added to /boot/loader.conf
hint.apic.0.disabled="1"
2007 Apr 18
1
[PATCH 14/21] i386 Apm is on cpu zero only
APM BIOS code has a protective wrapper that runs it only on CPU zero. Thus,
no need to set APM BIOS segments in the GDT for other CPUs.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.14-zach-work/arch/i386/kernel/apm.c
===================================================================
--- linux-2.6.14-zach-work.orig/arch/i386/kernel/apm.c 2005-11-07 10:17:45.000000000
2007 Apr 18
1
[PATCH 14/21] i386 Apm is on cpu zero only
APM BIOS code has a protective wrapper that runs it only on CPU zero. Thus,
no need to set APM BIOS segments in the GDT for other CPUs.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.14-zach-work/arch/i386/kernel/apm.c
===================================================================
--- linux-2.6.14-zach-work.orig/arch/i386/kernel/apm.c 2005-11-07 10:17:45.000000000
2005 Sep 17
2
com16/com32 module for APM powerdown
Hello,
In case anyone is interested, here are the source code for comboot and
com32 modules for powering down a computer using APM.
I started work on the ACPI version of it, but it will take some time to
parse the spec.
Regards,
Luciano Rocha
--
lfr
0/0
-------------- next part --------------
; ****************************************************************************
;
; apmoff.asm
;
; A
2009 Mar 11
1
7.1 panic "vm_page_startup: inconsistent page counts"
I'm trying to upgrade an 11 month old FreeBSD 7 image in a VMware
4.5.2 guest to an up-to-date -stable and it panics as above. I've
added a printf to report the two counts and there's a difference of
one page. I don't have any problems with the old 7-stable image or
up-to-date 6-stable or -current using the same VMware version.
A screendump for a verbose boot can be found at
2011 May 04
2
RE: Instability with Xen, interrupt routing frozen, HPET broadcast
On Thu, 30 Sep 2010 14:02:34 +0800, gang.wei@intel.com wrote:
> I am the original developer of HPET broadcast code.
>
> First of all, to disable HPET broadcast, no additional patch is required.
> Please simply add option "cpuidle=off" or "max_cstate=1" at xen cmdline in
> /boot/grub/grub.conf.
>
> Second, I noticed that the issue just occur on
2005 Jul 08
1
admin password does not work on APM in a new box
Hello, I'm new on this.
I've recently installed Asterisk on VMWare and it installed OK, I could enter to the main site, I've entered Sugar but when I want to enter to Asterisk Management Portal and use the default admin and password but it does not work. Does anyone had this problem?
Thanks in advance
Fabrizzio Valencia
-------------- next part --------------
An HTML attachment was
2012 Dec 19
3
9-STABLE -> NFS -> NetAPP:
I'm running a few servers sitting on top of a NetAPP file server ? everything runs great, but periodically I'm getting:
nfs_getpages: error 13
vm_fault: pager read error, pid 11355 (https)
errors on my screen ? not always same pid ? the annoying part is that it seems to always affect the same jail that is running .. if I shutdown all jails on that physical server, everything shuts down
2008 Sep 11
2
alpm(4) I/O range is claimed by ACPI
Hi,
How can I load the alpm(4) module for SMBus support on my ASUS Vintage
AH-1 system?
It appears the I/O range it uses is claimed by the acpi(4) driver. Can I
override the mapping in some way i.e. tell ACPI not to claim the range?
I don't see anything obvious about this in the acpi(4) man page.
thanks,
BMS
2008 Nov 10
0
[fernan@iib.unsam.edu.ar: Re: [FreeBSD] Fix for ServerWorks HT1000 in upcoming 7.1?]
On Mon, Nov 10, 2008 at 10:01 AM, Fernan Aguero <fernan@iib.unsam.edu.ar> wrote:
>
> Date: Wed, 29 Oct 2008 14:05:22 -0300
> From: Fernan Aguero <fernan@iib.unsam.edu.ar>
> To: Kirk Strauser <kirk@strauser.com>
> Cc: freebsd-stable@freebsd.org, d@delphij.net,
> John Baldwin <jhb@freebsd.org>, re@freebsd.org
> Subject: Re: [FreeBSD] Fix for
2013 Feb 05
2
problems with the mfi
after rebooting I get very often:
...
mfi0: COMMAND 0xffffff800132d990 TIMEOUT AFTER 659 SECONDS
mfi0: COMMAND 0xffffff800132d990 TIMEOUT AFTER 689 SECONDS
mfi0: COMMAND 0xffffff800132d990 TIMEOUT AFTER 719 SECONDS
...
another reboot usualy fixes this.
danny
2008 Jun 25
3
Problem with /boot/loader
Hello,
I have a problem with loader. I recently upgraded from 6_rel to 7_rel.
Now when I install world there is a problem booting.
Here is what I do:
cd /usr/src
make buildworld
make buildkernel KERNCONF=BLACK
make installkernel KERNCONF=BLACK
At this point I can reboot and all is good. After boot I install the new world:
cd /usr/src
mergemaster -p
reboot into single user mode
cd /usr/src
make
2013 Jun 10
1
ACPI Warning, then hang
I'm getting the following warning, and then the system locks:
ACPI Warning: Incorrect checksum in table [(bunch of spaces)] - 0x29,
should be 0x48
Here's a pic: http://db.tt/O6dxONzI
System is on a SuperMicro C7X58 motherboard that I just upgraded to
BIOS 2.0a, which I would like to stay on if possible. I tried
adjusting all the ACPI related BIOS settings without success.
Bryce