search for: pengine

Displaying 6 results from an estimated 6 matches for "pengine".

Did you mean: engine
2011 Nov 23
1
Corosync init-script broken on CentOS6
...osync dependencies. I've even tried using corosync/pacemaker for the EPEL 6 repo, and still the init-script will not start corosync dependencies. Expected: corosync /usr/lib64/heartbeat/stonithd /usr/lib64/heartbeat/cib /usr/lib64/heartbeat/lrmd /usr/lib64/heartbeat/attrd /usr/lib64/heartbeat/pengine Observed: corosync My install options are: %packages @base @core @ha @nfs-file-server @network-file-system-client @resilient-storage @server-platform @server-policy @storage-client-multipath @system-admin-tools pax oddjob sgpio pacemaker dlm-pcmk screen lsscsi -rgmanager %end The logs from the s...
2017 Oct 01
0
[PATCH] bsp/g92: disable by default
...etion(-) diff --git a/drm/nouveau/nvkm/engine/bsp/g84.c b/drm/nouveau/nvkm/engine/bsp/g84.c index 8e2e24a7..44e116f7 100644 --- a/drm/nouveau/nvkm/engine/bsp/g84.c +++ b/drm/nouveau/nvkm/engine/bsp/g84.c @@ -39,5 +39,5 @@ int g84_bsp_new(struct nvkm_device *device, int index, struct nvkm_engine **pengine) { return nvkm_xtensa_new_(&g84_bsp, device, index, - true, 0x103000, pengine); + device->chipset != 0x92, 0x103000, pengine); } -- 2.13.6
2007 Jun 28
1
Heartbeat for Centos 5- Can't build RPMS or install prebuilt RPMS
I am stuck. This is X86_64 platform. In the extras repos, there is the SRPMS for heartbeat along with the RPMS for it. I have downloaded both. But I can't build the RPMS from the SRPM as it fails compiling something in BUILD/heartbeat-2.0.8/lib/crm/pengine Additionally, I can't install the RPMS: rpm -Uvh heartbeat-2.0.8-3.el5.centos.i386.rpm heartbeat-2.0.8-3.el5.centos.x86_64.rpm heartbeat-pils-2.0.8-3.el5.centos.i386.rpm heartbeat-2.0.8-3.el5.centos.x86_64.rpm heartbeat-stonith-2.0.8-3.el5.centos.i386.rpm heartbeat-stonith-2.0.8-3.el5.centos...
2002 Jul 26
2
If in [global] <guest ok = yes> why do I get an authe ntication sc reen when accessing from NT box?
To force guest access to a share, you need both guest ok = yes guest only = yes Otherwise it will try and authenticate you first before dropping you to guest. If this doesn't work, possibly you don't have a valid guest account set. If no account is set as the guest account (on the linux machine) it will use the user "nobody". > -Larry Engleman > The Burgiss Group >
2018 Mar 10
17
[RFC PATCH 00/13] SVM (share virtual memory) with HMM in nouveau
From: Jérôme Glisse <jglisse at redhat.com> (mm is cced just to allow exposure of device driver work without ccing a long list of peoples. I do not think there is anything usefull to discuss from mm point of view but i might be wrong, so just for the curious :)). git://people.freedesktop.org/~glisse/linux branch: nouveau-hmm-v00
2019 Sep 23
8
[PATCH 0/8] Add workaround for fixing runpm
Changes since last sent: * add a patch to set the device into DRM_SWITCH_POWER_CHANGING state (can be dropped actually, I thought I was needing it, came up with a different approach and forgot to delete it, doesn't hurt though) * expose information about runtime suspending to nvkm so that we can run the pcie workaround only on runtime suspend Karol Herbst (8): pci: disable ASPM