Displaying 5 results from an estimated 5 matches for "rclocal".
Did you mean:
aclocal
2016 Jul 18
1
Help with C7 start script
On Mon, Jul 18, 2016 at 08:06:59PM +0300, Eero Volotinen wrote:
>
> Try this
> https://ask.fedoraproject.org/en/question/26898/what-is-the-auto-start-file-like-rclocal/
Note: the accepted answer there is wrong, it should be
/etc/rc.d/rc.local, not /etc/rc.local. Anyway, using
/etc/rc.d/rc.local won't be much different from what the current
service is doing.
--
Jonathan Billings <billings at negate.org>
2016 Jul 18
3
Help with C7 start script
Under the old C6 I put an entry in rc.local to run my programs I want. We
will call it /path/boot.sh
Worked fine.
Under C7 I have created a new service file for systemd. It looks like:
---------------
[Unit]
Description=Company
After=network.target
[Service]
Type=forking
ExecStart=/path/boot.sh
[Install]
WantedBy=multi-user.target
-----------
For the most part this works every time on boot.
2016 Jul 18
0
Help with C7 start script
Try this
https://ask.fedoraproject.org/en/question/26898/what-is-the-auto-start-file-like-rclocal/
Eero
18.7.2016 6.42 ip. "Jerry Geis" <geisj at pagestation.com> kirjoitti:
> Under the old C6 I put an entry in rc.local to run my programs I want. We
> will call it /path/boot.sh
> Worked fine.
>
> Under C7 I have created a new service file for systemd. It looks...
2010 Nov 18
2
DNS update system-config-network GUI
Box is fully updated CentOS 5.5 (32 bit). DHCP is from the ADSL modem
192.168.1.1. After I update the DNS settings and restart the network,
the DNS changes do not hold. I have tried using this GUI, as a regular
user, after giving the root password, and, also, logged in as the root
user.
When I begin, the Primary DNS is shown as 192.168.1.1 the IP of the
ADSL modem. I move that IP to the Tertiary
1999 Mar 25
0
(Fwd) DoS for Linux 2.1.89 - 2.2.3: 0 length fragment bug
...IP communication will be effectively
* disabled. You will need to set the delay such that packets are not being
* dropped, and you will probably need to let the program run for a few
* minutes to have the full effect. This was written for OpenBSD and Linux.
*
* Thanks to vacuum, colonwq, duke, rclocal, sygma, and antilove for testing.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <netdb.h>
#include <arpa/inet.h>
struct my_ip_header
{
unsigned char ip_h...