search for: lenin

Displaying 10 results from an estimated 10 matches for "lenin".

2003 Oct 10
2
tinc rel 1.0.1 gets aborted in OPENSSL call
...tware. Ths week I went to upgrade from 1.0pre7 to 1.0.1 and failed. The tincd process gets aborted inside the libcrypto library with OPENSSL_assert (inl >0). Tracking down that problem I found, that the EVP_DecryptUpdate gets called in meta.c with the last argument containing a negativ value (lenin is -204). The process sits in my server and waits for incoming connections. In the middle of the first connection handshaking (via a TCP connection), the server hosted process gets aborted. The remote end sees a timeout. For now I went back to 1.0pre8, but it would be great, to see the new thing...
2007 Aug 21
4
Core analysis !
Can i use dtrace to anlayze my core files ? -- This message posted from opensolaris.org
2012 Jan 17
2
Error occurred when compiling Vim 7.3 with --enable-perlinterp specified.
Has anyone compiled Vim 7.3 on CentOS 6.2 64bit ? I got the following error after *configure --enable-perlinterp && make*: ./vim.h:2153:21: error: EXTERN.h: No such file or directory ./vim.h:2154:19: error: perl.h: No such file or directory ./vim.h:2155:19: error: XSUB.h: No such file or directory I've installed perl and perl-devel, but with no luck. Any ideas ? Thanks.
1999 Oct 20
3
patch for tinc-0.3
....3-patched: misc Only in tinc-0.3-patched/src: Makefile Only in tinc-0.3-patched/src: bla diff -r tinc-0.3/src/net.c tinc-0.3-patched/src/net.c 129a130,132 > /* > * decrypt received udp packet, and write into tap device > */ 132a136 > real_packet_t *rp_ptr; 133a138,146 > int rp_lenin; > > rp_lenin = ((real_packet_t *) packet)->data.len; > > /* encryption will crash when packet has unexpected len */ > if ( ! ((rp_lenin > 20) && (rp_lenin < MAXSIZE))) { > syslog(LOG_ERR, "dropping strange packet len: %d", rp_lenin); >...
2008 Nov 23
3
Try to run Football Manager 2009
...ed, status c0000135 ~/.wine/drive_c/Program Files/Sports Interactive/Football Manager 2009$ wine Usage: wine PROGRAM [ARGUMENTS...] Run the specified program wine --help Display this help and exit wine --version Output version information and exit lenin at CCCP:~/.wine/drive_c/Program Files/Sports Interactive/Football Manager 2009$ wine --version wine-1.0.1 Do you have any solution for this?
2014 Dec 28
2
Compiling a static openssh server
Hello, I'm trying to compile a static openssh-server, simply by running: export LDFLAGS=-static ./configure make sshd but the linker shows the warnings I've quoted on the bottom of this mail. The warnings say that I cannot use NSS functions when statically compiling. This makes sshd not work because at runtime, every call to getpwnam returns 0. Do you know a way to compile openssh
2008 Sep 30
1
Problem compiling tinc-1.0.8 on gcc-2.95
...len < length) { @@ -126,7 +126,7 @@ for(node = connection_tree->head; node; node = node->next) { c = node->data; - if(c != from && c->status.active) + if(c != from && c->status.st.active) send_meta(c, buffer, length); } } @@ -170,7 +170,7 @@ while(lenin > 0) { /* Decrypt */ - if(c->status.decryptin && !decrypted) { + if(c->status.st.decryptin && !decrypted) { result = EVP_DecryptUpdate(c->inctx, (unsigned char *)inbuf, &lenout, (unsigned char *)c->buffer + oldlen, lenin); if(!result || lenout != le...
2004 Jan 20
0
..You can be a ~Se-xxMachine~
adventurous burgundian rook elkhart butterball concave chaplin dustbin trout plane pedestal cinquefoil ely indigene choir curvilinear scald zing bramble braid cobol composition tripartite bust torpedo transverse marvin crestfallen troika molybdate aflame righteous aden diffusive lenin wilcox downright pittsburgh inflammable smear cathy orinoco
1998 Nov 08
0
Help me, I can't see samba server from NT 4.0 Server
...tronika | 8-231-5-07-27 (home from Moscow) | Mobile:8-2-9041689 (from Moscow) | 8-096-9041689 | Fax: 7-095-158-46-44 | Lenin str., 9-A, 73 | e-mail: sivanov@istra.ru 143500, Russia, Istra, Moscow reg. | ---------------------------------------------------------------- -------------- next part -------------- HTML attachment scrubbed and removed
2004 Feb 03
4
filled maps
Hi R-Help, I would like to make filled contour maps of ocean data overlaid by costlines from the map package. I can draw the filled contours and the coastlines om the same plot, but the filled contour also covers part of the land. To get rid of that I tried to draw a filled coastline map on top of the filled contour, but the filled map only draws the closed contours - so most of the land is