You are not logged in.

#1 2006-12-02 03:20:37

timtux
Member
From: Gävle, Sweden
Registered: 2005-10-04
Posts: 178
Website

unrar: File Size Limit Exceeded

Hello happy archlinux users, i have got a problem in the last fue days, dont really know when this began to appear, but i hope somone got a solution for me wink

I can't extract any large files anymore as a regular user. I'm trying to extract a movie thats 4gb large, as a normal user its not possible - as root its possible. I'm using ext3 fs and got enough diskspace ....

[tim@tuxBox some-warez]$ unrar e *.rar
.............
blahblah
.............
Extracting from some-warez.r41

...         some-warez.img          File Size Limit Exceeded              
[tim@tuxBox some-warez]$

[tim@tuxBox ~]$ ulimit
unlimited


http://timtux.net/ - my personal blog about almost everything

Offline

#2 2006-12-02 04:38:06

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: unrar: File Size Limit Exceeded

ulimit -a

what is the ouput of that.


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#3 2006-12-02 04:43:44

timtux
Member
From: Gävle, Sweden
Registered: 2005-10-04
Posts: 178
Website

Re: unrar: File Size Limit Exceeded

[tim@tuxBox ~]$ ulimit -a
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
file size               (blocks, -f) unlimited
pending signals                 (-i) 6140
max locked memory       (kbytes, -l) 32
max memory size         (kbytes, -m) unlimited
open files                      (-n) 1024
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 6140
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited
[tim@tuxBox ~]$


http://timtux.net/ - my personal blog about almost everything

Offline

#4 2006-12-02 06:49:40

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: unrar: File Size Limit Exceeded

You could try to use rar in AUR.

Offline

#5 2006-12-02 11:22:33

timtux
Member
From: Gävle, Sweden
Registered: 2005-10-04
Posts: 178
Website

Re: unrar: File Size Limit Exceeded

Dosent work either, btw i can do a dd if=/dev/zero of=mytestfile bs=1M count=5000... so this is very very mystical hmm


http://timtux.net/ - my personal blog about almost everything

Offline

#6 2006-12-02 11:42:08

timtux
Member
From: Gävle, Sweden
Registered: 2005-10-04
Posts: 178
Website

Re: unrar: File Size Limit Exceeded

Strace output:

write(4, "267", 1)                     = -1 EFBIG (File too large)
--- SIGXFSZ (File size limit exceeded) @ 0 (0) ---
+++ killed by SIGXFSZ +++
Process 10375 detached

http://timtux.net/ - my personal blog about almost everything

Offline

#7 2006-12-02 11:50:24

smoon
Member
Registered: 2005-08-22
Posts: 468
Website

Re: unrar: File Size Limit Exceeded

Does your unrar use O_LARGEFILE to open files? You can easily check by doing

strace unrar l /path/to/some-warez.rar 2>&1 | grep "^open.*some-warez.rar"

The output should look like

open("/path/to/some-warez.rar", O_RDONLY|O_LARGEFILE) = 3

Offline

#8 2006-12-02 12:28:46

timtux
Member
From: Gävle, Sweden
Registered: 2005-10-04
Posts: 178
Website

Re: unrar: File Size Limit Exceeded

[tim@tuxBox some-warez]$ strace unrar e *.rar 2>&1 | grep "^open.*.rar"
open("/usr/local/etc/.rarrc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("some-warez.rar", O_RDONLY|O_LARGEFILE) = 3

btw, this maybe is glibc related? did notice a glibc update for some days ago, and it was some days ago this problem did start to appear:

[tim@tuxBox ~]$ strings /usr/bin/unrar|grep -i glib
GLIBC_2.0
GLIBC_2.1.3
GLIBC_2.1
GLIBC_2.2
GLIBCXX_3.4
[tim@tuxBox ~]$ pacman -Qi glibc |grep Version
Version        : 2.5-2

http://timtux.net/ - my personal blog about almost everything

Offline

Board footer

Powered by FluxBB