Problem starting sshd on AIX


 
Thread Tools Search this Thread
Operating Systems AIX Problem starting sshd on AIX
# 1  
Old 08-10-2006
Problem starting sshd on AIX

I just installed SSH on an AIX machine:

Code:
> lslpp -l openssh.base.server
  Fileset                      Level  State      Description
  ----------------------------------------------------------------------------
Path: /usr/lib/objrepos
  openssh.base.server     4.1.0.5301  COMMITTED  Open Secure Shell Server

Path: /etc/objrepos
  openssh.base.server     4.1.0.5301  COMMITTED  Open Secure Shell Server

But when I try and start it, I get the following:

Code:
> /usr/sbin/sshd -d
exec(): 0509-036 Cannot load program /usr/sbin/sshd because of the following errors:
        0509-130 Symbol resolution failed for sshd because:
        0509-136   Symbol __fd_select (number 84) is not exported from
                   dependent module /usr/lib/libc.a(shr.o).
        0509-192 Examine .loader section symbols with the
                 'dump -Tv' command.

Any idea what's going on?

outta
# 2  
Old 08-16-2006
Did you try startsrc -s sshd or did you actually run the /usr/sbin/sshd -d
command. Try running the startsrc command.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

AIX pam ssh/sshd configuration not allowing sed or awk

This is a weird problem. Following is my code. /opt/quest/bin/vastool configure pam sshd /opt/quest/bin/vastool configure pam ssh cat /etc/pam.conf | \ awk '$1=="ssh"||$1=="sshd"||$1=="emagent"{sub("prohibit","aix",$NF);}1' OFS='\t' > /etc/pam.conf cat /etc/ssh/sshd_config | \ sed -e... (2 Replies)
Discussion started by: pjeedu2247
2 Replies

2. AIX

Blocking/starting a Port in AIX 6.1

Hello Team, We are having weblogic which running on AIX 6.1 Lpar machine. We not enabled any firewall(IPSEC) in AIX level. Our weblogic is running on cluster.Whenever we stop/restart the cluster we would like to stop/start the port(by using command) which used by the weblogic. Please... (2 Replies)
Discussion started by: gowthamakanthan
2 Replies

3. AIX

sshd autostart problem

Hello, AIX 6.1 sshd worked fine. Then I upgraded my AIX from 6100-02-04-0920 to 6100-03-10-1119 successfully(no errors, nothing unusual). After reboot sshd was not started, 3 errors in errpt: # lssrc -s sshd Subsystem Group PID Status sshd ssh ... (0 Replies)
Discussion started by: vilius
0 Replies

4. HP-UX

Problem with starting

Dear all Once i try to change some configuration files for internet connections and after that i have problem to start the system. it get to at logo of HP UX and repeat the same starting procedure all the time. What can i do here? I am beginner at HP UX. (1 Reply)
Discussion started by: panoupanou
1 Replies

5. Solaris

Session starting problem

When i start a CDE session on Solaris 9 it starts the Gnome desktop for like five minutes with nothing on the screen except the background then it enters the CDE environment and when I enter (new session) Gnome environment it takes 5 to 10 minutes then the session starts so I wounder why it... (8 Replies)
Discussion started by: darkman
8 Replies

6. AIX

Service starting Problem

Dear All, When i am start the service netd i am facing the problem 0513-015 The inetd Subsystem could not be started Please check subsystem resources and try again later. please suggest me. It is urgent (1 Reply)
Discussion started by: pernasivam
1 Replies

7. Solaris

Problem Starting CDE

hi, I have installed Solaris 10 from dvd. I have a 1.8GHz processor and 512mb RAM. When I start it, a message is displayed that Xserver cannot be initialised. Please tell me how to start computer in GUI mode, because it logs me into console mode. Regards Rochit (4 Replies)
Discussion started by: rochitsharma
4 Replies

8. AIX

error while starting SSH on AIX

Hi all while giving command ssh start i am getting following error exec(): 0509-036 Cannot load program ssh because of the following errors: 0509-150 Dependent module /opt/freeware/lib/libcrypto.a(libcrypto.so.0.9.7) could not be loaded. 0509-152 Member... (4 Replies)
Discussion started by: kmalla
4 Replies

9. 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

10. UNIX for Dummies Questions & Answers

Starting sshd error messages SCO 5.0.6 openserver

Hi guys i'm trying to start sshd by doing this "/usr/local/sbin/sshd &" i'm getting this messages # This platform does not support both privilege separation and compression Compression disabled I loaded this 3 files 1-zlib- 1.1.40-vols... (2 Replies)
Discussion started by: josramon
2 Replies
Login or Register to Ask a Question