similar to: Try to debbug R script

Displaying 20 results from an estimated 500 matches similar to: "Try to debbug R script"

2011 Mar 14
3
FTP accounts
Hello, I have setup a centos server running 5.5 and I have a problem with the FTP settings. Currently I have two FTP accounts based on that server, they lead to: /home/bella /home/carmen Currently the FPT accounts starts in the home directory when they are logged in. But they are able to see all directories on the server. What can I do to make sure they cant come out of there home directory?
2003 May 23
1
Opening a file in mode "r+" or "r+b"
While using the file functions have found a few more issues (on both Unix and Windows) ie R documentation: In the "close" description (base package) we see that the possible values for the mode 'open' the "r+" and "r+b" values are repeated, and are incorrect the second time. The second set actually corresponds to the "w+" / "w+b", see
2019 Nov 26
2
ssl_min_protocol = TLSv1.3 does not work
Hi all, I'm trying to set up my server with support for TLS 1.3 only, but that does not seem to be supported. First off, TLS 1.3 itself does work fine, so it's not the config or ssl library, and 1.3-only works fine with Postfix. The problem is only in disabling TLS 1.2 for Dovecot. On connection, I'm getting an error that 1.3 is an "Unknown ssl_min_protocol setting". Reading
2009 Oct 22
11
UFT8 String looks great in MySql, garbage in browser
Hi, I have some seed data in MySql which contains non-ASCII characters (as you''d imagine as these are worldwide placenames that I''m storing). In MySql on the command line they look great, they''re all formatted perfectly, including Arabic and Chinese characters and they look great. However, when I ask my Rails model for one of these fields, and render that in the
2009 Sep 22
2
75 second (5 x 15) between login request and response
Hello all, It takes about 75 seconds before Samba answers a login request from a WinXP SP3 client. After the delay the client connects successfully and can browse the share. The delay seems to be made up off 5 separate delays of 15 seconds each judging by the debug logs. The delay seems to be caused by a configuration issue with the LDAP password backend, but I can't figure out what the
2005 Dec 16
1
Vector of matrix
Dear statisticians, I would like to save results for a "for loop" in a vector previously created. My result would be of class "matrix". I tried the following script: Script: #Creation of a previous vector n.Tree<-2 VectorX<-rep(1,n.Tree) #loop for (i in 1:2) { Ti<-MatOccurTree[Tree[i],1] #number of observation for Tree i Xi<-matrix(data=1,nrow=Ti,ncol=2)
2002 Aug 09
3
Dead Gateway Detection
Hi, I have a linux box loaded with RH7.1, 3 ethernet with load balance on 2 ISP. In theory, if one router stop to work (I have turn off for this try), the Dead Gateway Detection, would re-instradate alla traffic on other link. This not work...someone have more experience on this? Giorgio Biondi
2002 Sep 03
2
cannot kill smbd processes
Hi there, A customer of me still uses Samba 2.0.2 and it did work until know. At the moment we are not able to stop the smbd processes and it is very hard to gain access to the samba shares (only one user managed) even when we do a "kill -9 " (noot recommended) the smbd processes are available. Does anybody have an idea how to solve this ? Met vriendelijke groet, Laurens Wagemakers
2011 Apr 07
1
Huib Laurens
Hello, I just created the account HuibLaurens on Centos Wiki. I would like to help contribute with translation to Dutch, I can also help with monitoring the recent changes. -- Regards, Huib "Abigor" Laurens Support Free Knowledge: http://wikimediafoundation.org/wiki/Donate -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Jun 10
2
Delta-compression and --write-devices
Hello, This is my first time posting to this list. I think I might have found a bug, but I am not sure, so I appreciate any thought you may have. I am running rsync 3.2.0dev from Git master revision 916faecb with the copy-devices patch from rsync-patches master revision f22e220b on Debian 10 and I used the Debian build system to build rsync. I am running the following command: alpha# rsync
2007 Apr 20
3
Hi
Please add me to mailing list. regards Astha ************************************** See what's free at http://www.aol.com. [[alternative HTML version deleted]]
2004 Oct 18
1
Strange behaviour with --max-delete option
Hi, When using --max-delete=NUM, NUM + 1 files get deleted. Test it by doing this: # mkdir src # mkdir dest # cd src # touch 1 2 3 4 5 # cd .. # rsync -avu src/ dest # cd src # rm 1 2 # cd .. ( Here i try to sync src and dest, but only delete one file from dest at the time. This would prevent an accidental rm in src from propagating to dest. ) # rsync --delete -avun --max-delete=1 src/ dest
2007 Apr 19
4
hello
ok how can I do to cancel le function factor for the moment ican't do this and I'm stuck with my problem for exemple Id_Rep Id_Geno Val_O Id_TrT1 1 1 64238 145 2 2 1 64238 1 1 3 1 64238 2 1 4 1 64238 1 1 5 1 64238 1 1 6 1 64238 2 1 7 1 64238 1 1 8 2
1998 Sep 23
2
Samba and AIX
I have Samba 1.9.18p4 running on AIX v4.1. It works fine using security = user and alias lists. I have installed Smaba 1.9.18p7 on AIX v4.2 and cannot get it to work at all with any level of security. The server is on NT and 95 browse lists but attempting to access any share receives "credentials already in use" ; incorrect password ; or locks explorer completely. Any suggestions?
2002 Apr 29
1
Garbage collection: RW1041
Have searched through the archives but have been unable to find any related issues - hopefully I'm not bringing up an old topic. Am using RW1041 on a Windows NT on a machine with 1Gb of memory. Have a function doit() that reads in a chunk of data using readBin, performs a regression, saves out coeffs and then returns. When using Rgui with the default memory limit of 256Mb I'm able to
2003 Jun 16
4
POP daemon
What would be a good POP daemon to use? I know there are a few in the mail ports. Are they any good? What I mean by good is 'secure as possible' (is there really such thing as being totally secure / invulnerable?) Cheers
2009 Sep 23
1
Slow login to Samba PDC from windows XP
Hi All, I've narrowed this down to the "preparing networks" part of the windows login. I've setup a bridged machine to sit in between the Windows XP box and the network and filtered on only the Windows XP's IP. Filter Log -> http://pastebin.com/m64bbd6eb Samba global Conf -> http://pastebin.com/m662cc5da The windows xp machine takes about 15-20 second to get to the
2019 Oct 01
1
Improvement in hist command documentation
Hi all, In the histogram created with the `hist` command, the label of the y axis reads "Frequency ?. Finding that the ylab key is used to change (localize) that word may seem difficult for people who are beginners either in R or in english. I suggest very minor modifications of the file hist.Rd at https://svn.r-project.org/R/trunk/src/library/graphics/man/hist.Rd. 1) make the default value
2001 Feb 14
0
Keyboard not handled properly.. were to start debbugging?
Joao clemente wrote: > Hi there. > > I just intalled wine and crossed my fingers hoping that it worked at the > first try... > > It ALMOST did perfectly... The one problem I'm having is that my keyboard is > not being correctly handled... Well, I've looked at teh sources trying to > locate the problem and I've found that when wine tries to find the correct >
2001 Aug 25
2
Office XP Debbuging (I need some support here) and guidance wouldn't hurt either.
Hello, I'm trying to get Office XP working on Wine Here is the Debug Information. Thanks. ----------------------------------------------------------------------- Auto-generated debug report by Wine Quick Debug Report Maker Thingy: WINE Version: Wine release 20010824 Windows Version: Windows NT 5.x Distribution: Mandrake 7.2 Kernel Version: