similar to: samba disregarding lock of files

Displaying 20 results from an estimated 10000 matches similar to: "samba disregarding lock of files"

2008 Oct 29
0
ssh disregarding umask for creation of known_hosts (and other files?)
Hey folks-- When ssh creates a known_hosts file for a user, it disregards the currently-set umask, and can actually turn on mode bits that the user has explicitly masked. While i'm happy to have ssh make files *more* secure than my umask (in situations where that's reasonable, like the creation of new ssh keys, etc), i'm not sure that i see the point in ssh making the files more open
2011 Aug 22
2
test if vector contains elements of another vector (disregarding the position)
Hi, I have the following problem: I have two vectors: i <- c('a','c','g','h','b','d','f','k','l','e','i') j <- c('a', 'b', 'c') now I would like to generate a vector with the length of i that has zeros where i[x] != any element of j and 1 where i[x] == any element of j.
2003 Jul 14
1
[Bug 617] /etc/services disregarded
http://bugzilla.mindrot.org/show_bug.cgi?id=617 Summary: /etc/services disregarded Product: Portable OpenSSH Version: 3.6.1p2 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: tiaan at netsys.co.za
2005 Jan 25
2
"disregarded projections" warning when fitting lm model
Hi all, I'm fitting a linear model (using lm) to some 2500 data points. The model consists of 4 single terms and two combined terms. I get the following warning message: "Extra arguments projections are just disregarded. in: lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) " Can anybody clarify this ? I don't seem to find any pointer to what this might
2007 Mar 08
1
how to assign fixed factor in lm
Hi there, > Value=c(709,679,699,657,594,677,592,538,476,508,505,539) > Lard=rep(c("Fresh","Rancid"),each=6) > Gender=rep(c("Male","Male","Male","Female","Female","Female"),2) > Food=data.frame(Value,Lard,Gender) > Food Value Lard Gender 1 709 Fresh Male 2 679 Fresh Male 3 699 Fresh
2019 Apr 07
2
Post login scripts environment
Dear Dovecot users, I am running Dovecot 2.2.27 on Debian Stretch, no issue so far. I wonder if there is a way to pass the remote IP address, in an environment variable, in the post login script. My Post login scripts are working well, except that when the server is accessed through a webmail (Roundcube or SOGo), the remote IP address is systematically 127.0.0.1. The other question I have is,
2005 Feb 10
2
Writing output to a file in a loop
Hello, My problem is, that I have to build hundreds of GARCH models to obtain volatility forecasts. I would like to run a loop, that would build those forecasts for me. There is no problem, with writing only the results of the forecasts, but I'd like to have stored results of the models in some file, that I could check later, what are the models like, to be able to compare if I should use
2002 Dec 01
4
WinXP duplicate computer name problem
I've setup Samba as a PDC and it's working fine. I have one windows xp machine already joined in the domain and working ok. But when i tried to add another WinXP machine to the domain, i got the error: "Could not join domain because the computer name is duplicated on the network". I don't think those were he exact words, but that's what it meant. Now, there is NO other
2009 Apr 24
1
memory.limit(): Typo in Windows NEWS and function returns a "disregarded" error
Dear list subscriber (R-Core), there is a minor typo in the Windows specific NEWS for R 2.9.0: http://cran.at.r-project.org/bin/windows/base/CHANGES.R-2.9.0 There is no function 'memory.limits() but memory.limit() (see below). Secondly, I am kind of irritated by the function's behaviour. It returns an Error, but as it seems the memory limit is set according to the numeric value for
2006 May 02
2
Bug: invalid nesting of inline markup across link labels
Hi John, there?s a bug in Markdown.pl: [foo*bar](#) [baz*quux](#) This expands to the following: <p><a href="#">foo<em>bar</a> <a href="#">baz</em>quux</a></p> Those `*` should either be disregarded or the tags should nest correctly: 1. <p><a href="#">foo*bar</a> <a
2012 Nov 21
2
Weighted least squares
Hi everyone, I admit I am a bit of an R novice, and I was hoping someone could help me with this error message: Warning message: In lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) : extra arguments weigths are just disregarded. My equation is: lm( Y ~ X1 + X2 + X3, weigths = seq(0.1, 1, by = 0.1)) -- View this message in context:
2003 Apr 18
1
Charset used for text subtitles?
Hi! I have a question about the proposed text subtitles for videostreams. I suppose this is more about the ogg container format than about theora, but since it's theora that has come to push such a feature I put my question in this forum. The question is whether all contents will use unicode charset by default, or if charset will be disregarded? Because as an example, in the xine video
2010 Jan 26
1
Residual DF of NLS models (PR#14194)
Full_Name: Henrik Aalborg Nielsen Version: 2.10 OS: Linux (SLES 10 / openSUSE 11.1) Submission from: (NULL) (77.66.63.89) There seems to be a bug in df.residual.nls which is triggered when nls is called with argument na.action = na.exclude; in that case 'resid(object)' will contain NA-values which should be disregarded when counting the number of residuals: df.residual.nls <-
2009 Oct 12
1
Invoking par(mfrow...) on an already subdivided plot
I'd like to generate on a single device multiple plots, each of which contains two plots. Essentially, I've got sub-plots which consist of two tracks, the upper one displaying gene expression data, and the lower one mapping position. I'd like to display four of these two-track sub-plots on one device, but I can't seem to invoke the par(mfrow=...) or layout(matrix(...)) functions at
2012 Oct 31
5
AuthorizedKeysCommand support added
Hi, I just commited the patch on https://bugzilla.mindrot.org/b/1663 It adds an AuthorizedKeysCommand option to sshd_config to use helper program to fetch a user's authorized keys. Quite a few people have asked for this to allow storage of public keys in LDAP or other databases. The program is executed (directly, not via the shell) with a single argument of the user being logged in. It
2006 Apr 29
1
help with box-tidwell
Hi everyone I am using box.tidwell to transform the explanatory variables. However, it appears problematic. The warning I received as follows. box.tidwell(Newresponse ~ FAC2_1 + FAC4_1 + FAC5_1 + FAC6_1 + FAC7_1 + KXI + RECODINC) Warning in log(x) : NaNs produced Warning in lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) : extra arguments na.rm are just disregarded.
2000 Jan 17
1
lwd patches for "contour"
I found it useful to have contour be able to do line widths ... hope that the guts haven't changed an enormous amount in the current development version ... the patches are relatively trivial, mostly going by analogy with lty and col (although in my ignorance it took me a while to figure out what UNPROTECT(2) was and why it should be changed to UNPROTECT(3) ... hope this is useful. Ben
2009 Jul 24
1
Making rq and bootcov play nice
I have a quick question, and I apologize in advance if, in asking, I expose my woeful ignorance of R and its packages. I am trying to use the bootcov function to estimate the standard errors for some regression quantiles using a cluster bootstrap. However, it seems that bootcov passes arguments that rq.fit doesn't like, preventing the command from executing. Here is an example:
2005 Jan 27
1
Making digital/data calls through asterisk
Hi! We planing to by some PRI/BRI equipment to replace our existing telephone system. So I am going to try this: ISDN Card Outgoing Digital Call / Capability: Unrestricted digital information -> octobri -> asterisk -> TE410E -> Internet Provider / Receiver for Capability Unrestricted digital information The question is: Is asterisk possible of transmit this digital call to the
2018 Mar 20
0
rsync time machine backup permissions
What is the order that rsync uses to set permissions? Time Machine directories have ACL permissions that basically prohibit making any changes of any kind. In order to make a backup of the directory, you would need to set those permissions after copying everything in the subdirectories. Is rsync smart enough to do it in that order? On 2018-03-19, at 10:44 PM, Andre Althoff via rsync <rsync