cURL / Mailing Lists / curl-library / Single Mail

curl-library

Empty error message "Error setting curl:"

From: Brilliantov Kirill Vladimirovich <brilliantov_at_byterg.ru>
Date: Fri, 08 Feb 2013 14:30:31 +0400

Hello!
I have to write files from ARM-based board on FTP, for this I think use
curlftpfs, I download and crosscompile curlftpfs-0.9.2, curl-7.29.0,
fuse-2.9.2 and it depends.

I can download file from board to server:
./curl -iT stream0_01.avi -u user:passwd ftp://192.168.255.1
% Total % Received % Xferd Average Speed Time Time Time
Current Dload Upload Total Spent
   Left Speed 100 136k 0 0 100 136k 0 51290 0:00:02
0:00:02 --:--:-- 51354

Unfortunally when I try mount FTP I get only empy message about curl
setting:
curlftpfs 192.168.255.1 -dv -o user=user:passwd /mnt/ftp
Error setting curl:

With debug options I not get additional information:
curlftpfs -fv -o debug,ftpfs_debug=3,user=user:passwd 192.168.255.1 /mnt/ftp
Error setting curl:

Strace output:
............
mprotect(0x20000, 4096, PROT_READ) = 0
mprotect(0x2aace000, 4096, PROT_READ) = 0
epoll_wait(0x2aac9bc8, 0x7ed51e44, 0x7ed51e60, 0x2aaca020) = 1157
ipc_subcall(0x2aac9bd0, 0xc, 0x2aac9bec, 0xffffffec) = 0
futex(0x7ed51dcc, 0x189 /* FUTEX_??? */, 1) = -1 EAGAIN (Resource
temporarily unavailable)
rt_sigaction(SIGRTMIN, {0x2ae492b0, [], SA_SIGINFO|0x4000000}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x2ae49150, [], SA_RESTART|SA_SIGINFO|0x4000000},
NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
gettimeofday({93, 996377}, NULL) = 0
brk(0) = 0x23000
brk(0x44000) = 0x44000
write(2, "Error setting curl: \n", 21Error setting curl:
) = 21
io_submit(0x1, 0x93370, 0x8 <unfinished ... exit status 1>
Process 1157 detached

Curl configuration parameters:
./configure --prefix=/usr --host=arm-fsl-linux-gnueabi --disable-http
--disable-file --disable-ldap --disable-ldaps --disable-rtsp
--disable-proxy --disable-dict --disable-telnet --disable-tftp
--disable-pop3 --disable-imap --disable-smtp --disable-gopher
--disable-manual --disable-libcurl-option --disable-ipv6
--disable-verbose --disable-sspi --disable-crypto-auth --disable-ntlm-wb
--disable-tls-srp --disable-cookies --disable-soname-bump
--with-zlib=/opt/IMX53/ltib/rpm/BUILD/zlib-1.2.3 --without-winssl
--without-darwinssl --without-ssl --without-gnutls --without-cyassl
--without-nss --without-axtls --without-ca-path --without-libmetalink
--without-libssh2 --without-librtmp --without-winidn --without-libidn
CC=/opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-gcc

Yes, this is problem with curlftpfs, but may be you help me increase
curl output?

Thank you and excuse me for my bad english.

-- 
Best regards,
Brilliantov Kirill Vladimirovich
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2013-02-08