Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Jan 2022 20:30:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 260912] Chromium-92 and later failed to download file crossing file systems
Message-ID:  <bug-260912-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 260912
           Summary: Chromium-92 and later failed to download file crossing
                    file systems
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: jguojun@gmail.com

Chromium 92 and later failed to download files if the ~/Downloads is a syml=
ink
to another file system (FS). Chromium spits message "Failed - Download erro=
r"
and creates a Unconfirmed 56679.crdownload in ~/Downloads directory.
Apparently, Chromium-92 is able to write to the destination directory, but =
does
not like it somehow.

How to repeat:
Using two file systems: /home and /data (or /tmp)

mkdir ~/xyz
ln -s ~/xyz ~/Downloads     # this works because Dest directory is on the s=
ame
FS

rm ~/Downloads

mkdir /data/Downloads
ln -s /data/Downloads ~     # this makes Chromium downloading failed because
Dest directory is crossing the file system; Chromium 78 and earlier version
work well on across file system.

--=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-260912-7788>