Displaying 20 results from an estimated 26 matches for "5y".
Did you mean:
y5
2010 Oct 20
0
Regarding RDCOMClient package
...ypes to a COM function call thru the RDCOMClient asCOMArray().
As we all know that matrix in R can't hold of elements with different
types. So we managed to create a matrix of lists:
rates <- matrix(
list("1y","2y","3y","4y","5y","7y","10y"
,0.23,0.25,0.25,0.19,0.23,0.25,0.28
)
, nrow=7, ncol=2, byrow=FALSE
)
This preserves the type info, but each element in the matrix rates is
type of list.
Then we can add a *case* statement in the...
2006 Sep 21
1
deliver vda maildir postfix problem
...t Regards
Robert Schetterer
robert_at_schetterer_dot_org
Munich / Bavaria / Germany
https://www.schetterer.org
https://www.schetterer.com/public-gpg-robert-schetterer.key
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (MingW32)
iD8DBQFFEoFjNxddAhXBw7QRAkYyAJ0SmcNhQez7zLI2ncvfKjT6/8VGVACfSYbQ
5Y+ZM2DmjrVFnpRNvGu30Zo=
=+UuD
-----END PGP SIGNATURE-----
--
Diese Nachricht wurde auf Viren und andere gef?hrliche Inhalte untersucht
und ist - aktuelle Virenscanner vorausgesetzt - sauber.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: robert.vcf
Type: text/x...
2013 Dec 10
1
"Select Inbox" drops connection. IMAP troubleshooting help available?
Newbie to the list here. I don?t know if this is Dovecot specific, but I can see that my IMAP server is running Dovecot. So far (as a client) I haven?t been able to figure out how to get it to tell me the version number.
What I?m trying to get is more detailed info in order to debug an IMAP problem.
I?ve been unable to retrieve email since the 27th of November on this specific account. Another
2011 Jan 16
0
No subject
...AYES_00,FROMDEVELOPER,
HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02
Return-path: <waldi at debian.org>
Received: from wavehammer.waldi.eu.org ([82.139.201.20])
by busoni.debian.org with esmtp (Exim 4.69)
(envelope-from <waldi at debian.org>)
id 1PxI9V-0006JH-5y
for 617421-done at bugs.debian.org; Wed, 09 Mar 2011 12:06:05 +0000
Received: by wavehammer.waldi.eu.org (Postfix, from userid 1000)
id 8ED6054160; Wed, 9 Mar 2011 13:05:40 +0100 (CET)
Date: Wed, 9 Mar 2011 13:05:40 +0100
From: Bastian Blank <waldi at debian.org>
To: Ian Campbell <ijc a...
2002 Oct 10
2
tcng version 8z
...ests/tcssnap, tests/u32dlb, and tests/u32slb according
to above change
- -Wexpensive did not warn about implicit negation (tests/tcng-8z)
- tcc: replaced -E with -Wexperror, and -E -E with -Wexppostopt (tests/newexp)
- updated tests/bitfield, tests/bittest, tests/expensive, tests/ne,
tests/tcng-5y, and tests/tcng-7a according to above change
- tcc -E now runs cpp without any further processing (just like gcc -E;
tests/tccin)
- tcc: added option -f infile to read from specified file, ignoring input file
argument (tests/tccin)
- tcc now writes location map after dumping, in order to includ...
2011 Mar 08
22
Force resigning of existing certificates
Is there a way to force the puppetmaster to resign certificates for
existing certificates when a new CSR for the same hostname arrives?
When we reinstall freshly formatted clients with puppet (with the
same hostname) the puppet client complains:
err: Could not request certificate: Retrieved certificate does not match
private key; please remove certificate from server and regenerate it
2012 Aug 23
1
Puppet Agent VS User
...igs = false
authconfig = /etc/puppet/namespaceauth.conf
autoflush = false
autosign = /etc/puppet/autosign.conf
bindaddress = ""
bucketdir = /var/lib/puppet/bucket
ca = true
ca_days = ""
ca_md = md5
ca_name = Puppet CA: vusion-production
ca_port = 8140
ca_server = puppet
ca_ttl = 5y
cacert = /var/lib/puppet/ssl/ca/ca_crt.pem
cacrl = /var/lib/puppet/ssl/ca/ca_crl.pem
cadir = /var/lib/puppet/ssl/ca
cakey = /var/lib/puppet/ssl/ca/ca_key.pem
capass = /var/lib/puppet/ssl/ca/private/ca.pass
caprivatedir = /var/lib/puppet/ssl/ca/private
capub = /var/lib/puppet/ssl/ca/ca_pub.pem
catal...
2008 Jan 18
7
[Patch] Make memory hole for PCI Express bigger and prevent roll-over
...xF4,0x00,0x00, /* 00000180 "........" */
- 0x00,0x00,0x00,0x00,0x00,0x05,0x79,0x00, /* 00000188 "......y." */
+ 0x00,0xC0,0xFF,0xFF,0xFF,0xF4,0x00,0x00, /* 00000180 "........" */
+ 0x00,0x00,0x00,0x00,0x00,0x35,0x79,0x00, /* 00000188 ".....5y." */
0xA4,0x50,0x52,0x54,0x30,0x08,0x42,0x55, /* 00000190 ".PRT0.BU" */
0x46,0x41,0x11,0x09,0x0A,0x06,0x23,0x20, /* 00000198 "FA....# " */
0x0C,0x18,0x79,0x00,0x08,0x42,0x55,0x46, /* 000001A0 "..y..BUF" */
diff -r 62fc84adc8ed -r dba8f02...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...39;'d'' (days), ''h'' (hours), or
# ''s'' (seconds). The unit defaults to seconds. If this parameter
# is set, ca_days is ignored. Examples are ''3600'' (one hour)
# and ''1825d'', which is the same as ''5y'' (5 years)
# The default value is ''5y''.
# ca_ttl = 5y
# The bit length of keys.
# The default value is ''1024''.
# keylength = 1024
# The name to use the Certificate Authority certificate.
# The default value is ''Pupp...
2008 May 14
7
A copy of XX has been removed from the module tree but is still active!
I have a class in my /lib/ directory called tracker.rb
It''s function is to receive an array of URLs and then perform 4
separate tasks on each URL
Each of the 4 tasks gets it''s own thread.
the class is called from my controller like:
output = Tracker.go([array_of_urls])
Sometimes, when it hits an exception, instead of just dieing
gracefully, my logs repeatedly display:
A
2007 Nov 11
4
puppetrun fails: "Certificates were not trusted"
...l.pem''
debug: ca: Setting ca to ''true''
debug: ca: Setting serial to ''$cadir/serial''
debug: ca: Setting cakey to ''$cadir/ca_key.pem''
debug: ca: Setting capub to ''$cadir/ca_pub.pem''
debug: ca: Setting ca_ttl to ''5y''
debug: ca: Setting cacert to ''$cadir/ca_crt.pem''
debug: fileserver: Setting fileserverconfig to ''$confdir/fileserver.conf''
debug: filebucket: Setting clientbucketdir to ''$vardir/clientbucket''
debug: /puppetconfig/puppet/File[/var/opt/c...
2021 Jan 05
5
CentOS Stream suitability as a production webserver
Hello
I've recently discovered the announcement regarding the change in direction
for the CentOS project and I imagine like many others, I'm confused and
concerned about what this means moving forward.
I work for a small web development agency and we offer hosting as part of
our package to clients who need it. We have many CentOS 7 web servers
(DigitalOcean droplets) (LAMP/LEMP) that I
2014 Jun 24
3
[PATCH 1/2] Drop dosutil/mdiskchk.com
...mp;DHeSf|5CHw`T-xuDqc0J*+Vp at ik&7j}2
zE^l?Q9J+9lVzNU}?#gpBW9e^lzFRY_C at viHmJf+zYHMHlp^1te=Nm0kpdHk+RgHl4
z+XAF+XoVX&Idjz8CEJC%?{qh2iL#6BgKJoUKzuAxsLuBK>KOi2%vucUaeEo;`C-u<
zMwe>J2l*jalbPC-gUnFM=>AV33t*-r+Yt$~XIsz9y>~pp0Qka5B8Q-n%odkvN&Vyw
zt144icaTy_8ryKU=h=cfWu?3(Fn3=5Y^EROSC%)0!~RaSVkz!h0|>y3luS9vo~7pN
zt<qJ;GbNNTmIBElnf+#D7flx)*aI9ctO at IRdLKU@87okN4P>Q00pP$t*HrTF59wJ_
zhfB-Pk6G%owVGu0px<1x-rJkAt(tMzmr1Z45LRd7$Hq&%Vf|MSicyh;V_Li-n#@^%
zwoJAD_m9!^=+bVX%K(h at ig*dae@{KT>fUmH at zA@0>#$DaGP8Xn;K?ea1*3WYX<Oy7
zXOXJkI$<Yn=W^Yyu)aWF03R)Sx...
2010 Nov 25
25
[Bug 31920] New: Brightness control is erratic (/sys/class/backlight/nv_backlight/max_brightness is wrong)
https://bugs.freedesktop.org/show_bug.cgi?id=31920
Summary: Brightness control is erratic
(/sys/class/backlight/nv_backlight/max_brightness is
wrong)
Product: xorg
Version: git
Platform: Other
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2002 Oct 18
3
Potential serious problem with Shorewall.
...D/4xcX9
n2a7fTz//SzPk5CdRYJf7RhhZj4deEpfc5m/WR8jjmyYdr5SyFTTrwadyIXHSdEYxkpAvYdk
C0ED87tpyDLzRb8JxeiXcsXKI+0AQQJPa3ufrwc2V5BnhrYO1cKOJPuSS2fQHX/q3fyA4Rv9
X28wVfgHQKHVRrtRBenlFG/6TScQ/6CTsO3RsSxdcbL/evlQ4utFT7lpTIX+C7fv8B/UNP9p
U5X1u/XAiiV+nA/M406BG5n3uTJtsXRxhwGMzUPoAR8D2xTvtxfG5ewcyU+Wvzpaq9nMWtu+
5Y+Oqpsr34Wi4465lHcghQiJk9n3XyJwuf1j+toJpwMjll+mcm13ldJw/i66oXEynZtMUeHO
EU+VLksIQjp0gnIFhgzHwSWiXcQ4rhpt/2AO4OyHrh16r5WmfGALlrE/j5ofyl7fb3wKQ6LD
q4fWMU+9/699fpHmf7ebpP/PW0f9/xzPzvs/bvkFe/vu/mApKThneLIkXNE7/CiqzD6VviUA
39yWHhcxJ0JQbT3gzl36KihX39thAeKulc0NAsI0pYDEzlfN/Q/eNf+/2kW7sa/so2j+WXaf
fu16YVlTMq...
2013 Feb 12
8
Help with functions as arguments
Hi,
I am trying to write a function which defines some arguments, then uses those arguments as arguments of other function calls. It's a bit tricky to explain, so a simple example will have to suffice. I imagine this has a simple solution, but perusing through environments and other help lists has not helped. Suppose I have two functions:
f1 = function(a)
{
b = a + 1
b
}
f2 =
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2001 Nov 14
0
OPEN ssh pkg
...".14E8QY<OFK%AAQ]RV>281"%6H%$:MBA<
M&&(H*1R7H at E8XUN[@>#&&Y(%EV*+MAE75)P@<(D;B\HQ!Z*?)0*(Y625]37&
M7FF0*<>";\F at YH-MIC%AIGYI>-9T<I!8Y9!X3EH at DCC6\2&G@ I::6BCI5':
MH8DJRNAQ93R*1J004FJIE[!N.F6G5V9)&9NCXF<J"'U.65YE;XQ1!YG/<6?A
M"S R.J4<8UX671K6^<7KDDT*MF*+4 at K'9H2NOIDIJB#,T!\5UTY')J7 OCDC
MO$N1N"AB8 at B'H6!TO '"7&1 -H=P,/)Z(W0@\$J&KW2 F6R3A2$HF!E)MB&E
M;7F90<<=8NX[XYMXR>7;CB47!N,=A14Y5\G1U3;'' ,S^!852"0Q!6]/&$'%
M%4%(400(4H,...
2006 Jul 20
1
samba as pdc in Ubuntu dapper, fails on ps$ join?
Hola,
I've done everything as correct as I can see in smb.conf under fresh ubuntu 6.06 fully
updated install to have it run as a PDC on hostname florentine, domain DAVEYST.
There are no testparm errors.
I've added users with useradd and smbpasswd -a
I've added machines with useradd and smbpasswd -a -m
I can see the server in my network neighbourhood and access/browse folders on
1997 Feb 05
0
bliss version 0.4.0
...lt;.XI7GA;B:R33832>6GXW]Q]A+>KX9L^%#P/C''^7B,<V]
ZTG5\TR(4.HOOT$X8?1^GS^KBXSHV5I^G)5''Q>N1>Q9C_X&,YSFQ1:;0%`]T$
Z`Q:6DJPIX\7$RQGZ''ZJG.V:I"^%[R*AE^*;-;-"4N?+VOK[@>3N*,\0\>FJ`
Z.S3O68K8UKJU*A18!9MR](7VC]/''VR[.;&F%9/`EFMF$1J?N+Q^H5YMA66EL
ZFM*5C_,,Z?WXKX0CMPH7$;F*@[SP]J8%MAEE%*F@YU1^<B[Z/(UAOO5J[Z3_
Z.Q'';Z''7<LVA2GE0.<?++@SMNOU9_?P2RO/0-2ZN71TTOSB)V/47B,!?MD7/J
Z'',UA;E+53=F)+P8O-XG"")*>H=XU7`J&.+V\1X+,B)MEEH=(>`CN/_\.*:KD
ZM#*!PDC9BH:?:YUA=`]92U:3QXG=>EJR*4BT>N<&a...