Re: [newbie] file size limit

2005-03-11 Thread Trygve Seljeflot
On Thursday 10 March 2005 11:56, SnapafunFrank wrote:
 Duncan Anderson wrote:
  Trygve Seljeflot wrote:
  I'm usin fish in Konqueror, smaller files is no problem.
 
  OK, well I think that uses scp. Try using the command line. At a bash
  prompt, try setting the ulimit:
 
  ulimit -f unlimited
 
  Then use scp, or run konqueror from the shell prompt.
 
  I think that should work. (I stand to be corrected, though.)
 
  I wonder if KDE imposes some limits?

 I'm running kde and the limit is unlimited ~ so not kde.

  I don't use it. I use WindowMaker.
 
  cheers
  Duncan
OK, setting the ulimit:  ulimit -f unlimited tells me unlimited, but the copy 
still stops at 2 GB :-(

-- 
Trygve Seljeflot
Registered Linux user #301296


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] file size limit

2005-03-11 Thread et
On Friday 11 March 2005 04:49 am, Trygve Seljeflot wrote:
 On Thursday 10 March 2005 11:56, SnapafunFrank wrote:
  Duncan Anderson wrote:
   Trygve Seljeflot wrote:
   I'm usin fish in Konqueror, smaller files is no problem.
  
   OK, well I think that uses scp. Try using the command line. At a bash
   prompt, try setting the ulimit:
  
   ulimit -f unlimited
  
   Then use scp, or run konqueror from the shell prompt.
  
   I think that should work. (I stand to be corrected, though.)
  
   I wonder if KDE imposes some limits?
 
  I'm running kde and the limit is unlimited ~ so not kde.
 
   I don't use it. I use WindowMaker.
  
   cheers
   Duncan

 OK, setting the ulimit:  ulimit -f unlimited tells me unlimited, but the
 copy still stops at 2 GB :-(
file size limits are often a function of the filesystem, I seem to recall,,, 
what file system and version are you attempting to write to, also, how big 
is /temp?
-- 
linux counter #167806 (http://counter.li.org/)
website=http://ed-tharp.kicks-ass.org;


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] file size limit

2005-03-11 Thread Trygve Seljeflot
On Friday 11 March 2005 11:49, et wrote:
 On Friday 11 March 2005 04:49 am, Trygve Seljeflot wrote:
  On Thursday 10 March 2005 11:56, SnapafunFrank wrote:
   Duncan Anderson wrote:
Trygve Seljeflot wrote:
I'm usin fish in Konqueror, smaller files is no problem.
   
OK, well I think that uses scp. Try using the command line. At a bash
prompt, try setting the ulimit:
   
ulimit -f unlimited
   
Then use scp, or run konqueror from the shell prompt.
   
I think that should work. (I stand to be corrected, though.)
   
I wonder if KDE imposes some limits?
  
   I'm running kde and the limit is unlimited ~ so not kde.
  
I don't use it. I use WindowMaker.
   
cheers
Duncan
 
  OK, setting the ulimit:  ulimit -f unlimited tells me unlimited, but the
  copy still stops at 2 GB :-(

 file size limits are often a function of the filesystem, I seem to
 recall,,, what file system and version are you attempting to write to,
 also, how big is /temp?

MDK 10.1rc1-x86_64, filesystem is ext3,  /tmp is 4.3 GB 1% used.

-- 
Trygve Seljeflot
Registered Linux user #301296


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] file size limit

2005-03-10 Thread SnapafunFrank
Duncan Anderson wrote:
Trygve Seljeflot wrote:
I'm usin fish in Konqueror, smaller files is no problem.
 

OK, well I think that uses scp. Try using the command line. At a bash 
prompt, try setting the ulimit:

ulimit -f unlimited
Then use scp, or run konqueror from the shell prompt.
I think that should work. (I stand to be corrected, though.)
I wonder if KDE imposes some limits?
I'm running kde and the limit is unlimited ~ so not kde.
I don't use it. I use WindowMaker.
cheers
Duncan


--
Newbie Seeking USER_FUNCTIONALITY always!
Regards
SnapafunFrank
Big or small, a challenge requires the same commitment to resolve.
Registered Linux User # 324213 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] file size limit

2005-03-09 Thread Mikkel L. Ellertson
Trygve Seljeflot wrote:
Can anybody tell me how to increase the file size limit in MDK 10.1 ?
When copying an dvd.iso image from one machine to another, it stops at 2.0 GB, 
61%.

How are you doing the copy? If you are copying to a Samba share, I think 
there is something you have to set in Samba for files larger the 2G. (I 
remember reading something about it the other day, but I can not 
remember the details.)

Mikkel
--
  Do not meddle in the affairs of dragons,
for you are crunchy and taste good with Ketchup!

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] file size limit

2005-03-09 Thread Trygve Seljeflot
On Wednesday 09 March 2005 19:23, Mikkel L. Ellertson wrote:
 Trygve Seljeflot wrote:
  Can anybody tell me how to increase the file size limit in MDK 10.1 ?
  When copying an dvd.iso image from one machine to another, it stops at
  2.0 GB, 61%.

 How are you doing the copy? If you are copying to a Samba share, I think
 there is something you have to set in Samba for files larger the 2G. (I
 remember reading something about it the other day, but I can not
 remember the details.)

 Mikkel
By fish, from home/user on PC1 to home/user PC2, both runnimg MDK 10.1
-- 
Trygve Seljeflot
Registered Linux user #301296


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] file size limit

2005-03-09 Thread Duncan Anderson
Trygve Seljeflot wrote:
Can anybody tell me how to increase the file size limit in MDK 10.1 ?
When copying an dvd.iso image from one machine to another, it stops at 2.0 GB, 
61%.
 

