question_id
int64
88
79.9M
title_clean
stringlengths
14
150
body_clean
stringlengths
41
26.5k
full_text
stringlengths
63
26.6k
tags
stringlengths
4
105
score
int64
3
7.71k
view_count
int64
46
12.2M
answer_count
int64
0
79
link
stringlengths
56
125
63,055,908
Special chars in Laravel .env file
I'm having troubles using special chars in values of a Laravel .env file. For example: DB_PASSWORD=some#secret Now the env('DB_PASSWORD') is just 'some' Is there a way to escape characters or some other method to use values like this in the .env file? In case it makes a difference, my server is running on CentOS 8.2.20...
Special chars in Laravel .env file I'm having troubles using special chars in values of a Laravel .env file. For example: DB_PASSWORD=some#secret Now the env('DB_PASSWORD') is just 'some' Is there a way to escape characters or some other method to use values like this in the .env file? In case it makes a difference, my...
laravel, centos, environment-variables
7
8,129
1
https://stackoverflow.com/questions/63055908/special-chars-in-laravel-env-file
56,937,215
Use multiple specific network interfaces with docker swarm
I am using docker swarm to deploy an on-premise third party application. The machine I am deploying on is running RHEL 7.6 and has two network interfaces. The users will interact with the application from eth0 , but internal communication with their system must use eth1 or the connection will be blocked by their firewa...
Use multiple specific network interfaces with docker swarm I am using docker swarm to deploy an on-premise third party application. The machine I am deploying on is running RHEL 7.6 and has two network interfaces. The users will interact with the application from eth0 , but internal communication with their system must...
linux, docker, network-programming, docker-swarm, rhel
7
6,579
1
https://stackoverflow.com/questions/56937215/use-multiple-specific-network-interfaces-with-docker-swarm
55,020,845
kubelet.service: Main process exited, code=exited, status=255/n/a
I am making test Cluster following this instructions: [URL] and [URL] unfortunately when I check my nodes following occurs: kubectl get no NAME STATUS ROLES AGE VERSION pccshost2.lan.proficom.de NotReady <none> 19h v1.10.3 pccshost3.lan.proficom.de NotReady <none> 19h v1.10.3 so far as I get this problem is connected w...
kubelet.service: Main process exited, code=exited, status=255/n/a I am making test Cluster following this instructions: [URL] and [URL] unfortunately when I check my nodes following occurs: kubectl get no NAME STATUS ROLES AGE VERSION pccshost2.lan.proficom.de NotReady <none> 19h v1.10.3 pccshost3.lan.proficom.de NotRe...
kubernetes, fedora, kubelet
7
63,804
5
https://stackoverflow.com/questions/55020845/kubelet-service-main-process-exited-code-exited-status-255-n-a
54,720,116
HTTP/2 configuration not running after mod_http2 enabled and protocols set in conf file
HTTP/2 does not seem to be running after what seems to be a proper installation. I am running CentOS 7. I installed the latest version of Apache, version httpd-2.4.35-5.el7.x86_64, and have been trying to get HTTP/2 working. For this, I see that we need to have http2_module running. That is active and running. I believ...
HTTP/2 configuration not running after mod_http2 enabled and protocols set in conf file HTTP/2 does not seem to be running after what seems to be a proper installation. I am running CentOS 7. I installed the latest version of Apache, version httpd-2.4.35-5.el7.x86_64, and have been trying to get HTTP/2 working. For thi...
apache, centos, http2, httpconfiguration
7
12,091
1
https://stackoverflow.com/questions/54720116/http-2-configuration-not-running-after-mod-http2-enabled-and-protocols-set-in-co
54,272,891
how to install pip for python 2.7?
I followed the link @ [URL] to install pip ,however its intalled for python 2.6 that comes with the system,how do I install it for python 2.7? sudo yum install epel-release Loaded plugins: security Setting up Install Process Package epel-release-6-8.noarch already installed and latest version Nothing to do Installing p...
how to install pip for python 2.7? I followed the link @ [URL] to install pip ,however its intalled for python 2.6 that comes with the system,how do I install it for python 2.7? sudo yum install epel-release Loaded plugins: security Setting up Install Process Package epel-release-6-8.noarch already installed and latest...
python, pip, centos
7
63,512
5
https://stackoverflow.com/questions/54272891/how-to-install-pip-for-python-2-7
54,049,196
Getting Read Only Filesystem Error inside a docker container
This command echo 1 | sudo tee /proc/sys/net/ipv6/conf/all/disable_ipv6 when run inside a CentOS docker container (running on Mac), gives: echo 1 | sudo tee /proc/sys/net/ipv6/conf/all/disable_ipv6 tee: /proc/sys/net/ipv6/conf/all/disable_ipv6: Read-only file system 1 When run inside a CentOS virtual machine, it succee...
Getting Read Only Filesystem Error inside a docker container This command echo 1 | sudo tee /proc/sys/net/ipv6/conf/all/disable_ipv6 when run inside a CentOS docker container (running on Mac), gives: echo 1 | sudo tee /proc/sys/net/ipv6/conf/all/disable_ipv6 tee: /proc/sys/net/ipv6/conf/all/disable_ipv6: Read-only file...
docker, centos
7
14,222
1
https://stackoverflow.com/questions/54049196/getting-read-only-filesystem-error-inside-a-docker-container
53,545,436
No package certbot available
I'm trying to install certbot on RHEL server. Instructions to enable epel-release # yum install [URL] then # subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms " epel-release-7-11 was installed. # yum install certbot Loaded plugins: product-id, search-disabled-repos, subscription-ma...
No package certbot available I'm trying to install certbot on RHEL server. Instructions to enable epel-release # yum install [URL] then # subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms " epel-release-7-11 was installed. # yum install certbot Loaded plugins: product-id, search-di...
rhel, lets-encrypt, certbot, epel
7
17,706
5
https://stackoverflow.com/questions/53545436/no-package-certbot-available
53,098,752
Where can I find the centos firewall log file?
I have some ports block by firewall when i set my centos server, such as gerrit can't send email by timeout error when I stop firewalld service, it works. And same as shadowsocks, when I start firewalld service, I can't get anything by my server. I have already opened server port 8388 & 8389 & 465 & 25, but it just did...
Where can I find the centos firewall log file? I have some ports block by firewall when i set my centos server, such as gerrit can't send email by timeout error when I stop firewalld service, it works. And same as shadowsocks, when I start firewalld service, I can't get anything by my server. I have already opened serv...
logging, centos, firewall
7
38,822
1
https://stackoverflow.com/questions/53098752/where-can-i-find-the-centos-firewall-log-file
52,319,353
'ImportError: cannot import name _remove_dead_weakref' When building Python 2.7 from source
I am trying to build Python 2.7 from source on a CentOS 7 multi user system which has other installations of Python. I originally was building Python 2.7.15 with gcc 6.3.0 with the following flags: ./configure --prefix=/path/to/install --enable-shared --enable-optimizations After running into some build errors I then t...
'ImportError: cannot import name _remove_dead_weakref' When building Python 2.7 from source I am trying to build Python 2.7 from source on a CentOS 7 multi user system which has other installations of Python. I originally was building Python 2.7.15 with gcc 6.3.0 with the following flags: ./configure --prefix=/path/to/...
python, python-2.7, build, centos, centos7
7
2,183
0
https://stackoverflow.com/questions/52319353/importerror-cannot-import-name-remove-dead-weakref-when-building-python-2-7
51,081,994
While installing nltk package getting ModuleNotFoundError: No module named '_sqlite3'
Getting below error while running a code snippet which has nltk dependencies. Manually installed python 3.6.5 and using it in the virtual enviornment The OS ( Red Hat Linux 7.4-Maipo ) has python 2.7.4 installed in it. Traceback (most recent call last): File "FLASK_RECOMMENDER_VER_1_1.py", line 15, in <module> import n...
While installing nltk package getting ModuleNotFoundError: No module named '_sqlite3' Getting below error while running a code snippet which has nltk dependencies. Manually installed python 3.6.5 and using it in the virtual enviornment The OS ( Red Hat Linux 7.4-Maipo ) has python 2.7.4 installed in it. Traceback (most...
python-3.x, sqlite, nltk, rhel7
7
3,011
1
https://stackoverflow.com/questions/51081994/while-installing-nltk-package-getting-modulenotfounderror-no-module-named-sql
50,156,248
Installing up-to-date version of Erlang on RHEL7
I'm trying to install an up to date (version 20.3 at the moment of the writing) Erlang distribution into RHEL7 (release 7.5 to be exact). Google tells me the up-to-date Erlang distribution is maintained by Erlang Solutions at [URL] (thanks!) There you also find instructions how to add the repository so that the Erlang ...
Installing up-to-date version of Erlang on RHEL7 I'm trying to install an up to date (version 20.3 at the moment of the writing) Erlang distribution into RHEL7 (release 7.5 to be exact). Google tells me the up-to-date Erlang distribution is maintained by Erlang Solutions at [URL] (thanks!) There you also find instructi...
erlang, rhel7
7
11,666
1
https://stackoverflow.com/questions/50156248/installing-up-to-date-version-of-erlang-on-rhel7
49,696,709
gcc assembler messages can't open /tmp/ccqjY5HV.s for reading no such file or directory
I have a nightly build that builds a source tree with several compilers/options. I'm using buildbot on centos 6, though I doubt that buildbot has any relation to the problem. Sometimes the build fails with a bunch of messages like: Assembler messages: Error: can't open /tmp/ccqjY5HV.s for reading: No such file or direc...
gcc assembler messages can't open /tmp/ccqjY5HV.s for reading no such file or directory I have a nightly build that builds a source tree with several compilers/options. I'm using buildbot on centos 6, though I doubt that buildbot has any relation to the problem. Sometimes the build fails with a bunch of messages like: ...
compiler-errors, centos, centos6, rhel, rhel6
7
3,099
1
https://stackoverflow.com/questions/49696709/gcc-assembler-messages-cant-open-tmp-ccqjy5hv-s-for-reading-no-such-file-or-di
49,677,522
RHEL/Pyenv: No module named '_tkinter'
I'm trying to use Matplotlib on RHEL using a pyenv installed version of python 3.6.5. (installed using the following command) - pyenv install 3.6.5 Installing Python-3.6.5... python-build: use readline from homebrew Installed Python-3.6.5 to /home/swp1g17/.pyenv/versions/3.6.5 - pyenv global 3.6.5 I'm presented with th...
RHEL/Pyenv: No module named '_tkinter' I'm trying to use Matplotlib on RHEL using a pyenv installed version of python 3.6.5. (installed using the following command) - pyenv install 3.6.5 Installing Python-3.6.5... python-build: use readline from homebrew Installed Python-3.6.5 to /home/swp1g17/.pyenv/versions/3.6.5 - p...
python, tkinter, rhel
7
4,159
2
https://stackoverflow.com/questions/49677522/rhel-pyenv-no-module-named-tkinter
49,197,998
How to change locale settings on Fedora Docker container?
On a normal server e.g. a Linode VPS I would normally do: localectl set-locale LANG=<locale>.utf8 timedatectl set-timezone <timezone> But since systemd is not present or does not work on containers I get: Failed to create bus connection: No such file or directory Now, my goal is just to change these settings without us...
How to change locale settings on Fedora Docker container? On a normal server e.g. a Linode VPS I would normally do: localectl set-locale LANG=<locale>.utf8 timedatectl set-timezone <timezone> But since systemd is not present or does not work on containers I get: Failed to create bus connection: No such file or director...
docker, fedora
7
6,131
4
https://stackoverflow.com/questions/49197998/how-to-change-locale-settings-on-fedora-docker-container
48,818,033
Elasticsearch: Could not find or load main class org.elasticsearch.tools.launchers.JavaVersionChecker
I'm using CentOS and have downloaded Elasticsearch 6.2.1. I created a new user "elastic" and when I run ./bin/elasticsearch I get the error: Could not find or load main class org.elasticsearch.tools.launchers.JavaVersionChecker I tried placing this user in an admin group ("wheel"), and the same problem occurs. If I try...
Elasticsearch: Could not find or load main class org.elasticsearch.tools.launchers.JavaVersionChecker I'm using CentOS and have downloaded Elasticsearch 6.2.1. I created a new user "elastic" and when I run ./bin/elasticsearch I get the error: Could not find or load main class org.elasticsearch.tools.launchers.JavaVersi...
java, elasticsearch, centos
7
25,154
5
https://stackoverflow.com/questions/48818033/elasticsearch-could-not-find-or-load-main-class-org-elasticsearch-tools-launche
48,653,117
Start node.js express server as a service
I'm currently preparing a react web app for production have set up a centos machine to host the app using node.js and express. I'd like to automate the starting of the express server. My file structure is as follows: /opt/ |__ /express/ |__ /node_modules/~ |__ express.js |__ /public/ |__ bundle.js |__ styles.css |__ in...
Start node.js express server as a service I'm currently preparing a react web app for production have set up a centos machine to host the app using node.js and express. I'd like to automate the starting of the express server. My file structure is as follows: /opt/ |__ /express/ |__ /node_modules/~ |__ express.js |__ /p...
node.js, express, service, centos
7
10,305
3
https://stackoverflow.com/questions/48653117/start-node-js-express-server-as-a-service
46,318,619
docker login into nexus connection refused
I have set up my docker repo, below is the docker-compose.yml file: version: '2' networks: prodnetwork: driver: bridge services: nexus: image: sonatype/nexus3 volumes: - "nexus-data:/nexus-data" ports: - "8081:8081" - "8082:8082" - "8083:8083" - "8084:8084" - "8085:8085" - "8086:8086" - "8087:8087" - "8088:8088" networ...
docker login into nexus connection refused I have set up my docker repo, below is the docker-compose.yml file: version: '2' networks: prodnetwork: driver: bridge services: nexus: image: sonatype/nexus3 volumes: - "nexus-data:/nexus-data" ports: - "8081:8081" - "8082:8082" - "8083:8083" - "8084:8084" - "8085:8085" - "80...
docker, centos, docker-compose, nexus3
7
24,208
4
https://stackoverflow.com/questions/46318619/docker-login-into-nexus-connection-refused
46,172,600
RHEL7 - /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found
I know this question has been asked for many times while I still get stuck with it. I have reviewed all answers previously asked like version `CXXABI_1.3.8' not found (required by ...) How to fix: [program name] /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version CXXABI_1.3.8' not found (required by [program name]) and I...
RHEL7 - /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found I know this question has been asked for many times while I still get stuck with it. I have reviewed all answers previously asked like version `CXXABI_1.3.8' not found (required by ...) How to fix: [program name] /usr/lib/x86_64-linux-gnu/libstdc++.so.6...
linux, gcc, rhel
7
24,219
1
https://stackoverflow.com/questions/46172600/rhel7-usr-lib64-libstdc-so-6-version-cxxabi-1-3-8-not-found
45,790,480
Ensure yum install fails if post install script fails
When trying to install a yum package, I'm getting: Non-fatal POSTIN scriptlet failure in rpm package But the yum install is completing successfully, so it's tough to know when it failed or not. Anyway to fail when yum encounters this?
Ensure yum install fails if post install script fails When trying to install a yum package, I'm getting: Non-fatal POSTIN scriptlet failure in rpm package But the yum install is completing successfully, so it's tough to know when it failed or not. Anyway to fail when yum encounters this?
linux, centos, yum, rhel
7
3,528
1
https://stackoverflow.com/questions/45790480/ensure-yum-install-fails-if-post-install-script-fails
45,621,476
Python tarfile slow than Linux command
I tried the different way to zip folder.My understanding is that Python built-in module always faster than subprocess.call("Linux command"). But I just did some demo. The tarfile module is slow than subprocess.call("tar").Can someone explain it to me? #!/usr/bin/python import os import time import tarfile import subpro...
Python tarfile slow than Linux command I tried the different way to zip folder.My understanding is that Python built-in module always faster than subprocess.call("Linux command"). But I just did some demo. The tarfile module is slow than subprocess.call("tar").Can someone explain it to me? #!/usr/bin/python import os i...
python, centos
7
7,705
2
https://stackoverflow.com/questions/45621476/python-tarfile-slow-than-linux-command
45,366,053
ChromeDriver 2.31 not working in CentOS / RHEL 7 (gilbc 2.18 required)
When trying to use ChromeDriver 2.31 in CentOS 7 I get the following error: version 'GLIBC_2.18' not found ChromeDriver developers confirm that glibc library dependency has been promoted to 2.18, while CentOS 7 has version 2.17. Related links: Announcing ChromeDriver 2.31 ChromeDriver Issue #1894 ChromeDriver Issue #17...
ChromeDriver 2.31 not working in CentOS / RHEL 7 (gilbc 2.18 required) When trying to use ChromeDriver 2.31 in CentOS 7 I get the following error: version 'GLIBC_2.18' not found ChromeDriver developers confirm that glibc library dependency has been promoted to 2.18, while CentOS 7 has version 2.17. Related links: Annou...
google-chrome, centos, selenium-chromedriver, centos7, glibc
7
3,419
3
https://stackoverflow.com/questions/45366053/chromedriver-2-31-not-working-in-centos-rhel-7-gilbc-2-18-required
44,380,154
tar: Cowardly refusing to create an empty archive
I use the following tar command to try to backup my entire file system tar -cvpzf test/backup.tar.gz --exclude=/test And I receive the following error message tar: Cowardly refusing to create an empty archive Try 'tar --help' or 'tar --usage' for more information. Can somebody point me in the right direction as to how ...
tar: Cowardly refusing to create an empty archive I use the following tar command to try to backup my entire file system tar -cvpzf test/backup.tar.gz --exclude=/test And I receive the following error message tar: Cowardly refusing to create an empty archive Try 'tar --help' or 'tar --usage' for more information. Can s...
linux, fedora, tar
7
36,676
1
https://stackoverflow.com/questions/44380154/tar-cowardly-refusing-to-create-an-empty-archive
43,739,782
openCV: The function is not implemented
Trying to run a python script and it throws the following error: OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script) in cvDestroyAllWin...
openCV: The function is not implemented Trying to run a python script and it throws the following error: OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake...
python, opencv, centos
7
7,354
2
https://stackoverflow.com/questions/43739782/opencv-the-function-is-not-implemented
43,674,331
Kerberos aes-256 encryption not working
Server is a RHEL7, Kerberos is AD (Windows). I'm only client of KDC. Arcfour-hmac works fine but when I change encryption type to aes-256 and set up a new keytab, kinit still works, but not kvno. And even if the user seems to have a valid ticket (in klist) he is not able to start services anymore. I don't have access t...
Kerberos aes-256 encryption not working Server is a RHEL7, Kerberos is AD (Windows). I'm only client of KDC. Arcfour-hmac works fine but when I change encryption type to aes-256 and set up a new keytab, kinit still works, but not kvno. And even if the user seems to have a valid ticket (in klist) he is not able to start...
authentication, encryption, aes, kerberos, rhel
7
9,575
2
https://stackoverflow.com/questions/43674331/kerberos-aes-256-encryption-not-working
42,845,853
Why bash4 expands curly braces differently?
One of legacy system got upgraded to bash4 and most of its scripts stopped working. I've narrowed it down to how a curly brackets are expanded within a <(cmdA ...|cmdB ... file{1,2}|cmdZ ...) . To illustrate the difference better: BEFORE (bash 3.2.25): [root@host1:~]$ bash -version|head -1 GNU bash, version 3.2.25(1)-r...
Why bash4 expands curly braces differently? One of legacy system got upgraded to bash4 and most of its scripts stopped working. I've narrowed it down to how a curly brackets are expanded within a <(cmdA ...|cmdB ... file{1,2}|cmdZ ...) . To illustrate the difference better: BEFORE (bash 3.2.25): [root@host1:~]$ bash -v...
bash, shell, rhel, curly-braces, expansion
7
253
1
https://stackoverflow.com/questions/42845853/why-bash4-expands-curly-braces-differently
42,728,353
Cannot start Android device emulator on Linux
I used to launch and debug Android Studio apps on emulator without problems. However, recently I am constantly failing to start the emulator. Updating the SDK and system images did not solve the problem. Updating qemu-system-* did not help either. System info: Linux Fedora 25 (x86_64), Android Studio 2.2.3
Cannot start Android device emulator on Linux I used to launch and debug Android Studio apps on emulator without problems. However, recently I am constantly failing to start the emulator. Updating the SDK and system images did not solve the problem. Updating qemu-system-* did not help either. System info: Linux Fedora ...
android, linux, android-studio, fedora, fedora-25
7
29,354
8
https://stackoverflow.com/questions/42728353/cannot-start-android-device-emulator-on-linux
40,924,529
Remeasuring files with Linux IMA
I am trying to set up Linux IMA in RHEL with the help of this guide [URL] . I would like to set up the system such that sensitive files of my choosing are remeasured if the file has changed (I'm stuck in the section relating to re-measuring files). My /etc/fstab looks like this: UUID=c8dbe0a9-8c0c-4aba-adff-bcf2dd4640d...
Remeasuring files with Linux IMA I am trying to set up Linux IMA in RHEL with the help of this guide [URL] . I would like to set up the system such that sensitive files of my choosing are remeasured if the file has changed (I'm stuck in the section relating to re-measuring files). My /etc/fstab looks like this: UUID=c8...
linux, rhel, integrity, rhel7
7
1,141
1
https://stackoverflow.com/questions/40924529/remeasuring-files-with-linux-ima
38,987,157
libicu and stringi on Fedora 24 causing R headaches
I recently upgraded to F24, and now in my R session I cannot get a few packages to load, sp. reshape2, latex2exp, knitr, and others. The initial problem I found was that F24 uses libicu56 whereas these packages expect libicu54. I followed a suggestion in this thread to set the symbolic links with the desired version: l...
libicu and stringi on Fedora 24 causing R headaches I recently upgraded to F24, and now in my R session I cannot get a few packages to load, sp. reshape2, latex2exp, knitr, and others. The initial problem I found was that F24 uses libicu56 whereas these packages expect libicu54. I followed a suggestion in this thread t...
r, fedora
7
1,820
2
https://stackoverflow.com/questions/38987157/libicu-and-stringi-on-fedora-24-causing-r-headaches
38,842,120
WebLogic openJDK error
I'm trying to install WebLogic to my CentOS virtual maching. I installed openjdk-1.8.0 version . when I try to install fmw_12.2.1.1.0_wls_quick.jar which is quick installer to linux, with code java -jar fmw_12.2.1.1.0_wls_quick.jar there is error. OpenJDK JVM not support this platform. How can I solve this problem?
WebLogic openJDK error I'm trying to install WebLogic to my CentOS virtual maching. I installed openjdk-1.8.0 version . when I try to install fmw_12.2.1.1.0_wls_quick.jar which is quick installer to linux, with code java -jar fmw_12.2.1.1.0_wls_quick.jar there is error. OpenJDK JVM not support this platform. How can I ...
java, centos, weblogic
7
18,328
2
https://stackoverflow.com/questions/38842120/weblogic-openjdk-error
38,418,333
Gradle build gets stuck on mergeDebugResources on centos
I'm compiling an android project on a centos server using gradle and after using gradle build everything works fine until this: > Building 17% > :app:mergeDebugResources and then it just gets stuck there.
Gradle build gets stuck on mergeDebugResources on centos I'm compiling an android project on a centos server using gradle and after using gradle build everything works fine until this: > Building 17% > :app:mergeDebugResources and then it just gets stuck there.
android, gradle, build, centos
7
572
0
https://stackoverflow.com/questions/38418333/gradle-build-gets-stuck-on-mergedebugresources-on-centos
37,625,856
How to make this ansible chkconfig task idempotent ?
I have a ansible task like this in my playbook to be run against a centos server: - name: Enable services for automatic start action: command /sbin/chkconfig {{ item }} on with_items: - nginx - postgresql This task changes every time I run it. How do I make this task pass the idempotency test ?
How to make this ansible chkconfig task idempotent ? I have a ansible task like this in my playbook to be run against a centos server: - name: Enable services for automatic start action: command /sbin/chkconfig {{ item }} on with_items: - nginx - postgresql This task changes every time I run it. How do I make this task...
centos, ansible
7
12,439
1
https://stackoverflow.com/questions/37625856/how-to-make-this-ansible-chkconfig-task-idempotent
36,971,994
Trying to install GitLab on Apache on CentOS 7
I'm trying to install GitLab, but I want to install it on an Apache web server on my VPS. I know that GitLab was built for nginx, but I honestly don't want to use it. I was wondering how I would be able to have a setup so that mysite.com would retrieve the files (like index.html, folders with more files in them, etc.) ...
Trying to install GitLab on Apache on CentOS 7 I'm trying to install GitLab, but I want to install it on an Apache web server on my VPS. I know that GitLab was built for nginx, but I honestly don't want to use it. I was wondering how I would be able to have a setup so that mysite.com would retrieve the files (like inde...
linux, git, apache, centos, gitlab
7
4,199
1
https://stackoverflow.com/questions/36971994/trying-to-install-gitlab-on-apache-on-centos-7
36,245,235
How to check whether a directory is empty or not in Shell Scripting?
I have a directory. It is empty. If i perform ls -lrt , it shows total 0 How do I specify an If condition to perform something, only if the directory is empty. I mean to ask how to capture that 0 value.
How to check whether a directory is empty or not in Shell Scripting? I have a directory. It is empty. If i perform ls -lrt , it shows total 0 How do I specify an If condition to perform something, only if the directory is empty. I mean to ask how to capture that 0 value.
linux, bash, shell, scripting, centos
7
31,679
2
https://stackoverflow.com/questions/36245235/how-to-check-whether-a-directory-is-empty-or-not-in-shell-scripting
35,342,860
Unable to connect to MS-SQL with ISQL
First post on StackExchange - please go easy :) I have setup ODBC in Centos 6 in order to perform ms-sql queries from my Asterisk installation. My Config files are: /etc/odbc.ini [asterisk-connector] Description = MS SQL connection to 'asterisk' database Driver = /usr/lib64/libtdsodbc.so Setup = /usr/lib64/libtdsS.so S...
Unable to connect to MS-SQL with ISQL First post on StackExchange - please go easy :) I have setup ODBC in Centos 6 in order to perform ms-sql queries from my Asterisk installation. My Config files are: /etc/odbc.ini [asterisk-connector] Description = MS SQL connection to 'asterisk' database Driver = /usr/lib64/libtdso...
centos, odbc, isql
7
30,115
4
https://stackoverflow.com/questions/35342860/unable-to-connect-to-ms-sql-with-isql
35,174,592
Call to undefined function Doctrine\ORM\Mapping\Driver\simplexml_load_file()
I am using Symfony2 and I am deploying my web to a CentOs6 server. I got this exception FatalErrorException: Error: Call to undefined function Doctrine\ORM\Mapping\Driver\simplexml_load_file() in vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php line 736 What did I miss ? Thanks
Call to undefined function Doctrine\ORM\Mapping\Driver\simplexml_load_file() I am using Symfony2 and I am deploying my web to a CentOs6 server. I got this exception FatalErrorException: Error: Call to undefined function Doctrine\ORM\Mapping\Driver\simplexml_load_file() in vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Dr...
symfony, doctrine-orm, centos
7
4,825
2
https://stackoverflow.com/questions/35174592/call-to-undefined-function-doctrine-orm-mapping-driver-simplexml-load-file
33,904,917
Ansible and Fedora23 - "firewalld required for this module"
I'm trying to set up my firewalld through Ansible on my Fedora 23 server from my Fedora client (Yes I like fedora :D ). However, each time I try to execute a playbook with some commands including firewalld (Example - firewalld: service=https permanent=true state=enabled ), the playbook execution fail with the following...
Ansible and Fedora23 - "firewalld required for this module" I'm trying to set up my firewalld through Ansible on my Fedora 23 server from my Fedora client (Yes I like fedora :D ). However, each time I try to execute a playbook with some commands including firewalld (Example - firewalld: service=https permanent=true sta...
ansible, fedora, firewall
7
3,978
1
https://stackoverflow.com/questions/33904917/ansible-and-fedora23-firewalld-required-for-this-module
32,634,763
How to check if PostgreSQL installation supports SSL?
In the PostgreSQL documentation is described that required to build PostgreSQL for SSL support: [URL] Is it possible that PostgreSQL installation supports SSL out of the box from some CentoOS repository? How to check if PostgreSQL installation supports SSL?
How to check if PostgreSQL installation supports SSL? In the PostgreSQL documentation is described that required to build PostgreSQL for SSL support: [URL] Is it possible that PostgreSQL installation supports SSL out of the box from some CentoOS repository? How to check if PostgreSQL installation supports SSL?
postgresql, ssl, centos
7
6,852
1
https://stackoverflow.com/questions/32634763/how-to-check-if-postgresql-installation-supports-ssl
32,431,894
How to install or upgrade g++ in CentOS 6?
I have CentOS 6, and have installed g++ 4.4.7 with yum install devtoolset-2 However, I want to install g++ 4.8 or higher. How can I do this?
How to install or upgrade g++ in CentOS 6? I have CentOS 6, and have installed g++ 4.4.7 with yum install devtoolset-2 However, I want to install g++ 4.8 or higher. How can I do this?
linux, centos, g++
7
25,912
1
https://stackoverflow.com/questions/32431894/how-to-install-or-upgrade-g-in-centos-6
32,410,006
error: Ident authentication failed for user
I can't connect postgres through nodejs pg module or pgAdmin3 below is my config and error message, I can't find how to fix user, password, role privilege, database create su - postgres psql ALTER USER db_admin WITH PASSWORD 'aaee11'; ALTER ROLE db_admin SUPERUSER CREATEDB CREATEROLE; CREATE DATABASE "testdb" WITH OWNE...
error: Ident authentication failed for user I can't connect postgres through nodejs pg module or pgAdmin3 below is my config and error message, I can't find how to fix user, password, role privilege, database create su - postgres psql ALTER USER db_admin WITH PASSWORD 'aaee11'; ALTER ROLE db_admin SUPERUSER CREATEDB CR...
node.js, postgresql, centos, pgadmin
7
8,259
1
https://stackoverflow.com/questions/32410006/error-ident-authentication-failed-for-user
31,438,293
ImportError: No module named pkg_resources on installing matplotlib
This is on CentOs 6.6. I am trying to set up a scientific python environment. I want to avoid Anaconda. When trying to install matplotlib, I get "ImportError: No module named pkg_resources". Full install history: sudo yum install gcc-c++.x86_64 sudo yum install gcc sudo yum install atlas atlas-devel lapack-devel blas-d...
ImportError: No module named pkg_resources on installing matplotlib This is on CentOs 6.6. I am trying to set up a scientific python environment. I want to avoid Anaconda. When trying to install matplotlib, I get "ImportError: No module named pkg_resources". Full install history: sudo yum install gcc-c++.x86_64 sudo yu...
python, matplotlib, centos, installation, pip
7
24,131
3
https://stackoverflow.com/questions/31438293/importerror-no-module-named-pkg-resources-on-installing-matplotlib
31,381,892
Fedora 22 - compile - __atomic_is_lock_free
I am try to compile a software (SuperCollider) on Fedora 22 but I run into a problem: libsupernova.a(server.cpp.o): In function std::atomic<boost::lockfree::detail::tagged_index>::is_lock_free() const': /usr/include/c++/5.1.1/atomic:212: undefined reference to __atomic_is_lock_free' collect2: error: ld returned 1 exit ...
Fedora 22 - compile - __atomic_is_lock_free I am try to compile a software (SuperCollider) on Fedora 22 but I run into a problem: libsupernova.a(server.cpp.o): In function std::atomic<boost::lockfree::detail::tagged_index>::is_lock_free() const': /usr/include/c++/5.1.1/atomic:212: undefined reference to __atomic_is_loc...
c++, gcc, boost, fedora
7
5,865
2
https://stackoverflow.com/questions/31381892/fedora-22-compile-atomic-is-lock-free
31,233,316
How to get the file creation date/time in xfs
I am able to get the file creation date/time using debugfs command in ext file system but how to check/get the same in XFS file system.
How to get the file creation date/time in xfs I am able to get the file creation date/time using debugfs command in ext file system but how to check/get the same in XFS file system.
linux, bash, redhat, rhel7
7
9,755
1
https://stackoverflow.com/questions/31233316/how-to-get-the-file-creation-date-time-in-xfs
30,542,462
WkHTMLtoPDF 0.12.2.1 PHP exec xvfb-run: Error: xauth command not found
I want to generate a PDF from a URL, so I execute the command by WkHTMLtoPDF as below: /usr/bin/xvfb-run --server-args="-screen 0, 1920x1080x24" /usr/local/bin/wkhtmltopdf [URL] /tmp/google.pdf 2>&1 The above command works fine on Terminal, But when I invoke the command inside PHP failed! And show me an error message a...
WkHTMLtoPDF 0.12.2.1 PHP exec xvfb-run: Error: xauth command not found I want to generate a PDF from a URL, so I execute the command by WkHTMLtoPDF as below: /usr/bin/xvfb-run --server-args="-screen 0, 1920x1080x24" /usr/local/bin/wkhtmltopdf [URL] /tmp/google.pdf 2>&1 The above command works fine on Terminal, But when...
php, centos, wkhtmltopdf, xauth
7
10,198
2
https://stackoverflow.com/questions/30542462/wkhtmltopdf-0-12-2-1-php-exec-xvfb-run-error-xauth-command-not-found
30,334,914
Access denied while running Mysql for the first time on Centos
I just installed Mysql for the first time on a CentOS machine using yum . The installation had no errors. Then I followed those steps: $ sudo /sbin/service mysqld start --skip-grant-tables --skip-networking $ sudo /usr/bin/mysql_secure_installation NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL SER...
Access denied while running Mysql for the first time on Centos I just installed Mysql for the first time on a CentOS machine using yum . The installation had no errors. Then I followed those steps: $ sudo /sbin/service mysqld start --skip-grant-tables --skip-networking $ sudo /usr/bin/mysql_secure_installation NOTE: RU...
mysql, centos, root
7
32,438
5
https://stackoverflow.com/questions/30334914/access-denied-while-running-mysql-for-the-first-time-on-centos
29,433,655
How to port forward in Docker container?
I'd like to forward 8080 port to 80 with iptables in a Docker container. In the build I have an error message as you can see below. Here is the Dockerfile: FROM fedora RUN whoami && \ iptables -t nat -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 8080 Here is the output: [~]# docker build -t temp /home/e...
How to port forward in Docker container? I'd like to forward 8080 port to 80 with iptables in a Docker container. In the build I have an error message as you can see below. Here is the Dockerfile: FROM fedora RUN whoami && \ iptables -t nat -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 8080 Here is the ...
linux, docker, fedora, wildfly
7
19,676
1
https://stackoverflow.com/questions/29433655/how-to-port-forward-in-docker-container
28,420,466
Fedora 20 how to run script at the end of startup
I am using Fedora 20 . I have a two lines bash script needs to be run at the end of the startup. I want it to be run automatically each time when machine is startup. How can I do this? I tried "sudo crontab -e" to insert my executable script but it always gave me error teling me the the time is not right and cannot mod...
Fedora 20 how to run script at the end of startup I am using Fedora 20 . I have a two lines bash script needs to be run at the end of the startup. I want it to be run automatically each time when machine is startup. How can I do this? I tried "sudo crontab -e" to insert my executable script but it always gave me error ...
linux, bash, fedora, fedora20
7
19,402
3
https://stackoverflow.com/questions/28420466/fedora-20-how-to-run-script-at-the-end-of-startup
27,675,326
arm-linux-gnu-gcc collect2: fatal error: cannot find 'ld'
I've installed gcc-arm-linux-gnu-4.9.1-1.fc20.x86_64 on my Fedora 20 box. $ cat main.c int main(void) { return 0; } $ arm-linux-gnu-gcc main.c collect2: fatal error: cannot find 'ld' compilation terminated. Am I missing something? Is this a bug?
arm-linux-gnu-gcc collect2: fatal error: cannot find 'ld' I've installed gcc-arm-linux-gnu-4.9.1-1.fc20.x86_64 on my Fedora 20 box. $ cat main.c int main(void) { return 0; } $ arm-linux-gnu-gcc main.c collect2: fatal error: cannot find 'ld' compilation terminated. Am I missing something? Is this a bug?
c, gcc, cross-compiling, fedora
7
7,810
1
https://stackoverflow.com/questions/27675326/arm-linux-gnu-gcc-collect2-fatal-error-cannot-find-ld
27,518,646
Docker - Creating base image with RHEL iso
I am trying to use a RHEL image for my project. Is there a way to create a base image with my RHEL 6's iso file? I am not using Fedora as it is beneficial for my project to use the RHEL distribution instead.
Docker - Creating base image with RHEL iso I am trying to use a RHEL image for my project. Is there a way to create a base image with my RHEL 6's iso file? I am not using Fedora as it is beneficial for my project to use the RHEL distribution instead.
image, docker, rhel
7
8,914
1
https://stackoverflow.com/questions/27518646/docker-creating-base-image-with-rhel-iso
25,924,313
What is the official way to install Haskell Platform 2014, from source, on Red Hat?
I am trying to install Haskell Platform 2014.2.0.0 from source on Red Hat Enterprise Linux 6.5. I have a functional install of Haskell Platform 2012.4.0.0 and GHC 7.4.2 from two years ago, plus a recently-installed Haskell Platform 2013.2.0.0 and GHC 7.6.3 from JustHub. I've built GHC 7.8.3 from source, but it keeps co...
What is the official way to install Haskell Platform 2014, from source, on Red Hat? I am trying to install Haskell Platform 2014.2.0.0 from source on Red Hat Enterprise Linux 6.5. I have a functional install of Haskell Platform 2012.4.0.0 and GHC 7.4.2 from two years ago, plus a recently-installed Haskell Platform 2013...
haskell, installation, redhat, rhel, platform
7
1,604
2
https://stackoverflow.com/questions/25924313/what-is-the-official-way-to-install-haskell-platform-2014-from-source-on-red-h
25,608,659
VirtualHost is not working under Apache 2.4.6 on CentOS 7
I'm trying to setup some VH in Apache 2.4.6 on CentOS 7 but without success since it's not working. This is what I've tried til now: Since in /etc/httpd/conf/httpd.conf is this line Include conf.modules.d/*.conf then I create a file under /etc/httpd/conf.d/vhost.conf and place this inside it: NameVirtualHost *:80 <Virt...
VirtualHost is not working under Apache 2.4.6 on CentOS 7 I'm trying to setup some VH in Apache 2.4.6 on CentOS 7 but without success since it's not working. This is what I've tried til now: Since in /etc/httpd/conf/httpd.conf is this line Include conf.modules.d/*.conf then I create a file under /etc/httpd/conf.d/vhost...
php, linux, centos, apache2, apache2.4
7
39,192
3
https://stackoverflow.com/questions/25608659/virtualhost-is-not-working-under-apache-2-4-6-on-centos-7
24,961,576
Docker error while creating couchbase - ulimit: open files: cannot modify limit: Operation not permitted
I am trying to create a docker image for Couchbase and i get the following error with the dockerfile on CentOS image. # expose default port EXPOSE 8091 ENV PATH $PATH:/opt/couchbase/bin RUN cd /var/tmp &&\ wget [URL] &&\ rpm -ivh couchbase-server-enterprise_2.5.0_x86_64.rpm &&\ chkconfig couchbase-server on &&\ service...
Docker error while creating couchbase - ulimit: open files: cannot modify limit: Operation not permitted I am trying to create a docker image for Couchbase and i get the following error with the dockerfile on CentOS image. # expose default port EXPOSE 8091 ENV PATH $PATH:/opt/couchbase/bin RUN cd /var/tmp &&\ wget [URL...
centos, docker, ulimit, linux-containers
7
32,905
2
https://stackoverflow.com/questions/24961576/docker-error-while-creating-couchbase-ulimit-open-files-cannot-modify-limit
24,747,528
Phpmyadmin is not showing all tables in a mysql database
I have been running a website from home for a few months now and suddenly phpmyadmin is not showing me all the tables in the mysql database. Here is a screenshot 1: I thought the database could be corrupt or maybe someone has executed some bad sql code so I deleted the database and tried to restore from a date that I k...
Phpmyadmin is not showing all tables in a mysql database I have been running a website from home for a few months now and suddenly phpmyadmin is not showing me all the tables in the mysql database. Here is a screenshot 1: I thought the database could be corrupt or maybe someone has executed some bad sql code so I delet...
php, mysql, sql, phpmyadmin, centos
7
13,225
3
https://stackoverflow.com/questions/24747528/phpmyadmin-is-not-showing-all-tables-in-a-mysql-database
24,665,599
unable to start rstudio in centos getting error "unable to connect to service"
I have Rstudio server installed on CentOS 6, but I cannot login to Rstudio from the browser at [URL] in browser. A popup titled "RStudio Initialization Error" appears with message "Unable to connect to service". I have tried the following to remedy the error, but I have been without success: $ sudo rstudio-server verif...
unable to start rstudio in centos getting error "unable to connect to service" I have Rstudio server installed on CentOS 6, but I cannot login to Rstudio from the browser at [URL] in browser. A popup titled "RStudio Initialization Error" appears with message "Unable to connect to service". I have tried the following to...
linux, r, centos, rstudio, rstudio-server
7
14,325
3
https://stackoverflow.com/questions/24665599/unable-to-start-rstudio-in-centos-getting-error-unable-to-connect-to-service
23,777,842
Different results from spamassassin and spamc
I have installed and configured and trained my spamassassin and all seemed to work just fine. Then when I tried to deploy it via spamc I get partial results. Why is this happening? I like spamc for the fact i can get it to output just the report but it seems to be missing checks: SPF, DKIM, BAYES. I have not managed to...
Different results from spamassassin and spamc I have installed and configured and trained my spamassassin and all seemed to work just fine. Then when I tried to deploy it via spamc I get partial results. Why is this happening? I like spamc for the fact i can get it to output just the report but it seems to be missing c...
linux, email, centos, spamassassin
7
4,886
2
https://stackoverflow.com/questions/23777842/different-results-from-spamassassin-and-spamc
23,653,461
Chrome failed to start on CentOS using chromedriver2.9
Env: chromedriver 2.9, google-chrome-stable 34, python 2.6, CentOS6.4 final x86_64 I install google-chrome-stable(not chromium) follow install-chrome.sh . It may extract packages from fedoraproject and install those package to /opt/google/chrome/lib . I install chromedriver2.9 follow link . I can run google-chrome and ...
Chrome failed to start on CentOS using chromedriver2.9 Env: chromedriver 2.9, google-chrome-stable 34, python 2.6, CentOS6.4 final x86_64 I install google-chrome-stable(not chromium) follow install-chrome.sh . It may extract packages from fedoraproject and install those package to /opt/google/chrome/lib . I install chr...
google-chrome, selenium, centos, google-chrome-devtools, selenium-chromedriver
7
3,671
1
https://stackoverflow.com/questions/23653461/chrome-failed-to-start-on-centos-using-chromedriver2-9
22,939,521
how to promote ldap replica to master
I have a master LDAP server (openldap) running on a node that needs to be decomissioned. I have several consumer nodes doing a syncrepl to it. I have designated another node (one of the consumers) to become the new master so I can decomission the old master. I have updated all of the other consumers to syncrepl from th...
how to promote ldap replica to master I have a master LDAP server (openldap) running on a node that needs to be decomissioned. I have several consumer nodes doing a syncrepl to it. I have designated another node (one of the consumers) to become the new master so I can decomission the old master. I have updated all of t...
ldap, openldap, rhel
7
2,927
2
https://stackoverflow.com/questions/22939521/how-to-promote-ldap-replica-to-master
22,427,184
Dot doesn't support any format in a newly installed Graphviz
I have installed Graphviz on Fedora using the recommended procedure described at GraphViz official site. However, I'm not able to convert a basic hello.dot file using dot command. My hello.dot file is: graph hello { Node1 [label="Hello, World!"] } The error is: $ dot hello.dot -Tpng -o hello.png Format: "png" not recog...
Dot doesn't support any format in a newly installed Graphviz I have installed Graphviz on Fedora using the recommended procedure described at GraphViz official site. However, I'm not able to convert a basic hello.dot file using dot command. My hello.dot file is: graph hello { Node1 [label="Hello, World!"] } The error i...
fedora, graphviz, dot
7
5,269
1
https://stackoverflow.com/questions/22427184/dot-doesnt-support-any-format-in-a-newly-installed-graphviz
22,309,726
Restricting MySQL 3306 port with IPTABLES
How to block mysql port 3306 for everybody, but allow it for a specific IP? This is what I currently do: iptables -I INPUT 1 -p tcp --dport 3306 -j ACCEPT
Restricting MySQL 3306 port with IPTABLES How to block mysql port 3306 for everybody, but allow it for a specific IP? This is what I currently do: iptables -I INPUT 1 -p tcp --dport 3306 -j ACCEPT
mysql, security, centos, firewall, iptables
7
14,218
1
https://stackoverflow.com/questions/22309726/restricting-mysql-3306-port-with-iptables
22,000,102
how to use curl --ftp-create-dirs?
Background I have been searching the Internet trying to find an example of --ftp-create-dirs . Overall my goal is to use "--ftp-create-dirs" to automatically create the necessary folders if they are not present when I upload my file. Problem The problem is I don't know the exact syntax for properly using --ftp-create-d...
how to use curl --ftp-create-dirs? Background I have been searching the Internet trying to find an example of --ftp-create-dirs . Overall my goal is to use "--ftp-create-dirs" to automatically create the necessary folders if they are not present when I upload my file. Problem The problem is I don't know the exact synta...
bash, curl, centos, curl-commandline
7
21,122
3
https://stackoverflow.com/questions/22000102/how-to-use-curl-ftp-create-dirs
21,935,571
How to install PySide on CentOS?
I want to install ReText on CentOS. Have a problem, [root@localhost scripts-2.6]# python retext.py Traceback (most recent call last): File "retext.py", line 23, in <module> from ReText import QtCore, QtWidgets, QtWebKit, datadirs, globalSettings File "/usr/lib/python2.6/site-packages/ReText/__init__.py", line 21, in <m...
How to install PySide on CentOS? I want to install ReText on CentOS. Have a problem, [root@localhost scripts-2.6]# python retext.py Traceback (most recent call last): File "retext.py", line 23, in <module> from ReText import QtCore, QtWidgets, QtWebKit, datadirs, globalSettings File "/usr/lib/python2.6/site-packages/Re...
python, installation, centos, pyside, yum
7
7,852
3
https://stackoverflow.com/questions/21935571/how-to-install-pyside-on-centos
19,238,870
why there is no static library for math functions?
Is it a standard to have only dynamic libraries mostly without their static version? I am particularly asking about math library. In my fedora 17 (linux machine on Intel 32 processor), I have latest gcc and it has libm-2.15.so and symbolic link file libm.so but there is no libm.a. Is libm.a missing on my system?
why there is no static library for math functions? Is it a standard to have only dynamic libraries mostly without their static version? I am particularly asking about math library. In my fedora 17 (linux machine on Intel 32 processor), I have latest gcc and it has libm-2.15.so and symbolic link file libm.so but there i...
c, linux, gcc, fedora, libm
7
9,545
3
https://stackoverflow.com/questions/19238870/why-there-is-no-static-library-for-math-functions
19,025,751
asadmin create-domain fails: all ports are in use
I'm trying to create a new domain with the asadmin tool, but it fails every time reporting that all ports are in use. The OS is Fedora 19. What could be the problem? $ ./bin/asadmin create-domain testdomain Enter admin user name [Enter to accept default "admin" / no password]> Default port 4848 for Admin is in use. Usi...
asadmin create-domain fails: all ports are in use I'm trying to create a new domain with the asadmin tool, but it fails every time reporting that all ports are in use. The OS is Fedora 19. What could be the problem? $ ./bin/asadmin create-domain testdomain Enter admin user name [Enter to accept default "admin" / no pas...
glassfish, glassfish-3, fedora, asadmin
7
10,131
4
https://stackoverflow.com/questions/19025751/asadmin-create-domain-fails-all-ports-are-in-use
18,488,403
Building gvim 7.4 on CentOS 6.4
Am trying to build gvim7.4 from source on a box running CentOS 6.4. I followed the instructions mentioned here to build vim locally. The executable 'vim' gets built just fine, but 'gvim' is nowhere to be seen. I tried everything that I could find on google but doesn't seem to be helping. Should 'gvim' be built using an...
Building gvim 7.4 on CentOS 6.4 Am trying to build gvim7.4 from source on a box running CentOS 6.4. I followed the instructions mentioned here to build vim locally. The executable 'vim' gets built just fine, but 'gvim' is nowhere to be seen. I tried everything that I could find on google but doesn't seem to be helping....
linux, ubuntu, vim, centos, fedora
7
6,105
1
https://stackoverflow.com/questions/18488403/building-gvim-7-4-on-centos-6-4
18,083,045
ERROR 2003 (HY000): Can't connect to MySQL server on 'hostname' (111)
Thanks in advance for your help. I am facing an issue with mysql server which is the title of this topic, by using the command: mysql -u myuser -pmypass -h hostname db_name I get the error ERROR 2003 (HY000): Can't connect to MySQL server on 'hostname' (111) So I checked the my.cnf file and I have no lines with "bind a...
ERROR 2003 (HY000): Can't connect to MySQL server on 'hostname' (111) Thanks in advance for your help. I am facing an issue with mysql server which is the title of this topic, by using the command: mysql -u myuser -pmypass -h hostname db_name I get the error ERROR 2003 (HY000): Can't connect to MySQL server on 'hostnam...
mysql, network-programming, centos
7
40,715
4
https://stackoverflow.com/questions/18083045/error-2003-hy000-cant-connect-to-mysql-server-on-hostname-111
17,692,663
How can i change the path of pid file in MySQL 5.6
I have the MySQL 5.6 installed on CentOS6.4. I read this [URL] [URL] i have the my.cnf in /usr/my.cnf folder. Currently the pid file is being written in /tmp folder because i got error few hours back now i have two questions How to find where is MySQL writing the its data pid file How to chnage it
How can i change the path of pid file in MySQL 5.6 I have the MySQL 5.6 installed on CentOS6.4. I read this [URL] i have the my.cnf in /usr/my.cnf folder. Currently the pid file is being written in /tmp folder because i got error few hours back now i have two questions How to find where is MySQL writing the its data pi...
mysql, linux, centos
7
29,810
2
https://stackoverflow.com/questions/17692663/how-can-i-change-the-path-of-pid-file-in-mysql-5-6
17,541,044
How can i make the python program to check linux services
I want to make simple python script , which i can run on cron job. i just want to see if these services are currently running or stopped Httpd mysql How should i check them with python. Do i need to parse the output of netstat -tlnp
How can i make the python program to check linux services I want to make simple python script , which i can run on cron job. i just want to see if these services are currently running or stopped Httpd mysql How should i check them with python. Do i need to parse the output of netstat -tlnp
python, linux, network-programming, centos
7
38,088
6
https://stackoverflow.com/questions/17541044/how-can-i-make-the-python-program-to-check-linux-services
17,482,660
java Could not find or load main class
Im using fedora 19. Content of HelloWorld.java : class HelloWorld { public static void main( String args[] ) { System.out.println( "Hello World!!" ); } } I can successfully compile it using javac HelloWorld.java But i cannot run it using java HelloWorld It gives the following error Error: Could not find or load main cl...
java Could not find or load main class Im using fedora 19. Content of HelloWorld.java : class HelloWorld { public static void main( String args[] ) { System.out.println( "Hello World!!" ); } } I can successfully compile it using javac HelloWorld.java But i cannot run it using java HelloWorld It gives the following erro...
java, runtime-error, fedora
7
39,557
7
https://stackoverflow.com/questions/17482660/java-could-not-find-or-load-main-class
16,151,528
gitolite setup getting FATAL: fingerprinting failed for '/tmp/Q3pnE4WVbu'
I am installing gitolite on a CentOS 5.9 server. I have created the git user, then after su - git I have managed to get my public key into the ~/.ssh/ directory, I have successfully cloned the gitolite repo from github and have run gitolite/install -ln . Next step is to run gitolite setup. git@hostname [~]# gitolite se...
gitolite setup getting FATAL: fingerprinting failed for '/tmp/Q3pnE4WVbu' I am installing gitolite on a CentOS 5.9 server. I have created the git user, then after su - git I have managed to get my public key into the ~/.ssh/ directory, I have successfully cloned the gitolite repo from github and have run gitolite/insta...
centos, gitolite, centos5
7
6,117
9
https://stackoverflow.com/questions/16151528/gitolite-setup-getting-fatal-fingerprinting-failed-for-tmp-q3pne4wvbu
15,882,188
CentOS: Using GCC 4.7 from devtoolset results in linking libstdc++ incorrectly (undefined symbols)
I am using the devtoolset-1.0 for CentOS 6.3 in order to upgrade temporarily the GCC version. Although I am now able to compile my C++ application, the final binary is missing some symbols: $ ldd -d -r myapp $ [..] $ libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x0000003216e00000) $ [..] $ undefined symbol: _ZNSt8__det...
CentOS: Using GCC 4.7 from devtoolset results in linking libstdc++ incorrectly (undefined symbols) I am using the devtoolset-1.0 for CentOS 6.3 in order to upgrade temporarily the GCC version. Although I am now able to compile my C++ application, the final binary is missing some symbols: $ ldd -d -r myapp $ [..] $ libs...
gcc, centos, undefined-symbol, devtoolset
7
4,102
2
https://stackoverflow.com/questions/15882188/centos-using-gcc-4-7-from-devtoolset-results-in-linking-libstdc-incorrectly
15,741,796
Linux how to start "sftp-server"?
I'm not very familiar with it but there is installed openssh/sftp-server (by a vendor before) on RHEL and it was well running before i reboot the server. Then when i check after rebooted: # ps aux | grep ftp No sftp is running but sshd is. So how do i do to have this sftp running please?
Linux how to start "sftp-server"? I'm not very familiar with it but there is installed openssh/sftp-server (by a vendor before) on RHEL and it was well running before i reboot the server. Then when i check after rebooted: # ps aux | grep ftp No sftp is running but sshd is. So how do i do to have this sftp running pleas...
linux, sftp, openssh, rhel, sshd
7
92,902
2
https://stackoverflow.com/questions/15741796/linux-how-to-start-sftp-server
15,629,512
Display php output on a txt file Linux command line
I currently have a blacklist.php file that generates a black list and I need a blacklist.txt file on Linux that pulls the output from the PHP file. Is this possible?
Display php output on a txt file Linux command line I currently have a blacklist.php file that generates a black list and I need a blacklist.txt file on Linux that pulls the output from the PHP file. Is this possible?
php, linux, shell, command-line, centos
7
26,347
4
https://stackoverflow.com/questions/15629512/display-php-output-on-a-txt-file-linux-command-line
15,524,122
How to implement timeout for getline()?
I want to read a string from command line through getline() in c++. For that I want to add a timer of 5 sec. If no string read, then the program will terminate. How can I do this?
How to implement timeout for getline()? I want to read a string from command line through getline() in c++. For that I want to add a timer of 5 sec. If no string read, then the program will terminate. How can I do this?
c++, gcc, centos
7
7,363
2
https://stackoverflow.com/questions/15524122/how-to-implement-timeout-for-getline
14,574,622
OpenSSL building errors in CentOS 6.02 64 bit OS
I am facing some problems in building openssl in CentOS 6.02 64 bit OS. Whenever I try to build it I face the errors followings:- md5-x86_64.s:41: Error: 0xd76aa478 out range of signed 32bit displacement md5-x86_64.s:50: Error: 0xe8c7b756 out range of signed 32bit displacement md5-x86_64.s:68: Error: 0xc1bdceee out ran...
OpenSSL building errors in CentOS 6.02 64 bit OS I am facing some problems in building openssl in CentOS 6.02 64 bit OS. Whenever I try to build it I face the errors followings:- md5-x86_64.s:41: Error: 0xd76aa478 out range of signed 32bit displacement md5-x86_64.s:50: Error: 0xe8c7b756 out range of signed 32bit displa...
c++, linux, openssl, centos
7
6,966
2
https://stackoverflow.com/questions/14574622/openssl-building-errors-in-centos-6-02-64-bit-os
14,384,164
Question mark and exclamation point syntax in srpm spec file
I'm trying to understand how the Postgres 9.1 rpms are built on CentOS/RHEL 6, so I'm taking a look at the spec file from the source rpms . What does the following syntax do/mean? Specifically, the question mark and exclamation point? %{!?test:%define test 1} %{!?plpython:%define plpython 1} %{!?pltcl:%define pltcl 1} ...
Question mark and exclamation point syntax in srpm spec file I'm trying to understand how the Postgres 9.1 rpms are built on CentOS/RHEL 6, so I'm taking a look at the spec file from the source rpms . What does the following syntax do/mean? Specifically, the question mark and exclamation point? %{!?test:%define test 1}...
centos, rpm, specifications, rpm-spec
7
2,530
1
https://stackoverflow.com/questions/14384164/question-mark-and-exclamation-point-syntax-in-srpm-spec-file
14,187,681
Node.js not found by Rails / execjs
I have node.js installed by compiling and installing it from the root user. I think this maybe where the hangup is. From the user running the rails app I checked for node.js. $ which node /usr/local/bin/node When I launched my rails app (Rails 3.2.9) I get the universally unhelpful "We're sorry, but something went wron...
Node.js not found by Rails / execjs I have node.js installed by compiling and installing it from the root user. I think this maybe where the hangup is. From the user running the rails app I checked for node.js. $ which node /usr/local/bin/node When I launched my rails app (Rails 3.2.9) I get the universally unhelpful "...
ruby-on-rails, ruby, node.js, centos, execjs
7
10,311
3
https://stackoverflow.com/questions/14187681/node-js-not-found-by-rails-execjs
13,992,863
Error with LSF Platform: lsb_init: Failed in an LSF library call: Unable to open file lsf.conf
I have an issue with LSF Platform I cannot wrap my head around. For scripting reason, I need to check the running/pending jobs with 'bjobs' (and other b***) with a perl script. For some reason it did not work, and I was able to view the following error message: lsb_init: Failed in an LSF library call: Unable to open fi...
Error with LSF Platform: lsb_init: Failed in an LSF library call: Unable to open file lsf.conf I have an issue with LSF Platform I cannot wrap my head around. For scripting reason, I need to check the running/pending jobs with 'bjobs' (and other b***) with a perl script. For some reason it did not work, and I was able ...
centos, lsf
7
8,375
3
https://stackoverflow.com/questions/13992863/error-with-lsf-platform-lsb-init-failed-in-an-lsf-library-call-unable-to-open
13,403,268
Error while loading rJava
I get an error when I'd like to load rJava. JDK is installed. (I run R on a CentOS VM (cloudera demo vm cdh3u4)) > library(rJava) Error : .onLoad failed in loadNamespace() for 'rJava', details: call: dyn.load(file, DLLpath = DLLpath, ...) error: unable to load shared object '/home/cloudera/R/x86_64-redhat-linux-gnu-lib...
Error while loading rJava I get an error when I'd like to load rJava. JDK is installed. (I run R on a CentOS VM (cloudera demo vm cdh3u4)) > library(rJava) Error : .onLoad failed in loadNamespace() for 'rJava', details: call: dyn.load(file, DLLpath = DLLpath, ...) error: unable to load shared object '/home/cloudera/R/x...
java, r, centos, cloudera, rjava
7
14,498
2
https://stackoverflow.com/questions/13403268/error-while-loading-rjava
13,221,979
How to generate a Node.js flame graph on CentOS?
I'd like to generate a flame graph for my node.js app . Unfortunately, my dev box is OSX (doesn't support utrace helpers, per the linked article) and my production box is CentOS (doesn't even have dtrace). I've found some indication that something like SystemTap might be a dtrace alternative , but I've been unable to c...
How to generate a Node.js flame graph on CentOS? I'd like to generate a flame graph for my node.js app . Unfortunately, my dev box is OSX (doesn't support utrace helpers, per the linked article) and my production box is CentOS (doesn't even have dtrace). I've found some indication that something like SystemTap might be...
node.js, centos
7
1,365
2
https://stackoverflow.com/questions/13221979/how-to-generate-a-node-js-flame-graph-on-centos
11,254,898
./configure not seeing/finding boost header files
Trying to build gearman from the gearmand-0.33.tar.gz from Launchpad using bzr, on a Fedora 64 system. doing the ./configure by tiself, as well as using the "-with-boost=/usr/include" param generates warnings an errors as the configure process can't seem to find/locate the boost header files. we've removed/reinstalled ...
./configure not seeing/finding boost header files Trying to build gearman from the gearmand-0.33.tar.gz from Launchpad using bzr, on a Fedora 64 system. doing the ./configure by tiself, as well as using the "-with-boost=/usr/include" param generates warnings an errors as the configure process can't seem to find/locate ...
boost, fedora, gearman
7
12,844
3
https://stackoverflow.com/questions/11254898/configure-not-seeing-finding-boost-header-files
10,985,856
Increase max connection to node.js/socket.io
I noticed that the maximum concurrent connections to node.js with socket.io is about 1000 connections. Is it possible to increase that number with ulimit command on linux? setting the ulimit to 65536 can solve my problem?
Increase max connection to node.js/socket.io I noticed that the maximum concurrent connections to node.js with socket.io is about 1000 connections. Is it possible to increase that number with ulimit command on linux? setting the ulimit to 65536 can solve my problem?
linux, node.js, centos, socket.io
7
1,587
1
https://stackoverflow.com/questions/10985856/increase-max-connection-to-node-js-socket-io
10,856,266
Setting DNS on a VPS
I am pretty new to server administration so I am looking for some help with setting up my DNS correctly and generally expanding my knowledge around the area. I have a domain name registered with Godaddy from a while back. I have recently setup a VPS with a separate company and I wish to point my Godaddy registered doma...
Setting DNS on a VPS I am pretty new to server administration so I am looking for some help with setting up my DNS correctly and generally expanding my knowledge around the area. I have a domain name registered with Godaddy from a while back. I have recently setup a VPS with a separate company and I wish to point my Go...
dns, centos
7
9,663
1
https://stackoverflow.com/questions/10856266/setting-dns-on-a-vps
10,396,601
Finding installed apache module versions in CentOS/RHEL
I found a similar question about this but aimed at Debian here . However since I don't have apt-cache it doesn't help me. Running: httpd -M Gives me a list of all the installed modules but not their versions. My colleague has just pointed out that you can use: yum info mod_dav_svn.x86_64 This returns the installed vers...
Finding installed apache module versions in CentOS/RHEL I found a similar question about this but aimed at Debian here . However since I don't have apt-cache it doesn't help me. Running: httpd -M Gives me a list of all the installed modules but not their versions. My colleague has just pointed out that you can use: yum...
apache, apache2, centos, rhel
7
24,392
3
https://stackoverflow.com/questions/10396601/finding-installed-apache-module-versions-in-centos-rhel
9,701,682
Download A Single File Using Multiple Threads
I'm trying to create a 'Download Manager' for Linux that lets me download one single file using multiple threads. This is what I'm trying to do : Divide the file to be downloaded into different parts by specifying an offset Download the different parts into a temporary location Merge them into a single file. Steps 2 an...
Download A Single File Using Multiple Threads I'm trying to create a 'Download Manager' for Linux that lets me download one single file using multiple threads. This is what I'm trying to do : Divide the file to be downloaded into different parts by specifying an offset Download the different parts into a temporary loca...
python, download, urllib2, fedora
7
5,015
3
https://stackoverflow.com/questions/9701682/download-a-single-file-using-multiple-threads
8,944,128
Ant's optional tasks are not available on CentOS
When I run ant on CentOS to build java project I receive an error: Could not create task or type of type: replaceregexp ant -diagnostics shows that optional tasks are not available. How I can install optional tasks for ant? Ant is installed from CentOS package.
Ant's optional tasks are not available on CentOS When I run ant on CentOS to build java project I receive an error: Could not create task or type of type: replaceregexp ant -diagnostics shows that optional tasks are not available. How I can install optional tasks for ant? Ant is installed from CentOS package.
ant, centos, task, option-type
7
6,396
4
https://stackoverflow.com/questions/8944128/ants-optional-tasks-are-not-available-on-centos
8,405,205
Running my Node app with Forever does not log any output
I am running my node project using Forever on a Amazon CentOS EC2 instance using the following command: forever start -o /home/ec2-user/logs/www.log -e /home/ec2-user/logs/www.err app.js My application runs properly but there are no www.log or www.err files created in the logs directory. I tried manually creating these...
Running my Node app with Forever does not log any output I am running my node project using Forever on a Amazon CentOS EC2 instance using the following command: forever start -o /home/ec2-user/logs/www.log -e /home/ec2-user/logs/www.err app.js My application runs properly but there are no www.log or www.err files creat...
linux, node.js, centos
7
1,858
1
https://stackoverflow.com/questions/8405205/running-my-node-app-with-forever-does-not-log-any-output
8,059,743
Trying to install GIT on CentOS 5 and a little lost
I am a little over my head with this but I guess you have to start somewhere. I would like to use GIT on my 1and1 dedicated server. From what I have read searching Google I had to create a file named: epel.repo which has this in it: [epel] name=Extra Packages for Enterprise Linux 5 - $basearch #baseurl=[URL] mirrorlist...
Trying to install GIT on CentOS 5 and a little lost I am a little over my head with this but I guess you have to start somewhere. I would like to use GIT on my 1and1 dedicated server. From what I have read searching Google I had to create a file named: epel.repo which has this in it: [epel] name=Extra Packages for Ente...
git, centos, dedicated-server
7
10,195
4
https://stackoverflow.com/questions/8059743/trying-to-install-git-on-centos-5-and-a-little-lost
7,863,455
Rsync not deleting
I have setup rsync to mirror a directory from a source server(a) to a mirror(b). I have gotten it to send new files that are on the source but when I delete a file from the source it doesn't end up deleting it. Below is what I use to call rsync: rsync -vhzrplt --stats --delete --rsh='/usr/bin/ssh -q' --exclude="core/" ...
Rsync not deleting I have setup rsync to mirror a directory from a source server(a) to a mirror(b). I have gotten it to send new files that are on the source but when I delete a file from the source it doesn't end up deleting it. Below is what I use to call rsync: rsync -vhzrplt --stats --delete --rsh='/usr/bin/ssh -q'...
linux, centos, synchronization, rsync, mirror
7
10,230
2
https://stackoverflow.com/questions/7863455/rsync-not-deleting
7,441,552
How to specify win32 or Windows 64 target with cross compiler i686-w64-mingw32-gcc
I have recently downloaded the mingw-w64 package under Fedora Linux in order to be able to cross compile targetting both win32 and "Windows 64". But I fail to understand how to specify what target I want to use. What flags do I need to supply to gcc and to the linker in order to choose my target architecture?
How to specify win32 or Windows 64 target with cross compiler i686-w64-mingw32-gcc I have recently downloaded the mingw-w64 package under Fedora Linux in order to be able to cross compile targetting both win32 and "Windows 64". But I fail to understand how to specify what target I want to use. What flags do I need to s...
gcc, cross-compiling, fedora
7
12,557
1
https://stackoverflow.com/questions/7441552/how-to-specify-win32-or-windows-64-target-with-cross-compiler-i686-w64-mingw32-g
6,993,175
How to enable compression for XFS file system on centos5.5?
I am using file system type as "XFS" and i want to enable compression for XFS-file system. I surfed through the net but i couldnot found related data. If anyone aware of the compression for XFS-file system please let me know.. Thanks Guys,
How to enable compression for XFS file system on centos5.5? I am using file system type as "XFS" and i want to enable compression for XFS-file system. I surfed through the net but i couldnot found related data. If anyone aware of the compression for XFS-file system please let me know.. Thanks Guys,
centos, xfs
7
11,435
1
https://stackoverflow.com/questions/6993175/how-to-enable-compression-for-xfs-file-system-on-centos5-5
6,087,421
ant Permission Denied problem
After extracting and saving the ant files into an opt/ directory and setting the path variable to $ANT_HOME/bin I ran the following command on a CentOS 5 ant -version and I am getting the following error -bash:/path/opt/apache-ant-1.8.2/bin/ant: Permission denied Is there some permission I am supposed to set or some ty...
ant Permission Denied problem After extracting and saving the ant files into an opt/ directory and setting the path variable to $ANT_HOME/bin I ran the following command on a CentOS 5 ant -version and I am getting the following error -bash:/path/opt/apache-ant-1.8.2/bin/ant: Permission denied Is there some permission I...
linux, shell, unix, ant, centos
7
16,877
1
https://stackoverflow.com/questions/6087421/ant-permission-denied-problem
3,088,548
Installing python package failing with "unable to execute gcc: No such file or directory"
Trying to install mysql-python. Got following error. Got mysql and pythond already installed. Any help will be highly appreciated [root@uu include]# easy_install mysql-python Searching for mysql-python Reading [URL] Couldn't find index page for 'mysql-python' (maybe misspelled?) Scanning index of all packages (this may...
Installing python package failing with "unable to execute gcc: No such file or directory" Trying to install mysql-python. Got following error. Got mysql and pythond already installed. Any help will be highly appreciated [root@uu include]# easy_install mysql-python Searching for mysql-python Reading [URL] Couldn't find ...
centos, mysql-python
7
10,681
2
https://stackoverflow.com/questions/3088548/installing-python-package-failing-with-unable-to-execute-gcc-no-such-file-or-d
2,445,379
How can I get a list of licenses from intalled RPMs?
We've been asked to list all the software and licenses used in our organization. Without deciding the value of this request, I'd like to get my Fedora laptop to answer the question easily. rpm -qa Gives me a list of packages, but no license data. My next step is to take that output and write a script to query each pack...
How can I get a list of licenses from intalled RPMs? We've been asked to list all the software and licenses used in our organization. Without deciding the value of this request, I'd like to get my Fedora laptop to answer the question easily. rpm -qa Gives me a list of packages, but no license data. My next step is to t...
linux, open-source, licensing, fedora, rpm
7
8,419
2
https://stackoverflow.com/questions/2445379/how-can-i-get-a-list-of-licenses-from-intalled-rpms
61,802,527
How do I allow bpf syscalls in docker on Centos 7 with SELinux on?
I'm running a docker container that monitors other containers in a Centos 7 server. Since SELinux is enabled by default, it blocks my monitoring process when it calls any bpf operation with this info: type=AVC msg=audit: avc: denied { map_create } for pid=16739 comm="monitor" scontext=system_u:system_r:spc_t:s0 tcontex...
How do I allow bpf syscalls in docker on Centos 7 with SELinux on? I'm running a docker container that monitors other containers in a Centos 7 server. Since SELinux is enabled by default, it blocks my monitoring process when it calls any bpf operation with this info: type=AVC msg=audit: avc: denied { map_create } for p...
docker, centos, kernel, selinux, bpf
7
1,367
0
https://stackoverflow.com/questions/61802527/how-do-i-allow-bpf-syscalls-in-docker-on-centos-7-with-selinux-on
2,119,195
yum install php-pear* on centos
I'm trying to install pear on my centos. I've used "*yum install php-pear**" to install pear and it seemed to install with success. No errors. I restart my server. However when I check out phpinfo(). I see that my php is still built using " --without-pear ". Isn't yum supposed to rebuild my php with pear? What would be...
yum install php-pear* on centos I'm trying to install pear on my centos. I've used "*yum install php-pear**" to install pear and it seemed to install with success. No errors. I restart my server. However when I check out phpinfo(). I see that my php is still built using " --without-pear ". Isn't yum supposed to rebuild...
php, linux, centos, pear, yum
7
66,356
5
https://stackoverflow.com/questions/2119195/yum-install-php-pear-on-centos
75,775,502
R install rgdal package - Error: GDALAllRegister not found in libgdal
I am trying to install the package in R on a Fedora platform. However, the following error message appears: configure: error: GDALAllRegister not found in libgdal . I don't know what to do with the error message. In this post there was already the same problem, but on an Ubuntu platform: Install rgdal library in rstudi...
R install rgdal package - Error: GDALAllRegister not found in libgdal I am trying to install the package in R on a Fedora platform. However, the following error message appears: configure: error: GDALAllRegister not found in libgdal . I don't know what to do with the error message. In this post there was already the sa...
r, linux, fedora, gdal, rgdal
6
4,606
1
https://stackoverflow.com/questions/75775502/r-install-rgdal-package-error-gdalallregister-not-found-in-libgdal
75,418,451
failed to run custom build command for yeslogic-fontconfig-sys v3.2.0
I am trying to learn how to plot in Rust and found a guide that is using plotters (if anyone knows a better plotting library let me know.) [URL] Anyways, I am on Fedora 37 and running into an issue using the example shown in the Getting started section of this guide. The code is: /* Example of plotting in Rust */ use p...
failed to run custom build command for yeslogic-fontconfig-sys v3.2.0 I am trying to learn how to plot in Rust and found a guide that is using plotters (if anyone knows a better plotting library let me know.) [URL] Anyways, I am on Fedora 37 and running into an issue using the example shown in the Getting started secti...
linux, plot, rust, fedora, rust-cargo
6
4,366
2
https://stackoverflow.com/questions/75418451/failed-to-run-custom-build-command-for-yeslogic-fontconfig-sys-v3-2-0
71,108,287
RSA key is not allowed
I can't configure SSH key-authentication on my new VDS server. After I've done ssh-copy-id I still get password prompt for user. To debug I added LogLevel DEBUG3 in /etc/ssh/sshd_config and restarted systemctl restart sshd and saw in logs /var/log/secure this message: RSA key is not allowed Why does this happen and how...
RSA key is not allowed I can't configure SSH key-authentication on my new VDS server. After I've done ssh-copy-id I still get password prompt for user. To debug I added LogLevel DEBUG3 in /etc/ssh/sshd_config and restarted systemctl restart sshd and saw in logs /var/log/secure this message: RSA key is not allowed Why d...
linux, ssh, centos, keychain, sshd
6
6,638
1
https://stackoverflow.com/questions/71108287/rsa-key-is-not-allowed
70,787,762
Getting permission denied while connecting to /var/run/docker.sock
I am trying to use watchtower container ( [URL] ) in RHEL 8.0 using podman. Since docker is not officially supported by RHEL 8.0, I have not installed docker-engine in this VM. I have started podman.socket service and podman.sock is located on /run/podman/podman.sock When I give podman-compose up -d command all the oth...
Getting permission denied while connecting to /var/run/docker.sock I am trying to use watchtower container ( [URL] ) in RHEL 8.0 using podman. Since docker is not officially supported by RHEL 8.0, I have not installed docker-engine in this VM. I have started podman.socket service and podman.sock is located on /run/podm...
docker, podman, rhel8, docker-watchtower
6
3,791
2
https://stackoverflow.com/questions/70787762/getting-permission-denied-while-connecting-to-var-run-docker-sock
66,392,687
fail2ban - how to ban ip permanently after it was baned 3 times temporarily
Have set up fail2ban service on CentOS 8 by this tutorial: [URL] . I have set up settings similiarly according to tutorial above like this: [DEFAULT] # Ban IP/hosts for 24 hour ( 24h*3600s = 86400s): bantime = 86400 # An ip address/host is banned if it has generated "maxretry" during the last "findtime" seconds. findti...
fail2ban - how to ban ip permanently after it was baned 3 times temporarily Have set up fail2ban service on CentOS 8 by this tutorial: [URL] . I have set up settings similiarly according to tutorial above like this: [DEFAULT] # Ban IP/hosts for 24 hour ( 24h*3600s = 86400s): bantime = 86400 # An ip address/host is bann...
centos, customization, fail2ban
6
36,699
2
https://stackoverflow.com/questions/66392687/fail2ban-how-to-ban-ip-permanently-after-it-was-baned-3-times-temporarily
64,041,937
Problem upgrading Sqlite3 version on CentOS for Python
I have CentOS 6 on my system and I'm trying to update SQLite for Python. I've installed it from source and executing sqlite --version returns version 3.33.0 as expected. However, when I try to check the python SQLite version using import sqlite3; sqlite3.sqlite_version; I still get the previous SQLite version 3.6.20 . ...
Problem upgrading Sqlite3 version on CentOS for Python I have CentOS 6 on my system and I'm trying to update SQLite for Python. I've installed it from source and executing sqlite --version returns version 3.33.0 as expected. However, when I try to check the python SQLite version using import sqlite3; sqlite3.sqlite_ver...
python, python-3.x, linux, sqlite, centos
6
863
2
https://stackoverflow.com/questions/64041937/problem-upgrading-sqlite3-version-on-centos-for-python