Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.visual.misc > #4146

Chkconfig Package Download [TOP]

Newsgroups comp.lang.basic.visual.misc
Date 2024-01-20 12:53 -0800
Message-ID <1d20d069-8a17-4940-b960-04ffa8e2e349n@googlegroups.com> (permalink)
Subject Chkconfig Package Download [TOP]
From Esperanza Santrizos <santrizose@gmail.com>

Show all headers | View raw


<div>In Ubuntu /etc/init.d has been replaced by /usr/lib/systemd. Scripts can still be started and stoped by 'service'. But the primary command is now 'systemctl'.The chkconfig command was left behind, and now you do this with systemctl.</div><div></div><div></div><div>I'm not sure where you got this package or what it contains; A url of download would be helpful.Without being able to look at the contents of chkconfig.install; I'm surprised to find a unix tool like chkconfig to be bundled in a zip archive, maybe it is still yet to be uncompressed, a tar.gz? but maybe it is a shell script?</div><div></div><div></div><div></div><div></div><div></div><div>chkconfig package download</div><div></div><div>Download: https://t.co/j8OSQdCRv6 </div><div></div><div></div><div>sh chkconfig.install or ./chkconfig.install ; which might work....but my suggestion would be to learn to use update-rc.d as the other answers have suggested but do not speak directly to the question...which is pretty hard to answer without being able to look at the data yourself.</div><div></div><div></div><div>and to answer the chkconfig question:</div><div></div><div>installing packages via pacman is the equivalent (pacman -S some_package) - chkconfig is used to wrap "make" calls... PKGBUILD files do something similar... check the wiki for some writeups on ABS (Arch Build System)</div><div></div><div></div><div>Thanks for the follow up Phrakture. However, I did not quite follow when you said that chkconfig is a wrapper for make calls. I thought it merely listed running services. I did check on the make command and I cannot find how chkconfig even relates to what you mentioned. Then again the article was mentioned in the context of a RedHat article. So perhaps I am switching terms between different distrubutions....probably not a good idea.</div><div></div><div></div><div>A command-line wrapper around apt, apt-cache, dpkg, aptitude, and more.The goal is to ease system management by unifying the main functionsof these tools from one interface.For a short guide, run this command:$ wajig help Tags: System Administration: Package Management, Implemented in: implemented-in::python, interface::commandline, Role: Program, Scope: scope::application, suite::debian, Purpose: Configuration, use::searching, works-with::software:package, Works with: Source Code</div><div></div><div></div><div>Starting with Amazon Linux AMI 2014.09, the CloudWatch Logs agent is available as an RPM installation with the awslogs package. Earlier versions of Amazon Linux can access the awslogs package by updating their instance with the sudo yum update -y command. By installing the awslogs package as an RPM instead of the using the CloudWatch Logs installer, your instance receives regular package updates and patches from AWS without having to manually reinstall the CloudWatch Logs agent.</div><div></div><div></div><div>Debian and Ubuntu do not support chkconfig, but they do offer an optional package. You can install this package with the command sudo apt-get install sysv-rc-conf. To verify that your hosts are configured to run the NTP daemon on startup with the sysv-rc-conf utility, enter the following command:</div><div></div><div></div><div>The chkconfig command can produce an error similar to ntpd: unknown service. If you get this error, verify that your Linux distribution refers to the NTP daemon as ntpd rather than ntp. If it does not, you need to install the NTP daemon package before you can configure it. Consult your Linux documentation for instructions on how to locate and install packages.</div><div></div><div></div><div></div><div></div><div></div><div></div><div>However, some older systems still use System V or Upstart. In that case, use the chkconfig command to list, start, and stop services, as well as enable or disable services from startup.</div><div></div><div></div><div>However, executing the command with different options and subcommands enables users to manage services instead of only listing them. The table below shows the options and subcommands used with the chkconfig command:</div><div></div><div></div><div>Using --list with the chkconfig command displays the status of all available services in all runlevels. In case you want to sort services in alphabetical order, use the sort option:</div><div></div><div> df19127ead</div>

Back to comp.lang.basic.visual.misc | Previous | Next | Find similar


Thread

Chkconfig Package Download [TOP] Esperanza Santrizos <santrizose@gmail.com> - 2024-01-20 12:53 -0800

csiph-web