search for: wyllie

Displaying 9 results from an estimated 9 matches for "wyllie".

Did you mean: willie
2008 Jan 11
4
zpool remove problem
I have a pool with 3 partitions in it. However, one of them is no longer valid, the disk was removed and modified so that the original partition is no longer available. I cannot get zpool to remove it from the pool. How do I tell zfs to take this item out of the pool if not with "zfs remove" ? Thanks, Wyllys here is my pool: zpool status pool: bigpool state: FAULTED status:
2010 Mar 12
1
Length as fun.aggregate in cast function of reshape package: unexpected error
...sing is very simple, and appears almost identical to that used in the ChickWeight example in the package. The problem can be reproduced and is described in more detail below, along with the rationale for what we're trying to do. Any help would be very gratefully received. Best wishes David Wyllie (code starts here) # when using the reshape package to summarise laboratory data, # an unexpected error message occurs then using this fun.aggregate= length. # tested on R2.9.1 and R2.10.0 on XP and Vista # the error message is : # Error in FUN(X[[1L]], ...) : # 2 arguments passed to 'leng...
2010 Jun 18
1
ow to apply a panel function to each of several data series plotted on the same graph in lattice
Hi is it possible to fit a trend line (or some other panel function) through each of multiple data series plotted on the same graph? Specifically, while one can do something like xyplot(a+b+c~x) which plots three series, a,b & c, but can one automatically fit lines through each of them? I suppose one could generate three more variables afit, bfit, and cfit with a model & predict and
2006 Oct 31
0
6302994 spnego_gss_import_sec_context has memory problem by using invalid pointer
Author: wyllys Repository: /hg/zfs-crypto/gate Revision: 6ed44396f9a3c9208cf81a60646cc3c0cff4deb2 Log message: 6302994 spnego_gss_import_sec_context has memory problem by using invalid pointer Files: update: usr/src/lib/gss_mechs/mech_spnego/mech/spnego_mech.c
2006 Oct 31
0
6217236 pcfs module has incorrect FAT signature check (fix lint)
Author: wyllys Repository: /hg/zfs-crypto/gate Revision: c300512c0d2609e729a85ce9f318a9133e7a8b1e Log message: 6217236 pcfs module has incorrect FAT signature check (fix lint) 6310335 mkfs_pcfs FAT size computation is wrong. (fix lint) Files: update: usr/src/cmd/fs.d/pcfs/mkfs/mkfs.c update: usr/src/uts/common/fs/pcfs/pc_vfsops.c
2006 Oct 31
0
6310540 6290437 causes gss_accept_sec_context not to output ret_flags whn no deleg cred; breaks ssh
Author: wyllys Repository: /hg/zfs-crypto/gate Revision: 1b97a96daa581c4f53b4fd8acceb76a27a9fe324 Log message: 6310540 6290437 causes gss_accept_sec_context not to output ret_flags whn no deleg cred; breaks ssh Files: update: usr/src/lib/libgss/g_accept_sec_context.c
2006 Oct 31
0
6353492 Regression of 4786126: Kerberos Delegation Credentials not working on S10 and Nevada
Author: wyllys Repository: /hg/zfs-crypto/gate Revision: 72e646444ab691a20b8eca0f34c8add2ed672e7c Log message: 6353492 Regression of 4786126: Kerberos Delegation Credentials not working on S10 and Nevada 6366616 telnet buffers are not big enough to work with some Kerberos tickets 6398068 kerberos gss mechanism does not report out-of-sequence tokens correctly Files: update:
2023 Mar 10
1
full_audit syslog logging question
Running Samba 4.16.4 and having problems getting the vfs_full_audit module to send anything to syslog. I can get it to log to a file, but nothing happens when using syslog only. Configuration looks like: [global] ... log level = 4 log file = /var/log/samba/log.%m logging = syslog at 4 ... [foobar] path = /foobar vfs objects = full_audit streams_xattr acl_xattr full_audit:priority = INFO
2023 Mar 13
1
full_audit syslog logging question
In case anyone is interested, I found the problem. I was running samba in a container that did not have any syslog service (rsyslogd or syslog-ng) running. By default, samba syslog only sends messages to the system's syslog socket and there was nothing listening on it so the messages just got dropped. I put rsyslogd in the container and configured it to listen on the syslog socket and am