search for: 2641

Displaying 20 results from an estimated 80 matches for "2641".

Did you mean: 261
2016 Nov 21
42
[Bug 2641] New: Add systemd notify code to to track running server
https://bugzilla.mindrot.org/show_bug.cgi?id=2641 Bug ID: 2641 Summary: Add systemd notify code to to track running server Product: Portable OpenSSH Version: 7.3p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5...
2015 Dec 16
0
CEBA-2015:2641 CentOS 6 httpd BugFix Update
CentOS Errata and Bugfix Advisory 2015:2641 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2641.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: c34ef378ead0832f0495514b2d88f08e0d2e7d576bfaa876f55347e58151a8ee httpd-2.2.15-47.el6.centos.1.i686.rpm...
2017 Jun 30
2
Predict
Hi folks, I have 25 stand height observations over 7 years period and daily leafbiomass data during this period. I want to use the 25 plant height observations as inputs and predict the daily stand height during the 7 years. SH=matrix(data=NA , nrow = 2641, ncol = 1) for (i in 1:2641) { SH<- predict(lm(height~Date, data=Stand_Height)); dl=leafbiom$Date[i-1]; de=leafbiom$Date[i]; SH[i]=sum(SH[leafbiom$Date==de&leafbiom$Date==dl]) } SH The SH output is the prediction of Stand height in 25 observations only and provides NA for the rema...
2017 Jun 30
3
Predict
...30, 2017 at 10:37 AM, Sarah Goslee <sarah.goslee at gmail.com> wrote: > There are a bunch of things wrong here, although without a > reproducible example I can't really fix most of them. > > - You're overwriting SH within the loop. > - You're running the regression 2641 times, even though the result > never changes. > - You're never predicting from your linear model using the other data > not in the regression. > - Leaf biomass data is never used for anything. I would have thought > that you would use leaf biomass as the predictor variable, not...
2017 Jun 30
0
Predict
There are a bunch of things wrong here, although without a reproducible example I can't really fix most of them. - You're overwriting SH within the loop. - You're running the regression 2641 times, even though the result never changes. - You're never predicting from your linear model using the other data not in the regression. - Leaf biomass data is never used for anything. I would have thought that you would use leaf biomass as the predictor variable, not Date. - I'm not sure...
2017 Jun 30
0
Predict
...M, Sarah Goslee <sarah.goslee at gmail.com> wrote: >> There are a bunch of things wrong here, although without a >> reproducible example I can't really fix most of them. >> >> - You're overwriting SH within the loop. >> - You're running the regression 2641 times, even though the result >> never changes. >> - You're never predicting from your linear model using the other data >> not in the regression. >> - Leaf biomass data is never used for anything. I would have thought >> that you would use leaf biomass as the pred...
2011 Feb 24
2
[LLVMdev] Valgrind memcheck errors in llvm
...ingRef::operator std::string() const (StringRef.h:176) ==24227== by 0x9D22519: llvm::Module::Module(llvm::StringRef, llvm::LLVMContext&) (Module.cpp:61) ==24227== by 0x99FCD1D: llvm::getLazyBitcodeModule(llvm::MemoryBuffer*, llvm::LLVMContext&, std::string*) (BitcodeReader.cpp:2641) ==24227== by 0x99FCDF8: llvm::ParseBitcodeFile(llvm::MemoryBuffer*, llvm::LLVMContext&, std::string*) (BitcodeReader.cpp:2660) ==24227== Mismatched free() / delete / delete [] ==24227== at 0x40257ED: free (vg_replace_malloc.c:366) ==24227== by 0x9D765EF: llvm::ExecutionEngine::~Exe...
2018 Aug 22
2
openssh 7.6 and 7.7 on Oracle Linux 7 (compiled from source) doesn't start correctly with systemd
...simple as that -- we lived with "simple" for long time, but it was not covering some corner cases so we ended up using the sd_notify, since that was the only reliable way for systemd to know the service is working. For others interested in this topic, there was a long discussion in bug #2641, unfortunately without upstream solution: https://bugzilla.mindrot.org/show_bug.cgi?id=2641 Regards, -- Jakub Jelen Software Engineer Security Technologies Red Hat, Inc.
2006 Mar 01
2
Samba 3.0.21b is not able to connect to password server
On our AIX 5.2 system we have Samba 3.0.4 and 3.0.21b. The smb.conf files are identical for both versions. The 3.0.4 version runs fine, but with 3.0.21b, we get errors like the following when trying to run smbclient: [2006/02/28 22:03:05, 0] rpc_client/cli_pipe.c:cli_rpc_pipe_open_schannel(2641) cli_rpc_pipe_open_schannel: failed to get schannel session key from server FD0 00XSFED01 for domain FEDERATED. [2006/02/28 22:03:05, 0] auth/auth_domain.c:connect_to_domain_password_server(11 2) connect_to_domain_password_server: unable to open the domain client session to machine FD000XSFED0...
2006 Feb 22
2
Join AD domain using security = domain ?
Hi guys, Is it possible to join an AD domain using NT style authentication ? i.e. security = domain in smb.conf and use 'net join rpc -W [MYADDOMAIN] When I tried this I get the following error: [2006/02/22 11:56:42, 0] rpc_client/cli_pipe.c:cli_rpc_pipe_open_schannel(2641) cli_rpc_pipe_open_schannel: failed to get schannel session key from server msu adserver for domain MYADDOMAIN. [2006/02/22 11:56:42, 0] utils/net_rpc_join.c:net_rpc_join_ok(61) Error connecting to NETLOGON pipe. Error was NT_STATUS_NO_TRUST_SAM_ACCOUNT Unable to join domain MYADDOMAIN. Do y...
2018 Aug 22
2
openssh 7.6 and 7.7 on Oracle Linux 7 (compiled from source) doesn't start correctly with systemd
On Wed, Aug 22, 2018 at 11:23:11AM +0000, Peter Stuge wrote: > I guess that Oracle has patched sshd to call sd_notify() and thus Well, RedHat. > introduced dependency on the systemd libraries for sshd. I don't Yup % ldd /usr/sbin/sshd | grep syst libsystemd.so.0 => /lib64/libsystemd.so.0 (0x00007f0e5b715000) -- rgds Stephen
2015 Jun 02
0
[Bug 1993] ssh tries to add keys to ~/.ssh/known_hosts though StrictHostKeyChecking yes is set
...ndrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|dtucker at zip.com.au |djm at mindrot.org Status|NEW |ASSIGNED Attachment #2641| |ok?(dtucker at zip.com.au) Flags| | --- Comment #11 from Damien Miller <djm at mindrot.org> --- Created attachment 2641 --> https://bugzilla.mindrot.org/attachment.cgi?id=2641&action=edit Mention known_hosts modif...
2017 Apr 02
0
samba Digest, Vol 172, Issue 2
.../drsuapi/getncchanges.c:1483(getncchanges_collect_objects) > ../source4/rpc_server/drsuapi/getncchanges.c:1483: getncchanges on > CN=Configuration,DC=my,DC=domain,DC=de using filter (uSNChanged>=1) > [2017/04/02 20:26:30.869447, 2] > ../source4/rpc_server/drsuapi/getncchanges.c:2641(dcesrv_drsuapi_DsGetNCChanges) > DsGetNCChanges with uSNChanged >= 1 flags 0x90200070 on > CN=Configuration,DC=my,DC=domain,DC=de gave 716 objects (done > 1714/1714) 58 links (done 58/58 (as > S-1-5-21-415187870-2947746733-3939352424-500)) [2017/04/02 > 20:26:31.068768, > 2...
2011 Jan 10
0
Processed: Security -ignores
...-ignore. > usertag 609531 + squeeze-can-defer Bug#609531: CVE-2010-4255: 64-bit PV xen guest can crash host by accessing hypervisor per-domain memory area There were no usertags set. Usertags are now: squeeze-can-defer. > tag 609534 + squeeze-ignore Bug #609534 [evince] CVE-2010-2640/CVE-2010-2641/CVE-2010-2642/CVE-2010-2643 Added tag(s) squeeze-ignore. > usertag 609534 + squeeze-can-defer Bug#609534: CVE-2010-2640/CVE-2010-2641/CVE-2010-2642/CVE-2010-2643 There were no usertags set. Usertags are now: squeeze-can-defer. > End of message, stopping processing here. Please contact me if...
2011 Feb 25
3
Link to xva.py broken
...rking. where it has been moved? regards Andreas [1] http://www.xen.org/products/cloud_projects.html http://www.xen.org/files/xva/README -- Andreas Rieck Fraunhofer-Gesellschaft e.V. / Zentrale Abteilung C7 Kommunikationsmanagement Schloss Birlinghoven, 53754 Sankt Augustin Phone: (+49 2241) 14-2641 Fax: (+49 2241) 144-2641 mailto:andreas.rieck@zv.fraunhofer.de http://www.fraunhofer.de _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2012 Jan 11
3
Command completion of the R binary / Ubuntu
...IFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base -- Claudia Beleites Spectroscopy/Imaging Institute of Photonic Technology Albert-Einstein-Str. 9 07745 Jena Germany email: claudia.beleites at ipht-jena.de phone: +49 3641 206-133 fax: +49 2641 206-399 -------------- next part -------------- A non-text attachment was scrubbed... Name: bash_completion.diff Type: text/x-patch Size: 379 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20120111/49bdef24/attachment.bin>
2012 Jan 11
3
Command completion of the R binary / Ubuntu
...IFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base -- Claudia Beleites Spectroscopy/Imaging Institute of Photonic Technology Albert-Einstein-Str. 9 07745 Jena Germany email: claudia.beleites at ipht-jena.de phone: +49 3641 206-133 fax: +49 2641 206-399 -------------- next part -------------- A non-text attachment was scrubbed... Name: bash_completion.diff Type: text/x-patch Size: 379 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20120111/49bdef24/attachment.bin>
2008 Nov 20
0
strange problem with kernel oplocks
...Podschet_Sosn_ispr_2005/??? I. ?????1 ?????. ?????.????/??????? ? ??.1,2,3,4,10/ris.2.1 .Tekt.wmf): pos = 330004, size = 24, returned 24 [2008/11/19 11:32:28, 3] smbd/reply.c:send_file_readX(2641) send_file_readX fnum=5756 max=24 nread=24 [2008/11/19 11:32:28, 5] lib/util.c:show_m...
2019 Feb 09
2
Question about pattern matching process
...ry (due to false predicate) at index 2370, continuing at 2397 Skipped scope entry (due to false predicate) at index 2398, continuing at 2451 Skipped scope entry (due to false predicate) at index 2452, continuing at 2562 Skipped scope entry (due to false predicate) at index 2563, continuing at 2641 Skipped scope entry (due to false predicate) at index 2642, continuing at 2669 Skipped scope entry (due to false predicate) at index 2670, continuing at 2696 Skipped scope entry (due to false predicate) at index 2697, continuing at 2779 Skipped scope entry (due to false predicate) at index...
2007 Jun 20
4
puppetmaster through HTTP proxy
I have a test area network that is not routed to the production network because of IP address space re-use between the two networks. I would like the puppetmaster to serve both the production and test area networks. The puppetmaster is on the production network. I understand the puppet to puppetmaster connect to be HTTP using SSL. Can I somehow setup the puppet clients to use an HTTP