Displaying 20 results from an estimated 2000 matches similar to: "CIFS & Gigabit Eth - 35MB/sec limit"
2005 Jun 27
0
AW: CIFS & Gigabit Eth - 35MB/sec limit
Hy
possible that it is a setting in the registry.
See ftp://ftp.microsoft.com/bussys/winnt/winnt-docs/papers/
I'can't connect to the link (ftp is blockt at our site) but you houl'd see some information. if blockspace from your ehternetcard is less then 9.6 microseconds, you can run in problems.
hope you'll find something
cheers
peter
>>-----Urspr?ngliche Nachricht-----
2005 May 04
2
exop vs md5
WHat is the significance to Samba of pam_password exop vs pam_password md5 in ldap.conf?
The reason I ask is that, wherever possible, I prefer to use the vendor supplied tools for
manipulating config files. With Fedora 3 it's system-config-authentication and it doesn't
give you the option of exop. You either enable MD5, which puts pam_password md5 in ldap.conf,
or disable it, which puts
2004 Dec 30
1
Result of "net rpc user info" differents from "net ads user info"?
I have tried for several accounts (below is one of them),
"net ads" always reports less 1 item than "net rpc"? (The result of "net
rpc" is same with the AD's setting)
Any hints?
Thanks in advance.
Iap
----------------------------------------------------------------------------
---------------------
# net rpc user info rdadmin -Uusername%password -S2003ad
2013 Feb 02
1
Why replacement has length zero? And How can I fix it?
Hi
for the loop section runif needs curved brackets
Try
IAP <-NA
for (i in 1:Sample.Size){
if (DataSet$SES[i]>0) {
IAP[i] <- ifelse(runif(1)>0.75, 1, 0) # High SES, higher chance to be in
Treatment #
}
else {
IAP[i] <- ifelse(runif(1)<=0.25, 1, 0) # Low SES, lower chance to be in
Treatment #
}
} # End loop #
IAP
IAP
zjiaqi19880219 wrote
> Hi,
2004 Jun 28
5
Zap X100P oscillation
Has anyone seen this problem before?
I have a server with a single X100P card. The audio level is a low, but if I
raise the gain to more than -2db (Rx + Tx) it starts to oscillate in an echo
test. Not at a high frequency but with a noise that is best described as a
steam engine starting up. It then starts to clip and crackle. If I bring the
gain down to Rx=-2.0 and Tx=0.0 or lower then it settles
2009 Jun 15
2
GARCH:: False Convergence
Dear R users,
I am trying to use tseries' garch function in order to determine the
volatility of a return series generated by quantmod. Here is the code that I
am using:
> library(quantmod)
> getSymbols("AAPL")
convert daily closing prices into continuous log returns
> dret<-dailyReturn(AAPL,type='log')
check to see that the autocorrelations decay
>
2010 May 26
3
smb/cifs share network speed testing
Is there any piece of software that I can use to run between a client
and a linux or windows server with a smb/cifs share that will test
network speed, latency, sustained read/writes, multiple file create,
read, write, close, etc.. etc.. over X period time?
I'm testing a Centos server with samba and Windows 2k3/8 servers on the
other end of a T1 connection and while I know the T1 bandwidth
2003 Sep 25
2
can't read attachments using javamail with dovecot
Dear folks,
this might be a java-bug, but it seems to occur only when connecting to
dovecot-IMAP.
UW and Cyrus-ditto works, while when I try to read attachments (base64),
I get slapped in the face with this:
java.lang.NullPointerException
at com.sun.mail.iap.Response.parse(Response.java:99)
at com.sun.mail.iap.Response.<init>(Response.java:68)
at
2015 Aug 18
2
RFC for a design change in LoopStrengthReduce / ScalarEvolution
> Of course, and the point is that, for example, on x86_64, the zext here is free. I'm still trying to understand the problem...
>
> In the example you provided in your previous e-mail, we choose the solution:
>
> `GEP @Global, zext(V)` -> `GEP (@Global + zext VStart), {i64 0,+,1}`
> `V` -> `trunc({i64 0,+,1}) + VStart`
>
> instead of the actually-better
2006 Aug 14
1
OT: Gigabit Rated Eth Cables - Cat 6 v. Gigatrue
Hi,
In populating our racks with several gigbit switches
over the next few days, i'm wondering this:
Is it over-engineering to seek out 550mhz rated cables
over the typical Cat 6 250mhz rated cables?
I've been advised (if you can a salesperson's words
advice, heh.) that 250mhz is enough to handle traffic
up to 10GB's.
Should I just be happy with Cat6 for my GB switches or
is
2023 Oct 11
2
Problem with compatible library versions
There is a fairly straightforward way to load older versions
of packages, and that is to use the 'groundhog' package.
As the first sentence of https://groundhogr.com/ puts it:
Make your R scripts reproducible by replacing library(pkg)
with groundhog.library(pkg, date).
pkg can be a vector of package names or a single name.
On Wed, 11 Oct 2023 at 20:58, Uwe Ligges <ligges at
2002 Apr 28
2
Image processing? Manipulating image data in R?
Hi!
I am looking for a R library by which i can load images (i found pixmap that
allows it to do).
But in addition i need methods to access the data, get them for example as an
array or matrix to do with this data some processing.
1. Is there a method in the pixmap library to access the matrix in which the
image data is stored.
2. Is there an alternative library running under MS Windows?
2009 Aug 24
0
CIFS slow on gigabit, doesn't support sockopt=TCP_NODELAY ?
Hi, everyone. I originally sent this to the cifs-vfs mailing list,
but upon reading the descriptions of the lists, I think that might
have been the wrong place to ask. My apologies for the repeat. I
hope I got the right place this time. :)
I've noticed that the cifs client for Linux is slow over gigabit
ethernet. It seems to max out at about 10 megs/sec, while the drives
can go a lot
2015 Jul 10
3
[LLVMdev] Why change "sub x, 5" to "add x, -5" ?
2015-07-08 17:58 GMT+02:00 escha <escha at apple.com>:
> [...]
>
> If you want to “revert" this sort of thing, you can do it at Select() time
> or PreprocessISelDAG(), which is what I did on an out-of-tree backend to
> turn add X, -C into sub X, C on selection time. This still lets all the
> intermediate optimizations take advantage of the canonicalization.
>
>
2015 Aug 17
2
RFC for a design change in LoopStrengthReduce / ScalarEvolution
> To back up for a second, how much of this is self-inflicted damage?
> IndVarSimplify likes to preemptively widen induction variables. Is
> that why you have the extensions here in the first place?
In the specific example I was talking about the zext came from our
frontend (our FE used to insert these extensions for reasons that are
no longer relevant). But you can easily get the same
2010 May 06
1
Failed to mount CIFS from windows7 with sec=ntlmv2 on Linux
Hello :-),
I have some problem with the cifs client of linux.
I can't mount a volume from a win7 machine with NTLMv2 authentication. e.g.
# mount -t cifs //win7-box/C\$ mount-point --verbose -o
sec=ntlmv2,credentials=smb-passwd
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
#dmesg | tail
Status code returned 0xc000000d
2011 Aug 22
0
mount.cifs with "sec=ntlmv2" fails ("mount error(22): Invalid argument")
Hello, everyone,
I'm trying to mount a CIFS share served by Samba using mount.cifs with NTLMv2
authentication.
According to 'man mount.cifs' the option "sec=ntlmv2" should be supported, but it
keeps giving me "mount error(22): Invalid argument".
The Samba server enforces the use of NTLMv2. When allowing for NTLMv1 on both sides
everything works just fine.
The
2010 May 06
1
Failed to mount CIFS from Windows 7 with sec=ntlmv2 on Linux
Hello :-),
I have some problem with the cifs client of linux.
I can't mount a volume from a Windows 7 machine with NTLMv2 authentication. e.g.
# mount -t cifs //win7-box/C\$ mount-point --verbose -o
sec=ntlmv2,credentials=smb-passwd
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
#dmesg | tail
Status code returned 0xc000000d
2007 May 04
2
mount.cifs and sec=krb5
Hello fellow Samba folks,
I am attempting to mount a cifs share on a RHEL 5 box using
mount.cifs. The server is another RHEL 5 box. Both boxes are joined
to the same Kerberos realm (AD).
I kinit to get my Kerberos tickets.
This is the mount command I'm using:
mount.cifs //rhel5.server.iastate.edu/benvon ./mnt -o
user=benvon,sec=krb5
This results in a password prompt, then a
2019 Jan 08
0
mount cifs with sec=krb5
Hai Mourik-Jan,
Beste wensen he ;-)
Lets start here..
A and PTR record exists for both servers?
Does CIFS/spn and root/spn exist in the AD?
In krb5.conf, set these :
; not used for nfs4 but cifs might need it.
; for Windows 2003
; default_tgs_enctypes = rc4-hmac des-cbc-crc des-cbc-md5
; default_tkt_enctypes = rc4-hmac des-cbc-crc des-cbc-md5
; permitted_enctypes = rc4-hmac