search for: sepp

Displaying 12 results from an estimated 12 matches for "sepp".

Did you mean: sep
2000 Feb 08
1
fix() changes character to factor (PR#415)
...is changed to a factor after applying fix(x). Example: R> x_data.frame(a=1:3,b=letters[1:3],c=c("hansi","pepi","karli")) R> x$c_as.character(x$c) R> is.character(x$c) [1] TRUE R> is.factor(x$c) [1] FALSE R> fix(x) ## I change "karli" to "sepp" R> x$c [1] hansi pepi sepp Levels: hansi pepi sepp R> is.character(x$c) [1] FALSE R> is.factor(x$c) [1] TRUE Now, it is not possible to apply fix(x) again to undo your change, because edit does not allow to introduce new factor levels. --please do not edit the information bel...
2001 Oct 08
1
access denied but only in cetain situations
...date encrypted = Yes smb passwd file = /etc/smbpasswd log file = /tmp/%I.log time server = Yes deadtime = 20 keepalive = 0 character set = ISO8859-1 logon script = %U.bat domain logons = Yes lm interval = 120 local master = No wins server = 10.53.5.9 lock directory = /tmp admin users = sepp georg armin andreas apreti alois create mask = 0776 directory mask = 0777 [netlogon] path = /data01/netlogon [homes] comment = Home Directories writeable = Yes create mask = 0750 browseable = No [printers] comment = All Printers path = /tmp create mask = 0700 guest ok = Yes printable...
2017 Apr 10
2
Prompting the user for input in the PXE boot menu?
Hi, I would like to get some data from the user in the PXE boot menu before launching OS install. Something along these lines: Please enter hostname for the system: <user types the hostname> Please enter harddisk encryption password: <user types the password> The values thus obtained would be fed to the kernel command-line and from there to the OS installer. In our use-case it
2001 Feb 19
1
scp doesn't work with sshd 2.5.1p1 on Solaris 2.6
...--with-pam \ --with-catman=cat \ --with-egd-pool=/var/adm/entropy \ --with-ssl-dir=$OPENSSL \ --with-pid-dir=/var/adm --with-rsh=/usr/bin/rsh \ --with-xauth=/usr/openwin/bin/xauth \ --with-lastlog=/var/adm/lastlog \ --with-default-path=/usr/bin:/usr/sbin:/usr/openwin/bin:/usr/sepp/bin \ --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/bin \ --mandir=/usr/share/man The operating system is Solaris 2.6 with NIS+. Attached are the ssh_config and sshd_config. Hope this helps. I had to reinstall sshd 2.3.0p1... David -- _ __| |___ David Schweikert <dws at e...
2017 Apr 10
0
Prompting the user for input in the PXE boot menu?
Samuli Sepp?nen via Syslinux <syslinux at zytor.com> writes: > I tried LUA scripting, but the syslinux implementation of LUA seemed to > be missing input support. What version did you try? This works for me: boot: lua Lua 5.2.3 Copyright (C) 1994-2013 Lua.org, PUC-Rio > s = io.read ("*...
2004 Aug 06
0
Compiling errors by reencode
...cast/ices-0.0.1.beta5/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/icecast/ices-0.0.1.beta5' make: *** [all-recursive-am] Error 2 Please help me: What can it be? Is it the wrong lame version? Or is there antoher problem in my configuration. Thanks in advance, Sepp de Schnepp -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Mit freundlichen Gruessen / Kind regards Sebastian von Swiontek System Engineering e-mail : svs@talicom.de talicom GmbH Tel. : +49 511 123599-16 Calenberger Esplanade 3 Fax. : +49 511 1235...
2009 Jul 25
1
Deleting .RData files
Hi all! I have accidentially saved few objects when I have closed workspace and clicked from "save workspace image" "Yes". Now I would like to delete the .RData files so that workspace wouldnt restore the unwanted objects everytime I open the workspace. I know i could delete the corresponding .RData files but the problem is that I don't know which of the files contain the
2009 Nov 25
1
fitting mixture of normals distribution to asset return data
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091125/6a78f78b/attachment-0001.pl>
2009 Nov 27
1
generating a matrix after a for loop..
Hi all, I have to ask this and I know that the reason is that I am a newbie with R programming. So apologize if it is too obvious but I didn't find an answer after googling and reading "An introduction to R". So i have return data from 30 instruments and I am fitting a mixture of normal distributions for the asymmetric marginal distributions and then simulating from those
2018 Jan 22
1
Autoexpunge is not working with dotlock locking
Hello, Autoexpunge is not working when used with dotlock locking. It seems to been broken since version 2.2.28. When autoexpunge is enabled and mailbox locking is set to dotlock all imap, pop and lmtp connections crash with the same error "file file-lock.c: line 287: unreached". Connected to localhost. Escape character is '^]'. * OK [CAPABILITY IMAP4rev1 SASL-IR
2012 Oct 04
0
extract fit values from geom_smooth
Dear all, I have a plot with two gaussian distributions: ggplot( tofdf, aes( x = tof, y = counts ) ) + geom_histogram( stat = "identity", position = "stack", fill = 2 ) + geom_smooth( method = "nls", formula = y ~ (a/b)*exp(-(x-c)^2/(2*b^2)) + (d/e)*exp(-(x-f)^2/(2*e^2)), se=F, start=list(a=100, b=1, c=695, d=100, e=1, f=710),
2012 Nov 20
0
double gaussian with mixdist: what's wrong?
Dear all, I am trying to fit a double gaussian to some data using the mixdist package: --- begin code --- ? library(mixdist) ? time <- seq(673,723) ??counts <- c(3,12,8,12,18,24,39,48,64,88,101,132,198,253,331,419,563,781,1134,1423,1842,2505,374,6099,9343,13009, ? ? ? ? ? ? ? ? ? ?15097,13712,9969,6785,4742,3626,3794,4737,5494,5656,4806,3474,2165,1290,799,431,213,137,66,57,41,35,27,27,27) ?