skip to Main Content

Centos – Unable to start postgres

I added some files to systemed folder on my CentOS, after that postgresql service can not start with the error - Job for postgresql-14.service failed because the control process exited with error code. See "systemctl status postgresql-14.service" and "journalctl -xe"…

VIEW QUESTION

When I compile glibc-2.28 with the make command on centos 7.5, I got the error like argument 1 of type 'struct __jmp_buf_tag *' declared as a pointer

the steps is: update the make version to 4.8 update the gcc version to 12.2.0 Perform the following steps to compile glibc: tar zxf glibc-2.28.tar.gz && cd glibc-2.28 mkdir build && cd build ../configure --prefix=/usr --disable-profile --enable-add-ons --with-headers=/usr/include --with-binutils=/usr/bin make…

VIEW QUESTION

MongoDB 5.0.15/4.4.19 start issue after upgrade – CentOS

Do anybody manage to start existed relicaset after MongoDB minor version upgrade from official MongoDB stable repo? On previous versions 5.0.14/4.4.18 everything works perfect. {"t":{"$date":"2023-02-24T12:22:59.994+01:00"},"s":"I", "c":"-", "id":4333218, "ctx":"LogicalSessionCacheReap","msg":"Rescheduling the next replica set monitoring request","attr":{"replicaSet":"MainRepSet","host":"10.1.0.4:27017","delayMillis":0}} {"t":{"$date":"2023-02-24T12:22:59.996+01:00"},"s":"I", "c":"REPL", "id":21783, "ctx":"BackgroundSync","msg":"Waiting for pings…

VIEW QUESTION
Back To Top
Search