Displaying 20 results from an estimated 20000 matches similar to: "print( , right=TRUE) displays the col numbers on the left"
2016 Mar 18
0
unary class union of an S3 class
On Fri, Mar 18, 2016 at 2:53 PM, Herv? Pag?s <hpages at fredhutch.org> wrote:
> Hi,
>
> Short story
> -----------
>
> setClassUnion("ArrayLike", "array")
>
> showClass("ArrayLike") # no slot
>
> setClass("MyArrayLikeConcreteSubclass",
> contains="ArrayLike",
>
2016 Mar 19
0
unary class union of an S3 class
On Sat, Mar 19, 2016 at 12:10 AM, Herv? Pag?s <hpages at fredhutch.org> wrote:
> On 03/18/2016 03:28 PM, Michael Lawrence wrote:
>
>>
>> On Fri, Mar 18, 2016 at 2:53 PM, Herv? Pag?s <hpages at fredhutch.org
>> <mailto:hpages at fredhutch.org>> wrote:
>>
>> Hi,
>>
>> Short story
>> -----------
>>
>>
2016 Mar 19
0
unary class union of an S3 class
On Sat, Mar 19, 2016 at 4:29 AM, Herv? Pag?s <hpages at fredhutch.org> wrote:
> On 03/19/2016 01:22 AM, Michael Lawrence wrote:
>
>>
>>
>> On Sat, Mar 19, 2016 at 12:10 AM, Herv? Pag?s <hpages at fredhutch.org
>> <mailto:hpages at fredhutch.org>> wrote:
>>
>> On 03/18/2016 03:28 PM, Michael Lawrence wrote:
>>
>>
>>
2016 Mar 18
2
unary class union of an S3 class
Hi,
Short story
-----------
setClassUnion("ArrayLike", "array")
showClass("ArrayLike") # no slot
setClass("MyArrayLikeConcreteSubclass",
contains="ArrayLike",
representation(stuff="ANY")
)
showClass("MyArrayLikeConcreteSubclass") # 2 slots!!
That doesn't seem right.
Long story
----------
2016 Mar 19
2
unary class union of an S3 class
On 03/18/2016 03:28 PM, Michael Lawrence wrote:
>
> On Fri, Mar 18, 2016 at 2:53 PM, Herv? Pag?s <hpages at fredhutch.org
> <mailto:hpages at fredhutch.org>> wrote:
>
> Hi,
>
> Short story
> -----------
>
> setClassUnion("ArrayLike", "array")
>
> showClass("ArrayLike") # no slot
>
>
2016 Mar 19
2
unary class union of an S3 class
On 03/19/2016 01:22 AM, Michael Lawrence wrote:
>
>
> On Sat, Mar 19, 2016 at 12:10 AM, Herv? Pag?s <hpages at fredhutch.org
> <mailto:hpages at fredhutch.org>> wrote:
>
> On 03/18/2016 03:28 PM, Michael Lawrence wrote:
>
>
> On Fri, Mar 18, 2016 at 2:53 PM, Herv? Pag?s
> <hpages at fredhutch.org <mailto:hpages at
2017 Nov 16
2
Plugin virtual, Horde BAD IMAP QRESYNC not enabled
Return-path: <xxxxxx-xxxxxxxx-xxxxxxxxx-xxxxxxx-xxxxxxx-xxx at xxxxxx.xxxxxxxxx.xx.xxx>
Envelope-to: xxxxx at xxxxxxxxx
Delivery-date: xxx, xx xxx xxxx xx:xx:xx +xxxx
Received: xxxx [xxx.x.x.x] (xxxx=xxxxxxxxx)
xx xxxxxxxxx.xxxxxxxxxxxx.xx xxxx xxxxx (xxxx x.xx)
(xxxxxxxx-xxxx <xxxxxx-xxxxxxxx-xxxxxxxxx-xxxxxxx-xxxxxxx-xxx at xxxxxx.xxxxxxxxx.xx.xxx>)
xx xxxxxx-xxxxxx-xx
xxx xxxxx
2013 Apr 23
1
is.vector(as.vector(x, m), m) not always TRUE
In the man page for as.vector() (same as man page for vector()):
Writers of methods for ?as.vector? need to take care to follow the
conventions of the default method. In particular
? Argument ?mode? can be ?"any"?, any of the atomic modes,
?"list"?, ?"expression"?, ?"symbol"?, ?"pairlist"? or one of
the
2008 Jun 03
2
mbox: extra linefeed after Content-Length header in 1.1.rc8
mbox messages gets header corruption caused by an extra linefeed after
Content-Length
Users sees their mails in Sent mbox folder without the from and to
fields, without attachments and with the date of 1/1/1970
Diego.
---
Here is an anonymized header:
>From xxxxxxxx at xxxxxx.xxxxxx.xxxxx.xx.xx Tue Jun 03 09:14:33 2008
Message-ID: <xxxxxxxx.xxxxxxx at xxxxxx.xxxxx.xx.xx>
X-UID: 3913
2011 May 21
1
RSASecurIDToken - returned 1603
Hi all,
I'm trying to install RSASecurIDToken410.msi when i execute:
msiexec /i RSASecurIDToken410.msi
The installation is interrupted and shows:
err:msi:ITERATE_Actions Execution halted, action L"ValidateCommandLine" returned 1603
The log shows: (msiexec /i RSASecurIDToken410.msi /l*v)
1: Begin SetAllUsers() 2:
1: Getting records from Upgrade table 2:
1: UpgradeCode:
2012 Sep 05
4
Samba upgrade problem with ADS
hi gurus
My samba upgrade woes: -
I have to run 2 instances of samba one for dev and one for UAT. both the instances are giving me hard time after the upgrade.
One instance keeps giving me following error: -
connect_to_domain_password_server: unable to open the domain client session to machine xxxxx.xxxxx.xxxxx.xxxxxxx.COM. Error was : NT_STATUS_CANT_ACCESS_DOMAIN_INFO.
[2012/09/04
2018 Oct 06
1
TLS handshake failure - Client Helo rejected
Hi,
I can no longer connect to Dovecot (IMAP). The connection is terminated
by Dovecot after Client Helo.
My server:
Dovecot 2.3.3
Debian buster/sid
Architecture: ppc
My problems started in late August after upgrading Dovecot.
SSL settings:
ssl_dh = </etc/ssl/dh2048.pem
ssl_min_protocol = TLSv1.2
ssl_cipher_list =
2018 Mar 20
2
Race condition when setting flags (\Deleted) + expunge quickly, leaving mails not deleted
Hello.
I seem to have found a race condition, when setting flags on multiple emails
rapidly. 5 commands including login to reproduce. Problem found using mutt in
real world usage.
Seems to happen both with UID STORE 1:3 and UID STORE 1,2,3 ..
I have tried with the following packages, with a minimized config in a
throwaway vm:
https://packages.debian.org/stretch/dovecot-core
Package:
2005 Mar 17
1
Different codecs for different numbers via same IAX provider; how? Configs included.
Hi,
I have been trying to work this out and haven't been able to.
I have some incoming numbers that come in over IAX, from the same server,
and wish to use different codecs for different calls. This doesn't seem to
work for incoming either.
I cant seem to get any combination of allow/disallow to work..
Ideally the following would work:
[general]
register => XXXXXX
disallow=all
2004 Aug 24
1
Possible problem with hostbased protocol 1 rhosts authentication
I found this problem when working with the Suse9.1 distribution, but have
since reproduced it with a vanilla build of Openssh
(openssh-3.9p1.tar.gz). Basically I cannot get a command like this:
XXXX>ssh -vvv -1 -o "RhostsAuthentication yes" AAAA
to work. Yes the appropriate settings are in the servers sshd_config file.
Hostbased protocol 1 ssh using rhosts between computers is
2018 Jan 11
0
Managesieve and virtual users
On 01/11/2018 11:49 AM, Aki Tuomi wrote:
>
> On 11.01.2018 11:45, CP wrote:
>> Hello list,
>>
>> I'm trying to setup sieve on a Debian 9 install with virtual users.
>> Perhaps I'm getting old, but I can't figure out why managesieve is
>> not working for virtual users. I have about 20 v users on this machine
>> and only one has also a real unix
2010 Jul 29
1
permisions problems to setup dovecot lda in postfix with sieve
hi...
i can setup dovecot lda in postfix with sieve in testing enviroment using
dovecot 1.2.10 and dovecot-1.2-sieve-0.0.15
but now i want to setup them in producction so i reproduce the steps to do
them but i receive the following errors:
log dovecot-deliver-errors.log:
Jul 29 11:48:26 deliver(xxxx at xxxx): Error: userdb lookup:
connect(/var/spool/postfix/private/auth-master) failed:
2018 Apr 29
0
Using samba AD in mixed OS environment
On Sun, 29 Apr 2018 11:35:08 +0100
Zdravko Zdravkov <nirayah at gmail.com> wrote:
> So, so..
>
> Server and clients are CentOS7.
> Server was configured using samba-tool domain provision.
>
> *smb.conf* from server
>
> [global]
>
> > netbios name = AD
> > realm = XXXXXX
I do hope that is actually 'realm = XXXXXX.XXX'
>
2018 Apr 29
4
Using samba AD in mixed OS environment
So, so..
Server and clients are CentOS7.
Server was configured using samba-tool domain provision.
*smb.conf* from server
[global]
> netbios name = AD
> realm = XXXXXX
> server role = active directory domain controller
> server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl,
> winbindd, ntp_signd, kcc, dnsupdate
> workgroup =
2018 Jan 11
0
Managesieve and virtual users
On 01/11/2018 12:18 PM, Aki Tuomi wrote:
>
> On 11.01.2018 12:09, CP wrote:
>> On 01/11/2018 11:49 AM, Aki Tuomi wrote:
>>> On 11.01.2018 11:45, CP wrote:
>>>> Hello list,
>>>>
>>>> I'm trying to setup sieve on a Debian 9 install with virtual users.
>>>> Perhaps I'm getting old, but I can't figure out why managesieve