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
59,756,017
dotnet error : Unable to obtain lock file access on '/tmp/NuGetScratch/lock/
Steps to reproduce dotnet build or dotnet run Expected behavior Run or Build app Actual Behavior Getting ready... The template "ASP.NET Core with Angular" was created successfully. Processing post-creation actions... Running 'dotnet restore' on /home/limup/Documents/Projetos/Limup/salao/salao.csproj... /usr/share/dotne...
dotnet error : Unable to obtain lock file access on '/tmp/NuGetScratch/lock/ Steps to reproduce dotnet build or dotnet run Expected behavior Run or Build app Actual Behavior Getting ready... The template "ASP.NET Core with Angular" was created successfully. Processing post-creation actions... Running 'dotnet restore' o...
.net-core, fedora
9
11,167
4
https://stackoverflow.com/questions/59756017/dotnet-error-unable-to-obtain-lock-file-access-on-tmp-nugetscratch-lock
58,492,050
How to fix -- bash: /usr/bin/python: Too many levels of symbolic links
I wanted to make python3 my default on rhel so I followed the following at How to set Python3.5.2 as default Python version on CentOS? sudo ln -fs /usr/bin/python3 /usr/bin/python It changed the default to 3.6.8 root@rhel:~# python -V Python 3.6.8 Then I tried yum install python-pip: root@rhel:~# yum install python-pip...
How to fix -- bash: /usr/bin/python: Too many levels of symbolic links I wanted to make python3 my default on rhel so I followed the following at How to set Python3.5.2 as default Python version on CentOS? sudo ln -fs /usr/bin/python3 /usr/bin/python It changed the default to 3.6.8 root@rhel:~# python -V Python 3.6.8 T...
python, python-3.6, rhel, rhel7
9
26,464
4
https://stackoverflow.com/questions/58492050/how-to-fix-bash-usr-bin-python-too-many-levels-of-symbolic-links
57,116,144
dash '-' after #!/bin/sh -
I have been working on a few scripts on CentOS 7 and sometimes I see: #!/bin/sh - on the first line. Looking at the man page for sh I see the following under the Special Parameters - Expands to the current option flags as specified upon invocation, by the set builtin command, or those set by the shell itself (such as t...
dash '-' after #!/bin/sh - I have been working on a few scripts on CentOS 7 and sometimes I see: #!/bin/sh - on the first line. Looking at the man page for sh I see the following under the Special Parameters - Expands to the current option flags as specified upon invocation, by the set builtin command, or those set by ...
shell, centos, sh
9
2,547
2
https://stackoverflow.com/questions/57116144/dash-after-bin-sh
56,908,604
Trying to install epel-release on Fedora 30 -- no match for argument: epel-release
I'm on Fedora 30. I am trying to install "epel-release". I am following this guide: [URL] -- I am unable to successfully run the command: $ sudo yum install -y epel-release yum-utils I get as a result: No match for argument: epel-release So, I tried the following commands from this article: [URL] $ cd /tmp $ wget [URL]...
Trying to install epel-release on Fedora 30 -- no match for argument: epel-release I'm on Fedora 30. I am trying to install "epel-release". I am following this guide: [URL] -- I am unable to successfully run the command: $ sudo yum install -y epel-release yum-utils I get as a result: No match for argument: epel-release...
ruby, ruby-on-rails-5, passenger, fedora
9
41,891
4
https://stackoverflow.com/questions/56908604/trying-to-install-epel-release-on-fedora-30-no-match-for-argument-epel-relea
53,680,374
How to install docker-ce without internet and intranet yum repository?
I downloaded the RPM package from the official website, but I still need to download some dependencies when I install it. I need to install docker-ce without any network or repository at all, so I need all the RPM packages I depend on and the order in which they are installed. Docker-CE Version: 18.03+
How to install docker-ce without internet and intranet yum repository? I downloaded the RPM package from the official website, but I still need to download some dependencies when I install it. I need to install docker-ce without any network or repository at all, so I need all the RPM packages I depend on and the order ...
docker, centos, installation, rpm, docker-ce
9
39,791
3
https://stackoverflow.com/questions/53680374/how-to-install-docker-ce-without-internet-and-intranet-yum-repository
51,155,026
MySql Can't find mysql.infoschema after update
This morning my mySQL was automatically updated on my system from version 5.7 to 8.0.11. After this I couldn't see any of my databases or run any commands on phpMyAdmin. Everything I try to do results on some error involving the mysql.infoschema table. Most of the errors I get are this: #1449 - The user specified as a ...
MySql Can't find mysql.infoschema after update This morning my mySQL was automatically updated on my system from version 5.7 to 8.0.11. After this I couldn't see any of my databases or run any commands on phpMyAdmin. Everything I try to do results on some error involving the mysql.infoschema table. Most of the errors I...
php, mysql, phpmyadmin, fedora
9
5,346
1
https://stackoverflow.com/questions/51155026/mysql-cant-find-mysql-infoschema-after-update
47,439,993
Gnome 3 - dconf / gsettings - how to assign multiple keybindings?
Goal : Assign both the Super_L or Super_R keys as triggers for the overlay menu. Environment : Gnome 3.26.2, Fedora 27, Dell XPS 9550, Kinesis Advantage2 Why : For work I use a laptop either by itself or in conjunction with external monitors, keyboard, and mouse. The laptop keyboard has a left super (windows) key and n...
Gnome 3 - dconf / gsettings - how to assign multiple keybindings? Goal : Assign both the Super_L or Super_R keys as triggers for the overlay menu. Environment : Gnome 3.26.2, Fedora 27, Dell XPS 9550, Kinesis Advantage2 Why : For work I use a laptop either by itself or in conjunction with external monitors, keyboard, a...
fedora, gnome, gnome-3, gsettings
9
4,745
3
https://stackoverflow.com/questions/47439993/gnome-3-dconf-gsettings-how-to-assign-multiple-keybindings
41,516,940
"Boolean ftp_home_dir not defined" CentOS 7 error
I was installing vsftpd on CentOS 7 and when I run setsebool -P ftp_home_dir on Server results: Boolean ftp_home_dir is not defined I needed run it for SELinux allows users to work on FTP.
"Boolean ftp_home_dir not defined" CentOS 7 error I was installing vsftpd on CentOS 7 and when I run setsebool -P ftp_home_dir on Server results: Boolean ftp_home_dir is not defined I needed run it for SELinux allows users to work on FTP.
ftp, centos, vsftpd
9
22,943
1
https://stackoverflow.com/questions/41516940/boolean-ftp-home-dir-not-defined-centos-7-error
40,799,703
httplib.BadStatusLine: '' on Linux but not Mac
This error has been under my skin for a few hours now. I decided to code up a separate project just to see if I can replicate it and I can, but ONLY on my server. This works on my Mac. Mac: OSX El Capitan 10.11.6 Server: CentOS 7.2.1511 Both have PhantomJS version: 2.1.1 Python Mac: Python 2.7.11 Python Server: 2.7.5 B...
httplib.BadStatusLine: '' on Linux but not Mac This error has been under my skin for a few hours now. I decided to code up a separate project just to see if I can replicate it and I can, but ONLY on my server. This works on my Mac. Mac: OSX El Capitan 10.11.6 Server: CentOS 7.2.1511 Both have PhantomJS version: 2.1.1 P...
python, selenium, selenium-webdriver, centos, phantomjs
9
2,499
1
https://stackoverflow.com/questions/40799703/httplib-badstatusline-on-linux-but-not-mac
40,636,338
How to define OpenJDK 8 in CentOS based Dockerfile?
Assuming that there is a CentOS Dockerfile: FROM centos What is the right way of adding OpenJDK 8 for it ? I have tried to use similar approach as for Fedora [URL] But when I run the image java version is "1.7.0_111" , even though it is expected to be JDK 8: docker run -i -t <image> /bin/bash [user@2fcc1e47c3cd project...
How to define OpenJDK 8 in CentOS based Dockerfile? Assuming that there is a CentOS Dockerfile: FROM centos What is the right way of adding OpenJDK 8 for it ? I have tried to use similar approach as for Fedora [URL] But when I run the image java version is "1.7.0_111" , even though it is expected to be JDK 8: docker ru...
docker, centos, dockerfile, java
9
17,987
2
https://stackoverflow.com/questions/40636338/how-to-define-openjdk-8-in-centos-based-dockerfile
40,246,437
Problems with Gst in python program
I'm in trouble making a simple server/client socket python program. Basically, my server (RPi3) has to stream a video (with Gstreamer) to the client (Fedora 24). The problem is that in my Fedora, I can use Gstreamer importing the libs like this: import gi gi.require_version('Gst', '1.0') gi.require_version('Gtk', '3.0'...
Problems with Gst in python program I'm in trouble making a simple server/client socket python program. Basically, my server (RPi3) has to stream a video (with Gstreamer) to the client (Fedora 24). The problem is that in my Fedora, I can use Gstreamer importing the libs like this: import gi gi.require_version('Gst', '1...
python, gstreamer, fedora, raspbian
9
32,138
3
https://stackoverflow.com/questions/40246437/problems-with-gst-in-python-program
39,119,651
PHP cli not working with local path (suddenly)
From a couple of hours, PHP commands, given from the console, are not accepting local path. For example in laravel i've always given the command php artisan but from this night i'm receiving the following reply Status: 404 Not Found Content-type: text/html; charset=UTF-8 No input file specified but if i try php ./artis...
PHP cli not working with local path (suddenly) From a couple of hours, PHP commands, given from the console, are not accepting local path. For example in laravel i've always given the command php artisan but from this night i'm receiving the following reply Status: 404 Not Found Content-type: text/html; charset=UTF-8 N...
php, laravel, centos, cpanel, whm
9
2,550
2
https://stackoverflow.com/questions/39119651/php-cli-not-working-with-local-path-suddenly
37,711,776
Making bluetooth discoverable using c code
I want to make a bluetooth server that starts and other devices can pair with it. I can get the code to compile fine, the server starts, but I cannot see the advertisement when I scan for bluetooth devices from android phone. I think i need to switch on the discoverable mode on. I tried searching for the function in th...
Making bluetooth discoverable using c code I want to make a bluetooth server that starts and other devices can pair with it. I can get the code to compile fine, the server starts, but I cannot see the advertisement when I scan for bluetooth devices from android phone. I think i need to switch on the discoverable mode o...
bluetooth, fedora, bluez
9
3,731
3
https://stackoverflow.com/questions/37711776/making-bluetooth-discoverable-using-c-code
37,291,216
What is the best way to install OpenCv in Fedora?
I tried compiling it from source, but it turns out many libraries are missing like the Nonfree. Is it advisable to install it with dnf ? I have Fedora 23
What is the best way to install OpenCv in Fedora? I tried compiling it from source, but it turns out many libraries are missing like the Nonfree. Is it advisable to install it with dnf ? I have Fedora 23
linux, opencv, fedora, fedora-23
9
10,384
3
https://stackoverflow.com/questions/37291216/what-is-the-best-way-to-install-opencv-in-fedora
36,660,724
how to tell the version number of dash?
I have a dash shell installed as /bin/dash . I checked the manual of dash, which is the same as the POSIX shell manual, and there is nothing there to tell the version of the shell. dash --version does not work. How to tell the version number of dash I have?? Added: some people are pointing me to Ubuntu commands, well, ...
how to tell the version number of dash? I have a dash shell installed as /bin/dash . I checked the manual of dash, which is the same as the POSIX shell manual, and there is nothing there to tell the version of the shell. dash --version does not work. How to tell the version number of dash I have?? Added: some people ar...
linux, centos, dash-shell
9
8,608
3
https://stackoverflow.com/questions/36660724/how-to-tell-the-version-number-of-dash
36,487,006
Restart shiny-server on centos
I have shiny-server installed and I am using it to host my shiny apps installed on a centos server. I'm pretty sure its installed correctly because it was working as expected until the server crashed, since the server recently crashed I need to restart shiny-server. I tried both: sudo systemctl restart shiny-server and...
Restart shiny-server on centos I have shiny-server installed and I am using it to host my shiny apps installed on a centos server. I'm pretty sure its installed correctly because it was working as expected until the server crashed, since the server recently crashed I need to restart shiny-server. I tried both: sudo sys...
r, centos, shiny, shiny-server
9
17,772
3
https://stackoverflow.com/questions/36487006/restart-shiny-server-on-centos
36,034,208
LD_PRELOAD does not loaded on systemd
I am trying to inject a SO into a process that starts using systemd init system (using LD_PRELOAD), but it does not loaded into the new process. I complied a basic SO (unrandom.c): int rand(){ return 42; //the most random number in the universe } with the command line: gcc -shared -fPIC unrandom.c -o unrandom.so I chan...
LD_PRELOAD does not loaded on systemd I am trying to inject a SO into a process that starts using systemd init system (using LD_PRELOAD), but it does not loaded into the new process. I complied a basic SO (unrandom.c): int rand(){ return 42; //the most random number in the universe } with the command line: gcc -shared ...
linux, rhel, systemd, ld-preload
9
5,912
1
https://stackoverflow.com/questions/36034208/ld-preload-does-not-loaded-on-systemd
35,830,006
Php7 and php5 on fedora at the same time
How can I setup PHP5 and PHP7 on one Fedora system? As I see, PHP in fedora is not one directory, it's spread in OS. On Windows systems, PHP is one folder, so I can just rename it when I need a specific version of PHP. What about Fedora? Maybe there are some useful links but I haven't found them. Also, it will be php5+...
Php7 and php5 on fedora at the same time How can I setup PHP5 and PHP7 on one Fedora system? As I see, PHP in fedora is not one directory, it's spread in OS. On Windows systems, PHP is one folder, so I can just rename it when I need a specific version of PHP. What about Fedora? Maybe there are some useful links but I h...
php, linux, apache, nginx, fedora
9
17,818
4
https://stackoverflow.com/questions/35830006/php7-and-php5-on-fedora-at-the-same-time
34,872,129
How to install docker 1.9+ in CentOS 6.5?
I'm now deploying on CentOS 6.5, and I'm now starting to use docker. So, I follow the instructions on: [URL] No matter which method I follow to install, I get version of 1.7.1 . [root@VM_72_235_centos ~]# docker version Client version: 1.7.1 Client API version: 1.19 Go version (client): go1.4.2 Git commit (client): 786...
How to install docker 1.9+ in CentOS 6.5? I'm now deploying on CentOS 6.5, and I'm now starting to use docker. So, I follow the instructions on: [URL] No matter which method I follow to install, I get version of 1.7.1 . [root@VM_72_235_centos ~]# docker version Client version: 1.7.1 Client API version: 1.19 Go version ...
linux, deployment, docker, centos, centos6
9
19,079
1
https://stackoverflow.com/questions/34872129/how-to-install-docker-1-9-in-centos-6-5
34,825,789
Install lxml on Centos 7 - error: command 'gcc' failed with exit status 4
I'm using python 3.4 in a virtual environment: (af)[root@domain backend]# pip --version pip 7.1.0 from /home/af/af-stage/backend/.ves/af/lib/python3.4/site-packages (python 3.4) Installation of lxml failed "error: command 'gcc' failed with exit status 4": (af)[root@domain backend]# pip install lxml You are using pip ve...
Install lxml on Centos 7 - error: command 'gcc' failed with exit status 4 I'm using python 3.4 in a virtual environment: (af)[root@domain backend]# pip --version pip 7.1.0 from /home/af/af-stage/backend/.ves/af/lib/python3.4/site-packages (python 3.4) Installation of lxml failed "error: command 'gcc' failed with exit s...
python, python-3.x, centos, lxml, centos7
9
6,335
4
https://stackoverflow.com/questions/34825789/install-lxml-on-centos-7-error-command-gcc-failed-with-exit-status-4
33,346,326
Postgres constant 30% CPU usage
I recently migrated my Postgres database from Windows to CentOS 6.7. On Windows the database never used much CPU, but on Linux I see it using a constant ~30% CPU (using top). (4 core on machine) Anyone know if this is normally, or why it would be doing this? The application seems to run fine, and as fast or faster than...
Postgres constant 30% CPU usage I recently migrated my Postgres database from Windows to CentOS 6.7. On Windows the database never used much CPU, but on Linux I see it using a constant ~30% CPU (using top). (4 core on machine) Anyone know if this is normally, or why it would be doing this? The application seems to run ...
windows, postgresql, centos, database-migration
9
3,537
2
https://stackoverflow.com/questions/33346326/postgres-constant-30-cpu-usage
33,157,177
Forwarding journald to Cloudwatch Logs
I'm a newbie to CentOS and wanted to know the best way to parse journal logs to CloudWatch Logs. My thought processes so far are: Use FIFO to parse the journal logs and ingest this to Cloudwatch Logs, - It looks like this could come with draw backs where logs could be dropped if we hit buffering limits. Forward journal...
Forwarding journald to Cloudwatch Logs I'm a newbie to CentOS and wanted to know the best way to parse journal logs to CloudWatch Logs. My thought processes so far are: Use FIFO to parse the journal logs and ingest this to Cloudwatch Logs, - It looks like this could come with draw backs where logs could be dropped if w...
amazon-web-services, logging, centos, amazon-cloudwatch
9
12,234
3
https://stackoverflow.com/questions/33157177/forwarding-journald-to-cloudwatch-logs
32,639,553
Upgrading Docker on Amazon Linux AMI
I want to upgrade Docker to v1.8 on Amazon Linux. At the time of writing their internal yum package repository has: Docker version 1.7.1, build 786b29d/1.7.1 . Things I have already tried Manually installing from the Docker project's repo Error: Package: docker-engine-1.8.2-1.el7.centos.x86_64 (dockerrepo) Requires: sy...
Upgrading Docker on Amazon Linux AMI I want to upgrade Docker to v1.8 on Amazon Linux. At the time of writing their internal yum package repository has: Docker version 1.7.1, build 786b29d/1.7.1 . Things I have already tried Manually installing from the Docker project's repo Error: Package: docker-engine-1.8.2-1.el7.ce...
linux, amazon-web-services, docker, yum, rhel
9
12,494
4
https://stackoverflow.com/questions/32639553/upgrading-docker-on-amazon-linux-ami
32,143,210
How to redirect HTTPS requests to HTTP without a certificate (Apache VirtualHosts) and avoid a certificate warning
I would first like to first say, this is not good practice and we should endevour to have everything on HTTPS 100% of the time but in this case I had a series of awkward requirements on a system that did not hold sensitive information. I was quite ignorant of how HTTPS/TLS worked when asking this question back when I w...
How to redirect HTTPS requests to HTTP without a certificate (Apache VirtualHosts) and avoid a certificate warning I would first like to first say, this is not good practice and we should endevour to have everything on HTTPS 100% of the time but in this case I had a series of awkward requirements on a system that did n...
linux, apache, ssl, https, centos
9
22,653
2
https://stackoverflow.com/questions/32143210/how-to-redirect-https-requests-to-http-without-a-certificate-apache-virtualhost
31,620,783
TOR startup generate Permission on directory are too permissive
I'm the operator of the XMPP server on darkness.su.The server runs on Centos 6. I installed TOR and configured it to provide a hidden service access to the server.It was working fine at first,but ever since an update a few months ago it started giving me these errors: 799 May 25 14:19:37.060 [warn] Permissions on direc...
TOR startup generate Permission on directory are too permissive I'm the operator of the XMPP server on darkness.su.The server runs on Centos 6. I installed TOR and configured it to provide a hidden service access to the server.It was working fine at first,but ever since an update a few months ago it started giving me t...
centos, tor
9
24,141
4
https://stackoverflow.com/questions/31620783/tor-startup-generate-permission-on-directory-are-too-permissive
29,380,738
Why the virtual size still the same after delete a file from container with rm?
I would like to know more about Docker. I'm so beginner, very new with this and linux. My English is not perfect therefore I copied the Terminal output. I had an image with 516MB VIRTUAL SIZE. I started the bash in a container and i use wget to download some 26MB data into this. After the downloading I create a image f...
Why the virtual size still the same after delete a file from container with rm? I would like to know more about Docker. I'm so beginner, very new with this and linux. My English is not perfect therefore I copied the Terminal output. I had an image with 516MB VIRTUAL SIZE. I started the bash in a container and i use wge...
linux, bash, docker, fedora
9
4,745
3
https://stackoverflow.com/questions/29380738/why-the-virtual-size-still-the-same-after-delete-a-file-from-container-with-rm
27,635,292
Transfer files using lftp in a Bash script
I have server A test-lx , and server B test2-lx , I want to transfer files from server A to server B. While transferring the files, I'll need to create a directory only if it does not exist. How can I check if a directory exist during the lftp conenction? How can I out several files in one command instead of doing this...
Transfer files using lftp in a Bash script I have server A test-lx , and server B test2-lx , I want to transfer files from server A to server B. While transferring the files, I'll need to create a directory only if it does not exist. How can I check if a directory exist during the lftp conenction? How can I out several...
linux, bash, unix, centos
9
92,924
3
https://stackoverflow.com/questions/27635292/transfer-files-using-lftp-in-a-bash-script
27,022,101
Fedora 21 terminal based application slow response
I have recently updated to Fedora 21 Beta, and updated all packages. As the final release is scheduled early next month, I don't expect anything big to change. So I think the problem I am facing may well persist into the production release. The problem is that when using some terminal based applications, the terminal r...
Fedora 21 terminal based application slow response I have recently updated to Fedora 21 Beta, and updated all packages. As the final release is scheduled early next month, I don't expect anything big to change. So I think the problem I am facing may well persist into the production release. The problem is that when usi...
fedora
9
1,126
2
https://stackoverflow.com/questions/27022101/fedora-21-terminal-based-application-slow-response
25,508,687
Whats the meaing of 1%{?dist} in SPEC file in RPM package
What does 1%{?dist} mean? What does %{?} mean? I didn't find the meaning of this anywhere Name: hello Version: 2.8 Release: 1%{?dist} Summary: The "Hello World" program from GNU License: GPLv3+ URL: [URL] Source0: [URL] BuildRequires: gettext Requires(post): info Requires(preun): info %description The "Hello World" pro...
Whats the meaing of 1%{?dist} in SPEC file in RPM package What does 1%{?dist} mean? What does %{?} mean? I didn't find the meaning of this anywhere Name: hello Version: 2.8 Release: 1%{?dist} Summary: The "Hello World" program from GNU License: GPLv3+ URL: [URL] Source0: [URL] BuildRequires: gettext Requires(post): inf...
linux, fedora, packaging, rpm
9
9,770
2
https://stackoverflow.com/questions/25508687/whats-the-meaing-of-1dist-in-spec-file-in-rpm-package
25,399,405
Evaluating SMI (System Management Interrupt) latency on Linux-CentOS/Intel machine
I am interested in evaluating the behavior (latency, frequency) of SMI handling on Linux machine running CentOS and used for a (very) soft real time application. What tools are recommended (hwlatdetect for CentOS?), and what is the best course of action to go about this? If no good tools are available for CentOS, am I ...
Evaluating SMI (System Management Interrupt) latency on Linux-CentOS/Intel machine I am interested in evaluating the behavior (latency, frequency) of SMI handling on Linux machine running CentOS and used for a (very) soft real time application. What tools are recommended (hwlatdetect for CentOS?), and what is the best ...
linux, centos, x86-64, interrupt
9
10,462
5
https://stackoverflow.com/questions/25399405/evaluating-smi-system-management-interrupt-latency-on-linux-centos-intel-machi
25,373,613
How NodeJS server running for ever
I use Putty. When I start server with "node X.js", putty start server running. If I exit from putty the server stop. How I can keep it running and make it default running after restart or reboot the server (computer)? I have centos 5.10. Thank you!
How NodeJS server running for ever I use Putty. When I start server with "node X.js", putty start server running. If I exit from putty the server stop. How I can keep it running and make it default running after restart or reboot the server (computer)? I have centos 5.10. Thank you!
node.js, centos
9
3,042
2
https://stackoverflow.com/questions/25373613/how-nodejs-server-running-for-ever
25,011,895
Gitlab Configuration Issues:: NGINX Unicorn Port Conflict
I have managed to partly setup Gitlab on a Linux CentOS server with Apache, Git, PHP, PostGreSQL and MySQL. I am running the Chef Cookbook version . I got the rpm from here . I wanted to use it to manage my Git repo better and more visually and this seemed to be a good choice. But now I run into issues getting it to wo...
Gitlab Configuration Issues:: NGINX Unicorn Port Conflict I have managed to partly setup Gitlab on a Linux CentOS server with Apache, Git, PHP, PostGreSQL and MySQL. I am running the Chef Cookbook version . I got the rpm from here . I wanted to use it to manage my Git repo better and more visually and this seemed to be...
ruby, git, nginx, centos, gitlab
9
29,879
4
https://stackoverflow.com/questions/25011895/gitlab-configuration-issues-nginx-unicorn-port-conflict
24,983,906
configure: WARNING: you cannot build info or HTML versions of the R manuals
I am trying to install R-3.1.1 on Fedora 20. The "make" gives me the following warning configure: WARNING: you cannot build info or HTML versions of the R manuals What do I need to do to fix this?
configure: WARNING: you cannot build info or HTML versions of the R manuals I am trying to install R-3.1.1 on Fedora 20. The "make" gives me the following warning configure: WARNING: you cannot build info or HTML versions of the R manuals What do I need to do to fix this?
r, fedora, failed-installation
9
7,984
1
https://stackoverflow.com/questions/24983906/configure-warning-you-cannot-build-info-or-html-versions-of-the-r-manuals
24,563,762
Running mysql in the foreground in centos
I am building a docker image for a mysql database. For that purpose, I have to run mysql in the foreground and not as a deamon service. I am using a centos base image. How to run mysql in the foreground?
Running mysql in the foreground in centos I am building a docker image for a mysql database. For that purpose, I have to run mysql in the foreground and not as a deamon service. I am using a centos base image. How to run mysql in the foreground?
mysql, centos, docker
9
15,994
1
https://stackoverflow.com/questions/24563762/running-mysql-in-the-foreground-in-centos
23,302,006
Install pg gem on CentOS 6
I'm trying to setup my VPS (CentOS 6.4) with ruby on rails and postgres. I installed ruby (2.1.0p0), rails (4.1.0), and postgresql (9.3.4) with no problem. When I try create new rails app (rails new new_app -d postgresql) it stops when installing the pg gem. I've looked into all SO posts about this error and tried pret...
Install pg gem on CentOS 6 I'm trying to setup my VPS (CentOS 6.4) with ruby on rails and postgres. I installed ruby (2.1.0p0), rails (4.1.0), and postgresql (9.3.4) with no problem. When I try create new rails app (rails new new_app -d postgresql) it stops when installing the pg gem. I've looked into all SO posts abou...
ruby-on-rails, postgresql, rubygems, centos, centos6
9
6,460
7
https://stackoverflow.com/questions/23302006/install-pg-gem-on-centos-6
22,368,931
Change default text editor in fedora 20 kde
I have always been a fan of Gedit in Linux as my default text editor. How do I make it the defualt in Fedora 20 kde . I know that it is so in Gnome but I want the same in KDE. Is there a way?
Change default text editor in fedora 20 kde I have always been a fan of Gedit in Linux as my default text editor. How do I make it the defualt in Fedora 20 kde . I know that it is so in Gnome but I want the same in KDE. Is there a way?
fedora, kde-plasma, gedit
9
8,369
1
https://stackoverflow.com/questions/22368931/change-default-text-editor-in-fedora-20-kde
22,076,553
Matplotlib install issues. Pip Centos - Freetype "Missing" when it is installed
I am using a virtualenv for a django setup. I am trying to build a view that pulls data from logs and then graphs the data. Eventually I would like to have this real-time and live. If you have any recommendations on other solutions that would suit my project best, please do not hesitate to include them in the comment f...
Matplotlib install issues. Pip Centos - Freetype "Missing" when it is installed I am using a virtualenv for a django setup. I am trying to build a view that pulls data from logs and then graphs the data. Eventually I would like to have this real-time and live. If you have any recommendations on other solutions that wou...
django, matplotlib, centos, virtualenv, freetype
9
5,822
4
https://stackoverflow.com/questions/22076553/matplotlib-install-issues-pip-centos-freetype-missing-when-it-is-installed
21,638,632
How to migrate/shift/copy/move data in Neo4j
Does any one know how to migrate data from one instance of Neo4j to another. To be more precise, I want to know, how to move the data from one instance of Neo4j on my local machine to another on remote machine. Does any one have any idea about it. I'm working on my windows machine with Eclipse and Embedded Neo4j . I ne...
How to migrate/shift/copy/move data in Neo4j Does any one know how to migrate data from one instance of Neo4j to another. To be more precise, I want to know, how to move the data from one instance of Neo4j on my local machine to another on remote machine. Does any one have any idea about it. I'm working on my windows m...
eclipse, windows, neo4j, centos, migration
9
7,702
4
https://stackoverflow.com/questions/21638632/how-to-migrate-shift-copy-move-data-in-neo4j
21,637,068
Unable to read package metadata. This may be due to missing repodata directory. Please ensure that your install tree has been correctly generated
I am new for centos installation. I downloaded a minimul version of centos 6.5, around 339.7mb of size. I am trying to install this with GUI interface but I got an error after selecting the drive option, which comes after selecting the country. This is complete message, Unable to read package metadata. This may be due ...
Unable to read package metadata. This may be due to missing repodata directory. Please ensure that your install tree has been correctly generated I am new for centos installation. I downloaded a minimul version of centos 6.5, around 339.7mb of size. I am trying to install this with GUI interface but I got an error afte...
centos, centos6
9
32,209
4
https://stackoverflow.com/questions/21637068/unable-to-read-package-metadata-this-may-be-due-to-missing-repodata-directory
20,848,275
Compiling Lua - create .so files?
I am compiling Lua 5.2.3 on Centos 6.5, and the compilation / install works fine. However, I also need the development libraries for another program to compile. I would usually install these by doing this : yum install lua-devel Problem is that installs the Lua 5.1 shared libraries, not the 5.2.3 ones. I could just run...
Compiling Lua - create .so files? I am compiling Lua 5.2.3 on Centos 6.5, and the compilation / install works fine. However, I also need the development libraries for another program to compile. I would usually install these by doing this : yum install lua-devel Problem is that installs the Lua 5.1 shared libraries, no...
linux, lua, makefile, centos, dynamic-library
9
14,540
4
https://stackoverflow.com/questions/20848275/compiling-lua-create-so-files
20,816,133
PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'"
I have a problem with CentOS 6.4 on Hyper-V. I can't install using yum or ping any DNS address. There is a announcement: Couldn't resolve host 'mirrorlist.centos.org' etc. I've been trying to fix it according to this video: [URL] but still nothing. What should I do?
PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'" I have a problem with CentOS 6.4 on Hyper-V. I can't install using yum or ping any DNS address. There is a announcement: Couldn't resolve host 'mirrorlist.centos.org' etc. I've been trying to fix it according to this video: [URL] but still nothing. What s...
linux, network-programming, centos, virtual-machine, hyper-v
9
39,525
4
https://stackoverflow.com/questions/20816133/pycurl-error-6-couldnt-resolve-host-mirrorlist-centos-org
19,467,761
"which java" in CentOS prints wrong java path
I am not sure why " which java " and " whereis java " paths are not correct. I tried to edit ~/.bash_profile and /etc/environment but did not help. The desired path is what is seen in " echo $JAVA_HOME " below but the same is not reflected in " which java " Below is what I get in CentOS 6.4: which java /usr/bin/java ja...
"which java" in CentOS prints wrong java path I am not sure why " which java " and " whereis java " paths are not correct. I tried to edit ~/.bash_profile and /etc/environment but did not help. The desired path is what is seen in " echo $JAVA_HOME " below but the same is not reflected in " which java " Below is what I ...
java, linux, centos, java-home
9
30,962
3
https://stackoverflow.com/questions/19467761/which-java-in-centos-prints-wrong-java-path
18,768,644
Error when trying to run Create Extension postgis
I have installed PostgreSQL 9.x and PostGIS 1.5/2.0 several times and have never had this problem. I just got a new CentOS 6.3 server up and running and and I have Postgres 9.3 functioning as expected. I have run yum install postgis2_93 and I can see the files in /usr/pgsql-9.3/share/contrib/ however, when I run CREATE...
Error when trying to run Create Extension postgis I have installed PostgreSQL 9.x and PostGIS 1.5/2.0 several times and have never had this problem. I just got a new CentOS 6.3 server up and running and and I have Postgres 9.3 functioning as expected. I have run yum install postgis2_93 and I can see the files in /usr/p...
postgresql, centos, postgis
9
8,383
4
https://stackoverflow.com/questions/18768644/error-when-trying-to-run-create-extension-postgis
17,451,617
Karma can't capture PhantomJS
We've set up a Jenkins CI server running Karma targeting PhantomJS. We're running our tests through Grunt. Jenkins, Grunt, and Phantom are all running correctly, and Karma seems to start up fine, but Karma can't capture Phantom. Our scripts run locally (OSX) just fine. The same error exists running via bash or through ...
Karma can't capture PhantomJS We've set up a Jenkins CI server running Karma targeting PhantomJS. We're running our tests through Grunt. Jenkins, Grunt, and Phantom are all running correctly, and Karma seems to start up fine, but Karma can't capture Phantom. Our scripts run locally (OSX) just fine. The same error exist...
node.js, centos, phantomjs, karma-runner, socket-timeout-exception
9
6,954
2
https://stackoverflow.com/questions/17451617/karma-cant-capture-phantomjs
15,849,775
PHP CLI "Out of memory" error on VPS server running CentOS with cPanel
I'm running Symfony2.1 on a hosted virtual server running CentOS with cPanel. Everything runs fine except that I can no longer use Symfony CLI commands. I'm getting this: Fatal error: Out of memory (allocated 20185088) (tried to allocate 71 bytes) error (for example when I try to run php app/console cache:clear --env=p...
PHP CLI "Out of memory" error on VPS server running CentOS with cPanel I'm running Symfony2.1 on a hosted virtual server running CentOS with cPanel. Everything runs fine except that I can no longer use Symfony CLI commands. I'm getting this: Fatal error: Out of memory (allocated 20185088) (tried to allocate 71 bytes) e...
php, symfony, centos, command-line-interface, cpanel
9
2,129
1
https://stackoverflow.com/questions/15849775/php-cli-out-of-memory-error-on-vps-server-running-centos-with-cpanel
15,568,835
Detected JDK Version: 1.6.0-24 is not in the allowed range 1.7
When I ran the command mvn clean package I am getting error: Detected JDK Version: 1.6.0-24 is not in the allowed range 1.7. How to fix the above error? I tried to check jdk version isntalled and got this java version "1.7.0_03" Java(TM) SE Runtime Environment (build 1.7.0_03-b04) Java HotSpot(TM) 64-Bit Server VM (bui...
Detected JDK Version: 1.6.0-24 is not in the allowed range 1.7 When I ran the command mvn clean package I am getting error: Detected JDK Version: 1.6.0-24 is not in the allowed range 1.7. How to fix the above error? I tried to check jdk version isntalled and got this java version "1.7.0_03" Java(TM) SE Runtime Environm...
java, maven, centos
9
17,071
3
https://stackoverflow.com/questions/15568835/detected-jdk-version-1-6-0-24-is-not-in-the-allowed-range-1-7
15,507,269
Javah not found error
I had installed Java 7 in fedora but when i tried javah from command prompt it is showing as javah:command not found where as javac,java else are working. When i searched in /usr/bin, executables are there for javac,java,javaws but not for javah. Javah is visible in Java/JDK/bin folder. How can i run javah command. Tha...
Javah not found error I had installed Java 7 in fedora but when i tried javah from command prompt it is showing as javah:command not found where as javac,java else are working. When i searched in /usr/bin, executables are there for javac,java,javaws but not for javah. Javah is visible in Java/JDK/bin folder. How can i ...
java, fedora, java-7
9
16,193
2
https://stackoverflow.com/questions/15507269/javah-not-found-error
14,205,826
Set Default MySQL Socket in PHP, pdo_mysql.default_socket PHP 5.3
I'm having an issue setting the default PDO socket location for MySQL, without doing it through the initialisation of the PDO class into a variable. I've tried altering the mysql.default_socket variable. But no joy with that. The only way that works currently is through the class DSN instantiation. php.ini Contents: [P...
Set Default MySQL Socket in PHP, pdo_mysql.default_socket PHP 5.3 I'm having an issue setting the default PDO socket location for MySQL, without doing it through the initialisation of the PDO class into a variable. I've tried altering the mysql.default_socket variable. But no joy with that. The only way that works curr...
mysql, centos, php
9
33,676
1
https://stackoverflow.com/questions/14205826/set-default-mysql-socket-in-php-pdo-mysql-default-socket-php-5-3
14,124,511
Debugging with Xdebug and Netbeans on Fedora
How do I install Xdebug on a Fedora 17 OS in order to use it with netbeans 7.3(in beta)?
Debugging with Xdebug and Netbeans on Fedora How do I install Xdebug on a Fedora 17 OS in order to use it with netbeans 7.3(in beta)?
php, debugging, netbeans, xdebug, fedora
9
7,194
2
https://stackoverflow.com/questions/14124511/debugging-with-xdebug-and-netbeans-on-fedora
14,006,106
Heroku Toolbelt on Fedora 17
I am trying to do the heroku setup portion of the tutorial [URL] . But on [URL] , I noticed there isn't an .rpm for Fedora, so I tried to install Foreman and the Heroku CLI individually. Foreman and Git installed fine, but I'm having trouble with the Heroku CLI. When I try to do: $yum install rubygem-heroku and then su...
Heroku Toolbelt on Fedora 17 I am trying to do the heroku setup portion of the tutorial [URL] . But on [URL] , I noticed there isn't an .rpm for Fedora, so I tried to install Foreman and the Heroku CLI individually. Foreman and Git installed fine, but I'm having trouble with the Heroku CLI. When I try to do: $yum insta...
ruby, fedora, heroku-toolbelt
9
5,160
5
https://stackoverflow.com/questions/14006106/heroku-toolbelt-on-fedora-17
13,905,004
How to fix FastCGI timeout issues in Plesk?
PHP support is currently set to: run as Fast CGI. I keep getting these errors in my server log: mod_fcgid: read data timeout in 45 seconds Premature end of script headers: index.php Should be quick fix I think, but I cant find the file to edit. Is this something I can change from Plesk. Anyone know how to increase the ...
How to fix FastCGI timeout issues in Plesk? PHP support is currently set to: run as Fast CGI. I keep getting these errors in my server log: mod_fcgid: read data timeout in 45 seconds Premature end of script headers: index.php Should be quick fix I think, but I cant find the file to edit. Is this something I can change ...
php, centos, fastcgi, plesk, connection-timeout
9
30,731
5
https://stackoverflow.com/questions/13905004/how-to-fix-fastcgi-timeout-issues-in-plesk
13,500,987
Is it possible to install g++ on CentOS without root?
I've got a core i7 machine wtih CentOS 5.8 that I SSH into and use for running simulations. Unfortunately it only has gcc version 4.1.2. This seems to be producing vastly slower programs than what I get when compiling with optimizations on my slower laptop machine with Microsoft Visual Express c++ 2010. I've tried vari...
Is it possible to install g++ on CentOS without root? I've got a core i7 machine wtih CentOS 5.8 that I SSH into and use for running simulations. Unfortunately it only has gcc version 4.1.2. This seems to be producing vastly slower programs than what I get when compiling with optimizations on my slower laptop machine w...
linux, gcc, g++, centos, root
9
8,007
3
https://stackoverflow.com/questions/13500987/is-it-possible-to-install-g-on-centos-without-root
13,328,283
Equivalent in yum of apt-get update
In Debian derivatives, before installing software from apt using apt-get install xxx , it is necessary to run apt-get update . This refreshes the package lists so that dependencies are resolved correctly, etc. When using an RHEL instance, out of habit, I ran yum update before installing software. However, this was only...
Equivalent in yum of apt-get update In Debian derivatives, before installing software from apt using apt-get install xxx , it is necessary to run apt-get update . This refreshes the package lists so that dependencies are resolved correctly, etc. When using an RHEL instance, out of habit, I ran yum update before install...
yum, rhel, apt, package-managers
9
11,621
1
https://stackoverflow.com/questions/13328283/equivalent-in-yum-of-apt-get-update
12,583,388
rails app gives error "can not load translations from {ru.yml path} expected it to return a hash, but does not"
My application works fine locally, but when i'm installing it to production server, i get the following error running rails server and requesting page: ActionView::Template::Error (can not load translations from {app}/config/locales/ru.yml, expected it to return a hash, but does not). I have YAML translation ru.yml: ru...
rails app gives error "can not load translations from {ru.yml path} expected it to return a hash, but does not" My application works fine locally, but when i'm installing it to production server, i get the following error running rails server and requesting page: ActionView::Template::Error (can not load translations f...
ruby-on-rails, internationalization, centos, yaml, centos6
9
13,197
2
https://stackoverflow.com/questions/12583388/rails-app-gives-error-can-not-load-translations-from-ru-yml-path-expected-it
12,460,694
Vagrant and Red Hat Enterprise Licensing
Our team is starting to use Vagrant for development on Mac OS X machines so we can better simulate our Red Hat Enterprise Linux production environment. Our operations group says our Red Hat License only covers instances being run on our VMWare cluster. How do other people deal with RHEL licensing using Vagrant?
Vagrant and Red Hat Enterprise Licensing Our team is starting to use Vagrant for development on Mac OS X machines so we can better simulate our Red Hat Enterprise Linux production environment. Our operations group says our Red Hat License only covers instances being run on our VMWare cluster. How do other people deal w...
redhat, vagrant, rhel
9
4,247
4
https://stackoverflow.com/questions/12460694/vagrant-and-red-hat-enterprise-licensing
11,655,489
PHP, AJAX: large data being truncated
The Problem I'm using jQuery to post a (relatively) large amount of data to a web system I am migrating from Ubuntu to CentOS (a painful process). The problem is that the data being received is truncated. Sending the same data from the server to the client results in no truncation. The amount of data being 'sent' (that...
PHP, AJAX: large data being truncated The Problem I'm using jQuery to post a (relatively) large amount of data to a web system I am migrating from Ubuntu to CentOS (a painful process). The problem is that the data being received is truncated. Sending the same data from the server to the client results in no truncation....
php, ajax, apache, centos
9
11,500
4
https://stackoverflow.com/questions/11655489/php-ajax-large-data-being-truncated
11,653,044
SSL handshake failure using SVN
I'm trying to access an SVN server that I've been using for some time now, but now I'm receiving this error: SSL handshake failed: SSL error: A TLS warning alert has been received. On other machines (all of this is being done on CentOS) , with which I have not previously accessed the server, I am prompted with the (R)e...
SSL handshake failure using SVN I'm trying to access an SVN server that I've been using for some time now, but now I'm receiving this error: SSL handshake failed: SSL error: A TLS warning alert has been received. On other machines (all of this is being done on CentOS) , with which I have not previously accessed the ser...
svn, centos, ssl
9
13,590
2
https://stackoverflow.com/questions/11653044/ssl-handshake-failure-using-svn
11,246,770
Tor & cURL: Can't complete SOCKS5 connection to 0.0.0.0:0
Was running a scraping script on one server using tor, and all worked fine. Moved it to the production server and the script stopped working. Tried running cURL manually, and got the following output: curl [URL] --socks5 '127.0.0.1:9050' curl: (7) Can't complete SOCKS5 connection to 0.0.0.0:0. (6) Relevant info: Tor ve...
Tor & cURL: Can't complete SOCKS5 connection to 0.0.0.0:0 Was running a scraping script on one server using tor, and all worked fine. Moved it to the production server and the script stopped working. Tried running cURL manually, and got the following output: curl [URL] --socks5 '127.0.0.1:9050' curl: (7) Can't complete...
curl, centos, tor
9
12,384
1
https://stackoverflow.com/questions/11246770/tor-curl-cant-complete-socks5-connection-to-0-0-0-00
10,797,930
Python - How do i remove the window border? I have imported UI from Qt into Python and applied setWindowFlags
How to make this window Border-less (remove minimize/maximize/close)? 1 import sys 2 from PyQt4 import QtCore, QtGui 3 from qt import Ui_MainWindow 4 5 class StartQT4(QtGui.QMainWindow): 6 def __init__(self, parent=None): 7 QtGui.QWidget.__init__(self, parent) 8 self.ui = Ui_MainWindow() 9 self.ui.setupUi(self)) 10 11 ...
Python - How do i remove the window border? I have imported UI from Qt into Python and applied setWindowFlags How to make this window Border-less (remove minimize/maximize/close)? 1 import sys 2 from PyQt4 import QtCore, QtGui 3 from qt import Ui_MainWindow 4 5 class StartQT4(QtGui.QMainWindow): 6 def __init__(self, pa...
python, linux, pyqt, pyqt4, fedora
9
9,501
2
https://stackoverflow.com/questions/10797930/python-how-do-i-remove-the-window-border-i-have-imported-ui-from-qt-into-pyth
10,321,800
Mysql: unknown variable, can't run any mysql applications, doesn't seem to be to do with my.cnf
My problem is that, when trying to run MYSQL on Fedora, I am faced with the following error: mysql: unknown variable 'max_connections=40' It does the exact same thing for any other of the commands, such as mysqldump, mysqlcheck etc etc The my.cnf file reads the following, though I've renamed it and the error still occu...
Mysql: unknown variable, can't run any mysql applications, doesn't seem to be to do with my.cnf My problem is that, when trying to run MYSQL on Fedora, I am faced with the following error: mysql: unknown variable 'max_connections=40' It does the exact same thing for any other of the commands, such as mysqldump, mysqlch...
mysql, linux, fedora
9
28,108
2
https://stackoverflow.com/questions/10321800/mysql-unknown-variable-cant-run-any-mysql-applications-doesnt-seem-to-be-to
9,134,712
Setting Up Maven 3 properly
How should I set up Maven 3 properly? My environment: Fedora Linux 16; Java 1.7.0_22 Maven 3.0.4 My .bash_profile # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/.local/bin:$HOME/bin:$JAVA_HOME/bin:$M2_HOME/bin ex...
Setting Up Maven 3 properly How should I set up Maven 3 properly? My environment: Fedora Linux 16; Java 1.7.0_22 Maven 3.0.4 My .bash_profile # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/.local/bin:$HOME/bin:$J...
java, maven, fedora
9
25,999
2
https://stackoverflow.com/questions/9134712/setting-up-maven-3-properly
8,953,748
Accessing stdin during systemd boot
I have a script which solicits a numeric input from the user while booting the computer. The computer is running Fedora 16. It used work, on Fedora 13, but after the upgrade read INTEGER returns immediately, without catching any user input. I tried read INTEGER wait $! but (predictably) that too doesn't work. The scrip...
Accessing stdin during systemd boot I have a script which solicits a numeric input from the user while booting the computer. The computer is running Fedora 16. It used work, on Fedora 13, but after the upgrade read INTEGER returns immediately, without catching any user input. I tried read INTEGER wait $! but (predictab...
bash, sh, fedora, boot, systemd
9
1,560
1
https://stackoverflow.com/questions/8953748/accessing-stdin-during-systemd-boot
6,439,036
How can I add npm (node.js package manager) to the PATH?
I installed node.js like this: cd /usr/local/bin/ git clone --depth 1 [URL] cd node git checkout origin/v0.4 # optional. Note that master is unstable. export JOBS=2 # optional, sets number of parallel commands. mkdir ~/local ./configure --prefix=$HOME/local/node make make install echo 'export PATH=$HOME/local/node/bin:...
How can I add npm (node.js package manager) to the PATH? I installed node.js like this: cd /usr/local/bin/ git clone --depth 1 [URL] cd node git checkout origin/v0.4 # optional. Note that master is unstable. export JOBS=2 # optional, sets number of parallel commands. mkdir ~/local ./configure --prefix=$HOME/local/node ...
node.js, centos, cpanel, whm
9
29,901
3
https://stackoverflow.com/questions/6439036/how-can-i-add-npm-node-js-package-manager-to-the-path
5,196,302
CentOS / Tomcat / Enabling remote debugging
I'm kinda lost on CentOS. I'm trying to run a Tomcat server in remote debugging mode. But I can't find any catalina.sh, there. The Tomcat server was installed in help of yum. What is the correct way to configure it on CentOS? Thanks!
CentOS / Tomcat / Enabling remote debugging I'm kinda lost on CentOS. I'm trying to run a Tomcat server in remote debugging mode. But I can't find any catalina.sh, there. The Tomcat server was installed in help of yum. What is the correct way to configure it on CentOS? Thanks!
tomcat, centos
9
10,204
3
https://stackoverflow.com/questions/5196302/centos-tomcat-enabling-remote-debugging
4,937,844
Memcached installed (In theory), PHP unable to use memcache_connect()
Just finished installing libevent(1.4.8), memcached(1.4.5), pear, and libmemcached(0.40) to my lamp server (running PHP 5.2.10 & Centos 5.5 Final), and as far as I can tell, everything installed correctly (was able to address all errors during installation). However, after finally getting everything updated and install...
Memcached installed (In theory), PHP unable to use memcache_connect() Just finished installing libevent(1.4.8), memcached(1.4.5), pear, and libmemcached(0.40) to my lamp server (running PHP 5.2.10 & Centos 5.5 Final), and as far as I can tell, everything installed correctly (was able to address all errors during instal...
php, caching, memcached, centos, pear
9
12,427
2
https://stackoverflow.com/questions/4937844/memcached-installed-in-theory-php-unable-to-use-memcache-connect
4,880,065
Confused about X Window and GNOME/KDE
HI! I am trying to set up FreeNX (one Remote X desktop software) on my VPS (CentOS 5.5). I have googled and found several different tutorials. One tutorial says: yum groupinstall "X Window System" yum groupinstall "GNOME Desktop Environment" Another says: For a KDE desktop, do "yum install -y kdebase". For Gnome, do "y...
Confused about X Window and GNOME/KDE HI! I am trying to set up FreeNX (one Remote X desktop software) on my VPS (CentOS 5.5). I have googled and found several different tutorials. One tutorial says: yum groupinstall "X Window System" yum groupinstall "GNOME Desktop Environment" Another says: For a KDE desktop, do "yum...
linux, centos, vps
9
10,347
1
https://stackoverflow.com/questions/4880065/confused-about-x-window-and-gnome-kde
4,856,441
rpm installing an icon to the desktop
In Fedora Gnome... Using a .desktop file in my rpm, I have successfully put my gui software into the gnome application menu. I am wondering if there is a way to also put the icon onto the gnome desktop when installing the rpm? update: Now I can get rpmbuild to successfully use rpmbuild with xdg-desktop-icon in %install...
rpm installing an icon to the desktop In Fedora Gnome... Using a .desktop file in my rpm, I have successfully put my gui software into the gnome application menu. I am wondering if there is a way to also put the icon onto the gnome desktop when installing the rpm? update: Now I can get rpmbuild to successfully use rpmb...
linux, gnome, fedora, rpm, rpmbuild
9
3,974
2
https://stackoverflow.com/questions/4856441/rpm-installing-an-icon-to-the-desktop
2,647,484
Installing Git in Home Directory - CentOS 5 - NO ROOT
At work, development doesn't have revision control. By this I mean that we are only allowed to check into the P4 depot when the change set is ready for regression testing. We can't check in intercolary changes! There are a host of problems with having no revision control during development that I don't need to go into ...
Installing Git in Home Directory - CentOS 5 - NO ROOT At work, development doesn't have revision control. By this I mean that we are only allowed to check into the P4 depot when the change set is ready for regression testing. We can't check in intercolary changes! There are a host of problems with having no revision co...
git, centos, yum
9
8,037
3
https://stackoverflow.com/questions/2647484/installing-git-in-home-directory-centos-5-no-root
2,618,908
How to prevent a specific directory from running Php, Html, and Javascript languages?
Let's say i have an image uploader script, i want to prevent the upload directory from executing Php or even html by only showing it as plain text, i've seen this trick in many websites but i don't know how they do it. Briefly, if i upload evil.php to that directory, and i try to access it i will only see a plain text ...
How to prevent a specific directory from running Php, Html, and Javascript languages? Let's say i have an image uploader script, i want to prevent the upload directory from executing Php or even html by only showing it as plain text, i've seen this trick in many websites but i don't know how they do it. Briefly, if i u...
php, security, upload, centos
9
8,771
4
https://stackoverflow.com/questions/2618908/how-to-prevent-a-specific-directory-from-running-php-html-and-javascript-langu
877,072
HTTPSConnection module missing in Python 2.6 on CentOS 5.2
I'm playing around with a Python application on CentOS 5.2. It uses the Boto module to communicate with Amazon Web Services, which requires communication through a HTTPS connection. When I try running my application I get an error regarding HTTPSConnection being missing: "AttributeError: 'module' object has no attribut...
HTTPSConnection module missing in Python 2.6 on CentOS 5.2 I'm playing around with a Python application on CentOS 5.2. It uses the Boto module to communicate with Amazon Web Services, which requires communication through a HTTPS connection. When I try running my application I get an error regarding HTTPSConnection bein...
python, centos
9
9,886
3
https://stackoverflow.com/questions/877072/httpsconnection-module-missing-in-python-2-6-on-centos-5-2
198,849
How do I make my default (or any static) route permanent on Linux (Fedora 9 specifically)?
I've just performed a new installation of the very latest (Fall, 2008) version of Fedora 9 Linux and am perplexed that it never set the default route properly and that even traveling the labyrinthine ways of this OS, there's no obvious way. Of course, it's clear that one can do it on a one-off basis like this: route ad...
How do I make my default (or any static) route permanent on Linux (Fedora 9 specifically)? I've just performed a new installation of the very latest (Fall, 2008) version of Fedora 9 Linux and am perplexed that it never set the default route properly and that even traveling the labyrinthine ways of this OS, there's no o...
linux, installation, default, fedora, routes
9
73,354
6
https://stackoverflow.com/questions/198849/how-do-i-make-my-default-or-any-static-route-permanent-on-linux-fedora-9-spec
66,111,951
How to install a newer version of libstdc++ on Centos 7
I am running an application and it throws me an error saying: "C++ header 'string_view' is required. You need to install a newer libstdc++ on the host system." Can someone guide me on what I need to do to get a newer version of "libstdc++" on my machine? Thanks
How to install a newer version of libstdc++ on Centos 7 I am running an application and it throws me an error saying: "C++ header 'string_view' is required. You need to install a newer libstdc++ on the host system." Can someone guide me on what I need to do to get a newer version of "libstdc++" on my machine? Thanks
c++, centos, centos7, libstdc++
8
26,624
2
https://stackoverflow.com/questions/66111951/how-to-install-a-newer-version-of-libstdc-on-centos-7
55,514,226
nodejs memory leak : process usage increase more than heap
I got some memory leak issue on my nodejs app executed by openshift docker soulution. when I try to monitor memory usage using process rss, I found process memory increased over time. I'm trying to catch memory usage in process heap but memwatch, heapdump module can't show anything. npm module showed heap size, and dif...
nodejs memory leak : process usage increase more than heap I got some memory leak issue on my nodejs app executed by openshift docker soulution. when I try to monitor memory usage using process rss, I found process memory increased over time. I'm trying to catch memory usage in process heap but memwatch, heapdump modul...
javascript, node.js, memory, centos, openshift
8
733
0
https://stackoverflow.com/questions/55514226/nodejs-memory-leak-process-usage-increase-more-than-heap
50,634,054
Python OSError: Bad address when reading from large file
I am observing a "Bad address" OSError when reading from a file handle created using the with syntax in Python 3. The file in question is 39G, but I should have enough RAM available to read the whole file. The error message leads me to believe I am hitting some kind of OS restriction; I am running CentOS 6.9. Can anyon...
Python OSError: Bad address when reading from large file I am observing a "Bad address" OSError when reading from a file handle created using the with syntax in Python 3. The file in question is 39G, but I should have enough RAM available to read the whole file. The error message leads me to believe I am hitting some k...
python, io, centos
8
6,702
0
https://stackoverflow.com/questions/50634054/python-oserror-bad-address-when-reading-from-large-file
49,486,873
How to run interactive Centos 6 within docker
I'm unable to run an interactive session with Centos:6 in docker. Works perfectly with Centos:7 >docker -v Docker version 18.03.0-ce, build 0520e24302 >docker pull centos:6 ... >docker run -it centos:6 [just returns to my terminal] >docker pull centos:7 ... >docker run -it centos:7 >[root@f8c0430ed2ba /]#cat /etc/redha...
How to run interactive Centos 6 within docker I'm unable to run an interactive session with Centos:6 in docker. Works perfectly with Centos:7 >docker -v Docker version 18.03.0-ce, build 0520e24302 >docker pull centos:6 ... >docker run -it centos:6 [just returns to my terminal] >docker pull centos:7 ... >docker run -it ...
docker, centos, centos6
8
5,085
1
https://stackoverflow.com/questions/49486873/how-to-run-interactive-centos-6-within-docker
43,720,118
JAVA how to find the target file path that a symbolic link points to?
I'm trying to find a way in Java to figure out the file path that a symbolic link is pointing to. We have a system that monitors a symbolic link folder, does some stuff based on the file name, deletes that symbolic link file. What I need to do is figure out where each symbolic link file is pointing to so I can delete t...
JAVA how to find the target file path that a symbolic link points to? I'm trying to find a way in Java to figure out the file path that a symbolic link is pointing to. We have a system that monitors a symbolic link folder, does some stuff based on the file name, deletes that symbolic link file. What I need to do is fig...
java, symlink, rhel
8
17,804
2
https://stackoverflow.com/questions/43720118/java-how-to-find-the-target-file-path-that-a-symbolic-link-points-to
38,113,380
How do I stop cloud-init from overwriting my hostname on AWS (CentOS)
I have a script that runs at boot (via rc.local) and sets my hostname based on the instance name it queries from the AWS CLI. It works, and at the end of the boot log it says " login:" At figured that cloud-init was overwriting my hostname, so I: set preserve_hostname: true in /etc/cloud/cloud.cfg commented out set-hos...
How do I stop cloud-init from overwriting my hostname on AWS (CentOS) I have a script that runs at boot (via rc.local) and sets my hostname based on the instance name it queries from the AWS CLI. It works, and at the end of the boot log it says " login:" At figured that cloud-init was overwriting my hostname, so I: set...
amazon-web-services, centos, hostname, cloud-init
8
23,429
5
https://stackoverflow.com/questions/38113380/how-do-i-stop-cloud-init-from-overwriting-my-hostname-on-aws-centos
37,354,887
Zend Opcache not caching all files (CentOS 6.7 + Nginx 1.8.1 + PHP 7 + Laravel 5.1)
So, we have a Laravel 5.1 based project we want to release soon, but we're noticing poor performance, and we're trying to optimize the server setup. As listed in the title, we're deploying this on a CentOS 6.7 server, with Nginx 1.8.1 and PHP 7 with PHP-FPM. Since CentOS 6.7's repositories do not offer PHP 7, we're usi...
Zend Opcache not caching all files (CentOS 6.7 + Nginx 1.8.1 + PHP 7 + Laravel 5.1) So, we have a Laravel 5.1 based project we want to release soon, but we're noticing poor performance, and we're trying to optimize the server setup. As listed in the title, we're deploying this on a CentOS 6.7 server, with Nginx 1.8.1 a...
php, nginx, centos, opcache
8
812
1
https://stackoverflow.com/questions/37354887/zend-opcache-not-caching-all-files-centos-6-7-nginx-1-8-1-php-7-laravel-5
34,070,611
supervisord not including [include] files=/abs/path/to/files/*conf
I have a fresh install of supervisord inside a development vagrant machine. I have rabbitmq setup and receiving messages from my Symfony2 producers. I am attempting to use supervisord to maintain X consumers which are Symfony2 console commands. The following config works like a dream. My consumers are created and maint...
supervisord not including [include] files=/abs/path/to/files/*conf I have a fresh install of supervisord inside a development vagrant machine. I have rabbitmq setup and receiving messages from my Symfony2 producers. I am attempting to use supervisord to maintain X consumers which are Symfony2 console commands. The foll...
linux, symfony, centos, rabbitmq, supervisord
8
5,448
1
https://stackoverflow.com/questions/34070611/supervisord-not-including-include-files-abs-path-to-files-conf
33,683,530
Is anaconda for Fedora different from anaconda for python?
Having only recently learned about conda and anaconda for Python, I was thoroughly confused because the "anaconda" I am familiar with is the Fedora installer by that name. (This is also what Wikipedia describes .) But upon closer inspection, it turns out that the latter is written in Python. Are these anacondas actuall...
Is anaconda for Fedora different from anaconda for python? Having only recently learned about conda and anaconda for Python, I was thoroughly confused because the "anaconda" I am familiar with is the Fedora installer by that name. (This is also what Wikipedia describes .) But upon closer inspection, it turns out that t...
python, fedora, anaconda
8
3,874
1
https://stackoverflow.com/questions/33683530/is-anaconda-for-fedora-different-from-anaconda-for-python
28,997,618
Installing pkg-config files to proper path on CentOS with automake
I have a couple projects I maintain that are built using automake (let's call them lib1 and lib2). lib2 is dependent on lib1 as a library and I'm having some issues with the pkg-config defaults on CentOS. Ideally, I'd like users to not have to set any environment variables to get everything to install properly. Right n...
Installing pkg-config files to proper path on CentOS with automake I have a couple projects I maintain that are built using automake (let's call them lib1 and lib2). lib2 is dependent on lib1 as a library and I'm having some issues with the pkg-config defaults on CentOS. Ideally, I'd like users to not have to set any e...
centos, automake, pkg-config
8
22,645
1
https://stackoverflow.com/questions/28997618/installing-pkg-config-files-to-proper-path-on-centos-with-automake
28,996,640
Is there a way to make tkinter apps bigger on high dpi displays?
When I launch a python application with a gui on my macbook pro running fedora 21 - the tkinter gui is very small. Is there any way I can scale this up so its useful?
Is there a way to make tkinter apps bigger on high dpi displays? When I launch a python application with a gui on my macbook pro running fedora 21 - the tkinter gui is very small. Is there any way I can scale this up so its useful?
python, tkinter, fedora, dpi
8
4,925
1
https://stackoverflow.com/questions/28996640/is-there-a-way-to-make-tkinter-apps-bigger-on-high-dpi-displays
28,495,444
How to upgrade php cURL to version 7.36.0?
I have php curl 7.19.7 on my CentOS server, but I need to upgrade to 7.36.0. I tried: yum update php-curl But I got: Loaded plugins: downloadonly, fastestmirror Loading mirror speeds from cached hostfile * epel: mirror.t-home.mk Setting up Update Process No Packages marked for Update
How to upgrade php cURL to version 7.36.0? I have php curl 7.19.7 on my CentOS server, but I need to upgrade to 7.36.0. I tried: yum update php-curl But I got: Loaded plugins: downloadonly, fastestmirror Loading mirror speeds from cached hostfile * epel: mirror.t-home.mk Setting up Update Process No Packages marked for...
php, linux, curl, centos
8
61,335
3
https://stackoverflow.com/questions/28495444/how-to-upgrade-php-curl-to-version-7-36-0
27,501,349
SELinux influences "failed to open stream: Permission denied" PHP error
Yesterday I've spent 5 hours straight discovering a seemingly unreasonable error "failed to open stream. permission denied", which was occuring after any operations of writing to file system: fopen (with "w" and "a" flags), move_uploaded_file, file_put_contents. I've rechecked many times directories owner (user and gro...
SELinux influences "failed to open stream: Permission denied" PHP error Yesterday I've spent 5 hours straight discovering a seemingly unreasonable error "failed to open stream. permission denied", which was occuring after any operations of writing to file system: fopen (with "w" and "a" flags), move_uploaded_file, file...
php, permissions, fedora, lamp, selinux
8
15,300
2
https://stackoverflow.com/questions/27501349/selinux-influences-failed-to-open-stream-permission-denied-php-error
25,166,085
how can a systemd controlled service distinguish between shutdown and reboot?
I have a Linux process that runs on RHEL7 and is started by systemd. When the process is stopped, I need to know if it is being stopped because of a system shutdown or reboot, and I need to be able to distinguish between the two. Previously, under init on RHEL6, I was able to do this by looking at the pathname used to ...
how can a systemd controlled service distinguish between shutdown and reboot? I have a Linux process that runs on RHEL7 and is started by systemd. When the process is stopped, I need to know if it is being stopped because of a system shutdown or reboot, and I need to be able to distinguish between the two. Previously, ...
linux, rhel, systemd
8
7,358
2
https://stackoverflow.com/questions/25166085/how-can-a-systemd-controlled-service-distinguish-between-shutdown-and-reboot
23,966,488
Eclipse Luna UI rendering in Linux
I installed Eclipse Luna in Fedora 19 and facing the following problems. Tab headers seems to be big compared to windows installations. I googled and edited .gtkrc-2.0 file in home directory which made tabs smaller. But I'm using High Contrast appearance instead of GTK, to get the dark background. But again the tabs ap...
Eclipse Luna UI rendering in Linux I installed Eclipse Luna in Fedora 19 and facing the following problems. Tab headers seems to be big compared to windows installations. I googled and edited .gtkrc-2.0 file in home directory which made tabs smaller. But I'm using High Contrast appearance instead of GTK, to get the dar...
eclipse, user-interface, fedora
8
3,292
3
https://stackoverflow.com/questions/23966488/eclipse-luna-ui-rendering-in-linux
23,670,282
Bind Address missing in my.cnf in MYSQL centos
I have hit a problem, when I edit the my.cnf for MySQL, the bind-address line is not in the file. Here is the content of /etc/mysql/my.cnf : [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock user=mysql # Disabling symbolic-links is recommended to prevent assorted security risks symbolic-links=0 [mysqld_s...
Bind Address missing in my.cnf in MYSQL centos I have hit a problem, when I edit the my.cnf for MySQL, the bind-address line is not in the file. Here is the content of /etc/mysql/my.cnf : [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock user=mysql # Disabling symbolic-links is recommended to prevent ass...
mysql, centos, my.cnf
8
31,123
1
https://stackoverflow.com/questions/23670282/bind-address-missing-in-my-cnf-in-mysql-centos
21,622,707
Installing libusb-1 and libudev to get openni to compile on Fedora
I have just changed to Fedora 20 and I am trying to get used to it and to learn it. Before I have only worked with ubuntu so there are some new things for me. I have tried to compile openni_master by downloading the package from git. The first step is to enter /OpenNi_Master/Platform/Linux/CreateDist/ ans to run sudo ....
Installing libusb-1 and libudev to get openni to compile on Fedora I have just changed to Fedora 20 and I am trying to get used to it and to learn it. Before I have only worked with ubuntu so there are some new things for me. I have tried to compile openni_master by downloading the package from git. The first step is t...
fedora, openni, libusb-1.0
8
25,607
2
https://stackoverflow.com/questions/21622707/installing-libusb-1-and-libudev-to-get-openni-to-compile-on-fedora
19,778,883
PHP-FPM: Operation not permitted
When I try to open index.php in browser I see the error: No input file specified. In error.log: 2013/11/04 22:40:07 [error] 3435#0: *4 FastCGI sent in stderr: "Unable to open primary script: /var/www/index.php (Operation not permitted)" while reading response header from upstream, client: 10.0.2.2, server: localhost, r...
PHP-FPM: Operation not permitted When I try to open index.php in browser I see the error: No input file specified. In error.log: 2013/11/04 22:40:07 [error] 3435#0: *4 FastCGI sent in stderr: "Unable to open primary script: /var/www/index.php (Operation not permitted)" while reading response header from upstream, clien...
nginx, centos, php
8
12,413
1
https://stackoverflow.com/questions/19778883/php-fpm-operation-not-permitted
12,231,733
Allow only one instance of python script?
I have a python script that I want to only allow to be running once on a machine. I want it to print something like "Error, already running" if it is already running, whether its running in the background or in a different ssh session. How would I do this? Here is my script. import urllib, urllib2, sys num = sys.argv[1...
Allow only one instance of python script? I have a python script that I want to only allow to be running once on a machine. I want it to print something like "Error, already running" if it is already running, whether its running in the background or in a different ssh session. How would I do this? Here is my script. im...
python, linux, locking, singleton, centos
8
10,565
3
https://stackoverflow.com/questions/12231733/allow-only-one-instance-of-python-script
11,672,525
CentOS 6.3. SSH. Bind to port xxx on 0.0.0.0 failed: Permission denied
CentOS 6.3 Minimal Configuration. Installed SSH Server, port 22. All works correctly. I change port 22 on 777 and restart sshd and see in logs: Jul 26 01:01:07 myserver sshd[1590]: error: Bind to port 777 on 0.0.0.0 failed: Permission denied. Jul 26 01:01:07 myserver sshd[1590]: error: Bind to port 777 on :: failed: Pe...
CentOS 6.3. SSH. Bind to port xxx on 0.0.0.0 failed: Permission denied CentOS 6.3 Minimal Configuration. Installed SSH Server, port 22. All works correctly. I change port 22 on 777 and restart sshd and see in logs: Jul 26 01:01:07 myserver sshd[1590]: error: Bind to port 777 on 0.0.0.0 failed: Permission denied. Jul 26...
ssh, centos
8
29,129
5
https://stackoverflow.com/questions/11672525/centos-6-3-ssh-bind-to-port-xxx-on-0-0-0-0-failed-permission-denied
9,600,111
install pg_config in CentOS 5.5 without yum
python version 2.4 # pip install psycopg2 Getting the following error: Downloading/unpacking psycopg2 Running setup.py egg_info for package psycopg2 Error: pg_config executable not found. Please add the directory containing pg_config to the PATH or specify the full executable path with the option: python setup.py build...
install pg_config in CentOS 5.5 without yum python version 2.4 # pip install psycopg2 Getting the following error: Downloading/unpacking psycopg2 Running setup.py egg_info for package psycopg2 Error: pg_config executable not found. Please add the directory containing pg_config to the PATH or specify the full executable...
postgresql, centos
8
19,337
3
https://stackoverflow.com/questions/9600111/install-pg-config-in-centos-5-5-without-yum
6,567,849
lapacke or clapack if programming in c/c++ in linux
My purpose of using LAPACK is to calculate the cholesky of a matrix. I am programming in C/C++ in Fedora, but I am confused over which lapack to install - LAPACK with lapacke or clapack?
lapacke or clapack if programming in c/c++ in linux My purpose of using LAPACK is to calculate the cholesky of a matrix. I am programming in C/C++ in Fedora, but I am confused over which lapack to install - LAPACK with lapacke or clapack?
fedora, lapack
8
3,859
1
https://stackoverflow.com/questions/6567849/lapacke-or-clapack-if-programming-in-c-c-in-linux
6,414,967
Scaling cronjobs over multiple servers
right now, we have a single server with a cronjob tab that sends out daily emails. We would like to scale that server. The application is standard zend framework application deployed on centos server in amazon cloud. We already took care of the load balancing, content management and managing deployment. However, the cr...
Scaling cronjobs over multiple servers right now, we have a single server with a cronjob tab that sends out daily emails. We would like to scale that server. The application is standard zend framework application deployed on centos server in amazon cloud. We already took care of the load balancing, content management a...
php, zend-framework, centos, amazon-sqs
8
5,339
3
https://stackoverflow.com/questions/6414967/scaling-cronjobs-over-multiple-servers
78,938,890
Anaconda Navigator Cannot initalize GLX
I use Fedora Nobara. I made an update to Nobara 40. Before that anaconda navigator was working perfectly and now it gives me this error > conda activate TheWorld > anaconda-navigator Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. qt.glx: qglx_findConfig: Faile...
Anaconda Navigator Cannot initalize GLX I use Fedora Nobara. I made an update to Nobara 40. Before that anaconda navigator was working perfectly and now it gives me this error > conda activate TheWorld > anaconda-navigator Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Waylan...
python, anaconda, fedora, gnome
8
10,515
3
https://stackoverflow.com/questions/78938890/anaconda-navigator-cannot-initalize-glx
70,205,661
correctly specifying Device Name for EBS volume while attaching to an ec2 instance and identifying it later using Device name
I am trying to attach an EBS volume on EC2 (RHEL) instance. This is how my attach-volume command looks like: aws ec2 attach-volume --volume-id vol-xxxxxxxxxxxxxxxxx --instance-id i-yyyyyyyyyyyyyyyyy --device /dev/sdf { "AttachTime": "2021-12-02T19:30:13.070000+00:00", "Device": "/dev/sdf", "InstanceId": "i-yyyyyyyyyyyy...
correctly specifying Device Name for EBS volume while attaching to an ec2 instance and identifying it later using Device name I am trying to attach an EBS volume on EC2 (RHEL) instance. This is how my attach-volume command looks like: aws ec2 attach-volume --volume-id vol-xxxxxxxxxxxxxxxxx --instance-id i-yyyyyyyyyyyyy...
amazon-web-services, amazon-ec2, redhat, rhel, amazon-ebs
8
7,741
2
https://stackoverflow.com/questions/70205661/correctly-specifying-device-name-for-ebs-volume-while-attaching-to-an-ec2-instan
61,480,914
Using PolicyKit to allow non-root users to start and stop a service
I have a requirement to allow non-root users to start and stop a service. It was recommended to me to use PolicyKit rather than sudoers.d , which I am familiar with. As I have no experience with PolicyKit , I thought I would experiment and create a rule to allow non-root users to start and stop the Docker service. I ha...
Using PolicyKit to allow non-root users to start and stop a service I have a requirement to allow non-root users to start and stop a service. It was recommended to me to use PolicyKit rather than sudoers.d , which I am familiar with. As I have no experience with PolicyKit , I thought I would experiment and create a rul...
systemd, rhel, rhel7, polkit
8
15,193
3
https://stackoverflow.com/questions/61480914/using-policykit-to-allow-non-root-users-to-start-and-stop-a-service
61,270,169
How to Set Jdk version for Maven using Fedora alternatives
I wanted to change the jdk version used by Maven from 1.8 to 11 using alternatives on fedora. $ mvn -version Apache Maven 3.5.4 (Red Hat 3.5.4-4) Maven home: /usr/share/maven Java version: 1.8.0_232, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.232.b09-0.fc29.x86_64/jre Default locale: en_...
How to Set Jdk version for Maven using Fedora alternatives I wanted to change the jdk version used by Maven from 1.8 to 11 using alternatives on fedora. $ mvn -version Apache Maven 3.5.4 (Red Hat 3.5.4-4) Maven home: /usr/share/maven Java version: 1.8.0_232, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-1.8.0-...
java, linux, maven, fedora
8
16,055
2
https://stackoverflow.com/questions/61270169/how-to-set-jdk-version-for-maven-using-fedora-alternatives
60,768,524
How to list and edit GRUB2's "menuentry" in command-line under Centos-8?
How to list GRUB2's "menuentries" in command-line under Centos-8? The used workable method "fgrep menuentry /etc/grub2.conf" failed. Because at Centos-8/RHEL-8, they DO NOT store menuentry in /etc/grub2.conf. Instead, they search and build entries at booting runtime. And how to add a custom cmdline parameter to special...
How to list and edit GRUB2's "menuentry" in command-line under Centos-8? How to list GRUB2's "menuentries" in command-line under Centos-8? The used workable method "fgrep menuentry /etc/grub2.conf" failed. Because at Centos-8/RHEL-8, they DO NOT store menuentry in /etc/grub2.conf. Instead, they search and build entries...
rhel, boot, centos8, grub2
8
17,723
2
https://stackoverflow.com/questions/60768524/how-to-list-and-edit-grub2s-menuentry-in-command-line-under-centos-8
60,589,523
Unable to register with subscription-manager - 'NoneType' object has no attribute '__getitem__'
In rhel 7 server I am trying to install packages with yum. After getting error that I need to register my rhel7 with subscription-manager I got this error: command: subscription-manager register output: 'NoneType' object has no attribute '__getitem__' after some checks I saw that I need to unregister (the register comm...
Unable to register with subscription-manager - 'NoneType' object has no attribute '__getitem__' In rhel 7 server I am trying to install packages with yum. After getting error that I need to register my rhel7 with subscription-manager I got this error: command: subscription-manager register output: 'NoneType' object has...
rhel, rhel7
8
3,462
2
https://stackoverflow.com/questions/60589523/unable-to-register-with-subscription-manager-nonetype-object-has-no-attribut