search for: rdr

Displaying 20 results from an estimated 69 matches for "rdr".

Did you mean: hdr
2009 Mar 30
1
List assignment in a while loop and timing
...39 seconds on a quad core intel with 16GB ram running R-2.8 If I include the assignment A1 it takes ~85 seconds. I have preassigned the list in line A0, so I'm guessing there is no resizing going on, so why does the time increase so much? Thank you for your time. Regards Saptarshi ==code== rdr <- rhsqreader("~/tmp/pp",local=T,pattern="^p") rdr <- rhsqstart(rdr) i <- 1; h=as.list(rep(1,1e6)) ##A0 while(TRUE){ value <-rhsqnextKVR(rdr) ##Returns a list of two elements K,V if(is.null(value)) { message(rdr$df[rdr$current]) rdr <- rhsqnextpath(rdr...
2002 Feb 20
2
NTLM and RDR Security Signatures
Hello, I've been using samba to share files on a Redhat server within a windows NT domain. Recently, security policies in the domain have changed, and security signatures are required for the LanManServer and Rdr services. Now that this has been deployed, I get an error when I try to connect to the SMB shares on the Redhat server from Windows hosts saying "account is not authorized to log in from the station". Do you know how I can fix this problem? Thanks for any help you can provide! -David Hu...
2000 Jun 28
0
Urgent Help pls - NT4.0 Term Server and SAMBA - RDR timeouts
...s. What affect can ufsdumps and Networker backups have on shares to Termserver clients? As a side issue, should I assign lots of file descriptors is I have 170 + shares? HOW? What tools can I use to work out what is happening? (truss, etc) The timeouts are as follows. 23/06/2000,9:38:53 PM,Rdr,Warning,None,3013,N/A,PC405,The redirector has timed out a request to pompeii. 23/06/2000,9:37:43 PM,Rdr,Warning,None,3013,N/A,PC405,The redirector has timed out a request to pompeii. 23/06/2000,9:36:33 PM,Rdr,Warning,None,3013,N/A,PC405,The redirector has timed out a request to pompeii. 23/0...
2007 Jul 02
1
Jails and loopback interfaces
...0" > > # nat the jails running on loopback to their public ip > nat on $ext_if from $lo_simerson to any -> $simerson > nat on $ext_if from $lo_toaster to any -> $toaster > nat on $ext_if from $lo_tnpi to any -> $tnpi > > # specific jail rules > rdr on $ext_if from any to $simerson -> $lo_simerson > rdr on $ext_if from any to $toaster -> $lo_toaster > rdr on $ext_if from any to $tnpi -> $lo_tnpi This works just great. Traffic from the outside world gets redirected to the correct jail via a rdr rule. The corre...
2005 Jun 13
3
problem with pf and asterisk
current setup SIP phone 192.168.1.30 --> linksys wrt54g sveasoft -- INTERNET -- (xl0) Firewall (xl2:172.16.0.50)--> (em1:172.16.0.101) Asterisk problem is RTP stream not oging trouhg from * to sip and vice versa. #1 and asterusk is pushing 192.168.1.30 back to linksys with 172 as return address.... or #2 asterisk trying to get back to me as 192.168 on public internet.. got
2008 Mar 09
2
Dead Air on PF firewall
...policy return set loginterface $ext_if set skip on lo scrub in #### nat #### nat on $ext_if from !($ext_if) -> ($ext_if:0) nat on $ext_if inet proto { udp tcp } from $vbox to any port 5060 -> $ext_if port 5060 nat on $ext_if inet proto tcp from $uci to any port 1500 -> $ext_if port 1500 rdr on $ext_if proto { udp tcp } from any to $ext_if port 5060 -> $vbox port 5060 rdr on $ext_if proto udp from any to $ext_if port 5100 -> $vbox port 5100 #### filtering section #### pass out on { $int_if, ext_if } inet proto { udp tcp } from $altitude to any pass in on $ext_if inet proto { tc...
2001 Apr 04
3
Problems Using the MultipleUsersOnConnection Registry Key in WTS NT4
...ack 6. After I make this change in the registry and reboot my WTS servers all my samba connections from the servers are still being made with one process instead of being split into multiple processes per connection. I have placed the key into HKEY_LOCAL_MACHINE\\SYSTEM\CurrentControlSet\Services\Rdr\Parameters and have tried setting the registry key value to 0 and to 1 (although my understanding is that the value should be set to 0). I have also tried restarting the SAMBA processes on my HP-UX servers after making the registry change. Does anyone one have any ideas as to what I might be miss...
2007 Mar 12
8
[Bug 1295] [PATCH] Transparent proxy support on Linux
http://bugzilla.mindrot.org/show_bug.cgi?id=1295 Summary: [PATCH] Transparent proxy support on Linux Product: Portable OpenSSH Version: 4.6p1 Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo: bitbucket at mindrot.org ReportedBy:
2001 Apr 05
2
write behind operation warning. What's it mean.
Dear All, We are seeing the following warning messages in event logs on PCs that are accessing a Samba server (Solaris 2.7, samba 2.0.6):- 03/03/04/2001,14:44:04,Rdr,Warning,None,3025,N/A,CIS-C033-04,A write-behind operation has failed to the remote server ilex. The data contains the amount requested to write and the amount actually written. What does this message actually mean? Does it indicate an underlying problem? Is it something I should be very worri...
2006 Mar 28
1
Problems with pf + ftp-proxy on gateway
I'm trying to use pf + ftp-proxy n a 6.1-PRERELEASE machine. I have this line on inetd.conf: ftp-proxy stream tcp nowait root /usr/libexec/ftp-proxy ftp-proxy -n And this lines on pf.conf: rdr on $int_if proto tcp from any to any port ftp -> 127.0.0.1 port ftp-proxy pass in quick on $ext_if inet proto tcp from any port ftp-data to $ext_if:0 user proxy flags S/SA keep state When one machine inside my network (e.g. 192.168.x.x) connects to an external ftp server (e.g. ftp.FreeBSD.org),...
2004 Dec 25
5
How to connect two Asterisks as secure as possible without too much additional bandwidth ?
Hi, I plan to connect to remote Asterisk that will terminate calls to ISDN primary channel. I'd certainly like to secure this type of service, so would kindly ask for any advice on how to secure this authentication as much as reasonably possible. Since there is long IP route I guess VPN will take too much additional bandwidth... Regards, Robert.
2023 Aug 22
1
Increase data length for SMB2 write and read requests for Windows 10 clients
On 8/22/23 18:02, Jeremy Allison wrote: > On Tue, Aug 22, 2023 at 08:50:03AM +0200, Ralph Boehme wrote: >> I don't get it. Iirc 8 MB is the default max io size the kernel client >> will use which is also, iirc, the limit of the protocol. > > Don't get what ? The FastCopy.exe above is using 8MB write sizes. sure, so? FastCopy.exe uses 8 meg, Explorer and Robocopy use
2011 Nov 01
1
low sigma in lognormal fit of gamlss
...u=10 and sigma=2. When I try a gamlss fit, I get an estimated mu=9.947 and sigma=0.69 The mu estimate seems in the ballpark, but sigma is very low. I get similar results on repeated trials and with Normal and standard normal distributions. How should I understand sigma in these results? cheers, RdR ######### Example ######### # enable reproduction set.seed(1234) # create some lognormal data X <- rlnorm(1000,meanlog=10,sdlog=2) # try gamlss fit gLNO <- gamlss(X~1,family=LNO) summary(gLNO) ******************************************************************* Family: c("LNO&quot...
1998 Jan 15
1
Samba and NT 5.0
PB with NT 5.0 Beta 1 Cant Find Services/Rdr il registry ... So can't put Enable Plain Text Password=1 Could someone help me ??? -- Eric Murat Tel : +33.1.34.30.50.27 Email : E.Murat@sagem.fr Fax : +33.1.34.30.50.17 SAGEM Eragny Avenue du Gros Chene 95612 Cergy Pontoise Cedex FRANCE
1998 Mar 26
1
help for windows 98
...th Unix Solaris OS. We use unencrypted passwords because Windows 95 doesn't support them, so we currently have clients with Windows 95 and clients with Windows NT 4.0 (with Service Pack installed), on which we have modified the Registry as: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Rdr\Parameters key name: EnablePlainTextPassword value: 1 Now it seems that Windows 98 won't support (as a default setting) the unencrypted passwords, so every time we try to connect to Samba the connection is refused because the password is wrong. Do you know if it would be possible to edit Wi...
2005 May 17
1
ipfw question
does anyone what is the ipfw equivalent line for this one? rdr fxp0 external_ip_addres/32 port 69 -> 192.168.66.3 port 69 udp i use a tftpd server behind a nat and i want to redirect all trafic coming from internet on port 69 to the tftpd server 10x for help __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail h...
2009 Mar 30
1
CTRL-C during .Call causes R to quit to command line
Hello, During a .Call e.g while(TRUE){ value <-rhsqnextKVR(rdr) ## has .Call in this function if(is.null(value)) break; } if I press CTRL-C, R exits straight to the command line. Q: How can I prevent this? I should point out that my library uses JNI, so I'm not sure if that is causing it. I'm using R-2.8 on Linux (RHEL 5) Thank you in advance R...
2012 Feb 22
3
gamlss results for EXP and LNO seem to have reversed AIC scores
...LSS-RS iteration 2: Global Deviance = 2037.825 Glno <- gamlss(X~1,family=LNO) GAMLSS-RS iteration 1: Global Deviance = 2185.763 GAMLSS-RS iteration 2: Global Deviance = 2185.763 Gexp$aic [1] 2039.825 Glno$aic [1] 2189.763 Can anybody shed light on why these results would occur? cheers, RdR -- View this message in context: http://r.789695.n4.nabble.com/gamlss-results-for-EXP-and-LNO-seem-to-have-reversed-AIC-scores-tp4409754p4409754.html Sent from the R help mailing list archive at Nabble.com.
1999 May 05
1
Samba 2.0.3 and NT Terminal Server SP4/MetaFrame 1.8
...ost Delayed-Write Data The system was attempting to transfer file data from buffers to <filename>. The write operation failed, and only some of the data may have been written to the file." Finally, in the NT Event Log, I get the following error: "RDR" "The redirector has timed out a request to <samba_server>." with event ID 3013 Interestingy, the same file will extract to the same samba share from a standalone NT 4 Workstation (SP3) or from the MetaFrame/Terminal Server console. I can also extract from a Met...
2009 Oct 13
0
tm: Why does adding local metadata take so long?
...17" unibody early 2009 2.93 GHz 4GB RAM. I have a directory with 1697 plain text files on the Mac, that I want to analyze with the tm package. I have read the documents into a corpus, Corpus_3compounds, as follows: # Assign directory to a character vector dirName <- "/Volumes/RDR Test Documents/3Compounds/TXT" # Put the paths of the .txt files in the directory into a vector Files_3compounds <- dir(dirName, full.names = TRUE, pattern = "_.*\\.txt", ignore.case = TRUE) # Use that vector to create a DirSource object Dir_3compounds <- DirSource(dirName...