similar to: Installing opensshd on Sun Cobalt Linux, shell interpreter issue

Displaying 20 results from an estimated 600 matches similar to: "Installing opensshd on Sun Cobalt Linux, shell interpreter issue"

2006 Jan 11
3
[Bug 1144] Generated rc script for sshd forces non-existent shell.
http://bugzilla.mindrot.org/show_bug.cgi?id=1144 Summary: Generated rc script for sshd forces non-existent shell. Product: Portable OpenSSH Version: 4.2p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: bitbucket at mindrot.org
2001 Oct 17
3
Again: bugs in contrib/solaris/opensshd.in and buildpkg.sh
(Shame on me: wrong filename in last posting, now here are correct diffs) in contrib/solaris/ (openssh-SNAP-20011017.tar.gz) 1) buildpkg.sh makes wrong link for /etc/init.d/opensshd 2) /etc/init.d/opensshd has not-working killproc here my version tested on Solaris 2.4 and 8 (no pgrep with solaris 2.4, XARGS was undefined, simpler syntax) J?rg --- contrib/solaris/buildpkg.sh Fri Oct 12
2002 Jul 16
1
opensshd.in
I've had the wrong sshd daemon killed by "killing using alternate method" too many times. Would this cause anyone any grief? --- opensshd.in.old Sun Oct 21 16:42:02 2001 +++ opensshd.in Mon Jul 15 19:34:16 2002 @@ -3,11 +3,8 @@ # # Stripped PRNGd out of it for the time being. -AWK=/usr/bin/awk CAT=/usr/bin/cat KILL=/usr/bin/kill -PS=/usr/bin/ps -XARGS=/usr/bin/xargs
2002 Jan 18
5
contrib/solaris/opensshd.in patch
This patch adds the seatbelts which _only_ kill parent sshd procs... -RMallory (eg: when you ssh into a machine and pkgadd the new openssh, it will not kill your current (or anyone else's sshd session) onanother_note: the buildpkg.sh could use some exec_prefix functionality... to deal with ./configure --prefix= --exec_prefix=/usr *** bak/opensshd.in Fri Oct 19 13:36:24 2001 ---
2003 Dec 09
1
Make Fails on Cobalt Qube 2
All; I am using the cobalt Qube 2 which uses a Cobalt OS with is supposedly a RedHat Linux 4.2 variant. I can not compile the new rsync version 2.5.7 as I always fail my make with the following error: clientname.c: In function `client_addr': clientname.c:72: warning: implicit declaration of function `getnameinfo' clientname.c:73: `NI_NUMERICHOST' undeclared (first use this function)
2000 Dec 18
1
OpenSSHd: PATHs in configuration files
Dear all, is it possible to specify the default paths in the appropriate configuration of the Daemon ? If not, wouldn't it make sense to include that feature as the configuration files get parsed anyway ? What do you mean ? Kind regards, Lukas -- Lukas Ruf Swiss Federal Institute of Technology Office: ETZ-G61.2 Computer Engineering
2003 May 17
0
opensshd fd_set definition problem
Hello, I have been playing with valgrind + openssh-3.5p1 as distributed in Red Hat 9. In the report, I get this: ==1059== Invalid read of size 4 ==1059== at 0x40170B7D: vgAllRoadsLeadToRome_select (vg_intercept.c:612) ==1059== by 0x40170DF2: __select (vg_intercept.c:681) ==1059== by 0x804E4C6: (within /usr/sbin/sshd) ==1059== by 0x403DC5CC: __libc_start_main (in /lib/libc-2.3.2.so)
2002 Apr 08
1
compilation fails on Cobalt RaQ2
Configure seems to work fine with no options passed, but a make attempt fails in clientname.c: gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c clientname.c -o clientname.o clientname.c: In function `client_addr': clientname.c:55: warning: implicit declaration of function `getnameinfo' clientname.c:56: `NI_NUMERICHOST' undeclared (first use this function) clientname.c:56: (Each
2001 Aug 28
1
OpenSSHd barfs upon reauthentication: PAM, Solaris 8
We've been having trouble with OpenSSH 2.9p2, running on Solaris 8 (a domain of an E10k), with PAM authentication turned on. It intermittently crashes with signal 11 (seg fault) after the password is entered, after the MOTD is displayed, but before control is passed over to the login shell. I eventually managed to persuade sshd's child process to consistently crash, upon entry of an
2005 Aug 20
2
Asterisk(*) on a Cobalt RaQ2?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Can Asterisk(*) be installed on this and if so are the setup instructions any different? I have a client that's asking. Specs: 533Mhz, 512MB RAM, 10GB HDD, Cobalt 4 OS - -- ================================= Joshua Abbott, Support Technician http://www.successfulhosting.com/ Direct Line: PENDING Phone: (866) 494-5096 x1207 E-Fax: (419)
2002 Mar 08
2
Compiling on a Cobalt RaQ1
Hello, I've downloaded version 2.5.2 and I tried compiling that one on a Cobalt RaQ1 server (maybe anyone has heard of them, they have that neat blue front). What I want is to make the RaQ1 a remote backup server, so I thought Rsync would be usefull... The compilation did not work, it stalled trying to compile clientserver.c (or something, I cannot acces the RaQ from where I am now). There
2003 Sep 18
1
Problem building OpenSSH on Cobalt Raq2i running standard Linux
Hi everyone, I'm trying to build OpenSSH on my Cobalt Raq2i box which is running the standard Linux installation with all patches installed. I had no problems building OpenSSL v0.9.7b and it installed without problems as well. However, the OpenSSH build keeps failing at a certain point: gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I. -I/usr/local/ssl/include
2002 Jun 27
0
[Bug 311] New: Compile fails on MIPS Linux (Cobalt Raq2) - SCM_RIGHTS undeclared
http://bugzilla.mindrot.org/show_bug.cgi?id=311 Summary: Compile fails on MIPS Linux (Cobalt Raq2) - SCM_RIGHTS undeclared Product: Portable OpenSSH Version: -current Platform: MIPS OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Build system AssignedTo:
2004 Apr 24
1
SCM_RIGHTS problem with openssh-3.8p1 build on Cobalt Raq2
I saw some archived messages which I found via Google in relation to some patches which can be applied to Glibc to fix the SCM_RIGHTS problem when attempting to build openssh on a Cobalt Raq2. Is there a way to retrieve the patches which need to be applied? The list archive search website displays the actual messages which discussed the topic, but I wasn't able to view any of the attachments
2003 Jan 15
1
Newbie question - does it work with Sun Cobalt RaQ550?
Hi, I'd like to know if RSYNC work on a Sun Cobalt RaQ550. Does someone trid it? If yes, please let me know if I can take contact with you. Stephane -------------- next part -------------- HTML attachment scrubbed and removed
2003 Jan 07
0
[Bug 311] Compile fails on MIPS Linux (Cobalt Raq2) - SCM_RIGHTS undeclared
http://bugzilla.mindrot.org/show_bug.cgi?id=311 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From djm at mindrot.org 2003-01-07 18:20
2000 Dec 08
6
opensshd 2.3.0 (oBSD 2.8) ignores ME!
I have a problem I can not identify. Two firewalls with OpenBSD 2.8 sshd version OpenSSH_2.3.0 I do a ssh root at 195.84.181.91 -v SSH Version OpenSSH_2.3.0, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /etc/ssh_config debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to 195.84.181.91 [195.84.181.91] port 22. debug: Allocated
2008 Oct 24
2
Help with a sun cobalt with sendmail and centos with postfix
Hi, I have a customer with a sun cobalt running Sendmail 8.10.2/8.10.2 and we are phasing out the sun cube due to some limitations. So we have installed a new centos 5.x server. the format of our current emails are username at domain.com and the new format will be name.lastname at domain.com. We have 1600 accounts. Both server are in the LAN. The MX record that the world sees, point to our
2002 Feb 28
4
Update to solaris package creation
Can someone else from the Solaris realm that uses our package system verify that this should be done? It looks right, but I want another opinion before commiting. - Ben > On Wed, 27 Feb 2002, Antonio Navarro wrote: > >> Hi Ben, >> >> I have made some modifications to the buildpkg.sh script that is >> distributed with openssh. >> >> I am sending it to
2002 Jun 27
8
[Bug 311] Compile fails on MIPS Linux (Cobalt Raq2) - SCM_RIGHTS undeclared
http://bugzilla.mindrot.org/show_bug.cgi?id=311 ------- Additional Comments From jmknoble at pobox.com 2002-06-28 09:00 ------- What version of glibc? What's the output of the following? find /usr/include -name \*.h -follow -exec grep -l SCM_RIGHTS \{\} \; ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.