cURL / Mailing Lists / curl-users / Single Mail

curl-users

AW: curl-users Digest, Vol 80, Issue 12

From: Chenevard Alfredo <alfredo.chenevard_at_axa-tech.com>
Date: Wed, 18 Apr 2012 08:43:43 +0200

-----Ursprüngliche Nachricht-----
Von: curl-users-bounces_at_cool.haxx.se [mailto:curl-users-bounces_at_cool.haxx.se] Im Auftrag von curl-users-request_at_cool.haxx.se
Gesendet: Dienstag, 17. April 2012 12:00
An: curl-users_at_cool.haxx.se
Betreff: curl-users Digest, Vol 80, Issue 12

Send curl-users mailing list submissions to
        curl-users_at_cool.haxx.se

To subscribe or unsubscribe via the World Wide Web, visit
        http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
or, via email, send a message with subject or body 'help' to
        curl-users-request_at_cool.haxx.se

You can reach the person managing the list at
        curl-users-owner_at_cool.haxx.se

When replying, please edit your Subject line so it is more specific
than "Re: Contents of curl-users digest..."

Today's Topics:

   1. Re: setup_once.h conflict on AIX5.2
      (curl.bullrunner_at_spamgourmet.com)
   2. Re: Program goes into infinite state. (gokhansengun_at_gmail.com)
   3. Re: SFTP : Problem with special character # on target file
      (Daniel Stenberg)
   4. Re: setup_once.h conflict on AIX5.2 (Yang Tse)

----------------------------------------------------------------------

Message: 1
Date: Mon, 16 Apr 2012 12:38:33 +0200
From: curl.bullrunner_at_spamgourmet.com
To: curl-users_at_cool.haxx.se
Subject: Re: setup_once.h conflict on AIX5.2
Message-ID:
        <CA+rWwgPzPJjivcZX8eqxmkCqrJ6oxrAZfHH7TsOXip=A7f0Y3g_at_mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

On Sat, Apr 14, 2012 at 4:02 PM, Yang Tse -
yangsita_at_gmail.com<+curl+bullrunner+630270026d.yangsita#
gmail.com_at_spamgourmet.com> wrote:
> Does this fix it for you, or do you still get some extra 'fun'.

I suppose you could call this some extra 'fun' ;-)
libtool: compile: cc -qlanglvl=ansi -DHAVE_CONFIG_H -I../include/curl
-I../include -I../include -I../lib -I../lib -qthreaded -qnoansialias
-qhalt=e -O2 -I/usr/local/ssl/include -I/usr/local/ssl/include/openssl
-I/usr/local/include -c -M progress.c -DPIC -o .libs/progress.o
cc: 1501-230 Internal compiler error; please contact your Service
Representative

> BTW which version of XL C is the one exhibiting the problem?

mmm... I wonder which one?

>lslpp -L all | grep -i xlc
 xlC.adt.include 6.0.0.0 C F C Set ++ Application
 xlC.aix50.rte 6.0.0.14 C F C Set ++ Runtime for AIX
5.0
 xlC.cpp 5.0.2.0 C F C for AIX Preprocessor
 xlC.msg.en_US.cpp 5.0.2.0 C F C for AIX Preprocessor
 xlC.msg.en_US.rte 6.0.0.0 C F C Set ++ Runtime
 xlC.rte 6.0.0.0 C F C Set ++ Runtime
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://cool.haxx.se/pipermail/curl-users/attachments/20120416/7baa1616/attachment-0001.html>

------------------------------

Message: 2
Date: Mon, 16 Apr 2012 17:44:47 +0300
From: gokhansengun_at_gmail.com
To: the curl tool <curl-users_at_cool.haxx.se>
Subject: Re: Program goes into infinite state.
Message-ID: <527CA215-6F28-4467-A162-94BE010D6A40_at_gmail.com>
Content-Type: text/plain; charset=us-ascii

> Hi,
>
> I have wifi DD-WRT router that has USB Storage support.
> I have configured that router to support SFTP protocol.
> My problem is that during downloading if somebody removed the USB storage
> then my sample program to download file goes into the infinite state.

what is an infinite state? do you mean an infinete loop?

I suggest you to try to run your program in a linux box. Configure your shell so as to produce core dumps. then run the program, remove USB storage to cause infinite loop. Kill your program with ctrl-c. Core will be dumped, then you are ready to go with launching gdb and telling us what is wrong. Probably it is nothing but a pourly written router SW.

If the text above does not mean something to you, I do not know how you can solve this problem w/o hiring someone to do it for you.

Thanks

------------------------------

Message: 3
Date: Mon, 16 Apr 2012 22:47:49 +0200 (CEST)
From: Daniel Stenberg <daniel_at_haxx.se>
To: the curl tool <curl-users_at_cool.haxx.se>
Subject: Re: SFTP : Problem with special character # on target file
Message-ID: <alpine.DEB.2.00.1204162247010.15394_at_tvnag.unkk.fr>
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

On Wed, 11 Apr 2012, Chenevard Alfredo wrote:

> I have the following problem and I hope somebody can help.
>
> I try :
> /usr/local/bin/curl -v -T /tmp/ga#ga.txt -u C723576 --pubkey
> export/home/C723576/.ssh/id_rsa.pub --key
> /export/home/C723576/.ssh/id_rsa -k
> "sftp://10.152.122.49:22/tmp/ga\#ga.txt"
>
> On the target system the file looks
>
> 4 -rw-r--r-- 1 C723576 C723576 15 Apr 11 14:40 ga\
>
> What can/must I do so the filename are complete on the target system ?

Is that remote file system even capable of handling '#' letters in file names?

-- 
  / daniel.haxx.se
>> Yes. If I didn't give a remote file name, like this ....
/usr/local/bin/curl -v -T /tmp/ga#ga.txt  -u C723576 --pubkey 
> export/home/C723576/.ssh/id_rsa.pub --key 
> /export/home/C723576/.ssh/id_rsa  -k 
> "sftp://10.152.122.49:22
... on the target/remote site the file is correct.
A.Chenevard
------------------------------
Message: 4
Date: Mon, 16 Apr 2012 23:41:57 +0200
From: Yang Tse <yangsita_at_gmail.com>
To: the curl tool <curl-users_at_cool.haxx.se>
Subject: Re: setup_once.h conflict on AIX5.2
Message-ID:
	<CAH23gUTM20LzwSurR+9=p9i3jX00ThXHTiEJSegtesxZV0uDUg_at_mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
2012/4/16  <curl.bullrunner_at_spamgourmet.com> wrote:
> I suppose you could call this some extra 'fun' ? ;-)
> libtool: compile: ?cc -qlanglvl=ansi -DHAVE_CONFIG_H -I../include/curl
> -I../include -I../include -I../lib -I../lib -qthreaded -qnoansialias
> -qhalt=e -O2 -I/usr/local/ssl/include -I/usr/local/ssl/include/openssl
> -I/usr/local/include -c -M progress.c ?-DPIC -o .libs/progress.o
> cc: 1501-230 Internal compiler error; please contact your Service
> Representative
:-(
I suppose that you have to get that compiler installation fixed and patched.
But that's out of the scope of this mailing list.
Good luck
-- 
-=[Yang]=-
------------------------------
_______________________________________________
curl-users mailing list
curl-users_at_cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
End of curl-users Digest, Vol 80, Issue 12
******************************************
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2012-04-18