Header Shadow Image


Archive for April, 2018

Saving random seed failed. / No kdump initial ramdisk found. / Failed to run mkdumprd

Kdump doesn't start? [root@mbpc-pc grub]# service kdump restart Memory for crashkernel is not reserved Please reserve memory by passing "crashkernel=X@Y" parameter to the kernel Stopping kdump:                                            [FAILED] No kdump initial ramdisk found.      […]

NFS reply xid 3844308326 reply ERR 20: Auth Rejected Credentials (client should begin new session)

Getting this? Mounts freezing?  Final verified solution is at the bottom but this can be for any number of reasons.  Keep reading: tcpdump -i eth0 -s 0 -w dump.dat tcpdump -r dump.dat |grep -Ei "psql02|nfs-c01" 02:55:48.731360 IP psql02.nix.mds.xyz.33991 > nfs-c01.nix.mds.xyz.nfs: Flags [P.], seq 1:693, ack 1, win 229, options [nop,nop,TS val 166990 ecr 5681495], length […]

rpc mount export: RPC: Unable to receive; errno = Connection refused

For the below errors: [root@psql02 log]# showmount -e nfs02 rpc mount export: RPC: Unable to receive; errno = Connection refused [root@psql02 log]# Apr 16 01:12:37 nfs02 kernel: FINAL_REJECT: IN=eth0 OUT= MAC=00:50:56:86:2d:21:00:50:56:86:3c:c7:08:00 SRC=192.168.0.124 DST=192.168.0.119 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=44729 DF PROTO=TCP SPT=978 DPT=20048 WINDOW=29200 RES=0x00 SYN URGP=0 [root@nfs02 log]# [root@nfs02 log]# [root@nfs02 log]# [root@nfs02 log]# firewall-cmd […]

psql: error while loading shared libraries: libpq.so.rh-postgresql95-5: cannot open shared object file: No such file or directory

Well heck: -bash-4.2$ psql psql: error while loading shared libraries: libpq.so.rh-postgresql95-5: cannot open shared object file: No such file or directory -bash-4.2$ So let's see what's going on: [root@ovirt01 ~]# find / -iname libpq.so* /usr/lib64/libpq.so.5 /usr/lib64/libpq.so.5.5 /opt/rh/rh-postgresql95/root/usr/lib64/libpq.so.rh-postgresql95-5 /opt/rh/rh-postgresql95/root/usr/lib64/libpq.so.rh-postgresql95-5.8 [root@ovirt01 ~]# So we can see it's in the lib64 path.  And within the root postgres folder, […]

NFS reply xid reply ERR 20: Auth Invalid failure code 13 and AD logins become hung when using NFS home directories.

You get the following error message: 15:27:35.430633 IP 192.168.0.80.nfs > 192.168.0.145.843: Flags [P.], seq 29:53, ack 417, win 235, options [nop,nop,TS val 6635947 ecr 5159126], length 24: NFS reply xid 2938911306 reply ERR 20: Auth Invalid failure code 13 Checking the nfs01 / nfs02 server we see alot of the following: [2018-04-08 17:19:39.014330] E [MSGID: […]

/usr/bin/ganesha.nfsd: /lib64/libntirpc.so.1.6: version `NTIRPC_1.6.1′ not found (required by /usr/bin/ganesha.nfsd)

What to do when you get this message below: [root@nfs01 ganesha]# systemctl status nfs-ganesha -l â nfs-ganesha.service – NFS-Ganesha file server    Loaded: loaded (/usr/lib/systemd/system/nfs-ganesha.service; enabled; vendor preset: disabled)    Active: failed (Result: exit-code) since Sun 2018-04-08 13:22:32 EDT; 1min 8s ago      Docs: http://github.com/nfs-ganesha/nfs-ganesha/wiki   Process: 2033 ExecStart=/bin/bash -c ${NUMACTL} ${NUMAOPTS} /usr/bin/ganesha.nfsd ${OPTIONS} […]

kernel: NFS: nfs4_discover_server_trunking unhandled error -512. Exiting with error EIO and mount hangs

Mount still hangs and restarting NFS and autofs doesn't work to resolve this error below: Apr  8 12:12:46 ovirt01 systemd: Stopping Automounts filesystems on demand… Apr  8 12:12:46 ovirt01 kernel: NFS: nfs4_discover_server_trunking unhandled error -512. Exiting with error EIO Apr  8 12:12:47 ovirt01 automount[1487]: umount_autofs_indirect: ask umount returned busy /n Apr  8 12:12:48 ovirt01 ovsdb-server: […]

command ConnectStoragePoolVDS failed: Cannot find master domain:

So we receive the following error from oVirt: VDSM mdskvm-p01.mds.xyz command ConnectStoragePoolVDS failed: Cannot find master domain: u'spUUID=87ec67c6-8da8-4161-afdf-180778a4b595, msdUUID=73fa156c-f085-466f-b409-130a9795a667' and dig in a bit deeper to see what's going on: [root@mdskvm-p01 log]# systemctl status vdsmd.service â vdsmd.service – Virtual Desktop Server Manager    Loaded: loaded (/usr/lib/systemd/system/vdsmd.service; enabled; vendor preset: enabled)    Active: active (running) since […]


     
  Copyright © 2003 - 2013 Tom Kacperski (microdevsys.com). All rights reserved.

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License