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 |
|---|---|---|---|---|---|---|---|---|
31,555,431 | The font of my modelsim is too small to see | As you can see, the font of modelsim's text editor is very small. But I can't change the size in Tools->Edit Preferences->Source Window->Fonts . However, I can make the letters bigger by set the DPI higher(through System Settings->Fonts ) or set the resolution of the screen to a appropriate value, such as 1024X720, whi... | The font of my modelsim is too small to see As you can see, the font of modelsim's text editor is very small. But I can't change the size in Tools->Edit Preferences->Source Window->Fonts . However, I can make the letters bigger by set the DPI higher(through System Settings->Fonts ) or set the resolution of the screen t... | linux, fedora, modelsim | 16 | 25,886 | 9 | https://stackoverflow.com/questions/31555431/the-font-of-my-modelsim-is-too-small-to-see |
15,614,823 | pam_appl.h and pam_misc.h missing, in rshd.c source code | I am working on a centOS 5.5 OS . It shows error that /security/pam_appl.h and /security/misc.h file is missing. Actually my rshd.c does not loads PAM module, may be by putting this libraries, it helps me to work my rshd fine. That's why I posted this question. Error:- rshd.c:90:31: error: security/pam_appl.h: No such ... | pam_appl.h and pam_misc.h missing, in rshd.c source code I am working on a centOS 5.5 OS . It shows error that /security/pam_appl.h and /security/misc.h file is missing. Actually my rshd.c does not loads PAM module, may be by putting this libraries, it helps me to work my rshd fine. That's why I posted this question. E... | c, linux, centos, pam, rsh | 16 | 33,836 | 4 | https://stackoverflow.com/questions/15614823/pam-appl-h-and-pam-misc-h-missing-in-rshd-c-source-code |
14,885,328 | What is needed to use gdb 7's support for debugging Python programs? | I'd like to use gdb 7's support for debugging Python "inferior processes". What do I need to be able to do that? For example: What flags does the inferior Python's configure script need to have been run with? Does the inferior Python process have to be Python 2.7 or newer (I see that's when the part of the gdb support ... | What is needed to use gdb 7's support for debugging Python programs? I'd like to use gdb 7's support for debugging Python "inferior processes". What do I need to be able to do that? For example: What flags does the inferior Python's configure script need to have been run with? Does the inferior Python process have to b... | python, debugging, ubuntu, gdb, centos | 16 | 13,493 | 2 | https://stackoverflow.com/questions/14885328/what-is-needed-to-use-gdb-7s-support-for-debugging-python-programs |
13,342,003 | NS: got insecure response; parent indicates it should be secure | I'm trying to run Bind on Centos 6.3 on my school network and I'm having trouble getting external queries to work. I can dig/query my own zones running on my server, but once I dig for an external domain name I see the following in my log files: NS: got insecure response; parent indicates it should be secure I have dis... | NS: got insecure response; parent indicates it should be secure I'm trying to run Bind on Centos 6.3 on my school network and I'm having trouble getting external queries to work. I can dig/query my own zones running on my server, but once I dig for an external domain name I see the following in my log files: NS: got in... | dns, centos, bind, named | 16 | 42,891 | 3 | https://stackoverflow.com/questions/13342003/ns-got-insecure-response-parent-indicates-it-should-be-secure |
11,753,529 | Install perl-JSON on centos | When I'm trying to run a perl script (on my centos 6 machine) I get this message: Can't locate JSON.pm in @INC (@INC contains: /usr/local/lib/perl5/5.10.1/x86_64-linux-thread-multi /usr/local/lib/perl5/5.10.1 /usr/local/lib/perl5/site_perl/5.10.1/x86_64-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.1 .)... Aft... | Install perl-JSON on centos When I'm trying to run a perl script (on my centos 6 machine) I get this message: Can't locate JSON.pm in @INC (@INC contains: /usr/local/lib/perl5/5.10.1/x86_64-linux-thread-multi /usr/local/lib/perl5/5.10.1 /usr/local/lib/perl5/site_perl/5.10.1/x86_64-linux-thread-multi /usr/local/lib/perl... | json, perl, centos, centos6 | 16 | 68,996 | 3 | https://stackoverflow.com/questions/11753529/install-perl-json-on-centos |
8,341,678 | PHP mail function not working on Centos server | I am using centos Server and have to send the mail to the user so i copied running code of mine from one server and used it in here, but it is not sending mails. Code is : $to = $email; //writing mail to the user $subject = "Hii"; $message = "<table> <tr><td> Hello ".$email.",</td></tr> <tr><td> Some Text </td></tr> <t... | PHP mail function not working on Centos server I am using centos Server and have to send the mail to the user so i copied running code of mine from one server and used it in here, but it is not sending mails. Code is : $to = $email; //writing mail to the user $subject = "Hii"; $message = "<table> <tr><td> Hello ".$emai... | php, email, centos, sendmail | 16 | 74,565 | 7 | https://stackoverflow.com/questions/8341678/php-mail-function-not-working-on-centos-server |
78,692,851 | Could not retrieve mirrorlist [URL] | I'm currently running into an issue with my docker builds that rely on centos7 I reference the image as follows: FROM centos:7 Error: Could not retrieve mirrorlist [URL] error was curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" I understand centos7 was EOL on June 30, 2024; however, I didn't thi... | Could not retrieve mirrorlist [URL] I'm currently running into an issue with my docker builds that rely on centos7 I reference the image as follows: FROM centos:7 Error: Could not retrieve mirrorlist [URL] error was curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" I understand centos7 was EOL on ... | docker, image, dockerfile, centos, centos7 | 15 | 47,501 | 2 | https://stackoverflow.com/questions/78692851/could-not-retrieve-mirrorlist-http-mirrorlist-centos-org-release-7arch-x86-6 |
60,234,236 | yum doesn't have enough cached data to continue. At this point the only\n safe thing yum can do is fail | We use custom yum repos at our company. Something is causing them to fail the yum makecache command. I'm on CentOS Linux release 7.7.1908 (Core) . Here's the error that we get when we run yum makecache : One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this po... | yum doesn't have enough cached data to continue. At this point the only\n safe thing yum can do is fail We use custom yum repos at our company. Something is causing them to fail the yum makecache command. I'm on CentOS Linux release 7.7.1908 (Core) . Here's the error that we get when we run yum makecache : One of the c... | centos, yum | 15 | 82,454 | 5 | https://stackoverflow.com/questions/60234236/yum-doesnt-have-enough-cached-data-to-continue-at-this-point-the-only-n-safe-t |
57,657,645 | pam_unix(sudo:auth): conversation failed, auth could not identify password for [username] | I'm using ansible to provision my Centos 7 produciton cluster. Unfortunately, execution of below command results with ansible Tiemout and Linux Pluggable Authentication Modules ( pam ) error conversation failed . The same ansible command works well, executed against virtual lab mad out of vagrant boxes. Ansible Command... | pam_unix(sudo:auth): conversation failed, auth could not identify password for [username] I'm using ansible to provision my Centos 7 produciton cluster. Unfortunately, execution of below command results with ansible Tiemout and Linux Pluggable Authentication Modules ( pam ) error conversation failed . The same ansible ... | ssh, ansible, centos, pam, sshd | 15 | 97,398 | 7 | https://stackoverflow.com/questions/57657645/pam-unixsudoauth-conversation-failed-auth-could-not-identify-password-for |
54,215,054 | /lib/modules/<version>/build/ not existent | I am trying to write a very basic "Hello World" device driver example which is taught in any device driver implementation introductory course. My makefile is as follows: obj-m := hello.o KDIR := /lib/modules/$(shell uname -r)/bulid PWD := $(shell pwd) all: make -C $(KDIR) M=$(PWD) modules When I am using the make comma... | /lib/modules/<version>/build/ not existent I am trying to write a very basic "Hello World" device driver example which is taught in any device driver implementation introductory course. My makefile is as follows: obj-m := hello.o KDIR := /lib/modules/$(shell uname -r)/bulid PWD := $(shell pwd) all: make -C $(KDIR) M=$(... | linux, linux-kernel, centos, linux-device-driver | 15 | 42,018 | 1 | https://stackoverflow.com/questions/54215054/lib-modules-version-build-not-existent |
50,085,286 | PostgreSQL - FATAL: Ident authentication failed for user | I've created a simple table in postgres called employees in database mytestdb I would like to import this table into hdfs. bin/sqoop import --connect 'jdbc:postgresql://127.0.0.1/mytestdb' --username user -P --table employees --target-dir /user/postgres But, I keep receiving an error: WARNING: SQLException occurred whi... | PostgreSQL - FATAL: Ident authentication failed for user I've created a simple table in postgres called employees in database mytestdb I would like to import this table into hdfs. bin/sqoop import --connect 'jdbc:postgresql://127.0.0.1/mytestdb' --username user -P --table employees --target-dir /user/postgres But, I ke... | postgresql, centos, centos7, sqoop | 15 | 26,080 | 2 | https://stackoverflow.com/questions/50085286/postgresql-fatal-ident-authentication-failed-for-user |
48,962,730 | Docker not completely removed | I have a problem while installing docker-ce I trying to remove old docker by using command yum remove docker docker-common docker-selinux docker-engine . But I noticed that all docker command is still usable. For example, [root@caffeDNN ~]# docker version Client: Version: 1.13.1 API version: 1.26 Go version: go1.7.5 Gi... | Docker not completely removed I have a problem while installing docker-ce I trying to remove old docker by using command yum remove docker docker-common docker-selinux docker-engine . But I noticed that all docker command is still usable. For example, [root@caffeDNN ~]# docker version Client: Version: 1.13.1 API versio... | docker, centos | 15 | 87,870 | 4 | https://stackoverflow.com/questions/48962730/docker-not-completely-removed |
48,328,661 | Can't start Cassandra after OS patch up | When I try to start Cassandra after patching my OS, I get this error: Exception (java.lang.AbstractMethodError) encountered during startup: org.apache.cassandra.utils.JMXServerUtils$Exporter.exportObject(Ljava/rmi/Remote;ILjava/rmi/server/RMIClientSocketFactory;Ljava/rmi/server/RMIServerSocketFactory;Lsun/misc/ObjectIn... | Can't start Cassandra after OS patch up When I try to start Cassandra after patching my OS, I get this error: Exception (java.lang.AbstractMethodError) encountered during startup: org.apache.cassandra.utils.JMXServerUtils$Exporter.exportObject(Ljava/rmi/Remote;ILjava/rmi/server/RMIClientSocketFactory;Ljava/rmi/server/R... | cassandra, datastax, rhel | 15 | 7,018 | 4 | https://stackoverflow.com/questions/48328661/cant-start-cassandra-after-os-patch-up |
47,175,706 | how to install gcc 4.9.2 on RHEL 7.4 | I am trying to install gcc and g++ 4.9.2 on Linux. I'm pretty new with Linux and i saw some guides of how to install, but each time I encountered with another problem. I don't have any gcc right now on my machine. my Linux version is: Red Hat Enterprise Linux Server release 7.4 (Maipo) can someone help me and give me i... | how to install gcc 4.9.2 on RHEL 7.4 I am trying to install gcc and g++ 4.9.2 on Linux. I'm pretty new with Linux and i saw some guides of how to install, but each time I encountered with another problem. I don't have any gcc right now on my machine. my Linux version is: Red Hat Enterprise Linux Server release 7.4 (Mai... | linux, gcc, g++, centos7, rhel7 | 15 | 69,879 | 4 | https://stackoverflow.com/questions/47175706/how-to-install-gcc-4-9-2-on-rhel-7-4 |
46,066,944 | Docker: " login attempt to [URL] failed with status: 404 Not Found" in Fedora 25 | I have Docker CE installed in Fedora 25. When I try to login into docker hub using below command I am getting error. $ docker login --username xxx --password yyy [URL] WARNING! Using --password via the CLI is insecure. Use --password-stdin. Error response from daemon: login attempt to [URL] failed with status: 404 Not ... | Docker: " login attempt to [URL] failed with status: 404 Not Found" in Fedora 25 I have Docker CE installed in Fedora 25. When I try to login into docker hub using below command I am getting error. $ docker login --username xxx --password yyy [URL] WARNING! Using --password via the CLI is insecure. Use --password-stdin... | docker, virtualbox, fedora | 15 | 22,165 | 7 | https://stackoverflow.com/questions/46066944/docker-login-attempt-to-https-hub-docker-com-v2-failed-with-status-404-no |
37,356,415 | Load MySQL timezone tables | trying to load the MySQL timezone tables, read many related posts here and the MySQL docs and can't find solution my problem. I connect SSH via PUTTY as root and issue this command: mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql I get these errors: Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab... | Load MySQL timezone tables trying to load the MySQL timezone tables, read many related posts here and the MySQL docs and can't find solution my problem. I connect SSH via PUTTY as root and issue this command: mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql I get these errors: Warning: Unable to load '/usr... | mysql, centos | 15 | 11,547 | 1 | https://stackoverflow.com/questions/37356415/load-mysql-timezone-tables |
34,930,015 | How to "connect" a git repository without cloning it first? | I got a git repo on bitbucket that was used a few months ago for a php application. I now have a new server and I would like to connect the local folder of this app on that repository. Challenge for me is that the local version is now more up to date than the bitbucket version. I'm newbie on git, and instructions I fin... | How to "connect" a git repository without cloning it first? I got a git repo on bitbucket that was used a few months ago for a php application. I now have a new server and I would like to connect the local folder of this app on that repository. Challenge for me is that the local version is now more up to date than the ... | git, centos, bitbucket | 15 | 19,894 | 5 | https://stackoverflow.com/questions/34930015/how-to-connect-a-git-repository-without-cloning-it-first |
29,501,730 | multiple tar (source files) files in rpm.spec file | I have come up with a a centralized logging server on linux. At this point I am trying to consolidate to make things a little easier to load onto another machine. I want to have one RPM that will install multiple programs in one shot. I am working on a CentOS 7 server. the programs that I am looking to pack into an rpm... | multiple tar (source files) files in rpm.spec file I have come up with a a centralized logging server on linux. At this point I am trying to consolidate to make things a little easier to load onto another machine. I want to have one RPM that will install multiple programs in one shot. I am working on a CentOS 7 server.... | linux, centos, rpm, centos7 | 15 | 15,058 | 2 | https://stackoverflow.com/questions/29501730/multiple-tar-source-files-files-in-rpm-spec-file |
27,244,511 | 'No package nginx available' error CentOS 6.5 | I'm trying to install nginx on CentOS 6.5, then I added these lines on file /etc/yum.repos.d/nginx.repo Then install nginx by: And I've got a message error: No package nginx available How can I fix it? I would greatly appreciate any help you can give me in working this problem! | 'No package nginx available' error CentOS 6.5 I'm trying to install nginx on CentOS 6.5, then I added these lines on file /etc/yum.repos.d/nginx.repo Then install nginx by: And I've got a message error: No package nginx available How can I fix it? I would greatly appreciate any help you can give me in working this prob... | linux, nginx, centos, installation, centos6.5 | 15 | 36,599 | 10 | https://stackoverflow.com/questions/27244511/no-package-nginx-available-error-centos-6-5 |
27,113,696 | MySQL won't install in CentOS due to conflict with mariadb | I just installed CentOS Linux and then downloaded the MySQL tar file to install MySQL. I extracted the 6 enclosed rpm files, and clicked on the -server rpm file to install it. But I get the following dialog box error: Failed to install file Two packages provide the same name. This is usually due to mixing packages from... | MySQL won't install in CentOS due to conflict with mariadb I just installed CentOS Linux and then downloaded the MySQL tar file to install MySQL. I extracted the 6 enclosed rpm files, and clicked on the -server rpm file to install it. But I get the following dialog box error: Failed to install file Two packages provide... | mysql, linux, terminal, centos | 15 | 48,812 | 6 | https://stackoverflow.com/questions/27113696/mysql-wont-install-in-centos-due-to-conflict-with-mariadb |
26,380,407 | CMake "clang++ is not able compile a simple test program" (Fedora 20) | So I tried to install clang + cmake to compile a simple C++ program and I'm getting the following error: -- The C compiler identification is GNU 4.8.3 -- The CXX compiler identification is Clang 3.5.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compi... | CMake "clang++ is not able compile a simple test program" (Fedora 20) So I tried to install clang + cmake to compile a simple C++ program and I'm getting the following error: -- The C compiler identification is GNU 4.8.3 -- The CXX compiler identification is Clang 3.5.0 -- Check for working C compiler: /usr/bin/cc -- C... | c++, cmake, clang, fedora | 15 | 26,602 | 2 | https://stackoverflow.com/questions/26380407/cmake-clang-is-not-able-compile-a-simple-test-program-fedora-20 |
23,638,271 | How to Compile 32-bit Apps on 64-bit RHEL? | I'm trying to compile a 32-bit C application on RHEL 7 64-bit using gcc 4.8. I'm getting a compiler error /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory . What do I need to do to get 32 bit apps compiled and linked? | How to Compile 32-bit Apps on 64-bit RHEL? I'm trying to compile a 32-bit C application on RHEL 7 64-bit using gcc 4.8. I'm getting a compiler error /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory . What do I need to do to get 32 bit apps compiled and linked? | gcc, x86, 32-bit, rhel7 | 15 | 25,179 | 1 | https://stackoverflow.com/questions/23638271/how-to-compile-32-bit-apps-on-64-bit-rhel |
23,589,971 | Yum not working? | I have default python 2.7 and i try to install python3.3 and install pip3 and Django.now when i try to install others using yum i got this error.for a example yum update There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: No module named yum Please install... | Yum not working? I have default python 2.7 and i try to install python3.3 and install pip3 and Django.now when i try to install others using yum i got this error.for a example yum update There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: No module named y... | python, fedora | 15 | 83,351 | 2 | https://stackoverflow.com/questions/23589971/yum-not-working |
23,023,783 | Vim compiled with Python support but can't see sys version | I compiled the development version of Vim with both Python 2 and Python 3 support. The output of vim --version has +python/dyn and +python3/dyn in it. I ran the configure file with g ./configure --enable-pythoninterp --enable-python3interp --with-python-config-dir=/usr/lib64/python2.7/config --with-python3-config-dir=/... | Vim compiled with Python support but can't see sys version I compiled the development version of Vim with both Python 2 and Python 3 support. The output of vim --version has +python/dyn and +python3/dyn in it. I ran the configure file with g ./configure --enable-pythoninterp --enable-python3interp --with-python-config-... | python, vim, fedora | 15 | 12,030 | 1 | https://stackoverflow.com/questions/23023783/vim-compiled-with-python-support-but-cant-see-sys-version |
21,561,283 | Install ack-grep on CentOS | I went through fair amount of google search to install ack-grep on CentOS but I didn't find anything help. I also looked for the source codes but couldn't find it neither. Does anyone know how to install it on the OS? Thanks a lot. | Install ack-grep on CentOS I went through fair amount of google search to install ack-grep on CentOS but I didn't find anything help. I also looked for the source codes but couldn't find it neither. Does anyone know how to install it on the OS? Thanks a lot. | centos, ack | 15 | 15,729 | 6 | https://stackoverflow.com/questions/21561283/install-ack-grep-on-centos |
18,173,889 | Cannot access Centos sshd on Docker | I read an article that SSH Daemon Service . But I want to run on Centos6.4. So I setup from official centos image with almost same istruction. Then I connect to centos sshd server, but connection is closed immediately. Here is the message. ssh root@localhost -p 49164 The authenticity of host '[localhost]:49164 ([127.0.... | Cannot access Centos sshd on Docker I read an article that SSH Daemon Service . But I want to run on Centos6.4. So I setup from official centos image with almost same istruction. Then I connect to centos sshd server, but connection is closed immediately. Here is the message. ssh root@localhost -p 49164 The authenticity... | centos, docker | 15 | 25,087 | 5 | https://stackoverflow.com/questions/18173889/cannot-access-centos-sshd-on-docker |
13,631,173 | Adding a path to the .bashrc file? | At the moment I am trying to add a path for ns-2 to my .bashrc file, I have installed the ns-allinone-2.34 but the command ns gives the result: command not found when entered into the shell. Here is what my .bashrc file currently looks like, I edited it using gedit: # .bashrc # Source global definitions if [ -f /etc/ba... | Adding a path to the .bashrc file? At the moment I am trying to add a path for ns-2 to my .bashrc file, I have installed the ns-allinone-2.34 but the command ns gives the result: command not found when entered into the shell. Here is what my .bashrc file currently looks like, I edited it using gedit: # .bashrc # Source... | bash, path, edit, fedora | 15 | 90,371 | 2 | https://stackoverflow.com/questions/13631173/adding-a-path-to-the-bashrc-file |
10,377,393 | Deleting Files Permanently and Securely on CentOS | I would like to know how would to permanently and securely delete files on CentOS. The problem I'm having right now is that, the filesystem is ext3, and when I thought of using srm- it said something like "It should work on ext2, FAT-based file systems, and the BSDnative file system. Ext3 users should be especially car... | Deleting Files Permanently and Securely on CentOS I would like to know how would to permanently and securely delete files on CentOS. The problem I'm having right now is that, the filesystem is ext3, and when I thought of using srm- it said something like "It should work on ext2, FAT-based file systems, and the BSDnativ... | linux, security, filesystems, centos | 15 | 17,552 | 2 | https://stackoverflow.com/questions/10377393/deleting-files-permanently-and-securely-on-centos |
8,978,261 | How can I cat a remote file to read the parameters in Bash? | How can I cat a remote file? Currently, it works for local files only. #!/bin/bash regex='url=(.*)' # for i in $(cat /var/tmp/localfileworks.txt); for i in $(cat [URL] do echo $i; # if [[ $i =~ $regex ]]; then #echo ${BASH_REMATCH[1]} #fi done cat: [URL] No such file or directory | How can I cat a remote file to read the parameters in Bash? How can I cat a remote file? Currently, it works for local files only. #!/bin/bash regex='url=(.*)' # for i in $(cat /var/tmp/localfileworks.txt); for i in $(cat [URL] do echo $i; # if [[ $i =~ $regex ]]; then #echo ${BASH_REMATCH[1]} #fi done cat: [URL] No su... | linux, bash, fedora | 15 | 27,143 | 4 | https://stackoverflow.com/questions/8978261/how-can-i-cat-a-remote-file-to-read-the-parameters-in-bash |
8,819,554 | GLIBC_2.7 not found | I am getting the following error when trying to run several executables: /lib/libc.so.6: version `GLIBC_2.7' not found (required by .tools/bridge/bridge) I have recently upgraded from CentOS 5.3 to 5.7 (I am required to run these tools on CentOS 5, so I can't upgrade to 6). I recompiled the whole code but this error st... | GLIBC_2.7 not found I am getting the following error when trying to run several executables: /lib/libc.so.6: version `GLIBC_2.7' not found (required by .tools/bridge/bridge) I have recently upgraded from CentOS 5.3 to 5.7 (I am required to run these tools on CentOS 5, so I can't upgrade to 6). I recompiled the whole co... | centos, glibc, libc | 15 | 44,039 | 2 | https://stackoverflow.com/questions/8819554/glibc-2-7-not-found |
448,794 | How does an Amazon EC2 instance select its kernel? | I have an Amazon EC2 instance using the Amazon-supplied Fedora 8 64-bit AMI, which I would like to upgrade to Fedora 10. I tried doing this by running "yum update" to upgrade the kernel and all packages. This seemed to work fine and I see that I now have the fc10 kernel installed, and all of my installed packages have ... | How does an Amazon EC2 instance select its kernel? I have an Amazon EC2 instance using the Amazon-supplied Fedora 8 64-bit AMI, which I would like to upgrade to Fedora 10. I tried doing this by running "yum update" to upgrade the kernel and all packages. This seemed to work fine and I see that I now have the fc10 kerne... | amazon-web-services, amazon-ec2, kernel, fedora | 15 | 18,487 | 6 | https://stackoverflow.com/questions/448794/how-does-an-amazon-ec2-instance-select-its-kernel |
242,059 | OpenGl with Python | I am currently in a course that is using OpenGL and I have been using C for all the programs so far. I have Python installed on Fedora as well as OpenGL, however the minute I call an OpenGL command in my Python code, I get a segmentation fault . I have no idea why this is. Just to avoid the "just use C" comments, here ... | OpenGl with Python I am currently in a course that is using OpenGL and I have been using C for all the programs so far. I have Python installed on Fedora as well as OpenGL, however the minute I call an OpenGL command in my Python code, I get a segmentation fault . I have no idea why this is. Just to avoid the "just use... | python, opengl, fedora | 15 | 19,098 | 6 | https://stackoverflow.com/questions/242059/opengl-with-python |
64,640,596 | ssh Permission denied (publickey) after upgrade Fedora 33 | i have been trying many answers on this Stackoverlow questions same like i am asking now, but still can't resolve my problem, i am trying to clone by ssh but always got Permission denied (publickey) when i run GIT_SSH_COMMAND="ssh -vvv" git clone git@bitbucket.org:myusername/my-api.git debug1: kex: algorithm: curve2551... | ssh Permission denied (publickey) after upgrade Fedora 33 i have been trying many answers on this Stackoverlow questions same like i am asking now, but still can't resolve my problem, i am trying to clone by ssh but always got Permission denied (publickey) when i run GIT_SSH_COMMAND="ssh -vvv" git clone git@bitbucket.o... | git, ssh, bitbucket, rsa, fedora | 14 | 7,389 | 3 | https://stackoverflow.com/questions/64640596/ssh-permission-denied-publickey-after-upgrade-fedora-33 |
58,443,334 | Why Does Podman Report "Not enough IDs available in namespace" with different UIDs? | Facts: Rootless podman works perfectly for uid 1480 Rootless podman fails for uid 2088 CentOS 7 Kernel 3.10.0-1062.1.2.el7.x86_64 podman version 1.4.4 Almost the entire environment has been removed between the two The filesystem for /tmp is xfs The capsh output of the two users is identical but for uid / username Both ... | Why Does Podman Report "Not enough IDs available in namespace" with different UIDs? Facts: Rootless podman works perfectly for uid 1480 Rootless podman fails for uid 2088 CentOS 7 Kernel 3.10.0-1062.1.2.el7.x86_64 podman version 1.4.4 Almost the entire environment has been removed between the two The filesystem for /tm... | centos, containers, cgroups, linux-namespaces, podman | 14 | 19,522 | 3 | https://stackoverflow.com/questions/58443334/why-does-podman-report-not-enough-ids-available-in-namespace-with-different-ui |
51,698,044 | libncurses.so.5 - cannot open shared library, Fedora | I am getting this error when I try to run a 64-bit program on a new 64-bit Fedora 28 installation. I have tried to install the ncurses library these ways: sudo yum install ncurses-libs sudo dnf install ncurses-devel yum provides libncurses.so.5 There is no file called libncurses.so.5 anywhere on the filesystem. There i... | libncurses.so.5 - cannot open shared library, Fedora I am getting this error when I try to run a 64-bit program on a new 64-bit Fedora 28 installation. I have tried to install the ncurses library these ways: sudo yum install ncurses-libs sudo dnf install ncurses-devel yum provides libncurses.so.5 There is no file calle... | fedora, ncurses | 14 | 32,152 | 4 | https://stackoverflow.com/questions/51698044/libncurses-so-5-cannot-open-shared-library-fedora |
50,073,853 | Cannot upgrade server earlier than 5.7 to 8.0 in centos. server start fail | I try to configure Mysql server on centos 7.4. After installing Mysql 8.0 to my system, systemctl restart mysqld failed. See the error log /var/log/mysqld.log. [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.11) starting as process 320 [ERROR] [MY-013168] [InnoDB] Cannot upgrade server earlier than 5.7 to 8.... | Cannot upgrade server earlier than 5.7 to 8.0 in centos. server start fail I try to configure Mysql server on centos 7.4. After installing Mysql 8.0 to my system, systemctl restart mysqld failed. See the error log /var/log/mysqld.log. [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.11) starting as process 32... | mysql, centos | 14 | 6,794 | 1 | https://stackoverflow.com/questions/50073853/cannot-upgrade-server-earlier-than-5-7-to-8-0-in-centos-server-start-fail |
47,043,351 | SessionHandler::gc(): ps_files_cleanup_dir | Permission denied (13) | i have a problem with PHP7 in CentoOS (WHM/CPANEL) and Prestashop 1.7 the system gives me this messagges: Notice on line 429 in file /home/onywf3fr9a/public_html/app/cache/dev/classes.php [8] SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php70) failed: Permission denied (13) | SessionHandler::gc(): ps_files_cleanup_dir | Permission denied (13) i have a problem with PHP7 in CentoOS (WHM/CPANEL) and Prestashop 1.7 the system gives me this messagges: Notice on line 429 in file /home/onywf3fr9a/public_html/app/cache/dev/classes.php [8] SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/cpa... | php, centos, prestashop, prestashop-1.7 | 14 | 53,375 | 6 | https://stackoverflow.com/questions/47043351/sessionhandlergc-ps-files-cleanup-dir-permission-denied-13 |
46,124,295 | Pycharm Startup Error: Unable to detect graphics environment | I'm trying to setup Pycharm professional edition on Fedora 25 x64. After downloading the files and extracting them, I'm trying to run the script ./pycharm.sh in the bin directory. This is the error I get: Startup Error: Unable to detect graphics environment I have checked my Java version [root@localhost bin]# java -ver... | Pycharm Startup Error: Unable to detect graphics environment I'm trying to setup Pycharm professional edition on Fedora 25 x64. After downloading the files and extracting them, I'm trying to run the script ./pycharm.sh in the bin directory. This is the error I get: Startup Error: Unable to detect graphics environment I... | linux, pycharm, fedora | 14 | 80,319 | 9 | https://stackoverflow.com/questions/46124295/pycharm-startup-error-unable-to-detect-graphics-environment |
41,925,585 | GCC error: /usr/lib/rpm/redhat/redhat-hardened-cc1: No such file or directory | [axaysd@localhost ~]$ sudo pip install lightfm [sudo] password for axaysd: Collecting lightfm Using cached lightfm-1.12.tar.gz Requirement already satisfied: numpy in /usr/lib64/python2.7/site-packages (from lightfm) Requirement already satisfied: scipy>=0.17.0 in /usr/lib64/python2.7/site-packages (from lightfm) Requi... | GCC error: /usr/lib/rpm/redhat/redhat-hardened-cc1: No such file or directory [axaysd@localhost ~]$ sudo pip install lightfm [sudo] password for axaysd: Collecting lightfm Using cached lightfm-1.12.tar.gz Requirement already satisfied: numpy in /usr/lib64/python2.7/site-packages (from lightfm) Requirement already satis... | python, linux, python-3.x, pip, fedora | 14 | 8,892 | 2 | https://stackoverflow.com/questions/41925585/gcc-error-usr-lib-rpm-redhat-redhat-hardened-cc1-no-such-file-or-directory |
41,209,361 | What's the difference between yum -y install and yum install in CentOS | I've seen two ways to install packages,for example,squid on CentOS: 1. yum -y install squid 2. yum install squid can anyone tell me what's the difference between them ? also, I'm using CentOS v.6.6 | What's the difference between yum -y install and yum install in CentOS I've seen two ways to install packages,for example,squid on CentOS: 1. yum -y install squid 2. yum install squid can anyone tell me what's the difference between them ? also, I'm using CentOS v.6.6 | linux, centos, centos6, yum, squid | 14 | 19,535 | 2 | https://stackoverflow.com/questions/41209361/whats-the-difference-between-yum-y-install-and-yum-install-in-centos |
40,588,444 | how to install python3-tk in centos? | I need to install python3-tk in order to use matplotlib. I have tried: (python_3.4_numerical) [lpuggini@machinelearn-1 ~]$ sudo yum install python3-tk [sudo] password for lpuggini: Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: mirrors.clouvider.net * epel: epel.check-update... | how to install python3-tk in centos? I need to install python3-tk in order to use matplotlib. I have tried: (python_3.4_numerical) [lpuggini@machinelearn-1 ~]$ sudo yum install python3-tk [sudo] password for lpuggini: Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: mirrors.cl... | python, matplotlib, tkinter, centos | 14 | 42,502 | 10 | https://stackoverflow.com/questions/40588444/how-to-install-python3-tk-in-centos |
39,418,264 | Creating tables in InfluxDB via Terminal | Are there tutorials online that teaches you how to create tables and input values in InfluxDB? How would you create a table and insert values into them? | Creating tables in InfluxDB via Terminal Are there tutorials online that teaches you how to create tables and input values in InfluxDB? How would you create a table and insert values into them? | mysql, sql, centos, influxdb | 14 | 21,897 | 3 | https://stackoverflow.com/questions/39418264/creating-tables-in-influxdb-via-terminal |
34,472,937 | Install Docker on OpenVZ VPS | I have a OpenVZ VPS, the operating system is CentOS 6, I try to install Docker, but Docker start error. Starting cgconfig service: Error: cannot mount cpuset to /cgroup/cpuset: Invalid argument /sbin/cgconfigparser; error loading /etc/cgconfig.conf: Cgroup mounting failed Failed to parse /etc/cgconfig.conf or /etc/cgco... | Install Docker on OpenVZ VPS I have a OpenVZ VPS, the operating system is CentOS 6, I try to install Docker, but Docker start error. Starting cgconfig service: Error: cannot mount cpuset to /cgroup/cpuset: Invalid argument /sbin/cgconfigparser; error loading /etc/cgconfig.conf: Cgroup mounting failed Failed to parse /e... | docker, centos, openvz | 14 | 23,926 | 2 | https://stackoverflow.com/questions/34472937/install-docker-on-openvz-vps |
31,080,665 | Eclipse won't launch because reload maven project has encountered a problem | When I try to start Eclipse Luna in CentOS 7, I get the following dialog box: How can I resolve this and get eclipse to start? | Eclipse won't launch because reload maven project has encountered a problem When I try to start Eclipse Luna in CentOS 7, I get the following dialog box: How can I resolve this and get eclipse to start? | linux, eclipse, maven, centos, m2eclipse | 14 | 16,205 | 3 | https://stackoverflow.com/questions/31080665/eclipse-wont-launch-because-reload-maven-project-has-encountered-a-proble |
30,931,692 | Diffie-Hellman public key error with Tomcat 7 | I successfully set up two Ubuntu machines with Tomcat and SSL certificates. I followed exactly the same procedure with Centos 6, but I'm getting this when I'm trying to connect to the Server (using Opera): Server has a weak, ephemeral Diffie-Hellman public key The connector is the following, and there are no errors in ... | Diffie-Hellman public key error with Tomcat 7 I successfully set up two Ubuntu machines with Tomcat and SSL certificates. I followed exactly the same procedure with Centos 6, but I'm getting this when I'm trying to connect to the Server (using Opera): Server has a weak, ephemeral Diffie-Hellman public key The connector... | tomcat, ssl, centos, certificate, diffie-hellman | 14 | 35,138 | 5 | https://stackoverflow.com/questions/30931692/diffie-hellman-public-key-error-with-tomcat-7 |
30,022,983 | can't build matplotlib (png package issue) | try to build matplotlib on fedora-18, build fails with ... png: no [pkg-config information for 'libpng' could not be found.] ... * The following required packages can not be built: * png What should I do/check to build png package ? | can't build matplotlib (png package issue) try to build matplotlib on fedora-18, build fails with ... png: no [pkg-config information for 'libpng' could not be found.] ... * The following required packages can not be built: * png What should I do/check to build png package ? | python, linux, matplotlib, fedora | 14 | 12,527 | 3 | https://stackoverflow.com/questions/30022983/cant-build-matplotlib-png-package-issue |
27,172,142 | Conflicts with file from package filesystem-3.2 | After repeated attempts and trying to google this issue I'm stuck and am looking for help from my fellow stackers. Following the wiki from tcadmin I have to run the following commands wget [URL] yum -y install mono-2.11.4-i386.rpm --nogpgcheck /opt/mono-2.11.4/bin/mozroots --import --sync --quiet /opt/mono-2.11.4/bin/m... | Conflicts with file from package filesystem-3.2 After repeated attempts and trying to google this issue I'm stuck and am looking for help from my fellow stackers. Following the wiki from tcadmin I have to run the following commands wget [URL] yum -y install mono-2.11.4-i386.rpm --nogpgcheck /opt/mono-2.11.4/bin/mozroot... | linux, mono, centos | 14 | 36,426 | 3 | https://stackoverflow.com/questions/27172142/conflicts-with-file-from-package-filesystem-3-2 |
26,407,178 | File contains no sections headers | I keep getting this error everytime i use yum : yum install unison240 Loaded plugins: fastestmirror, priorities, refresh-packagekit, security Error: File contains no section headers. file: file://///etc/yum.repos.d/CentOS-Base.repo, line: 12 'priority=1\n' I am very new to this world (A small month) and didnt use it ve... | File contains no sections headers I keep getting this error everytime i use yum : yum install unison240 Loaded plugins: fastestmirror, priorities, refresh-packagekit, security Error: File contains no section headers. file: file://///etc/yum.repos.d/CentOS-Base.repo, line: 12 'priority=1\n' I am very new to this world (... | centos, yum | 14 | 77,377 | 2 | https://stackoverflow.com/questions/26407178/file-contains-no-sections-headers |
24,100,721 | tmux - attach to a session and specify window | I have a script (.sh) and I want it to run in a existing tmux session. I have 1 session with 8 windows in. Is there a command like tmux a -t session-name , which also specify the window? And would a script like this work? #!/bin/bash tmux a -t session-name #What ever to write to specify window# java -jar -Xmx4G -Xms4G ... | tmux - attach to a session and specify window I have a script (.sh) and I want it to run in a existing tmux session. I have 1 session with 8 windows in. Is there a command like tmux a -t session-name , which also specify the window? And would a script like this work? #!/bin/bash tmux a -t session-name #What ever to wri... | bash, session, centos, sh, tmux | 14 | 26,910 | 3 | https://stackoverflow.com/questions/24100721/tmux-attach-to-a-session-and-specify-window |
23,343,874 | Supervisord log file rotation settings | I have started some php processes with supervisord, and i am keeping all the stdout logs on one file and the error output on an other one. I have set the max size at 1mb and i am running 3 copies of each process. When i check the logs there appears to be more than one of the log files, so instead of " log1.log " there ... | Supervisord log file rotation settings I have started some php processes with supervisord, and i am keeping all the stdout logs on one file and the error output on an other one. I have set the max size at 1mb and i am running 3 copies of each process. When i check the logs there appears to be more than one of the log f... | php, centos, supervisord | 14 | 20,387 | 1 | https://stackoverflow.com/questions/23343874/supervisord-log-file-rotation-settings |
23,086,655 | MongoDB Service Will Not Start After Initial Setup | I am running Fedora 20 and installed MongoDB per the Red Hat installation guide on the official documentation. I was able to run the mongod daemon as a service without error the very first time but when I shut down my machine and came back, the service refused to start due to some failure. In my log, listed after the s... | MongoDB Service Will Not Start After Initial Setup I am running Fedora 20 and installed MongoDB per the Red Hat installation guide on the official documentation. I was able to run the mongod daemon as a service without error the very first time but when I shut down my machine and came back, the service refused to start... | linux, mongodb, fedora | 14 | 42,768 | 12 | https://stackoverflow.com/questions/23086655/mongodb-service-will-not-start-after-initial-setup |
22,913,794 | Setting a resolution for xvfb-run and wkhtmltopdf / wkhtmltoimage | I'm trying desperately to give xvfb-run some resolution arguments to take screenshots of websites with wkhtmltox in different resolutions. I'm using both xvfb-run and wkhtmltox on CentOS. xvfb-run --server-args="-screen 0 1024x768x24" wkhtmltoimage [URL] /tmp/bla.png Unfortunately my arguments are not respected by xvfb... | Setting a resolution for xvfb-run and wkhtmltopdf / wkhtmltoimage I'm trying desperately to give xvfb-run some resolution arguments to take screenshots of websites with wkhtmltox in different resolutions. I'm using both xvfb-run and wkhtmltox on CentOS. xvfb-run --server-args="-screen 0 1024x768x24" wkhtmltoimage [URL]... | centos, wkhtmltopdf, xvfb, wkhtmltoimage | 14 | 15,818 | 3 | https://stackoverflow.com/questions/22913794/setting-a-resolution-for-xvfb-run-and-wkhtmltopdf-wkhtmltoimage |
22,718,785 | Apache doesn't start after Vagrant reload | I'm trying to set up a simple dev environment with Vagrant. The base box (that I created) has CentOS 6.5 64bit with Apache and MySQL. The issue is, the httpd service doesn't start on boot after I reload the VM ( vagrant reload or vagrant halt then up ). The problem only occurs when I run a provision script that alters ... | Apache doesn't start after Vagrant reload I'm trying to set up a simple dev environment with Vagrant. The base box (that I created) has CentOS 6.5 64bit with Apache and MySQL. The issue is, the httpd service doesn't start on boot after I reload the VM ( vagrant reload or vagrant halt then up ). The problem only occurs ... | apache, centos, vagrant | 14 | 11,465 | 4 | https://stackoverflow.com/questions/22718785/apache-doesnt-start-after-vagrant-reload |
21,073,747 | Fatal error: Call to undefined function mb_strtolower() | i have a vps server i installed nginx + php-fpm now i have a problem with mb_strtolower() function this is my php info pleas goto this adress to see my php info [URL] how to fix this error? | Fatal error: Call to undefined function mb_strtolower() i have a vps server i installed nginx + php-fpm now i have a problem with mb_strtolower() function this is my php info pleas goto this adress to see my php info [URL] how to fix this error? | function, centos | 14 | 33,609 | 4 | https://stackoverflow.com/questions/21073747/fatal-error-call-to-undefined-function-mb-strtolower |
20,648,949 | PHP Warning: exec() unable to fork | So here is a little background info on my setup. Running Centos with apache and php 5.2.17. I have a website that lists products from many different retailers websites. I have crawler scripts that run to grab products from each website. Since every website is different, each crawler script had to be customized to crawl... | PHP Warning: exec() unable to fork So here is a little background info on my setup. Running Centos with apache and php 5.2.17. I have a website that lists products from many different retailers websites. I have crawler scripts that run to grab products from each website. Since every website is different, each crawler s... | php, centos | 14 | 48,713 | 5 | https://stackoverflow.com/questions/20648949/php-warning-exec-unable-to-fork |
15,902,165 | How to find out the time apache was last restarted? | I have a VPS with kloxo control panel installed. I am using CentOS 5.8 32-bit . I restarted Apache today but forgot the time when I did. It is very important to know the exact time. Can I find it out using the log files or SSH command? | How to find out the time apache was last restarted? I have a VPS with kloxo control panel installed. I am using CentOS 5.8 32-bit . I restarted Apache today but forgot the time when I did. It is very important to know the exact time. Can I find it out using the log files or SSH command? | apache, centos, kloxo | 14 | 25,876 | 2 | https://stackoverflow.com/questions/15902165/how-to-find-out-the-time-apache-was-last-restarted |
14,091,824 | Apache and Nginx both on port 80 | I'm trying to install Nginx on my current cloud Cent OS server which has Apache httpd installed and running. My hosting company tells me that Nginx and Apache can both run on port 80 at the same time so my plan was to transform .htaccess and Apache conf of Wordpress sites to Nginx after installing it via Yum. I also Go... | Apache and Nginx both on port 80 I'm trying to install Nginx on my current cloud Cent OS server which has Apache httpd installed and running. My hosting company tells me that Nginx and Apache can both run on port 80 at the same time so my plan was to transform .htaccess and Apache conf of Wordpress sites to Nginx after... | php, apache, nginx, centos | 14 | 23,446 | 3 | https://stackoverflow.com/questions/14091824/apache-and-nginx-both-on-port-80 |
13,922,955 | Installing MySQL-python without mysql-server on CentOS | I'm attempting to install MySQL-python on a machine running CentOS 5.5 and python 2.7. This machine isn't running a mysql server, the mysql instance this box will be using is hosted on a separate server. I do have a working mysql client. On attempting sudo pip install MySQL-python , I get an error of EnvironmentError: ... | Installing MySQL-python without mysql-server on CentOS I'm attempting to install MySQL-python on a machine running CentOS 5.5 and python 2.7. This machine isn't running a mysql server, the mysql instance this box will be using is hosted on a separate server. I do have a working mysql client. On attempting sudo pip inst... | centos, mysql-python | 14 | 28,673 | 3 | https://stackoverflow.com/questions/13922955/installing-mysql-python-without-mysql-server-on-centos |
12,403,031 | Unable to yum install anything on RHEL | I am on a new RHEL system. I seem to be unable to be able to install anything package via yum install. yum install nmap The current repos in ls /etc/yum.repos.d/ google-chrome.repo redhat.repo rhel-source.repo What could be going wrong ? OUTPUT OF YUM INSTALL: $ sudo yum install nmap [sudo] password for user: Loaded pl... | Unable to yum install anything on RHEL I am on a new RHEL system. I seem to be unable to be able to install anything package via yum install. yum install nmap The current repos in ls /etc/yum.repos.d/ google-chrome.repo redhat.repo rhel-source.repo What could be going wrong ? OUTPUT OF YUM INSTALL: $ sudo yum install n... | linux, yum, rhel | 14 | 72,189 | 6 | https://stackoverflow.com/questions/12403031/unable-to-yum-install-anything-on-rhel |
7,303,745 | CentOS equivalent of dpkg -s | I'm adapting a prepare script for CentOS that was previously written for Ubuntu. In the Ubuntu script, the command dpkg -s {some program} is called frequently. For example, one such command is dpkg -s snmpd to check if the SNMP Daemon is installed. What is the equivalent in CentOS? I know that RPM is the package manage... | CentOS equivalent of dpkg -s I'm adapting a prepare script for CentOS that was previously written for Ubuntu. In the Ubuntu script, the command dpkg -s {some program} is called frequently. For example, one such command is dpkg -s snmpd to check if the SNMP Daemon is installed. What is the equivalent in CentOS? I know t... | ubuntu, package, centos, rpm, dpkg | 14 | 38,754 | 1 | https://stackoverflow.com/questions/7303745/centos-equivalent-of-dpkg-s |
6,370,014 | Specifying alternatives in RPM dependencies | I've got a Java app that I am packaging as an RPM. Ideally I would like to specify Java as a dependency. I need to install in both Fedora and RHEL environments. The problem is RHEL Java is called 'java', while Fedora doesn't provide Oracle/Sun's distribution, leaving one to manually download from Oracle's website. Orac... | Specifying alternatives in RPM dependencies I've got a Java app that I am packaging as an RPM. Ideally I would like to specify Java as a dependency. I need to install in both Fedora and RHEL environments. The problem is RHEL Java is called 'java', while Fedora doesn't provide Oracle/Sun's distribution, leaving one to m... | java, fedora, rpm, rhel | 14 | 5,584 | 1 | https://stackoverflow.com/questions/6370014/specifying-alternatives-in-rpm-dependencies |
5,544,713 | starting tomcat on port 80 on CentOS release 5.5 (Final) | I want to start Tomcat 6.0.29 on port 80. My OS is CentOS release 5.5 (Final) I changed following line in $TOMCAT_HOME/conf/server.xml <Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443"/> to <Connector connectionTimeout="20000" port="80" protocol="HTTP/1.1" redirectPort="8443"/> Th... | starting tomcat on port 80 on CentOS release 5.5 (Final) I want to start Tomcat 6.0.29 on port 80. My OS is CentOS release 5.5 (Final) I changed following line in $TOMCAT_HOME/conf/server.xml <Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443"/> to <Connector connectionTimeout="2000... | tomcat, tomcat6, centos, port | 14 | 46,405 | 7 | https://stackoverflow.com/questions/5544713/starting-tomcat-on-port-80-on-centos-release-5-5-final |
4,809,611 | problem with mcrypt installation | I've asked the system admins to install mcrypt on the server, and they say everything is OK. But when I run my simple script I get this. Warning: mcrypt_get_iv_size() [function.mcrypt-get-iv-size]: Module initialization failed It's coming from this line: $iv_size = mcrypt_get_iv_size(MCRYPT_RIJNDAEL_256,MCRYPT_MODE_ECB... | problem with mcrypt installation I've asked the system admins to install mcrypt on the server, and they say everything is OK. But when I run my simple script I get this. Warning: mcrypt_get_iv_size() [function.mcrypt-get-iv-size]: Module initialization failed It's coming from this line: $iv_size = mcrypt_get_iv_size(MC... | php, centos, mcrypt | 14 | 36,821 | 6 | https://stackoverflow.com/questions/4809611/problem-with-mcrypt-installation |
4,037,410 | Failing an RPM install programmatically in a spec step | I'm making an RPM. This particular RPM has requirements that can't be expressed as RPM prerequisites, lets call them a particular filesystem/disk configuration. Currently the failure happens after install, at runtime, when the requirements aren't met. I can check for the required prerequisites in the %install, section ... | Failing an RPM install programmatically in a spec step I'm making an RPM. This particular RPM has requirements that can't be expressed as RPM prerequisites, lets call them a particular filesystem/disk configuration. Currently the failure happens after install, at runtime, when the requirements aren't met. I can check f... | fedora, rpm | 14 | 9,738 | 2 | https://stackoverflow.com/questions/4037410/failing-an-rpm-install-programmatically-in-a-spec-step |
2,317,021 | Facing an error "*** glibc detected *** free(): invalid next size (fast)" | Please see MSO question A long list of possible duplicates -- C memory allocation and overrunning bounds for information about closely related questions. Developer environment: CentOS 4.7, Kdevelop 3.1.1, gcc 3.4.6 I run a Java test client that loads a C++ shared library using JNI. There are three components in my appl... | Facing an error "*** glibc detected *** free(): invalid next size (fast)" Please see MSO question A long list of possible duplicates -- C memory allocation and overrunning bounds for information about closely related questions. Developer environment: CentOS 4.7, Kdevelop 3.1.1, gcc 3.4.6 I run a Java test client that l... | linux, java-native-interface, centos | 14 | 18,507 | 2 | https://stackoverflow.com/questions/2317021/facing-an-error-glibc-detected-free-invalid-next-size-fast |
51,795,089 | Could not find xmlsec1 config. Are libxmlsec1-dev and pkg-config installed? | This is happing especially on RHEL Already installed this packages yum install libxml2-devel xmlsec1-devel xmlsec1-openssl-devel libtool-ltdl-devel Could not find xmlsec1 config. Are libxmlsec1-dev and pkg-config installed Command "/usr/local/pyenv/versions/3.6.5/bin/python3.6 -u -c "import setuptools, tokenize;__file_... | Could not find xmlsec1 config. Are libxmlsec1-dev and pkg-config installed? This is happing especially on RHEL Already installed this packages yum install libxml2-devel xmlsec1-devel xmlsec1-openssl-devel libtool-ltdl-devel Could not find xmlsec1 config. Are libxmlsec1-dev and pkg-config installed Command "/usr/local/p... | python-3.x, rhel7, xmlsec1 | 13 | 20,238 | 1 | https://stackoverflow.com/questions/51795089/could-not-find-xmlsec1-config-are-libxmlsec1-dev-and-pkg-config-installed |
51,745,010 | ldap_modify: Other (e.g., implementation specific) error (80) | I followed RHEL7: Configure a LDAP directory service for user connection to configure openldap on CentOS Linux release 7. First I create the /etc/openldap/changes.ldif file and paste the content with replacing the password of course with the previously created password. Then I get to send the new configuration to the s... | ldap_modify: Other (e.g., implementation specific) error (80) I followed RHEL7: Configure a LDAP directory service for user connection to configure openldap on CentOS Linux release 7. First I create the /etc/openldap/changes.ldif file and paste the content with replacing the password of course with the previously creat... | ldap, redhat, centos7, rhel, slapd | 13 | 28,933 | 1 | https://stackoverflow.com/questions/51745010/ldap-modify-other-e-g-implementation-specific-error-80 |
50,768,064 | Firefox cannot open "libgtk-3.so.0". How to circumvent? | I have two CentOS VMs which use Jenkins to run automated tests through firefox. Both have firefox installed. Both versions of firefox are the same (firefox-56.0.1). I do not know if they are both x86_64 or some other type, but whichever they are, they are the same. (I am using the same .tar.bz2 file. I copied it from o... | Firefox cannot open "libgtk-3.so.0". How to circumvent? I have two CentOS VMs which use Jenkins to run automated tests through firefox. Both have firefox installed. Both versions of firefox are the same (firefox-56.0.1). I do not know if they are both x86_64 or some other type, but whichever they are, they are the same... | firefox, jenkins, centos | 13 | 29,623 | 3 | https://stackoverflow.com/questions/50768064/firefox-cannot-open-libgtk-3-so-0-how-to-circumvent |
50,651,935 | How to allocate more memory to my Virtual Machine running on Fedora to avoid Heap out of Memory Error | I'm running Jenkins on a Fedora Virtual Machine and have an app created by create-react-app . When I try to build for production on my local machine, after ~8 minutes, it does get compiled successfully (although with the message: 'the bundle size is significantly larger than recommended...' However, when I run the same... | How to allocate more memory to my Virtual Machine running on Fedora to avoid Heap out of Memory Error I'm running Jenkins on a Fedora Virtual Machine and have an app created by create-react-app . When I try to build for production on my local machine, after ~8 minutes, it does get compiled successfully (although with t... | linux, performance, jenkins, fedora, create-react-app | 13 | 472 | 1 | https://stackoverflow.com/questions/50651935/how-to-allocate-more-memory-to-my-virtual-machine-running-on-fedora-to-avoid-hea |
50,004,406 | Multiple PHP version with Apache on CentOS 7 | Can anyone here instruct me way to install and configure Multi PhP with one apache instance on CentOS 7, and the proper way to test it.. | Multiple PHP version with Apache on CentOS 7 Can anyone here instruct me way to install and configure Multi PhP with one apache instance on CentOS 7, and the proper way to test it.. | php, apache, centos, centos7 | 13 | 46,076 | 6 | https://stackoverflow.com/questions/50004406/multiple-php-version-with-apache-on-centos-7 |
43,265,767 | Difference between noarch rpm and a rpm | Can someone explain difference between noarch rpm and rpm. Is these two are dependents. I have Jenkins rpm and there are some noarch rpm too. what I can do with noarch rpm. Thanks for your help | Difference between noarch rpm and a rpm Can someone explain difference between noarch rpm and rpm. Is these two are dependents. I have Jenkins rpm and there are some noarch rpm too. what I can do with noarch rpm. Thanks for your help | linux, centos, operating-system, redhat, rpm | 13 | 22,248 | 1 | https://stackoverflow.com/questions/43265767/difference-between-noarch-rpm-and-a-rpm |
42,651,026 | Ansible dnf module enable Fedora Copr repository | I want to enable a Fedora Copr repository with Ansible. More specifically I want to convert this command: dnf copr enable ganto/lxd Using an Ansible command module I overcome this problem but break the task's idempotence (if run again, the role should not make any changes) ( changed_when: false is not an option). - nam... | Ansible dnf module enable Fedora Copr repository I want to enable a Fedora Copr repository with Ansible. More specifically I want to convert this command: dnf copr enable ganto/lxd Using an Ansible command module I overcome this problem but break the task's idempotence (if run again, the role should not make any change... | ansible, fedora, lxd, dnf, copr | 13 | 7,323 | 3 | https://stackoverflow.com/questions/42651026/ansible-dnf-module-enable-fedora-copr-repository |
42,004,986 | How to install mod_wgsi for apache 2.4+ with python3.5 on CentOS 7 | As title says "How to install mod_wgsi for python3.5 on CentOS 7"? $pip3.5 install mod_wgsi did not work Collecting mod_wgsi Could not find a version that satisfies the requirement mod_wgsi (from versions: ) No matching distribution found for mod_wgsi sudo yum install libapache2-mod-wsgi-py3 failed too: Loaded plugins:... | How to install mod_wgsi for apache 2.4+ with python3.5 on CentOS 7 As title says "How to install mod_wgsi for python3.5 on CentOS 7"? $pip3.5 install mod_wgsi did not work Collecting mod_wgsi Could not find a version that satisfies the requirement mod_wgsi (from versions: ) No matching distribution found for mod_wgsi s... | apache, python-3.x, centos, mod-wsgi | 13 | 25,704 | 4 | https://stackoverflow.com/questions/42004986/how-to-install-mod-wgsi-for-apache-2-4-with-python3-5-on-centos-7 |
41,611,275 | How to install zookeeper as service on CentOS 7 | I am trying to install zookeeper on CentOS 7 using yum install zookeeper or yum install zookeeperd but it throws: There is no zookeeper package available. | How to install zookeeper as service on CentOS 7 I am trying to install zookeeper on CentOS 7 using yum install zookeeper or yum install zookeeperd but it throws: There is no zookeeper package available. | centos, apache-zookeeper, centos7 | 13 | 23,921 | 2 | https://stackoverflow.com/questions/41611275/how-to-install-zookeeper-as-service-on-centos-7 |
41,359,091 | Add module from RPM as a requirement | So I have this project with many dependencies that are being installed from pip and are documented in requirements.txt I need to add another dependency now that doesn't exist on pip and I have it as an RPM in some address. What is the most Pythonic way to install it as a requirement? Thanks! The code will run on RHEL a... | Add module from RPM as a requirement So I have this project with many dependencies that are being installed from pip and are documented in requirements.txt I need to add another dependency now that doesn't exist on pip and I have it as an RPM in some address. What is the most Pythonic way to install it as a requirement... | python, pip, fedora, requirements.txt | 13 | 1,833 | 3 | https://stackoverflow.com/questions/41359091/add-module-from-rpm-as-a-requirement |
36,989,263 | Why can't environment variables with dashes be accessed in bash 4.1.2? | On a CentOS 5 host (with bash 3.2.32), we use Ruby (1.8.7) to ENV['AWS_foo-bar_ACCESS_KEY'] = xxxxx Then, using bash, we run a shell script that does: BUCKET_NAME=$1 AWS_ACCESS_KEY_ID_VAR="AWS_${BUCKET_NAME}_ACCESS_KEY_ID" AWS_ACCESS_KEY_ID="${!AWS_ACCESS_KEY_ID_VAR}" export AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID} This ... | Why can't environment variables with dashes be accessed in bash 4.1.2? On a CentOS 5 host (with bash 3.2.32), we use Ruby (1.8.7) to ENV['AWS_foo-bar_ACCESS_KEY'] = xxxxx Then, using bash, we run a shell script that does: BUCKET_NAME=$1 AWS_ACCESS_KEY_ID_VAR="AWS_${BUCKET_NAME}_ACCESS_KEY_ID" AWS_ACCESS_KEY_ID="${!AWS_... | bash, shell, centos | 13 | 15,064 | 1 | https://stackoverflow.com/questions/36989263/why-cant-environment-variables-with-dashes-be-accessed-in-bash-4-1-2 |
34,725,574 | yum install mongodb 3.2 fails | I am trying to install mongodb 3.2 on a CentOS 7 machine and facing issues in locating the packages. I have updated the repo file as per the documentation: [mongodb-org-3.2] name=MongoDB Repository baseurl=[URL] gpgcheck=0 enabled=1 When running sudo yum install mongodb-org I am getting this error: [centos@ip-10-24-1-2... | yum install mongodb 3.2 fails I am trying to install mongodb 3.2 on a CentOS 7 machine and facing issues in locating the packages. I have updated the repo file as per the documentation: [mongodb-org-3.2] name=MongoDB Repository baseurl=[URL] gpgcheck=0 enabled=1 When running sudo yum install mongodb-org I am getting th... | mongodb, centos, yum | 13 | 25,045 | 13 | https://stackoverflow.com/questions/34725574/yum-install-mongodb-3-2-fails |
32,980,080 | ddclient error when trying to run it as debug to test it | After a fresh install of centOS 6 i tried to install ddclient so i can update my DNS records on Cloudflare and I have configured it correctly as instructed on the Cloudflare site and other sites, when i try to run the debug command ddclient -daemon=0 -debug -verbose -noquiet I get this error FATAL: Error loading the Pe... | ddclient error when trying to run it as debug to test it After a fresh install of centOS 6 i tried to install ddclient so i can update my DNS records on Cloudflare and I have configured it correctly as instructed on the Cloudflare site and other sites, when i try to run the debug command ddclient -daemon=0 -debug -verb... | json, perl, centos, cloudflare | 13 | 7,136 | 2 | https://stackoverflow.com/questions/32980080/ddclient-error-when-trying-to-run-it-as-debug-to-test-it |
31,581,591 | configure: error: memcache support requires ZLIB. | When try to configuring memcache with php in xmapp server by following steps shows error. # /opt/lampp/bin/phpize Configuring for: PHP Api Version: 20131106 Zend Module Api No: 20131226 Zend Extension Api No: 220131226 # ./configure --enable-memcache --with-php-config=/opt/lampp/bin/php-config Show errors: hecking for ... | configure: error: memcache support requires ZLIB. When try to configuring memcache with php in xmapp server by following steps shows error. # /opt/lampp/bin/phpize Configuring for: PHP Api Version: 20131106 Zend Module Api No: 20131226 Zend Extension Api No: 220131226 # ./configure --enable-memcache --with-php-config=/... | php, centos, xampp, memcached | 13 | 20,370 | 2 | https://stackoverflow.com/questions/31581591/configure-error-memcache-support-requires-zlib |
27,982,024 | php command not found after yum install php55-php-cli | So I am using the EPEL repo with yum, When I run the command everything installs fine: sudo yum install php55-php-cli However when I run: php I get the error: php command not found Does anyone know why ? update People are throwing around different packages to install which is wrong, when I do yum search php5 | grep 'cl... | php command not found after yum install php55-php-cli So I am using the EPEL repo with yum, When I run the command everything installs fine: sudo yum install php55-php-cli However when I run: php I get the error: php command not found Does anyone know why ? update People are throwing around different packages to instal... | php, centos, yum | 13 | 29,985 | 2 | https://stackoverflow.com/questions/27982024/php-command-not-found-after-yum-install-php55-php-cli |
26,770,655 | EC2 Storage attached at sda is /dev/xvde1 cannot resize | I have cPanel & WHm installed on an EC2 instance. The EC2 EBS volume is 100GB CentOS 6 x86_64 (2014_09_29) EBS pv-1-adc4348e-1dc3-41df-b833-e86ba57a33d6-ami-809020e8.2 (ami-bc8131d4) This is what df -h shows: Filesystem Size Used Avail Use% Mounted on /dev/xvde1 7.8G 6.6G 834M 89% / tmpfs 3.7G 0 3.7G 0% /dev/shm /usr/t... | EC2 Storage attached at sda is /dev/xvde1 cannot resize I have cPanel & WHm installed on an EC2 instance. The EC2 EBS volume is 100GB CentOS 6 x86_64 (2014_09_29) EBS pv-1-adc4348e-1dc3-41df-b833-e86ba57a33d6-ami-809020e8.2 (ami-bc8131d4) This is what df -h shows: Filesystem Size Used Avail Use% Mounted on /dev/xvde1 7... | amazon-web-services, amazon-ec2, centos | 13 | 17,459 | 6 | https://stackoverflow.com/questions/26770655/ec2-storage-attached-at-sda-is-dev-xvde1-cannot-resize |
26,597,527 | How to install libpython2.7.so | I have installed Python 2.6.6 at [17:50:21 root@data.dev:~]# which python /usr/local/bin/python also Python 2.7.6 at [17:51:12 root@data.dev:~]# which python2.7 /usr/local/bin/python2.7 But libpython2.7.so is missing [17:48:52 root@data.dev:~]# locate libpython2.6.so /usr/lib64/libpython2.6.so /usr/lib64/libpython2.6.s... | How to install libpython2.7.so I have installed Python 2.6.6 at [17:50:21 root@data.dev:~]# which python /usr/local/bin/python also Python 2.7.6 at [17:51:12 root@data.dev:~]# which python2.7 /usr/local/bin/python2.7 But libpython2.7.so is missing [17:48:52 root@data.dev:~]# locate libpython2.6.so /usr/lib64/libpython2... | python, linux, python-2.7, centos, system-administration | 13 | 53,074 | 3 | https://stackoverflow.com/questions/26597527/how-to-install-libpython2-7-so |
26,474,222 | MariaDB 10 CentOS 7 moving datadir woes | Brand new "minimal" install of CentOS 7 along with MariaDB 10. I have an additional mounted mirrored volume that I want to use for the datadir. Startup sequence is fine and completes normally when my.cnf [mysqld] is commented out. I've copied the data.. sudo cp -R -p /var/lib/mysql/* /mnt/mysql/ The permissions are ide... | MariaDB 10 CentOS 7 moving datadir woes Brand new "minimal" install of CentOS 7 along with MariaDB 10. I have an additional mounted mirrored volume that I want to use for the datadir. Startup sequence is fine and completes normally when my.cnf [mysqld] is commented out. I've copied the data.. sudo cp -R -p /var/lib/mys... | mysql, linux, centos, mariadb | 13 | 25,054 | 3 | https://stackoverflow.com/questions/26474222/mariadb-10-centos-7-moving-datadir-woes |
24,407,095 | error when installing pecl memcached | I've been having real trouble installing the pecl memcached package. Have not had any joy with any yum or pear/pecl install commands I referred to this question Install PECL Memcached Error and started trying to configure/make manually I'm using pecl to download the latest (memcached-2.2.0) then untar, phpize... If I c... | error when installing pecl memcached I've been having real trouble installing the pecl memcached package. Have not had any joy with any yum or pear/pecl install commands I referred to this question Install PECL Memcached Error and started trying to configure/make manually I'm using pecl to download the latest (memcache... | centos, memcached, pecl | 13 | 28,678 | 7 | https://stackoverflow.com/questions/24407095/error-when-installing-pecl-memcached |
22,281,875 | bash: __vte_prompt_command: command not found | bash: __vte_prompt_command: command not found Whenever I open a terminal, I am greeted with this line. Also, this is printed each time I enter a command in the terminal. I am a linux-noob, and would be happy to read up, if someone can point me to some resource, or hint at a possible solution. I tried google-ing, but wa... | bash: __vte_prompt_command: command not found bash: __vte_prompt_command: command not found Whenever I open a terminal, I am greeted with this line. Also, this is printed each time I enter a command in the terminal. I am a linux-noob, and would be happy to read up, if someone can point me to some resource, or hint at a... | linux, bash, terminal, fedora, gnome-terminal | 13 | 22,343 | 6 | https://stackoverflow.com/questions/22281875/bash-vte-prompt-command-command-not-found |
22,166,277 | gcc error when I'm trying to install readline-6.2 | Could anyone kindly help me out what's wrong with the gcc when I am trying to install readline module for my newly installed python2.7 in the CentOS server? gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_RL_CALLBACK -DHAVE_RL_CATCH_SIGNAL -DHAVE_RL_COMPLETION_APP... | gcc error when I'm trying to install readline-6.2 Could anyone kindly help me out what's wrong with the gcc when I am trying to install readline module for my newly installed python2.7 in the CentOS server? gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_RL_CALLBA... | python, gcc, centos | 13 | 9,442 | 2 | https://stackoverflow.com/questions/22166277/gcc-error-when-im-trying-to-install-readline-6-2 |
21,940,540 | maven: bash mvn permission denied | This is what I'm seeing: mvn bash: /usr/local/apache-maven/apache-maven-3.1.1/bin/mvn: Permission denied my bash file: if [ -f /etc/bashrc ]; then . /etc/bashrc fi # User specific aliases and functions JAVA_HOME=/usr/java/default export JAVA_HOME HADOOP_HOME=/usr/share/491s14/hadoop export HADOOP_HOME PATH=$PATH:$HOME/... | maven: bash mvn permission denied This is what I'm seeing: mvn bash: /usr/local/apache-maven/apache-maven-3.1.1/bin/mvn: Permission denied my bash file: if [ -f /etc/bashrc ]; then . /etc/bashrc fi # User specific aliases and functions JAVA_HOME=/usr/java/default export JAVA_HOME HADOOP_HOME=/usr/share/491s14/hadoop ex... | linux, bash, maven, centos | 13 | 62,947 | 4 | https://stackoverflow.com/questions/21940540/maven-bash-mvn-permission-denied |
17,337,749 | puppet log file in redhat and centos | I am running puppet agent in CentOS and Redhat. I would like to see its log file but cannot find it. In these operating systems, I clearly specify logdir = /var/log/puppet in the puppet.conf, but upon checking this directory, it is empty. Note that I did similar thing for Ubuntu and SUSE and it worked well. The issue o... | puppet log file in redhat and centos I am running puppet agent in CentOS and Redhat. I would like to see its log file but cannot find it. In these operating systems, I clearly specify logdir = /var/log/puppet in the puppet.conf, but upon checking this directory, it is empty. Note that I did similar thing for Ubuntu and... | logging, centos, redhat, puppet | 13 | 32,508 | 2 | https://stackoverflow.com/questions/17337749/puppet-log-file-in-redhat-and-centos |
16,533,256 | Where does Ant set its 'java.home' (and is it wrong) and is it supposed to append '/jre'? | Okay, I'm using Ant version 1.7.1 (default install) on CentOS 6.3: [theuser@dev-ingyhere ~]$ ant -version Apache Ant version 1.7.1 compiled on August 24 2010 [theuser@dev-ingyhere ~]$ cat /etc/*-release CentOS release 6.3 (Final) I have JAVA_HOME set and I run ant : [theuser@dev-ingyhere ~]$ export JAVA_HOME=/usr/java/... | Where does Ant set its 'java.home' (and is it wrong) and is it supposed to append '/jre'? Okay, I'm using Ant version 1.7.1 (default install) on CentOS 6.3: [theuser@dev-ingyhere ~]$ ant -version Apache Ant version 1.7.1 compiled on August 24 2010 [theuser@dev-ingyhere ~]$ cat /etc/*-release CentOS release 6.3 (Final) ... | java, ant, centos, environment-variables | 13 | 14,526 | 2 | https://stackoverflow.com/questions/16533256/where-does-ant-set-its-java-home-and-is-it-wrong-and-is-it-supposed-to-appen |
14,900,719 | file_put_contents not creating txt file | I currently have a php script that is running when a browser browser browses to the webpage. What I'm trying to do is write a text file when the script runs that stores a variable. The owner of the folder is apache, but everyone has read write, strictly for testing purposes. (I thought it might be a permissions issue) ... | file_put_contents not creating txt file I currently have a php script that is running when a browser browser browses to the webpage. What I'm trying to do is write a text file when the script runs that stores a variable. The owner of the folder is apache, but everyone has read write, strictly for testing purposes. (I t... | php, linux, apache, centos, selinux | 13 | 44,654 | 5 | https://stackoverflow.com/questions/14900719/file-put-contents-not-creating-txt-file |
13,292,261 | LD_LIBRARY_PATH doesn't seem to work | I'm trying to compile a test file: gcc -o test test.c -lg2c but I get the error: /usr/bin/ld: cannot find -lg2c If I use: gcc -o test test.c -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6 -lg2c then it works fine. So I added the path like so: LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/3.4.6:$LD_LIBRARY_PATH and when I ... | LD_LIBRARY_PATH doesn't seem to work I'm trying to compile a test file: gcc -o test test.c -lg2c but I get the error: /usr/bin/ld: cannot find -lg2c If I use: gcc -o test test.c -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6 -lg2c then it works fine. So I added the path like so: LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-lin... | linux, gcc, centos, gnu | 13 | 36,045 | 3 | https://stackoverflow.com/questions/13292261/ld-library-path-doesnt-seem-to-work |
12,770,501 | C compiler gcc not found while installing passenger and nginx | I'm trying to install Passenger and Nginx on my VPS. I followed these instructions and replaced all links of all sources to the current version. But when i ran the Phusion Passenger installer for Nginx, something with gcc compiler went wrong: Compiling and installing Nginx... # sh ./configure --prefix='/opt/nginx' --wi... | C compiler gcc not found while installing passenger and nginx I'm trying to install Passenger and Nginx on my VPS. I followed these instructions and replaced all links of all sources to the current version. But when i ran the Phusion Passenger installer for Nginx, something with gcc compiler went wrong: Compiling and i... | nginx, gcc, centos, sh, passenger | 13 | 39,225 | 6 | https://stackoverflow.com/questions/12770501/c-compiler-gcc-not-found-while-installing-passenger-and-nginx |
7,800,482 | In BASH, How do i replace \r from a variable that exist in a file written using HTML <textarea></textarea> | How do i replace the \r? #!/bin/bash ... # setup if [[ $i =~ $screen ]]; then ORIGINAL=${BASH_REMATCH[1]} # original value is: 3DROTATE\r AFTER =${ORIGINAL/\\r/} # does not replace \r myThirdPartyApplication -o $replvar # FAILS because of \r fi | In BASH, How do i replace \r from a variable that exist in a file written using HTML <textarea></textarea> How do i replace the \r? #!/bin/bash ... # setup if [[ $i =~ $screen ]]; then ORIGINAL=${BASH_REMATCH[1]} # original value is: 3DROTATE\r AFTER =${ORIGINAL/\\r/} # does not replace \r myThirdPartyApplication -o $r... | linux, bash, fedora, archlinux, bash4 | 13 | 32,259 | 5 | https://stackoverflow.com/questions/7800482/in-bash-how-do-i-replace-r-from-a-variable-that-exist-in-a-file-written-using |
6,851,550 | Bz2 every file in a dir | I am running centos and I have around 1,300 files in a folder that each need to be bzipped individually. What would be the easiest way of handing this? | Bz2 every file in a dir I am running centos and I have around 1,300 files in a folder that each need to be bzipped individually. What would be the easiest way of handing this? | linux, unix, compression, centos, bzip2 | 13 | 23,056 | 5 | https://stackoverflow.com/questions/6851550/bz2-every-file-in-a-dir |
4,803,152 | mmap fails when length is larger than 4GB | (The correct code is in 'Update 5') I tried to map a range of memory from 0x100000000 to 0x200000000 in this example C code: #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <sys/mman.h> int main(void) { uint64_t* rr_addr = 0; uint64_t i = 17179869184; printf("\nsizeof(size_t): %llu\n", sizeof(size_t... | mmap fails when length is larger than 4GB (The correct code is in 'Update 5') I tried to map a range of memory from 0x100000000 to 0x200000000 in this example C code: #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <sys/mman.h> int main(void) { uint64_t* rr_addr = 0; uint64_t i = 17179869184; printf... | c, linux, gcc, fedora, glibc | 13 | 12,531 | 5 | https://stackoverflow.com/questions/4803152/mmap-fails-when-length-is-larger-than-4gb |
3,338,616 | Python - When Is It Ok to Use os.system() to issue common Linux commands | Spinning off from another thread, when is it appropriate to use os.system() to issue commands like rm -rf, cd, make, xterm, ls ? Considering there are analog versions of the above commands (except make and xterm), I'm assuming it's safer to use these built-in python commands instead of using os.system() Any thoughts? I... | Python - When Is It Ok to Use os.system() to issue common Linux commands Spinning off from another thread, when is it appropriate to use os.system() to issue commands like rm -rf, cd, make, xterm, ls ? Considering there are analog versions of the above commands (except make and xterm), I'm assuming it's safer to use th... | python, linux, centos | 13 | 5,614 | 7 | https://stackoverflow.com/questions/3338616/python-when-is-it-ok-to-use-os-system-to-issue-common-linux-commands |
2,217,023 | ldd shows varied addresses on x86 Linux | I am using ldd to show the dynamic library on Fedora/x86, and it shows different results each time it is used. Is that expected? Or is there an explanation? I remember it shows a fixed result on PPC/Linux. ldd /bin/ls linux-gate.so.1 => (0x00e5b000) librt.so.1 => /lib/librt.so.1 (0x00c0c000) libselinux.so.1 => /lib/lib... | ldd shows varied addresses on x86 Linux I am using ldd to show the dynamic library on Fedora/x86, and it shows different results each time it is used. Is that expected? Or is there an explanation? I remember it shows a fixed result on PPC/Linux. ldd /bin/ls linux-gate.so.1 => (0x00e5b000) librt.so.1 => /lib/librt.so.1 ... | linux, x86, fedora, powerpc, ldd | 13 | 1,627 | 1 | https://stackoverflow.com/questions/2217023/ldd-shows-varied-addresses-on-x86-linux |
62,250,381 | Why dockerize a service or application when you could install it? | We have around 12 services and other applications such as presto. We are thinking about building Docker containers for each service and application. Is it right to dockerize all of them? When would a Docker container not be the ideal solution? | Why dockerize a service or application when you could install it? We have around 12 services and other applications such as presto. We are thinking about building Docker containers for each service and application. Is it right to dockerize all of them? When would a Docker container not be the ideal solution? | linux, docker, dockerfile, containers, rhel | 13 | 2,759 | 4 | https://stackoverflow.com/questions/62250381/why-dockerize-a-service-or-application-when-you-could-install-it |
47,633,870 | rpm: /lib64/liblzma.so.5: version `XZ_5.1.2alpha' not found (required by /lib/librpmio.so.3) | I am stuck with this error. Not able to install any RPMs. Please help OS is RHEL6.9 64 bit Thanks in advance. | rpm: /lib64/liblzma.so.5: version `XZ_5.1.2alpha' not found (required by /lib/librpmio.so.3) I am stuck with this error. Not able to install any RPMs. Please help OS is RHEL6.9 64 bit Thanks in advance. | rpm, rhel | 13 | 26,042 | 6 | https://stackoverflow.com/questions/47633870/rpm-lib64-liblzma-so-5-version-xz-5-1-2alpha-not-found-required-by-lib-li |
43,225,377 | cannot remove 'folder': Device or resource busy | I create centos with docker and After I start the container, I would remove a directory where there are other two directories. and I do : rm -f -r ./folder and I obtain: cannot remove 'folder': Device or resource busy Anyone can help me? | cannot remove 'folder': Device or resource busy I create centos with docker and After I start the container, I would remove a directory where there are other two directories. and I do : rm -f -r ./folder and I obtain: cannot remove 'folder': Device or resource busy Anyone can help me? | docker, centos, dockerfile, centos7 | 13 | 45,374 | 5 | https://stackoverflow.com/questions/43225377/cannot-remove-folder-device-or-resource-busy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.