Sponsored Content
Full Discussion: sshd not able to restart
Operating Systems Solaris sshd not able to restart Post 302540961 by beginningDBA on Friday 22nd of July 2011 04:47:38 AM
Old 07-22-2011
Hi, i get

Code:
# pkgadd -d /mnt/Product SUNWsshdr

Processing package instance <SUNWsshdr> from </mnt/Product>

SSH Server, (Root)
(sparc) 11.10.0,REV=2005.01.21.15.53
# ident "@(#)copyright  1.4     04/06/22 SMI"
Portions of code copyright by the following authors:

Copyright (c) 1992 Tatu Ylonen, Espoo, Finland
Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina.
Copyright (c) 1998 Free Software Foundation, Inc.                        *
Copyright (c) 1999-2004 Markus Friedl.  All rights reserved.
Copyright (c) 1999-2004 Damien Miller.  All rights reserved.
Copyright (c) 2000 Andre Lucas.  All rights reserved.
Copyright (c) 2000 Corinna Vinschen <vinschen@cygnus.com>, Duisburg, Germany
Copyright (c) 2000-2004 Niels Provos.  All rights reserved.

Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </> as the package base directory.
## Processing package information.
## Processing system information.
WARNING: /lib <no longer a symbolic link>
   2 package pathnames are already properly installed.
## Verifying package dependencies.
WARNING:
    The <SUNWcakr> package "Core Solaris Kernel
    Architecture (Root)" is a prerequisite package and
    should be installed.
WARNING:
    The <SUNWckr> package "Core Solaris Kernel (Root)" is a
    prerequisite package and should be installed.
WARNING:
    The <SUNWcnetr> package "Core Solaris Network
    Infrastructure (Root)" is a prerequisite package and
    should be installed.

Do you want to continue with the installation of <SUNWsshdr> [y,n,?]

Code:
pkgadd -d /mnt/Product SUNWcakr
pkgadd: ERROR: no package associated with <SUNWcakr>

Do i install anyway? Or i have to try to find all the prerequisite package?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

sshd

i just downloaded and installed succesfully openssh server, and am running it on netbsd 1.5, i can not login with anyuser, i enabled root login just to see what happens and i can login as root, but no other user, i checked my config and most things are default, whats going on? has any one else had... (2 Replies)
Discussion started by: norsk hedensk
2 Replies

2. AIX

sshd restart

need some clarification: if i ssh to the server & i restart the sshd process, did my connection gone? one more thing, there are a few sshd processes in aix, how do i restart it all to read new config? using HUP? thanks in advance! (2 Replies)
Discussion started by: ashterix
2 Replies

3. AIX

It helps in the sshd on sshd.log

Friends, I made the installation of the ssh in the it conspires, I configured in the ssh_config the following parameters.. SyslogFacility AUTH LogLevel INFO that should generate sshd.log in the /var/log.... more no this generating. Somebody could help myself in... (0 Replies)
Discussion started by: sandba
0 Replies

4. UNIX for Dummies Questions & Answers

sshd question

Can someone tell me the difference between the (2) listed below: oracle pts/1 ip1 May1 7:11 9:11 oracle sshd ip1 May1 7:11 8:22 How do I read the above information, the fact that the row for pts/1 has a longer time duration than the row for sshd. Why is the... (2 Replies)
Discussion started by: banyan
2 Replies

5. AIX

SSHD does not start

I installed OpenSSH on AIX 5.1 but when I try to start it, it says: bash-2.05a# /usr/sbin/sshd bash-2.05a# bash-2.05a# tail /var/adm/syslog.out Jan 8 11:52:22 xyz sshd: fatal: Cannot bind any address. :confused: (31 Replies)
Discussion started by: untamed
31 Replies

6. Solaris

no sshd log

My ssh log appear to the screen which i want it to be log to /var/log/sshd.log how to log the sshd to /var/log? (5 Replies)
Discussion started by: hezry79
5 Replies

7. Solaris

sshd and AcceptEnv setting

Hello, On Linux the /etc/ssh/sshd_config has the "AcceptEnv" parameter which allows to "push" environment setting to a ssh session. For example, when I set in sshd_conf AcceptEnv BLAHI can then ssh to the server using: user@client~$ export BLAH=hello user@client~$ ssh server -o SendEnv=BLAH ... (2 Replies)
Discussion started by: RobertFord
2 Replies

8. Solaris

Doubt, sshd restart kills the session on Solaris 8,9,10

Hi Everyone, I am just curious, if sshd service is restarted on these OS Solaris 8,9,10 remotely will the session expires?? . I knew we can restart sshd in solaris 10 that will no effect any current session please suggest for 8,9 Thanks, (2 Replies)
Discussion started by: bobby320
2 Replies

9. Solaris

sshd and loginlog

I have shamelessly tried all the possible ways to see if my /var/adm/loginlog logs user access entries for ssh but nothing has worked for me so far..:confused: for telnet login its working fine. Adding auth.info in syslog.conf works but i dont want that output. Is there any way to edit... (2 Replies)
Discussion started by: ningy
2 Replies

10. Red Hat

Sshd - error

Hi, Do you know what cause the error message ? Nov 19 13:42:19 cfsasnd02 sshd: pam_env(sshd:setcred): non-alphanumeric key '-- /etc/environment' in /etc/environment', ignoring Nov 19 13:42:20 cfsasnd02 sshd: pam_env(sshd:setcred): non-alphanumeric key '-- /etc/environment' in... (0 Replies)
Discussion started by: xitrum
0 Replies
depend(4)                                                          File Formats                                                          depend(4)

NAME
depend - software dependencies file DESCRIPTION
depend is an ASCII file used to specify information concerning software dependencies for a particular package. The file is created by a software developer. Each entry in the depend file describes a single software package. The instance of the package is described after the entry line by giving the package architecture and/or version. The format of each entry and subsequent instance definition is: type pkg name (arch)version (arch)version ... The fields are: type Defines the dependency type. Must be one of the following characters: P Indicates a prerequisite for installation; for example, the referenced package or versions must be installed. I Implies that the existence of the indicated package or version is incompatible. R Indicates a reverse dependency. Instead of defining the package's own dependencies, this designates that another package depends on this one. This type should be used only when an old package does not have a depend file, but relies on the newer package nonetheless. Therefore, the present package should not be removed if the designated old package is still on the system since, if it is removed, the old package will no longer work. pkg Indicates the package abbreviation. name Specifies the full package name. (arch)version Specifies a particular instance of the software. A version name cannot begin with a left parenthesis. The instance specifi- cations, both (arch) and version, are completely optional, but each (arch)version pair must begin on a new line that begins with white space. A null version set equates to any version of the indicated package. EXAMPLES
Example 1: Sample of depend file Here are the contents of a sample depend file, for the SUNWftpr (FTP Server) package, stored in /var/sadm/pkg/SUNWftpr/install: P SUNWcar Core Architecture, (Root) P SUNWkvm Core Architecture, (Kvm) P SUNWcsr Core Solaris, (Root) P SUNWcsu Core Solaris, (Usr) P SUNWcsd Core Solaris Devices P SUNWcsl Core Solaris Libraries R SUNWftpu FTP Server, (Usr) SEE ALSO
pkginfo(4) Application Packaging Developer's Guide SunOS 5.10 4 Oct 1996 depend(4)
All times are GMT -4. The time now is 07:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy