TFTP testing in 0.44?
Status: Alpha
Brought to you by:
coroberti
From: Matt B. <ma...@mo...> - 2008-06-17 14:00:27
|
Hiya Chaps, Have got 0.44 installed on ubuntu: CURL-LOADER VERSION: 0.44 HW DETAILS: CPU/S and memory are must: processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 1 model name : Intel(R) Pentium(R) 4 CPU 1.60GHz stepping : 2 cpu MHz : 1594.868 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm up bogomips : 3192.41 clflush size : 64 MemTotal: 385424 kB MemFree: 90396 kB Buffers: 23284 kB Cached: 194608 kB SwapCached: 0 kB Active: 119280 kB Inactive: 136772 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 385424 kB LowFree: 90396 kB SwapTotal: 1124508 kB SwapFree: 1124336 kB Dirty: 32 kB Writeback: 0 kB AnonPages: 38176 kB Mapped: 16184 kB Slab: 33252 kB SReclaimable: 24636 kB SUnreclaim: 8616 kB PageTables: 1392 kB NFS_Unstable: 0 kB Bounce: 0 kB CommitLimit: 1317220 kB Committed_AS: 234236 kB VmallocTotal: 643064 kB VmallocUsed: 3436 kB VmallocChunk: 639568 kB LINUX DISTRIBUTION and KERNEL (uname -r): 2.6.20-16-server GCC VERSION (gcc -v): Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4) COMPILATION AND MAKING OPTIONS (if defaults changed): COMMAND-LINE: curl-loader -v -d -f tftp.conf CONFIGURATION-FILE (The most common source of problems): Place the file inline here: ########### GENERAL SECTION ################################ BATCH_NAME= tftp CLIENTS_NUM_MAX= 1 INTERFACE = eth0 NETMASK= 29 IP_ADDR_MIN= 81.187.76.229 IP_ADDR_MAX= 81.187.76.229 #Actually - this is for self-control CYCLES_NUM= 1 URLS_NUM = 1 ########### URL SECTION #################################### URL=tftp://81.103.222.46/test FRESH_CONNECT=1 # At least my proftpd has problems with connection re-use TIMER_URL_COMPLETION = 0 # In msec. When positive, Now it is enforced by cancelling url fetch on timeout TIMER_AFTER_URL_SLEEP =3000 DOES THE PROBLEM AFFECT: COMPILATION? No LINKING? No EXECUTION? No OTHER (please specify)? Have you run $make cleanall prior to $make ? Yes DESCRIPTION: 0 1 (81.187.76.229) :== Info: About to connect() to 81.103.222.46 port 69 (#0) : eff-url: , url: Trying 81.103.222.46... 0 1 (81.187.76.229) :== Info: Trying 81.103.222.46... : eff-url: , url: Bind local address to 81.187.76.229 0 1 (81.187.76.229) :== Info: Bind local address to 81.187.76.229 : eff-url: , url: Local port: 36467 0 1 (81.187.76.229) :== Info: Local port: 36467 : eff-url: , url: connected 0 1 (81.187.76.229) :== Info: connected : eff-url: , url: Connected to 81.103.222.46 (81.103.222.46) port 69 (#0) 0 1 (81.187.76.229) :== Info: Connected to 81.103.222.46 (81.103.222.46) port 69 (#0) : eff-url: , url: set timeouts for state 0; Total 5, retry 1 maxtry 3 0 1 (81.187.76.229) :== Info: set timeouts for state 0; Total 5, retry 1 maxtry 3 : eff-url: , url: bind() failed; Invalid argument 0 1 (81.187.76.229) !! ERROR: bind() failed; Invalid argument : eff-url: , url: Expire cleared 0 1 (81.187.76.229) :== Info: Expire cleared : eff-url: , url: Closing connection #0 0 1 (81.187.76.229) :== Info: Closing connection #0 : eff-url: , url: QUESTION/ SUGGESTION/ PATCH: Am seeing the bind() failed constantly, just wondered if tftp is supported or not, the main page suggests that it is but with some patch or tweak.. ? Any info would be appreciated, I need to test a new tftp server setup and this looks like just the ticket if it would work! Cheers, Matt -- -- Matt ma...@ma... |