Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4273478
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T07:43:07+00:00 2026-05-21T07:43:07+00:00

I am using python on embedded device which is running linux 2.6.32. Using python

  • 0

I am using python on embedded device which is running linux 2.6.32.

Using python to fetch the file size as os.path.getsize() returns me a negative value.

I refered to one of the similar questions here on stack overflow and tried recompiling python with CFLAGS='-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' OPT="-g -O2 $CFLAGS"
but still it returns negative file size.

I am using python 2.6.4 with Django 1.2.4 on linux 2.6.32.

Can any one tell me where the problem is?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T07:43:07+00:00Added an answer on May 21, 2026 at 7:43 am

    Clearly, something is wrong with your Linux distribution’s build of Python. Rather than fix the actual problem, it might be easier to just work around it:

    def getsize_workaround( filename ):
        size = os.path.getsize( filename )
        if size < 0:
            import subprocess as s
            size = long( s.Popen("ls -l %s | cut -d ' ' -f5" % filename,
                        shell=True, stdout=s.PIPE).communicate()[0] )
        return size
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working in an embedded Linux environment and I have some Python code which
How could I create embedded objects in an MS office document using Python? I
Using Python, how would I go about reading in (be from a string, file
Using Python's Imaging Library I want to create a PNG file. I would like
Using Python module re, how to get the equivalent of the \w (which matches
Using Python, how does one parse/access files with Linux-specific features, like ~/.mozilla/firefox/*.default ? I've
In Python 2.6 using ElementTree, what's a good way to fetch the XML (as
In an embedded python scenario we are using PyArg_ParseTupleAndKeywords to receive data from Python
I'm using an old version of python on an embedded platform ( Python 1.5.2+
I have been using python with regex to clean up a text file. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.