Unix Technical Forum

File size exceeded

This is a discussion on File size exceeded within the Linux Operating System forums, part of the Unix Operating Systems category; --> Hello everyone, I'm trying to back my MySQL file and they have grown quite a bit... I'm running in ...


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-17-2008, 05:03 PM
Patrick Drouin
 
Posts: n/a
Default File size exceeded

Hello everyone,

I'm trying to back my MySQL file and they have grown quite a bit... I'm
running in the "file size exceeded" when trying to run tar/zip/gzip/bzip2 on
them.

I've Googled quite a bit on this one and saw a few hints but nothing seems
to apply to my scenario... I checked /etc/security/limits.conf and
everything is commented out. I also checked the output of ulimit -f and it
says the size is unlimited. I'm running a kernel in the 2.4 flavor on an
ext3 filesystem.

Any ideas?

Thanks,
P


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-17-2008, 05:03 PM
Baho Utot
 
Posts: n/a
Default Re: File size exceeded

Patrick Drouin wrote:

> Hello everyone,
>
> I'm trying to back my MySQL file and they have grown quite a bit... I'm
> running in the "file size exceeded" when trying to run tar/zip/gzip/bzip2
> on them.
>
> I've Googled quite a bit on this one and saw a few hints but nothing
> seems
> to apply to my scenario... I checked /etc/security/limits.conf and
> everything is commented out. I also checked the output of ulimit -f and it
> says the size is unlimited. I'm running a kernel in the 2.4 flavor on an
> ext3 filesystem.
>
> Any ideas?
>
> Thanks,
> P


They wouldn't happen to be larger than 2G would they?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-17-2008, 05:04 PM
mjt
 
Posts: n/a
Default Re: File size exceeded

On Thu, 11 Dec 2003 19:49:35 GMT, "Patrick Drouin" <patrick.drouin@uREMOVE-THISmontreal.ca> wrote:

> I'm trying to back my MySQL file and they have grown quite a bit... I'm
> running in the "file size exceeded" when trying to run tar/zip


..... http://www.partimage.org/

--
/// Michael J. Tobler: motorcyclist, surfer, skydiver, \\\
\\\ and author: "Inside Linux", "C++ HowTo", "C++ Unleashed" ///
Howe's Law: Everyone has a scheme that will not work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-17-2008, 05:04 PM
Someone out there...
 
Posts: n/a
Default Re: File size exceeded

Hello,

"Baho Utot" <baho-utot@philippines-island.org> wrote in message
news:7l1na1-bl2.ln1@mindanao.philippines-island.org...
>
> They wouldn't happen to be larger than 2G would they?


Hum, yes it dies when it reaches about 2G. Is that a limit of the ext2/ext3
filesystem? (

P


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-17-2008, 05:04 PM
Patrick Drouin
 
Posts: n/a
Default Re: File size exceeded

Hello,

"mjt" <mjtobler@removethis_consultant.com> a écrit dans le message de
news:uHaCb.12870$Ho3.6132@newsread1.news.atl.earth link.net...
> On Thu, 11 Dec 2003 19:49:35 GMT, "Patrick Drouin"

<patrick.drouin@uREMOVE-THISmontreal.ca> wrote:
>
> > I'm trying to back my MySQL file and they have grown quite a bit... I'm
> > running in the "file size exceeded" when trying to run tar/zip

>
> .... http://www.partimage.org/


Well, I can read this in the software's doc:
"The linux 2.2 kernel does not support files larger than 2 GB, so the size
of your image must not exceed this limit. You can solve this problem using
the 2.4 kernel, which doesn't have this limitation. You can also split your
image into small files (of 1,9 GB for example). You also require a recent
glibc version: 2.2 or newer."

Basically this means that I should not be running into the problems I run
into at this moment... Could it be caused by glibc alone being to old?

Regards,
Patrick


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-17-2008, 05:04 PM
Patrick Drouin
 
Posts: n/a
Default Re: File size exceeded

Hello,

"Baho Utot" <baho-utot@philippines-island.org> a écrit dans le message de
news:7l1na1-bl2.ln1@mindanao.philippines-island.org...
> Patrick Drouin wrote:
>
> They wouldn't happen to be larger than 2G would they?


Yes they are. I thought this was a limit of the 2.2 kernel and not an
issue with the 2.4 kernel. I'm not sure I see what you are trying to tell me
here. ;o)

Regards,
Patrick


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-17-2008, 05:05 PM
Nico Kadel-Garcia
 
Posts: n/a
Default Re: File size exceeded


"Patrick Drouin" <patrick.drouin@uREMOVE-THISmontreal.ca> wrote in message
news:BamCb.54214$7C.13826@charlie.risq.qc.ca...
> Hello,
>
> "mjt" <mjtobler@removethis_consultant.com> a écrit dans le message de
> news:uHaCb.12870$Ho3.6132@newsread1.news.atl.earth link.net...
> > On Thu, 11 Dec 2003 19:49:35 GMT, "Patrick Drouin"

> <patrick.drouin@uREMOVE-THISmontreal.ca> wrote:
> >
> > > I'm trying to back my MySQL file and they have grown quite a bit...

I'm
> > > running in the "file size exceeded" when trying to run tar/zip

> >
> > .... http://www.partimage.org/

>
> Well, I can read this in the software's doc:
> "The linux 2.2 kernel does not support files larger than 2 GB, so the size
> of your image must not exceed this limit. You can solve this problem using
> the 2.4 kernel, which doesn't have this limitation. You can also split

your
> image into small files (of 1,9 GB for example). You also require a recent
> glibc version: 2.2 or newer."
>
> Basically this means that I should not be running into the problems I run
> into at this moment... Could it be caused by glibc alone being to old?


Yup. This is why "I'll just update that widget and everything will work with
the new capabilities" often fails, because there are other dependencies. For
something as fundamental as the maximum file size, it's a serious issue....


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-17-2008, 05:06 PM
Someone out there...
 
Posts: n/a
Default Re: File size exceeded

Hello Nico,

"Nico Kadel-Garcia" <nkadel@comcast.net> wrote in message
news:ZdKdncitIqmA-0aiRVn-hA@comcast.com...
>
> > Basically this means that I should not be running into the problems I

run
> > into at this moment... Could it be caused by glibc alone being to old?

>
> Yup. This is why "I'll just update that widget and everything will work

with
> the new capabilities" often fails, because there are other dependencies.

For
> something as fundamental as the maximum file size, it's a serious

issue....

Well, I checked and it turns out my system is running glibc 2.3.2-4.80.6 so
it SHOULD be able to avoid the 2G filesize limit... Any other ideas?

Thanks,
Patrick


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:03 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com