search for: fsc

Displaying 20 results from an estimated 96 matches for "fsc".

Did you mean: fs
2008 Dec 04
3
Patch: Allow args with spaces
Hi, the first attached patch extends the argument parsing code to allow (shell like) spaces. A config like LABEL BIOSupdate KERNEL dmiselect.c32 APPEND "ESPRIMO P5925" "memdisk initrd=/dos/FSC-E5925.img raw" will result in args[]: ESPRIMO P5925 memdisk initrd=/dos/FSC-E5925.img raw instead of (current code): "ESPRIMO P5925" "memdisk initrd=/dos/FSC-E5925.img raw" What's that good for? Example code can be found in dmiselest.c32 (second patch). This c32 m...
2009 Aug 10
1
fsc branch: merged ldlinux.asm and extlinux; failing test
Hi, I merged ldlinux.asm and extlinux.asm on the fsc branch, observing that there were very little difference between them left. So far, so good. I found, however, a test which fails on the fsc branch (with or without the merge.) I have tracked it down to vfat_mangle_name() overwriting a bunch of random .bss16 memory, eventually including the Call...
2005 Jul 20
2
Issues with convolve
...language R > fs <- panjer(rep(0.2, 5), 600) # compute pmf > fs[1:10] # small values [1] 3.456597e-209 4.147916e-207 2.530229e-205 1.045690e-203 [5] 3.292657e-202 8.422924e-201 1.822768e-199 3.431181e-198 [9] 5.733481e-197 8.637025e-196 > fsc <- convolve(fs, rev(fs), type="o") # convolution > sum(fsc < 0) # no negatives under Linux [1] 0 > fsc[1:10] # these should be 0 [1] 4.819870e-19 4.135471e-19 4.511455e-19 3.994485e-19 3.820177e-19 [6] 4.738272e-19 3....
2009 Dec 15
0
[GIT PULL] fsc branch
Hi hpa, For now, I have finished the all the generic VFS-layer, generic path searching and the dir stuff (you can use the dir.c32 module to list the entries in a specified directory) in all the current fs(pxelinux excluded). BTW, I just added a new git repo, called fsc.git, to be my main git repo. Well, in fact, it's a symlink of gsoc09_liu.git, so the both will work(I guess). hpa, should we move our focus on fsc branch from now? -- regards Liu Aleaxander
2009 Dec 22
1
fsc: pxelinux.0 not working
pxelinux.0 from the fsc branch (syslinux-3.84-pre6-262-g03d6454) doesn't seem to work. Qemu exists with: qemu: fatal: Trying to execute code outside RAM or ROM at 0x6c620065 EAX=00103b88 EBX=00007ba2 ECX=00000000 EDX=0010399a ESI=00103590 EDI=f81b0000 EBP=00000000 ESP=0011ffe8 EIP=6c620065 EFL=00000202 [-------] CPL...
2007 Jun 08
1
Need Help with robustbase package: fitnorm2 and plotnorm2
...ng help to this mailing list. I am new to R. My apologies for any breach in posting etiquette. I am new to this language and just learning my way around. I am attempting to run some sample code and and am confused by the error message: Loading required package: rrcov Error in fitNorm2(fdat[, "FSC-H"], fdat[, "SSC-H"], scalefac = ScaleFactor) : Required package rrcov could not be found. In addition: Warning message: there is no package called 'rrcov' in: library(package, lib.loc = lib.loc, character.only = TRUE, logical = TRUE, > that I get when I attempt t...
2009 Apr 10
2
Stacked density plots
...peated a different time points ('day'). I read in the Lattice book that this can be done using the 'flowViz' package, so I tried to reproduce the example given in there and obtained an error: library('flowViz') data(GvHD, package='flowCore") densityplot(Visit~'FSC-H'|Patient, data=GvHD) Error: ' "FSC-H" ' is/are no valid parameter(s) in this frame I am not sure if I am missing something. I was hoping to apply something similar to my data, maybe like this? desityplot(id~pid|type+day, data=mydata) Thank you in advance for your hel...
2011 Nov 09
1
path.diagram in SEM--display covariances without variances
.....It's my first time posting. Here's the situation: I'm using the sem package and making path diagrams using path.diagrams. Suppose I have the following code: #install.packages("ggm") require(ggm) cor = rcorr(7) nm = c("SOF", "IWF", "PWF", "FSC", "FSF", "EF", "GPA") ram = specify.model() PWF -> FSF, a, NA PWF -> FSC, b, NA SOF -> FSF, c, NA SOF -> FSC, d, NA IWF -> FSF, e, NA IWF -> FSC, f, NA FSC -> EF, g, NA FSF -> EF, h, NA EF -> GPA, i, NA PWF <-> IWF, j...
2003 Jan 06
8
PXE booting
...nds the TFTP server, downloads pxelinux.0, executes it which causes the floppy to be downloaded, the file is transfered but it just stays there. the PXE implementation is: BootManage UNDI PXE-2.0 (build 083) BootManage PXE-2.0 PROM 1.0 AN983 3.00 SDK 3.0/083 (OEM73) (C) bootix gmbh , Licensed to FSC Of course it boots with 2000 RIS.... Besides a broken bios implementation, is there something i can try? Thanks! Luis Correia PGP Fingerprint: BC44 D7DA 5A17 F92A CA21 9ABE DFF0 3540 2322 21F6 Key Server: http://pgp.mit.edu
2009 Sep 02
0
The fsc branch merged into the elflink branch...
Well, people... I have just merged the "fsc" branch (filesystems in C, largely the work of Liu Aleaxander) and the "elflink" branch (dynamic modules, the work of Claudiu Mihail and Stefan Bucur) together... I haven't tested anything other than it compiling, but it actually does compile. There are almost guaranteed to be i...
2004 Feb 18
2
building the development version
...rsion of R on an SGI running IRIX6.5. Everything proceeds merrily until I reach the eda package. This is the error message I get if I cd to the appropriate directory and type 'make' or 'make all.' Does this make sense to anyone? -- Thanks, Debby gmake[3]: Entering directory `/l/fsc/dfs/src/R/src/library/eda' building package 'eda' ../../../library/eda/R/eda is unchanged ../../../library/eda/man/eda.Rd is unchanged /home/dfs/src/R/src/library/eda/src gmake[4]: Entering directory `/l/fsc/dfs/src/R/src/library/eda/src' config.status: error: invalid argument: src/...
2009 Sep 03
1
fsc branch: loop in pxe_idle_init() on qemu with pcnet card
syslinux-4.00-pre5-10-gdc10f7b locks up on qemu with pcnet card. The problem seems to be in pxe_idle_init(). Added debug output: dev_id: 10222000 before while loop h: 10 l: 0 h: 10 l: 0 e: 14e4166a h modified h: 350482265 l:0 h seems bogus as there are only 11 entries in pxe_need_idle_drain. if (e == dev_id) { found = true; break; } else if (e <
2009 Dec 18
2
[RFC][PATCH] fsc: convert the highmem.inc from assembly to C code
All, Here is a RFC patch for converting the highmem.inc to C code, which doesn't touch the core part. please help to review, thanks Thanks, Feng
2009 Sep 02
3
fsc branch and Bochs
I have just tried syslinux-4.00-pre5-3-g25fb8eb on Bochs + etherboot and it doesn't seem to work: PXELINUX 4.00 pre5-3-g25fb8eb Copyright (C) 1994-2009 H. Peter Anvin et al !PXE entry point found (we hope) at 9F00:0680 via plan A UNDI code segment at 9F00 len 0AB0 UNDI data segment at 9E00 len 1000 Getting cached packet 01 02 03 My IP address seems to be C0A80178 192.168.1.120
2009 Oct 25
0
[fsc]Adding a generic path_lookup function in VFS
Hi hpa, I just added the generic path_lookup function for EXTLINUX. hpa, It changed a lot, so I want hear something from you. First , here is the main skeleton of the generic path_lookup function: > if (*name == '/') { > inode = this_fs->fs_ops->iget_root(); // The way to get the root > inode is different from different fs > while(*name == '/') >
2011 Oct 04
0
Adding multiple gates/filters in densityplot
...ion, as curv1filter can also identify multiple peaks automatically and draw them into a densityplot... This script works for  xyplot but not for densitylot:     library(flowCore)     library(flowViz)     data(GvHD)     Filter1        <-    rectangleGate(filterId="Filter1", "FSC-H" = c(0, 200))     Filter2        <-    rectangleGate(filterId="Filter1", "FSC-H" = c(300, 400))     xyplot( `SSC-H` ~ `FSC-H` , data=GvHD[[1]],         panel = function(...) {             panel.xyplot.flowset(...)            glpolygon( Filter1 )            glpolygon...
2013 Feb 14
1
Why scf (sfcd) monitoring sometimes doesn't work
Hello, I found fsc (http://www.freshports.org/sysutils/fsc/) to be extremely useful. Unfortunately, I can't get some services to be monitored, "fscadm enable" just failes with "Could not monitor service." I don't know how kqueue interaction is working, so I can't guess why some service...
2011 Jan 21
1
Error in ANOVA for model comparison
...(), however I get a message error (see below). In the net I only found some information on certain library(car) for which one should use anova with A capital letter (Anova instead of anova), but I could not find car library as it says it does not exist. > Model <- lm(interceptG ~ SW + TSC + FSC + PF + SlopeG + K, data=AllTrait) > Model1 <- lm(interceptG ~ SW + TSC + FSC + PF + SlopeG + PHt, data=AllTrait) Error in anova.lmlist(object, ...) : models were not all fitted to the same size of dataset I have NA in the datafile, should that be the problem? Kind regards and thanks in...
2019 Sep 05
0
[PATCH 15/18] virtiofs: Make virtio_fs object refcounted
...d free fuse devices. Freeing fuse + * devices will drop their reference on fuse_conn and that in + * turn will drop its reference on virtio_fs object. */ virtio_fs_stop_all_queues(vfs); virtio_fs_drain_all_queues(vfs); @@ -1060,6 +1088,10 @@ static int virtio_fs_get_tree(struct fs_context *fsc) struct fuse_conn *fc; int err; + /* This gets a reference on virtio_fs object. This ptr gets installed + * in fc->iq->priv. Once fuse_conn is going away, it calls ->put() + * to drop the reference to this object. + */ fs = virtio_fs_find_instance(fsc->source); if (!fs) {...
2010 Jul 30
0
ANNOUNCE: cifs-utils release 4.6 available for download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 It has been a while since I've cut a new release for cifs-utils. This one has more visible changes than were in the last few releases. Major highlights: - - documentation additions for the fsc option - - mount.cifs deals with _netdev, mand and nomand options correctly now - - a change in how mount.cifs handles the MS_MANDLOCK flag. It used to set it by default and you had to specify "nolock" or "nobrl" to turn it off. Now, it's off by default and you need to...