Greg Steuck <g...@nest.cx> wrote: > Looks like new ftp is not quite a drop-in replacement for the old one. My > install script[1] that worked for in May 12 snapshot is broken in May 15. > Most likely it's because of file:// url, but I haven't root-caused it. > [1] > https://github.com/google/syzkaller/blob/master/tools/create-openbsd-gce-ci.sh > > The relevant section is: > > Setting OpenBSD MBR partition to whole sd0...done. > URL to autopartitioning template for disklabel? [none] > file://disklabel.template > Fetching file://disklabel.template > ftp: child terminated: signal 11 > No autopartitioning template found. > failed; check /tmp/ai/ai.log
Hi, I am preparing a diff to not crash on an invalid URI. Meanwhile, IIRC, a valid file URI must one of file:/path, file:///path or file://hostname/path. While omitting hostname, the slash should not be omitted. Does file:///disklabel.template work?