View Single Post
  #3   (View Single Post)  
Old 5th June 2013
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Hi. I'm sorry you're having trouble. Unfortunately, it isn't clear from your post what hardware and software you're running. And while I may not be able to solve your problem, I can't provide any insights into possible root causes, solutions, or circumventions without more information. The questions that immediately come to mind are:
  1. What version/flavor of OpenBSD are you running?
  2. What architecture are you using?
  3. What NIC hardware is in use?
  4. Which ftp client are you using from the shell? The built-in ftp(1)?
  5. If the external storage is NAS-attached as described, why are you using FTP instead of NFS or SMB/CIFS?
  6. Have you set the ddb.console sysctl to permit keyboard entry into ddb(4) during a hang? If so, when in a console rather than X, have you been able to enter ddb with the keyboard sequence that is applicable to your architecture?
  7. Have you inspected /var/log/messages for any possible hints in logged messages about the problem, such as exhausting mbufs?
  8. Have you run netstat(8) with the -m, -i, or -s options during transfers to watch for network related problems as the transfers are in progress?
A dmesg would answer the first three questions.
Reply With Quote