similar to: Problem in DHCP Server with XEN no free leases Error

Displaying 20 results from an estimated 130 matches similar to: "Problem in DHCP Server with XEN no free leases Error"

2008 Feb 12
4
Reg Disk space in guest domain with fedora img
Hi I had installed Xen-3.0.4 in Scientific linux 4 (kernel version 2.6.16.33) by following the instructions given in following link project-xen.web.cern.ch/project-xen/xen/howto_slcXen.html I ve created the guest Domain with fedora image of size 2.2GB , disk space as 10GB and the domain started successfully . when i logged into the xm console and checked the disk space its showing only 2.2GB ..
2013 Mar 09
0
Sanlock disk leases on drbd/gfs2 volume
Hi all, I have a 2 node cluster that consists of the following: * 1 drbd/gfs2 partition that holds VM images and XML * Sanlock configured with the disk lease directory on the same drbd/gfs partition Everything is working well, aside from one small issue I ran into. When testing fencing, on one particular test GFS began replaying the journal for the remaining node, and in the middle of it
2010 Apr 08
3
Question about dhcpd.leases
Hi, I'm running a DHCP server on my local network. I've noticed something that puzzles me. Leases are written to /var/lib/dhcpd/dhcpd.leases, but only - so it seems to me - if the address is not fixed in any way in dhcpd.conf. Here's a few stanzas of my dhcpd.conf : host babasse { hardware ethernet 00:0d:61:ae:6b:8f; fixed-address 192.168.1.1; option
2018 Dec 07
1
SMB2 leases slowing down shared access to files
Hi, we recently updated to Samba 4.9.2 (running on a Solaris 10 server). All our client machines are Windows 7 PCs. Since then however, we noticed that if one client opens an executable from a share and somebody else tries to copy that folder to their local PC, it takes an incredibly long time; Sometimes it doesn't work at all. Also, if somebody has an .xlsx-File open, other people have to
2013 Oct 10
3
Detect dhclient leases file in centos
Hello, I''m using shorewall-4.5.16 with centos5. The dhclient stores the lease information on the /var/lib/dhclient/dhclient-<DEVICE>.leases file. The /var/lib/shorewall/firewall script has the function detect_dynamic_gateway that detects the gateway based on the leases file. The code in the function is: detect_dynamic_gateway() { # $1 = interface local interface
2011 Mar 18
1
[Announce] Samba 3.5.7, 3.4.12 and 3.3.15 Security Re leases Available
When I upgrade a major revision (3.4.x -> 3.5.x ), I always get a listing from "testparm -v" before and after the upgrade to make sure that a parameter (that I didn't specify in the config) didn't change it's default setting. ---------------------------------------------- Tony Hoover, Network Administrator KSU - Salina, College of Technology and Aviation (785) 826-2660
2010 Aug 04
1
Intel Graphics Media Accelerator 4500MHD and dual monitors
Hi All, Anyone know if the Intel Graphics Media Accelerator 4500MHD will support dual monitors with CentOS ? Thanks in advance /Kevin Sent from my iPad
2006 Feb 24
3
Sorting alphanumerically
I'm trying to sort a DATAFRAME by a column "ID" that contains alphanumeric data. Specifically,"ID" contains integers all preceeded by the character "g" as in: g1, g6, g3, g19, g100, g2, g39 I am using the following code: DATAFRAME=DATAFRAME[order(DATAFRAME1$ID),] and was hoping it would sort the dataframe by ID in the following manner g1, g2, g3, g6, g19,
2010 Apr 30
1
[SPAM] Xen bridge network issue
Hi, I have taken the long and winding road and indeed it lead me to your door. I need your help, please. My Xen includes 2 guests. Xen itself (10.2.0.52) gets free access to the outside world and to its guests. Both guests however (10.2.0.54/10.2.0.55) see each other but stay under house arrest! Not a single ping manages to go past the bridge (xenbr0) and get an answer from the default gateway
2010 Nov 21
0
libvirt dns-masq, enlarge max lease time?
Hello! Is there any way conrol dnsmasq which is started by libvirt? For example, i want to enlarge max lease time. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20101121/d3e597e0/attachment.htm>
2012 Jan 05
1
dhcp lease-time
Why is the default lease-time set to only 10 minutes (600 seconds) in /etc/dhcp/dhcpd.conf (CentOS-6.2) as distributed? Why is not set to a much longer time? Is there any disadvantage in doing that? Or conversely, is a short lease-time safer in some way? -- Timothy Murphy e-mail: gayleard /at/ eircom.net tel: +353-86-2336090, +353-1-2842366 s-mail: School of Mathematics, Trinity College
2004 Jul 27
2
Polycom IP-600 leasing?
We're interested in leasing roughly 15 Polycom IP-600 phones. Does anyone have a vendor that they can recommend for this? Scott
2004 Aug 25
1
7960 Looses DHCP Lease when 7920 boots!?
I finally have my 7920 working though I'm seeing this bizarre behavior. As soon as the 7920 boots and authenticates with the AP my 7960 release's its ip. Aug 24 15:52:37 babel dhcpd: DHCPRELEASE of 192.168.30.133 from 00:07:eb:26:e3:22 (SIP0007EB26E322) via eth0 (found) Aug 24 15:52:37 babel dhcpd: DHCPDISCOVER from 00:0d:28:2e:95:f0 via eth0 Aug 24 15:52:37 babel dhcpd: DHCPOFFER on
2004 Sep 13
1
IAXy DHCP lease not renewing
Hi, I have an IAXy which *appears* not to renew it's DHCP lease. The DHCP server is a Solaris box running the native Solaris DHCP server. Is there any known DHCP issues I should be aware of? Is there anyway to get the IAXy to log it's DHCP activity? Thanks, Glenn
2005 Aug 11
1
Cisco 7920 boot causes 7940 to release DHCP lease
I have been trying to solve a problem wherby when I boot a cisco 7920 my 7940 seeks a new IP and the dhcpd log shows it released its existing IP. In searching for the solution I notice there were 2 messages on this list in Aug & Sep 2004 which raised the problem, but I could not find any answer was posted. Has anyone solved this please? Thanks, Mark.
2018 Mar 25
0
[PATCH v2 1/2] gpu: drm/lease:: Use list_{next/prev}_entry instead of list_entry
It's better to use list_entry instead of list_{next/prev}_entry as it makes the code more clear to read. This patch replace list_entry with list_{next/prev}_entry. Signed-off-by: Arushi Singhal <arushisinghal19971997 at gmail.com> --- drivers/gpu/drm/drm_lease.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_lease.c b/drivers/gpu/drm/drm_lease.c
2018 Oct 15
0
Re: Device lease hot unplug and events
On Fri, Oct 12, 2018 at 19:33:54 +0200, Milan Zamazal wrote: > Hi, when working on hot unplugs of various devices, I've found out that > hot unplugging <lease> device doesn't generate > VIR_DOMAIN_EVENT_ID_DEVICE_REMOVED event. <lease> also doesn't have an > alias, so it wouldn't be identifiable in the corresponding callback. > > Is this difference
2018 Oct 15
0
Re: Device lease hot unplug and events
On Mon, Oct 15, 2018 at 09:56:39 +0200, Milan Zamazal wrote: > Peter Krempa <pkrempa@redhat.com> writes: > > > On Fri, Oct 12, 2018 at 19:33:54 +0200, Milan Zamazal wrote: > >> Hi, when working on hot unplugs of various devices, I've found out that > >> hot unplugging <lease> device doesn't generate > >> VIR_DOMAIN_EVENT_ID_DEVICE_REMOVED
2016 Jul 06
2
DHCP max-lease-time maximum
Hi, I m looking for the max value for max-lease-time. would 512640 seconds (1 year) work? Thanks . G?tz
2016 Jul 06
0
DHCP max-lease-time maximum
DHCP uses FFFFFFFF16 to represent an infinite lease. Try if it's supported. Anyway, it's insane value as year lease time :) Eero 2016-07-06 11:22 GMT+03:00 G?tz Reinicke - IT Koordinator < goetz.reinicke at filmakademie.de>: > Hi, > > I m looking for the max value for max-lease-time. would 512640 seconds > (1 year) work? > > Thanks . G?tz > > > >