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
16,970,655
Installing php redis with igbinary, header file is not found
I'm trying to install the phpredis extension, but no luck. After running the command ./configure --enable-redis-igbinary , I've received the following error: checking for igbinary includes... configure: error: Cannot find igbinary.h igbinary was installed using PECL, but looks like the header files are not being found.
Installing php redis with igbinary, header file is not found I'm trying to install the phpredis extension, but no luck. After running the command ./configure --enable-redis-igbinary , I've received the following error: checking for igbinary includes... configure: error: Cannot find igbinary.h igbinary was installed usi...
php, centos, pecl, phpredis, igbinary
11
22,386
1
https://stackoverflow.com/questions/16970655/installing-php-redis-with-igbinary-header-file-is-not-found
14,016,286
How to programmatically install the latest epel-release rpm, without knowing its version number?
My first post here, but I googled around and cannot find a simple way to do this. I have a program which automatically configures new CentOS Linux servers as they come online. As part of the process it installs the latest version of epel-release rpm. The command I use looks like this: $ rpm -Uvh [URL] && \ yum clean al...
How to programmatically install the latest epel-release rpm, without knowing its version number? My first post here, but I googled around and cannot find a simple way to do this. I have a program which automatically configures new CentOS Linux servers as they come online. As part of the process it installs the latest v...
centos, rpm, yum
11
11,878
3
https://stackoverflow.com/questions/14016286/how-to-programmatically-install-the-latest-epel-release-rpm-without-knowing-its
12,045,563
cannot load shared library that exists in /usr/local/lib (Fedora x64)
When attempting to run a program I just compiled successfully, I get the following error: ./src/sensors/laser_scan_producer: error while loading shared libraries: liblcm.so.1 : cannot open shared object file: No such file or directory ls /usr/local/lib/liblcm* yields /usr/local/lib/liblcm.la /usr/local/lib/liblcm.so /u...
cannot load shared library that exists in /usr/local/lib (Fedora x64) When attempting to run a program I just compiled successfully, I get the following error: ./src/sensors/laser_scan_producer: error while loading shared libraries: liblcm.so.1 : cannot open shared object file: No such file or directory ls /usr/local/l...
c++, linker, shared-libraries, 64-bit, fedora
11
15,389
2
https://stackoverflow.com/questions/12045563/cannot-load-shared-library-that-exists-in-usr-local-lib-fedora-x64
7,766,961
git trouble via https: routines:SSL23_GET_SERVER_HELLO
I made my own git server on a centos distribution. I can contact the server via git protocol at my home. But when I try to access via https at office I obtain: Cloning into /Users/vito/Documents/... error: error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112) while accessing [URL] fatal: HTTP request failed W...
git trouble via https: routines:SSL23_GET_SERVER_HELLO I made my own git server on a centos distribution. I can contact the server via git protocol at my home. But when I try to access via https at office I obtain: Cloning into /Users/vito/Documents/... error: error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1...
macos, git, centos
11
13,377
6
https://stackoverflow.com/questions/7766961/git-trouble-via-https-routinesssl23-get-server-hello
7,123,928
Setting the RPM Package name in bdist_rpm
I am using Python setuptools for building a package. I would like to name the rpm built from bdist_rpm option to be different than the Python package name due to some naming restrictions. Can it be done in the setup.cfg in the [bdist_rpm] section?
Setting the RPM Package name in bdist_rpm I am using Python setuptools for building a package. I would like to name the rpm built from bdist_rpm option to be different than the Python package name due to some naming restrictions. Can it be done in the setup.cfg in the [bdist_rpm] section?
python, linux, centos, rpm
11
5,366
2
https://stackoverflow.com/questions/7123928/setting-the-rpm-package-name-in-bdist-rpm
70,971,507
Docker driver "overlay2" failed to remove root filesystem: unlinkat - device or resource busy
When trying to remove a docker container (for example when trying to docker-compose down ) I always get these errors: ERROR: for <my_container> container d8424f80ef124c2f3dd8f22a8fe8273f294e8e63954e7f318db93993458bac27: driver "overlay2" failed to remove root filesystem: unlinkat /var/lib/docker/overlay2/64311f2ee553a5...
Docker driver "overlay2" failed to remove root filesystem: unlinkat - device or resource busy When trying to remove a docker container (for example when trying to docker-compose down ) I always get these errors: ERROR: for <my_container> container d8424f80ef124c2f3dd8f22a8fe8273f294e8e63954e7f318db93993458bac27: driver...
docker, centos, docker-container
10
20,800
2
https://stackoverflow.com/questions/70971507/docker-driver-overlay2-failed-to-remove-root-filesystem-unlinkat-device-or
70,443,432
docker: Error response from daemon: pull access denied for rhel7/rhel
My docker I found this cheatsheet from internet: [URL] I catch error C:\Users\Administrator>docker run -it rhel7/rhel bash Unable to find image 'rhel7/rhel:latest' locally docker: Error response from daemon: pull access denied for rhel7/rhel, repository does not exist or may require 'docker login': denied: requested ac...
docker: Error response from daemon: pull access denied for rhel7/rhel My docker I found this cheatsheet from internet: [URL] I catch error C:\Users\Administrator>docker run -it rhel7/rhel bash Unable to find image 'rhel7/rhel:latest' locally docker: Error response from daemon: pull access denied for rhel7/rhel, reposit...
docker, rhel, rhel7
10
94,023
3
https://stackoverflow.com/questions/70443432/docker-error-response-from-daemon-pull-access-denied-for-rhel7-rhel
68,973,199
Pipewire audio in Fedora container
Since Fedora 34, pulseaudio was replaced with pipewire. I used a pulseaudio socket to get sound from containers, which was the most secure way. So, I would like now to set pipewire to handle audio in container, but I can't find the way... I'm trying the simplest way right now, sharing snd device, without socket: Launch...
Pipewire audio in Fedora container Since Fedora 34, pulseaudio was replaced with pipewire. I used a pulseaudio socket to get sound from containers, which was the most secure way. So, I would like now to set pipewire to handle audio in container, but I can't find the way... I'm trying the simplest way right now, sharing...
audio, containers, fedora, pipewire
10
4,218
1
https://stackoverflow.com/questions/68973199/pipewire-audio-in-fedora-container
68,617,654
Error: Problem: nothing provides /usr/libexec/platform-python needed by mongodb-org-database-tools-extra-4.4.5-1.el8.x86_64
I am using Fedora Linux and when i want to update MongoDB tools (mongodb-org-tools) or my packages via sudo dnf update i always get error like this: Error: Problem: problem with installed package mongodb-org-database-tools-extra-4.4.4-1.el8.x86_64 - cannot install the best update candidate for package mongodb-org-datab...
Error: Problem: nothing provides /usr/libexec/platform-python needed by mongodb-org-database-tools-extra-4.4.5-1.el8.x86_64 I am using Fedora Linux and when i want to update MongoDB tools (mongodb-org-tools) or my packages via sudo dnf update i always get error like this: Error: Problem: problem with installed package ...
python, linux, mongodb, fedora
10
6,788
2
https://stackoverflow.com/questions/68617654/error-problem-nothing-provides-usr-libexec-platform-python-needed-by-mongodb
61,887,110
Getting "DEPRECATION WARNING" about Tk
I am trying to following the answer to this question in an attempt to copy to clipboard however all solutions provided in the answer seem to have failed me. On macOS, I have successfully used pyperclip and subprocess.run to copy to clipboard as described in the linked post, however on centOS neither works. I have also ...
Getting "DEPRECATION WARNING" about Tk I am trying to following the answer to this question in an attempt to copy to clipboard however all solutions provided in the answer seem to have failed me. On macOS, I have successfully used pyperclip and subprocess.run to copy to clipboard as described in the linked post, howeve...
python-3.x, tkinter, centos
10
24,376
5
https://stackoverflow.com/questions/61887110/getting-deprecation-warning-about-tk
60,097,125
How to write the expect script to install mariadb?
Environment: centos7 + mariadb5.5.64. Let me show the installation info on screen when to run mysql_secure_installation . # mysql_secure_installation NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY! In order to log into MariaDB to secure i...
How to write the expect script to install mariadb? Environment: centos7 + mariadb5.5.64. Let me show the installation info on screen when to run mysql_secure_installation . # mysql_secure_installation NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP ...
automation, centos, mariadb, expect, tcltk
10
1,720
2
https://stackoverflow.com/questions/60097125/how-to-write-the-expect-script-to-install-mariadb
58,907,655
I cannot install yum in my docker container
I have a docker container which was built by a keycloak image. I want to install vim in the container but I found that I need to have yum in order to install the vim . I tried to download yum from the internet and use rpm to install it, but the container didn't have sudo to let me change the file permission. Following ...
I cannot install yum in my docker container I have a docker container which was built by a keycloak image. I want to install vim in the container but I found that I need to have yum in order to install the vim . I tried to download yum from the internet and use rpm to install it, but the container didn't have sudo to l...
docker, rpm, yum, rhel
10
49,147
3
https://stackoverflow.com/questions/58907655/i-cannot-install-yum-in-my-docker-container
57,673,267
How to fix dial tcp i/o timeout while calling public address in docker container?
I'm setting up a new container 'A' which is calling some endpoints from container 'B'. Why are these calls always return dial tcp 116.2.153.48:8082: i/o timeout ? The call from container 'A' is using public IP. All containers are deployed on the CentOS 7. Every container has own network with own database in this networ...
How to fix dial tcp i/o timeout while calling public address in docker container? I'm setting up a new container 'A' which is calling some endpoints from container 'B'. Why are these calls always return dial tcp 116.2.153.48:8082: i/o timeout ? The call from container 'A' is using public IP. All containers are deployed...
docker, go, tcp, centos
10
13,425
1
https://stackoverflow.com/questions/57673267/how-to-fix-dial-tcp-i-o-timeout-while-calling-public-address-in-docker-container
56,046,500
Apache Kafka: bootstrap-server is not a recognized option
I'm trying to set up Apache Kafka to communicate between two virtual machines running CentOS on the same network. I originally set up a Kafka producer and consumer on one machine and everything was running smoothly. I then set up Kafka on the other machine and in the process of trying to get them to connect, I get the ...
Apache Kafka: bootstrap-server is not a recognized option I'm trying to set up Apache Kafka to communicate between two virtual machines running CentOS on the same network. I originally set up a Kafka producer and consumer on one machine and everything was running smoothly. I then set up Kafka on the other machine and i...
network-programming, apache-kafka, centos
10
31,187
3
https://stackoverflow.com/questions/56046500/apache-kafka-bootstrap-server-is-not-a-recognized-option
53,763,687
dos2unix: Binary symbol found, skipping binary file
I am currently having an issue where my script is failing when trying to execute the dos2unix command on a file. This is what I have in the script: dos2unix -n data/file data/tmp_file dos2unix: Binary symbol found at line 21107611 dos2unix: Skipping binary file data/input/DATA.txt mv -f data/tmp_file data/input/DATA.tx...
dos2unix: Binary symbol found, skipping binary file I am currently having an issue where my script is failing when trying to execute the dos2unix command on a file. This is what I have in the script: dos2unix -n data/file data/tmp_file dos2unix: Binary symbol found at line 21107611 dos2unix: Skipping binary file data/i...
linux, vim, rhel, dos2unix
10
26,251
1
https://stackoverflow.com/questions/53763687/dos2unix-binary-symbol-found-skipping-binary-file
52,401,710
Change system locale inside a CentOS/RHEL without using localectl?
I'm trying to build a Docker image based on oracle/database:11.2.0.2-xe (which is based on Oracle Linux based on RHEL) and want to change the system locale in this image (using some RUN command inside a Dockerfile ). According to this guide I should use localectl set-locale <MYLOCALE> but this command is failing with F...
Change system locale inside a CentOS/RHEL without using localectl? I'm trying to build a Docker image based on oracle/database:11.2.0.2-xe (which is based on Oracle Linux based on RHEL) and want to change the system locale in this image (using some RUN command inside a Dockerfile ). According to this guide I should use...
docker, locale, systemd, rhel
10
10,663
1
https://stackoverflow.com/questions/52401710/change-system-locale-inside-a-centos-rhel-without-using-localectl
48,633,212
Docker fails to start after install with "loopback attach failed"
I have installed docker-ce from repository following instructions at: [URL] I receive an error attempting to start docker: Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details. journalctl has the following: ... dockerd[3...
Docker fails to start after install with "loopback attach failed" I have installed docker-ce from repository following instructions at: [URL] I receive an error attempting to start docker: Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journa...
docker, centos, centos7
10
7,004
3
https://stackoverflow.com/questions/48633212/docker-fails-to-start-after-install-with-loopback-attach-failed
46,530,224
Plot generated in Octave is fully black
I am using octave 4.2.1 on fedora 26 . (I recently upgraded from fedora 25 to 26 and through this octave was upgraded from 4.0.3 to 4.2.1) Now when I plot a figure like plot(x) the figure that comes up is just a black image. Before the up gradation i didn't had this problem. I am attaching a snapshot also . How can i c...
Plot generated in Octave is fully black I am using octave 4.2.1 on fedora 26 . (I recently upgraded from fedora 25 to 26 and through this octave was upgraded from 4.0.3 to 4.2.1) Now when I plot a figure like plot(x) the figure that comes up is just a black image. Before the up gradation i didn't had this problem. I am...
plot, gnuplot, octave, fedora, gnu
10
8,056
2
https://stackoverflow.com/questions/46530224/plot-generated-in-octave-is-fully-black
44,249,788
RODBC and Microsoft SQL Server: Truncating Long Character Strings
I am trying to query a variable from a Microsoft SQL Server database using R/RODBC. RODBC is truncating the character string at 8000 characters. Original code: truncates at 255 characters (as per RODBC documentation) library(RODBC) con_string <- odbcConnect("DSN") query_string <- "SELECT text_var FROM table_name" dat <...
RODBC and Microsoft SQL Server: Truncating Long Character Strings I am trying to query a variable from a Microsoft SQL Server database using R/RODBC. RODBC is truncating the character string at 8000 characters. Original code: truncates at 255 characters (as per RODBC documentation) library(RODBC) con_string <- odbcConn...
sql-server, r, truncate, rhel, rodbc
10
3,385
2
https://stackoverflow.com/questions/44249788/rodbc-and-microsoft-sql-server-truncating-long-character-strings
40,974,806
Does a RHEL7 docker container need subscription?
I have a rhel7 host with docker in it. I have build a image with also rhel7 as base image. But when I run the container & do yum update or try to install in package with yum, it gives me below error. "This system is not registered to Red Hat Subscription.you can use subscription manager to register" I have already subs...
Does a RHEL7 docker container need subscription? I have a rhel7 host with docker in it. I have build a image with also rhel7 as base image. But when I run the container & do yum update or try to install in package with yum, it gives me below error. "This system is not registered to Red Hat Subscription.you can use subs...
docker, dockerfile, rhel7, docker-container, docker-image
10
32,125
6
https://stackoverflow.com/questions/40974806/does-a-rhel7-docker-container-need-subscription
40,579,804
Django Celery Beat admin updating Cron Schedule Periodic task not taking effect
I'm running a site using Django 10, RabbitMQ, and Celery 4 on CentOS 7. My Celery Beat and Celery Worker instances are controlled by supervisor and I'm using the django celery database scheduler. I've scheduled a cron style task using the cronsheduler in Django-admin. When I start celery beat and worker instances the j...
Django Celery Beat admin updating Cron Schedule Periodic task not taking effect I'm running a site using Django 10, RabbitMQ, and Celery 4 on CentOS 7. My Celery Beat and Celery Worker instances are controlled by supervisor and I'm using the django celery database scheduler. I've scheduled a cron style task using the c...
django, centos, rabbitmq, celery, django-celery
10
5,596
2
https://stackoverflow.com/questions/40579804/django-celery-beat-admin-updating-cron-schedule-periodic-task-not-taking-effect
40,024,108
Domain can't be assigned more than 2 levels deep - Can I fix this?
I have a VPS with root access, and I'm wondering if it is possible to assign a domain name to a directory that is further than 2 levels deep. It is an Apache server running on CentOS. For example... /developers/travis/clients/clientSite The cPanel only lets me assign domains to the travis directory, no further. Is ther...
Domain can't be assigned more than 2 levels deep - Can I fix this? I have a VPS with root access, and I'm wondering if it is possible to assign a domain name to a directory that is further than 2 levels deep. It is an Apache server running on CentOS. For example... /developers/travis/clients/clientSite The cPanel only ...
apache, dns, centos
10
184
2
https://stackoverflow.com/questions/40024108/domain-cant-be-assigned-more-than-2-levels-deep-can-i-fix-this
39,685,602
HDP 2.5 Hortonworks ambari-admin-password-reset missing
I have downloaded the sandbox from hortonworks (Centos OS), then tried to follow the tutorial . It seems like the ambari-admin-password-reset command is not there and missing. I tried also to login with putty, the console asked me to change the password so I did. now it seems like the command is there , but I have diff...
HDP 2.5 Hortonworks ambari-admin-password-reset missing I have downloaded the sandbox from hortonworks (Centos OS), then tried to follow the tutorial . It seems like the ambari-admin-password-reset command is not there and missing. I tried also to login with putty, the console asked me to change the password so I did. ...
linux, docker, centos, hortonworks-sandbox
10
8,243
4
https://stackoverflow.com/questions/39685602/hdp-2-5-hortonworks-ambari-admin-password-reset-missing
37,905,758
centOS can't install nodejs via yum
I was using node v0.10.x on my centOS server and I want to update node.js, so followed some articles. First removing currently installed: # which node # cd /usr # rm -r bin/node bin/node-waf include/node lib/node lib/pkgconfig/nodejs.pc share/man/man1/node.1 and then check node -v is not working, good. But using yum do...
centOS can't install nodejs via yum I was using node v0.10.x on my centOS server and I want to update node.js, so followed some articles. First removing currently installed: # which node # cd /usr # rm -r bin/node bin/node-waf include/node lib/node lib/pkgconfig/nodejs.pc share/man/man1/node.1 and then check node -v is...
node.js, linux, centos, yum
10
32,605
4
https://stackoverflow.com/questions/37905758/centos-cant-install-nodejs-via-yum
37,097,358
Updating Jenkins on Centos
I'm trying to update Jenkins on Centos7 When I run service Jenkins status command I can see that Jenkins is active. When I try to connect to Jenkins using the browser I'm getting this message: refused to connect to [URL] I have followed the following steps but it's not working: 1) Run service Jenkins stop command. 2) R...
Updating Jenkins on Centos I'm trying to update Jenkins on Centos7 When I run service Jenkins status command I can see that Jenkins is active. When I try to connect to Jenkins using the browser I'm getting this message: refused to connect to [URL] I have followed the following steps but it's not working: 1) Run service...
jenkins, centos, centos7
10
21,673
2
https://stackoverflow.com/questions/37097358/updating-jenkins-on-centos
36,545,206
How to install specific version of Docker on Centos?
I tried to install docker 1.8.2 on Centos7. The docs don't tell anything about versioning. Someone who can help me? I tried wget -qO- [URL] | sed 's/lxc-docker/lxc-docker-1.8.2/' | sh + sh -c 'sleep 3; yum -y -q install docker-engine' but didn't work. EDIT: I performed: yum install -y [URL] That works but I miss option...
How to install specific version of Docker on Centos? I tried to install docker 1.8.2 on Centos7. The docs don't tell anything about versioning. Someone who can help me? I tried wget -qO- [URL] | sed 's/lxc-docker/lxc-docker-1.8.2/' | sh + sh -c 'sleep 3; yum -y -q install docker-engine' but didn't work. EDIT: I perform...
docker, centos, redhat
10
46,003
5
https://stackoverflow.com/questions/36545206/how-to-install-specific-version-of-docker-on-centos
36,353,302
gcc cannot find cc1plus
I'm trying to install the python package pandas on CentOS 6 but I'm having problems with the gcc compiler: sudo pip install pandas ... creating build/temp.linux-x86_64-2.7/pandas/msgpack gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4...
gcc cannot find cc1plus I'm trying to install the python package pandas on CentOS 6 but I'm having problems with the gcc compiler: sudo pip install pandas ... creating build/temp.linux-x86_64-2.7/pandas/msgpack gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector -...
python, gcc, pandas, centos
10
28,090
1
https://stackoverflow.com/questions/36353302/gcc-cannot-find-cc1plus
32,139,668
Why does all non matching traffic go to the first VirtualHost rather than the default site config in httpd.conf
I have always wondered why all non matching traffic go to the first VirtualHost rather than the default site config in httpd.conf? Lets assume httpd.conf has not been edited. I create a file called /etc/httpd/conf.d/vhost.conf With the following: <VirtualHost *:80> ServerName website.com ServerAlias www.website.com Doc...
Why does all non matching traffic go to the first VirtualHost rather than the default site config in httpd.conf I have always wondered why all non matching traffic go to the first VirtualHost rather than the default site config in httpd.conf? Lets assume httpd.conf has not been edited. I create a file called /etc/httpd...
linux, apache, centos, virtualhost, httpd.conf
10
5,123
1
https://stackoverflow.com/questions/32139668/why-does-all-non-matching-traffic-go-to-the-first-virtualhost-rather-than-the-de
31,850,528
Perl exec('/usr/bin/php -v') hangs on CentOS 6.6 unless STDIN is closed first
My question is, is this expected (and why?) and/or is this behavior seen on other systems too? Environment: # cat /etc/*-release CentOS release 6.6 (Final) ... # perl -v This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi ... # php -v PHP 5.4.41 (cli) (built: May 14 2015 23:15:28) ... mini.pl: #!/usr/bin/perl...
Perl exec('/usr/bin/php -v') hangs on CentOS 6.6 unless STDIN is closed first My question is, is this expected (and why?) and/or is this behavior seen on other systems too? Environment: # cat /etc/*-release CentOS release 6.6 (Final) ... # perl -v This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi ... # php ...
php, perl, centos, pipe, stdin
10
223
2
https://stackoverflow.com/questions/31850528/perl-exec-usr-bin-php-v-hangs-on-centos-6-6-unless-stdin-is-closed-first
31,845,887
systemctl command starting a service won't return on Fedora 22
In directory /lib/systemd/system , I created a file XYZ.service. When running systemctl start XYZ , it doesn't return. I had to do Ctrl-C to come out the command. Wonder why. Interestingly, after I typed Ctrl-C. I can access the service XYZ. Any idea what I did wrong? Thanks. Here is the file XYZ.service [Unit] Descrip...
systemctl command starting a service won't return on Fedora 22 In directory /lib/systemd/system , I created a file XYZ.service. When running systemctl start XYZ , it doesn't return. I had to do Ctrl-C to come out the command. Wonder why. Interestingly, after I typed Ctrl-C. I can access the service XYZ. Any idea what I...
fedora
10
8,085
1
https://stackoverflow.com/questions/31845887/systemctl-command-starting-a-service-wont-return-on-fedora-22
31,166,979
How to force httpd to use rh-php56 from red hat software collections
Anyone have any luck with making httpd use rh-php56 from the Red Hat Software Collections? I see documentation on how to enable the newer version of php at the CLI...but not for making Apache use the new version of PHP installed via the rh-php56 package. (I should clarify -- this is for a RHEL 7.x box)
How to force httpd to use rh-php56 from red hat software collections Anyone have any luck with making httpd use rh-php56 from the Red Hat Software Collections? I see documentation on how to enable the newer version of php at the CLI...but not for making Apache use the new version of PHP installed via the rh-php56 packa...
apache, rhel7, software-collections
10
18,068
3
https://stackoverflow.com/questions/31166979/how-to-force-httpd-to-use-rh-php56-from-red-hat-software-collections
30,076,271
Maven: copying to FTP throws java.io.IOException: Illegal seek
I have a desktop (centos 7.1) and a ftp server (GF4 is here). And I want to copy files after maven building to ftp server (witch was mounted by nautilus) However I get this: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(Moj...
Maven: copying to FTP throws java.io.IOException: Illegal seek I have a desktop (centos 7.1) and a ftp server (GF4 is here). And I want to copy files after maven building to ftp server (witch was mounted by nautilus) However I get this: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217) ...
java, linux, maven, centos
10
730
1
https://stackoverflow.com/questions/30076271/maven-copying-to-ftp-throws-java-io-ioexception-illegal-seek
29,586,003
rpmbuild error: command $\r not found
I'm running an rpm spec file, and encountering the following error: $ rpmbuild -ba gregorio.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dDWqRV + umask 022 + cd /home/cantanima/rpmbuild/BUILD + cd /home/cantanima/rpmbuild/BUILD + rm -rf gregorio-2.4.1 + /usr/bin/tar -xf - + /usr/bin/gzip -dc /home/cantanima/rpmbu...
rpmbuild error: command $\r not found I'm running an rpm spec file, and encountering the following error: $ rpmbuild -ba gregorio.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dDWqRV + umask 022 + cd /home/cantanima/rpmbuild/BUILD + cd /home/cantanima/rpmbuild/BUILD + rm -rf gregorio-2.4.1 + /usr/bin/tar -xf - + /...
newline, fedora, rpmbuild, build-error
10
5,719
1
https://stackoverflow.com/questions/29586003/rpmbuild-error-command-r-not-found
29,172,905
Linux system freezes when adb start-server is called
The command adb start-server is freezing my system entirely, requiring a hard reset to recover. This is a fresh install of Fedora 21 (x86_64) . When the system freezes, it is immediate. The desktop stops responding, the computer no longer accepts ping requests, and nothing is logged in the system messages. This happens...
Linux system freezes when adb start-server is called The command adb start-server is freezing my system entirely, requiring a hard reset to recover. This is a fresh install of Fedora 21 (x86_64) . When the system freezes, it is immediate. The desktop stops responding, the computer no longer accepts ping requests, and n...
linux, adb, fedora
10
1,914
3
https://stackoverflow.com/questions/29172905/linux-system-freezes-when-adb-start-server-is-called
28,814,505
pg gem install fails, cannot find libpq-fe.h header
Whenever I run bundle install on my VPS (CentOS Linux release 7.0.1406 (Core)) I get an error when installing the pg gem. No pg_config... trying anyway. If building fails, please try again with --with-pg-config=/path/to/pg_config checking for libpq-fe.h... no Can't find the 'libpq-fe.h header *** extconf.rb failed *** ...
pg gem install fails, cannot find libpq-fe.h header Whenever I run bundle install on my VPS (CentOS Linux release 7.0.1406 (Core)) I get an error when installing the pg gem. No pg_config... trying anyway. If building fails, please try again with --with-pg-config=/path/to/pg_config checking for libpq-fe.h... no Can't fi...
centos, capistrano, bundler, pg, centos7
10
9,102
4
https://stackoverflow.com/questions/28814505/pg-gem-install-fails-cannot-find-libpq-fe-h-header
26,490,935
How to fake cpu architecture in docker container?
When I create 32 bit CentOS 5 docker image I would like cpu architecture to be reported as i386/i686 there (installer which tested in this container check architecture and installs 64 bit binaries instead of 32 bit). I set yum variables and created uname wrapper, so yum and checks in bash scripts are working: bash-3.2#...
How to fake cpu architecture in docker container? When I create 32 bit CentOS 5 docker image I would like cpu architecture to be reported as i386/i686 there (installer which tested in this container check architecture and installs 64 bit binaries instead of 32 bit). I set yum variables and created uname wrapper, so yum...
centos, docker, centos5
10
7,877
3
https://stackoverflow.com/questions/26490935/how-to-fake-cpu-architecture-in-docker-container
25,855,331
Installing rabbitmq-server on RHEL
When trying to install rabbitmq-server on RHEL: [ec2-user@ip-172-31-34-1XX ~]$ sudo rpm -i rabbitmq-server-3.3.5-1.noarch.rpm error: Failed dependencies: erlang >= R13B-03 is needed by rabbitmq-server-3.3.5-1.noarch [ec2-user@ip-172-31-34-1XX ~]$ rpm -i rabbitmq-server-3.3.5-1.noarch.rpm error: Failed dependencies: erl...
Installing rabbitmq-server on RHEL When trying to install rabbitmq-server on RHEL: [ec2-user@ip-172-31-34-1XX ~]$ sudo rpm -i rabbitmq-server-3.3.5-1.noarch.rpm error: Failed dependencies: erlang >= R13B-03 is needed by rabbitmq-server-3.3.5-1.noarch [ec2-user@ip-172-31-34-1XX ~]$ rpm -i rabbitmq-server-3.3.5-1.noarch....
erlang, rabbitmq, redhat, rhel
10
16,751
2
https://stackoverflow.com/questions/25855331/installing-rabbitmq-server-on-rhel
25,651,083
how to install gcore on RHEL 7
After upgrading to RHEL 7 (a re-install) of my server, i can't locate gcore neither crash-gcore-command package is available. Can some one pls help me to know how to install gcore on RHEL 7
how to install gcore on RHEL 7 After upgrading to RHEL 7 (a re-install) of my server, i can't locate gcore neither crash-gcore-command package is available. Can some one pls help me to know how to install gcore on RHEL 7
linux, rhel7
10
12,924
1
https://stackoverflow.com/questions/25651083/how-to-install-gcore-on-rhel-7
23,295,393
what is php-common and what does it do?
I am on centos 6.5 and when I install do yum install php-common it goes ahead and installs some packages, but php is still not installed. And, when I want to install php directly it is says php-common is causing conflict and does install the php module or even php-cli independently. What is php-common used for?
what is php-common and what does it do? I am on centos 6.5 and when I install do yum install php-common it goes ahead and installs some packages, but php is still not installed. And, when I want to install php directly it is says php-common is causing conflict and does install the php module or even php-cli independent...
php, centos, yum
10
26,318
2
https://stackoverflow.com/questions/23295393/what-is-php-common-and-what-does-it-do
22,992,172
How to maximize Window to Left/Right Half Screen?
I was using Ubuntu 12.04, the shortcut Ctrl+Window+Left Arrow/Right Arrow is to move and zoom current window to left and right, now I switch to Fedora 20 and CANNOT find the shortcuts, is there anyone know how to set this hotkey? For example, the following are the shortcuts in Ubuntu, I want to know the how to make it ...
How to maximize Window to Left/Right Half Screen? I was using Ubuntu 12.04, the shortcut Ctrl+Window+Left Arrow/Right Arrow is to move and zoom current window to left and right, now I switch to Fedora 20 and CANNOT find the shortcuts, is there anyone know how to set this hotkey? For example, the following are the short...
ubuntu, fedora, shortcut
10
13,178
1
https://stackoverflow.com/questions/22992172/how-to-maximize-window-to-left-right-half-screen
22,844,569
build error mono 3.4.0 centos
get source from downloads make && make install mkdir -p -- /usr/lib/mono/xbuild/Microsoft/Portable/v4.0 /usr/bin/install -c -c -m 644 targets/Microsoft.Portable.Common.targets /usr/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets /usr/bin/install: cannot stat `targets/Microsoft.Portable.Common....
build error mono 3.4.0 centos get source from downloads make && make install mkdir -p -- /usr/lib/mono/xbuild/Microsoft/Portable/v4.0 /usr/bin/install -c -c -m 644 targets/Microsoft.Portable.Common.targets /usr/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets /usr/bin/install: cannot stat `targ...
mono, centos
10
3,107
2
https://stackoverflow.com/questions/22844569/build-error-mono-3-4-0-centos
22,519,159
How does Apache know which file to use in /etc/httpd/conf.d?
I installed [URL] . One of the steps was to delete /etc/httpd/conf.d/ssl.conf (actually rename to ssl.conf.bak), and add a new gitlab.conf file. How does Apache know which file to use in /etc/httpd/conf.d? I would have thought that I would have had to edit /etc/httpd/conf/httpd.conf , and specify the file, but this doe...
How does Apache know which file to use in /etc/httpd/conf.d? I installed [URL] . One of the steps was to delete /etc/httpd/conf.d/ssl.conf (actually rename to ssl.conf.bak), and add a new gitlab.conf file. How does Apache know which file to use in /etc/httpd/conf.d? I would have thought that I would have had to edit /e...
linux, apache, centos
10
27,584
1
https://stackoverflow.com/questions/22519159/how-does-apache-know-which-file-to-use-in-etc-httpd-conf-d
21,859,128
XML Extension not found
I have centos 6.5 server and when I try to install php extension using pecl I get the following error: XML Extension not found All the documentations say that this extension is included by default... Why this error still exists?
XML Extension not found I have centos 6.5 server and when I try to install php extension using pecl I get the following error: XML Extension not found All the documentations say that this extension is included by default... Why this error still exists?
php, centos, php-extension
10
17,357
2
https://stackoverflow.com/questions/21859128/xml-extension-not-found
21,186,276
Unable to install erlang on cent os
While installing erlang on cent os I got the following error Error: Package: erlang-crypto-R16B03-0.2.el6.x86_64 (erlang-solutions) Requires: libcrypto.so.10(libcrypto.so.10)(64bit) Error: Package: erlang-crypto-R16B03-0.2.el6.x86_64 (erlang-solutions) Requires: libcrypto.so.10(OPENSSL_1.0.1)(64bit) You could try using...
Unable to install erlang on cent os While installing erlang on cent os I got the following error Error: Package: erlang-crypto-R16B03-0.2.el6.x86_64 (erlang-solutions) Requires: libcrypto.so.10(libcrypto.so.10)(64bit) Error: Package: erlang-crypto-R16B03-0.2.el6.x86_64 (erlang-solutions) Requires: libcrypto.so.10(OPENS...
erlang, centos, yum
10
18,608
6
https://stackoverflow.com/questions/21186276/unable-to-install-erlang-on-cent-os
21,077,976
pecl_http failed to load
This is my server configuration: CentOS release 6.5 (Final) PHP 5.5.7 pecl_http 2.0.4 stable Server version: Apache/2.2.15 (Unix) I have everything up and running except when I tried to load the pecl_http module it gives me the following warning and it won't load: PHP Warning: PHP Startup: Unable to load dynamic librar...
pecl_http failed to load This is my server configuration: CentOS release 6.5 (Final) PHP 5.5.7 pecl_http 2.0.4 stable Server version: Apache/2.2.15 (Unix) I have everything up and running except when I tried to load the pecl_http module it gives me the following warning and it won't load: PHP Warning: PHP Startup: Unab...
php, centos, pecl
10
10,410
4
https://stackoverflow.com/questions/21077976/pecl-http-failed-to-load
18,338,045
Enabling "Software collections". RedHat developer toolset
I just found out that RedHat provides this "Developer toolset" which allows me to install (and of course use) the most up-to-date gcc-4.7.2. I use it on Centos, but the process is the same. Once installed, you can start a new bash session with this toolset enabled by issuing: scl enable devtoolset-1.1 bash That works a...
Enabling "Software collections". RedHat developer toolset I just found out that RedHat provides this "Developer toolset" which allows me to install (and of course use) the most up-to-date gcc-4.7.2. I use it on Centos, but the process is the same. Once installed, you can start a new bash session with this toolset enabl...
makefile, centos, redhat, devtoolset, redhat-dts
10
5,350
2
https://stackoverflow.com/questions/18338045/enabling-software-collections-redhat-developer-toolset
17,747,450
Mercurial on Jenkins, installing and configuring
I have a Mercurial repository (on Bitbucket) with some code (Java) and I want to do CI builds on a cloud-based Jenkins server (at Jelastic, running on CentOS). My problem is that I haven't been able to do a proper installation of Mercurial on the Jenkins server. The Jenkins build fails with the following message: ERROR...
Mercurial on Jenkins, installing and configuring I have a Mercurial repository (on Bitbucket) with some code (Java) and I want to do CI builds on a cloud-based Jenkins server (at Jelastic, running on CentOS). My problem is that I haven't been able to do a proper installation of Mercurial on the Jenkins server. The Jenk...
mercurial, jenkins, centos, jelastic
10
10,248
1
https://stackoverflow.com/questions/17747450/mercurial-on-jenkins-installing-and-configuring
17,444,248
Reason: (noSuchName) There is no such variable name in this MIB
I am using centos Operating System. i am trying to get the memory statistics of localhost through snmpget command, i am getting this error. snmpget -v 1 -c public localhost .1.3.6.1.4.1.2021.4.6 Error in packet Reason: (noSuchName) There is no such variable name in this MIB. Failed object: UCD-SNMP-MIB::memAvailReal Bu...
Reason: (noSuchName) There is no such variable name in this MIB I am using centos Operating System. i am trying to get the memory statistics of localhost through snmpget command, i am getting this error. snmpget -v 1 -c public localhost .1.3.6.1.4.1.2021.4.6 Error in packet Reason: (noSuchName) There is no such variabl...
centos, snmp
10
47,684
2
https://stackoverflow.com/questions/17444248/reason-nosuchname-there-is-no-such-variable-name-in-this-mib
17,265,834
Uploading to EC2 CentOS instance using SublimeText SFTP
I created an EC2 CentOS instance to host my php web app development version, I'm using Sublime Text as an IDE, and SFTP plugin to upload files directly then test. Before, I was using SFTP with username/password/port 22 to connect Now, I have the PEM file, and I already used it to install and configure some component. H...
Uploading to EC2 CentOS instance using SublimeText SFTP I created an EC2 CentOS instance to host my php web app development version, I'm using Sublime Text as an IDE, and SFTP plugin to upload files directly then test. Before, I was using SFTP with username/password/port 22 to connect Now, I have the PEM file, and I al...
amazon-web-services, amazon-ec2, centos, sublimetext2, sftp
10
8,180
2
https://stackoverflow.com/questions/17265834/uploading-to-ec2-centos-instance-using-sublimetext-sftp
17,138,477
Best way to install MySQL 5.6 on Centos 6.4
I just installed Centos 6.4, and installed MySQL using the version that came with the Centos distribution. To my dismay, it is MySQL 5.1.69 versus the current 5.6.12. As stated on [URL] , "the MySQL version will often be some way behind the currently available release", but I didn't expect that long. [root@centosBox ~]...
Best way to install MySQL 5.6 on Centos 6.4 I just installed Centos 6.4, and installed MySQL using the version that came with the Centos distribution. To my dismay, it is MySQL 5.1.69 versus the current 5.6.12. As stated on [URL] , "the MySQL version will often be some way behind the currently available release", but I...
mysql, linux, centos, rpm, yum
10
55,131
5
https://stackoverflow.com/questions/17138477/best-way-to-install-mysql-5-6-on-centos-6-4
16,267,507
rsync SERVER fails
I have set up a rsync server -> /etc/rsyncd.conf max connection = 5 log file = /var/log/rsync.log [web] path = /srv/www/html read only = false list = yes hosts allow = 127.0.0.1 uid = nobody gid = nobody [root@localhost www]# ls -l /srv/www/html/ -rwxrwxrwx. 1 amit amit 8 Apr 28 10:37 index.html If I do $rsync 127.0.0....
rsync SERVER fails I have set up a rsync server -> /etc/rsyncd.conf max connection = 5 log file = /var/log/rsync.log [web] path = /srv/www/html read only = false list = yes hosts allow = 127.0.0.1 uid = nobody gid = nobody [root@localhost www]# ls -l /srv/www/html/ -rwxrwxrwx. 1 amit amit 8 Apr 28 10:37 index.html If I...
linux, centos, rsync
10
25,480
3
https://stackoverflow.com/questions/16267507/rsync-server-fails
15,799,047
Trying to remove yum which is protected in Centos
Well, I'm trying to execute the following command. yum remove libffi-3.0.9-1.el5.rf.i386 Because I need that file (?), however facing problems while installing ruby with rvm, as libffi-devel is a dependecy of rvm to install ruby. However it gives me the following error, and of course it doesn't delete anything. Error: ...
Trying to remove yum which is protected in Centos Well, I'm trying to execute the following command. yum remove libffi-3.0.9-1.el5.rf.i386 Because I need that file (?), however facing problems while installing ruby with rvm, as libffi-devel is a dependecy of rvm to install ruby. However it gives me the following error,...
ruby, linux, centos, rvm
10
54,092
2
https://stackoverflow.com/questions/15799047/trying-to-remove-yum-which-is-protected-in-centos
15,307,168
Unable to load library 'tesseract': libtesseract.so: cannot open shared object file: No such file or directory
I've had tesseract and Tess4J running on my MBP for a while now. Today I started to migrate my app to the server and started installing everything on the server. Prior to running Tess4J in tomcat I tried to run a simple java program to make sure everything is fine and dandy. It's not... I'm on a centOS 64bit server I'v...
Unable to load library 'tesseract': libtesseract.so: cannot open shared object file: No such file or directory I've had tesseract and Tess4J running on my MBP for a while now. Today I started to migrate my app to the server and started installing everything on the server. Prior to running Tess4J in tomcat I tried to ru...
java, centos, tesseract, leptonica
10
29,565
4
https://stackoverflow.com/questions/15307168/unable-to-load-library-tesseract-libtesseract-so-cannot-open-shared-object-f
15,020,691
Installation of doxygen and error in make command
I am trying to install doxygen in my CentOs 6.3 machine and I am getting this error. Any ideas?? [root@dell1 doxygen-1.8.3.1]# make install /usr/bin/install -d /usr/local/bin /usr/bin/install -d /usr/local/doc/doxygen /usr/bin/install -m 755 bin/doxygen /usr/local/bin /usr/bin/install -m 755 bin/doxytag /usr/local/bin ...
Installation of doxygen and error in make command I am trying to install doxygen in my CentOs 6.3 machine and I am getting this error. Any ideas?? [root@dell1 doxygen-1.8.3.1]# make install /usr/bin/install -d /usr/local/bin /usr/bin/install -d /usr/local/doc/doxygen /usr/bin/install -m 755 bin/doxygen /usr/local/bin /...
makefile, installation, centos, doxygen
10
18,991
5
https://stackoverflow.com/questions/15020691/installation-of-doxygen-and-error-in-make-command
14,894,266
Using php-ldap in Centos 6.3
I'm trying to build a LDAP interface using php but have run into this strange problem. I have installed the php-ldap package using yum on my base php install but whenever I call ldap_connect() it says the function is undefined. Seeing phpinfo() I can verify that the ldap extension is indeed installed and enabled.
Using php-ldap in Centos 6.3 I'm trying to build a LDAP interface using php but have run into this strange problem. I have installed the php-ldap package using yum on my base php install but whenever I call ldap_connect() it says the function is undefined. Seeing phpinfo() I can verify that the ldap extension is indeed...
php, centos, openldap
10
47,896
1
https://stackoverflow.com/questions/14894266/using-php-ldap-in-centos-6-3
14,694,507
How to set up cron job on CentOS
I don't know how to set up cron with ssh? I opened ssh and typed "crontab -e". What do I do then? I want to repeat the function every minute. I have this code as "cron command to run": php -f /var/www/vhosts/nf-test-host.tk/httpdocs/admin/cron/cron.php. I am on CentOS. What should I do, exactly? Thanks in advance!
How to set up cron job on CentOS I don't know how to set up cron with ssh? I opened ssh and typed "crontab -e". What do I do then? I want to repeat the function every minute. I have this code as "cron command to run": php -f /var/www/vhosts/nf-test-host.tk/httpdocs/admin/cron/cron.php. I am on CentOS. What should I do,...
centos, cron, repeat
10
48,995
3
https://stackoverflow.com/questions/14694507/how-to-set-up-cron-job-on-centos
14,660,125
How to enable PHP in Apache on Linux Fedora?
The title pretty much sums it up. I'm running Fedora 18 64-bit with Apache installed through 'httpd'. I have my Apache running just fine but my PHP doesn't seem to work. I'm fairly certain I do have it installed on my machine (new to Linux). I created a 'test.php' file in my /var/www/html/ directory containing the code...
How to enable PHP in Apache on Linux Fedora? The title pretty much sums it up. I'm running Fedora 18 64-bit with Apache installed through 'httpd'. I have my Apache running just fine but my PHP doesn't seem to work. I'm fairly certain I do have it installed on my machine (new to Linux). I created a 'test.php' file in my...
php, linux, apache, fedora
10
103,293
5
https://stackoverflow.com/questions/14660125/how-to-enable-php-in-apache-on-linux-fedora
14,636,473
Linux - change the hostname in the CLI
I don't know how to search for this and that is why I asked for it (all my searches did not reveal any relevant information). I have a Fedora 18 server that looks like this: [root@dhcp-192-168-5-100 ~]# I want to change that to: [root@server1 ~]# Currently, this machine is set to get IP through DHCP, but that is not th...
Linux - change the hostname in the CLI I don't know how to search for this and that is why I asked for it (all my searches did not reveal any relevant information). I have a Fedora 18 server that looks like this: [root@dhcp-192-168-5-100 ~]# I want to change that to: [root@server1 ~]# Currently, this machine is set to ...
linux, command-line-interface, fedora
10
15,004
5
https://stackoverflow.com/questions/14636473/linux-change-the-hostname-in-the-cli
13,817,732
UDP in C# works on Windows but not Linux
I'm using mono to build a C# program that needs to send and receive using UDP. Currently my implementation works as expected on Windows but I have issues getting communication to work with my Ubuntu or Fedora systems. Windows can broadcast and receive it's own datagrams. Ubuntu can broadcast and receive it's own datagr...
UDP in C# works on Windows but not Linux I'm using mono to build a C# program that needs to send and receive using UDP. Currently my implementation works as expected on Windows but I have issues getting communication to work with my Ubuntu or Fedora systems. Windows can broadcast and receive it's own datagrams. Ubuntu ...
c#, windows, ubuntu, mono, fedora
10
3,414
1
https://stackoverflow.com/questions/13817732/udp-in-c-works-on-windows-but-not-linux
13,799,365
YUM reinstall original files from the package
I'm trying to reinstall a package on CentOS: yum reinstall packagename however I can still see the changes that I made in the config files from this package. Is there a way to force the re-load of the package and its config files?
YUM reinstall original files from the package I'm trying to reinstall a package on CentOS: yum reinstall packagename however I can still see the changes that I made in the config files from this package. Is there a way to force the re-load of the package and its config files?
centos, yum
10
23,157
1
https://stackoverflow.com/questions/13799365/yum-reinstall-original-files-from-the-package
13,337,349
Problems finding pcap.h and linking
I'm working on Fedora 17 and I want to program with libpcap. The problem is that my computer isn't finding pcap.h, which is really wierd since I've installed libpcap and libpcap-devel. Also wireshark and snort works on my station which I believe uses that library. So when I compile my code with ... #include <pcap.h> .....
Problems finding pcap.h and linking I'm working on Fedora 17 and I want to program with libpcap. The problem is that my computer isn't finding pcap.h, which is really wierd since I've installed libpcap and libpcap-devel. Also wireshark and snort works on my station which I believe uses that library. So when I compile m...
c, linux, fedora, libpcap
10
59,129
4
https://stackoverflow.com/questions/13337349/problems-finding-pcap-h-and-linking
12,804,841
How can apache be allowed to send email?
I have a CentOS 6.2 virtual machine running Apache 2.2 and PHP 5.3 that I'm trying to send email from via PHP's mail() function. I can send email from the CLI without problems but when PHP tries it fails. In the sendmail log is the following: Oct 9 11:42:03 localhost sendmail[3080]: NOQUEUE: SYSERR(apache): can not chd...
How can apache be allowed to send email? I have a CentOS 6.2 virtual machine running Apache 2.2 and PHP 5.3 that I'm trying to send email from via PHP's mail() function. I can send email from the CLI without problems but when PHP tries it fails. In the sendmail log is the following: Oct 9 11:42:03 localhost sendmail[30...
php, linux, apache, centos, sendmail
10
42,805
5
https://stackoverflow.com/questions/12804841/how-can-apache-be-allowed-to-send-email
12,751,597
CentOS VirtualBox 5 second latency on http requests
I'm running centos 6.3 inside of VirtualBox 4.2.1 on my OSX 10.8.2 machine, and have encountered a latency issue I do not comprehend. Basically, every http request to anywhere has an additional 5000ms delay. Ping has no additional delay. [vagrant@localhost ~]$ curl -o /dev/null [URL] -w "" % Total % Received % Xferd Av...
CentOS VirtualBox 5 second latency on http requests I'm running centos 6.3 inside of VirtualBox 4.2.1 on my OSX 10.8.2 machine, and have encountered a latency issue I do not comprehend. Basically, every http request to anywhere has an additional 5000ms delay. Ping has no additional delay. [vagrant@localhost ~]$ curl -o...
http, centos, virtualbox, latency, vagrant
10
3,202
1
https://stackoverflow.com/questions/12751597/centos-virtualbox-5-second-latency-on-http-requests
12,112,188
Change Timezone in Tomcat
How can I change the timezone in Tomcat? The timezone used by one of the webapps (Solr) is not right (compared to MySQL timestamps) , and I think changing Tomcat's timezone will help. Thanks!
Change Timezone in Tomcat How can I change the timezone in Tomcat? The timezone used by one of the webapps (Solr) is not right (compared to MySQL timestamps) , and I think changing Tomcat's timezone will help. Thanks!
linux, tomcat, solr, timezone, centos
10
42,658
4
https://stackoverflow.com/questions/12112188/change-timezone-in-tomcat
11,782,096
Installing latest mono on Centos 6
I am new to Linux (literally new- used it a couple of times) and I tried to install mono via yum; but I have gotten an outdated version that don't support .NET 4 How can I install mono 2.10.8?
Installing latest mono on Centos 6 I am new to Linux (literally new- used it a couple of times) and I tried to install mono via yum; but I have gotten an outdated version that don't support .NET 4 How can I install mono 2.10.8?
mono, installation, centos, centos6
10
25,547
4
https://stackoverflow.com/questions/11782096/installing-latest-mono-on-centos-6
10,448,770
Psych::SyntaxError couldn't parse YAML
I am facing problem in rails application running on fedora 16 Rails version 2.3.5 and Ruby 1.9.2.p320 . The application running fine on Ubuntu 11.10. When I run the rails server and Hit any controller the following error in coming. Psych::SyntaxError in controllername#actionname couldn't parse YAML I have tried the app...
Psych::SyntaxError couldn't parse YAML I am facing problem in rails application running on fedora 16 Rails version 2.3.5 and Ruby 1.9.2.p320 . The application running fine on Ubuntu 11.10. When I run the rails server and Hit any controller the following error in coming. Psych::SyntaxError in controllername#actionname c...
ruby-on-rails, yaml, fedora
10
17,945
1
https://stackoverflow.com/questions/10448770/psychsyntaxerror-couldnt-parse-yaml
10,353,568
How to optimize the php process memory usage?
I am running a wordpress site and each PHP process usage about 200mb to 250mb resident size memory. With 16GB of ram, the server can only handle about 70 processes. By increasing the virtual memory to 16GB it can handle 140. After that the load keeps rising. If there are 200 connections in 10 minutes, the server load r...
How to optimize the php process memory usage? I am running a wordpress site and each PHP process usage about 200mb to 250mb resident size memory. With 16GB of ram, the server can only handle about 70 processes. By increasing the virtual memory to 16GB it can handle 140. After that the load keeps rising. If there are 20...
php, linux, wordpress, centos
10
10,434
2
https://stackoverflow.com/questions/10353568/how-to-optimize-the-php-process-memory-usage
10,317,286
Cannot start mysqld_safe to reset root password
I installed MySQL and was playing around with the password settings trying to get Wordpress to connect to it. In doing so, I seem to have hashed my root password and now cannot login. I'm trying to reset the password by running /etc/init.d/mysqld stop Then mysqld_safe --skip-grant-tables Which outputs Starting mysql da...
Cannot start mysqld_safe to reset root password I installed MySQL and was playing around with the password settings trying to get Wordpress to connect to it. In doing so, I seem to have hashed my root password and now cannot login. I'm trying to reset the password by running /etc/init.d/mysqld stop Then mysqld_safe --s...
centos, root, mysql
10
35,611
2
https://stackoverflow.com/questions/10317286/cannot-start-mysqld-safe-to-reset-root-password
7,150,323
Configure unable to find libgcrypt
hello i have faced problem with libgcrypt and i am sure is is installed with newst version thats happen when i try to install libssh2 [root@loft1034 libssh2-1.1]#./configure configure: error: cannot find OpenSSL or Libgcrypt, try --with-libssl-prefix=PATH or --with-libgcrypt-prefix=PATH [root@loft1034 libssh2-1.1]# loc...
Configure unable to find libgcrypt hello i have faced problem with libgcrypt and i am sure is is installed with newst version thats happen when i try to install libssh2 [root@loft1034 libssh2-1.1]#./configure configure: error: cannot find OpenSSL or Libgcrypt, try --with-libssl-prefix=PATH or --with-libgcrypt-prefix=PA...
linux, centos
10
37,878
4
https://stackoverflow.com/questions/7150323/configure-unable-to-find-libgcrypt
6,496,645
Node.js script running, but it won't stop!
I have this test.js running in Node.js under CentOS 5. It works perfectly. Problem is, it won't stop! Even after closing my ssh client, it won't stop. How can I stop a running script?
Node.js script running, but it won't stop! I have this test.js running in Node.js under CentOS 5. It works perfectly. Problem is, it won't stop! Even after closing my ssh client, it won't stop. How can I stop a running script?
node.js, centos
10
15,694
2
https://stackoverflow.com/questions/6496645/node-js-script-running-but-it-wont-stop
4,785,068
Why doesn't this bash expr command work?
I am trying to increment a variable in a bash script and it is not working. Here is my code: #! /bin/bash COUNTER=0 while [ $COUNTER -lt 5 ] do echo "i will add this line to file mycreation">>./myfile COUNTER = expr $COUNTER + 1 done The quotes around the COUNTER assignment are backticks. I tried replacing COUNTER with...
Why doesn't this bash expr command work? I am trying to increment a variable in a bash script and it is not working. Here is my code: #! /bin/bash COUNTER=0 while [ $COUNTER -lt 5 ] do echo "i will add this line to file mycreation">>./myfile COUNTER = expr $COUNTER + 1 done The quotes around the COUNTER assignment are ...
linux, bash, shell, fedora
10
45,512
4
https://stackoverflow.com/questions/4785068/why-doesnt-this-bash-expr-command-work
2,247,340
JVM crashes under stress on RHEL 5.2
I've got (the currently latest) jdk 1.6.0.18 crashing while running a web application on (the currently latest) tomcat 6.0.24 unexpectedly after 4 to 24 hours 4 hours to 8 days of stress testing (30 threads hitting the app at 6 mil. pageviews/day). This is on RHEL 5.2 (Tikanga). The crash report is at [URL] and the con...
JVM crashes under stress on RHEL 5.2 I've got (the currently latest) jdk 1.6.0.18 crashing while running a web application on (the currently latest) tomcat 6.0.24 unexpectedly after 4 to 24 hours 4 hours to 8 days of stress testing (30 threads hitting the app at 6 mil. pageviews/day). This is on RHEL 5.2 (Tikanga). The...
java, jvm, crash, segmentation-fault, rhel
10
2,925
7
https://stackoverflow.com/questions/2247340/jvm-crashes-under-stress-on-rhel-5-2
1,555,881
Where can I get a Ruby 1.8.6 for Centos OS
Can anyone tell me where I can find a Ruby 1.8.6 so I can istall it in my Centos 5 machine? Thank you.
Where can I get a Ruby 1.8.6 for Centos OS Can anyone tell me where I can find a Ruby 1.8.6 so I can istall it in my Centos 5 machine? Thank you.
ruby, centos
10
16,587
10
https://stackoverflow.com/questions/1555881/where-can-i-get-a-ruby-1-8-6-for-centos-os
584,272
Possible to assign a new IP address on every http request?
Is it possible for me to change or assign my server a new IP address every time it needs to make a http request with commands such as wget? Thanks all Update The reason for this is exactly what the Tor project is trying to achieve. I do not want to leave a trace of what requests my server makes and I thought constantly...
Possible to assign a new IP address on every http request? Is it possible for me to change or assign my server a new IP address every time it needs to make a http request with commands such as wget? Thanks all Update The reason for this is exactly what the Tor project is trying to achieve. I do not want to leave a trac...
linux, command-line, fedora, wget
10
16,097
5
https://stackoverflow.com/questions/584272/possible-to-assign-a-new-ip-address-on-every-http-request
70,453,104
Brownie not working: Cython undefined symbol _PyGen_Send
I set up my development environment on Fedora 35 and when I run any brownie command such as $ brownie console or even brownie --version I get the following error: Traceback (most recent call last): File "/home/philippbunke/.local/bin/brownie", line 5, in <module> from brownie._cli.__main__ import main File "/home/phili...
Brownie not working: Cython undefined symbol _PyGen_Send I set up my development environment on Fedora 35 and when I run any brownie command such as $ brownie console or even brownie --version I get the following error: Traceback (most recent call last): File "/home/philippbunke/.local/bin/brownie", line 5, in <module>...
python, cython, fedora, brownie
9
4,820
1
https://stackoverflow.com/questions/70453104/brownie-not-working-cython-undefined-symbol-pygen-send
66,279,091
Maven is using wrong java version
I am trying to build a maven project on centOS 8. I want maven to use Java version 15. When I run mvn package I get the following error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project systembrett-backend: Fatal error compiling: invalid target release: 15...
Maven is using wrong java version I am trying to build a maven project on centOS 8. I want maven to use Java version 15. When I run mvn package I get the following error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project systembrett-backend: Fatal error com...
java, maven, centos
9
33,222
3
https://stackoverflow.com/questions/66279091/maven-is-using-wrong-java-version
56,296,932
Run privileged podman without sudo (and without usernamespace)
I installed podman on RHEL 7.6 and can run normal docker command with sudo sudo podman run hello-world Is there a way to run it without sudo, without using usernamespace (similar to adding your user to the docker group when using regular docker command)? I understand that when run as a non-root user, podman uses userna...
Run privileged podman without sudo (and without usernamespace) I installed podman on RHEL 7.6 and can run normal docker command with sudo sudo podman run hello-world Is there a way to run it without sudo, without using usernamespace (similar to adding your user to the docker group when using regular docker command)? I ...
containers, rhel7, podman
9
20,545
1
https://stackoverflow.com/questions/56296932/run-privileged-podman-without-sudo-and-without-usernamespace
53,628,122
Git + libsecret throws "Cannot autolaunch D-Bus without X11 $DISPLAY"
I've installed Git and libsecret on an CentOS 7 Server. I used git-credentials-store to store my credentials in clear text on the server. Now I wanna use libsecret but unfortunately I'm getting D-Bus errors, if I configure git-credential-libsecret as credential helper. I've already installed dbus and dbus-x11 and launc...
Git + libsecret throws "Cannot autolaunch D-Bus without X11 $DISPLAY" I've installed Git and libsecret on an CentOS 7 Server. I used git-credentials-store to store my credentials in clear text on the server. Now I wanna use libsecret but unfortunately I'm getting D-Bus errors, if I configure git-credential-libsecret as...
git, unix, centos, x11, dbus
9
14,519
2
https://stackoverflow.com/questions/53628122/git-libsecret-throws-cannot-autolaunch-d-bus-without-x11-display
45,461,307
SELinux is not supported with the overlay graph driver
When I installed docker and ran service docker start I got this message: Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details. When I ran journalctl -xe I got this message: 8Yue 02 20:42:11 centos-master systemd[1]: Unit...
SELinux is not supported with the overlay graph driver When I installed docker and ran service docker start I got this message: Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details. When I ran journalctl -xe I got this m...
docker, centos, kubernetes, kubectl
9
14,535
2
https://stackoverflow.com/questions/45461307/selinux-is-not-supported-with-the-overlay-graph-driver
43,312,360
How to use regex with cut at the command line?
I have some output like this from ls -alth : drwxr-xr-x 5 root admin 170B Aug 3 2016 .. drwxr-xr-x 5 root admin 70B Aug 3 2016 .. drwxr-xr-x 5 root admin 3B Aug 3 2016 .. drwxr-xr-x 5 root admin 9M Aug 3 2016 .. Now, I want to parse out the 170B part, which is obviously the size in human readable format. I wanted to do...
How to use regex with cut at the command line? I have some output like this from ls -alth : drwxr-xr-x 5 root admin 170B Aug 3 2016 .. drwxr-xr-x 5 root admin 70B Aug 3 2016 .. drwxr-xr-x 5 root admin 3B Aug 3 2016 .. drwxr-xr-x 5 root admin 9M Aug 3 2016 .. Now, I want to parse out the 170B part, which is obviously th...
sed, centos, cut
9
22,701
3
https://stackoverflow.com/questions/43312360/how-to-use-regex-with-cut-at-the-command-line
41,611,551
python - can't install psycopg2 on centos 7
I'm trying to config Django on centos 7 According to this article Here I installed sudo yum install python-pip python-devel postgresql-server postgresql-devel postgresql-contrib gcc nginx After setup PostgreSQL for Django like creating a database, ... I try installing psycopg2 on virtualenv pip install django gunicorn ...
python - can't install psycopg2 on centos 7 I'm trying to config Django on centos 7 According to this article Here I installed sudo yum install python-pip python-devel postgresql-server postgresql-devel postgresql-contrib gcc nginx After setup PostgreSQL for Django like creating a database, ... I try installing psycopg...
python, django, postgresql, centos
9
26,666
4
https://stackoverflow.com/questions/41611551/python-cant-install-psycopg2-on-centos-7
39,147,735
WatchService fires ENTRY_MODIFY sometimes twice and sometimes once
I am using this WatchService example from Oracle: import java.nio.file.*; import static java.nio.file.StandardWatchEventKinds.*; import static java.nio.file.LinkOption.*; import java.nio.file.attribute.*; import java.io.*; import java.util.*; public class WatchDir { private final WatchService watcher; private final Map...
WatchService fires ENTRY_MODIFY sometimes twice and sometimes once I am using this WatchService example from Oracle: import java.nio.file.*; import static java.nio.file.StandardWatchEventKinds.*; import static java.nio.file.LinkOption.*; import java.nio.file.attribute.*; import java.io.*; import java.util.*; public cla...
java, rhel, watchservice, nio2
9
5,521
2
https://stackoverflow.com/questions/39147735/watchservice-fires-entry-modify-sometimes-twice-and-sometimes-once
38,012,890
PDO dblib nextRowset not working
I'm in the process of converting a PHP application from running in a Windows environment to a Linux based environment. It utilises PDO to run Stored Procedures against a Microsoft SQL Server database. So, I've installed and configured PHP 5.6.22, Apache, freetds and pdo dblib to facilitate the application. Most stored ...
PDO dblib nextRowset not working I'm in the process of converting a PHP application from running in a Windows environment to a Linux based environment. It utilises PDO to run Stored Procedures against a Microsoft SQL Server database. So, I've installed and configured PHP 5.6.22, Apache, freetds and pdo dblib to facilit...
php, sql-server, pdo, centos, freetds
9
4,787
2
https://stackoverflow.com/questions/38012890/pdo-dblib-nextrowset-not-working
33,984,848
mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid prevent from server restart
My mySQL server on CentOS has been working correctly, but, I am unable to restart mysqld suddenly today. 1) # /etc/rc.d/init.d/mysqld start shows [failed] 2) see the log tail /var/log/mysqld.log . . mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended 3) manually put /usr/bin/mysqld_safe 151129 15:54:36 my...
mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid prevent from server restart My mySQL server on CentOS has been working correctly, but, I am unable to restart mysqld suddenly today. 1) # /etc/rc.d/init.d/mysqld start shows [failed] 2) see the log tail /var/log/mysqld.log . . mysqld_safe mysqld from pid file ...
mysql, linux, centos
9
42,963
4
https://stackoverflow.com/questions/33984848/mysqld-safe-mysqld-from-pid-file-var-run-mysqld-mysqld-pid-prevent-from-server
31,082,920
rpm -i says already installed, but rpm -e says not installed
I'm trying to test out an RPM I wrote for Jmeter on CentOS. I followed some guides online and when I do 'sudo rpm --install jmeter.i386.rpm' it says the package is already installed. However when I do 'sudo rpm --erase jmeter.i386.rpm' it says the package is not installed. How can I resolve this issue?
rpm -i says already installed, but rpm -e says not installed I'm trying to test out an RPM I wrote for Jmeter on CentOS. I followed some guides online and when I do 'sudo rpm --install jmeter.i386.rpm' it says the package is already installed. However when I do 'sudo rpm --erase jmeter.i386.rpm' it says the package is ...
centos, jmeter, rpm
9
20,160
2
https://stackoverflow.com/questions/31082920/rpm-i-says-already-installed-but-rpm-e-says-not-installed
30,154,245
Can't install PHP Package on CentOS
I am having trouble re-installing PHP via yum on my server hosted by digital ocean. I had PHP 5.4 installed but wanted 5.6. I added/enabled the remi repo's, ran yum -y remove php* and then tried to re-install php. When I run yum -y install php I get the following: Loaded plugins: fastestmirror Loading mirror speeds fro...
Can't install PHP Package on CentOS I am having trouble re-installing PHP via yum on my server hosted by digital ocean. I had PHP 5.4 installed but wanted 5.6. I added/enabled the remi repo's, ran yum -y remove php* and then tried to re-install php. When I run yum -y install php I get the following: Loaded plugins: fas...
php, linux, centos, yum
9
22,653
3
https://stackoverflow.com/questions/30154245/cant-install-php-package-on-centos
27,749,691
PHP can't connect to PostgreSQL on CentOS 7
I have CentOS 7 running in VirtualBox on OSX. Apache, PHP 5.4 and PostgreSQL 9.2 are all running. But, when my (simple) php-script tries to connect to PostgreSQL it doesn't work: Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: Permission denied Is the server running on host "...
PHP can't connect to PostgreSQL on CentOS 7 I have CentOS 7 running in VirtualBox on OSX. Apache, PHP 5.4 and PostgreSQL 9.2 are all running. But, when my (simple) php-script tries to connect to PostgreSQL it doesn't work: Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: Permi...
centos, php, postgresql, centos7
9
6,601
1
https://stackoverflow.com/questions/27749691/php-cant-connect-to-postgresql-on-centos-7
25,338,277
How to get latest cmake version from CentOS 6.5
Is there a good way to install latest cmake version from CentOS 6.5? I'm doing yum install cmake but it's giving me 2.6.4 from base repo which I don't want. I tried installing cmake28 but the problem is that when I try to do ./configure it throws an error saying cmake is not available.
How to get latest cmake version from CentOS 6.5 Is there a good way to install latest cmake version from CentOS 6.5? I'm doing yum install cmake but it's giving me 2.6.4 from base repo which I don't want. I tried installing cmake28 but the problem is that when I try to do ./configure it throws an error saying cmake is ...
linux, centos, cmake, centos6, centos6.5
9
38,369
3
https://stackoverflow.com/questions/25338277/how-to-get-latest-cmake-version-from-centos-6-5
21,190,058
pdo_parse_params error in pdo_odbc.so whenever PHP starts in Fedora 20
I'm getting this error when I try to start PHP via command line: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/pdo_odbc.so' - /usr/lib64/php/modules/pdo_odbc.so: undefined symbol: pdo_parse_params in Unknown on line 0 Here are the PHP packages I have installed: php.x86_64 5.5.7-1.fc20...
pdo_parse_params error in pdo_odbc.so whenever PHP starts in Fedora 20 I'm getting this error when I try to start PHP via command line: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/pdo_odbc.so' - /usr/lib64/php/modules/pdo_odbc.so: undefined symbol: pdo_parse_params in Unknown on lin...
php, pdo, odbc, fedora
9
15,598
2
https://stackoverflow.com/questions/21190058/pdo-parse-params-error-in-pdo-odbc-so-whenever-php-starts-in-fedora-20
16,880,830
CentOS 5.8 with gcc 4.4.7 links against libstdc++ 6.0.8. How is it possible?
According to the gcc ABI policy, gcc 4.4.7 should depend on libstdc++ 6.0.13. As far as I understood, the compiler version and the libstdc++ version are deeply interrelated and can't be swapped, so it came to me as a surprise to discover the following facts: CentOS 5.8 somehow manages to have a gcc44 package that links...
CentOS 5.8 with gcc 4.4.7 links against libstdc++ 6.0.8. How is it possible? According to the gcc ABI policy, gcc 4.4.7 should depend on libstdc++ 6.0.13. As far as I understood, the compiler version and the libstdc++ version are deeply interrelated and can't be swapped, so it came to me as a surprise to discover the f...
c++, linux, centos
9
5,242
1
https://stackoverflow.com/questions/16880830/centos-5-8-with-gcc-4-4-7-links-against-libstdc-6-0-8-how-is-it-possible
14,133,312
Serially process XML data in perl
I'm wondering which XML parser people thing would be best in my situation for Perl. I've done a lot of reading and have tried the XML::LibXML and XML::SAX . The first used up too much memory and the second didn't appear to be that quick to me (even after switching off the pure perl parser). My needs are fairly specific...
Serially process XML data in perl I'm wondering which XML parser people thing would be best in my situation for Perl. I've done a lot of reading and have tried the XML::LibXML and XML::SAX . The first used up too much memory and the second didn't appear to be that quick to me (even after switching off the pure perl par...
xml, linux, perl, centos
9
502
3
https://stackoverflow.com/questions/14133312/serially-process-xml-data-in-perl
8,799,216
I got error in run time that "Cannot assign requested address" in C under Linux (Centos)
When I assign this address , it says cannot assign requested address . But when I put local address (127.0.0.1) it accepts it. Why??? char* hostname = "192.168.1.8"; int sockfd; struct sockaddr_in my_addr; // my address information struct sockaddr_in their_addr; // connector's address information socklen_t addr_len; in...
I got error in run time that "Cannot assign requested address" in C under Linux (Centos) When I assign this address , it says cannot assign requested address . But when I put local address (127.0.0.1) it accepts it. Why??? char* hostname = "192.168.1.8"; int sockfd; struct sockaddr_in my_addr; // my address information...
c, linux, centos
9
65,907
1
https://stackoverflow.com/questions/8799216/i-got-error-in-run-time-that-cannot-assign-requested-address-in-c-under-linux
7,933,587
Apache do not show README.TXT files in directory listing. How can i enable it?
In CentOS 6.0, i have apache for allowing to download drivers + one README.TXT file. But when the site is visited as [URL] it shows all zip files but not the TXT file. <VirtualHost *:80> ServerName site.mooo.com ServerAlias site.mooo.com DocumentRoot /var/www/html/download <Directory /var/www/html/download> DirectoryIn...
Apache do not show README.TXT files in directory listing. How can i enable it? In CentOS 6.0, i have apache for allowing to download drivers + one README.TXT file. But when the site is visited as [URL] it shows all zip files but not the TXT file. <VirtualHost *:80> ServerName site.mooo.com ServerAlias site.mooo.com Doc...
apache, http, centos
9
9,542
2
https://stackoverflow.com/questions/7933587/apache-do-not-show-readme-txt-files-in-directory-listing-how-can-i-enable-it
5,915,534
Accessing a mysql database from external host/ip? (ie: mysql workbench)
I have a mysql server running on x.x.x.x, and can access it internally no problem (of course). However when attempting to connect externally, ie using mysql workbench, or even from an external server, I get the error message "Host 'bla.bla.bla' is not allowed to connect to this MySQL server". I have done: GRANT ALL PRI...
Accessing a mysql database from external host/ip? (ie: mysql workbench) I have a mysql server running on x.x.x.x, and can access it internally no problem (of course). However when attempting to connect externally, ie using mysql workbench, or even from an external server, I get the error message "Host 'bla.bla.bla' is ...
mysql, linux, centos, iptables, mysql-workbench
9
63,976
8
https://stackoverflow.com/questions/5915534/accessing-a-mysql-database-from-external-host-ip-ie-mysql-workbench
5,218,733
Problems in connecting to mysql server: ERROR 2003 (HY000)
Server ip: 172.16.1.169 mysql user name: root passwd: xxxxxxxxxx database name: example I'm trying to access a database from a client (ip 172.16.0.114). Both the server and client are running the Fedora distribution of Linux. What settings need to be configured, and what should they be set to, for both the server and c...
Problems in connecting to mysql server: ERROR 2003 (HY000) Server ip: 172.16.1.169 mysql user name: root passwd: xxxxxxxxxx database name: example I'm trying to access a database from a client (ip 172.16.0.114). Both the server and client are running the Fedora distribution of Linux. What settings need to be configured...
mysql, linux, fedora, mysql-error-2003
9
55,661
4
https://stackoverflow.com/questions/5218733/problems-in-connecting-to-mysql-server-error-2003-hy000
68,783,126
Issue with GeoServer login with SSL
I have a tomcat apache installed with ssl on Centos and I have deployed GeoServer as webapp into tomcat...when I access GeoServer through tomcat as [URL] and enter the login details page will be redirected to [URL] supposed to take me inside GeoServer again with https link
Issue with GeoServer login with SSL I have a tomcat apache installed with ssl on Centos and I have deployed GeoServer as webapp into tomcat...when I access GeoServer through tomcat as [URL] and enter the login details page will be redirected to [URL] supposed to take me inside GeoServer again with https link
tomcat, centos, geoserver
9
6,280
2
https://stackoverflow.com/questions/68783126/issue-with-geoserver-login-with-ssl
65,863,241
Gcc-multilib for Fedora
I'm trying to install gcc-multilib on fedora, but I cannot find out how. AFAIK it is a Debian/Ubuntu specific package. Nevertheless, it is required for SASM IDE, in order to compile and debug FASM, NASM and gas assembly.
Gcc-multilib for Fedora I'm trying to install gcc-multilib on fedora, but I cannot find out how. AFAIK it is a Debian/Ubuntu specific package. Nevertheless, it is required for SASM IDE, in order to compile and debug FASM, NASM and gas assembly.
linux, gcc, fedora, sasm
9
7,795
1
https://stackoverflow.com/questions/65863241/gcc-multilib-for-fedora
65,162,259
Is there a possibility to change restart policy of podman container?
Is there a possibility to change container restart policy using podman? We can set policy during creating container podman run --restart always , but how to change it when the container is created? Using docker we have docker update command which allows us to do so. Unfortunately there is no podman update command. Can ...
Is there a possibility to change restart policy of podman container? Is there a possibility to change container restart policy using podman? We can set policy during creating container podman run --restart always , but how to change it when the container is created? Using docker we have docker update command which allo...
centos, podman
9
10,522
2
https://stackoverflow.com/questions/65162259/is-there-a-possibility-to-change-restart-policy-of-podman-container
64,792,380
Fedora 33 git pull or clone no longer working and/or ssh key no longer recognized
I recently set up Fedora 33 and was migrating over my files. I copied over my ssh keys and found that I could no longer pull from bitbucket git repos I was able to pull from on my old laptop. The ssh keys are exactly the same, and the public key is already on the bitbucket account. Additionally the permissions were set...
Fedora 33 git pull or clone no longer working and/or ssh key no longer recognized I recently set up Fedora 33 and was migrating over my files. I copied over my ssh keys and found that I could no longer pull from bitbucket git repos I was able to pull from on my old laptop. The ssh keys are exactly the same, and the pub...
git, ssh, fedora
9
4,084
2
https://stackoverflow.com/questions/64792380/fedora-33-git-pull-or-clone-no-longer-working-and-or-ssh-key-no-longer-recognize
64,205,680
Can't find any man pages in Fedora Docker Image
After installing the man pages via dnf, I still can't find them inside /usr/share/man. docker run --rm -it fedora bash -c "dnf install -y man-pages && ls -lR /usr/share/man" Did I miss something?
Can't find any man pages in Fedora Docker Image After installing the man pages via dnf, I still can't find them inside /usr/share/man. docker run --rm -it fedora bash -c "dnf install -y man-pages && ls -lR /usr/share/man" Did I miss something?
docker, fedora, manpage
9
1,666
3
https://stackoverflow.com/questions/64205680/cant-find-any-man-pages-in-fedora-docker-image