similar to: Sends files when I don't think it should

Displaying 20 results from an estimated 3000 matches similar to: "Sends files when I don't think it should"

2011 Oct 25
2
extract data for specific levels factor
Dear all, I'm trying to analyze data with the following structure: ind cat tx age 40.2 por fol peq vh 35 41.9 por fol med vh 35 68.9 por fol preov vh 35 71.5 por fol peq ser 37 67.5 por fol med ser 37 76.9 por fol preov ser 37 78.7 por fol peq otr 37 78.3 por fol med otr 37 82.1 por fol
2007 Feb 27
1
What would cause keyboard-interactive packet connection close
Hi, I've got a remote system that was down and came back up. I'm trying to get into the system, but when I do I get timed out. I forced it to a keyboard interactive to speed things up: ssh -o PreferredAuthentications=keyboard-interactive -vvv tuc at 10.2.0.2 but I get : debug1: waiting for SSH2_MSG_NEWKEYS debug1: newkeys: mode 0 debug1: SSH2_MSG_NEWKEYS received debug1: done:
2006 Aug 10
5
Major security vulnerability in the latest Rails 1.1.5
Hi, I think there is still a major vulnerability exists in the latest Rails 1.1.5. The problem is in the routing.rb file and safe_load_paths method. Because of the erroneous regexp it is possible to perform a DOS attack on any rails application. To reproduce: 1. start your application 2. use this url: http://localhost:3000/debug Routing module will load standard debug.rb script which stops a
2017 Aug 10
2
New powercom device?
In a separate discussion, on 6/26/17 4:04 AM, Arnaud Quette wrote: > Hi > > If you're sure it's a HID device, add an entry in drivers/powercom-hid.c > { USB_DEVICE(POWERCOM_VENDORID, 0x0002), NULL }, > > Then autogen.sh + configure... > Please also report back so that I can update the code > > Cheers > Arno Thanks! I don't *know* whether or not
2006 May 13
1
Way to override battery.charge.low?
Hi, Right now my UPS has "battery.charge.low" set to 30. I think thats pretty silly, I'd like it to be alot lower. Its a read only variable so I can't modify it. I can't find a setting in a conf file to override it. Did I miss it? Thanks, Tuc
2006 Jan 23
2
SOHO Serial Solution needed
Hi, I'm looking to backup a small network (Hughes DW7000 satellite modem, small consumer grade Internet Broadband router+wireless, Soekris NET4801 single board computer + 4 port lan card, Cisco 2900 switch) and want a small form factor (This is sitting on a small shelf) and light. The main thing I'm running into is that it *HAS* to be serial. (The Soekris only has 1 USB port and I
2007 Aug 12
2
Ever hear of Robanton?
Hi, Anyone have any experience with these ??? http://cgi.ebay.com/UPS-1000VA-Brand-New_W0QQitemZ280141461506QQihZ018QQcategoryZ99265QQssPageNameZWDVWQQrdZ1QQcmdZViewItem Thanks, Tuc
2005 Jun 10
3
change windows ADS passwords from linux box
I have samba clients authenticating to Windows ADS through winbind. All works perfectly, but I don't how to enable my linux users to change their password (on the windows machine) from the linux box. Although there is a great deal of documentation on the internet, I could not find anything specifically to this... A small howto on what smb.conf/pam/nsswitch/xxx parameters are required to
2010 Sep 21
3
How to convert a character into a filename?
Dear list, How to convert a character to a filename? such as: x <- "height" # "height" here is actually a name of a colume in a data frame filename <- paste("plant,x") write.csv (data, file="C:/plant/filename.csv) # having trouble with this statement, how to 'write' the filename here? All I want from above is to write 'data' to a file
2006 May 08
1
How do I resolve comm issues
Hi, I'm running into an issue while using FreeBSD 5.4, NUT from ports (2.0.3), serial on /dev/cuaa1, Ellipse 1200 USBS. The ups.conf is : [ellipse] driver=mge-utalk port=/dev/cuaa1 desc="Telecom Closet Ellipse" When I go to start it I get : Network UPS Tools - UPS driver controller 2.0.3 Network UPS Tools - MGE UPS SYSTEMS/U-Talk driver 0.87 (2.0.3)
2004 Dec 07
1
connection to the other vpn-gateway, change originating ip
Hello ! I have two lans (LAN A & LAN B) connected via freeswan vpn gateways (VPNGW-A & VPNGW-B) over DSL. Logged in at VPNGW-A, I can only connect to the clients *behind* the VPNGW-B but not the VPNGW-B itself. ---- example VPNGW-A# ssh -l remoteuser 172.20.7.1 [IP 80.133.197.130.40523 > 172.20.7.1.ssh: SWE 343226483:343226483(0) win 32440 <mss 16220>] ---- no connection I
2002 Mar 29
2
scp : Problems with pathing
Hi, I'm sure I'll get a few "RTFM", but I hope I'll allay those feelings. I'm getting the "scp: command not found". I've read the FAQ. I've read bugs 42 and 82 in bugzilla. Hopefully, I didn't overlook something. At a minimum, defines.h has : #ifdef USER_PATH # ifdef _PATH_STDPATH # undef _PATH_STDPATH # endif # define _PATH_STDPATH
2003 Jul 15
0
Multinomial Logit with multiple groups
Hi, I am inexperienced with ML and R so please be tolerant :) I am trying to replicate the method I have seen in a paper without success. If my understanding is correct (a big 'IF') it seems to use Multinomial Logit on multiple groups of various sizes, with 'nature' selecting the choice (the winner) - then uses Maximum Likelihood to optimise the parameters to produce a model for
2011 Jan 27
0
selection of hinge function with restrictions, machine learning, earth package,
Hi, I have a few questions regarding machine learning packages in R, e.g. earth package and its forward pass and prunning pass, and hinge functions selection in the example below. 1) How could I force the algorithm to generate knots in hinge function only with values < 90 for e.g. variable doy? 2) Is it possible to restrict the algorithm to generate maximum number of terms per a selected
2011 Mar 14
0
selection of hinge function with restrictions, machine learning, earth package,
On 2011-01-27 14:22, Rasti Matus wrote: > I have a few questions regarding machine learning packages in R, > e.g. earth package ... > > 1) How could I force the algorithm to generate knots only with > values < 90 for variable doy? Not possible in the current implementation. In principle it would be possible to extend earth so the user-defined "allowed" function
2011 Jul 25
1
Ouch - brown, hansen error
Hi I'm trying to use ouch's hansen and brown functions but I get the error: > brown(logflatnodes,archotreeouch) Error in backsolve(l, x, k = k, upper.tri = upper.tri, transpose = transpose) : NA/NaN/Inf in foreign function call (arg 1) and with hansen also: Error in optim(par = c(sqrt.alpha, sigma), fn = function(par) { : function cannot be evaluated at initial parameters
2009 Aug 18
0
Odd results with Chi-square test. (Not an R problem, but general statistics, I think)
I'm far from an expert on stats but what I think you are saying is if you try and compare Baseline with Version 3 you don't think your p-value is as good as version 1 and 2. I'm not 100% sure you are meant to do that with p-values but I'll let someone else comment on that!. total incorrect correct % correct baseline 898 708 190 21.2%
2009 Aug 18
2
Odd results with Chi-square test. (Not an R problem, but general statistics, I think.)
Hi, I am working on a system which automatically answers user questions (such systems are commonly called "Question Answering systems"). I evaluated different versions of the same system on a publicly available test sets. Naturally, there is a fixed number of questions in the test set, and the system answers some right and some wrong. I want to compare each version of the system
2002 Jun 18
2
rsyncd + scripting
Hey all, Like a lot of folks, I use rsync to pull content out to production web servers. Tastes great, less filling. Here's what I'd like to be able to do: Sometimes a web tree is not ready to sync, for whatever reason. I have many modules available, so stopping ryncd is not an option. I'd like to be able to tell rsync in daemon mode "this particular module is not available at
2006 Feb 02
4
Newbie - samba 3 as PDC
Dear The Expert, I am very new with this, I don't understand why my Windows 2000 Prof PC failed when trying to register as member of domain "LINUX".. but I am able to login by using Windows 9x client , below is my /etc/samba/smb.conf I need advise.. thanks a lot in advance [global] workgroup = LINUX server string = Samba Server printcap name = /etc/printcap load printers = yes