Displaying 20 results from an estimated 10000 matches similar to: "Zwei Stein works! Almost."
2001 Nov 11
2
Newbie: Getting CVS to work
I downloaded and unpacked the current WINE CVS .tar.bz2 from "Andis
Wine Files". Then I go into that directory and do the following:
zwei:/home/wine # export
CVSROOT=:pserver:cvs@rhlx01.fht-esslingen.de:/home/wine
zwei:/home/wine # cvs login
(Logging in to cvs@rhlx01.fht-esslingen.de)
CVS password: cvs
zwei:/home/wine # cvs diff -u dlls/kernel/comm.c
cvs [server aborted]: no such
2008 Jul 13
3
initialize a factor vector
What is the least surprising way of initializing a factor with
predefined levels and with length 0?
as.factor(c("eins", "zwei", "drei"))[FALSE]
does the job but looks a bit weird.
--
Johannes H?sing There is something fascinating about science.
One gets such wholesale returns of conjecture
mailto:johannes at
2008 Jun 02
3
subject: horizontal text in barplot
I have a problem with the ylabs in barplot. When I draw the bars
horizontal the text for the y axis is not drawn horizontal too.
The text remains vertical. How can I change that. Thank's for your advice.
There is an example below.
##Example
plot.new()
jib <- data.frame(c(1:15),c(11:25),c(15:1),c(25:11))
colnames(jib) <-
2002 Jul 04
3
How to check which current version you're running ????
Stein Hustad
System & Database Administrator
Norsk Agip A/S
ICT Department
Tel. NO-51 57 48 77
Fax. NO-51 80 05 65
email: stein.hustad@norskagip.agip.it
email: firmapost@norskagip.agip.it
Postal: Norsk Agip ,P.O.Box 101 Forus,4064 Stavanger, Norway
2009 Jun 25
1
error: compiling R package
Hello,
I tried to build an own R package on Windows XP but get an error which I can't solve.
I called my package "pack". It works to creat the file "pack" with package.skeleton().
But when I try to compile it with Rcmd build --binary pack I obtain the following error:
IO::Seekable::seek missing at C:/R/R-2.9.0/share/perl/FileHandle.pm line 59.
Compilation failed in
2014 Jun 16
1
Samba fails joining domain
Does anyone have a guess as to where I should be looking to fix this? I can
run wbinfo -u wbinfo -g and all the names come up right. Kinit works and I
get a Ker ticket.. This is an Ubuntu 14.04 with samba 4.
THIS IS THE FIRST LINUX COMPUTER I HAVE EVER BUILT!!!!!!! I knew absolutely
ZERO about linux last week so I don't even know how to explain the issue.
What I want to do is
2014 Nov 05
1
Re: setvcpus libvirt 1.2.9
Am 05.11.14 14:48, schrieb Eric Blake:
> On 11/05/2014 01:20 PM, Thomas Stein wrote:
>> Am 05.11.14 11:48, schrieb Martin Kletzander:
>>> On Wed, Nov 05, 2014 at 11:35:37AM +0100, Thomas Stein wrote:
>>>> Hello.
>>>>
>>>> I'm struggeling a little bit with the setvcpus command. I'm trying now
>>>> to get this running for a
2012 Sep 08
1
Thanks for helping - back to the community?
DeaR R-fellows,
I got a lot of help from you concerning the generation of heat maps,
so I was able to write and work with a script for this purpose at
last. Some visitors of our Ecological Station asked about the
generation of the graphs and so I decided to write down a small
description.
Is it adviseable to publish the link to the article in an R-wiki
(which?) so I can give back a little to the
2007 Mar 23
2
cause 127
Hello.
Someone knows what cause 127 mean. The phone that i'm calling rings once and
than the connection interrupts:
P[ 5] --> l3id:10040
P[ 5] --> cause:127
P[ 5] --> out_cause:127
P[ 5] --> state:ALERTING
P[ 5] --> Channel: mISDN/5-1 hanguped new state:CLEANING
P[ 5] $$$ CLEANUP CALLED pid:3
best regards
--
Thomas Stein
knowledgeTools? ....damit Sie sehen, was Sie
2011 Aug 16
8
[Bug 40138] New: nouveau doesn't show screen on DVI on ALiveNF6G-DVI with DVI Graphics-SI Card
https://bugs.freedesktop.org/show_bug.cgi?id=40138
Summary: nouveau doesn't show screen on DVI on ALiveNF6G-DVI
with DVI Graphics-SI Card
Product: xorg
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2011 Mar 02
4
Plot with same font like in LaTeX
Hi,
i want to make my plots look uniform in LaTeX documents.
- usage of the same font on axes and in legend like LaTeX uses
(for example "Computer Modern")
- put real LaTeX formulas on the axes
Have you any hints how i can achieve that?
I had no luck two years ago, but i want to try it again now.
kind regards,
--
Jonas Stein <news at jonasstein.de>
2007 Nov 25
2
how to wait after plotting in BATCH mode?
when i plot with the following command on console:
$ R CMD BATCH cp_messung.R
in the R-script i wrote x11() in the beginning, so it draws a nice plot on
my screen.
But sadly it disappeares after a second or two. How can i make it to wait
until i press a key or something?
thank you.
--
kind regards,
Jonas Stein <news at jonasstein.de>
2009 May 08
4
howto find x value where x=max(x)
Hi,
fp is a data frame like this
,----[ fp ]
| Frequenz AmpNorm
| 1 3322 0.0379490639
| 2 3061 0.0476033058
| 3 2833 0.0592954124
| 4 2242 0.1275510204
`----
i want to find the "Frequenz" where "AmpNorm" is max.
I use this line as workaround:
PeakFreqHz = subset(fp, AmpNorm == max(AmpNorm))$Frequenz[1]
Is there something nicer?
And is there an
2015 May 27
1
check password script for samba 4 ad dc
I would like to bump my question
2015-05-27 10:21 GMT+03:00 Krutskikh Ivan <stein.hak at gmail.com>:
> Hmm, looks like it's not. I've just set the password for something that
> cracklib-check would argue using both ad management tools and at windows
> login. Should it work that way or I'm missing something?
>
> My dc's smb.conf:
>
> [global]
>
2014 Oct 13
2
Re: KVM incremental backup using CBT
Am 13.10.14 16:25, schrieb Eric Blake:
> On 10/13/2014 03:56 AM, Thomas Stein wrote:
>> Hello.
>>
>>> blockcommit vm1 vda --active --verbose --pivot
>>
>> That's where libvirt stops working at the moment, right?
>>
>> virsh # blockcommit puppet-test vda --active --verbose --pivot
>> error: unsupported flags (0x4) in function
2020 May 11
1
Re: blockcommit --pivot does not succeed in conjunction with qemu 5.0.0
On Fri, May 08, 2020 at 13:05:01 +0200, Thomas Stein wrote:
>
> Maybe:
>
> from 6.3.0 release notes:
>
> - qemu: Fix domain restore from a block device
> When using namespaces, libvirt was unable to restore a domain from a
> block device because libvirt tried to relabel the device inside the
> namespace while QEMU was given FD to the block device in the host.
2012 Jan 16
2
howto test a package without installation
Hi,
how can i play around with my first selfwritten package [*]
without to install it to my debian system?
I think of something like doing this:
/tmp/$ R
R version 2.11.1 (2010-05-31)
Copyright (C) 2010 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
> library(/tmp/sitools)
3 * kilo
[1] 3000
[*] https://github.com/jonasstein/sitools
--
Jonas Stein <news at
2006 May 17
1
RE: RE: [Xen-changelog] Fix MOVS instruction emulation for HVM MMIO.
> -----Original Message-----
> From: xen-devel-bounces@lists.xensource.com
> [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of
> Gerd Hoffmann
> Sent: 17 May 2006 07:43
> To: Petersson, Mats
> Cc: xen-devel@lists.xensource.com; xen-changelog@lists.xensource.com
> Subject: Re: [Xen-devel] RE: [Xen-changelog] Fix MOVS
> instruction emulation for HVM MMIO.
>
2015 Feb 24
1
Re: live migration
On Tuesday 24 February 2015 16:58:22 you wrote:
> On 24.02.2015 16:10, Thomas Stein wrote:
> > On Tuesday 24 February 2015 14:56:10 Michal Privoznik wrote:
> >> On 24.02.2015 14:29, Thomas Stein wrote:
> >>> Hola.
> >>>
> >>> Just tried a live migration after fixing the pc-q35-2.1 error. Now i
> >>> have new problem. It seems
2004 Feb 02
4
for loops?
Hello R people!
How can one use a for loop (or something similar) in R? As I type in each
line, I get syntax errors... I'm just confused how much to type in at each
">" prompt.
Thanks for your help,
cathy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Catherine M. Stein
Research Assistant, Tuberculosis Research Unit
Doctoral Candidate in