If you type ulimit -f at the command line, what does it say? If it 
says UNLIMITED, then your system file size limit should be limited 
only by the file system.

I am running 10.1 and I created a file of 3GB as a test and there was no 
problem.

The problem must have to do with the program used to perform the copy or 
something like that.

Can you give us some more details?
cheers
Duncan


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] file size limit

2005-03-09 Thread Isaac Hummel
Trygve Seljeflot wrote:
By fish, from home/user on PC1 to home/user PC2, both runnimg MDK 10.1
 

I don't know whether you can configure your systems so as to be able to 
move files larger than 2GB over fish, but you could always use split 
to split the file into chunks smaller than 2GB, copy those, and then use 
cat to join them back together on the other side.

-Isaac Hummel

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] file size limit

2005-03-09 Thread Duncan Anderson
Trygve Seljeflot wrote:
On Wednesday 09 March 2005 19:23, Mikkel L. Ellertson wrote:
 

How are you doing the copy? If you are copying to a Samba share, I think
there is something you have to set in Samba for files larger the 2G. (I
remember reading something about it the other day, but I can not
remember the details.)
Mikkel
   

By fish, from home/user on PC1 to home/user PC2, both runnimg MDK 10.1
 

Maybe you should try using rcp or scp and see if that works, or even ftp.
cheers
Duncan


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] file size limit

2005-03-09 Thread Trygve Seljeflot
On Wednesday 09 March 2005 20:21, Duncan Anderson wrote:
 Trygve Seljeflot wrote:
 Can anybody tell me how to increase the file size limit in MDK 10.1 ?
 When copying an dvd.iso image from one machine to another, it stops at 2.0
  GB, 61%.

 If you type ulimit -f at the command line, what does it say? If it
 says UNLIMITED, then your system file size limit should be limited
 only by the file system.

[EMAIL PROTECTED] trygvese]# ulimit -f
1000
on PC1 (the one to recieve the file)
(after editing /etc/security/limits.conf on both PC's)
but on PC2 i git unlimited .
 /etc/security/limits.conf is equal on both PC's so it must be another place 
to up the limit ?

 I am running 10.1 and I created a file of 3GB as a test and there was no
 problem.

 The problem must have to do with the program used to perform the copy or
 something like that.

 Can you give us some more details?

 cheers
 Duncan
I'm usin fish in Konqueror, smaller files is no problem.
-- 
Trygve Seljeflot
Registered Linux user #301296


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] file size limit

2005-03-09 Thread Duncan Anderson
Trygve Seljeflot wrote:
I'm usin fish in Konqueror, smaller files is no problem.
 

OK, well I think that uses scp. Try using the command line. At a bash 
prompt, try setting the ulimit:

ulimit -f unlimited
Then use scp, or run konqueror from the shell prompt.
I think that should work. (I stand to be corrected, though.)
I wonder if KDE imposes some limits?
I don't use it. I use WindowMaker.
cheers
Duncan


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] File size limit exceeded

2002-03-18 Thread civileme

Dr Joe Brand wrote:

 Hi,

 I mucked something up when trying to setup Bastille firewall.  I used 
 InteractiveBastille, there were a lot of questions.  I answered all 
 the best I could.

 Here's whats happening:  Now when I try to su - and enter the passwd, 
 I get the File size limit exceeded.  How can I fix this?

 Joe





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Boot and escape the regular LILO/GRUB menu and

linux single

That will get you up without the firewall and logged in as root in a 
console.

Now go to /etv/security/limits.conf and see the file size limit line and 
change it to 400 or something even more obscene.  There is a 
spurious /tmp file geerated in going to root via su in the earlier 
kernels which is very large but does not actually exist.  Anyway, the 
file size limit catches it and gigs you.

Oh yes, you will need to use a text-based editor, emacs or vi, or jed, 
joe, pico or nano if you have them installed.

Civileme






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] File size limit exceeded

2001-10-02 Thread Tim Holmes

I've seen this a few times, and I can't remember what caused it.  I'll check
through my notes when I get home.

Do you get the same information if you type:

su -

You really should use that instead of just su.  With the - in there, it
loads that users environment.  If you just do a su, it still uses your
environment.  (i.e. ~/.bashrc, ~/.bash_profile, ~/.aliases, etc;)

Try that, and I'll get back with you when I find out what causes it.
tdh
 
-- 
T. Holmes
-
UNIXTECHS.org
[EMAIL PROTECTED]
UIN:  17021091
-
Real Men Use Vi!

Uptime: 
  
 3:46PM  up 8 days,  2:48, 4 users, load averages: 0.00, 0.01, 0.00
  
| Hello:
| 
| Yesterday, I installed Bastille and as far as I could tell everything was 
| configured properly.  I installed the program while in a user's directory 
| (not root) but as root in a terminal (hope it makes sense).  Well, in any 
| case, I typed exit at the terminal to get back into user, but when I tried to 
| regain roots I got this error message:  File Size Limit Exceeded.  Any ideas 
| what the problem might be and/or possibly the fix?  I checked the partitions 
| by typing df and as far as I can tell, I have plenty of room left (I have 
| pasted a copy of the output below):
| 
| FilesystemSize  Used Avail Use% Mounted on
| /dev/hda5 2.3G  1.2G  938M  58% /
| /dev/hda7 1.5G   31M  1.4G   2% /home
| /dev/hda1  33G  3.4G   29G  10% /mnt/windows
| 
| I can still log out and log in as root, but I rather not have to do it.  I 
| normally will type su at the terminal when I need to perform root 
| functions.  Thanks
| 
| Regards,
| 
| Dexter
| 
| Want to buy your Pack or Services from MandrakeSoft? 
| Go to http://www.mandrakestore.com

  -- 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com