On 04/26/2018 11:53 PM, CK Taipei wrote: > After the command : > > gcloud app deploy --no-promote > > Here is the message showed up in log > > Step #1: ---> Running in f007e2df500bStep #1: tail: unrecognized file > system type 0x794c7630 for '/tmp/cloud_sql_proxy.log'. please report > this to [email protected]. reverting to pollingStep #1: Started > cloud_sql_proxy. > Step #1: Debuggee gcp:153295872792:532a641d2d84c18f successfully registered > > please advise, thanks.
First of all, tail issued a warning only. Support for this file system type has been added in later versions of coreutils (8.25 and later). For details see here: https://www.gnu.org/software/coreutils/filesystems.html Please update. Your version of coreutils is more than 2 years old, yet you're in good company with folks running old software: this one has already been reported quite some times: https://lists.gnu.org/archive/cgi-bin/namazu.cgi?query=0x794c7630&submit=Search!&idxname=bug-coreutils --> Total 62 documents matching your query Have a nice day, Berny
