similar to: conditional restart of service

Displaying 20 results from an estimated 4000 matches similar to: "conditional restart of service"

2006 Jul 04
3
PXE boot says server address is 0.0.0.0
Hello, I have set up 2 PXE servers, on Linux Debian Sarge and Etch, on which I use syslinux + ISC dhcp3 + tftp-hpa for booting. The older one, on Sarge, has been working fine for more than a year, great :-) The new one, on Etch, with the exact same config files, does not : the DHCP part seems to work, but at the end pxelinux seems to lose the server's IP address; this what I see on the
2011 Sep 14
10
fail to exec apt-get upgrade (change from notrun to 0 failed...)
So here is my manifest: class aguu { exec { "update": command => "apt-get update", path => "/usr/bin/" } exec { "upgrade": command => "apt-get upgrade -y", path => "/usr/bin/" } } It it supposed to run apt-get update + upgrade
2010 Mar 16
4
ipconfig: DHCP fixes
Hi, Here are two fixes for ipconfig/dhcp, the second of them being required for my dhcp3 server to accept ipconfig's requests. Thanks, Louis Louis Rilling (2): ipconfig: Fix missing dhcp_end field ipconfig: Fix null ciaddr on DHCPREQUEST during SELECTING state usr/kinit/ipconfig/dhcp_proto.c | 4 ++-- usr/kinit/ipconfig/packet.c | 2 +- 2 files changed, 3
2006 Mar 17
2
pxelinux: Using just pxelinux.cfg/default
Hi friends... I am using pxelinux but it is so slow when I don't write MAC addresses in /etc/dhcp3/dhcpd.conf so How do I can use pxelinux.cfg/default directly and not have to wait? A lot of thanks. {pepo} -- Linux User Registered #232544 Jabber : pepo at jabberes.org ICQ : 337889406 GnuPG-key : www.keyserver.net ----------------
2006 Jan 07
2
Bug#346350: logcheck-database: dhcp3-server ignores need to include (none ) client host name
Package: logcheck-database Version: 1.2.39 Severity: normal I use dhcp3-server and a dhcp client which is Sony HDD video recorder CoCoon. The client not return client host name. In this case, dhcpd server assumed the client host name is (none). Therefor dhcpd output log described below. > Jan 7 10:49:24 on-o dhcpd: DHCPDISCOVER from 08:00:46:33:55:77 ((none)) via eth0 > Jan 7 10:49:25
2005 Oct 14
2
T1/E1 Cards
This is probably a really bad question to ask but here goes. Does asterisk work with any of the T1/E1 cards from SBE? I'm sure SBE is a competitor to Digium, but I have access to SBE cards and the linux driver. Just curious more than anything. Thanks. -- Michael J. Lynch What if the hokey pokey IS what it's all about -- author unknown
2006 Sep 07
13
How to handle config files used by a combination of classes?
Hi, How should I handle the combinatorics when one config file must be built for a combination of possible classes? Take for example the amd automounter''s configuration file, which on Debian is found at /etc/am-utils/amd.conf. This is an INI style file which looks like: [fsname1] param1=foo param2=bar [fsname2] param1=baz param2=quag In my case I have one class of machines
2012 Oct 02
3
PROBLEM : Cannot require an Exec
hello: i currently am using Puppet to run some commands in a sequence. there are two sequences of exec resources. we found that we cannot use require => Exec and it does not work at all as expected. here is some sample code. exec { "exec-AAA": command => "/bin/true", returns => 0, notify => Exec["exec-BBB"], } exec { "exec-BBB":
2006 Oct 31
1
Keyboard doesn''t work with dom0
Hello, I''ve been able to install almost successfully Xen on Gentoo 2006.1. Everything compiled fine. I can boot my dom0 kernel with Xen on my Gentoo system. The problem I have is that the keyboard doesn''t work... The computer is a ThinkPad R51 laptop. Does anyone has any idea? Thanks Gabriel Lavoie -- Gabriel Lavoie glavoie@gmail.com
2006 Jan 20
1
TFTP support multiple NICs?
The scenario: Installed a Ubuntu 5.10 Linux server with dhcp3-server, apache2 and tftpd-hpa to serve as a mass Linux deployment station. It can serve up to 200 PCs at one time installing Linux using just one NIC card in the server. Recently, we wanted to expand our bandwidth to push out these PCs faster. The problem: If there is more than one NIC in the computer, TFTP will not work properly.
2003 Jun 03
2
tftp problems with VIA EPIA-M board
I'm trying to boot linux on a VIA EPIA-M board (a Nehemiah-based M10000), and I'm having some trouble with it. I'm watching the network transactions with ethereal, and I'm seeing a failure at what appears to be the tftp stage. The M10000 picks up its IP address from the dhcp server (ISC DHCP3), and reports it correctly on the screen. Then the tftp session starts, and I get the
2005 Sep 02
2
DTX mode using preprocessor?
Could a method be added to use the VAD from the preprocessor to send the packet with the 'dtx_enable' flag in it, so the decoder on the other end knows it's in dtx mode? (and SPEEX_GET_DTX_STATUS returns 1) At the moment, I can hack around it by doing something like: if (VAD for prev frame && ! VAD for this frame) { iArg = 0;
1999 Jan 23
2
Digest Only?
Is this list only available in digest form only? I would like to receive individual postings so I can sort them by subject and just look at the ones I'm interested. I've subscribed to many lists, both listerv & majordomo, and I've only ever essage easier?seen one other list that was digest-only. Does *anyone* find scolling through a 40k message easier? -Ron Lavoie Ron Lavoie
2001 Nov 13
3
Lotus Notes R5, bad class name error
Hello, I've just installed Lotus Notes 5.0.8 client on my system with wine, on a Debian Linux (unstable dist) system. The wine package installed is the 20011112 version, from the CVS build deb package. I'm running c:/Lotus/Notes/nlnotes.exe, and my Wine desktop comes up with the Notes Workspace and a client configuration dialog with active "Next" and "Cancel"
2009 Nov 25
2
Windows 7 domain issues
I am running Windows 7 Professionaly 64-bit with domain membership to a Samba domain. I have noticed some weird behaviour. 1) For some reason, dhcp3-server does not add the forward dns entry into bind9. This works perfectly with Windows 7 if it is not a domain member, or other operating systems (XP, OS/X and Linux). I know this isn't specifically a Samba issue, but I thought I should mention
2004 Jul 07
2
pxelinux: first contact with tftp is bad
Hello ! I'm french, my english is bad :-( I want to boot a computer by network which have a 3Com network card. So I use isc-DHCP, TFTP-hpa and PXELinux. The computer start, make a dhcp request, receive the configuration. The next step is to contact the tftp server to get pxelinux.0 and the configuration. Stop me if I made an error ;) So, in the network I want to use it, there is a dhcp
2002 Sep 17
1
Question about rsync
Hello All, I've been getting an error using rsync that I've been trying to track down the cause of, but haven't been able to solve yet. When I try to connect to a remote rsync deamon, using a double colon address like 192.168.0.2::classes to copy files in either direction, I get this error after a timeout. @ERROR: chroot failed rsync: connection unexpectedly closed (128 bytes
2007 May 10
1
Samba domain clients take too long to log in
Hi there, I have a Samba+LDAP Debian box as a primary domain controller. I configured the server in order to support roaming profiles. Everything is working perfectly. Roaming profiles are loaded and saved correctly from the server for every user on the domain. The big problem is this: after typing username and password from a Windows XP client computer, it starts reading the profile from the
2005 Mar 29
1
ATM with linux router
Does anyone here have experience with an ATM connection from their ISP running into a linux based router? We have a DS3 circuit for which we we thought we could use an SBE wanpci-1t3 card. The isp verified the card would work with their network, but apparantly didn''t cross check the particular circuit they were providing us. Is it possible to do the IP packet <-> ATM cell
2007 Feb 06
14
Unless in exec doesn''t seem to be honored on notify.
This was a fun one to track down... I was trying to use the append_if_no_such_line script from the wiki and it was working fine EXCEPT when I threw a notify at it. The notify appears to completely ignore both unless and onlyif within the exec for some reason. If I put the same test in the actual command line, it works fine. Example: unless => "/bin/grep -Fqe ''$line''