- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp problem on 11.11
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2003 08:44 AM
тАО09-15-2003 08:44 AM
ftp> ls
ftp: setsockopt (SO_RCVBUF): Invalid argument
I'm mystified as to what the differences are between the systems. We are running with the June 2003 quality pack of patches.
thanks for any help.
Marty
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2003 08:53 AM
тАО09-15-2003 08:53 AM
Re: ftp problem on 11.11
I dont think it is a problem with the ftp server as such, more with the tcpip stack in the kernel. I could be way off base here though and short of looking through the kernel set up, can't think of anything else you can try.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2003 09:28 AM
тАО09-15-2003 09:28 AM
Re: ftp problem on 11.11
Do you have the latest hp binaries for ftpd that solved the problem that the last version of wu-ftpd did not respond correctly to entries to block root ftp in the /etc/ftpusers file.
That may now be available by patch, but you should check it.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2003 09:30 AM
тАО09-15-2003 09:30 AM
Solution"tcp_recv_hiwater_def:
The maximum size for the receive window. [4096,-]
Default: 32768 bytes
This can also be thought-of as the default receive socket buffer (aka
SO_RCVBUF) size. It is used for any connection using an interface that
is NOT marked as either a "long, fat pipe" (LFP) or a "long, narrow
pipe." (LNP) Virtually all interfaces save perhaps PPP interfaces are
NOT marked as LNPs or LFPs so this is the tunable you would most
likely want to change."
Extracted from ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt
Check with ndd that value on ( the same document mentions other values ) both machines, maybe you could find something useful.
Hope this helps.
Kind regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2003 11:39 AM
тАО09-15-2003 11:39 AM
Re: ftp problem on 11.11
Marty