search for: typescript

Displaying 20 results from an estimated 64 matches for "typescript".

2006 Apr 20
0
SSH and file descriptors
...script> #!/bin/bash ls -la /this_does_not_exist /etc/passed </script> (shebang with -l or -i does not affect the problem) Real script does not matter, this example is to show you that I cant use error descriptor here;\ When I run this script while being logged on machine I get: <typescript> user at machine ~ $ /usr/local/bin/myscript_shell > /dev/null ls: /this_does_not_exist: No such file or directory </typescript> what we can see here is that stderr and stdout are separated... When I run this script over ssh I get: <typescript> user at machine ~ $ ssh machine /...
2015 Dec 07
2
Using typescript as a default shell?
Is it possible to use 'script' command that records what happens in a session as the default shell? How could you deal with multiple logins at once? What about output from rsync and the like?
2015 Dec 07
0
Using typescript as a default shell?
On Mon, 07 Dec 2015 11:21:13 -0800 Benjamin Smith wrote: > Is it possible to use 'script' command that records what happens in a session > as the default shell? How could you deal with multiple logins at once? What > about output from rsync and the like? What problem are you attempting to solve? Have you looked at the bash 'history' command? -- MELVILLE THEATRE ~
2010 Mar 21
3
[LLVMdev] LLVM on Solaris/Intel?
...or:" 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 to paste and didn't know about VERBOSE=1. I captured the verbose output in a typescript file: http://www.smontanaro.net/typescript Lots of undefined symbols. Skip
2015 Dec 07
2
Using typescript as a default shell?
On Monday, December 07, 2015 01:29:54 PM Frank Cox wrote: > Benjamin Smith wrote: > > Is it possible to use 'script' command that records what happens in a > > session as the default shell? How could you deal with multiple logins at > > once? What about output from rsync and the like? > > What problem are you attempting to solve? Have you looked at the bash
2003 Dec 12
4
Session Logging
I'm using R from a Linux command prompt, and am logging the whole session by tee'ing the R invocation line. ie. R | tee -a Rlog.txt Is there a better way to log all the session input and output from within R? Stan Smiley stan.smiley at genetics.utah.edu
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: /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../lib6...
2001 Nov 05
3
Can't compile under RH 7.2
...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 CVS HEAD compilation. I haven't messed with samba source before, although I've been looking through it for a few things since Friday. I figure my problem has to be something simple that someone else has run in to. The kernel version is 2.4.9-7smp (Red Hat's...
2009 Dec 15
2
apparently incorrect p-values from 2-sided Kolmogorov-Smirnov test (PR#14145)
...ng 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) when a and b were vectors of 10 to 20 values. So I tried to find simpler examples, and one that illustrates what I mean is included below and as the attached typescript file. It is just x<-1:5 y<-c(2.5,4.5) ks.test(x,y) The value of the D_2,5 statistic is calculated as 0.4 correctly, but the p-value is stated by R as 1, though in fact it should be 20/21=0.9524 As I say this is just one example of quite a lot of errors of this kind that I am finding. If y...
2008 Feb 05
2
Incomplete ouput with sink and split=TRUE
Dear List, I am trying to get R's terminal output to a file and to the terminal at the same time, so that I can walk through some tests and keep a log concurrently. The function 'sink' with the option split=TRUE seems to do just that. It works fine for most output but for objects of class htest, the terminal output is incomplete (the lines are there but empty). Here is an
2010 Mar 21
0
[LLVMdev] LLVM on Solaris/Intel?
On Sat, Mar 20, 2010 at 8:17 PM, Skip Montanaro <skip at pobox.com> wrote: > Is LLVM supported on Solaris 10/Intel?  I tried building the 2.7 pre-release > today but it failed to build (tried gcc 4.2 and 4.4).  It fails trying to > link in one of the directories. Here's a small part of the make output (it's > huge): > >    http://pastebin.com/ZeZQgKqz > > I
2010 Mar 23
0
[LLVMdev] LLVM on Solaris/Intel?
...elp 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 to paste and > didn't know about VERBOSE=1. I captured the verbose output in a > typescript file: > > http://www.smontanaro.net/typescript > > Lots of undefined symbols. Hi Skip, You currently need to configure with NM=/usr/sfw/bin/gnm, ie ./configure --enable-optimized NM=/usr/sfw/bin/gnm as GenLibDeps.pl doesn't parse Sun nm output in llvm 2.6 and lat...
2017 Mar 13
2
How do I confirm importing repo key without user intervention?
> It looks like the passenger RPM has a script importing the GPG key. Check using "rpm -q --scripts passenger". >From what I can see, it doesn't: # rpm -q --scripts passenger postinstall scriptlet (using /bin/sh): if /usr/sbin/sestatus | grep 'SELinux status' | grep -q enabled; then actual_selinux_variants=; for selinux_policy_file in /etc/selinux/*/policy;
2023 Mar 09
0
njs-0.7.11
...https://nginx.org/en/docs/njs/ - NGINX JavaScript in Your Web Server Configuration: https://youtu.be/Jc_L6UffFOs - Extending NGINX with Custom Code: https://youtu.be/0CVhq4AUU7M - Using node modules with njs: https://nginx.org/en/docs/njs/node_modules.html - Writing njs code using TypeScript definition files: https://nginx.org/en/docs/njs/typescript.html Feel free to try it and give us feedback on: - Github: https://github.com/nginx/njs/issues - Mailing list: https://mailman.nginx.org/mailman/listinfo/nginx-devel Additional examples and howtos can be found here: - Gi...
2023 Apr 10
0
njs-0.7.12
...https://nginx.org/en/docs/njs/ - NGINX JavaScript in Your Web Server Configuration: https://youtu.be/Jc_L6UffFOs - Extending NGINX with Custom Code: https://youtu.be/0CVhq4AUU7M - Using node modules with njs: https://nginx.org/en/docs/njs/node_modules.html - Writing njs code using TypeScript definition files: https://nginx.org/en/docs/njs/typescript.html Feel free to try it and give us feedback on: - Github: https://github.com/nginx/njs/issues - Mailing list: https://mailman.nginx.org/mailman/listinfo/nginx-devel Additional examples and howtos can be found here: - Gi...
2023 Sep 12
0
njs-0.8.1
...ps://nginx.org/en/docs/njs/ - NGINX JavaScript in Your Web Server Configuration: https://youtu.be/Jc_L6UffFOs - Extending NGINX with Custom Code: https://youtu.be/0CVhq4AUU7M - Using node modules with njs: https://nginx.org/en/docs/njs/node_modules.html - Writing njs code using TypeScript definition files: https://nginx.org/en/docs/njs/typescript.html Feel free to try it and give us feedback on: - Github: https://github.com/nginx/njs/issues - Mailing list: https://mailman.nginx.org/mailman/listinfo/nginx-devel Additional examples and howtos can be found here:...
2023 Oct 24
0
njs-0.8.2
...https://nginx.org/en/docs/njs/ - NGINX JavaScript in Your Web Server Configuration: https://youtu.be/Jc_L6UffFOs - Extending NGINX with Custom Code: https://youtu.be/0CVhq4AUU7M - Using node modules with njs: https://nginx.org/en/docs/njs/node_modules.html - Writing njs code using TypeScript definition files: https://nginx.org/en/docs/njs/typescript.html Feel free to try it and give us feedback on: - Github: https://github.com/nginx/njs/issues - Mailing list: https://mailman.nginx.org/mailman/listinfo/nginx-devel Additional examples and howtos can be found here: -...
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 ta...
2006 Dec 22
3
[Bug 1270] Public key (DSA) authentication works on 3.8p1 but not on 4.5p1
...Severity: normal Priority: P2 Component: ssh AssignedTo: bitbucket at mindrot.org ReportedBy: fredrik at xpd.se After installing OpenSSH 4.5p1 we discovered that public key authentication seems to be broken on OpenSSH 4.5p1 on HP-UX 11.11 See attached typescript file, where 2 different binaries are used, first is old 3.8p1 ssh client (which works) and second is new 4.5p1 ssh client (which isn't working) but trying to login from the same host (hostA) to the same remote host (hostB) For both versions you can see the "SSH2_MSG_SERVICE_ACCEPT receive...
2010 Mar 21
4
[LLVMdev] LLVM on Solaris/Intel?
Is LLVM supported on Solaris 10/Intel? I tried building the 2.7 pre-release today but it failed to build (tried gcc 4.2 and 4.4). It fails trying to link in one of the directories. Here's a small part of the make output (it's huge): http://pastebin.com/ZeZQgKqz I didn't see Solaris/Intel listed as a supported platform and I haven't ever tried to debug LLVM build problems