zsh-users
 help / color / mirror / code / Atom feed
* Filesizelimit??
@ 2001-10-21 19:42 Andrew Markebo
  2001-10-21 19:59 ` Filesizelimit?? Clint Adams
  2001-10-21 20:11 ` Filesizelimit?? Bart Schaefer
  0 siblings, 2 replies; 5+ messages in thread
From: Andrew Markebo @ 2001-10-21 19:42 UTC (permalink / raw)
  To: zsh-users

I am experimenting a little bit with bestcrypt, decided to throw an
eye at a 2GB bestcrypt filesystem...

flognat@master:bcrypt-0.8-7<0> bctool new /mnt/20G/scratch/.fill1 -s 2048M -a blowfish
Enter password:
Verify password:
zsh: 26561 file size limit exceeded  bctool new /mnt/20G/scratch/.fill1 -s 2048M -a blowfish

Is it zsh complaining here? when I do limit filesize I get:

flognat@master:bcrypt-0.8-7<1> limit filesize    
filesize        unlimited

flognat@master:bcrypt-0.8-7<0> ls -la /mnt/20G/scratch
total 2097153
drwx------    2 flognat  root           72 Oct 21 20:55 ./
drwxr-xr-x   10 flognat  root          256 Oct 21 20:48 ../
-rwxr-x--t    1 flognat  flognat  2147483647 Oct 21 21:35 .fill1*

The filesystem, reiserfs should be able to handle this size.. What can
I have missed?

        /Andy

-- 
 The eye of the beholder rests on the beauty!


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Filesizelimit??
  2001-10-21 19:42 Filesizelimit?? Andrew Markebo
@ 2001-10-21 19:59 ` Clint Adams
  2001-10-21 20:26   ` Filesizelimit?? Andrew Markebo
  2001-10-21 20:11 ` Filesizelimit?? Bart Schaefer
  1 sibling, 1 reply; 5+ messages in thread
From: Clint Adams @ 2001-10-21 19:59 UTC (permalink / raw)
  To: Andrew Markebo; +Cc: zsh-users

> I am experimenting a little bit with bestcrypt, decided to throw an
> eye at a 2GB bestcrypt filesystem...
> 
> flognat@master:bcrypt-0.8-7<0> bctool new /mnt/20G/scratch/.fill1 -s 2048M -a blowfish
> Enter password:
> Verify password:
> zsh: 26561 file size limit exceeded  bctool new /mnt/20G/scratch/.fill1 -s 2048M -a blowfish

Looks like bctool isn't being compiled with LFS.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Filesizelimit??
  2001-10-21 19:42 Filesizelimit?? Andrew Markebo
  2001-10-21 19:59 ` Filesizelimit?? Clint Adams
@ 2001-10-21 20:11 ` Bart Schaefer
  1 sibling, 0 replies; 5+ messages in thread
From: Bart Schaefer @ 2001-10-21 20:11 UTC (permalink / raw)
  To: Andrew Markebo, zsh-users

On Oct 21,  9:42pm, Andrew Markebo wrote:
}
} zsh: 26561 file size limit exceeded  bctool new /mnt/20G/scratch/.fill1 -s 2048M -a blowfish
} 
} Is it zsh complaining here?

Even though it says "zsh:" at the front, that doesn't look like any zsh
error message I know of, so I suspect the error is coming from somewhere
else.  Is `bctool' a shell script?

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Filesizelimit??
  2001-10-21 19:59 ` Filesizelimit?? Clint Adams
@ 2001-10-21 20:26   ` Andrew Markebo
  2001-10-21 21:44     ` Filesizelimit?? Clint Adams
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Markebo @ 2001-10-21 20:26 UTC (permalink / raw)
  To: Clint Adams; +Cc: zsh-users


| Looks like bctool isn't being compiled with LFS.

Thanx, throwing a couple of greps on the sources seems to verify this,
hmm meanwhile, how come zsh told it, not some kind of kernel/libc
error? Or it was zsh that caught the error and displayed it nicely?

        /Andy

-- 
 The eye of the beholder rests on the beauty!


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Filesizelimit??
  2001-10-21 20:26   ` Filesizelimit?? Andrew Markebo
@ 2001-10-21 21:44     ` Clint Adams
  0 siblings, 0 replies; 5+ messages in thread
From: Clint Adams @ 2001-10-21 21:44 UTC (permalink / raw)
  To: Andrew Markebo; +Cc: zsh-users

> Thanx, throwing a couple of greps on the sources seems to verify this,
> hmm meanwhile, how come zsh told it, not some kind of kernel/libc
> error? Or it was zsh that caught the error and displayed it nicely?

bctool is probably getting an EFBIG error, receiving a SIGXFSZ, and
dying.  zsh is attempting to let you know what happened.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-10-21 21:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-21 19:42 Filesizelimit?? Andrew Markebo
2001-10-21 19:59 ` Filesizelimit?? Clint Adams
2001-10-21 20:26   ` Filesizelimit?? Andrew Markebo
2001-10-21 21:44     ` Filesizelimit?? Clint Adams
2001-10-21 20:11 ` Filesizelimit?? Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).