Sarah Jelinek wrote: > Hi Moinak, > > I see you did the putback for this. Does this address the > /etc/dfs/sharetab issue I was still seeing with your test library? > > I will build new pkgs this morning and push them to the slim staging > gate.
/etc/dfs/sharetab and /etc/mnttab are still hardlinked to each other. This is the 0-length files hardlink problem. Since I was unable to find a way to turn this off in mkisofs, I was thinking about the problem and the solution is not to pass these files to cpio. Rather maintain a separate list of 0-length files and then loop through that list creating each one. I will try out this change today. This will be a generic change. Regards, Moinak. > > sarah > **** > > Moinak Ghosh wrote: >> Hi Folks, >> >> Requesting for change review in the transfer module >> (this code is not yet gone public, so the internal URL). >> This change updates the way the /mnt/misc mountpoint >> was handled by transfer module to make it work properly >> with the Distribution constructor. The earlier approach >> worked with Slim prototype repository but not DC. >> >> http://jurassic.eng/~mg147109/libtransfer/webrev/ >> >> This change now removes pathnames if they are duplicate >> between /mnt/misc on the LiveCD and harddisk and those >> pathnames are also symbolic links. >> >> Regards, >> Moinak. >> >> _______________________________________________ >> caiman-discuss mailing list >> caiman-discuss at opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss >> >>
