FTP not working Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris FTP not working Solaris 10
# 8  
Old 06-11-2012
Try restarting inetd:
Code:
svcadm restart inetd

Also post:
Code:
tail /var/svc/log/network-inetd:default.log

# 9  
Old 06-11-2012
i didn't work as well

the svcadm restart inetd didn't really restart the service, it is online since 2011 and nothing new in the inetd log (last entry since may 2011)
# 10  
Old 06-11-2012
Is this a production system? You can try killing inetd manually:
Code:
pkill inetd

SMF should start is automatically.
# 11  
Old 06-11-2012
it is production, which services would be impacted if inetd doesn't recover?
# 12  
Old 06-11-2012
Those:
Code:
inetadm | grep online

# 13  
Old 06-11-2012
Do you get an error message?
Are there any accounts listed in /etc/ftpusers ?
# 14  
Old 06-12-2012
restart don't throw any errors.

Trying FTP just don't give any response, the session hangs and I have to break using ctrl+c

what is the risk when killing inted? we can't restart the server if inetd didn't recover? also is there risk to file system?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

FTP script not working

Hi, I have one FTP script which simply sends the file to target server via netrc.it used to work as normal for years.recently target server IP got changed , same has been updated in .netrc but unable to connect it via FTP though netwrk guys already opened the port 21,20 and 22 . NETRC... (7 Replies)
Discussion started by: Riverstone
7 Replies

2. Red Hat

Working with FTP

Hi all, i am using fedora 11,and want to make my system as ftp server. I have installed vsftp package and vsftpd daemon is also running. Can i access my files from outer world i.e. internet using ftp? How can i do that? i started vsftpd daemon and tried to access server from other system like... (2 Replies)
Discussion started by: yashwantkumar
2 Replies

3. Linux

FTP not working under Linux but working under any other OS ??? Very strange

Dear all, I am totally despaired and puzzled. Using Filezilla under Windows under the same network as our Linux servers is working. Using FTP command-line client under any of our Linux debian servers is not working ! I tried with different FTP servers -> same problem ! All commands are... (12 Replies)
Discussion started by: magix_ch
12 Replies

4. UNIX for Dummies Questions & Answers

FTP not working, need some help

I am trying to set up an account for a user on our network to ftp into and access his folder for his web site. I have been tossed into the previous web hosting server without really knowing much about how it has or is set up, but I've been following most of the tutorials I have seen around the... (0 Replies)
Discussion started by: nlraley
0 Replies

5. Shell Programming and Scripting

why the mv is not working in an FTP

Why when I mv $UpLoadFileName supfinaid.DSB does not work, it is getting the $UpLoadFileName and it is moving it to the right location, but not the move, Let me know if you want to see the all script, I just want to rename $UpLoadFileName, it is moving $UpLoadFileName to the right... (6 Replies)
Discussion started by: rechever
6 Replies

6. AIX

FTP is not working

Upto last month my script was working fine, Now I am getting following error, any one help me? Tcl_Init failed: Can't find a usable init.tcl in the following directories: /usr/local/lib/tcl8.0 ./lib/tcl8.0 ./tcl8.0/library ./library This probably means that Tcl wasn't installed... (0 Replies)
Discussion started by: redlotus72
0 Replies

7. Shell Programming and Scripting

FTP script to FTP file to UNIX - Solaris

Hello, A couple of times per week, i receive emails notifications when files are available for processing. Currently i read these eamails with a java program and store the attachement on my C: drive and would now like to generate a PC script to send this file name up to UNIX-Solaris and... (3 Replies)
Discussion started by: bobk544
3 Replies

8. Cybersecurity

FTP is not working.

Hi, I'm getting the following error while trying to use the ftp command. ---------------- 331 Password required for prodofsa. Password: 230 User prodofsa logged in. ftp> ftp> ftp> ftp> ls 200 PORT command successful. 425 Can't build data connection: Connection timed out. ftp>... (10 Replies)
Discussion started by: ronald_brayan
10 Replies

9. Shell Programming and Scripting

FTP script not working

hi I have made d below ftp script but the last part of script ie. moving the files after transfer (to a location in the source server only) is not working for me. Can anybody pls..help.in same..!!! ####################################################### #!/bin/sh ftp -n 10.209.13.11... (2 Replies)
Discussion started by: rookie250
2 Replies

10. Linux

FTP Lgin is not working

Iam tryingto login into my Enterprise Linux 4 server, which has gssftp running on it but from the client side it is not loging in the user which I have made in Linux and it is not logging in with anonymous I don't know the p/w for anonymous user. How should I make the user or which file has to be... (1 Reply)
Discussion started by: omair_ilyas
1 Replies
Login or Register to Ask a Question