Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8686] Error when running `gaze search <spell>`

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 8686] Error when running `gaze search <spell>`
  • Date: Wed, 29 Jun 2005 16:07:55 -0700 (PDT)

http://bugs.sourcemage.org/show_bug.cgi?id=8686





------- Additional Comments From Thomas.Houssin AT sourcemage.org 2005-06-29
16:07 -------
Just a quick way to reproduce the pb:
$ find /var/lib/sorcery/codex/ -iname DETAILS | xargs grep whois
xargs: grep: Liste d'arguments trop longue
$ find /var/lib/sorcery/codex/ -iname DETAILS | xargs -s 100000 grep whois
/var/lib/sorcery/codex/stable/gnome2-libs/gnome-nettool/DETAILS:tools, like
ping, netstat, ifconfig, whois, traceroute, finger.
/var/lib/sorcery/codex/stable/net/grsparse/DETAILS: * nslookup, ip whois,
domain
whois, raw logs...all in one click
<snip>

May be we could use xargs -s $MAX_CHARS instead of xargs (with $MAX_CHARS a
value that the user could customize) in sorcery to solve this problem ? This
wouldn't change the behaviour for the user if they don't alter the value, and
allow to restore the classic behaviour (by restoring the value) if we find
why I
have this pb. What do you think ?

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




Archive powered by MHonArc 2.6.24.

Top of Page