Skip to content
WJunction - Webmaster Forum

WinRaR "Create Error"

Status
Not open for further replies.
Code:
===plusrar version===
4.1
===php_uname===
Linux 2.6.18-194.26.1.el5PAE #1 SMP Tue Nov 9 13:34:42 EST 2010 i686
===safe_mode===
off
===rar executable info===
rar_static 3.9.3 for Linux with permissions 0777
===Return code===
9
===Error===
RAR 3.93   Copyright (c) 1993-2010 Alexander Roshal   15 Mar 2010
Shareware version         Type RAR -? for help

Evaluation copy. Please register.

Creating archive /home/content/t/h/e/thedirtydub1/html/RL/files/The.Kings.Speech.2010.DVDSCR.XviD.AC3-NYDIC.avi.rar

Adding    /home/content/t/h/e/thedirtydub1/html/RL/files/The.Kings.Speech.2010.DVDSCR.XviD.AC3-NYDIC.avi                   
Calculating the control sum                                                  99%1   

Creating archive /home/content/t/h/e/thedirtydub1/html/RL/files/The.Kings.Speech.2010.DVDSCR.XviD.AC3-NYDIC.avi.part2.rar

...       The.Kings.Speech.2010.DVDSCR.XviD.AC3-NYDIC.avi                    
Calculating the control sum                                                  99%1   

Creating archive /home/content/t/h/e/thedirtydub1/html/RL/files/The.Kings.Speech.2010.DVDSCR.XviD.AC3-NYDIC.avi.part3.rar

...       The.Kings.Speech.2010.DVDSCR.XviD.AC3-NYDIC.avi                 93%
===List output===
===Executed command===
'/home/content/t/h/e/thedirtydub1/html/RL/rar/rar' a -ierr -ep -o- -m0 -v450m -s-  -x*.htaccess -x*.htpasswd -x*.php -x*.php3 -x*.php4 -x*.php5 -x*.phtml -x*.asp -x*.aspx -x*.cgi -- '/home/content/t/h/e/thedirtydub1/html/RL/files/The.Kings.Speech.2010.DVDSCR.XviD.AC3-NYDIC.avi.rar' '/home/content/t/h/e/thedirtydub1/html/RL/files/The.Kings.Speech.2010.DVDSCR.XviD.AC3-NYDIC.avi'

i continue to get a "Create Error" on files larger the 1gb. Is this a result of the free version i am using? if so, how would i register the copy i have?

i have a winrar on a remote server.
 

2 comments

May be your system administrator must have imposed limitation on your account for file size creation.. Just run ulimit command to find out file size limitation:
$ ulimit -a

Output:
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
max nice (-e) 0
file size (blocks, -f) 5000
pending signals (-i) unlimited
max locked memory (kbytes, -l) unlimited
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) unlimited
max rt priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 2047
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited

The above output clearly stat that you can create file size upto 5MB limit. To change this limit or if you do not wish to have a limit you can edit your /etc/security/limits.conf file (login as the root):
# vi /etc/security/limits.conf

Look for your username and fsize parameter. Delete this line or set new parameter. For example consider following entry where I am setting new file size limit to 1 GB:
vivek hard fsize 1024000

Save the changes. Log out and log back in for the changes to take effect.

Now your limit is 1GB file size. If you do not want any limit remove fsize from /etc/security/limits.conf.
 
I have this error:
Code:
===plusrar version===
4.1
===php_uname===
Linux 2.6.18-194.26.1.el5.028stab079.1 #1 SMP Sat Nov 27 00:56:10 MSK 2010 i686
===safe_mode===
off
===rar executable info===
Unknown rar executable(348643 bytes md5:308fd024170432521d81733a3c1141cc) with permissions 0777
===Return code===
139
===Error===
Segmentation fault
===List output===
===Executed command===
'/home/curahack/public_html/download/rar/rar' v -v -c-  -x*.htaccess -x*.htpasswd -x*.php -x*.php3 -x*.php4 -x*.php5 -x*.phtml -x*.asp -x*.aspx -x*.cgi -- '/home/curahack/public_html/download/data/thumb.php_and_tahomabd.ttf_for_RL_322.rar'

Anyone knows any fix? :|
 
Status
Not open for further replies.

About the author

T
Member · Joined
12
Messages
5
Reactions
3
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom