Skip to main content

Questions tagged [chkconfig]

a command used to change/query the state of system services during system startup

0 votes
0 answers
58 views

I need to define a list of rights with standard UNIX and some with ACL rights. Is there a way to do check that with a config file like /etc/permissions does for UNIX rights? It is a file that is ...
Pascal P.'s user avatar
0 votes
2 answers
173 views

I'm doing some labs for test setups... I've developed a bash script to set it to autostart using systemd. I installed chkconfig and configured my script as follows: Using root: cd /mypath cp myscript....
jfidel87's user avatar
1 vote
1 answer
4k views

I am trying to set up proxies on my Red Hat Enterprise Linux 9. I am trying to install CNTLM proxy authentication software. I downloaded the RPM file from the official repo and tried the following ...
EJoshuaS - Stand with Ukraine's user avatar
3 votes
1 answer
13k views

What's the Debian Equivalent for chkconfig? On CentOS 6 I can run this to see the services that load with the system: chkconfig --list And i can set a service to start on boot like this: chkconfig &...
brakertech's user avatar
  • 1,415
1 vote
1 answer
85 views

on Debian, the init script /etc/init.d/umountnfs.sh has default stop in runlevel 0 and 6. # Default-Stop: 0 6 but there is no symlink in /etc/rc0.d/ or /etc/rc6.d/ on my system. I am trying to ...
Martin Vegter's user avatar
5 votes
1 answer
9k views

Fairly stock standard Fedora 30 install: $ uname -a Linux <redacted> 5.1.16-300.fc30.x86_64 #1 SMP Wed Jul 3 15:06:51 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux $ cat /etc/fedora-release Fedora ...
Heath Raftery's user avatar
12 votes
1 answer
39k views

By default, if my Linux is booted, some services like httpd, named start automatically. I want to start them manually, I want to remove them from autostartup. In the internet, it is said that it is ...
it dev's user avatar
  • 355
0 votes
1 answer
220 views

I use CentOS release 6.5 (Final) and I would like that wpa_supplicant service start after network service. When I go to /etc/rc5.d and I type ls command, I can see : K84wpa_supplicant -> ../init.d/...
user avatar
3 votes
2 answers
1k views

I know systemctl enable iptables is similar to the command chkconfig --level 5 iptables on, but both are not exactly same. Using systemctl, how do we restrict a service to be started only on a given ...
Joy's user avatar
  • 31
2 votes
1 answer
14k views

In the good old days you would use chkconfig to see if a service was enabled for a run level. E.g. chkconfig --list tgtd However, now you're supposed to use systemctl. But I can't get systemctl to ...
Snowcrash's user avatar
  • 789
5 votes
1 answer
2k views

I have a RHEL 7.2 server with Oracle 11g Express Edition (11.2.0) installed. The installation of Oracle created a file named "oracle-xe" in /etc/init.d This is a bash script that can be used to ...
tsm's user avatar
  • 61
2 votes
1 answer
13k views

The Keystone CMS system fails to run on startup. The problem is likely in this init.d startup script. I set the permissions, but something is still not right. $ sudo systemctl daemon-reload $ sudo ...
Peter Gerhat's user avatar
  • 1,212
3 votes
2 answers
11k views

I am trying to automate running Cloud9, by setting it as a service on Debian. This error stops me: $ sudo service cloud9 start Failed to start cloud9.service: Unit cloud9.service failed to load: ...
Peter Gerhat's user avatar
  • 1,212
2 votes
2 answers
5k views

How to implemented this without systemd (chkconfig, etc..)? I would like to restart PostgreSQL, Mongod and RabbitMQ.
shkiper's user avatar
  • 115
-4 votes
1 answer
272 views

I have try this on redhat 7 systemctl list-unit-files --type=service|grep iptables or systemctl list-unit-files --type=service|grep firewall but not get any output - is this mean the iptables/...
yael's user avatar
  • 1,577

15 30 50 per page