search for: lease

Displaying 20 results from an estimated 1298 matches for "lease".

Did you mean: please
2005 Aug 08
1
Help with "non-integer #successes in a binomial glm"
...ed out without the warning, but I figured it makes more sense to add the weights. The weights sum up to one. Could anyone give me some hint? Thanks a lot! FYI, I have posted both regressions (with and without weights) below. Ed > setwd("P:/Work in Progress/Haibo/Hans") > > Lease=read.csv("lease.csv", header=TRUE) > Lease$ET <- factor(Lease$EarlyTermination) > SICCode=factor(Lease$SIC.Code) > Lease$TO=factor(Lease$TenantHasOption) > Lease$LO=factor(Lease$LandlordHasOption) > Lease$TEO=factor(Lease$TenantExercisedOption) > > RegA=glm(ET~1+T...
2023 Jan 24
2
oplocks, kernel oplocks, kernel share modes, .. - how it all works?
On Tue, Jan 24, 2023 at 08:29:17PM +0300, Michael Tokarev via samba wrote: >24.01.2023 20:22, Ralph Boehme via samba wrote: >>What Samba version is this? This: >> >>>LEASE() >> >>... looks broken: the handle oplock/lease state claims to be a >>lease, which means the client didn't request an oplock but a lease >>which should not have happened in the first place, because the >>global leases capabiltiy is not signaled by the server w...
2018 Mar 29
3
dhcp lease time hardware in script at dhcpd/Bind/Samba wiki page
There seems to be a slight issue with the instructions at the following wiki page: https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records_with_BIND9 The /usr/local/bin/dhcp-dyndns.sh script seems to use a hardwired value for the lease expiry time of 3600 - independent of whatever is configured in dhcpd.conf. With the examples provided, it should work, as the example dhcpd.conf uses 1800 for lease expiry time - so dhcpd will try to renew the lease before it actually expires. However, when I implemented the script, I didn'...
2016 Jul 06
6
DHCP max-lease-time maximum
:) ... the long lease is for some Accesspoints which we dont like to configure static, just plug in and run. /G?tz Am 06.07.16 um 10:24 schrieb Eero Volotinen: > DHCP uses FFFFFFFF16 to represent an infinite lease. Try if it's supported. > Anyway, it's insane value as year lease time :) > > Eer...
2018 Mar 29
1
dhcp lease time hardware in script at dhcpd/Bind/Samba wiki page
Hi Rowland, > You could try adding something like this near to the top of > dhcp-dyndns.sh: > > TTL=$(cat /etc/dhcp/dhcpd.conf | grep 'max-lease-time' | awk -F ';' > '{print $1}' | awk '{print $NF}') > > Then replace the '3600' with '$TTL' Users like comments in their config files. Your script: cat /etc/dhcp/dhcpd.conf | grep 'max-lease-time' | awk -F ';' '{print $1...
2018 Oct 15
2
Re: Device lease hot unplug and events
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 event. <lease> also doesn't have an >> alias, so it wouldn't be identifiable in the corresponding callback. >> >> Is this difference from other hotpluggable devices intentional? If yes, &g...
2018 Oct 12
2
Device lease hot unplug and events
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 from other hotpluggable devices intentional? If yes, is there any better way of checking th...
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 host-...
2020 May 05
3
Re: Set hostname of guest during installation time
...>>> --- Guest output (try06): >>> >>> root@try06:~# cat /etc/hostname >>> try06 >>> >>> --- Host output (host): >>> >>> root@host:# grep hosts: /etc/ns* >>> hosts: libvirt_guest >>> root@host:# virsh net-dhcp-leases default >>>   Expiry Time           MAC address         Protocol   IP address >>>     Hostname   Client ID or DUID >>> --------------------------------------------------------------------------------------------------------- >>> >>>   2020-03-30 16:03:...
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 interfac...
2004 Jan 13
2
Bridge + leased line + tc
Hi, I can''t get traffic shaping working. This is my situation: -------- ------ Net1 ----- |router| -------------------- | TC | ----------- Net2 -------- leased line ------ eth1 eth0 We use the leased line for normal traffic but also for synchronisation between 2 servers. The leased line is 2mbit. The synchronisation generates too much traffic and uses completely the 2mbit capacity of the leased line. This is no problem during night, bu...
2023 Mar 21
1
virsh domifaddr --domain domname --source {lease, arp} not showing results with ipv6
...gured a routed network on my laptop with a ipv6 subnet and > > dnsmasq is handing out ipv6 addresses to my vms and it works really wel, > > but finding out which ips have been used is not as easy as with ipv4. > > > > [root at lenovo ~]# virsh domifaddr --domain wec --source lease > > Name MAC address Protocol Address > > > ------------------------------------------------------------------------------- > > > > [root at lenovo ~]# virsh domifaddr --domain wec --source arp > > Name MAC address Protocol Ad...
2018 Oct 15
0
Re: Device lease hot unplug and events
..., 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 event. <lease> also doesn't have an > >> alias, so it wouldn't be identifiable in the corresponding callback. > >> > >> Is this difference from other hotpluggable devices inte...
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
2018 Mar 29
0
dhcp lease time hardware in script at dhcpd/Bind/Samba wiki page
...ba.org> wrote: > There seems to be a slight issue with the instructions at the > following wiki page: > > https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records_with_BIND9 > > The /usr/local/bin/dhcp-dyndns.sh script seems to use a hardwired > value for the lease expiry time of 3600 - independent of whatever is > configured in dhcpd.conf. With the examples provided, it should work, > as the example dhcpd.conf uses 1800 for lease expiry time - so dhcpd > will try to renew the lease before it actually expires. However, when > I implemented the sc...
2023 Mar 21
1
virsh domifaddr --domain domname --source {lease, arp} not showing results with ipv6
...my laptop with a ipv6 subnet and > > dnsmasq is handing out ipv6 addresses to my vms and it works > really wel, > > but finding out which ips have been used is not as easy as with ipv4. > > > > [root at lenovo ~]# virsh domifaddr --domain wec --source lease > > ?Name ? ? ? MAC address ? ? ? ? ?Protocol ? ? Address > > > ------------------------------------------------------------------------------- > > > > [root at lenovo ~]# virsh domifaddr --domain wec --source arp > > ?Name ? ? ? MAC address...
2020 Mar 30
2
Re: Set hostname of guest during installation time
...gt; > I'm still not able to use 'libvirt_guest' though: > > --- Guest output (try06): > > root@try06:~# cat /etc/hostname > try06 > > --- Host output (host): > > root@host:# grep hosts: /etc/ns* > hosts: libvirt_guest > root@host:# virsh net-dhcp-leases default > Expiry Time MAC address Protocol IP address > Hostname Client ID or DUID > --------------------------------------------------------------------------------------------------------- > 2020-03-30 16:03:41 52:54:00:d4:e6:f0 ipv4 192.168.122.1...
2023 Mar 21
1
virsh domifaddr --domain domname --source {lease, arp} not showing results with ipv6
...> I have configured a routed network on my laptop with a ipv6 subnet and > dnsmasq is handing out ipv6 addresses to my vms and it works really wel, > but finding out which ips have been used is not as easy as with ipv4. > > [root at lenovo ~]# virsh domifaddr --domain wec --source lease > ?Name ? ? ? MAC address ? ? ? ? ?Protocol ? ? Address > ------------------------------------------------------------------------------- > > [root at lenovo ~]# virsh domifaddr --domain wec --source arp > ?Name ? ? ? MAC address ? ? ? ? ?Protocol ? ? Address > ------------------...
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 from other hotpluggable devices intentional? If yes, Well a "leas...
2008 May 19
0
Problem in DHCP Server with XEN no free leases Error
Hi I have installed Xen 3.0.4 in Scientific linux Os.. Now I want to configure dhcp server. I have configured my dhcp server in my host (g40.grid ) . Here''s my dhcpd.conf file [root@g40 ~]# cat /etc/dhcpd.conf ddns-update-style ad-hoc; default-lease-time 600; max-lease-time 7200; lease-file-name "/var/lib/dhcp/dhcpd.leases"; authoritative; log-facility local7; # Configuration for an internal subnet. subnet 10.2.0.0 netmask 255.255.255.0 { pool { range 10.2.0.120 10.2.0.150; } option routers 10.2.0.40;...