Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26749 - Init script of app-crypt/bestcrypt-1.2_p2
Summary: Init script of app-crypt/bestcrypt-1.2_p2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Low normal
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-16 15:11 UTC by Stefan Tittel
Modified: 2003-10-27 03:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Modified /etc/init.d/bcrypt (bcrypt,3.04 KB, text/plain)
2003-08-19 21:40 UTC, Stefan Tittel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Tittel 2003-08-16 15:11:04 UTC
In the current stable ebuild of bestcrypt, executing "/etc/init.d/bcrypt" causes
an "xargs: environment too large for exec" error.

The following line in /etc/init.d/bcrypt seems to be responsible:

grep BestCrypt /etc/mtab |awk '{print $2}'|xargs -r -n 1 bctool umount
Comment 1 Stefan Tittel 2003-08-19 21:40:48 UTC
Created attachment 16349 [details]
Modified /etc/init.d/bcrypt
Comment 2 Stefan Tittel 2003-08-19 21:46:35 UTC
Comment on attachment 16349 [details]
Modified /etc/init.d/bcrypt

With thanks to steveb from the forum, this is the modified /etc/init.d/bcrypt
which solves the problem. 

Someone with write access to the CVS, please fix the package and close the bug.
Thanks.
Comment 3 Daniel Ahlberg (RETIRED) gentoo-dev 2003-10-27 03:00:57 UTC
Fixed, thanks for your contribution!