search for: leases

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

Did you mean: lease
2005 Aug 08
1
Help with "non-integer #successes in a binomial glm"
Hi, I had a logit regression, but don't really know how to handle the "Warning message: non-integer #successes in a binomial glm! in: eval(expr, envir, enclos)" problem. I had the same logit regression without weights and it worked 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!
2023 Jan 24
2
oplocks, kernel oplocks, kernel share modes, .. - how it all works?
...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 when kernel >>oplocks are enabled. >> >>I assume this is 4.17? That saw substantial changes in the core open >>handling, I'm worried that some of the subtle oplock/lease handling >>was broken by those changes. > >Ye...
2018 Mar 29
3
dhcp lease time hardware in script at dhcpd/Bind/Samba wiki page
...e lease before it actually expires. However, when I implemented the script, I didn't notice that the lease time is hardwired in the dhcp-dyndns.sh script - so I've set a higher value in dhcpd.conf. This seems to have caused all sorts of strange behaviour, as Bind/samba_dlz were expiring leases and dhcpd wasn't renewing them - thinking they are still valid. Would it be possible to pass the max lease time value from dhcpd.conf to the dhcp-dyndns.sh script somehow? I would have made a suggestion myself, but for the life of me I can't find anywhere on the net a reference of stan...
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 :) > > Eero > > 2016-07-06 11:22 GMT+03:00 G?tz Reinicke - IT Koordinator < >
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 |
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
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
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-n...
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:4...
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 interface=$1 local GATEWAYS GATEWAYS= local gateway...
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
2023 Mar 21
1
virsh domifaddr --domain domname --source {lease, arp} not showing results with ipv6
...dress Protocol Address > > > ------------------------------------------------------------------------------- > > vnet2 52:54:00:4c:83:98 ipv4 192.168.122.229/24 > > <http://192.168.122.229/24> > > > > I can obviously look into the leases file and find out the address, but > > it would be nice to be able to use the virt tooling. > > Looks like you won't find any info for IPv6 there, because that's > exactly what '--source lease' is doing. Are you sure that your IPv6 > address is not autoconfigured a...
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
2018 Mar 29
0
dhcp lease time hardware in script at dhcpd/Bind/Samba wiki page
...t actually expires. However, when > I implemented the script, I didn't notice that the lease time is > hardwired in the dhcp-dyndns.sh script - so I've set a higher value > in dhcpd.conf. This seems to have caused all sorts of strange > behaviour, as Bind/samba_dlz were expiring leases and dhcpd wasn't > renewing them - thinking they are still valid. > > Would it be possible to pass the max lease time value from dhcpd.conf > to the dhcp-dyndns.sh script somehow? I would have made a suggestion > myself, but for the life of me I can't find anywhere on the n...
2023 Mar 21
1
virsh domifaddr --domain domname --source {lease, arp} not showing results with ipv6
...------------------------------------- > > ?vnet2 ? ? ?52:54:00:4c:83:98 ? ?ipv4 ? ? ? ? 192.168.122.229/24 > <http://192.168.122.229/24> > > <http://192.168.122.229/24 <http://192.168.122.229/24>> > > > > I can obviously look into the leases file and find out the > address, but > > it would be nice to be able to use the virt tooling. > > Looks like you won't find any info for IPv6 there, because that's > exactly what '--source lease' is doing. Are you sure that your IPv6 > addre...
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.13...
2023 Mar 21
1
virsh domifaddr --domain domname --source {lease, arp} not showing results with ipv6
...lease > ?Name ? ? ? MAC address ? ? ? ? ?Protocol ? ? Address > ------------------------------------------------------------------------------- > ?vnet2 ? ? ?52:54:00:4c:83:98 ? ?ipv4 ? ? ? ? 192.168.122.229/24 > <http://192.168.122.229/24> > > I can obviously look into the leases file and find out the address, but > it would be nice to be able to use the virt tooling. Looks like you won't find any info for IPv6 there, because that's exactly what '--source lease' is doing. Are you sure that your IPv6 address is not autoconfigured and it indeed is libvirt...
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
2008 May 19
0
Problem in DHCP Server with XEN no free leases Error
...cientific 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; option broadcast-address 10.2.0.255; default-lease-time 600; max-lease-time...