search for: 1587

Displaying 20 results from an estimated 111 matches for "1587".

Did you mean: 1,87
2009 Apr 06
2
[Bug 1587] New: [man] sshd_config(5) provide examples of keyword 'Match'
https://bugzilla.mindrot.org/show_bug.cgi?id=1587 Summary: [man] sshd_config(5) provide examples of keyword 'Match' Product: Portable OpenSSH Version: 5.2p1 Platform: Other OS/Version: Other Status: NEW Severity: enhancement Priority: P2...
2019 Jun 24
0
CESA-2019:1587 Important CentOS 7 python Security Update
CentOS Errata and Security Advisory 2019:1587 Important Upstream details at : https://access.redhat.com/errata/RHSA-2019:1587 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 30971bebf9a775bade8fd92dfae46d628c183e7b3393639d10cb6c57f9878023 python-2.7.5-80.el7_6.x86_64...
2008 Feb 28
3
Upgrade to 6.3R failed (with freebsd-update.sh)
...nnounce.html I tried a binary upgrade to 6.3R. But the command # sh freebsd-update.sh -f freebsd-update.conf -r 6.3-RELEASE upgrade failed with 10....2520....2530....2540....2550....2560....2570....2580....2590....2600....2610....2620....2630....2640... done. Applying patches... done. Fetching 1587 files... failed. Any ideas how to perform the upgrade? Best regards, Thomas.
2002 May 21
1
I() fails on objects of class POSIXct (PR#1587)
Although the documentation is somewhat sketchy, I() can be used to create objects of class AsIs: > I("a") [1] "a" attr(,"class") [1] "AsIs" "character" > I(4) [1] 4 attr(,"class") [1] "AsIs" "numeric" > I(4 + 0i) [1] 4+0i attr(,"class") [1] "AsIs" "complex" > This
2007 Jul 25
3
dovecot-1.1 + dovecot-sieve-1.1 deliver backtraces
...for duplication in this case. --- dovecot: Jul 25 01:05:19 Error: IMAP(seriv): Corrupted index cache file /var/spool/imap/seriv/.imap/.community-lists-altlinux-org/dovecot.index.cache: Corrupted cach ed message_part data (physical_pos less than expected) deliver(seriv): Jul 25 04:17:26 Panic: seq = 1587, rec->uid = 0, first_new_seq = 1587, records = 1586 deliver(seriv): Jul 25 04:17:26 Error: Raw backtrace: /usr/lib64/dovecot11/deliver [0x46e045] -> /usr/lib64/dovecot11/deliver [0x46dd2c] -> /usr/lib64/dovecot11/deli ver [0x44de1e] -> /usr/lib64/dovecot11/deliver [0x44e687] -> /usr/...
2010 Dec 13
2
Should Subsystem work in a Match block?
hi folks-- Can a Match block cover a Subsystem directive in sftp? https://bugzilla.mindrot.org/show_bug.cgi?id=1587#c1 suggests that Match can cover Subsystem, but sshd_config (at least, in 5.5p1) doesn't mention Subsystem within the description of Match. What should administrators expect? --dkg -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: appli...
2019 Jun 25
0
CentOS-announce Digest, Vol 172, Issue 5
...p' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2019:1587 Important CentOS 7 python Security Update (Johnny Hughes) 2. CEEA-2019:1344 CentOS 7 python-azure-sdk Enhancement Update (Johnny Hughes) 3. CEEA-2019:1342 CentOS 7 python-msrest Enhancement Update (Johnny Hughes) 4. CEEA-2019:1343 CentOS 7 python-msrestazure Enhancement U...
2017 Aug 29
2
DBI::dbWriteTable syntax error apparently from quotes
...ot;mpg" FLOAT, "cyl" FLOAT, "disp" FLOAT, "hp" FLOAT, "drat" FLOAT, "wt" FLOAT, "qsec" FLOAT, "vs" FLOAT, "am" FLOAT, "gear" FLOAT, "carb" FLOAT ) ' nanodbc/nanodbc.cpp:1587: 42000: [FreeTDS][SQL Server]Incorrect syntax near 'mtcars'. I believe that the complaint is related to the double quotes around "mtcars" (and presumably the other double quotes in the command). I tried searching to see if others have had this problem but I could not find anythin...
2002 Feb 26
1
Samba domain users VS "rogue" NT servers.
...but we didn't have any problems with the NT client machines, and assumed the NT servers would be ok too.. :) Thanks. -- Alex Dawson CSU - Systems Administrator +-------------------+------------------------------------------------+ /Tel: (08) 9380 1587/ Electrical and Electronic Engineering/ /Fax: (08) 9380 1065/ University of Western Australia/ /alex@ee.uwa.edu.au / http://www.ee.uwa.edu.au/~alex/ +-------------------+------------------------------------------------+ The following line brought to...
2002 Feb 26
0
DDE problems
...2 0x4062f205 (post_dde_message+0x35(dest_tid=0x80745a8, data=0x40ca6b2c, info=0x40ca6b70, data=0x40ca6b2c, data=0x40ca6b2c, data=0x40ca6b2c) [message.c:1142] in libuser32.so) (ebp=40ca6a84) 3 0x4062ff94 (put_message_in_queue+0xc8(dest_tid=0x80745a8, info=0x40ca6b70, reply_size=0x0) [message.c:1587] in libuser32.so) (ebp=40ca6b50) 4 0x40630b0e (PostMessageW+0xba(hwnd=0x10029, msg=0x3e7, wparam=0x27, lparam=0xc032090f) [message.c:1995] in libuser32.so) (ebp=40ca6b94) 5 0x4063173a (PostMessage16+0x66(hwnd16=0x29, msg=0x3e7, wparam=0x27, lparam=0xc032090f) [msg16.c:89] in libuser32.so)...
2010 May 04
2
[LLVMdev] Question about GVN
Hello, I was investigating GVN.cpp file and I found suspicious part: 1587 bool NeedToSplitEdges = false; 1588 for (pred_iterator PI = pred_begin(LoadBB), E = pred_end(LoadBB); 1589 PI != E; ++PI) { 1590 BasicBlock *Pred = *PI; 1591 if (IsValueFullyAvailableInBlock(Pred, FullyAvailableBlocks)) { 1592 continue; 1593 } 1594 PredLoads[Pred] =...
2012 Nov 16
1
How to get the result of eval()
...({ # .value <- A * x^2 # .grad <- array(0, c(length(.value), 1L), list(NULL, c("x"))) # .grad[, "x"] <- A * (2 * x) # attr(.value, "gradient") <- .grad # .value # }) A <- 3 x <- 23 eval(dx2x) # great 138 is well the derivative at the point 23 # [1] 1587 # attr(,"gradient") # x # [1,] 138 But I don?t know how to get the 138 value. Any idea ? Thanks a lot
2011 Oct 02
1
generating Venn diagram with 6 sets
...p;C&F"=7789,"B&C"=101005,"B&D&E&F"=917,"B&D&E"=14894,"B&D&F"=1436,"B&D"=24972,"B&E&F"=3975,"B&E"=105527,"B&F"= 16877,B=718570 ,"C&D&E&F"=1587,"C&D&E"=26289,"C&D&F"=4902,"C&D"=101947,"C&E&F"=3326,"C&E"=77289,"C&F"=20125,C= 689330,"D&E&F"=892,"D&E"=22666,"D&F"=4661,D=200020,"E&F"=8518,E...
2019 Jun 13
2
Problema de INSERT en Windows SQL
...iguiente error: rs <- dbSendStatement(con,query)Error: <SQL> 'INSERT INTO DATOSPERFIL VALUES ( 1 , 13/06/2019 , 170604 , 90 , , Periodista de Antena 3 Autor de El rastro de los rusos muertos Antena 3 Tv News Spain managing editor presenter and author , NA )' nanodbc/nanodbc.cpp:1587: 42000: [Microsoft][ODBC SQL Server Driver][SQL Server]Sintaxis incorrecta cerca de ','. ¿Qué estoy haciendo mal? Conseguí añadir datos en la base con la función dbWriteTable del mismo paquete DBI: dbWriteTable(con, "imdbpelis_copia", dtf, append=FALSE, overwrite=FALSE ,row.name...
2006 Nov 04
0
Fairmount Academy: October classes forming NOW!
...oughly $100 in materials Registration for Fairmount Academy can be found on our website. http://www.fairmountacademy.com --- You are currently subscribed to academy as: rails@lists.rubyonrails.org. To unsubscribe click here: http://mail.fairacademymail.com/u?id=909910K&n=T&l=academy&o=1587 or send a blank email to leave-1587-909910K@mail.fairacademymail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20061004/cbba484a/attachment.html
2004 Jul 26
1
Samba PDC Problem
...d password". And at the same time record does inserts into the LDAP!? I can see it right after i got message on the screen about error. Now here is a part from server log: ---------- Jul 26 11:34:13 fileserver smbd[27897]: [2004/07/26 11:34:13, 0] passdb/pdb_ldap.c:ldapsam_add_sam_account(1587) Jul 26 11:34:13 fileserver smbd[27897]: ldapsam_add_sam_account: SID 'S-1-5-21-299320441-2527492060-3102699668-3000' already in the base, with samba attributes Jul 26 11:34:13 fileserver smbd[27897]: [2004/07/26 11:34:13, 0] rpc_server/srv_samr_nt.c:_samr_create_user(2267) Jul 26 11:34:1...
2006 Jan 28
4
Unspecified error in prototype.js
...dragging I get an ''Unspecified Error'' on line 1589 of prototype.js, and error persist, till I hit escape or refresh the page again. 1584. cumulativeOffset: function(element) { 1585. var valueT = 0, valueL = 0; 1586. do { 1587. valueT += element.offsetTop || 0; 1588. valueL += element.offsetLeft || 0; 1589. element = element.offsetParent; //-----------> This line throws the error. 1590. } while (element); 1591....
2008 Jul 25
1
glht after lmer with "$S4class-" and "missing model.matrix-" errors
...d),data=sv.growth) Warning message: In .local(x, ..., value) : Estimated variance-covariance for factor 'box_id' is singular > summary(model.sv) Linear mixed-effects model fit by REML Formula: length ~ comp + (meas | box_id) Data: sv.growth AIC BIC logLik MLdeviance REMLdeviance 1587 1606 -786.4 1605 1573 Random effects: Groups Name Variance Std.Dev. Corr box_id (Intercept) 466698.1 683.153 meas 230733.7 480.347 -1.000 Residual 9138.3 95.595 number of obs: 120, groups: box_id, 40 Fixed effects: Estimate St...
2017 Aug 29
0
DBI::dbWriteTable syntax error apparently from quotes
...t; "disp" FLOAT, > "hp" FLOAT, > "drat" FLOAT, > "wt" FLOAT, > "qsec" FLOAT, > "vs" FLOAT, > "am" FLOAT, > "gear" FLOAT, > "carb" FLOAT >) >' > nanodbc/nanodbc.cpp:1587: 42000: [FreeTDS][SQL Server]Incorrect syntax >near 'mtcars'. > >I believe that the complaint is related to the double quotes around >"mtcars" (and presumably the other double quotes in the command). >I tried searching to see if others have had this problem but I co...
2011 Mar 04
1
Probabilities outside [0, 1] using Support Vector Machines (SVM) in e1071
...69 10499.425 1800.475 40 13822 3 0 1379 40 2576.150 -842.8500 3419.000 10166.237 2328.756 37 14200 4 0 1869 51 2645.794 -982.2938 3628.088 9610.037 1699.656 43 20762 ... and bgEnv looks similar: X02 X03 X05 X06 X07 X13 X14 X15 X18 1 1001 39 2521.406 -38.0875 2559.494 48507.312 3925.7563 63 20616 2 1587 39 3148.056 -895.0187 4043.075 5937.669 910.9062 55 15156 3 1610 40 4116.918 172.6812 3944.237 2287.431 196.0312 51 2739 4 1495 43 3678.381 236.9250 3441.456 3298.625 23.9875 86 281 5 1564 43 3010.988 -623.6063 3634.594 3416.350 819.6375 34 3848 ... modelFormula <- as.formula(Present ~ X02 + X0...