crs of RAC cannot be started due to abnormal power failure

Problem phenomenon Business level The power of the computer room is cut off abnormally, and the access of the business system is slow after the database is restored. Database level Check the instance and find that only one instance is open and the other instance is not started. RAC cluster level View CR ...

Posted by bseven on Tue, 31 Mar 2020 11:32:51 +0200

When npm is installed, it prompts for solutions to operations without permission. Error: EACCES: permission denied

When installing the plug-in, such an error occurs. The reason is that the root user used to locally install the npm package, leaving the file with root ownership, which makes the ordinary user unable to access the file content of root. The error log is as follows: npm ERR! path /Users/Kyle/.npm/_cacache/index-v5/d8/1f/98ab242d0cbad080828ef3e3f ...

Posted by nc_brox on Sun, 01 Dec 2019 00:46:00 +0100

Solve the problem of cannot enable executable stack as shared object requirements: permission denied

Start troubleshooting 1. Error prompt for starting apache service. Starting httpd: httpd: Syntax error on line 211 of /etc/httpd/conf/httpd.conf: Syntax error on line 6 of /etc/httpd/conf.d/php.conf: Cannot load /etc/httpd/modules/libphp5.so into server: libcrypto.so.6: cannot enable executable stack as shared object requires: Permission de ...

Posted by Adastra on Sat, 23 Nov 2019 16:42:03 +0100

03-Django REST framework (03-authentication, privilege, throttling)

Articles Catalogue 1. User login authentication Certification Carding: 1. Use 2. Source code flow 2. Authority 3. Access Frequency Control (Throttle/Limit) Source code flow combing 1. User login authentication a. Some API s require user ...

Posted by celavi on Fri, 23 Aug 2019 10:15:32 +0200

ACL privilege settings in Linux

ACL permission settings brief introduction The function of ACL is to deal with the privilege problem of complex user environment. Whether the system supports ACL is related to the file system. In the previous version of CentOS 7, the partitions created manually by users do not support ACL by default, but the existing partitions are ...

Posted by Bret on Thu, 27 Jun 2019 01:03:21 +0200