On 19 September 2024 08:04:54 CEST, "Dasari, Sharath Kumar" 
<sharath.kumar.das...@amd.com> wrote:
>[AMD Official Use Only - AMD Internal Distribution Only]
>
>Hi Sertonix,
>
>Thanks for the response!
>
>It seems like by default busybox is compiled with '-D_FILE_OFFSET_BITS=64' 
>with defconfig and I also make sure this macro is enabled but still I see same 
>issue.
>


Check your CONFIG_LFS (and your libc, and maybe your client)
HTH

>Thanks,
>Sharath
>
>> -----Original Message-----
>> From: Sertonix <serto...@posteo.net>
>> Sent: Thursday, September 19, 2024 3:13 AM
>> To: Dasari, Sharath Kumar <sharath.kumar.das...@amd.com>;
>> busybox@busybox.net
>> Subject: Re: Query related to busybox httpd webserver
>>
>> Caution: This message originated from an External Source. Use proper caution
>> when opening attachments, clicking links, or responding.
>>
>>
>> > [AMD Official Use Only - AMD Internal Distribution Only]
>> >
>> > Hi team,
>> >
>> > I am facing an issue with busybox using httpd webserver, Is there any 
>> > limitation in
>> the busybox webserver for maximum allowed file size?
>>
>> The file size is only limited by the max value of off_t.
>>
>> > I can send file size which are below 2GB to the webserver but not which 
>> > are above
>> 2GB size? If yes, can we change this limit?
>>
>> This sounds like off_t is only 32 bits. You could try adding '-
>> D_FILE_OFFSET_BITS=64' to CFLAGS when compiling busybox.
>>
>> > Thanks,
>> > Sharath
>
>_______________________________________________
>busybox mailing list
>busybox@busybox.net
>http://lists.busybox.net/mailman/listinfo/busybox

_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to