Displaying 20 results from an estimated 1100 matches similar to: "VS: Potential bug in winbindd"
2001 Mar 27
2
How do I change the editor in R command window?
Dear R-help,
I have started using R on my Linux box (Debian), and I have some
problems with setting the editor/keyboard for R. The
For instance, arrow-up gives "^[[A", and delete gives "^H". I have a
Norwegian keyboard, but that doesn't cause any
problems for editors like emacs. Could you advice me on how I can set
the editor for R right? I have tried
2002 Aug 13
1
RES: Simple and Stupid Share...
for your information, it didn't work... it needs a password... but i don't
want to send any password... any ideasd?
-----Mensagem original-----
De: Rasmus Reinholdt Nielsen [mailto:rasmus@narani.dk]
Enviada em: segunda-feira, 12 de agosto de 2002 17:34
Para: Demerson Zounar; samba@lists.samba.org
Assunto: Re: [Samba] Simple and Stupid Share...
# Global parameters
[global]
2002 May 03
1
On creating an R package..
Dear R-help,
I'm trying to create a simple R package that contains 3 string
functions, but I have run into some
problems: what are the correct permission for the files in the package
directory?
Yours faitfully,
Rasmus
* checking for file `stringfun/DESCRIPTION' ... OK
* checking package directory ... OK
* checking for sufficient/correct file permissions ... WARNING
* Found the
2013 Feb 28
3
Hidden information in an object
Hello, The dataset "cats" contain information about the heart weight ("Hwt"), body weight ("Bwt") and gender ("Sex") of a group of 144 cats. I write the following piece of code: library(MASS)attach(cats)ratio <- Hwt/Bwtmale <- ratio[Sex == "M"]female <- ratio[Sex == "F"] My question is, when I look at the object
2013 Feb 15
2
Making the plot window wider and using the predict function
Hello,
I am new to R and have a couple of questions. My data set contains the variables "Bwt" and "Hwt", which are bodyweight and heartweight, respectively, of a group of cats.
With the following code, I am making two plots, both to be viewed in the same plot window in R:
library(MASS)
maleData <- subset(cats, Sex == "M")
linreg0 <- lm(maleData$Hwt ~
2007 Mar 29
2
EXT3 fs error on RAID1 device
Hi all.
I have a Dell SC440 running Centos 4.4. It has two 500GB disks in a
RAID1 array using linux software raid (md1 is / and md0 is /boot).
Recently the root file system was remounted read-only for some reason.
The logs don't show anything unusual, presumably the file system was
read-only before anythng was logged. Running dmesg showed this error
repeated many times:
EXT3-fs error (device
2016 Jul 08
1
[PATCH v2 1/7] lib: string: add functions to case-convert strings
On Tue, Jul 05 2016, Markus Mayer <mmayer at broadcom.com> wrote:
> Add a collection of generic functions to convert strings to lowercase
> or uppercase.
>
> Changing the case of a string (with or without copying it first) seems
> to be a recurring requirement in the kernel that is currently being
> solved by several duplicated implementations doing the same thing. This
2002 Oct 03
1
File corruption with write cache enabled - patch included
I recently found out that write caching in samba sometimes leads to
file corruption (the setup program for Sophos Antivirus generates
corrupted files when making a "central installation" on a Samba
share).
This morning I tracked down the place in the Samba code that leads to
corruption. Here is what happened to me:
"write cache size" is 8192 bytes. A client opens a new file
2016 Jul 01
1
[PATCH 1/6] lib: string: add function strtolower()
On Fri, Jul 01 2016, Markus Mayer <mmayer at broadcom.com> wrote:
> Add a function called strtolower() to convert strings to lower case
> in-place, overwriting the original string.
>
> This seems to be a recurring requirement in the kernel that is
> currently being solved by several duplicated implementations doing the
> same thing.
>
> Signed-off-by: Markus Mayer
2000 Dec 22
2
REading the netCDF format into R
Hi!
I have been coding a C-program which will read data from the
netCDF format (a commonly used file format in the geophysical research
community: see Unidata's URL for explanation:
http://www.unidata.ucar.edu/packages/netcdf/), and have got to the point
where I don't know what the error message mean. The C-program is called
nc2r.c.
When compiling the code, I get a number of warnings,
2012 Apr 07
3
gnumeric/goffice: defective RPM from rpmforge ???
"yum update" output:
...............................
--> Running transaction check
--> Processing Dependency: libgoffice-1.so.2 for package: gnumeric
---> Package goffice.i386 0:0.6.6-1.el5.rf set to be updated
--> Finished Dependency Resolution
1:gnumeric-1.6.3-15.el5.2.i386 from installed has depsolving problems
--> Missing Dependency: libgoffice-1.so.2 is needed by
2023 Mar 16
3
Trying to learn how to write an "advanced" function
Although I owe thanks to Ramus and Ivan, I still do not know how to write and "advanced" function.
My most recent try (after looking at the material Ramus and Ivan set) still does not work. I am trying to run the lm function on two different formulae:
1) y~x,
2) y~x+z
Any corrections would be appreciated!
Thank you,
John
doit <- function(x){
ds <- deparse(substitute(x))
2008 Jan 14
0
CentOS-announce Digest, Vol 35, Issue 6
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2009 Sep 03
1
Sweavelistingutil: Encoding problems
Hello,
I am not sure whether this is a bug or lack of R experience.
However, I am using your Sweavelistingutil package, which is very
nice. Obviously I use it to create LaTeX files. These are encoded in
utf8.
However, when I use the Sweavelistingutil is uses some funky
character for "`" and "'" that is not recognized.
Here is an example from my tex-file:
,----
|
2012 Jul 18
2
[LLVMdev] [NVPTX] PTXAS - Unimplemented feature: labels as initial values
Dear NVPTX community,
PTXAS fails to compile the ptx code generated by NVPTX. Is it an issue of
backend or an issue of PTXAS or a known reasonable restriction?
Thanks,
- Dima.
> cat test.ll
; ModuleID = '__kernelgen_main_module'
target datalayout = "e-p:64:64-i64:64:64-f64:64:64-n1:8:16:32:64"
target triple = "ptx64-unknown-unknown"
%struct.__st_parameter_dt.0.4
2008 Apr 28
2
The name/id of the select tag generated by rails
Hi guys,
I just recently fell in love with Rails. Now, I''m trying to make a
simple page where at list of tasks is presented. Each task has a user.
At the top of the list I want to be able to make a select/dropdown list
containing all users, so that will be able to select all tasks for a
certain user.
Looking at the Rails api I find the helper method: collection_select.
Just what I
2005 Nov 09
1
smarter sparse files?
Question: Does ext2/3 (or any other filesystem you know of) support
a system call turning blocks within a file back into "sparse zeros",
i.e. giving the blocks back to the filesystem?
Background:
I am working on a slotted fileformat where internal fragmentation
occurs. One such occurrence is growth of the data in a given slot,
which currently requires me to handle the
2014 Nov 03
0
CEBA-2014:1791 CentOS 5 stunnel BugFix Update
CentOS Errata and Bugfix Advisory 2014:1791
Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1791.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
0aff6c02ac940bf39a6988ff0261f3d85e493c10d6f5e9e8e18f5f06e379d35b stunnel-4.15-2.el5.2.i386.rpm
x86_64:
2002 May 21
1
smbfs related oops
Hi
[1.] One line summary of the problem:
rsync segfaulting and the kernel oops'ing while synchronizing two smbfs's
[2.] Full description of the problem/report:
I am implementing file synchronization between two Windows NT 4 machines
through two smbfs mounts. Rsync runs for about half an hour; then the
kernel gives an oops and rsync segfaults. Hereafter the smbfs file
system is
2002 Aug 13
0
Samba/Linux - Password synchronization problem - solved!!!
ok!
i did everything as John said and it works!
" %o " is not necessary. so there must be a mistake in the
book "using samba".
thanks for helping
slawek
----- Original Message -----
From: "John Benedetto" <jbenedet@unm.edu>
To: "Rasmus Reinholdt Nielsen" <rasmus@narani.dk>; "Slawek W"
<to-slawek@wp.pl>;