Monday 19 April 2021

Life is changing

------------------ THE END --------------------

 From 1. January, 2021 I am not responsible for

Lotus/IBM/HCL software anymore.

Friday 12 February 2021

Another way to recover RHEL 8 / CentOS 8 root password

Boot to the GRUB menu and enter the edit mode. Use your arrows to navigate to the the menu item you would normally boot your RHEL 8 Linux system from. Press e to start editing the selected menu item.

Perform a break at an early stage of the boot process by typing rd.break at the end of the line starting with Linux. Add systemd.debug-shell after rd.break

Once ready press CTRL+X to start the RHEL 8 boot process

 To access the debug shell on TTY9. Press CTRL+ALT+F9 (Do not hit any other button!)

On TTY9: 

mount -o remount,rw /

passwd root

touch ./autorelabel

exit

Press CTRL+ALT+F1

Press ENTER

Login with root and the new password.


Thursday 28 January 2021

Failed to login. CLFRJ0010E: Notes initialization failed

 Everything was all right on my machine until 10.0.1FP4. Earlier I upgraded Notes successfully and everything worked. When I tried to upgrade my client from 10.0.1FP3 to FP4, installation was successful but during initialization process I always received the error message: Failed to login. CLFRJ0010E: Notes initialization failed

I thought something is wrong with the package because I could reinstall and use 10.0.1FP3 without any issues. When Notes 11 was available, I tried it again but I received the same error message. Yes, I totally uninstalled Notes, deleted all folders and contents (backup first), restarted the machine and tried it again. The same error. I tried to turn off virus protection, firewall, etc. but did not help.

I used Google and finally I found an unbelievable solution in German language. It solved the issue for 2 users. Yes, it solved my issue too.

The Solution:

  • Uninstall OpenSSL 32 and 64 bit
  • Delete files C:\Windows\SysWOW64\libcrypto-1_1.dll and C:\Windows\SysWOW64\libssl-1_1.dll
  • Uninstall Notes client
  • Backup required files and delete notes and notesdata folders
  • Restart your machine
  • Install Notes

 It helped me.

Here you are the original text if link does not work anymore:

Hallo,

ich hatte das gleiche Problem.

Bei mir lag es an OpenSSL!

Als Lösung hat funktioniert:
OpenSSL deinstallieren.
Im Verzeichnis C:\Windows\SysWOW64 die beiden Dateien "libcrypto-1_1.dll and libssl-1_1.dll" löschen.
Notes Client erneut installieren.

Danach startet der Client wie gewohnt.