Displaying 12 results from an estimated 12 matches for "particlar".
Did you mean:
particular
2008 Nov 28
1
changing source server
...ers. The remote server [Win 2000] fetches data from a local server [Win 2003].
Life was perfect until I upgraded the local server to a better machine. Rsync still updates from the old server.
I need to redirect the rsync[running on the remote server] to fetch from the new local server. Is there a particlar file I need to update?
Thanks in advance
-------------- next part --------------
HTML attachment scrubbed and removed
2023 Mar 30
2
[PATCH] drm/nouveau/disp: Support more modes by checking with lower bpc
...p_mode_valid(struct drm_connector *connector,
{
const unsigned int min_clock = 25000;
unsigned int max_rate, mode_rate, ds_max_dotclock, clock = mode->clock;
- const u8 bpp = connector->display_info.bpc * 3;
+ /* Check with the minmum bpc always, so we can advertise better modes.
+ * In particlar not doing this causes modes to be dropped on HDR
+ * displays as we might check with a bpc of 16 even.
+ */
+ const u8 bpp = 6 * 3;
if (mode->flags & DRM_MODE_FLAG_INTERLACE && !outp->caps.dp_interlace)
return MODE_NO_INTERLACE;
--
2.39.2
2007 Apr 08
1
buglet in terms calculations
...object, keeps them as quotes, so
modeling code that uses that attribute seems fine, but code that uses
the term.labels fails. In particular, it seems (of those tested) that
glm, lda, randomForest seem to work fine, while nnet, rpart can't
handle nonsyntactic names in formulae as such
In particlar, rpart contains this code:
lapply(m[attr(Terms, "term.labels")], tfun)
which fails for the reasons given.
One way to get around this, might be to modify the do_termsform code,
right now we have:
PROTECT(varnames = allocVector(STRSXP, nvar));
for (v = CDR(varlist), i =...
2016 Oct 19
4
Bacula Restore
Hi list,
another question about bacula, but this time about restoring backups.
I've a server that I must backup every day. My plan is:
from mon to sat incrimental backup
and on sunday full backup.
When I will perform a restore I must restore from last valid full
backup and then all valid incremental backup from last backup to
specific date.
This server has aweb managed application where
2016 Oct 19
0
Bacula Restore
...monday. When restoring
> tuesday incr (where the uploaded file was not present), on restore path I
> will found the uploaded file or bacula remove it with tuesday incremental
> backup restore?
>
Don't know about bacula, but with amanda you restore to the
state that existed as of a particlar date. Restore as of Sunday
or Tuesday the file is not in the restore.
jon
--
Jon H. LaBadie jon at jgcomp.com
11226 South Shore Rd. (703) 787-0688 (H)
Reston, VA 20190 (703) 935-6720 (C)
2004 Nov 30
1
cisco 7960 sccp firmware version?
I have some Cisco 7960's and want to use them with SCCP - I have gotten
it working with a few different firmware versions but all seem a little
flakey. I know that SCCP is not as solid as SIP but am wondering, which
firmware version is advised for use with chan_sccp from
http://chan-sccp.sourceforge.net/
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Dec 03
1
discrepancy in fisher exact test between R and wiki formula
Hi All. Sorry to bother you. I have a question about fisher exact test.
I counted the presence of gene mutation in two groups of samples. My data is as follows
Presence Absence
GroupA 4 6
GroupB 5 11
When using the formula of fisher exact test provided by wiki (http://en.wikipedia.org/wiki/Fisher%27s_exact_test), the p-value is 0.29.
But when
2012 Feb 11
2
How to see a R function's code
I was wondering how do I actually see what's inside a function, say,
density of t distribution, dt()?
I know for some, I can type the function name inside R and the code will be
displayed. But for dt(), I get
> dt
function (x, df, ncp, log = FALSE)
{
if (missing(ncp))
.Internal(dt(x, df, log))
else .Internal(dnt(x, df, ncp, log))
}
<environment: namespace:stats>
I
2006 Mar 08
1
Poor Man''s Continuations
...rams[:confirm] == ''yes''
end
end
(this plays nicely with rjs, you can also continuation_call other
controllers, and there are no redirects if the call is to an action
within the same controller)
There are some severe limitations at the moment. There can only be
one call from a particlar source action to a target action, i.e. it
woudln''t play nicely with a while loop. Also, if your controller''s
flow of control is dependent on things other than the ''inputs'' (params
and session) then it won''t work reliably. However, there should be a
way...
1997 Nov 19
3
NT -> Samba
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 9490 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba/attachments/19971119/a6f3d583/attachment.bat
2004 Jul 14
2
Samba performance/stability issue...
Hi,
I have installed Samba 3.0.2a on a Sun Solaris 8 system using a binary
package (which was compiled with no particlar option) downloaded from the
www.sunfreeware.com web site.
The Samba server is installed and configured with the Domain security level
and has joined a Windows 2003 AD server (in native mode). I have created a
share and a unix logon. The unix logon is associated to that share and is
the same as th...
2008 Jul 06
8
Still un-answered: How-To build Xen (3.2) to override XenSource''s linux-kernel (2.6.18) with a xenified kernel (your own or distribution)
Hello,
I can say that I have searched the entire ''world wide web'' and still haven''t found ''complete and clear answers'' to the often asked question of:
Given a Xen (release) build (say 3.2.0), which by default tries to get and build and assume Linux kernel-xen 2.6.18 from the mercurial repository, HOW TO override the build and make it work with a