Ana içeriğe atla

Kayıtlar

Mayıs, 2020 tarihine ait yayınlar gösteriliyor

Ubuntu 20.04 de chromium çalıştırma hatası - snap-confine has elevated permissions and is not confined but should be. Refusing to continue to avoid permission escalation attacks: Operation not permitted

Ubuntu sisteminizi güncelledikten sonra chromium çalışmıyor, ve terminalde çalıştırdığınızda aşağıdaki gibi hata alıyorsanız; $ chromium-browser  snap-confine has elevated permissions and is not confined but should be. Refusing to continue to avoid permission escalation attacks: Operation not permitted apparmor kurallarını aşağıdaki düzenleyerek çalıştırabilirsiniz. Sunucu : xrv  Kullanici  : remzi  Dizin      : ~  Saat       : 11:01 ÖÖ  Yeni Komut $ sudo su - root@xrv:~# sudo apparmor_parser -r /etc/apparmor.d/*snap-confine* root@xrv:~# sudo apparmor_parser -r /var/lib/snapd/apparmor/profiles/snap-confine* root@xrv:~#  Artık chromium-browser çalışacaktır.

ceph notları

# subscription-manager register # subscription-manager refresh # subscription-manager list --available --all --matches="*Ceph*" # subscription-manager attach --pool=$POOL_ID # subscription-manager repos --disable=* # subscription-manager repos --enable=rhel-7-server-rpms # subscription-manager repos --enable=rhel-7-server-extras-rpms # yum update # yum install yum-utils vim -y # yum-config-manager --disable epel MONs # subscription-manager repos --enable=rhel-7-server-rhceph-3-mon-rpms OSDs # subscription-manager repos --enable=rhel-7-server-rhceph-3-osd-rpms Red Hat Ansible Engine administration node # subscription-manager repos --enable=rhel-7-server-rhceph-3-tools-rpms --enable=rhel-7-server-ansible-2.6-rpms Red Hat Ceph Storage file system (MDS) # subscription-manager repos --enable=rhel-7-server-rhceph-3-tools-rpms (Optional) Red Hat Ceph Storage object gateway # subscription-manager repos --enable=rhel-7-server-rhceph-3-tools-rpms Client node # subscription-manager repo