[Solved] Solaris 10 - Ftp Login incorrect


 
Thread Tools Search this Thread
Operating Systems Solaris [Solved] Solaris 10 - Ftp Login incorrect
# 1  
Old 12-10-2010
[Solved] Solaris 10 - Ftp Login incorrect

Hey everyone,
I am trying to get a 2GB patch cluster FTP'd to a solaris 10 server. I have tried logging in via ftp, and both with root as well as my personal account, I get "Login Incorrect." I have verified that I can log in using telnet.

Code:
-bash-3.00$ netstat -a |grep ftp
      *.ftp                *.*                0      0 49152      0 LISTEN
      *.ftp                *.*                0      0 49152      0 LISTEN

Both users are removed from /etc/ftpd/ftpusers.

Any help would be appreciated. Please note I am a complete newbie with solaris. Thanks!
# 2  
Old 12-10-2010
Use scp.
This User Gave Thanks to System Shock For This Post:
# 3  
Old 12-10-2010
Due to a vendor constraint SSH/SCP aren't installed. FTP is only being used to get the files there; the vendor software installs their supported version of SSH/SCP.
# 4  
Old 12-10-2010
Quote:
Originally Posted by msarro
Due to a vendor constraint SSH/SCP aren't installed. FTP is only being used to get the files there; the vendor software installs their supported version of SSH/SCP.
Smilie

Do you have root access? If so /bin/su to root and run
Code:
# pkill -1 ftpd  # <== that is pkill dash one ftpd

This will reset the ftp daemon. Then try to ftp the file over to the Solaris 10 system.

HTH
This User Gave Thanks to bluescreen For This Post:
# 5  
Old 12-10-2010
Still no dice. I am getting very close to going at this server with a sledge hammer at this point. I burnt the files to a DVD and vold isn't recognizing them. So damn annoying not having ssh/scp.
# 6  
Old 12-10-2010
Maybe you can reverse it. Telnet into the server, run commandline FTP to download the files from somewhere.
This User Gave Thanks to Corona688 For This Post:
# 7  
Old 12-10-2010
Quote:
Originally Posted by msarro
Due to a vendor constraint SSH/SCP aren't installed. FTP is only being used to get the files there; the vendor software installs their supported version of SSH/SCP.
wow... out of curiosity, which vendor is this?

Anyway, can you do nfs mounts?
This User Gave Thanks to System Shock For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SuSE

530 Login incorrect

Hi I upgraded my Suse linux server and installed a complete new server with suse ver 11. I copied the passwd and shadow files from the old Suse 10 to the new Suse 11 server (/etc) Now I get "530 Login incorrect" error when I try to FTP into an account with correct username and password. Can... (1 Reply)
Discussion started by: Tony.Marshall
1 Replies

2. UNIX for Dummies Questions & Answers

[SOLVED] Field $() is incorrect 'what does it mean'

I am creating (or trying to) an awk script to retrieve various data from an input file and output the data in a different format. I think it is self explanatory what I am attempting but I getting the error Field $() isincorrect when I reun it using awk -f file.awk inputfile #!/bin/awk -f... (3 Replies)
Discussion started by: Bruble
3 Replies

3. UNIX for Dummies Questions & Answers

remshd: Login incorrect.

Hi, i am trying to do a RCP from a reality environment machine to a unix directory and coming up with the error remshd: Login incorrect. Any ideas? Thanks (2 Replies)
Discussion started by: Jtyreman
2 Replies

4. Solaris

opensolrias : login incorrect in intalation?

Well I use OpenSolaris about 6 months until all traquilo ai ... OpenSolaris is a partitioned HD but only have OpenSolaris. the other partition is empty. Oh for some reason the personal I would WINDOWS installing xp then did the normal installation of windows and made a NTFS partition on that HD... (2 Replies)
Discussion started by: Hyagosallet
2 Replies

5. UNIX for Dummies Questions & Answers

I want to change login failure message, "login incorrect"

I want to change login failure message, "login incorrect" deny user login for user id tom sudo passwd -l tom type username and type password on login prompt and then it will display login failure message "login incorrect" console ############ login: tom password: login incorrect... (2 Replies)
Discussion started by: lifegeek
2 Replies

6. Solaris

Incorrect login NIS?

Hello, I have an issue with a NIS client station on my network. I can't log onto with any NIS login and it prompt "Login incorrectl please try again". My others stations work correctly and log on without problem. This station worked correctly before yesterday, but yesterday we've got a power... (5 Replies)
Discussion started by: Juterassee
5 Replies

7. UNIX for Dummies Questions & Answers

Blocking FTP login at Solaris

Hi, We have an application which runs on telnet port, application structure is file based, we have to give write permissions to all the users to all files so that they can work on the system. Recently we have noticed that all ordinary users can login through ftp and delete any file (... (7 Replies)
Discussion started by: nervous
7 Replies

8. UNIX for Dummies Questions & Answers

login incorrect

Hi to all, I get a problem when i tried to modifie the password of the root,but thi s the message i have on root password,even i put the old password i have the same message "password has expired, you are allowed to entry by daemon"Could any one give me any suggestion to solve the problem?... (2 Replies)
Discussion started by: espace1000
2 Replies

9. Red Hat

Login Incorrect

I have rebooted my box (Redhat Linux) and the system is back online now, but Iam unable to login via ssh for all the users including root, it says "Login Incorrect". I am pretty sure the username/password is correct.May be the password or the shadow file is corrupted ??? How do i login to the... (6 Replies)
Discussion started by: sydney2008
6 Replies

10. Solaris

Solaris 9 slow login thru ssh & ftp

When I ssh to my box, an Ultra 5. I get prompted for password immediately. I enter it and have to wait sometimes a full minute for it to prompt for a password. The same thing happens when i try to ftp to the box, it will say connected, but it takes forever to prompt for password, and... (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies
Login or Register to Ask a Question