Displaying 20 results from an estimated 800 matches similar to: "Windows 7 64-bit clients with high latency"
2003 Jan 20
6
netlogon sometimes works (corrected with smb.conf attached)
I tried hardcoding it into the network card's settings, ensured the
settings were there (ipconfig/all) and it did work on the first occasion.
Subsequent logins, fail to make it run the netlogon script
I've tried turning debug up but the output doesn't make much sense, had it
mentioned "attempting netlogon share, failed due to..." then I'd at least
be in a position to
2010 Nov 25
2
AW: Windows 7 64-bit clients with high latency
>On Fri, Nov 5, 2010 at 23:05, Dirk Krause <dirk.krause at confuture.com>
>wrote:
>>>I've experienced the same problem with a potential customer of mine.
>>>
>>>Interestingly, the problem here affected both tinc and openvpn, which
>>>suggests that it might be a problem outside of tinc, possibly the tap
>>>driver?
>>
>> Is
2008 Mar 27
2
strptime and plot(),lines()
Hello,
Im reading Data out of a Database.
#v+
rs <- dbGetQuery(con,"SELECT * ... )
attach(rs)
#v-
There ist a colum I convert into "Time".
#v+
> zeit<-strptime(datum,format="%Y-%m-%d %H:%M:%S");
> class(zeit)
[1] "POSIXt" "POSIXlt"
#v-
1.
A plot(zeit,money) plots the Data.
All i see on the x-achis are the Days.
I would like to see the
2011 Jun 14
1
problems with plots in loop (corrected Email)
Dear helpers,
In an attempt to use a loop to generate graphs in a for loop in run into
a problem. The plan is to fill each page with eight graphs (mfrow =
c(4,2)) in to two columns. Only the buttom graphs ( meaning every fourth
graph) have tick labels on the x axis to preserve space. I used an if
.... Else statement to achieve that.
The problem is that the first eight graphs are skipped
2007 Oct 16
1
library(car): Anova and repeated measures without between subjects factors
Hi,
sorry if this is explained somewhere but I didn't find anything.
How can I use "Anova" from the car package to test a modell without
between subject's factors? Suppose I have the following data
mat.1 mat.2 mat.3 di ex
1 85 85 88 1 1
2 90 92 93 1 1
3 97 97 94 1 1
4 80 82 83 1 1
5 91 92 91 1 1
6 83 83
2004 Feb 18
1
Dovecot -- basic setup
Hey all,
After some kind soul made me understand what I can expect from Dovecot,
I feel really embarassed for not being able to set it up correctly.
What I already had was ~/Mail, containing about six maildirs. Exim got
mail, delivered it to procmail, and procmail dropped it in my inbox; a
needless extra step that I keep for future, ehm, needs that I might
start to care about when I can just
2007 Apr 19
3
plotting command trouble
Dear R-Experts,
I have the following command lines:
windows()
plot(0:60, 0:0.896, type="n", xlab="Zeit [min]", ylab="Absorptionsmessung
bei 600nm",main="Zellwandstabilit?t" )
dev.off()
Can anyone say me why the plot command does not work and how the correct one should look like?
Important is: x-axis goes from 0 to 60 and the y-axis from 0 to 0.896!
2017 Sep 08
1
Antwort: Antwort: Re: Windows 10 and Java Applications on a samba share
Hai,
Dit you set :
acl allow execute always = yes
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Nils
> Wieseloh via samba
> Verzonden: vrijdag 8 september 2017 9:43
> Aan: nils.wieseloh at vit.de
> CC: samba at lists.samba.org; Brian Cowan; samba
> Onderwerp: [Samba] Antwort: Antwort: Re: Windows 10 and
2012 Oct 25
46
[RFC] New attempt to a better "btrfs fi df"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
this is a new attempt to improve the output of the command "btrfs fi df".
The previous attempt received a good reception. However there was no a
general consensus about the wording.
Moreover I still didn''t understand how btrfs was using the disks.
A my first attempt was to develop a new command which shows how the
disks
2012 Feb 16
5
Puppet on Windows
Hi,
I want to run Puppet on a Windows 2003 Server. I already have a
working Puppetmaster (Scientific Linux).
I installed Puppet on Windows like shown here:
http://projects.puppetlabs.com/projects/1/wiki/Puppet_Windows
This worked very well.
But when I want to run puppet.
puppet agent --test --debug
I get the following output: (I already tried different ruby and puppet
versions without
2008 Mar 03
3
Plot using colors
Dear R users,
I have a problem since I try to plot my datas with different colors.
plot(tvar, var, xlab="zeit [s]",ylab="Variation [%]", col = ifelse(var <=
varstability, 'green','red'))
this works well!
But since I add a type="l" to my plot, it will color all the plot with
green!!!
Is there any solution? I avoid to use teachingDemos.
Thanks.
--
2006 Mar 28
3
How to generate a list of lists recursively (for bayesm)
Dear all,
I need to generate a list of lists as required by the bayesm-package. This means in my application that I have to generate a list which consists of 2000 elements, which are lists themselves:
list(list(y1,X1),...,list(y2000,X2000)).
The y are vectors and the X are matrices of different dimensions. I tried to solve this problem iteratively by the following code, but received an error
2005 Apr 19
1
Antwort: Re: Antwort: Re: OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
Hi
# lslpp -l perl.rte
Fileset Level State Description
----------------------------------------------------------------------------
Path: /usr/lib/objrepos
perl.rte 5.8.0.0 COMMITTED Perl Version 5 Runtime
Environment
# lppchk -vm3
# perl -V
Summary of my perl5 (revision 5.0 version 8 subversion
2011 Mar 22
3
Accelerating the calculation of the moving average
Dear List,
I have a data frame with approximately 500000 rows that looks like this:
?Date??? time??? value
?
19.07.1956????????? 12:00:00?????????????? 4.84
19.07.1956????????? 13:00:00?????????????? 4.85
19.07.1956????????? 14:00:00?????????????? 4.89
19.07.1956????????? 15:00:00?????????????? 4.94
19.07.1956????????? 16:00:00?????????????? 4.99
19.07.1956????????? 17:00:00?????????????? 5.01
2007 Apr 25
2
form_remote_for, reloaded
Hi,
being relativly new to RoR, I''m having a problem which I found described
in this forum and somewhere else - but with no solution. I know, that it
may be bad to mix table and form tags, but the first solution of an in
place editing within a table looked nice:
Version using form_for:
<tr>
<%form_for :time_record, :url => { :action => "add_time_record" } do
2017 Sep 08
2
Antwort: Antwort: Re: Windows 10 and Java Applications on a samba share
Hello everyone,
so no one has any idea what causes this problem? :-(
Nils
Von: Nils Wieseloh via samba <samba at lists.samba.org>
An: Brian Cowan <brian.cowan at hcl.com>,
Kopie: "samba at lists.samba.org" <samba at lists.samba.org>, samba
<samba-bounces at lists.samba.org>
Datum: 28.07.2017 08:44
Betreff: [Samba] Antwort: Re: Windows 10 and
2007 Nov 13
2
Plot segments with different colors
Hello Everybody,
I'm trying to plot(x,y) using different colors.
I have to cut (x,y) into sub intervals.
And I want to plot this sub intervals using colors. But infortunally I don't
know how to do this with R.
Can any body help me please?
My code is looking like :
x<-c(tvar[1:t0],tvar[t0:(ts)],tvar[ts:n])
F<-c(var[1:t0],var[t0:(ts)],var[ts:n])
plot(x,F,xlab="Zeit
2006 May 15
3
Javascript Profiler
Has anyone implemented a Javascript Profiler based on prototype (or not based on it)?
2004 Jun 28
3
Help!!!
Hi!
I heard many things over ogg, but all what i can see is shit. O.K. The
oggdrop.exe play with me, have this tool a version number? I can't see
it. Every other tool don't run under my system (Win98; Athlon1,5GHz;
768MB RAM). For example every version of oggenc produce the error:
"OGGENC.EXE kann nicht ausgef?hrt werden"!
There are a german mailing list? An how can i register
2010 Dec 14
4
Antwort: MegaRAID SAS 9280-24i4e -- Centos support.
Timo,
Its interesting, I am presently attending a conference in NYC and in one
of the tables I saw the redhat vendor. My first question to them was "
What do you think about centos", they reply "You are using a
distribution without support and that is prompt to failure..." I don't
think this is an accurate statement is it? Anyway to make the story
short, they keep telling