[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Redefining the maximum path length [Fwd: Re: [GNUnet-developers] usi
From: |
Pjotr Prins |
Subject: |
Re: Redefining the maximum path length [Fwd: Re: [GNUnet-developers] using $TMPDIR instead of /tmp] |
Date: |
Mon, 7 May 2018 07:03:01 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Sun, May 06, 2018 at 08:17:20PM +0000, Nils Gillmann wrote:
> > That path is only 98 characters long. What limit do you think it is
> > exceeding?
It may be a shell restriction rather than a kernel restriction. I run
into the same thing with my binary path rewriting. My solution is to
truncate the hash. There is a limit to that...
Pj.