Searched refs:statd (Results 1 – 10 of 10) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/ |
H A D | bugfix-adjust-statd-service-name.patch | 4 Subject: bugfix: adjust statd service name 9 Upstream uses 'rpc-statd.service' and Yocto introduced 'nfs-statd.service' 10 instead but forgot to update the mount.nfs helper 'start-statd' accordingly. 20 utils/statd/start-statd | 4 ++-- 23 diff --git a/utils/statd/start-statd b/utils/statd/start-statd 25 --- a/utils/statd/start-statd 26 +++ b/utils/statd/start-statd 31 - if systemctl start rpc-statd.service; then 32 + if systemctl start nfs-statd.service; then 33 # Ensure systemd knows not to stop rpc.statd or its dependencies [all …]
|
H A D | nfs-utils-debianize-start-statd.patch | 1 [PATCH] nfs-utils: debianize start-statd 5 make start-statd command to use nfscommon configure, too. 12 utils/statd/start-statd | 10 +++++++++- 15 diff --git a/utils/statd/start-statd b/utils/statd/start-statd 17 --- a/utils/statd/start-statd 18 +++ b/utils/statd/start-statd 20 # statd already running - must have been slow to respond. 38 -exec rpc.statd --no-notify 39 +exec rpc.statd --no-notify $STATDOPTS
|
H A D | nfscommon | 22 test -x "$NFS_STATD" || NFS_STATD=/usr/sbin/rpc.statd 23 test -z "$STATD_PID" && STATD_PID=/var/run/rpc.statd.pid
|
H A D | nfs-statd.service | 11 ExecStart=@SBINDIR@/rpc.statd -F $STATD_OPTS
|
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/ |
H A D | nfs-utils_2.6.4.bb | 27 file://nfs-statd.service \ 29 file://nfs-utils-debianize-start-statd.patch \ 30 file://bugfix-adjust-statd-service-name.patch \ 52 SYSTEMD_SERVICE:${PN}-client = "nfs-statd.service" 61 --with-statdpath=/var/lib/nfs/statd \ 83 ${localstatedir}/lib/nfs/statd/state \ 86 FILES:${PN}-client = "${sbindir}/*statd \ 94 ${systemd_system_unitdir}/nfs-statd.service" 134 install -m 0644 ${WORKDIR}/nfs-statd.service ${D}${systemd_system_unitdir}/ 149 chown -R rpcuser:rpcuser ${D}${localstatedir}/lib/nfs/statd [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | tcpdchk_libwrapped.patch | 12 + "portmap", "mountd", "statd", "ugidd",
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | parselogs-ignores-common.txt | 46 Failed to read /var/lib/nfs/statd/state: Success
|
/openbmc/linux/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 485 u32 ind, statd, outd; in artpec6_crypto_start_dma() local 493 statd = FIELD_PREP(PDMA_IN_STATQ_PUSH_LEN, dma->in_cnt - 1) | in artpec6_crypto_start_dma() 501 writel_relaxed(statd, base + A6_PDMA_IN_STATQ_PUSH); in artpec6_crypto_start_dma() 505 writel_relaxed(statd, base + A7_PDMA_IN_STATQ_PUSH); in artpec6_crypto_start_dma()
|
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/ |
H A D | twpol-yocto.txt | 445 /sbin/rpc.statd -> $(SEC_CRIT) ;
|
/openbmc/linux/ |
H A D | CREDITS | 3871 D: NSM (rpc.statd) developer.
|