Displaying 20 results from an estimated 118 matches for "reiners".
Did you mean:
reiner
2005 Aug 18
4
[PATCH] ACM: adding C-support for policy translation and labeling support for domains
This patch:
* adds a C-based security policy translation tool to Xen (secpol_xml2bin)
and removes the current Java
security policy translator (Java dependencies). The C-based tool
integrates into the Xen source tree build
and install (using gnome libxml2 for XML parsing). See install.txt.
* introduces security labels and related tools. Users can now use
semantic-rich label names to put
2005 Nov 16
1
COM dates (was origin and "origin<-" in chron)
I was just looking for an easy way to convert between COM datetime and
chron datetime (both ways.)
I found examples on the list, but they involved origin.
Does anyone have functions for converting COM datetime <-> chron
datetimethat work "safely"?
David L. Reiner
> -----Original Message-----
> From: Gabor Grothendieck [mailto:ggrothendieck@gmail.com]
>
2006 Oct 03
2
[IMPORTANT BUGFIX][ACM][XM] FIX essential security check in block-attach / indentation problem introduced in change set changeset 11572
This patch fixes an indentation error in main.py. The effect of this bug
is that block-attach does not check labels if the ACM is active. This
bug slipped in with change set 11572_:_ ad22c711ccb7
<http://xenbits.xensource.com/xen-unstable.hg?cs=ad22c711ccb7>.
This patch is essential and should get into 3.0.3. I tested the patch
with security off and on.
Thanks
Reiner
P.S. We are
2006 Sep 04
2
Question about ACMError
Hi all,
Could you teach me about the behavior of xm commands when
''ACMError'' occurred?
I am testing the behavior of xm commands with wrong arguments.
When I tested xm commands related to security (xm *label/*policy),
I found that some of them.
- return 0,
- show ACMError''s Traceback messages.
Are these results specifications or bugs?
Example:
# xm cfgbootpolicy
2012 Apr 30
1
Hmisc::pstamp, mfcol, and spacing
I am trying to make a nice 2x1 plot and add a timestamp with comment.
The pstamp function from Hmisc works nicely when mfcol=c(1,1),
but when mfcol=c(2,1), the stamp winds up in the wrong place:
> require('Hmisc')
> opar <- par(mfcol=c(2,1))
> plot(1:10)
> title(main="MAIN Title")
> plot(1:20)
> title(main="Another Title")
> pstamp("normal
2006 Nov 27
3
Migrate a Samba 3.0 PDC from Redhat 9 to Debian Sarge
Hi all,
I have a Samba 3.0.20b installation on a Redhat 9 system running as PDC
for a Windows Domain. I now would like to move the PDC funktionality to
an existing Debian Sarge system running Samba 3.0.23c and then
decommision the Redhat system.
I did search for information on how to do this but all the information
that I could find seems to deal with Samba 2.x PDCs since the
MACHINE.SID file is
2006 Jul 24
3
unique, but keep LAST occurence
?unique says
Value:
An object of the same type of 'x'. but if an element is equal to
one with a smaller index, it is removed.
However, I need to keep the one with the LARGEST index.
Can someone please show me the light?
I thought about reversing the row order twice, but I couldn't get it to work right
(My data frame has 125000 rows and 7 columns,
and I'm
2005 May 06
4
Choices from a matrix
Could someone please suggest a more clever solution to the following problem than my loop below?
Given X a 2xN matrix X, and I a k-subset of N,
Generate the (2^k)xN matrix Y with columns not in I all zero and the other columns with all choices of an entry from the first or second row of X.
For example, with
X <- matrix(1:8, nrow=2)
I <- c(1,3)
X is
1 3 5 7
2 4 6 8
and Y should be
1 0 5
2005 Jun 29
6
x*x*x*... vs x^n
Hi
I have been wondering if there one can speed up calculating small powers
of numbers such as x^8 using multiplication.
In addition, one can be a bit clever and calculate x^8 using only 3
multiplies.
look at this:
> f1 <- function(x){x*x*x*x*x*x*x*x}
> f2 <- function(x){x^8}
> f3 <- function(x){x2 <- x*x;x4 <- x2*x2;return(x4*x4)}
[so f1() and f2() and f3() are
2002 Oct 11
0
booting pxelinux and subsequent tftp-reads
hello,
I used to start a network installation from redhat or suse over PXE using
the pxelinux component from the syslinux package. At the beginning of
installation I want to read some files (e.g. the kickstart-file) over tftp from
the pxe server. The problem is that from the point of view of the installation
loader I don't know the ip-address and the tftp path prefix of the pxe server.
Is
2008 May 04
4
improvement of Ancova analysis
Dear Helpers,
I just started working with R and I'm a bit overloaded with information.
My data is from marsupials reindroduced in a area. I have weight(wt),
hind foot
lenghts(pes) as continues variables and origin and gender as categorial.
condition is just the residuals i took from the model.
> names(dat1)
[1] "wt" "pes" "origin" "gender"
2012 Sep 05
2
using sqldf's read.csv.sql to read a file with "NA" for missing
I'm trying to use sqdf's function read.csv.sql to read CSV files in which the missing values are represented by NA's.
Plain old read.csv works fine on these files, but they are rather large and I'd like to filter using sql-like statements.
However, even if I specify field.types correctly and nrows=-1, it still turns the columns with NA's into chars or 0.
I'm trying to make
2003 Sep 15
2
problems setting a samba-server as a PDC(with win2k clients)
Hello experts,
I wanted to have my samba server working as a the PDC, so I followed all
the steps from the 'using samba' documentation.
My problem is when I try to configure the Win2000 client to log in to
the DOMAIN, i have an error.
it says 'unknon user, or incorrect password'
At least I know it found the DOMAIN because it prompted for a
user/password. And if I browse the
2003 Sep 16
1
Can not register W2K computer (WXP and W98 without problems)
I can NOT have a W2KPro computer to reconnect to a RH9 Samba PDC server
domain after initial "registration". (I don't have any problems with WXPPro)
NetBios name of the W2KPro computer: PRUEBA
RH9 PDC Samba domain name: SAMBA
When "registering" the W2KPro computer to the domain for the first time,
everything seems to work fine (even though it takes longer than usual to
2005 Apr 01
0
shype for Xen / readme
Hi,
as a follow-up to the posting of the sHype patches for Xen from Tue/We
this week
[http://lists.xensource.com/archives/html/xen-devel/2005-03/msg01371.html],
you''ll find attached the promised draft Readme for the courageous ones to
get
a little exposure to sHype at a small example.
I am posting this right before being away-from-email until April 11th.
Please be patient when
2007 Feb 10
0
[PATCH][ACM EZPOLICY TOOL] Make xensec_ezpolicy ready for wx/Python 2.5
Updates xensec_ezpolicy ACM policy generation tool so that it works with
wxPython under Python 2.5 as well.
Thanks
Reiner
Signed-off by: Reiner Sailer <sailer@us.ibm.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2004 Sep 13
2
Can I find the datetime an object was last assigned to/saved?
I'm using v 1.9.1 under Windoz XP.
Can I do the equivalent of "ls -l" on my R objects? R's "ls()" lists
only the names.
Thanks!
David L. Reiner
Rho Trading
440 S. LaSalle St -- Suite 620
Chicago IL 60605
312-362-4963 (voice)
312-362-4941 (fax)
[[alternative HTML version deleted]]
2005 Jul 06
1
pretty for date-time?
pretty() works well for numbers and axTicks() can help for potting log axes,
but has anyone written a pretty for chron objects (or other date or date-time classes)?
It would have natural units of years, months, .., days, hours, (minutes?), and
it would choose the appropriate unit based on the date(time) range.
I have searched the archives and documentation to no avail.
(I wrote one of these back
2005 Apr 28
1
standard errors for orthogonal linear regression
Could someone please help me by giving me a reference to how one computes standard errors for the coefficients in an orthogonal linear regression, or perhaps someone has some R code? (I would accept a derivation or formula, but as a former teacher, I know how that can rankle.) I tried to imitate what's done in the code for lm() but went astray somewhere and got nonsense.
(This type of
2009 Sep 23
0
Fwd: confirm 60c6d87144c82778d7053d4f81d1e06f92f9f1e7
--
Tobias Erik Reiners
Justus Liebig University
IFZ - Department of Animal Ecology
Heinrich-Buff-Ring 26-32
D-35392 Giessen Germany
www.uni-giessen.de/cms/fbz/fb08/biologie/tsz/tieroekologie/mitarbeiter/diplomanden-innen/tobias-erik-reiners
----------------------------------------------------------------
-------...