Failed loading plugin “spacewalk”: module ‘lib’ has no attribute ‘X509_V_FLAG_CB_ISSUER_CHECK’
# dnf remove dnf-plugin-spacewalk
This will remove number of packages . After that try do “repolist”
# dnf remove dnf-plugin-spacewalk
This will remove number of packages . After that try do “repolist”
tasks:
- name: multiple
user:
name: "{{ item.name }}"
shell: /bin/bash
createhome: yes
password: "{{ item.password | password_hash('sha512') }}"
comment: "{{ item.comment }}"
state: present
update_password: on_create
register: changes
with_items:
- { name: testuser1, password: testuser1@123, comment: "test user1" }
- { name: testuser2, password: testuser2@123, comment: "test user2" }
- name: Expire password
shell: chage -d 0 {{ item.name }}
with_items: "{{ changes.results }}"
when: "{{ item.changed == true }}"
As the subject says, here is the yml
tasks:
- name: Creating crm group
group:
name: crm
state: present
- name: Add user testuser
user:
name: testuser
comment: crm test user
shell: /bin/bash
home: /home/testuser
state: present
createhome: yes
groups: crm
password: "{{ 'crm@123' | password_hash('sha512') }}"
update_password: on_create
register: testuser
- name: Force testuser change password
shell: chage -d 0 testuser
when: testuser.changed
If you see rpmdb errors during package management (during yum/rpm operations), like this:
error: rpmdb: BDB0113 Thread/process 24360/139705672034368 failed: BDB1507 Thread died in Berkeley DB library error: db5 error(-30973) from dbenv->failchk: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery error: cannot open Packages index using db5 – (-30973) error: cannot open Packages database in /var/lib/rpm CRITICAL:yum.main:Error: rpmdb open failed |
Solution:
Please follow these steps to backup and rebuild rpmdb database:
mkdir /var/lib/rpm/backup cp -a /var/lib/rpm/__db* /var/lib/rpm/backup/ rm -f /var/lib/rpm/__db.[0-9][0-9]* rpm –quiet -qa rpm –rebuilddb yum clean all |
The best and easiest way to handle this problem is as following
I have been working on a project which requires a 7 inch LCD screen, I brought this display from Amazon. It was working fine with windows.
But when i connect to raspberry pi, i am not getting display and some gray/colored lines moving from random side. Even though connected to HDMI, with some settings in config.txt which is suggested by the company Waveshare
And here is the final configuration that worked for me.
# set current over USB to 1.2A
max_usb_current=1
# overscan to adjust image position
overscan_left=0
overscan_right=0
overscan_top=0
overscan_bottom=0
# HDMI config
hdmi_drive=1
hdmi_ignore_edid=0xa5000080
hdmi_group=2
hdmi_mode=87
# 1024×600 display
hdmi_cvt=1024 600 60 3 0 0 0
candlepin FAIL 404 Resource Not Found
candlepin_auth FAIL Katello::Resources::Candlepin::CandlepinPing: 404 Resource Not Found (GET /candlepin/status)
foreman_tasks OK
pulp FAIL 500 Internal Server Error
pulp_auth FAIL Skipped pulp_auth check after failed pulp check
# katello-service stop
# satellite-installer --scenario satellite --upgrade