similar to: ssh works only as root

Displaying 20 results from an estimated 7000 matches similar to: "ssh works only as root"

2000 Mar 15
3
scp problem
On the box moni, I have rpm -q openssh openssh-1.2.1pre25-1us on the box karadi, I have rpm -q openssh openssh-1.2.3pre2-2 On moni, I do/get: scp "wierdlm at karadi:11Lecture/lecture.tex" . wierdlm at karadi.msci.memphis.edu's password: bash: scp: command not found What can be wrong? Do I have to specify the remote path to scp? (It is in $PATH for wierdlm at
2000 Mar 13
4
A few more Solaris 7 bugs in 1.2.3pre2
These are all in the port of 1.2.3pre2: - configure accepts --includedir, but doesn't seem to pass it on to the Makefile. You have to edit the Makefile manually if you have include files anywhere but /usr/include. Which is a problem because... - The Makefile doesn't include /usr/local/include by default, which is where zlib installs itself by default. Probably oughta be in there.
2000 Jan 14
1
forum to discuss problems
Please tell me where I can ask questions on ssh's use. I installed openssh on two Linux boxes, one is RedHat 6.0 the other is RedHat 6.1. I used the rpms at ftp://thermo.stat.ncsu.edu/pub/openssh-usa/ I used the us versions, and I touched no config files whatsoever. >From one machine, I have no problems connecting to the other machine, but does not work the other way around. Here are
2000 Mar 06
2
spec file
I have looked into the spec file for the openssh rpm. In the %preun stanza, I noticed that the currently running sshd is stopped only when removing the package. On the other hand, it is theoretically possible that a new version of openssh may install files which would make the old sshd misbehave. So I think, it is better to stop sshd every time the package is upgraded. Also, the %post stanza
2000 Mar 16
2
default-path
I now specified --with-default-path=/space/local/bin but when I log in to the system, I get ssh wierdlm at karadi wierdlm at karadi.msci.memphis.edu's password: Warning: Remote host denied X11 forwarding. Last login: Thu Mar 16 12:28:52 2000 from wierdlmpc.msci.m Sun Microsystems Inc. SunOS 5.6 Generic August 1997 bash: stty: command not found bash: stty: command not found bash:
2006 Oct 30
3
Why does gethostbyname_r appear to leak?
I am running a very simple multithreaded program (TestThread.C) which calls gethostbyname_r in several threads. My analysis of this program with both truss and DTrace suggest that is has a small leak. However, if I alter the program to have many more threads and run for a lot longer it never runs out of memory and does not carry on growing. Can anybody explain what I am missing in my analysis or
2000 Mar 10
2
problems running configure
I am trying to run the configure script under SuSE 6.3 and get the same error message that others have seen being unable to find working openssl libraries. I tried the patch to configure.in suggested in this list but it did not solve my problem. openssl(latest version) compiled and installed with no problems in /usr/local/ssl. I then installed the ssl mods for apache and the compilation,
2001 Jan 29
2
list address
Hi, I must have missed something; it seems that all messages sent to the ssh list get forwarded to the openssh list. Thx Mate -- --- Mate Wierdl | Dept. of Math. Sciences | University of Memphis
2008 Jan 30
2
Truning on pid$target probes hangs Solaris
Hi: I''m running Indiana (OpenSolaris developer preview) under parallels in OS X 10.5.1. I can consistently get Solaris to hang. Doing a dtrace -n pid\$target::malloc:entry''{@=count()}'' -c ls will consistently hang Solaris. Basically doing anything with PID provider with the -c option seems to hangs Solaris. Only way to recover is to stop and start Parallels desktop.
2015 Apr 05
2
nutdrv_qx hangs after send: QS
On Apr 4, 2015, at 8:53 PM, Richard Flint <richard.flint at gmail.com> wrote: > I have used the truss command as directed. I have attached both the driver output and the last few sections of truss output leading to the hang. Both outputs end at the CTRL+C i pressed when i was forced to end the processes. > > Hope this is helpful. Please bear with me if i didn't run it with the
2005 Feb 07
1
install RMySQL
Hi, I've got a Dual G5 running 10.3.7 and I'm trying to install RMySQL. I've already got R up and running. When I try the command > install.packages("RMySQL") It downloads a few things and then produces the following error: --------------------------- Configuration error: Could not locate the library "libz" required by MySQL. INSTRUCTIONS: The
2009 Feb 04
4
5.1p1 and X11 forwarding failing
I'm really scratching my head on this one. The server is running OpenSSH 5.1p1 on Solaris 9. The authentication is via PAM if that matters. # grep X11 sshd_config | sed '/^#/D' X11Forwarding yes X11DisplayOffset 10 X11UseLocalhost yes # Now I attach to my 'master' sshd and follow all children to look for any evidence of "DISPLAY": # truss -f -a -e -p 14923
2006 Feb 11
2
zlib error
Hiya, just trying to install a game (warsow). Error received while running is " error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory" ldd wsw_server linux-gate.so.1 => (0xffffe000) libdl.so.2 => /lib/libdl.so.2 (0xf7ff2000) libm.so.6 => /lib/tls/libm.so.6 (0xf7fcf000) libc.so.6 =>
2008 Sep 10
2
Re: configure does not detect libfreetype
I have exactly the same error on my debian lenny amd64 machine. Other stuff (e.g. pidgin or alsa-drivers) was configured and compiled without errors, but wine can't detect freetype properly... here's the part of my config.log where configure seems to run into problems: Code: configure:13834: gcc -m32 -o conftest -g -O2 conftest.c -lfreetype -lfreetype -lz >&5 /usr/bin/ld:
2003 Jun 13
7
sshd refusing connections problem
We have been having a problem with sshd on our shell server. This has been happening since March 4, 2003 or before IIRC. Initially I thought the next OS upgrade, to 4.8 would fix this. I am accustomed to haveing little things go away in a month or two. I think we jumped to 4.7-STABLE on Feb 28, 2003. Some exploit fix wasn't being MFSd to RELENG_4_7 fast enough for my nerves (cvsd?). It
2005 Sep 11
8
DTrace vs truss
G''Day Folks, I''ve finally typed up my classic DTrace demo, which I use to introduce people to DTrace (I delivered this at SOSUG#1), http://www.brendangregg.com/DTrace/dtracevstruss.html Here I create a fault and show the difficulty in analysing it using previous tools. Then I compare the impact of analysing the problem using both DTrace and truss. DTrace wins (a lot!).
2000 Mar 07
2
rsaref usage
First, when I tried to start sshd, I got the message Starting sshd: ssh-keygen: no RSA support in libssl and libcrypto. See ssl(8). sshd: no RSA support in libssl and libcrypto -- exiting. See ssl(8) no RSA support in libssl and libcrypto -- exiting. See ssl(8) So I thought I have to recompile openssl with rsaref flag to config. When I did that, I got compilation error (this is version 0.9.5
2007 Jul 30
1
Performance problem with utime() on Solaris 8
To all: While updating our Samba installation from 2.2.5 to 3.0.25b, I found that Samba's performance was severely degraded. A 1 gig test file with random text in it would take about 2:15 to copy using the old 2.2.5 smbd, but the same file would take 5-6 minutes to copy with a freshly compiled version. I ran truss on smbd while the file copy was taking place, and found that the utime()
2003 Sep 26
2
OpenSSH 3.7.1p1
Hi, RE: OPenSSH Problems I created a package for OpenSSH 3.7.1p1 (by using openssl-0.9.7b and zlib-1.1.4). We are trying to deploy the created package in all of our servers, which is already installed different versions of OpenSSH and SSH. I was successful for few servers. In one of our server after doing pkgadd and when i am trying to generate keys i am getting the following errors.
2007 Jan 02
1
RMySQL adn FC6 - install fail
Dear anybody I am running Fedora Core 6 with the latest version of R. When I try to install the package RMySQL I get this message: * Installing *source* package 'RMySQL' ... creating cache ./config.cache checking how to run the C preprocessor... /lib/cpp checking for compress in -lz... no checking for getopt_long in -lc... no checking for