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
61,053,867
How to run podman when no home directory?
We are using SELinux in RHEL 8, which in our company does not allow for home directories for users. There are some containers which are started by the root user (which does have a home directory). But all interactive users such as myself do not have a home directory (due to security enforcement). Therefore whenever I r...
How to run podman when no home directory? We are using SELinux in RHEL 8, which in our company does not allow for home directories for users. There are some containers which are started by the root user (which does have a home directory). But all interactive users such as myself do not have a home directory (due to sec...
rhel, selinux, podman
6
5,559
2
https://stackoverflow.com/questions/61053867/how-to-run-podman-when-no-home-directory
58,400,089
CentOS, libedit-devel not found
I'm trying to install sqlsrv (ms sql) PHP drivers per [URL] I can get all the pre-reqs installed except php-devel which requires libedit-devel which does not seem to exist. Where can I get libedit-devel?
CentOS, libedit-devel not found I'm trying to install sqlsrv (ms sql) PHP drivers per [URL] I can get all the pre-reqs installed except php-devel which requires libedit-devel which does not seem to exist. Where can I get libedit-devel?
php, centos, centos7, yum, centos8
6
17,959
2
https://stackoverflow.com/questions/58400089/centos-libedit-devel-not-found
55,590,958
Is there a way to set an environment variable while looping over a role in Ansible playbook?
I need loop over an Ansible role and save the index of the iteration. My goal is to use the number(which is INDEX in this case) in my-role for each iteration. My-role executes other playbooks and I need the value of the INDEX for each iteration. I want to use that index in another ansible-playbook. So my plan is to set...
Is there a way to set an environment variable while looping over a role in Ansible playbook? I need loop over an Ansible role and save the index of the iteration. My goal is to use the number(which is INDEX in this case) in my-role for each iteration. My-role executes other playbooks and I need the value of the INDEX f...
python, centos, ansible, environment-variables
6
2,273
1
https://stackoverflow.com/questions/55590958/is-there-a-way-to-set-an-environment-variable-while-looping-over-a-role-in-ansib
54,431,846
Issues Updating AWS EC2 Instance
Whenever I try to update my EC2 instance, I get the following error: Loaded plugins: priorities, update-motd, upgrade-helper amzn-main | 2.1 kB 00:00:00 amzn-updates | 2.5 kB 00:00:00 817 packages excluded due to repository priority protections Resolving Dependencies --> Running transaction check ---> Package aws-cfn-b...
Issues Updating AWS EC2 Instance Whenever I try to update my EC2 instance, I get the following error: Loaded plugins: priorities, update-motd, upgrade-helper amzn-main | 2.1 kB 00:00:00 amzn-updates | 2.5 kB 00:00:00 817 packages excluded due to repository priority protections Resolving Dependencies --> Running transac...
amazon-web-services, amazon-ec2, centos
6
498
1
https://stackoverflow.com/questions/54431846/issues-updating-aws-ec2-instance
54,150,650
How to update GCC from 4.8 to 8.2 on RHEL7
I am looking to update my GCC to the newest version (8.2 as of today) but when I attempt to use yum update gcc it doesn't have any new packages to update. I am also not having any help looking at the GCC's website. Any help would be greatly appreciated!
How to update GCC from 4.8 to 8.2 on RHEL7 I am looking to update my GCC to the newest version (8.2 as of today) but when I attempt to use yum update gcc it doesn't have any new packages to update. I am also not having any help looking at the GCC's website. Any help would be greatly appreciated!
gcc, rhel7
6
21,301
2
https://stackoverflow.com/questions/54150650/how-to-update-gcc-from-4-8-to-8-2-on-rhel7
53,863,255
"Peer's Certificate issuer is not recognized" while adding docker repo
Running: yum-config-manager --add-repo [URL] Produces: Could not fetch/save url [URL] to file /etc/yum.repos.d/docker-ce.repo: [Errno 14] curl#60 - "Peer's Certificate issuer is not recognized."
"Peer's Certificate issuer is not recognized" while adding docker repo Running: yum-config-manager --add-repo [URL] Produces: Could not fetch/save url [URL] to file /etc/yum.repos.d/docker-ce.repo: [Errno 14] curl#60 - "Peer's Certificate issuer is not recognized."
docker, ssl, centos, rhel
6
20,906
3
https://stackoverflow.com/questions/53863255/peers-certificate-issuer-is-not-recognized-while-adding-docker-repo
53,802,676
Cannot reach Spark Web UI located inside a Docker container
I have a remote Virtual Machine and I'm developing a Spark Application that runs inside a Docker container. 2018-12-16 13:07:10 INFO main [AbstractConnector] - Started ServerConnector@79c3f01f{HTTP/1.1,[http/1.1]}{0.0.0.0:4040} 2018-12-16 13:07:10 INFO main [Utils] - Successfully started service 'SparkUI' on port 4040....
Cannot reach Spark Web UI located inside a Docker container I have a remote Virtual Machine and I'm developing a Spark Application that runs inside a Docker container. 2018-12-16 13:07:10 INFO main [AbstractConnector] - Started ServerConnector@79c3f01f{HTTP/1.1,[http/1.1]}{0.0.0.0:4040} 2018-12-16 13:07:10 INFO main [U...
docker, apache-spark, centos7, rhel7
6
9,835
3
https://stackoverflow.com/questions/53802676/cannot-reach-spark-web-ui-located-inside-a-docker-container
53,605,666
Cannot run command in Docker container
I'm trying to execute bash in my docker container called "bind" via docker exec -it bind bash I'm getting the following error message: rpc error: code = 2 desc = oci runtime error: exec failed: container_linux.go:247: starting container process caused "process_linux.go:110: decoding init error from pipe caused \"read p...
Cannot run command in Docker container I'm trying to execute bash in my docker container called "bind" via docker exec -it bind bash I'm getting the following error message: rpc error: code = 2 desc = oci runtime error: exec failed: container_linux.go:247: starting container process caused "process_linux.go:110: decodi...
docker, centos, redhat
6
8,617
7
https://stackoverflow.com/questions/53605666/cannot-run-command-in-docker-container
51,279,711
What does 1000 mean in chgrp and chown?
I am reading a blog to integrate EFK(a log system) into k8s in centos 7.4. There are following instructions: # mkdir ~/es_data # chmod g+rwx es_data # chgrp 1000 es_data # chown 1000 -R es_data # ls -l /root/es_data/ total 8 drwxrwxr-x 2 1000 1000 4096 Jun 8 09:50 ./ drwx------ 8 root root 4096 Jun 8 09:50 ../ I log in...
What does 1000 mean in chgrp and chown? I am reading a blog to integrate EFK(a log system) into k8s in centos 7.4. There are following instructions: # mkdir ~/es_data # chmod g+rwx es_data # chgrp 1000 es_data # chown 1000 -R es_data # ls -l /root/es_data/ total 8 drwxrwxr-x 2 1000 1000 4096 Jun 8 09:50 ./ drwx------ 8...
centos, kubernetes
6
36,313
1
https://stackoverflow.com/questions/51279711/what-does-1000-mean-in-chgrp-and-chown
51,249,326
Execute command give top: failed tty get
I have a problem when executing this line shown below. sudo /usr/bin/env TERM=xterm /usr/bin/php /home/folder/folder/script.php -b val -a 2018-07-01 It gives me a error top: failed tty get . When I try it with php -f it gives me another problem similar to php --help . [0] => Array ( [error] => 1 [return] => top: failed...
Execute command give top: failed tty get I have a problem when executing this line shown below. sudo /usr/bin/env TERM=xterm /usr/bin/php /home/folder/folder/script.php -b val -a 2018-07-01 It gives me a error top: failed tty get . When I try it with php -f it gives me another problem similar to php --help . [0] => Arr...
php, ssh, centos
6
16,063
1
https://stackoverflow.com/questions/51249326/execute-command-give-top-failed-tty-get
50,882,764
SyntaxError: Unexpected identifier when installing chromeless nodejs on Centos
I'm trying to install a node js package on my server with CentOS 6: npm install chromeless but the installation fails with this message: /usr/lib/node_modules/npm/bin/npm-cli.js:79 let notifier = require('update-notifier')({pkg}) ^^^^^^^^ SyntaxError: Unexpected identifier at Module._compile (module.js:439:25) at Objec...
SyntaxError: Unexpected identifier when installing chromeless nodejs on Centos I'm trying to install a node js package on my server with CentOS 6: npm install chromeless but the installation fails with this message: /usr/lib/node_modules/npm/bin/npm-cli.js:79 let notifier = require('update-notifier')({pkg}) ^^^^^^^^ Sy...
npm, centos, chromeless
6
1,133
0
https://stackoverflow.com/questions/50882764/syntaxerror-unexpected-identifier-when-installing-chromeless-nodejs-on-centos
50,400,791
Install unixODBC >= 2.3.1 on Linux Redhat/CentOS for msodbcsql17
I try to install msodbcsql17 on AWS EC2 with CentOS/RedHat (Linux). These are the steps, I have followed, from Microsoft ( LINK ): sudo su #Download appropriate package for the OS version #Choose only ONE of the following, corresponding to your OS version #RedHat Enterprise Server 6 curl [URL] > /etc/yum.repos.d/mssql-...
Install unixODBC >= 2.3.1 on Linux Redhat/CentOS for msodbcsql17 I try to install msodbcsql17 on AWS EC2 with CentOS/RedHat (Linux). These are the steps, I have followed, from Microsoft ( LINK ): sudo su #Download appropriate package for the OS version #Choose only ONE of the following, corresponding to your OS version...
amazon-ec2, centos, redhat, pyodbc, unixodbc
6
15,816
2
https://stackoverflow.com/questions/50400791/install-unixodbc-2-3-1-on-linux-redhat-centos-for-msodbcsql17
50,262,684
Installing docker-ce on Fedora 28
According to docker website, installation for Fedora should be as follow: [URL] However these instruction does not work for Fedora, and you get a frustrating message "Nothing to be done" So how can I install Docker-ce on Fedora 28
Installing docker-ce on Fedora 28 According to docker website, installation for Fedora should be as follow: [URL] However these instruction does not work for Fedora, and you get a frustrating message "Nothing to be done" So how can I install Docker-ce on Fedora 28
docker, installation, fedora
6
4,102
4
https://stackoverflow.com/questions/50262684/installing-docker-ce-on-fedora-28
49,688,846
How to add new repository in CentOs
I am trying to install readR package from R on EC2 instance. I found a solution on this post : I would like the script for CentOS but the answer is for Ubuntu: [1] apt-get update # refresh [2] apt-get install software-properties-common [3] add-apt-repository -y "ppa:marutter/rrutter" [4] add-apt-repository -y "ppa:maru...
How to add new repository in CentOs I am trying to install readR package from R on EC2 instance. I found a solution on this post : I would like the script for CentOS but the answer is for Ubuntu: [1] apt-get update # refresh [2] apt-get install software-properties-common [3] add-apt-repository -y "ppa:marutter/rrutter"...
r, amazon-ec2, centos, sudo, mkdir
6
5,773
1
https://stackoverflow.com/questions/49688846/how-to-add-new-repository-in-centos
49,464,233
Unable into cd in to docker folder in /etc
I'm learning about docker and I cannot seem to cd into the docker folder. I'm in etc folder and I'm trying to enter docker folder. It's blue text indicating it's a directory and I am able to enter into other blue directorys. DIR_COLORS makedumpfile.conf.sample ssh DIR_COLORS.256color man_db.conf ssl DIR_COLORS.lightbgc...
Unable into cd in to docker folder in /etc I'm learning about docker and I cannot seem to cd into the docker folder. I'm in etc folder and I'm trying to enter docker folder. It's blue text indicating it's a directory and I am able to enter into other blue directorys. DIR_COLORS makedumpfile.conf.sample ssh DIR_COLORS.2...
linux, docker, centos
6
24,462
2
https://stackoverflow.com/questions/49464233/unable-into-cd-in-to-docker-folder-in-etc
48,672,892
Update yum package using localinstall
If a package is installed using yum localinstall like this: yum -y localinstall --nogpgcheck some-package-1.0.0.rpm And now, if I try to run: yum -y localinstall --nogpgcheck some-package-2.0.0.rpm Will it replace the entire old version with the new one or does it maintain both the versions?
Update yum package using localinstall If a package is installed using yum localinstall like this: yum -y localinstall --nogpgcheck some-package-1.0.0.rpm And now, if I try to run: yum -y localinstall --nogpgcheck some-package-2.0.0.rpm Will it replace the entire old version with the new one or does it maintain both the...
linux, redhat, yum, rhel
6
28,805
2
https://stackoverflow.com/questions/48672892/update-yum-package-using-localinstall
47,944,108
RPM require kernel-devel package of currently installed kernel
I have written an RPM spec that has a requirement for the kernel-devel package. However, that is satisfied by the installation of any kernel-devel package. How do I specify that the RPM requires the kernel-devel package of the currently running kernel version. For example, our customer could be running 3.10.0-514, howe...
RPM require kernel-devel package of currently installed kernel I have written an RPM spec that has a requirement for the kernel-devel package. However, that is satisfied by the installation of any kernel-devel package. How do I specify that the RPM requires the kernel-devel package of the currently running kernel versi...
linux, centos, rpm, packaging
6
2,603
1
https://stackoverflow.com/questions/47944108/rpm-require-kernel-devel-package-of-currently-installed-kernel
45,864,887
Setting up Apache Superset with Nginx as Reverse Proxy
I'm having trouble setting up apache superset with Nginx as a reverse proxy (This is probably an nginx misconfig). Server block of config (if I'm missing something, let me know and I'll add it): server { listen 80 default_server; server_name _; root /var/www/data; error_log /var/www/bokehapps/log/nginx.error.log info; ...
Setting up Apache Superset with Nginx as Reverse Proxy I'm having trouble setting up apache superset with Nginx as a reverse proxy (This is probably an nginx misconfig). Server block of config (if I'm missing something, let me know and I'll add it): server { listen 80 default_server; server_name _; root /var/www/data; ...
python, nginx, centos, reverse-proxy, apache-superset
6
14,351
1
https://stackoverflow.com/questions/45864887/setting-up-apache-superset-with-nginx-as-reverse-proxy
44,599,858
Max height of 16,384px for headless Chrome screenshots?
No matter what I try, the maximum height of a full-page screenshot with headless Chrome 60 (and 59) is 16,348px. It is not a memory issue. There are no segfaults and no, for example, FATAL:memory_linux.cc(35) Out of memory. messages. None. Capturing screenshots are "successful". Changing the screenshot format - PNG or ...
Max height of 16,384px for headless Chrome screenshots? No matter what I try, the maximum height of a full-page screenshot with headless Chrome 60 (and 59) is 16,348px. It is not a memory issue. There are no segfaults and no, for example, FATAL:memory_linux.cc(35) Out of memory. messages. None. Capturing screenshots ar...
node.js, google-chrome, centos, screenshot
6
3,172
1
https://stackoverflow.com/questions/44599858/max-height-of-16-384px-for-headless-chrome-screenshots
44,353,128
AWS: Code deploy installation failed
I'm trying to setup deployment from github repository via AWS. I have an issue during these steps: [URL] This command fails: wget [URL] It returns: [ec2-user@ip-172-31-11-55 ~]$ wget [URL] --2017-06-04 10:18:18-- [URL] Resolving bucket-name.s3.amazonaws.com (bucket-name.s3.amazonaws.com)... 54.231.114.146 Connecting to...
AWS: Code deploy installation failed I'm trying to setup deployment from github repository via AWS. I have an issue during these steps: [URL] This command fails: wget [URL] It returns: [ec2-user@ip-172-31-11-55 ~]$ wget [URL] --2017-06-04 10:18:18-- [URL] Resolving bucket-name.s3.amazonaws.com (bucket-name.s3.amazonaws...
amazon-web-services, rhel, aws-code-deploy
6
3,646
4
https://stackoverflow.com/questions/44353128/aws-code-deploy-installation-failed
42,415,671
Ansible replace code in multiple files in a directory
I'm trying to disable all repos on my server using ansible, so I'm trying to do a replace on multiple files within one directory but can't seem to get it to work any idea appreciated! tasks: - name: get repo names raw: find /etc/yum.repos.d/ -type f -name "*.repo" register: repos - name: disable all repos replace: dest...
Ansible replace code in multiple files in a directory I'm trying to disable all repos on my server using ansible, so I'm trying to do a replace on multiple files within one directory but can't seem to get it to work any idea appreciated! tasks: - name: get repo names raw: find /etc/yum.repos.d/ -type f -name "*.repo" r...
linux, centos, ansible
6
18,900
4
https://stackoverflow.com/questions/42415671/ansible-replace-code-in-multiple-files-in-a-directory
42,097,501
centos libgeos repository missing
On centos 7.3 minimal trying to install shapely or geopandas requires access to [URL] libgeos. Trying to install this via sudo yum install libgeos-dev tells me that this package is not available. It seems that I am lacking a repository. So far I have been unable to find a working one as [URL] is pointing to [URL] for t...
centos libgeos repository missing On centos 7.3 minimal trying to install shapely or geopandas requires access to [URL] libgeos. Trying to install this via sudo yum install libgeos-dev tells me that this package is not available. It seems that I am lacking a repository. So far I have been unable to find a working one a...
centos, centos7, shapely, geos, geopandas
6
9,270
1
https://stackoverflow.com/questions/42097501/centos-libgeos-repository-missing
41,910,534
How do I enable python35 from Software Collections at login?
I followed the Software Collections Quick Start and I now have Python 3.5 installed. How can I make it always enabled in my ~/.bashrc , so that I do not have to enable it manually with scl enable rh-python35 bash ?
How do I enable python35 from Software Collections at login? I followed the Software Collections Quick Start and I now have Python 3.5 installed. How can I make it always enabled in my ~/.bashrc , so that I do not have to enable it manually with scl enable rh-python35 bash ?
rhel7, software-collections
6
6,668
2
https://stackoverflow.com/questions/41910534/how-do-i-enable-python35-from-software-collections-at-login
41,131,177
CasperJS with Slimerjs - Xlib: extension "RANDR" missing on display ":99"
I am trying to running Casperjs with Slimerjs I Installed SlimerJS 0.10.2 I have installed Mozilla Firefox 45.5.1 (tried with 50 too) I have installed CasperJS 1.1.3 I have installed xvfb 1.17.4 Running on Centos 6.8 When tried to run a casperjs+slimerjs from php I get: Gecko error: it seems /usr/bin/firefox is not com...
CasperJS with Slimerjs - Xlib: extension "RANDR" missing on display ":99" I am trying to running Casperjs with Slimerjs I Installed SlimerJS 0.10.2 I have installed Mozilla Firefox 45.5.1 (tried with 50 too) I have installed CasperJS 1.1.3 I have installed xvfb 1.17.4 Running on Centos 6.8 When tried to run a casperjs+...
linux, centos, casperjs, xvfb, slimerjs
6
1,328
2
https://stackoverflow.com/questions/41131177/casperjs-with-slimerjs-xlib-extension-randr-missing-on-display-99
40,643,498
cannot get environment variables set in Flask application
I tried to set up sensitive information as environment variables in CentOS, and pass them to Flask config file used in main file, i.e. init .py . But it did not work. The Flask application is running under Apache. I first edit /etc/environment as root user MAIL_USERNAME="abcde@abc.com" then logout, login again Then ver...
cannot get environment variables set in Flask application I tried to set up sensitive information as environment variables in CentOS, and pass them to Flask config file used in main file, i.e. init .py . But it did not work. The Flask application is running under Apache. I first edit /etc/environment as root user MAIL_...
apache, flask, centos
6
23,042
3
https://stackoverflow.com/questions/40643498/cannot-get-environment-variables-set-in-flask-application
40,138,600
Disable Request TImeout in Koa
I am getting a connection reset error. I am fairly certain this is coming from a long running REST request, that is timing out. { [Error: socket hang up] code: 'ECONNRESET' } Is there a way to disable request timeouts in Koa, so that I can test this hypothesis? I am running node version 5.x, koa 0.10, centOs 6
Disable Request TImeout in Koa I am getting a connection reset error. I am fairly certain this is coming from a long running REST request, that is timing out. { [Error: socket hang up] code: 'ECONNRESET' } Is there a way to disable request timeouts in Koa, so that I can test this hypothesis? I am running node version 5...
javascript, node.js, centos, koa
6
10,545
2
https://stackoverflow.com/questions/40138600/disable-request-timeout-in-koa
40,049,751
malloc inside linux signal handler cause deadlock
First of all sorry for calling malloc inside signal handler :).I too understand we should not do any time consuming task/this kind of nasty stuff inside signal handler. But i am curious to know the reason why it is crashed ? #0 0x00006e3ff2b60dce in _lll_lock_wait_private () from /lib64/libc.so.6 #1 0x00006e3ff2aec138 ...
malloc inside linux signal handler cause deadlock First of all sorry for calling malloc inside signal handler :).I too understand we should not do any time consuming task/this kind of nasty stuff inside signal handler. But i am curious to know the reason why it is crashed ? #0 0x00006e3ff2b60dce in _lll_lock_wait_priva...
c, linux, signals, rhel
6
8,043
4
https://stackoverflow.com/questions/40049751/malloc-inside-linux-signal-handler-cause-deadlock
39,029,808
Installing Node on Centos 6.8
I'm trying to install nodejs on Centos 6.8 using these instrcutions: [URL] When I run yum install nodejs But I get the following errors Resolving Dependencies --> Running transaction check ---> Package nodejs.x86_64 0:5.12.0-1nodesource.el7.centos will be installed --> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4....
Installing Node on Centos 6.8 I'm trying to install nodejs on Centos 6.8 using these instrcutions: [URL] When I run yum install nodejs But I get the following errors Resolving Dependencies --> Running transaction check ---> Package nodejs.x86_64 0:5.12.0-1nodesource.el7.centos will be installed --> Processing Dependenc...
node.js, centos
6
16,228
4
https://stackoverflow.com/questions/39029808/installing-node-on-centos-6-8
38,391,952
Cron xdotool doesn't run
I am new to using crontab, and I've been trying to get a simple cron job. I want press F5 every 1 minute to refresh Mozzila Firefox. I am using xdotool for press F5. I have script /usr/local/bin/refresh.sh: #!/bin/bash xdotool search --name "Mozilla Firefox" key F5 If i run it in command line it works fine. And permiss...
Cron xdotool doesn't run I am new to using crontab, and I've been trying to get a simple cron job. I want press F5 every 1 minute to refresh Mozzila Firefox. I am using xdotool for press F5. I have script /usr/local/bin/refresh.sh: #!/bin/bash xdotool search --name "Mozilla Firefox" key F5 If i run it in command line i...
shell, centos, cron, xdotool
6
10,251
6
https://stackoverflow.com/questions/38391952/cron-xdotool-doesnt-run
38,254,394
Name or service not known
I have been trying to get the ipaddress of the person who logged into the machine using the below code but I get a error. >>> import socket >>> socket.gethostbyname_ex(socket.gethostname()) Traceback (most recent call last): File "<stdin>", line 1, in <module> socket.gaierror: [Errno -2] Name or service not known The s...
Name or service not known I have been trying to get the ipaddress of the person who logged into the machine using the below code but I get a error. >>> import socket >>> socket.gethostbyname_ex(socket.gethostname()) Traceback (most recent call last): File "<stdin>", line 1, in <module> socket.gaierror: [Errno -2] Name ...
python, centos, centos6
6
16,024
3
https://stackoverflow.com/questions/38254394/name-or-service-not-known
37,996,705
Installing a specific Mono version on CentOS7 or RHEL 7.2
I am new to Linux based systems and do not have much idea about the packaging systems. I would like to install specific version of Mono (in my case 4.4.0) on a Cent OS 7 operating system. I currently do the following: yum install yum-utils rpm --import "[URL] yum-config-manager --add-repo [URL] yum check-update yum ins...
Installing a specific Mono version on CentOS7 or RHEL 7.2 I am new to Linux based systems and do not have much idea about the packaging systems. I would like to install specific version of Mono (in my case 4.4.0) on a Cent OS 7 operating system. I currently do the following: yum install yum-utils rpm --import "[URL] yu...
mono, centos, centos7
6
18,612
2
https://stackoverflow.com/questions/37996705/installing-a-specific-mono-version-on-centos7-or-rhel-7-2
37,951,437
Installing moreutils on EC2 instance
How do I install moreutils on the default image Amazon EC2 instance? The instances are built off of CentOS but presumably have their own packages repo since sudo yum install moreutils fails with No package moreutils available. What is the yum repo I need to install moreutils?
Installing moreutils on EC2 instance How do I install moreutils on the default image Amazon EC2 instance? The instances are built off of CentOS but presumably have their own packages repo since sudo yum install moreutils fails with No package moreutils available. What is the yum repo I need to install moreutils?
amazon-ec2, centos, yum, moreutils
6
3,977
3
https://stackoverflow.com/questions/37951437/installing-moreutils-on-ec2-instance
37,544,390
Is there a simple way to configure Docker Private Registry 2.0 with LDAP?
I'm trying to follow that instruction: [URL] on my RHEL7 (3.10 kernel) machine. But could it be a faster and easiest way to connect to LDAP? I have Private registry 2.0 up and running with TLS self-signed certificate. I'm able to push and pull images from outside servers, but still looking into fast options to put into...
Is there a simple way to configure Docker Private Registry 2.0 with LDAP? I'm trying to follow that instruction: [URL] on my RHEL7 (3.10 kernel) machine. But could it be a faster and easiest way to connect to LDAP? I have Private registry 2.0 up and running with TLS self-signed certificate. I'm able to push and pull im...
docker, ldap, docker-registry, rhel7
6
10,488
1
https://stackoverflow.com/questions/37544390/is-there-a-simple-way-to-configure-docker-private-registry-2-0-with-ldap
35,189,327
Unable to create lxc container on centos "lxc_container: utils.c: get_template_path: 1128 No such file or directory - bad template: centos"
I am trying to create an lxc container on centos but I am running into the following error: [user@sdn3-lnx-01 ~]$ lxc-create -t centos -n container1 lxc_container: utils.c: get_template_path: 1128 No such file or directory - bad template: centos lxc_container: lxccontainer.c: lxcapi_create: 1223 bad template: centos lx...
Unable to create lxc container on centos "lxc_container: utils.c: get_template_path: 1128 No such file or directory - bad template: centos" I am trying to create an lxc container on centos but I am running into the following error: [user@sdn3-lnx-01 ~]$ lxc-create -t centos -n container1 lxc_container: utils.c: get_tem...
centos, containers, lxc
6
10,152
3
https://stackoverflow.com/questions/35189327/unable-to-create-lxc-container-on-centos-lxc-container-utils-c-get-template-p
32,163,596
Mail Routing using pipe in Exim
I was looking for sending email to multiple destinations i.e One to the user specified email address and other to a php script. Surfing over the web, I concluded that I have to use pipe in routers and transfer configurations of my mailing agent i.e Exim in my case. I tried but failed to embed pipe transfer in my Exim c...
Mail Routing using pipe in Exim I was looking for sending email to multiple destinations i.e One to the user specified email address and other to a php script. Surfing over the web, I concluded that I have to use pipe in routers and transfer configurations of my mailing agent i.e Exim in my case. I tried but failed to ...
php, linux, centos, pipe, exim
6
1,707
1
https://stackoverflow.com/questions/32163596/mail-routing-using-pipe-in-exim
31,290,255
Increasing max outbound connections on CentOS
I learned from this articl: Scaling to 12 Million Concurrent Connections: How MigratoryData Did It that it's possible to make more than 64K connections from a single client with multiple IP. Now I have an AWS ec2 machine that has 10 IPs for testing. The config in /etc/sysctl.conf is fs.nr_open = 2000000 fs.file-max = 2...
Increasing max outbound connections on CentOS I learned from this articl: Scaling to 12 Million Concurrent Connections: How MigratoryData Did It that it's possible to make more than 64K connections from a single client with multiple IP. Now I have an AWS ec2 machine that has 10 IPs for testing. The config in /etc/sysct...
sockets, centos
6
4,539
1
https://stackoverflow.com/questions/31290255/increasing-max-outbound-connections-on-centos
30,489,208
installation of compiler gfortran in centos 6
I try to install some compilers. I use Centos 6 in my laptop. I have installed the gcc, the "GNU" C Compiler. I need to install also gfortran, but when I type yum install gfortran , I get the message no package gfortran available . Do you know how can I install the fortran compiler?
installation of compiler gfortran in centos 6 I try to install some compilers. I use Centos 6 in my laptop. I have installed the gcc, the "GNU" C Compiler. I need to install also gfortran, but when I type yum install gfortran , I get the message no package gfortran available . Do you know how can I install the fortran ...
gcc, centos, centos6, gfortran
6
18,141
1
https://stackoverflow.com/questions/30489208/installation-of-compiler-gfortran-in-centos-6
30,205,752
"Segmentation fault" when using phpseclib
I downloaded phpseclib-0.3.10 from [URL] My php Version : PHP 5.2.4 OS : CentOS release 6.6 When I run following I am getting "Segmentation fault" at this line $ssh->login('username', 'password') <?php set_include_path(get_include_path() . PATH_SEPARATOR . 'phpseclib'); include('Net/SSH2.php'); $ssh=new Net_SSH2('serve...
"Segmentation fault" when using phpseclib I downloaded phpseclib-0.3.10 from [URL] My php Version : PHP 5.2.4 OS : CentOS release 6.6 When I run following I am getting "Segmentation fault" at this line $ssh->login('username', 'password') <?php set_include_path(get_include_path() . PATH_SEPARATOR . 'phpseclib'); include...
php, ssh, centos, phpseclib
6
380
1
https://stackoverflow.com/questions/30205752/segmentation-fault-when-using-phpseclib
29,664,256
How to install python debug-info for gdb?
I want to use gdb to debug python script. After starting gdb , it outputs: [root@localhost scripts]# gdb python GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-51.el7 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <[URL] This is free software: you are free to change and redist...
How to install python debug-info for gdb? I want to use gdb to debug python script. After starting gdb , it outputs: [root@localhost scripts]# gdb python GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-51.el7 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <[URL] This is free s...
python, linux, debugging, gdb, rhel
6
22,052
2
https://stackoverflow.com/questions/29664256/how-to-install-python-debug-info-for-gdb
29,653,253
PM2 resurrect not working on reboot - dump.pm2 being emptied
I'm trying to configure PM2 to daemonize a simple node.js server on centos. The init.d script executes, and there are no errors, but pm2 list returns an empty list, and the server is not starting. Originally, I was attempting to start the process as a different user (for those interested, this can be done with modifica...
PM2 resurrect not working on reboot - dump.pm2 being emptied I'm trying to configure PM2 to daemonize a simple node.js server on centos. The init.d script executes, and there are no errors, but pm2 list returns an empty list, and the server is not starting. Originally, I was attempting to start the process as a differe...
node.js, centos, pm2
6
5,107
1
https://stackoverflow.com/questions/29653253/pm2-resurrect-not-working-on-reboot-dump-pm2-being-emptied
29,599,081
slc start giving error Error: pm failed, exit with status 1
I'm running a nodeapp on Centos6 AWS ec2 machine. I've installed strongloop using this command npm install -g strongloop . slc -h is available for me. I'm having express.js application my application start point is in /app_path/bin/www for both slc start and slc start www command in /app_path/bin/ giving me following e...
slc start giving error Error: pm failed, exit with status 1 I'm running a nodeapp on Centos6 AWS ec2 machine. I've installed strongloop using this command npm install -g strongloop . slc -h is available for me. I'm having express.js application my application start point is in /app_path/bin/www for both slc start and s...
node.js, amazon-web-services, amazon-ec2, centos, strongloop
6
1,650
0
https://stackoverflow.com/questions/29599081/slc-start-giving-error-error-pm-failed-exit-with-status-1
29,234,622
Nginx disallowing execution of PHP in uploads directory with Magento
I'm having difficulties getting nginx to stop execution of PHP in an uploads directory on a magento install. I've tried many combinations of directives that should've sent a 503 or similar when *.php is matched in that directory, but still I'm able execute PHP in there. Of-course the code solution is to prevent .php fi...
Nginx disallowing execution of PHP in uploads directory with Magento I'm having difficulties getting nginx to stop execution of PHP in an uploads directory on a magento install. I've tried many combinations of directives that should've sent a 503 or similar when *.php is matched in that directory, but still I'm able ex...
php, magento, nginx, centos
6
16,459
3
https://stackoverflow.com/questions/29234622/nginx-disallowing-execution-of-php-in-uploads-directory-with-magento
28,923,393
-bash: /usr/bin/yum: /usr/bin/python: bad interpreter: Permission denied
I am new in centos.I am try to do an application on it.For my application I need to install python 2.7.But the default one on server was python 2.6. So tried to upgrade the version .And accidentally I deleted the folder /usr/bin/python.After that I Installed python 2.7 through make install .I created the folder again /...
-bash: /usr/bin/yum: /usr/bin/python: bad interpreter: Permission denied I am new in centos.I am try to do an application on it.For my application I need to install python 2.7.But the default one on server was python 2.6. So tried to upgrade the version .And accidentally I deleted the folder /usr/bin/python.After that ...
python, linux, centos
6
56,274
6
https://stackoverflow.com/questions/28923393/bash-usr-bin-yum-usr-bin-python-bad-interpreter-permission-denied
28,916,484
How to clear cache in OpenVZ?
I have OpenVZ VPS and have problem with clearing the cache: In OpenVZ not work echo 3 > /proc/sys/vm/drop_caches How may be this cache clear?
How to clear cache in OpenVZ? I have OpenVZ VPS and have problem with clearing the cache: In OpenVZ not work echo 3 > /proc/sys/vm/drop_caches How may be this cache clear?
centos, openvz
6
3,921
4
https://stackoverflow.com/questions/28916484/how-to-clear-cache-in-openvz
28,823,445
5 rkhunter warnings came up, should I be worried?
I just found rkhunter and decided to run a scan on my CentOS dedicated server, no rootkits found (thank goodness!) but there were warnings, I'm just curious if anyone else has ran into these or if this is something I should worry about or be investigating further? Here are the warnings I received from rkhunter: [22:01:...
5 rkhunter warnings came up, should I be worried? I just found rkhunter and decided to run a scan on my CentOS dedicated server, no rootkits found (thank goodness!) but there were warnings, I'm just curious if anyone else has ran into these or if this is something I should worry about or be investigating further? Here ...
centos
6
11,799
3
https://stackoverflow.com/questions/28823445/5-rkhunter-warnings-came-up-should-i-be-worried
27,731,374
docker-py: client and server don't have same version (client : 1.16, server: 1.15)")
docker-py 0.7.0 gives me the following error against a local Docker installation of Docker 1.3.2 and docker-py 0.7.0. The host ist running CentOS 6.6. How can this be fixed? xxxx@dev1 myproject]$ bin/python d.py Traceback (most recent call last): File "d.py", line 3, in <module> c.create_container(image='zopyx/xmldirec...
docker-py: client and server don't have same version (client : 1.16, server: 1.15)") docker-py 0.7.0 gives me the following error against a local Docker installation of Docker 1.3.2 and docker-py 0.7.0. The host ist running CentOS 6.6. How can this be fixed? xxxx@dev1 myproject]$ bin/python d.py Traceback (most recent ...
python, centos, docker
6
2,901
3
https://stackoverflow.com/questions/27731374/docker-py-client-and-server-dont-have-same-version-client-1-16-server-1-1
27,495,314
mysql.sock not found, where can i find it?
On a CentOS 7 machine, I am getting the following error when I try to log into mysql from the terminal: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) I then tried cd /var/lib/mysql and ls -al , but the resulting list of files did not contain mysql.sock . So where...
mysql.sock not found, where can i find it? On a CentOS 7 machine, I am getting the following error when I try to log into mysql from the terminal: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) I then tried cd /var/lib/mysql and ls -al , but the resulting list of ...
mysql, linux, centos
6
11,702
2
https://stackoverflow.com/questions/27495314/mysql-sock-not-found-where-can-i-find-it
25,879,840
How to build/deploy RPM(s) for new Boost version on RHEL?
I work in a team of 10+ developers and we use RHEL 6.4 for both our development machines as well as our servers (where our software is deployed). RHEL 6.4 comes with Boost 1.41 but I need fixes that come in at least 1.47. I'd like to upgrade to latest (currently 1.56). It is not as easy as downloading the source and bu...
How to build/deploy RPM(s) for new Boost version on RHEL? I work in a team of 10+ developers and we use RHEL 6.4 for both our development machines as well as our servers (where our software is deployed). RHEL 6.4 comes with Boost 1.41 but I need fixes that come in at least 1.47. I'd like to upgrade to latest (currently...
c++, linux, boost, rpm, rhel
6
7,174
2
https://stackoverflow.com/questions/25879840/how-to-build-deploy-rpms-for-new-boost-version-on-rhel
25,122,104
How to Install php-xml in CentOs
I am Trying to install php-xml on CentOs 6.5 I type the command yum install php-xml and I am getting this Error : Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.mirror.nac.net * epel: mirrors.einstein.yu.edu * extras: mirrors.maine.edu * rpmforge: repoforge.mirror.constant.com *...
How to Install php-xml in CentOs I am Trying to install php-xml on CentOs 6.5 I type the command yum install php-xml and I am getting this Error : Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.mirror.nac.net * epel: mirrors.einstein.yu.edu * extras: mirrors.maine.edu * rpmforge...
php, linux, centos, yum
6
37,673
2
https://stackoverflow.com/questions/25122104/how-to-install-php-xml-in-centos
24,504,206
How to opt-in for AWS EC2 AMI from SDK?
I am trying to launch an AWS EC2 instance using CentOS AMI ami-21682673 from EC2 SDK. The AMI itself is a marketplace product and it requires an acceptance of the licensing terms. The error I am getting: In order to use this AWS Marketplace product you need to accept terms and subscribe. To do so please visit [URL] It ...
How to opt-in for AWS EC2 AMI from SDK? I am trying to launch an AWS EC2 instance using CentOS AMI ami-21682673 from EC2 SDK. The AMI itself is a marketplace product and it requires an acceptance of the licensing terms. The error I am getting: In order to use this AWS Marketplace product you need to accept terms and su...
amazon-ec2, centos, amazon-ami, aws-marketplace
6
4,665
2
https://stackoverflow.com/questions/24504206/how-to-opt-in-for-aws-ec2-ami-from-sdk
23,709,161
Maximum execution time of 300 seconds exceeded in pcntl_fork()
I have some agents running, and after several weeks of normal mode, suddenly we get: Maximum execution time of 300 seconds exceeded on a line that is $this->pids[$next_child] = pcntl_fork(); also we have: [root@a ~]# ulimit -u 385913 [root@a ~]# ps ax | wc -l 400 [root@a ~]# cat /proc/sys/kernel/pid_max 4194303 strace ...
Maximum execution time of 300 seconds exceeded in pcntl_fork() I have some agents running, and after several weeks of normal mode, suddenly we get: Maximum execution time of 300 seconds exceeded on a line that is $this->pids[$next_child] = pcntl_fork(); also we have: [root@a ~]# ulimit -u 385913 [root@a ~]# ps ax | wc ...
php, linux, process, centos
6
802
2
https://stackoverflow.com/questions/23709161/maximum-execution-time-of-300-seconds-exceeded-in-pcntl-fork
23,292,718
Am i hacked? unknown processes dsfref, gfhddsfew, dsfref etc are starting automatically in centos 6.5
Im using centos 6.5, recently i realised that my computer is uploading something(i didn't even ask for), at upload speed 11mbps, but the scary part is my internet upload speed is 800Kbps, Every day it shows 200GB uploaded and so on.. You can see some unknown processes starting in the image 1 attached.. gfhddsfew, sdmfd...
Am i hacked? unknown processes dsfref, gfhddsfew, dsfref etc are starting automatically in centos 6.5 Im using centos 6.5, recently i realised that my computer is uploading something(i didn't even ask for), at upload speed 11mbps, but the scary part is my internet upload speed is 800Kbps, Every day it shows 200GB uploa...
linux, security, centos
6
13,000
7
https://stackoverflow.com/questions/23292718/am-i-hacked-unknown-processes-dsfref-gfhddsfew-dsfref-etc-are-starting-automa
20,413,853
Bug in mktime() on CentOS?
I have been playing with mktime, and I noticed a weird, and inconsistent, behavior. I provide it with a date which is not during DST (daylight saving time), but with tm_isdst is set to 1, what mktime usually does is change tm_isdst to 0, and adjust the time accordingly, shifting by 1 hour. However, in the time period r...
Bug in mktime() on CentOS? I have been playing with mktime, and I noticed a weird, and inconsistent, behavior. I provide it with a date which is not during DST (daylight saving time), but with tm_isdst is set to 1, what mktime usually does is change tm_isdst to 0, and adjust the time accordingly, shifting by 1 hour. Ho...
c, centos, mktime
6
852
1
https://stackoverflow.com/questions/20413853/bug-in-mktime-on-centos
20,272,845
'strace' fixes hung process
I have a singlethreaded Unix process that communicates over TCP with other processes. The problem is the following. When I start up the process it hangs (no busy loop) until I kill it. The funny thing is, as soon as I attach with strace to it, it continues to run with the expected behavior as if there wasn't any proble...
'strace' fixes hung process I have a singlethreaded Unix process that communicates over TCP with other processes. The problem is the following. When I start up the process it hangs (no busy loop) until I kill it. The funny thing is, as soon as I attach with strace to it, it continues to run with the expected behavior a...
unix, process, rhel, strace
6
4,872
4
https://stackoverflow.com/questions/20272845/strace-fixes-hung-process
20,089,813
bash: cpan: command not found
I need to install few perl modules on web hosting server ( OS: Cent OS 6.4, perl v5.10.1) using ssh. On server : cpan -i Template::Toolkit Is giving error: bash: cpan: command not found command perl -v is showing that perl is installed, then how is that possible cpan isn't. Or do i need to add some path or change env s...
bash: cpan: command not found I need to install few perl modules on web hosting server ( OS: Cent OS 6.4, perl v5.10.1) using ssh. On server : cpan -i Template::Toolkit Is giving error: bash: cpan: command not found command perl -v is showing that perl is installed, then how is that possible cpan isn't. Or do i need to...
perl, centos, cpan, yum
6
23,579
1
https://stackoverflow.com/questions/20089813/bash-cpan-command-not-found
19,256,825
Delete BASH history on exit for all users
Using Red Hat Enterprise Linux is it possible to place a global option that whenever a user exits an SSH connection the BASH history for that user is cleared?
Delete BASH history on exit for all users Using Red Hat Enterprise Linux is it possible to place a global option that whenever a user exits an SSH connection the BASH history for that user is cleared?
bash, rhel
6
4,756
5
https://stackoverflow.com/questions/19256825/delete-bash-history-on-exit-for-all-users
18,918,588
Did I install Ruby 1.9.3 correctly on RHEL?
Before you say yum -y install ruby193 ... I did that. Please note that I am not a Ruby developer, but need this program as part of another developer's work via web services. (He is not available.) Any help would be greatly appreciated. I attempted to install a library per instructions and got: [root@ctbroker console]# ...
Did I install Ruby 1.9.3 correctly on RHEL? Before you say yum -y install ruby193 ... I did that. Please note that I am not a Ruby developer, but need this program as part of another developer's work via web services. (He is not available.) Any help would be greatly appreciated. I attempted to install a library per ins...
ruby-on-rails, ruby, linux, json, rhel
6
9,977
4
https://stackoverflow.com/questions/18918588/did-i-install-ruby-1-9-3-correctly-on-rhel
18,825,420
How to completely remove firefox and reinstall in fedora
I want to remove firefox completely in my fedora 17 as its having some issues after upgrading from firefox 12 to firefox 22. I already have tried yum remove firefox and yum install firefox but it is not solving issues. The issues are right click menu is not working in the browser. "Firebug" is not working. How can i re...
How to completely remove firefox and reinstall in fedora I want to remove firefox completely in my fedora 17 as its having some issues after upgrading from firefox 12 to firefox 22. I already have tried yum remove firefox and yum install firefox but it is not solving issues. The issues are right click menu is not worki...
linux, firefox, fedora
6
39,738
1
https://stackoverflow.com/questions/18825420/how-to-completely-remove-firefox-and-reinstall-in-fedora
17,774,461
package opencv was not found in the pkg-config search path for centos
When I go with this command: pkg-config --cflags opencv I get the following message: Package opencv was not found in the pkg-config search path. Perhaps you should add the directory containing `opencv.pc' to the PKG_CONFIG_PATH environment variable No package 'opencv' found I'm on Cent OS 6, have found the solution for...
package opencv was not found in the pkg-config search path for centos When I go with this command: pkg-config --cflags opencv I get the following message: Package opencv was not found in the pkg-config search path. Perhaps you should add the directory containing `opencv.pc' to the PKG_CONFIG_PATH environment variable N...
opencv, centos, pkg-config
6
14,310
2
https://stackoverflow.com/questions/17774461/package-opencv-was-not-found-in-the-pkg-config-search-path-for-centos
17,620,483
How to install MySQLdb in Python 2.6 CentOS
I am getting this message when I use yum install mysql-python to install MySQLdb. Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.sin3.sg.voxel.net * extras: mirrors.sin3.sg.voxel.net * updates: mirrors.sin3.sg.voxel.net base | 3.7 kB 00:00 extras | 3.4 kB 00:00 updates | 3.4 kB...
How to install MySQLdb in Python 2.6 CentOS I am getting this message when I use yum install mysql-python to install MySQLdb. Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.sin3.sg.voxel.net * extras: mirrors.sin3.sg.voxel.net * updates: mirrors.sin3.sg.voxel.net base | 3.7 kB ...
python, centos, mysql-python
6
29,749
4
https://stackoverflow.com/questions/17620483/how-to-install-mysqldb-in-python-2-6-centos
17,296,655
EC2 instance launched from AMI not reachable(ssh) after start/stop or reboot
When we launch an instance from an AMI. At first the instance is accessible(ssh). Once we stop/start the instance or reboot it the machine becomes inaccessible via ssh,we can ping it though. We see below error in System log. AMI ID used - ami-72dc9220 Instance - i-0896a15f - Linux rhel6.4 M1.large instance. ../ *******...
EC2 instance launched from AMI not reachable(ssh) after start/stop or reboot When we launch an instance from an AMI. At first the instance is accessible(ssh). Once we stop/start the instance or reboot it the machine becomes inaccessible via ssh,we can ping it though. We see below error in System log. AMI ID used - ami-...
linux, amazon-web-services, amazon-ec2, rhel, amazon-ami
6
6,610
2
https://stackoverflow.com/questions/17296655/ec2-instance-launched-from-ami-not-reachablessh-after-start-stop-or-reboot
17,198,837
centOS, Jenkins, Firefox & Selenium GRID -- UnableToCreateProfileException
We have Jenkins running headless on a centOS vm and access it via an http call on another computer. I have a project for running UI Selenium Tests, all work well except the firefox ones. it is complaining about the profile not being on the centOS vm so it can forward it to the windows VM for testing. Does anyone know h...
centOS, Jenkins, Firefox & Selenium GRID -- UnableToCreateProfileException We have Jenkins running headless on a centOS vm and access it via an http call on another computer. I have a project for running UI Selenium Tests, all work well except the firefox ones. it is complaining about the profile not being on the centO...
firefox, selenium, jenkins, centos, selenium-webdriver
6
1,913
2
https://stackoverflow.com/questions/17198837/centos-jenkins-firefox-selenium-grid-unabletocreateprofileexception
14,427,808
You don't have permission error in Apache in CentOS
I have installed apache 2.2 in centos 6. Everything worked fine when the apache folder was at its default location /var/www/html . Then I configured a Virtual host inside my users home folder. After that apache started showing Forbidden You don't have permission error when I tried to go to localhost or 127.0.0.1 from b...
You don't have permission error in Apache in CentOS I have installed apache 2.2 in centos 6. Everything worked fine when the apache folder was at its default location /var/www/html . Then I configured a Virtual host inside my users home folder. After that apache started showing Forbidden You don't have permission error...
linux, apache, centos, chmod, document-root
6
29,994
2
https://stackoverflow.com/questions/14427808/you-dont-have-permission-error-in-apache-in-centos
14,359,978
Qt5: Xcb Xau symbols not resolved
During installation of Qt5 with XCB support ./configure -prefix $PWD/qtbase -opensource -nomake tests -qpa xcb -qt-xcb fails because it isn't able to link to libXau and libXdmcp /usr/local/lib/libxcb.a(xcb_auth.o): In function get_authptr': /users/salunkrj/libxcb-1.9/src/xcb_auth.c:163: undefined reference to XauGetBes...
Qt5: Xcb Xau symbols not resolved During installation of Qt5 with XCB support ./configure -prefix $PWD/qtbase -opensource -nomake tests -qpa xcb -qt-xcb fails because it isn't able to link to libXau and libXdmcp /usr/local/lib/libxcb.a(xcb_auth.o): In function get_authptr': /users/salunkrj/libxcb-1.9/src/xcb_auth.c:163...
linux, qt, centos, qt5
6
2,704
1
https://stackoverflow.com/questions/14359978/qt5-xcb-xau-symbols-not-resolved
13,962,495
How to make GNU-Screen share 1 Screen for all Users?
How can I start a Screen that is accesable as Root-User and Default-User? Because now when I start a Screen as Default-User with the command: screen -dmS test java $JAR nogui After executing the command and logging in into Root-User and try to use screen -x test It will say, it doesn't exist, because Screen are User-Bo...
How to make GNU-Screen share 1 Screen for all Users? How can I start a Screen that is accesable as Root-User and Default-User? Because now when I start a Screen as Default-User with the command: screen -dmS test java $JAR nogui After executing the command and logging in into Root-User and try to use screen -x test It w...
linux, shell, centos, gnu-screen, multi-user
6
6,118
1
https://stackoverflow.com/questions/13962495/how-to-make-gnu-screen-share-1-screen-for-all-users
13,852,153
Error when trying to compile Mono 3.0.2 on CentOS 6.2
I'm trying to compile Mono 3.0.2 from a tarball of GitHub's Mono repo. But when I get in the mcs folder, the compiling fails: if test -w /root/mono/mcs; then :; else chmod -R +w /root/mono/mcs; fi cd /root/mono/mcs && make --no-print-directory -s NO_DIR_CHECK=1 PROFILES=' net_2_0 net_3_5 net_4_0 net_4_5 ' CC='gcc' all-...
Error when trying to compile Mono 3.0.2 on CentOS 6.2 I'm trying to compile Mono 3.0.2 from a tarball of GitHub's Mono repo. But when I get in the mcs folder, the compiling fails: if test -w /root/mono/mcs; then :; else chmod -R +w /root/mono/mcs; fi cd /root/mono/mcs && make --no-print-directory -s NO_DIR_CHECK=1 PROF...
mono, centos
6
2,516
1
https://stackoverflow.com/questions/13852153/error-when-trying-to-compile-mono-3-0-2-on-centos-6-2
13,532,312
Does CentoOS/Yum restart services after updating them with yum?
Simple enough question. When I run yum update on a CentOS box, do I need to manually restart mysqld, httpd, ... and so on if they have been updated, or do they get restarted automatically? Does anyone know where to find a source to back this up?
Does CentoOS/Yum restart services after updating them with yum? Simple enough question. When I run yum update on a CentOS box, do I need to manually restart mysqld, httpd, ... and so on if they have been updated, or do they get restarted automatically? Does anyone know where to find a source to back this up?
centos, yum
6
4,330
1
https://stackoverflow.com/questions/13532312/does-centoos-yum-restart-services-after-updating-them-with-yum
13,531,527
Getting authentication failed error with postgresql from command line
When i try to login from command line like this psql -h dbserver -U testuser test then i get this error psql: FATAL: Ident authentication failed for user "testuser" This is my nano -w /var/lib/pgsql/data/pg_hba.conf # TYPE DATABASE USER CIDR-ADDRESS METHOD # "local" is for Unix domain socket connections only local all ...
Getting authentication failed error with postgresql from command line When i try to login from command line like this psql -h dbserver -U testuser test then i get this error psql: FATAL: Ident authentication failed for user "testuser" This is my nano -w /var/lib/pgsql/data/pg_hba.conf # TYPE DATABASE USER CIDR-ADDRESS ...
postgresql, centos
6
15,017
3
https://stackoverflow.com/questions/13531527/getting-authentication-failed-error-with-postgresql-from-command-line
13,422,947
Is there any replacement for Webmin file manager?
I was wondering if there is any third party module to replace Webmin Java file manager. I couldn't find anything in Webmin website. so is there anything I can try?
Is there any replacement for Webmin file manager? I was wondering if there is any third party module to replace Webmin Java file manager. I couldn't find anything in Webmin website. so is there anything I can try?
centos, webmin, file-manager, controlpanel
6
1,931
1
https://stackoverflow.com/questions/13422947/is-there-any-replacement-for-webmin-file-manager
13,229,764
tar: Unexpected EOF in archive
I am trying extract .tar.gz file it but with no luck gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now the file tar.gz include another file.tar only which is has the issue when i trying to extract .tar file i got tar: Unexpected ...
tar: Unexpected EOF in archive I am trying extract .tar.gz file it but with no luck gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now the file tar.gz include another file.tar only which is has the issue when i trying to extract ....
shell, command, centos, extract, tar
6
12,647
1
https://stackoverflow.com/questions/13229764/tar-unexpected-eof-in-archive
13,058,200
Can't create project or add ssh key on Gitlab
I just created a CentOS 6.3 VM and followed these instructions for the gitlab install: [URL] I've tried this installation with both gitlab v3.01 and v2.91. Here is what is working for me: I can complete the gitlab install without problem From the command-line, I can use passwordless authentication from the the gitlab s...
Can't create project or add ssh key on Gitlab I just created a CentOS 6.3 VM and followed these instructions for the gitlab install: [URL] I've tried this installation with both gitlab v3.01 and v2.91. Here is what is working for me: I can complete the gitlab install without problem From the command-line, I can use pas...
centos, gitolite, gitlab
6
1,372
1
https://stackoverflow.com/questions/13058200/cant-create-project-or-add-ssh-key-on-gitlab
13,020,328
how to configure Munin-2.0.x to generate content with CGI (only) on Fedora?
I've got a 400+ node munin-1.4.x installation, that I'd like to upgrade to munin-2.x, to take advantage of the CGI based content generation (html & graphs) on the munin master server. I've gone through the official dox ( [URL] ), and its simply not working. It only covers a VirtualHost ( [URL] ), which is not my setup,...
how to configure Munin-2.0.x to generate content with CGI (only) on Fedora? I've got a 400+ node munin-1.4.x installation, that I'd like to upgrade to munin-2.x, to take advantage of the CGI based content generation (html & graphs) on the munin master server. I've gone through the official dox ( [URL] ), and its simply...
apache, apache2, fedora, fastcgi, munin
6
8,381
3
https://stackoverflow.com/questions/13020328/how-to-configure-munin-2-0-x-to-generate-content-with-cgi-only-on-fedora
12,963,177
custom yum repo not showing rpm
I have a yum repository I've set up where I store custom rpms. I have no problem finding information about other packages that were built and stored in this custom repo. #yum --disablerepo=rhui-us-east-rhel-server-1y,epel,epel-testing --enablerepo=customrepo install php53-pecl-xdebug php53-pecl-xdebug x86_64 2.2.1-2 cu...
custom yum repo not showing rpm I have a yum repository I've set up where I store custom rpms. I have no problem finding information about other packages that were built and stored in this custom repo. #yum --disablerepo=rhui-us-east-rhel-server-1y,epel,epel-testing --enablerepo=customrepo install php53-pecl-xdebug php...
centos, rpm, yum, rhel, repository
6
12,040
1
https://stackoverflow.com/questions/12963177/custom-yum-repo-not-showing-rpm
12,678,778
for compiled libraries, like libyaml, where does Ruby (or the RVM) search within the filesystem in order to load or resolve them?
Operating System: CentOS 6.2 x86_64 I apologize for indentation being wonky. This is my first SO post and I am new to setting up servers. I am learning though and will detail the steps I have gone through trying to solve this as well as where I looked for help. I'm an aspiring young web developer and I work on a server...
for compiled libraries, like libyaml, where does Ruby (or the RVM) search within the filesystem in order to load or resolve them? Operating System: CentOS 6.2 x86_64 I apologize for indentation being wonky. This is my first SO post and I am new to setting up servers. I am learning though and will detail the steps I hav...
ruby-on-rails, ruby, centos, yaml
6
5,401
3
https://stackoverflow.com/questions/12678778/for-compiled-libraries-like-libyaml-where-does-ruby-or-the-rvm-search-within
12,529,756
my.cnf file missing and cannot be found at any directory
I recently removed mysql 5.1 an installed mysql 5.6 on my CENTOS 6 x86 OS. When I try to look for the my.cnf file it is missing from these directories: mysqld --verbose --help | grep -A 1 "Default options" = /etc/my.cnf , /etc/mysql/my.cnf , and ~/.my.cnf . Now I went to my mysql home directory which is /var/lib/mysql ...
my.cnf file missing and cannot be found at any directory I recently removed mysql 5.1 an installed mysql 5.6 on my CENTOS 6 x86 OS. When I try to look for the my.cnf file it is missing from these directories: mysqld --verbose --help | grep -A 1 "Default options" = /etc/my.cnf , /etc/mysql/my.cnf , and ~/.my.cnf . Now I...
mysql, linux, centos, centos6, my.cnf
6
21,546
5
https://stackoverflow.com/questions/12529756/my-cnf-file-missing-and-cannot-be-found-at-any-directory
11,722,792
Convert a spec file to debian
We are migrating our servers from CentOS to ubuntu. For a self written application we created a spec file to create RPM's for easy installation on CentOS. Now we want to convert it to the debian format. What is the simplest way to do it? I don't mean creating from the rpm a .deb file but converting the spec file to an ...
Convert a spec file to debian We are migrating our servers from CentOS to ubuntu. For a self written application we created a spec file to create RPM's for easy installation on CentOS. Now we want to convert it to the debian format. What is the simplest way to do it? I don't mean creating from the rpm a .deb file but c...
ubuntu, centos, rpm, deb, specifications
6
7,261
2
https://stackoverflow.com/questions/11722792/convert-a-spec-file-to-debian
11,592,938
InetAddress.getLocalHost() always returns 127.0.0.1
Anyone knows why InetAddress.getLocalHost() always returns 127.0.0.1 although I have changed the ip inside /etc/hosts? After the change hostname -i returns the correct ip (192.168.x.x), but InetAddress.getLocalHost() is still the name. I'm using jdk 1.6.0_31 by the way, on CentOS 6.2. Thanks!
InetAddress.getLocalHost() always returns 127.0.0.1 Anyone knows why InetAddress.getLocalHost() always returns 127.0.0.1 although I have changed the ip inside /etc/hosts? After the change hostname -i returns the correct ip (192.168.x.x), but InetAddress.getLocalHost() is still the name. I'm using jdk 1.6.0_31 by the wa...
java, centos
6
5,221
4
https://stackoverflow.com/questions/11592938/inetaddress-getlocalhost-always-returns-127-0-0-1
9,782,895
Passenger with NginX not registered as service in Fedora
I am running Fedora 16 32bit and I installed passenger with nginx (option 1 during installation, everything was handled for me). Installation went ok, but nginx is not registered as service. The only way I can run it is directly through /opt/nginx/sbin/nginx . There is no possibility to run it via /etc/init.d/nginx Is ...
Passenger with NginX not registered as service in Fedora I am running Fedora 16 32bit and I installed passenger with nginx (option 1 during installation, everything was handled for me). Installation went ok, but nginx is not registered as service. The only way I can run it is directly through /opt/nginx/sbin/nginx . Th...
ruby-on-rails, nginx, passenger, fedora
6
1,268
2
https://stackoverflow.com/questions/9782895/passenger-with-nginx-not-registered-as-service-in-fedora
9,149,876
python 'module' object has no attribute 'compile'
[root@proxy-001 scripts]# python Python 2.6.6 (r266:84292, Dec 7 2011, 20:48:22) [GCC 4.4.6 20110731 (Red Hat 4.4.6-3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import MySQLdb >>> from MySQLdb import cursors Traceback (most recent call last): File "<stdin>", line 1, in <modul...
python 'module' object has no attribute 'compile' [root@proxy-001 scripts]# python Python 2.6.6 (r266:84292, Dec 7 2011, 20:48:22) [GCC 4.4.6 20110731 (Red Hat 4.4.6-3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import MySQLdb >>> from MySQLdb import cursors Traceback (most re...
python, linux, centos
6
14,399
1
https://stackoverflow.com/questions/9149876/python-module-object-has-no-attribute-compile
9,142,304
MongoDB is using too much memory
I'm working with MongoDB on a 32bits CentOS VPS with 1GB of internal memory. It works fine most of the time, but every now and then it's memory usage spikes and crashes my server. Is there a way to prevent this, for example, by limiting the memory and CPU that MongoDB daemon uses? I was thinking of running the Mongo da...
MongoDB is using too much memory I'm working with MongoDB on a 32bits CentOS VPS with 1GB of internal memory. It works fine most of the time, but every now and then it's memory usage spikes and crashes my server. Is there a way to prevent this, for example, by limiting the memory and CPU that MongoDB daemon uses? I was...
linux, mongodb, centos
6
6,302
3
https://stackoverflow.com/questions/9142304/mongodb-is-using-too-much-memory
8,762,608
Setting default timezone does not work despite timezone being valid
I'm geting when I just do phpinfo() Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the ti...
Setting default timezone does not work despite timezone being valid I'm geting when I just do phpinfo() Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and y...
php, timezone, centos, centos6
6
14,193
2
https://stackoverflow.com/questions/8762608/setting-default-timezone-does-not-work-despite-timezone-being-valid
8,673,210
Error: Could not import settings 'mysite.settings' after setting up virtualenv for Django
I am doing this on Fedora Problem: (sandbox)[root@localhost mysite]# django-admin.py runserver Error: Could not import settings 'mysite.settings' (Is it on sys.path?): No module named mysite.settings Setup virtualenv mkdir pythonenv # that's the /home/yeukhon/pythonenv/*.* cd pythonenv virtualenv --no-site-packages --d...
Error: Could not import settings 'mysite.settings' after setting up virtualenv for Django I am doing this on Fedora Problem: (sandbox)[root@localhost mysite]# django-admin.py runserver Error: Could not import settings 'mysite.settings' (Is it on sys.path?): No module named mysite.settings Setup virtualenv mkdir pythone...
django, fedora
6
4,197
2
https://stackoverflow.com/questions/8673210/error-could-not-import-settings-mysite-settings-after-setting-up-virtualenv-f
8,257,285
xdebug not connecting with client?
The xdebug server doesn't connect to any of the clients on port 9000 ie:Netbeans IDE ,debugclient etc.xdebug is shown in phpinfo output.The above clients keep on waiting for the connection to be established.when ever I try to run a php script from the cli it gives the following warning message: "PHP Warning: Module 'xd...
xdebug not connecting with client? The xdebug server doesn't connect to any of the clients on port 9000 ie:Netbeans IDE ,debugclient etc.xdebug is shown in phpinfo output.The above clients keep on waiting for the connection to be established.when ever I try to run a php script from the cli it gives the following warnin...
xdebug, fedora, selinux
6
1,591
2
https://stackoverflow.com/questions/8257285/xdebug-not-connecting-with-client
7,230,049
uwsgi process died with "libgcc_s.so.1 must be installed for pthread_cancel to work"
uWSGI runs on CentOS 5 with python2.6 Sometimes, the below errors show in uwsgi log: libgcc_s.so.1 must be installed for pthread_cancel to work DAMN ! process 2474 died :( trying respawn ... Respawned uWSGI worker (new pid: 6328) I searched on web, but I don't understand why this happens. More info: locate libgcc /lib/...
uwsgi process died with "libgcc_s.so.1 must be installed for pthread_cancel to work" uWSGI runs on CentOS 5 with python2.6 Sometimes, the below errors show in uwsgi log: libgcc_s.so.1 must be installed for pthread_cancel to work DAMN ! process 2474 died :( trying respawn ... Respawned uWSGI worker (new pid: 6328) I sea...
python, gcc, centos, uwsgi
6
3,348
1
https://stackoverflow.com/questions/7230049/uwsgi-process-died-with-libgcc-s-so-1-must-be-installed-for-pthread-cancel-to-w
6,417,881
(still) cannot properly install lxml 2.3 for python, but at least 2.2.8 works
30 jun 2011 -- I am awarding @Pablo for this question, because of his answer . I am still unable to properly install lxml 2.3 for reasons discussed in his comments. I gather for a little bit of work I could, but I have already spent a ridiculous amount of time on this problem. I have, however, written the code I needed...
(still) cannot properly install lxml 2.3 for python, but at least 2.2.8 works 30 jun 2011 -- I am awarding @Pablo for this question, because of his answer . I am still unable to properly install lxml 2.3 for reasons discussed in his comments. I gather for a little bit of work I could, but I have already spent a ridicul...
python, linux, makefile, centos, lxml
6
5,469
5
https://stackoverflow.com/questions/6417881/still-cannot-properly-install-lxml-2-3-for-python-but-at-least-2-2-8-works
6,131,560
Error Installing Python
Upon hitting make install I get the following error /usr/bin/install: cannot create regular file /usr/local/bin/python2.6: Permission denied make: *** [altbininstall] Error 1 I am not the root user so I assume its a permissions issue. I do have my own subfolder at /home/my_username Is there a way to complete the python...
Error Installing Python Upon hitting make install I get the following error /usr/bin/install: cannot create regular file /usr/local/bin/python2.6: Permission denied make: *** [altbininstall] Error 1 I am not the root user so I assume its a permissions issue. I do have my own subfolder at /home/my_username Is there a wa...
python, linux, command-line, centos
6
13,544
1
https://stackoverflow.com/questions/6131560/error-installing-python
5,951,930
How to know the system is Debian or CentOS in Python?
I want to write some install scripts by python, it should know the OS to choose either apt command or yum command. It seems sys.platform can tell 'win32' or the others, but how to know it is working on Debian or CentOS in Python?
How to know the system is Debian or CentOS in Python? I want to write some install scripts by python, it should know the OS to choose either apt command or yum command. It seems sys.platform can tell 'win32' or the others, but how to know it is working on Debian or CentOS in Python?
python, debian, centos, yum, apt
6
2,122
4
https://stackoverflow.com/questions/5951930/how-to-know-the-system-is-debian-or-centos-in-python
4,627,779
ssh2_exec() wont change directory with "cd"
I have a problem with ssh_exec() refusing to execute the "cd" command. If I log into the server directly and execute the command, it works fine, so I don't think the problem is with my command. My code is as follows: $str = ssh2_exec($sshStream, 'cp /var/www/compressed.tar.gz /var/www/vhosts/demo-domain1.com/httpdocs/'...
ssh2_exec() wont change directory with "cd" I have a problem with ssh_exec() refusing to execute the "cd" command. If I log into the server directly and execute the command, it works fine, so I don't think the problem is with my command. My code is as follows: $str = ssh2_exec($sshStream, 'cp /var/www/compressed.tar.gz...
php, centos, plesk
6
6,576
1
https://stackoverflow.com/questions/4627779/ssh2-exec-wont-change-directory-with-cd
4,235,073
Installing and Upgrading Java on Linux / CentOS without prompts
I have the scripts below to download, install or update Java on Linux OS such as CentOS. Is there anything better than that around? It is a quite cumbersome script and I'd like a more elegant solution. ###INSTALL wget [URL] chmod a+x jdk-7-ea-bin-b96-linux-x64-03_jun_2010.bin echo y > answers.txt ./jdk-7-ea-bin-b96-lin...
Installing and Upgrading Java on Linux / CentOS without prompts I have the scripts below to download, install or update Java on Linux OS such as CentOS. Is there anything better than that around? It is a quite cumbersome script and I'd like a more elegant solution. ###INSTALL wget [URL] chmod a+x jdk-7-ea-bin-b96-linux...
java, linux, installation, centos
6
4,068
1
https://stackoverflow.com/questions/4235073/installing-and-upgrading-java-on-linux-centos-without-prompts
4,195,665
Checking out svn repository without .svn files
I have an svn repository on my dedicated server (Centos 5.5) at /var/svn/myRepository. I just want to copy those files into my production folder /var/www/myWebapp. As far as I am understanding SVN I could only use svn export on my local project folder which has all the sourcecode and additional .svn files. But on my de...
Checking out svn repository without .svn files I have an svn repository on my dedicated server (Centos 5.5) at /var/svn/myRepository. I just want to copy those files into my production folder /var/www/myWebapp. As far as I am understanding SVN I could only use svn export on my local project folder which has all the sou...
svn, centos, repository, export, svn-checkout
6
8,704
2
https://stackoverflow.com/questions/4195665/checking-out-svn-repository-without-svn-files
1,740,414
How to write init script
Hi I am using 64bit Fedora 10 linux. I have created a sample java application. Now I want to write init script for that application. so that my application should start on bootup. How to write init script to start on bootup. Thanks Sunil Kumar Sahoo
How to write init script Hi I am using 64bit Fedora 10 linux. I have created a sample java application. Now I want to write init script for that application. so that my application should start on bootup. How to write init script to start on bootup. Thanks Sunil Kumar Sahoo
java, linux, fedora
6
6,324
4
https://stackoverflow.com/questions/1740414/how-to-write-init-script
76,174,094
ssh-add: Error loading key "ECDSA384 key" error in libcrypto
I'm trying to configure a Fedora Server 38 to communicate through SSH with keyed authentication, i've generated the keys using the ssh-keygen -t ecdsa -b 384 command and then copied the public key through ssh-copy-id to the remote host, and the ssh-add command keeps giving me this error. My sshd and agent are both set ...
ssh-add: Error loading key "ECDSA384 key" error in libcrypto I'm trying to configure a Fedora Server 38 to communicate through SSH with keyed authentication, i've generated the keys using the ssh-keygen -t ecdsa -b 384 command and then copied the public key through ssh-copy-id to the remote host, and the ssh-add comman...
openssl, fedora, openssh
6
2,107
0
https://stackoverflow.com/questions/76174094/ssh-add-error-loading-key-ecdsa384-key-error-in-libcrypto
76,079,071
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 -j 8 I go...
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 mkd...
centos, glibc
6
7,969
2
https://stackoverflow.com/questions/76079071/when-i-compile-glibc-2-28-with-the-make-command-on-centos-7-5-i-got-the-error-l
73,851,446
GPU not available in docker
I am unable to run GPU on Docker after updating the GPU driver. When I run nvidia-smi in the host environment (Centos), the GPU is recognized. docker run --gpus all -it -v $(pwd):/home/workspace test /bin/bash ERRO[0000] error waiting for container: context canceled docker: Error response from daemon: could not select ...
GPU not available in docker I am unable to run GPU on Docker after updating the GPU driver. When I run nvidia-smi in the host environment (Centos), the GPU is recognized. docker run --gpus all -it -v $(pwd):/home/workspace test /bin/bash ERRO[0000] error waiting for container: context canceled docker: Error response fr...
linux, docker, cuda, centos, gpu
6
20,056
2
https://stackoverflow.com/questions/73851446/gpu-not-available-in-docker
66,004,068
How to resolve "no cgroup mount found in mountinfo: unknown" error?
I am getting following error while starting docker container. Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: process_linux.go:326: applying cgroup configuration for process caused: no cgroup mount found in mountinfo: unknown Error: failed to start conta...
How to resolve "no cgroup mount found in mountinfo: unknown" error? I am getting following error while starting docker container. Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: process_linux.go:326: applying cgroup configuration for process caused: no c...
linux, amazon-web-services, docker, centos, cgroups
6
14,351
1
https://stackoverflow.com/questions/66004068/how-to-resolve-no-cgroup-mount-found-in-mountinfo-unknown-error
65,650,299
Gnome Boxes on Fedora 33 fails to open
I attempt to load gnome-boxes from the terminal (I'm running Fedora 33) and get the following error $ gnome-boxes (gnome-boxes:3194): Gtk-WARNING **: 12:34:57.343: GtkFlowBox with a model will ignore sort and filter functions (gnome-boxes:3194): Gtk-WARNING **: 12:34:57.344: GtkListBox with a model will ignore sort and...
Gnome Boxes on Fedora 33 fails to open I attempt to load gnome-boxes from the terminal (I'm running Fedora 33) and get the following error $ gnome-boxes (gnome-boxes:3194): Gtk-WARNING **: 12:34:57.343: GtkFlowBox with a model will ignore sort and filter functions (gnome-boxes:3194): Gtk-WARNING **: 12:34:57.344: GtkLi...
fedora, gnome
6
2,944
4
https://stackoverflow.com/questions/65650299/gnome-boxes-on-fedora-33-fails-to-open
60,762,134
How to determine what is shutting down my Java app?
I've got a Java8 application running on RHEL 6.10. This application registers a shutdown handler via the usual method: Thread shutdownThread = new Thread(()=>{ Logger.info("Got shutdown signal"); // Do cleanup }); Runtime.getRuntime().addShutdownHook(shutdownThread); This application is kicked off by a Jenkins build (w...
How to determine what is shutting down my Java app? I've got a Java8 application running on RHEL 6.10. This application registers a shutdown handler via the usual method: Thread shutdownThread = new Thread(()=>{ Logger.info("Got shutdown signal"); // Do cleanup }); Runtime.getRuntime().addShutdownHook(shutdownThread); ...
java, jenkins, java-8, rhel, rhel6
6
454
2
https://stackoverflow.com/questions/60762134/how-to-determine-what-is-shutting-down-my-java-app
59,652,327
How can i fix a GeoDjango OSError: undefined Symbol?
I have the following error with my Django project after doing yum upgrade a few days ago Traceback (most recent call last): File "manage.py", line 21, in <module> main() File "manage.py", line 17, in main execute_from_command_line(sys.argv) File "/home/joincic/GeoRouting/GeoRouting_2/lib/python3.6/site-packages/django/...
How can i fix a GeoDjango OSError: undefined Symbol? I have the following error with my Django project after doing yum upgrade a few days ago Traceback (most recent call last): File "manage.py", line 21, in <module> main() File "manage.py", line 17, in main execute_from_command_line(sys.argv) File "/home/joincic/GeoRou...
django, python-3.x, centos, gis, geodjango
6
3,034
2
https://stackoverflow.com/questions/59652327/how-can-i-fix-a-geodjango-oserror-undefined-symbol
57,292,884
Run Linux command in background and keep runing after closing SSH
I need to run a Perl script for several days processing something. On a linux Centos server, from the SSH terminal I run this command: nohup perl script.cgi 2>&1 & This runs the script in the background and writes the output to nohup.out. The problem when I close the SSH terminal or even my internet connection disconne...
Run Linux command in background and keep runing after closing SSH I need to run a Perl script for several days processing something. On a linux Centos server, from the SSH terminal I run this command: nohup perl script.cgi 2>&1 & This runs the script in the background and writes the output to nohup.out. The problem whe...
linux, ssh, server, centos
6
10,453
3
https://stackoverflow.com/questions/57292884/run-linux-command-in-background-and-keep-runing-after-closing-ssh
56,042,790
Graphite Sync Db throws error The SECRET_KEY setting must not be empty
I have installed Graphite in RHEL7 server using the source. I have created a database in Postgresql. Modified the local_settings.py with Postgresql database. When I execute the below command for sync, it throws an error PYTHONPATH=/app/graphite/webapp django-admin.py migrate --settings=graphite.settings --run-syncdb Er...
Graphite Sync Db throws error The SECRET_KEY setting must not be empty I have installed Graphite in RHEL7 server using the source. I have created a database in Postgresql. Modified the local_settings.py with Postgresql database. When I execute the below command for sync, it throws an error PYTHONPATH=/app/graphite/weba...
graphite, rhel7
6
128
0
https://stackoverflow.com/questions/56042790/graphite-sync-db-throws-error-the-secret-key-setting-must-not-be-empty