Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2006 22:10:22 -0500
From:      Kris Kennaway <kris@obsecurity.org>
To:        Nik Lam <freebsdnik@j2d.lam.net.au>
Cc:        ports@FreeBSD.org
Subject:   Re: FreeBSD Port: mpack-1.6
Message-ID:  <20060301031021.GA91549@xor.obsecurity.org>
In-Reply-To: <44050D77.2030503@j2d.lam.net.au>
References:  <44050D77.2030503@j2d.lam.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help

--zYM0uCDKw75PZbzx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Mar 01, 2006 at 01:56:55PM +1100, Nik Lam wrote:
> Hi,
>=20
> I'm having trouble running the latest mpack (1.6) on FreeBSD 5.4.
>=20
> It was installed using portupgrade.
>=20
> Whenever I try to send a file I get a No such file or directory error=20
> preceded by a pipe character.
>=20
> e.g.
>=20
> > mpack -s"example" abc nik@sublimeip.com
> |: No such file or directory
>=20
>=20
> I've included most of the ktrace output below - there are references to=
=20
> /usr/tmp/ - a directory which does not exist.

Yeah, looks like it does this for some strange reason:

        if (getenv("TMPDIR")) {
            strcpy(fnamebuf, getenv("TMPDIR"));
        }
        else {
            strcpy(fnamebuf, "/usr/tmp");
        }

Talk to the authors, or to Paul Schmehl <pauls@utdallas.edu> who
submitted the last update.

Kris

--zYM0uCDKw75PZbzx
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (FreeBSD)

iD8DBQFEBRCdWry0BWjoQKURApYNAJ9HYOLgoOj8dw8JxVskr4cNp6IxIwCeMwxU
kvYdhMOiEKMhpyg2OuyMmkc=
=sxUN
-----END PGP SIGNATURE-----

--zYM0uCDKw75PZbzx--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060301031021.GA91549>