search for: 925

Displaying 20 results from an estimated 756 matches for "925".

2004 Sep 03
10
[Bug 925] Forking and crontabs do not work with ssh on NCR MP-RAS builds
http://bugzilla.mindrot.org/show_bug.cgi?id=925 Summary: Forking and crontabs do not work with ssh on NCR MP-RAS builds Product: Portable OpenSSH Version: -current Platform: Other OS/Version: other Status: NEW Severity: minor Priority: P2...
2000 Jul 19
0
Possible bug in 2.0.7?
...GE [2000/07/13 13:50:50, 0] smbd/password.c:domain_client_validate(1470) domain_client_validate: unable to validate password for user michael in domain ORGANICS to Domain controller NTTESTSERVER. Error was NT_STATUS_PASSWORD_MUST_CHANGE. [2000/07/13 13:50:50, 1] smbd/reply.c:reply_sesssetup_and_X(925) Rejecting user 'michael': authentication failed [2000/07/13 13:50:50, 0] rpc_client/cli_netlogon.c:cli_net_sam_logon(391) cli_net_sam_logon: NT_STATUS_PASSWORD_MUST_CHANGE [2000/07/13 13:50:50, 0] smbd/password.c:domain_client_validate(1470) domain_client_validate: unable to validate...
2009 Apr 21
4
search through a matrix
Hi. I have a 925 by 925 correlation matrix corM. I want to identify all variables that have correlation greater than 0.9. Can anyone suggest an "R way" of doing this? Thank you. -- View this message in context: http://www.nabble.com/search-through-a-matrix-tp23153538p23153538.html Sent from the R help...
2002 Jul 31
1
rsync error: unexplained error (code 255) at main.c(925)
...box. I'm connecting to a Linux machine over SSH and pulling files back to me. The section from the log that shows the error with vvv verbosity is... wrote 16 bytes read 506 bytes 348.00 bytes/sec total size is 8639208 speedup is 16550.21 rsync error: unexplained error (code 255) at main.c(925) _exit_cleanup(code=255, file=main.c, line=925): about to call exit(255) I also have a separate job which pushes files to the linux box but is otherwise identical which I cannot get to show this error :-\ Can anyone please help me track down what is causing this?? Thank you in advance. Regards...
2002 Sep 26
0
more on rsync error: unexplained error (code 255) at main.c(925)
...have rsync 2.5.5 protocol version 26. They were compiled using gcc 2.95.3. Everythings goes until it tries to disconnect: receiving file list ... done wrote 16 bytes read 28412 bytes 11371.20 bytes/sec total size is 10142392 speedup is 356.77 rsync error: unexplained error (code 255) at main.c(925) I am using SSH with an RSA key (SSH2). the OpenBSD box has OpenSSH_3.4, and the solaris Box has SSH Version Sun_SSH_1.0 (S9's owns) This is what I'm doing: rsync -axzvvv backup@host:/home/stuff/software/ <mailto:backup@host:/home/stuff/software/> * --rsh="ssh -v -v -i id_rs...
2014 May 07
1
[Bug 925] New: icmp: ICMPv4 types are not supported
https://bugzilla.netfilter.org/show_bug.cgi?id=925 Summary: icmp: ICMPv4 types are not supported Product: nftables Version: unspecified Platform: x86_64 OS/Version: Debian GNU/Linux Status: NEW Severity: normal Priority: P5 Component: nft AssignedTo...
2024 Jan 29
1
linear programming in R | limits to what it can do, or my mistake?
...I'm stuck with how to do it in R, if its even possible (its trivial in Maxima, Maple...even using Solver in Excel, but I haven't been remotely successful in getting anything to work in R). Suppose you have a production system that at 4 sequential time steps generate 640, 825, 580, and 925 units. At each time step, you need to decide how many of those units need to be 'quality control' (QC) checked in some fashion, subject to some constraints. ?--> at no point in time can the number of units in the system be >1000 ?--> at the end of the production cycle, there c...
2024 Jan 30
1
linear programming in R | limits to what it can do, or my mistake?
...)" is not correct, the LP can be implemented as follows: library(lpSolve) LHS <- rbind( c(0,0,0,0, 1, 0, 0,0), c(1,0,0,0,-1, 1, 0,0), c(0,1,0,0, 0,-1, 1,0), c(0,0,1,0, 0, 0,-1,1), cbind(-diag(4),diag(4)), c(0,0,0,0,0,1,0,0), c(0,0,0,0,0,0,1,0), c(0,0,0,0,0,0,0,1) ) RHS <- c(640,825,580,925,0,0,0,0,1000,1000,1000) DIR <- c(rep("==",4),rep(">=",3),"=",rep("<=",3)) OBJ <- c(35,55,50,65,0,0,0,0) lp("min",OBJ,LHS,DIR,RHS) Best, Martin Am 29.01.24 um 22:28 schrieb Evan Cooch: > Question for 'experts' in LP using...
2016 Aug 02
0
[Bug 925] Forking and crontabs do not work with ssh on NCR MP-RAS builds
https://bugzilla.mindrot.org/show_bug.cgi?id=925 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Damien Miller <djm at mindrot.org&...
2006 Oct 31
0
6355953 assertion failed: cpu == CPU, file: ../../i86pc/vm/hat_i86.c, line: 925
Author: josephb Repository: /hg/zfs-crypto/gate Revision: a7256e6fc6d5094d31595a39cc002260a2f0dd55 Log message: 6355953 assertion failed: cpu == CPU, file: ../../i86pc/vm/hat_i86.c, line: 925 Files: update: usr/src/uts/common/os/zone.c
2002 Oct 22
0
partial transfer (code 23) at main.c(925) error
....com but sometime the exit with Number of files: 36224 Number of files transferred: 13611 Total file size: 1935678278 bytes Total transferred file size: 1388134266 bytes Literal data: 1388134266 bytes Matched data: 0 bytes File list size: 753308 Total bytes written: 217792 Total bytes read: 1389592502 wrote 217792 bytes read 1389592502 bytes 3064631.30 bytes/sec total size is 1935678278 speedup is 1.39 rsync error: partial transfer (code 23) at main.c(925) and the backup is half :-((( Can anyone can help me? P.S. it's two FreeBSD System with rsync version 2.5.5 protocol version 26...
2012 Nov 08
0
[Bug 925] Forking and crontabs do not work with ssh on NCR MP-RAS builds
https://bugzilla.mindrot.org/show_bug.cgi?id=925 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFOR...
2018 Jun 01
2
Time-series moving average question
...tnr.ma <- ma(dat3[1:28], order=3) TNR_moving_average <- forecast(tnr.ma, h=8) I think you will find that the warning comes from the second step. Print tnr.ma and you will see some NAs. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 Lab cell 925-724-7509 ? From: Bill Poling <Bill.Poling at zelis.com> Date: Friday, June 1, 2018 at 8:58 AM To: "MacQueen, Don" <macqueen1 at llnl.gov>, array R-help <r-help at r-project.org> Subject: RE: [R] Time-series moving average question Hello Don, than...
2011 Oct 27
0
XenServer 6: Is it a bug? - NO output of: xe vm-import filename=Solaris10-extended-HVM-template
...org # --- [root@xs6db01 ~]# xe vm-import filename=Solaris10-extended-HVM-template [root@xs6db01 ~]# [root@xs6db01 ~]# xe vm-import filename=Solaris10-extended-HVM-template sr-uuid=43459166-5829-a7bd-d6bf-59231ebcc732 [root@xs6db01 ~]# # --- xensource.log [20111027T21:04:27.270Z|debug|xs6db01|925 unix-RPC||cli] xe vm-import filename=Solaris10-extended-HVM-template username=root password=null [20111027T21:04:27.281Z| info|xs6db01|925 unix-RPC|session.login_with_password D:c4c37c814f6b|xapi] Session.create trackid=13f38cbcea42554985134ffbb1128bf5 pool=false uname=root is_local_superuser=t...
2001 Apr 28
1
modulus operator gets syntax error (PR#925)
Full_Name: M. Edward Borasky Version: 1.2.2 OS: both Windows 2000 and Red Hat Linux 7.1 Submission from: (NULL) (208.130.245.188) According to the R language manual, "%" is the modulus operator. However, on both Windows and Linux, I get a syntax error when I type records <- 100000 records % 1000 I tried wrapping the operands with "as.integer ()" but that didn't help
2007 Mar 28
0
[925] branches/wxruby2/wxwidgets_282/doc/textile/filedialog.txtl: Improvements to doc from wxWidgets 2.8
...patch .copfile {border:1px solid #ccc;margin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[925] branches/wxruby2/wxwidgets_282/doc/textile/filedialog.txtl: Improvements to doc from wxWidgets 2.8</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>925</dd> <dt>Author</dt> <dd>brokentoy</dd> &...
2018 Jun 01
0
Time-series moving average question
...R_moving_average <- forecast(tnr.ma<http://tnr.ma>, h=8) I think you will find that the warning comes from the second step. Print tnr.ma<http://tnr.ma> and you will see some NAs. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 Lab cell 925-724-7509 From: Bill Poling <Bill.Poling at zelis.com<mailto:Bill.Poling at zelis.com>> Date: Friday, June 1, 2018 at 8:58 AM To: "MacQueen, Don" <macqueen1 at llnl.gov<mailto:macqueen1 at llnl.gov>>, array R-help <r-help at r-project.org...
2017 Jul 13
2
Help with R script
Dear R-help Group Scenario 1: I have a text file running to 1000 of lines...that is like as follows: [922] "FieldName: Wk3PackSubMonth" [923] "FieldValue: Apr" [924] "FieldName: Wk3PackSubYear" [925] "FieldValue: 2017" [926] "FieldName: Wk3Code1" [927] "FieldValue: " [928] "FieldValue: K4" [929] "FieldName: Wk3Code2" [930] "FieldValue: " [931] "FieldValue: Q49" I want this to be programmatically corrected to re...
2018 Jun 01
2
Time-series moving average question
...n't like NAs. But I can't check, because I can't find the ma() and forecast() functions. I assume they come from some package you installed; it would be helpful to say which package. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 Lab cell 925-724-7509 ?On 6/1/18, 4:20 AM, "R-help on behalf of Bill Poling" <r-help-bounces at r-project.org on behalf of Bill.Poling at zelis.com> wrote: Good morning, I hope someone can help with these questions, or perhaps suggest one of the other R-lists?...
2018 Jun 01
0
Time-series moving average question
...n't like NAs. But I can't check, because I can't find the ma() and forecast() functions. I assume they come from some package you installed; it would be helpful to say which package. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 Lab cell 925-724-7509 ______________________________________________ R-help at r-project.org<mailto:R-help at r-project.org> mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help<https://stat.ethz.ch/mailman/listinfo/r-help> PLEASE do read...