similar to: which script will run before and after network started

Displaying 20 results from an estimated 10000 matches similar to: "which script will run before and after network started"

2005 Oct 29
2
iproute create policy routes after reboot
Which files do I need to edit in order to initialize a route after a reboot. I have a 802.1q tagged VLAN interface which I need to create a rule, and a route for. I see on my CentOs 4.2 box that in /etc/iproute2 there are the following files. I realize that I can add my tables to /etc/iproute2/rt_tables, but when I want to create a rule I am not sure where to put the information for the
2007 Feb 15
2
Initialization scripts
I'm trying to create an initialization scrip in the /etc/init.d/. Of course, the one I have is failing! At the top of the other initialization scripts in the same directory, there is are two lines, the chkconfig and description # chkconfig: 2345 55 25 # description: OpenSSH server daemon On the check config line, what are the numbers/attributes that follow? If I'm creating an
2006 May 03
3
Starting tomcat on bootup
I just installed Tomcat and when I run the chkconfig -add tomcat, it tells me that tomcat does not support chkconfig. Suggestions? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060502/a84cc5cb/attachment-0003.html> -------------- next part -------------- A non-text attachment was scrubbed...
2013 Dec 13
1
chkconfig question
In the docs for chkconfig it says: <startlevellist> is a list of the runlevels for which the service should be started by default. Only services which are really required for a vital system should define runlevels here. If no runlevels are defined, a - should be used in place of the runlevels list. and then: More commonly, the service is off by default on all runlevels, which looks like
2017 Feb 13
8
CentOS 7, systemd, NetworkMangler, oh, my
My manager tells me a system in the datacenter is down. I go down there, and plug in a monitor-on-a-stick and keyboard. It's up, but no network. I try systemctl restart NetworkManager several times, and ip a shows *no* change. Finally, I do an ifdown, followed by an ifup, and everything's wonderful. My manager thinks that the NM daemon thinks everything's fine, and there've been
2006 Jun 01
3
Assistance with startup script
Could someone give me some assistance in getting this startup script to conform to chkconfig and such where the service will start up after networking comes up, and then shut down when networking goes away? Where all do entries need to be made, and what would they consist of? Many thanks..... Sam ------------------------------------------------------------------------ #! /bin/sh export
2006 Mar 08
3
DELL openmanage question
Has someone created a how to or a tutorial for installing/configuring DELL openmanage on centos ? --
2010 Nov 25
3
Add application to start at booting
Good day, Please, How/where can I add an application to start at boot up. Don't seem to find it in options available Thanks Johan
2006 Sep 12
2
HAL Problems
Hi, since the last few days my system crashs at startup of gdm (on system boot). If I choose runlevel 2, the system doesn't crash. I found out, that HAL is the problem. After disabling hal (chkconfig haldaemon --off) no crashes appear. The system freezes completly so I can't look into the logfiles. I removed an reinstalled hal already, but nothing changed. I tried older kernels
2011 Sep 11
4
CentOS 6: ethernet "ifconfig up" failure
On my CentOS 6 partition of my laptop: First note that for this test, NetworkManager is not running because I did: chkconfig --del NetworkManager and then rebooted. Here is my ifcfg-eth0: DEVICE="eth0" NM_CONTROLLED="no" ONBOOT=no HWADDR=xx:xx:xx:xx:xx:xx TYPE=Ethernet BOOTPROTO=none IPADDR=192.168.2.5 PREFIX=24 GATEWAY=192.168.2.1 DNS1=192.168.2.1 DNS2=192.168.2.1
2010 Jun 06
1
Error of FreePBX after installing from Yum Repository of Asterisk
Hi Guys, Just did an Asterisk 1.6.x (repo install) and FreePBX (source install). When trying to dial a number, I get this: tel*CLI> Use of uninitialized value in hash element at /var/www/html/panel/ op_server.pl line 3367. Use of uninitialized value in concatenation (.) or string at /var/www/html/panel/op_server.pl line 3372. Use of uninitialized value in pattern match (m//) at
2009 Nov 10
23
Puppet Not Running chkconfig correctly.
So, I noticed that when adding a service to puppet, puppet is running a chkconfig <service>. However, as far as I can tell, puppet should be running a chkconfig --add <service>, otherwise the symlinks don''t get created from the service in /etc/rc.d/rc6.d back to the service in /etc/init.d. As as a result, the service is not stopped on shut down. I must be missing something
2009 Oct 08
12
resolv.conf rewritten every reboot. How to figure out who and why?
My machine has a static IP, with dhcp and IPv6 disabled. Every time I reboot, some process rewrites /etc/resolv.conf, including a comment about dhcpclient. The only package I have installed that shows up in "rpm -qa|grep -i dhcp" is dhcpv6-client-1.0.10-16.el5, and nothing in there is named dhcpclient. I'd like to figure out what software is rewriting this file and why. man 5
2012 May 17
1
Centos 6 - Networking: Some Queries
Hello all I am setting up a Centos 6 machine with one network card & one onboard network port. Both are recognized & work. Onboard Network port is unused yet, but is required for dedicated access to LTSP LAN, which would allow older PIII machines to boot from this system. I have installed LTSP but again Networking seems to be the problem area, as the clients won't boot from this
2020 Oct 28
1
Unable to get dummy interfaces to persist across reboots in CentOS 8
Requirement is a very strong word , but you should consider using it and here is a short demo why: - By default, RHEL uses NetworkManager to configure and manage network connections, and the /usr/sbin/ifup and /usr/sbin/ifdown scripts use NetworkManager to process ifcfg files in the /etc/sysconfig/network-scripts/ directory. [root at system ~]# ls -l /usr/sbin/ifup lrwxrwxrwx. 1 root root 22 21
2005 Jun 20
3
is there a 3.5 dvd torrent
I cannot seem to find the 3.5 dvd torrent. Does anyone know where this is. --
2017 Oct 02
1
Network scripts ifup-post
Hello, since updating to Centos 7.4 the ifup-post script in /etc/sysconfig/network-scripts does not behave as it did before the update. I use it to configure additional routes via? /sbin/ifup-local with the parameter of the interface being upped, but it seems to pass only 'lo' as interface name. Before it passed correctly 'eth0:0' of the virtual interface. Added a line in
2012 Jul 09
2
Bug#671018: #671018 -- set tap device mac address in qemu-ifup
tags 671018 +patch thanks This issue has been fixed upstream for 4.2 by using the same hotplug scripts for tap devices as for vif devices rather than using a special qemu-ifup script. I don't think this is an appropriate thing to backport to 4.1 for wheezy so therefore I think the right fix is as Pierre suggests to set the MAC address in the qemu-ifup script. In terms of a patch to the
2013 Feb 14
12
Really changing the hostname
I need to change the host name on a test server, and in the past when I used hostname to change the hostname, it did not seem to change it everywhere. I really don't want to do a rebuild just yet, but I have to feel confident that hostname is really changed (reboot is not too much of an issue). What is the recommened practice? Other than get it right the first time.
2013 Jul 09
9
One resource immediately after another
I need to apply three resources one immediatelly after another. It''s a ifdown/ifup commands, and command to generate /etc/network/interfaces file. I need to do ifdown, then rebuild interfaces, then ifup. I try to add simple relationship, but in this case some File resources are trying to be applied between ifdown and ifup. So they can''t connect to Puppet master to verify