Displaying 20 results from an estimated 24 matches for "precautionary".
2007 May 29
0
Correct usage of nchar(): precautionary change for R 2.6.0
Remember that nchar() returns by default the number of *bytes* and not the
number of characters. I've recently spotted many cases in which nchar()
has been used with substr() which works in characters; this can lead to
incorrect results. (This seems the commonest use of nchar() in
packages.)
There were two reasons why nchar() was left defaulting to bytes when we
allowed MBCSs in R:
2017 Aug 03
2
What RH-like on a Dell XPS 15 (9590)?
...olve this yet. Probably off-topic here, but I doubt I'll get
>support from VMWare since it's an experimental kernel on top of
>CentOS7.
>
>
>Regards,
What about now that you have it booted and working except for VMWare install the mainline 4.x kernel that is available? Take precautionary steps to make sure that will work, hence, back up any data and, if need be, configs.
Would that work?
Regards,
Lance
2006 Sep 11
2
[R] function changes argument (PR#9216)
(This report appeared in R-help. I've sent it separately to the bugs
list to avoid a long string of cross-postings.)
On 9/11/2006 4:49 AM, Moeltner, Andreas wrote:
> Dear R-list,
>
> the following function f changes L. I thought, assignments within
> functions are only local?
That looks like a bug, still present in R-patched and R-devel. (I
haven't got the latest
2017 Aug 04
4
What RH-like on a Dell XPS 15 (9590)?
...>>> support from VMWare since it's an experimental kernel on top of
>>> CentOS7.
>>>
>>>
>>> Regards,
>>
>> What about now that you have it booted and working except for VMWare install the mainline 4.x kernel that is available? Take precautionary steps to make sure that will work, hence, back up any data and, if need be, configs.
>>
>> Would that work?
>
> It didn't. I tried to boot using kernel-ml-4.12.4-1.el7.elrepo.x86_64
> but it hangs either before or right after the graphical login. No
> visual tip, syste...
2017 Aug 04
0
What RH-like on a Dell XPS 15 (9590)?
...e, but I doubt I'll get
> >support from VMWare since it's an experimental kernel on top of
> >CentOS7.
> >
> >
> >Regards,
>
> What about now that you have it booted and working except for VMWare install the mainline 4.x kernel that is available? Take precautionary steps to make sure that will work, hence, back up any data and, if need be, configs.
>
> Would that work?
It didn't. I tried to boot using kernel-ml-4.12.4-1.el7.elrepo.x86_64
but it hangs either before or right after the graphical login. No
visual tip, system is not responsive until I...
2005 Nov 25
1
Use of nesting in lmer- error in numerical expression
Dear R users,
I am trying to fit a GLMM using lmer to a dataset where the brood identity
(LNRREIR) is nested within mothers identity. The reason for this is that
each mother can have several nests within each year and also between years.
I am running the following script (actually I have tried all different
combinations with LNRREIR and mother):
mod <- lmer(sr~z.hatchday +
2017 Oct 25
0
authenticate as userA, but get authorization to user userB's account
...and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of contents of this
e-mail is strictly prohibited. All Binect GmbH emails are created
thoroughly, nevertheless we do not accept any legal obligation for the
information and wording contained herein. Binect GmbH has taken
precautionary measures to reduce the risk of possible distribution of
virus infected software or emails. However, we advise you to check
attachments to this email for viruses. Except for cases of intent or
gross negligence, we cannot accept any legal obligation for loss or
damage by virus infected software.
---...
2000 Sep 01
1
Levene's test
...va on a modified
response variable that is the absolute value of the difference between an
observation and the median of its group (more robust than Levene's original
choice, the mean).
> > Levene <- function(y, group)
> > {
> > group <- as.factor(group) # precautionary
> > meds <- tapply(y, group, median)
> > resp <- abs(y - meds[group])
> > anova(lm(resp ~ group))[1, 4:5]
> > }
> >
> > > data(warpbreaks)
> > > attach(warpbreaks)
> > > Levene(breaks, tension)
> > F value Pr(&...
2016 Nov 17
0
Good email client to use with Dovecot?
...and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of contents of this
e-mail is strictly prohibited. All Binect GmbH emails are created
thoroughly, nevertheless we do not accept any legal obligation for the
information and wording contained herein. Binect GmbH has taken
precautionary measures to reduce the risk of possible distribution of
virus infected software or emails. However, we advise you to check
attachments to this email for viruses. Except for cases of intent or
gross negligence, we cannot accept any legal obligation for loss or
damage by virus infected software.
---...
2017 Aug 04
0
What RH-like on a Dell XPS 15 (9590)?
...re since it's an experimental kernel on top of
> >>> CentOS7.
> >>>
> >>>
> >>> Regards,
> >>
> >> What about now that you have it booted and working except for VMWare install the mainline 4.x kernel that is available? Take precautionary steps to make sure that will work, hence, back up any data and, if need be, configs.
> >>
> >> Would that work?
> >
> > It didn't. I tried to boot using kernel-ml-4.12.4-1.el7.elrepo.x86_64
> > but it hangs either before or right after the graphical login....
2020 Feb 12
2
Identify multiple users doing reverse port FWD with their pubkeys
Hi Jochen,
On Wed, 12 Feb 2020 at 00:16, Jochen Bern <Jochen.Bern at binect.de> wrote:
>
> On 02/11/2020 07:07 PM, Cl?ment P?ron wrote:
> > - I have X devices (around 30) and one SSH server
> > - Each of them have a unique public key and create one dynamic reverse
> > port forwarding on the server
> > - All of them connect with the same UNIX user (I don't
2008 Nov 16
1
confint.glm(...) fails for binomial count data format
##Q1. confint.glm(...) fails for an example of HSAUR
data("womensrole", package = "HSAUR");
## summary(womensrole);
womensrole_glm_2 <- glm(fm2, data = womensrole,family = binomial())
## summary(womensrole_glm_2);
confint(womensrole_glm_2);
## -------Fail---------
# Waiting for profiling to be done...
# Error in if (any(y < 0 | y > 1)) stop("y values must be 0
2017 Aug 04
0
What RH-like on a Dell XPS 15 (9590)?
...since it's an experimental kernel on top of
> >>> CentOS7.
> >>>
> >>>
> >>> Regards,
> >>
> >> What about now that you have it booted and working except for VMWare install the mainline 4.x kernel that is available? Take precautionary steps to make sure that will work, hence, back up any data and, if need be, configs.
> >>
> >> Would that work?
> >
> > It didn't. I tried to boot using kernel-ml-4.12.4-1.el7.elrepo.x86_64
> > but it hangs either before or right after the graphical login...
2012 Feb 22
2
"mismatching layouts" errors after expanding volume
...atmos-dht: subvol:
atmos-replicate-1; inode layout - 0 - 0; disk layout - 1227133
512 - 1533916889
I have expanded the volume successfully many times in the past. I can
think of several possible reasons why this one might have gone wrong,
but without expert advice I am just guessing.
1) I did precautionary ext4 filesystem checks on all the bricks and
found errors on some of them, mostly things like this:
Pass 1: Checking inodes, blocks, and sizes
Inode 104386076, i_blocks is 3317792, should be 3317800. Fix? yes
2) I always use hostname.domain for new GlusterFS servers when doing
"gluster pe...
2017 Jul 28
2
What RH-like on a Dell XPS 15 (9590)?
On 07/28/2017 11:32 AM, wwp wrote:
> Hello Johnny,
>
>
> On Fri, 28 Jul 2017 10:33:15 -0500 Johnny Hughes <johnny at centos.org> wrote:
>
> [snip]
>>> I've just succeeded in installing CentOS7 from the DVD! Had no luck
>>> using a Live CD (both dd'ed to a flash drive).
>>>
>>> Hardware support is not complete (or not configured
2003 Aug 21
7
AGI Channel Status
I'm having some trouble getting the channel status with an AGI script.
#!/usr/bin/perl
use Asterisk::AGI;
$AGI = new Asterisk::AGI;
my %input = $AGI->ReadParse();
$AGI->channel_status('Zap/1-1');
I am now stuck, and don't know how to get the return codes:
-1 There is no channel that matches the given <channelname>
0 Channel is down and available
1 Channel
2018 Jun 19
2
Is there such a thing as "Password Safe Forwarding"?
Hello everyone,
I work in a setting where remote logins are usually authenticated with
SSH user keypairs, but many target accounts need to have a password set
nonetheless (to use with sudo, log in via remote KVM, etc.) and cannot
be put under a central user administration like LDAP.
Enter a corporate password policy that requires passwords to be complex,
different everywhere, and of limited
2020 Jan 13
3
Adding SNI support to SSH
Hi,
On Mon, Jan 13, 2020 at 03:16:00PM +0000, Jochen Bern wrote:
> Out of interest:
> 1. If an extended mechanism were to be implemented, which server pubkey
> do you expect to be seen/stored/verified by the client? The proxy's
> / v4 middlebox's, or the v6 backend's? Or would you require that all
> server-side machines use the *same* host keypairs?
I'd do
2017 Apr 21
4
System load spike on dovecot reload
Hi everyone,
I'm running dovecot with quite a lot of users and lots of active imap
connections (like 20'000). I'm using different user IDs for users, so I
need to have imap {service_count=1} - i.e. I have a lots of imap
processes running.
Everything works fine, until I reload dovecot configuration. When that
happen, every client is forced to relogin in the same time and that
2017 Jun 09
1
[ANNOUNCE] intel-gpu-tools 1.19
...Make the tracer threadsafe
benchmarks/gem_exec_trace: Use a constant delay
benchmarks/gem_exec_trace: Calibrate dummy workload
benchmarks/gem_exec_trace: Randomise batch duration
igt/kms_pipe_crc_basic: Use a fast hang
lib: Update kernel engine names
tests: More precautionary selfchecks to filter out broken GPUs
tests/gem_media_fill: Fixup typo
igt/gem_exec_whisper: Extend test patterns with a synchronous variant
tools/intel_error_decode: Do ascii85 decode first
tools/intel_error_decode: Add support for user specified bo
tools/intel_error_d...