Displaying 7 results from an estimated 7 matches for "exceeeds".
Did you mean:
exceeds
2006 Oct 31
0
4667251 groups command returns number, not name for large group \
Author: satishk
Repository: /hg/zfs-crypto/gate
Revision: 5f797824c5a966a7f5d17c831ad5c47835e706f8
Log message:
4667251 groups command returns number, not name for large group \
5080012 ldap: Roles returns NULL if size of roles exceeeds 1022 characters
Files:
update: usr/src/head/nss_dbdefs.h
2006 Jul 24
1
deparse - width.cutoff
I have a question about "deparse" function in R
What is the reason that "deparse" use an argument like "width.cutoff" ?
Why the maximum cutoff is 500?
I was manipulating an R formula and used "deparse". Since the length of user's formula was greater then 500, my code didnt work.
thanks
Johan
johan Faux <johanfaux@yahoo.com> wrote: I have a
2009 Aug 06
0
No subject
^C
--- 10.100.100.74 ping statistics ---
1 packets transmitted, 1 received, +63 duplicates, +1 errors, 0%
packet loss, time 0ms
rtt min/avg/max/mdev =3D 0.263/2.481/4.266/1.147 ms
> This ping is external box to guest,
> correct?
Either direction, external box->guest or guest->external box
> Is it the external box that gets duplicates or the guest?
> What happens when you ping
2009 Aug 06
0
No subject
^C
--- 10.100.100.74 ping statistics ---
1 packets transmitted, 1 received, +63 duplicates, +1 errors, 0%
packet loss, time 0ms
rtt min/avg/max/mdev =3D 0.263/2.481/4.266/1.147 ms
> This ping is external box to guest,
> correct?
Either direction, external box->guest or guest->external box
> Is it the external box that gets duplicates or the guest?
> What happens when you ping
2019 Mar 20
2
Re: [PATCH nbdkit 1/9] server: Implement extents/can_extents calls for plugins and filters.
On 3/19/19 11:34 AM, Richard W.M. Jones wrote:
> This pair of calls allows plugins to describe which extents in the
> virtual disk are allocated, holes or zeroes.
> ---
> + void nbdkit_extents_free (struct nbdkit_extents_map *);
> +
> +Frees an existing extents map.
Is this like free() where it is safe to call on NULL?
> +
> +=head3 Iterating over nbdkit_extents_map
2019 Mar 19
0
[PATCH nbdkit 1/9] server: Implement extents/can_extents calls for plugins and filters.
This pair of calls allows plugins to describe which extents in the
virtual disk are allocated, holes or zeroes.
---
docs/nbdkit-filter.pod | 107 ++++++++
docs/nbdkit-plugin.pod | 103 +++++++
include/nbdkit-common.h | 10 +-
include/nbdkit-filter.h | 25 +-
include/nbdkit-plugin.h | 6 +-
server/internal.h | 5 +
server/extents.c | 574
2019 Mar 19
15
[PATCH nbdkit 0/9] [mainly for discussion and early review] Implement extents.
I want to post this but mainly for discussion and early review. It's
not safe for these patches to all go upstream yet (because not all
filters have been checked/adjusted), but if any patches were to go
upstream then probably 1 & 2 only are safe.
File, VDDK, memory and data plugins all work, although I have only
done minimal testing on them.
The current tests, such as they are, all