Displaying 20 results from an estimated 44 matches for "coombes".
2018 Feb 05
5
nmbd error: workgroup name is too long
I found a similar thread in this mailing list from a few years ago, but it looks like there was never a clear resolution. (https://lists.samba.org/archive/samba/2015-February/189450.html).
I’m fairly frequently receiving the following error in my logs:
Feb 5 11:16:22 hal nmbd[19333]: [2018/02/05 11:16:22.889584, 0] ../source3/nmbd/nmbd_workgroupdb.c:57(name_to_unstring)
Feb 5 11:16:22 hal
2018 Feb 07
3
nmbd error: workgroup name is too long
> On Feb 6, 2018, at 12:22 PM, Denis Cardon via samba <samba at lists.samba.org> wrote:
>
> what do you get if you increase you log level at 4 or 5 and restart your samba ?
> log level = 5
With log level = 5, the error always appears immediately after the following entry:
[2018/02/06 18:29:09.090976, 5]
2018 Feb 06
0
nmbd error: workgroup name is too long
Open a random text editor.
Goto this line : workgroup = COOMBS
Press end and remove the spaces behind COOMBS, keep removing untill the line below it moves one up.
Then hit enter and restart samba.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Kirk
> Coombs via samba
> Verzonden: maandag 5 februari 2018 20:47
2018 Feb 06
0
nmbd error: workgroup name is too long
Hi Kirk,
> I found a similar thread in this mailing list from a few years ago, but it looks like there was never a clear resolution. (https://lists.samba.org/archive/samba/2015-February/189450.html).
>
> I’m fairly frequently receiving the following error in my logs:
>
> Feb 5 11:16:22 hal nmbd[19333]: [2018/02/05 11:16:22.889584, 0]
2018 Feb 07
0
nmbd error: workgroup name is too long
Backup you smb.conf and run.
sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" smb.conf
This removes all esc ansi special and color characters.
Try that first before deleting files.
Greetz,
Ouis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Rowland Penny via samba
> Verzonden: woensdag 7 februari 2018 10:25
> Aan: samba at
2009 Jul 20
1
Rcmd check fails on Windows Samba network path in R 2.9.1
...9;Rcmd check' works for this package if the directory is copied onto a
local hard drive instead of the network drive.
'Rcmd build' and 'Rcmd build --binary' work under both versions.
It would be nice if someone could figure out what has changed and fix it....
Best,
Kevin Coombes
2011 Jan 27
2
use of depends, suggests, etc
Hi,
I'm putting together an R package. In explaining how it works (in the
Rd files), I want to refer to another package. The other package is not
used anywhere in the actual code nor in the examples. So, there is no
reason to include the other package in the Depends, Suggests, or Imports
lines of the DESCRIPTION file. People will be able to use my package
without actually installing
2009 Nov 23
6
CRAN Server download statistics (Was: R Usage Statistics)
...ation for the administrators available anywhere?
Thank you,
Ian Fellows
________________________________________
From: r-devel-bounces at r-project.org [r-devel-bounces at r-project.org] On Behalf Of Steven McKinney [smckinney at bccrc.ca]
Sent: Thursday, November 19, 2009 2:21 PM
To: Kevin R. Coombes; r-devel at r-project.org
Subject: Re: [Rd] R Usage Statistics
Hi Kevin,
What a surprising comment from a reviewer for BMC Bioinformatics.
I just did a PubMed search for "limma" and "aroma.affymetrix",
just two methods for which I use R software regularly.
"limma" y...
2009 Nov 19
3
R Usage Statistics
Hi,
I got the following comment from the reviewer of a paper (describing an
algorithm implemented in R) that I submitted to BMC Bioinformatics:
"Finally, which useful for exploratory work and some prototyping,
neither R nor S-Plus are appropriate environments for deploying user
applications that would receive much use."
I can certainly respond by pointing out that CRAN contains
2007 Mar 15
1
Sweave bug using 'FDR' in chunk label (PR#9567)
Full_Name: Kevin Coombes
Version: 2.4.0
OS: Windows XP
Submission from: (NULL) (143.111.22.24)
I'm running R 2.4.0 on a Windows XP machine, with only the default packages
loaded.
Running Sweave or Stangle on the following Rnw file:
--------------
% bug.Rnw
\begin{document}
Demonstrate an Sweave/Stangle bug.
<<...
2007 Apr 26
2
SweaveInput and absolute paths
Hi,
Is there a way to turn off the automatic inclusion of "./" at the
beginning of a path specified in an \SweaveInput{} instruction?
I'd like to create some reusable "template modules" of Sweave code and
put them in a standard directory like
/Resources/Affymetrix
Then the corresponding file that uses one of these would include a
command like
2016 Sep 08
1
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
Would it make sense to recreate the "searchable R help pages" by feeding
them all into elasticsearch, which will automatically index them and
also provides an extensive (HTTP+JSON-based) API to perform complex
searches?
On 9/8/2016 10:31 AM, Jonathan Baron wrote:
> On 09/08/16 07:09, John Merrill wrote:
>> Given Google's commitment to R, I don't think that they'd
2007 Mar 13
2
Sweave question: prevent expansion of unevaluated reused code chunk
Hi,
Consider the following (much simplified) Sweave example:
--------------
First, we set the value of $x$:
<<chunk1,eval=FALSE>>=
x <- 1
@
Then we set the value of $y$:
<<chunk2,eval=FALSE>>=
y <- 2
@
Thus, the overall algorithm has this structure:
<<combined,eval=FALSE>>=
<<chunk1>>
<<chunk2>>
@
2005 Jun 29
1
(PR#7972) row-side color bars ... in heatmap
Hi Kevin,
>>>>> "krc" == krc <krc at odin.mdacc.tmc.edu>
>>>>> on Mon, 27 Jun 2005 21:55:37 +0200 (CEST) writes:
krc> Full_Name: Kevin R. Coombes
krc> Version: 2.1.0
krc> OS: Windows XP
krc> Submission from: (NULL) (143.111.224.169)
krc> When revC = TRUE and RowSideColors is set to a list of
krc> colors in heatmap, then the image and dendrogram are
krc> inverted, but the row-side color map does not...
2010 May 06
1
cannot update polr model if I specify "start" parameters
Hi,
I am trying to build an ordinal regression model using polr (from the
MASS package). In order to construct an initial model (without an error
aborting it) in my setting, I must pass in a "start" parameter. I would
then like to use the "step" function to remove unnecessary variables
from the model. However, this fails with the error message:
> mod1 <-
2008 Jun 11
2
Routine and Deep testing with R CMD check
Hi,
I recently provoked some discussion over on the BioConductor developer
list about testing and R CMD check. In brief, the salient points that
arose from the discussion are:
[1] Because of the need for a nightly build of BioConductor, the tests
(in the ./tests directory) of a package that run routinely as part of "R
CMD check" must complete in five minutes.
[2] Nontrivial
2018 Feb 07
1
nmbd error: workgroup name is too long
On Wed, 7 Feb 2018 10:38:21 +0100
"L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:
>
> Backup you smb.conf and run.
> sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" smb.conf
> This removes all esc ansi special and color characters.
> Try that first before deleting files.
>
>
I think the problem is now in his Samba cache and deleting these
2006 May 06
1
Learn Typing Quick & Easy - unusual message from app
A friend of mine gave me a Cd with the "Learn Typing Quick & Easy"
program.
It installs, but when I ran it, quit with the following message 'Wrong
version of operating system; requires Windows NT 3.51 (build 1057 or
above)
Maybe it would run if I could give it the required version build number (I
tried setting the Windows version to NT 3.51, but that didn't satisfy
it).
1999 Aug 22
2
Blank page after each job from W95
Whenever I send a print job from a W95 client to a raw printer on my Linux
box, I get a blank page automatically. When I print directly from Linux this
does not occur. I have seen more subscribers mentioning this problem, but
never did I see a solution for this. Can somebody help me out?
Regards,
Mark
-------------- next part --------------
HTML attachment scrubbed and removed
2005 Jun 27
0
row-side color bars do not reverse properly in heatmap (PR#7972)
Full_Name: Kevin R. Coombes
Version: 2.1.0
OS: Windows XP
Submission from: (NULL) (143.111.224.169)
When revC = TRUE and RowSideColors is set to a list of colors in heatmap, then
the image and dendrogram are inverted, but the row-side color map does not
change. The following script illustrates the problem.
##############
s...