Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 2021 00:55:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 258679] www/chromium: Unable to download files with chromium-92.0.4515.159_2
Message-ID:  <bug-258679-28929-PzgTwMS5oD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258679-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258679-28929@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258679

--- Comment #14 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
on FreeBSD 12.3-STABLE stable/12-n234193-89e293e5dcb4-dirty amd64

If ENV HOME has been changed...
/home/tatsuki is my default HOME.

#!/bin/tcsh
setenv HOME `mktemp -d` ; cd ~ ; chrome --incognito &

Download to /tmp/tmp.XXXXXXXX/Downloads was successful.
Download to /home/tatsuki/Downloads failed.

/var/tmp/tmpfs is tmpfs on /var/tmp/tmpfs (tmpfs, local, nosuid).

setenv HOME /var/tmp/tmpfs ; cd ~ ; chrome --incognito &

Download to /var/tmp/tmpfs/Downloads failed.
Download to /home/tatsuki/Downloads failed.

It looks like we have more strange conditions again :)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258679-28929-PzgTwMS5oD>