similar to: SSH and file descriptors

Displaying 20 results from an estimated 400 matches similar to: "SSH and file descriptors"

2010 Mar 21
3
[LLVMdev] LLVM on Solaris/Intel?
> I don't know anything about Solaris, but your paste doesn't actually > contain any errors, just warnings (unless I'm reading "ld: warning: > relocation error:" wrong). It might help to run make without -j until > it fails, and then use `make VERBOSE=1` to print the exact commands > it's running. Sorry. There was so much output I wasn't sure how much
2009 Dec 15
2
apparently incorrect p-values from 2-sided Kolmogorov-Smirnov test (PR#14145)
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --1132542651-1468968864-1260896436=:8788 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII I am using R version 2.6.2 (2008-02-08) on a Ubuntu Linux system. I seemed to be finding occasional errors in the p-values produced by ks.test(a,b)
2010 Mar 23
0
[LLVMdev] LLVM on Solaris/Intel?
On 21/03/2010, at 10:38 PM, Skip Montanaro wrote: >> I don't know anything about Solaris, but your paste doesn't actually >> contain any errors, just warnings (unless I'm reading "ld: warning: >> relocation error:" wrong). It might help to run make without -j until >> it fails, and then use `make VERBOSE=1` to print the exact commands >>
2023 Mar 09
0
njs-0.7.11
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). Notable new features: - XMLNode API to modify XML documents: : const xml = require("xml"); : let data = `<note><to b="bar" a="foo">Tove</to><from>Jani</from></note>`; : let doc = xml.parse(data); : : doc.$root.to.$attr$b = 'bar2'; :
2023 Apr 10
0
njs-0.7.12
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). Notable new features: - "zlib" module: : const zlib = require('zlib'); : zlib.deflateRawSync('αβγ').toString('base64') : /* "O7fx3KZzmwE=" */ : : zlib.inflateRawSync(Buffer.from('O7fx3KZzmwE=', 'base64')).toString() : /* "αβγ" */ Learn more about
2023 Sep 12
0
njs-0.8.1
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). Notable new features: - Periodic code execution: js_periodic direcrive specifies a content handler to run at regular interval. The handler receives a session object as its first argument, it also has access to global objects such as ngx. : example.conf: : location @periodics { : # to be run at 1 minute
2023 Oct 24
0
njs-0.8.2
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). Notable new features: - console object in nginx modules: Console object is a global object that provides access to the environment's console. It can be used to log information to the console, using console.log(), console.info(), console.warn(), console.error() methods. This feature unifies logging in nginx
2024 Apr 16
0
njs-0.8.4
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). This release introduced the initial QuickJS engine support in CLI as well as regular bugfixes. Notable new features: - QuickJS in njs CLI: : $ ./configure --cc-opt="-I/path/to/quickjs -L/path/to/quickjs" && make njs : $ ./build/njs -n QuickJS : : >> new Map() : [object Map] Learn more about
2005 Sep 17
1
looks in liblapack.a not liblapack.so
I can't compile R-alpha on AMD 64. Rather than include a 1400 line script I have put it on the web http://www.stat.umn.edu/~charlie/typescript.txt way down near the bottom it fails building lapack.so gcc -shared -L/usr/local/lib64 -o lapack.so Lapack.lo -llapack -lblas -lg2c -lm -lgcc_s /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld:
2023 Jul 06
0
njs-0.8.0
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). Notable new features: - shared dictionaries: Shared dictionary keeps the key-value pairs shared between worker processes. This allows to cache data in memory and share it between workers. : example.conf: : # Creates a 1Mb dictionary with string values, : # removes key-value pairs after 60 seconds of inactivity:
2001 Nov 05
3
Can't compile under RH 7.2
All -- Has anyone gotten samba to compile under RH 7.2? I tried: 2.2.2 NOPE 2.2.0 NOPE 2.0.0 NOPE 1.9.00 YES CVS HEAD NOPE In the cases of the 2.* versions (and CVS head) I ran ./configure and make. In the case of 1.9.00, I edited the Makefile for a non- shadow Linux host (and added -lcrypt). I'm attaching a typescript file of my latest attempt at
2005 Sep 01
0
another assert/core with 1.0alpha1
Same as reported before: Assert: IMAP(user): file mbox-sync-update.c: line 442 (mbox_sync_update_header_from): assertion failed: (ctx->mail.uid == 0 || ctx->mail.uid_broken || ctx->mail.uid == mail->uid) Setup: 1.0alpha1 on Solaris 9, built with gcc 4.0.1 Debug output of the core is attached. Jeff Earickson Colby College -------------- next part -------------- Script started on
2007 Sep 19
4
[LLVMdev] 2.1 Pre-Release Available (testers needed)
On Tue, Sep 18, 2007 at 06:41:38PM +1000, Emil Mikulic wrote: > The "make check" produced: > === Summary === > > # of expected passes 2209 > # of unexpected failures 41 > # of expected failures 5 > gmake[1]: *** [check-local] Error 1 > gmake[1]: Leaving directory `/home/emil/ll/objdir-llvm/test' > gmake: ***
2007 Oct 31
1
GIT repository problems
The attached (full) typescript has a lot of nasty looking errors. Need I worry about consistency? Abbreviated: $ cg-clone -s http://www.kernel.org/pub/scm/boot/syslinux/syslinux.git Initialized empty Git repository in .git/ .... progress: 55 objects, 124183 bytes Fetching tags... Missing tag before.graphics.merge... Missing tag before.graphics.merge... Missing tag syslinux-1.60... [[[repeats
2006 Dec 22
3
[Bug 1270] Public key (DSA) authentication works on 3.8p1 but not on 4.5p1
http://bugzilla.mindrot.org/show_bug.cgi?id=1270 Summary: Public key (DSA) authentication works on 3.8p1 but not on 4.5p1 Product: Portable OpenSSH Version: v4.5p1 Platform: HPPA OS/Version: HP-UX Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: bitbucket at
2004 Sep 08
1
escape char clutter makes prompt unreadable
hey folks, Im using pxelinux to boot a Soekris box (which works fine to a default image) Ive added a bunch of LABEL, KERNEL pairs, but I cant read the display; Im buried in escape codes. Ive captured some of it to a typescript file: it starts out kosher, but goes unreadable rather quickly, 0005520 \r T F T P . 0005540 / \b \r 0005560 *
2006 Nov 27
0
HP Photosmart C6180 and smbclient (and other unix based smb clients)
Hi, I'm trying to access a share called MEMORY_CARD on an HP Photosmart C6180 from a linux system. Smbclient keeps returning some form of access denied. Strangely enough, the finder application on Mac OS X is able to 'mount' it. I get the same error with smbclient under OS X. Windows has no trouble accessing it through explorer as well as through calls to net use with cmd.
2013 May 02
0
Newbie has some questions and thoughts!
Hello, I'm a programmer coming back into the mix, over the last couple of months I've been watching over Linux and OpenGL, CL Programming and have been setting my eyes over which open source project to contribute to. I'm mostly into systems programming and I been out of the game so much that while I'm researching the newest internet technologies like Ajax, JavaFX, typescript..
2015 Jun 10
0
libusb_get_string: invalid argument
And here are the logs and GDB output from the reconfigured/recompiled CFLAGS=-G program. You will notice i made a change to the version definition of tripplite-hid.c just to make sure i am working with the updated version. On Tue, 9 Jun 2015, Charles Lepple wrote: > On Jun 9, 2015, at 4:55 PM, Greg Hersch wrote: > >> (gdb) bt >> #0 libusb_get_string (udev=0x43110,
2017 Mar 13
0
How do I confirm importing repo key without user intervention?
...Check out the full typescript of what happens when installing passenger, please: https://gist.github.com/x-yuri/1dc92db44f89253679ab44f6c3de125c Regards, Yuri