Displaying 20 results from an estimated 536 matches for "rfe".
Did you mean:
ref
2012 Feb 18
5
Folder name migration when moving from 2.0.x to 2.1.x?
Today I encountered this after upgrading:
Feb 18 18:15:40 postamt dovecot: imap(lehnertr): Panic: LIST: Mailbox name not UTF-8: INBOX.Entw?rfe
Feb 18 18:15:40 postamt dovecot: imap(lehnertr): Error: Raw backtrace:
/usr/local/lib/dovecot/libdovecot.so.0(+0x4104a) [0xb75cc04a] ->
/usr/local/lib/dovecot/libdovecot.so.0(+0x410bb) [0xb75cc0bb] ->
/usr/local/lib/dovecot/libdovecot.so.0(i_fatal+0) [0xb75cc9b7] ->
dovecot/imap [lehnertr...
2010 Mar 23
1
caret package, how can I deal with RFE+SVM wrong message?
Hello,
I am learning caret package, and I want to use the RFE to reduce the
feature. I want to use RFE coupled Random Forest (RFE+FR) to complete this
task. As we know, there are a number of pre-defined sets of functions, like
random Forest(rfFuncs), however,I want to tune the parameters (mtr) when
RFE, and then I write code below, but there is something wron...
2008 Sep 26
1
issue with varSel.svm.rfe in package MCRestimate
Hello all,
I would like to perform SVM-RFE (Guyon et al. 2002) in R and have only found
one implementation of this algorithm. The function belongs
to the MCRestimate package but when I try to use it I encounter a problem
- the function appears to be missing a required package or other function
that I simply cannot find available anywhere....
2012 Sep 13
2
RFC 6154: German umlauts in special_use folder names
Hi,
the Drafts special folder is called "Entw?rfe" in German locale.
How should the special_use entry in the config file look like?
Would you recommended to use the encoded folder name...
mailbox "Entw&APw-rfe" {
special_use = \Drafts
}
...or rather the utf-8 Encoding in the dovecot config file?
mailbox "Entw?rfe"...
2019 Apr 03
2
doveadm backup + ISO 8859-1 mailbox name
...ssl_client_ca_dir=/etc/ssl \
backup -R -f -x ~* -u migration-ag at example.org imapc:
dsync(migration-ag at example.org): Info:
imapc(old-mailserver.webflow.de:993): Connected to 1.1.1.1:993 (local
2.2.2.2:46154)
dsync(migration-ag at example.org): Error: Failed to access mailbox
Entw?rfe: mailbox does not exist
The problem is with "Entw?rfe" here. It's actually Entw<0xfc>rfe, which
translates to "Entw?rfe" in ISO-8859-1.
Why can't doveadm find that mailbox? Is the old mailserver misbehaving
(I hope not because I have no idea how to change that...
2011 May 01
0
Dummy variables using rfe in caret for variable selection
I'm trying to run "rfe" for variable selection in the caret package, and am
getting an error. My data frame includes a dummy variable with 3 levels.
x <- chlDescr
y <- chl
#crate dummy variable
levels(x$State) <- c("AL","GA","FL")
dummy <- model.matrix(~State,x)
z <- c...
2004 Mar 30
1
[Bug 827] RFE: Allow forwarding of Xprint servers if X11 forwarning is enabled
http://bugzilla.mindrot.org/show_bug.cgi?id=827
Summary: RFE: Allow forwarding of Xprint servers if X11
forwarning is enabled
Product: Portable OpenSSH
Version: 3.8p1
Platform: All
URL: http://xprint.mozdev.org/docs/Xprint_FAQ.html#manual_xpr
int_forwarding_via_ssh...
2007 Jun 22
2
RFE: idle timeout/auto-daemonize combo
...ath and use perssh instead of ssh.
It has some disadvantages though, like not killing the daemon
after an idle timeout, and failed SSH connects if the master
quits when the network changes.
There's plenty of corner cases in the script to make it
unusable as a generic SSH wrapper.
So my first RFE is an option for idle timeout, closing the
connection when no traffic has passed through for a while.
My second RFE is to make the script unnecessary, having an
option to automatically create a daemonized master on first
connect.
Thoughts?
Many thanks,
Wout.
2009 Jan 30
1
RFE: parsable iostat and zpool layout
...t; option to output parsable statistics with absolute counters/figures that for example could be fed to MRTG, RRD, et al.
The "zpool iostat [-v] POOL 60 [N]" is great for humans but not very api-friendly; N=2 is a bit overkill and unreliable. Is this info available in kstat, or is this an RFE candidate? In Solaris10?
Ditto for zpool status, a "-p" option and/or a zpool show|get layout [-p] or similar, would ease scripting and parsing of pool/vdev/disk configurations. Now parsing "zpool iostat -v [POOL]" with awk or perl seem like the easiest workaround and overkill....
2010 Jun 10
0
[Bug 602599] New: [RFE] A new API for custom cleanup prior to close in perl bindings
On Thu, Jun 10, 2010 at 05:34:23AM -0400, bugzilla at redhat.com wrote:
>
> Summary: [RFE] A new API for custom cleanup prior to close in perl bindings
>
> https://bugzilla.redhat.com/show_bug.cgi?id=602599
>
> Summary: [RFE] A new API for custom cleanup prior to close in
> perl bindings
> Product: Virtualization Tools
>
&...
2008 Jul 17
4
RFE: -t flag for ''zfs destroy''
I would like to request an additional flag for the command line zfs
tools. Specifically, I''d like to have a -t flag for "zfs destroy", as
shown below. Suppose I have a pool "home" with child filesystem
"will", and a snapshot "home/will at yesterday". Then I run the
following commands:
# zfs destroy -t volume home/will at yesterday
zfs: not
2014 Sep 23
0
[PATCH 11/13] syntax-check: fix prohibit_undesirable_word_seq check
....pod
@@ -2199,7 +2199,7 @@ the git repository, or the ChangeLog file distributed in the tarball.
- 811650 guestfs_last_error not set when qemu fails early during launch
- 811649 libguestfs cannot open disk images which are symlinks to files that contain ':' (colon) character
- 811117 [RFE][virt-sysprep] net-hwaddr not removed from "ifcfg-*" files on rhel
- - 811112 [RFE][virt-sysprep] hostname can not be changed on rhel system
+ - 811112 [RFE][virt-sysprep] hostname cannot be changed on rhel system
- 809361 inspection doesn't recognize Fedora 18 (grub2 + GPT)
- 807...
2006 Oct 31
0
6281100 RFE: AVL-FS2: Support Anchored Page Retire for LW8, Serengeti & Starcat platforms (fix x86 lint)
Author: ayznaga
Repository: /hg/zfs-crypto/gate
Revision: 6eac92b976923acc75b29f19db289920ad3fe49e
Log message:
6281100 RFE: AVL-FS2: Support Anchored Page Retire for LW8, Serengeti & Starcat platforms (fix x86 lint)
Files:
update: usr/src/uts/common/io/mem.c
2006 Oct 31
0
6390248 RFE: speed up sys-unconfig when cloning a zone
Author: gjelinek
Repository: /hg/zfs-crypto/gate
Revision: b6e8d14262c0face100cf3358196bb87aa8cc5b4
Log message:
6390248 RFE: speed up sys-unconfig when cloning a zone
Files:
update: usr/src/cmd/zoneadm/zoneadm.c
2008 Sep 01
1
RFE: allow zfs to interpret ''.'' as da datatset?
Hi,
I''d like to be able to utter cmdlines such as
$ zfs set readonly=on .
$ zfs snapshot . at now
with ''.'' interpreted to mean the dataset corresponding to
the current working directory.
This would shorten what I find to be a very common operaration -
that of discovering your current (working directory) dataset
and performing some operation on it. I usally do this
2009 Aug 29
2
RFE: vectorize URLdecode
In R 2.9.2,
> URLdecode(c("a%20b", "b%20c"))
[1] "a b"
Warning message:
In charToRaw(URL) : argument should be a character vector of length 1
all but the first element will be ignored
Could URLdecode be modified to actually process all elements of the vector, not
just the first?
Thanks in advance
2001 Dec 12
1
RFE: ssh-askpass program configurable
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I note that ssh-askpass-gnome was moved into the contrib/ directory of
portable OpenSSH and the configure option for it
(--with-gnome-askpass) was removed.
I can understand not wanting a configure option for one particular
askpass program, but it would be useful to have a general replacement,
as in
% ./configure
2002 Jul 30
0
[Bug 372] [RFE] [authkrb5] : KRB5CCNAME set to pointer
....org/show_bug.cgi?id=372
basalt at easynet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Summary|[authkrb5] : KRB5CCNAME set |[RFE] [authkrb5] :
|to pointer |KRB5CCNAME set to pointer
------- Additional Comments From basalt at easynet.fr 2002-07-30 18:49 -------
think this is not a bug but just a functionnality partially implemented
------- You are receiving this mail because: ------...
2003 May 03
0
[Bug 554] RFE: PATH_SSH_KEY_SIGN, SSH_RAND_HELPER
http://bugzilla.mindrot.org/show_bug.cgi?id=554
Summary: RFE: PATH_SSH_KEY_SIGN, SSH_RAND_HELPER
Product: Portable OpenSSH
Version: 3.6p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org...
2008 Nov 11
1
DO NOT REPLY [Bug 5887] New: RFE: --link-any-dest option considers contents only, ignores name
https://bugzilla.samba.org/show_bug.cgi?id=5887
Summary: RFE: --link-any-dest option considers contents only,
ignores name
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo...