Operating Systems > Linux and UNIX

Easy wget question

(1/2) > >>

preacher:
Im trying to download an iso image using wget and I am having a small problem I hope you guys can help me with. My download stops at 14% with this message.

Length: 728,334,336 (unauthoritative)

14% [====>                                ] 102,376,808  240.33K/s    ETA 42:23F
ile size limit exceeded

How do I change the file size limit?

voidmain:
You don't have a "ulimit" set at 100MB do you? Type "ulimit". Or are you using quotas? Or is your file system full? Type "df -k .".

[ November 14, 2002: Message edited by: void main ]

preacher:

quote:Originally posted by void main:
You don't have a "ulimit" set at 100MB do you? Type "ulimit". Or are you using quotas? Or is your file system full? Type "df -k .".

[ November 14, 2002: Message edited by: void main ]
--- End quote ---


Just typed in ulimit and it says 100000. How do I change this?

voidmain:
It's listed in "man bash".

$ ulimit -a
will list all current limits on your shell.

$ ulimit -f xxxxx
will set a file size limit of xxxxx.

You probably have "ulimit" set in your ~/.bashrc or ~/.bash_profile or /etc/profile.

preacher:
Thank you void man, all mighty linux master.

Navigation

[0] Message Index

[#] Next page

Go to full version