From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <009e01c55e6c$427acc30$08ef7d50@kilgore> From: "boyd, rounin" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Date: Sun, 22 May 2005 03:19:10 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Subject: [9fans] ftpfs & fmtinstall woe Topicbox-Message-UUID: 4dd1117e-ead0-11e9-9d60-3106f5b1d025 while ziphos and i were puzzling over why ftpfs spits the dummy on newly mkdir'd directories we also found a mssing %M fmtinstall, which acts curiously. fmtinstall: brahma% cat f.c #include #include #include main() { Dir *d; if (fmtinstall('M', dirmodefmt) < 0) exits("fmtinstall"); if ((d = dirstat(".")) == 0) exits("dirstat"); print(". %M\n", *d); exits(""); } brahma% 8c f.c && 8l f.8 brahma% ./8.out . d---x--xr-x brahma% ls -ld . d-rwxr-xr-x M 289907 boyd boyd 0 May 21 21:03 src -- MGRS 31U DQ 52572 12604