Displaying 6 results from an estimated 6 matches for "runlevel3".
Did you mean:
runlevel
2005 Dec 19
3
use chkconfig to change service startup order
Hi, I have my httpd process that starts in runlevel3 with the following info
# chkconfig: - 85 15
# description: Apache is a World Wide Web server. It is used to serve \
# HTML files and CGI.
# processname: httpd
# pidfile: /var/run/httpd.pid
# config: /etc/httpd/conf/httpd.conf
the filename is /etc/rc.3.d/K15httpd
However I installe...
2015 Sep 17
1
Centos 7, systemd, and nvidia drivers
...man page describes isolate: "This is similar to changing the
> runlevel in a traditional init system."
Note that you can actually do 'telinit 3' and telinit 5' with systemd.
I do, even though the documentation is a little complainy about it.
This maps to `systemctl isolate runlevel3.target` or `systemctl isolate
runlevel2.target` (which in turn are symlinks to multi-user.target and
graphical.target), and is a lot less typing. :)
--
Matthew Miller
<mattdm at fedoraproject.org>
Fedora Project Leader
2016 Sep 07
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
...; option so make sure your asterisk.service file is adding the option.
>
My asterisk.service is :
# cat /run/systemd/generator.late/asterisk.service
# Automatically generated by systemd-sysv-generator
[Unit]
SourcePath=/etc/init.d/asterisk
Description=LSB: Asterisk PBX
Before=runlevel2.target runlevel3.target runlevel4.target runlevel5.target
shutdown.target
After=network-online.target systemd-journald-dev-log.socket
nss-lookup.target local-fs.target remote-fs.target dahdi.service
misdn.service lcr.service wanrouter.service mysql.service postgresql.service
Wants=network-online.target
Conflicts=sh...
2015 Sep 17
3
Centos 7, systemd, and nvidia drivers
On 09/16/15 19:50, Jonathan Billings wrote:
> On Sep 16, 2015, at 5:21 PM, m.roth at 5-cent.us wrote:
>> I tried systemctl start multi-user.target. I tried systemctl stop
>> graphical.target. I finally had to set the multi-user.target as the
>> default, and reboot, to get rid of the nouveau drivers.
>>
>> Note that I tried to modprobe -r, and rmmod with all the
2016 Sep 08
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
...t;> My asterisk.service is :
>>
>> # cat /run/systemd/generator.late/asterisk.service
>> # Automatically generated by systemd-sysv-generator
>>
>> [Unit]
>> SourcePath=/etc/init.d/asterisk
>> Description=LSB: Asterisk PBX
>> Before=runlevel2.target runlevel3.target runlevel4.target
>> runlevel5.target shutdown.target
>> After=network-online.target systemd-journald-dev-log.socket
>> nss-lookup.target local-fs.target remote-fs.target dahdi.service
>> misdn.service lcr.service wanrouter.service mysql.service postgresql.service
>...
2016 Sep 06
5
[SOLVED] Re: Feature Request: what about "core stop panic" ?
On Tue, Sep 6, 2016 at 1:55 AM, Olivier <oza.4h07 at gmail.com> wrote:
> Hello,
>
> After testing "pkill -SEGV -f /usr/sbin/asterisk" on Debian Jessie
> platform, I've got several questions :
>
>
> 1. When I issue a "cd /tmp; asterisk -cvvvvvvvvvvvg -U asterisk -G
> asterisk" command, and then issue a "pkill -SEGV asterisk" command,