On 1/8/20 1:25 PM, Michael MacIsaac wrote: > Mark, > > Thanks for the suggestion, however, no joy. > > I created the .curlrc file with no change. yarn is a node.js script - > don't see any wget in it, but ...
Depending on how determined you are, when I run into a situation like this, I re-run whatever command I'm trying to run using strace, with the output going to a file. strace -f -o /path/to/outputfile -s 999 cmd cmdparms Then, I look at the output file to see if I can figure out what causes that message to be issued. If I can, then I try to figure out how to work around the problem. Note that this method usually results in a *ton* of output to wade through, so if you're on the edge of deciding to give up, this may not be the route you want to take. Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www2.marist.edu/htbin/wlvindex?LINUX-390
