similar to: Command line logging program suggestions?

Displaying 20 results from an estimated 1000 matches similar to: "Command line logging program suggestions?"

1998 Jun 14
14
SSH w/ttysnoop
I was wondering if anyone here has or knows how to implement ttysnoop w/ssh ?
2008 Mar 04
4
R-Terminal
Hi there! I use an gnome-terminal for using R. When I resize the termial to the maximum size, R uses only the left side of the window. Can I tell R to use the whole window somehow? Thanks, Martin -- Ihr Partner f?r Webdesign, Webapplikationen und Webspace. http://www.roomandspace.com/ Martin Kaffanke +43 650 4514224 -------------- next part -------------- A non-text attachment was
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
2008 Jun 20
1
Autofs and mount/umount entries in the nfs server logs
I am using autofs for a number of machines connecting nfs shares. All the mount and unmount log entries on the server are being saved to /var/log/messages currently. This is becoming a bit of a pain because as the number of hosts increase and various monitoring scripts check to be sure that they have access to the nfs shares it is filling up messages on the nfs server. I would like to continue
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
2012 Nov 08
2
[LLVMdev] llvm-config --libs failed
Hi! I'm trying to use the LLVMProject toolchain (according to this page: http://llvm.org/docs/Projects.html). I created a project "test" with kaleidoscope example source code from: http://llvm.org/docs/tutorial/LangImpl3.html It compiles successfully with: clang++ -g -O3 toy.cpp `llvm-config --cppflags --ldflags --libs core` -o toy according to the project documentation, my Makefile
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
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
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;
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:
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
2015 Jun 10
3
libusb_get_string: invalid argument
On Jun 9, 2015, at 4:55 PM, Greg Hersch wrote: > (gdb) bt > #0 libusb_get_string (udev=0x43110, StringIdx=0, buf=0x40204 <buf> > "", buflen=20) at libusb.c:496 > #1 0x00015330 in HIDGetIndexString (udev=<optimized out>, > Index=<optimized out>, buf=0x40204 <buf> "", buflen=<optimized out>) > at libhid.c:407 > #2 0x00012e18
2007 Mar 09
1
Installing Parallel Zip 250 on 4.4
I am trying to install a Zip 250 drive on CentOS 4.4 but the detect hardware at boot up is not finding it. I am not sure where to start as normally hardware is installed at the initial install or it auto detects on boot. Any help would be appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jan 24
4
Interesting PXE server setup question
While this is not a problem with CentOS I am hoping to solve the situation using a CentOS machine. For anyone not interested I am sorry to clutter your mail box. For everyone else any ideas or suggestions are welcome. A bit of background: We have an application that runs only in DOS 6.22 at the moment that we would like to run on all of our desktop computers each time they boot up. Our
2006 Nov 14
4
OT: Q: Howto implement a monitored Shell for remote logins
I sometimes need to allow sub-contracted admins root ssh access to my servers. Later, I always wonder what they did during access. Is there any shell that provides all shell abilities to the remote user but monitors/emails a designated user each command executed in the shell terminal and does not allow the user (even root) to modify the bash history file or similar shell history file, or maybe
2012 Nov 08
0
[LLVMdev] llvm-config --libs failed
Wojciech Daniło <wojtek.danilo.ml at gmail.com> writes: > Hi! > I'm trying to use the LLVMProject toolchain (according to this page: > http://llvm.org/docs/Projects.html). > I created a project "test" with kaleidoscope example source code from: > http://llvm.org/docs/tutorial/LangImpl3.html > It compiles successfully with: clang++ -g -O3 toy.cpp `llvm-config
2012 Nov 08
2
[LLVMdev] llvm-config --libs failed
Thank you, now it is more clear whats going on. There is a line: /bin/sh: /home/wdanilo/dev/llvm/src/projects/Debug+Asserts/bin/llvm-config: No such file or directory but why it is searching for it in that directory? (all makefile configs, are default configs) Below, there is full output of make: >> make VERBOSE=1 for dir in lib tools; do \ if ([ ! -f $dir/Makefile ] || \ command
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