Displaying 16 results from an estimated 16 matches for "os1".
Did you mean:
os
2006 Mar 11
1
Chainboot to XP Embedded
Hi Folks,
I've been playing around with SYSLINUX for a little bit; here's what I'm
trying to do...
My disk will have three partitions:
[BOOT: (FAT16 w/ SYSLINUX)] [OS1] [OS2]
OS1 and OS2 will both contain an XP Embedded system which is read-only and
which will always boot from a hibernate file. What I'd like to be able to do
if flip-flop between them at runtime (that is, run from OS1 and then
programatically select the OS to boot into on the next boot). The...
2006 Feb 09
0
quote problem
...I have some problems with quotes during the generation of strings.
Setting: I extract data from a lot of sampling location (chemical data on water quality)
and for each location I have a date of sampling and a value. I want to put everything in a list such that for each sampling point (say OS1) I have two columns (date, time). I use the function sqlQuery from the RODBC package.
Here is an example that works:
OxygenMeasurements$OS1 <- sqlQuery(channel, "SELECT saDateTime, sdValue FROM dbo_Sample WHERE (paID = 213) AND (stCode ='OS1');")
To keep the code...
2012 May 08
1
Error with psi value for 'segmented' package for R
...quot;)
curva<-read.table("lamintr1.txt", header=T)
attach(curva)
fit.glm<-glm(gpp~temp, weight=NULL, family=gaussian)
plot(temp,gpp,xlab=expression("temp"),
ylab="gpp",pch=15,cex=0.8,xlim=c(0,50), ylim=c(0,40))
o1<-glm(gpp ~ temp, weight=NULL, family=gaussian)
os1<-segmented(o1, seg.Z=~temp, psi=15, control=seg.control(n.boot=0,
display=T, it.max=5))
plot(os1, add=TRUE, res=TRUE, se=FALSE, show.gap=TRUE, linkinv = FALSE,
res.col=1, rev.sgn=FALSE, const=0)
summary(os1)
And the most surprising fact is that it works for some of my data, eg:
temp gpp
5 5....
2007 Dec 06
2
Segmented regression
Hello all,
I have 3 time series (tt) that I've fitted segmented regression models
to, with 3 breakpoints that are common to all, using code below
(requires segmented package). However I wish to specifiy a zero
coefficient, a priori, for the last segment of the KW series (green)
only. Is this possible to do with segmented? If not, could someone point
in a direction?
The final goal is to
2006 Sep 02
1
About menu.c32 from SYSLINUX 3.30-pre1
....20.jpg
IMHO, the menu.c32 from syslinux 3.20 would be the right color setting
we need.
All the different file is only menu.c32, both the pxelinux.0 is from
syslinux 3.30-pre1.
The config file is:
- --------
default menu.c32
timeout 70
prompt 0
noescape 1
MENU MARGIN 5
MENU TITLE PXELINUX
label OS1
MENU DEFAULT
MENU LABEL OS1
kernel vmlinuz-pxe
append initrd=initrd-pxe.img ramdisk_size=12288
label local
MENU LABEL Local operating system
kernel chain.c32
append hd0
label memtest
MENU LABEL Memory test using Memtest86+
kernel memtest86
- -----------
Thanks in advance.
-----...
2009 Aug 03
1
[PATCH] Cleanup whitespace warnings in Lib.pm
...tions(-)
diff --git a/perl/lib/Sys/Guestfs/Lib.pm b/perl/lib/Sys/Guestfs/Lib.pm
index ba5aea6..8e20593 100644
--- a/perl/lib/Sys/Guestfs/Lib.pm
+++ b/perl/lib/Sys/Guestfs/Lib.pm
@@ -506,7 +506,7 @@ described in more detail below, but at the top level looks like:
'/dev/VG/Root1' => \%os1,
'/dev/VG/Root2' => \%os2,
}
-
+
%os1 = {
os => 'linux',
mounts => {
@@ -792,7 +792,7 @@ sub _check_linux_root
$r->{os_minor_version} = "$2" if(defined($2));
$r->{package_management} = "yum";
}
-
+
el...
2018 May 15
1
[RFC] (Thin)LTO with Linker Scripts
Hi Peter,
On Mon, May 14, 2018 at 8:14 AM Peter Smith via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> My understanding from the RFC is:
> - All global objects in the bitcode file will be assigned a section name.
>
... which is equal to the section name that they would have been emitted to
if this was a regular compilation. In addition to allowing the linker to
read section
2008 Oct 03
1
NA's in segmented
I am trying to fit a very simple broken stick model using the package
"segmented" but I have hit a roadblock.
> str(data)
'data.frame': 18 obs. of 2 variables:
$ Bin : num 0.25 0.75 1.25 1.75 2.25 2.75 3.25 3.75 4.25 4.75 ...
$ LnFREQ: num 5.06 4.23 3.50 3.47 2.83 ...
I fit the lm easily:
> fit.lm<-lm(LnFREQ~Bin, data=id07)
But I keep getting an error
2020 Nov 15
0
Code size BoF Minutes
Dear LLVMers,
concerning a few points of the discussion about code-size reduction
(Minutes available at
https://docs.google.com/document/d/1kDsbFDtkWLceR-Y63ez04CBfvhbDN8RxWV3xXwaNUC0/edit?usp=sharing):
> Do we need different levels like -Os1, -Os2, -Os3?
Together with a colleague, Anderson Faustino, we spend some time
finding optimization sequences that are good for code-size reduction.
This report gives you 22 such sequences, all short, that tend to
improve upon Os or Oz on typical benchmarks:
http://lac.dcc.ufmg.br/pubs/TechReports...
2012 May 03
1
Error with the 'segmented' package for R
Hi everyone,
I have encountered this problem while using 'segmented' plugin for R i386 2.15.0 (for Windows 32bit OS) and I just cannot find neither explanation nor solution for it.
I am trying to run this data
gpp temp
1.661 5
5.028 10
9.772 15
8.692 20
5.693 25
6.293 30
7.757 5
4.604 10
8.763 15
8.134 20
4.616 25
8.417 30
3.483 5
5.046 10
8.306 15
9.142 20
4.686 25
7.301 30
and with
2014 Oct 17
1
Re: missing btrfs subvol support
On Friday 17 October 2014 11:25:03 Olaf Hering wrote:
> On Thu, Oct 16, Olaf Hering wrote:
> > I can probably add a check somewhere to catch the whatever=="@". A
> > better fix would be to check if a given subvolume is for the entire
> > partition.
>
> So after talking to David Sterba there is no way to tell if a given
> subvolume is for the entire
2011 Feb 15
2
strptime format = "%H:%M:%OS6"
I read a dataset with times in them, e.g., "09:31:29.18761".
I then parse them:
> all$X.Time <- strptime(all$X.Time, format = "%H:%M:%OS6");
and get a vector of NAs (how do I check that except for a visual inspection?)
then I do
> options("digits.secs"=6);
> all$X.Time <- strptime(all$X.Time, format = "%H:%M:%OS");
and it, apparently, works:
2008 Jan 24
2
Compiz - Extreme difficulty with MSI nVidia 8600GT
Listmates,
I have a fresh openSuSE 10.3 install with all updates installed, the
video card is a MSI nVidia 8600GT (pci-e 16). After following the
openSuSE nVidia install and the Compiz Fusion install (and after log
outs and reboots) compiz refused to start. As shown on the openSuSE
Compiz page he file .config/compiz/compiz-manager was created with:
COMPIZ_OPTIONS="--no-libgl-fallback
2014 Nov 20
1
[Bug 10950] New: rsync hangs when specifying a backup directory
...r_500g.conf.d/rsync-backup.exclude.list
--files-from=/usr/local/bin/rsync-backup/rsync-backup.13.usbhdd_toshiba_2t.usbhdd_trekstor_500g.conf.d/rsync-backup.include.list
--log-file=/var/log/rsync/rsync-backup_2014-11-20_08-23-41.log --verbose
--verbose /media/usbhdds/toshiba/2t/5_vgusbhdd_toshiba_2t-os1
/backup/rsync-backup/14.04/full/daily.0
The last logfile entries are:
root at pc5: /var/log/rsync $ tail rsync-backup_2014-11-20_08-23-41.log
2014/11/20 08:47:20 [13478] >f..t...... lib/firmware/cis/src/tamarack.cis
2014/11/20 08:47:20 [13478] .d..t...... lib/firmware/cpia2/
2014/11/20 08:47:2...
2007 Jul 19
6
[LLVMdev] PATH and LD_LIBRARY_PATH
All,
With the pending reorganization of the software, I have some questions
about how developers set their PATH and LD_LIBRARY_PATH variables when
working with LLVM. This is a bit long winded, but bear with me.
We're planning to break the "llvm" module up into three modules:
* support - lib/Support, lib/System, autoconf, make support,
utilities
* core - VMCore,
2007 May 30
21
xen over quemu OR quemu in Xen domU on a system with HVM-capable CPU
Hello all,
I know that the question:
Is it possible to run quemu inside Xen domU
or run Xen domain 0 on quemu have discussed
earlier in this mail list.
As far as I remember this is possible
except such a configuration where kquemu acceleration is in use.
But what about HVM-capable systems?
Please tell me are there the same restrictions for the hvm-capable systems?
Thank you!
--
WBR,