Date: Mon, 02 Nov 1998 17:10:51 +0800 From: Christopher Hall <hsw@acm.org> To: Andrzej Bialecki <abial@nask.pl> Cc: small@FreeBSD.ORG Subject: Re: Out of inodes for custom build Message-ID: <199811020910.RAA05192@hsw.generalresources.com> In-Reply-To: Message of "Fri, 30 Oct 1998 11:29:47 %2B0100." <Pine.BSF.4.02A.9810301125190.25890-100000@korin.warman.org.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks for the info. Maybe I found another bug: There was a symbolic link that should not have been created. It looked to me like ln -sf ${CUST_DIR} custom fails the second time it runs, because it resolves 'custom' link before trying the unlink. As a quick check I tried: [hsw:/tmp]# mkdir test [hsw:/tmp]# ln -sf test ttt [hsw:/tmp]# ln -sf test ttt [hsw:/tmp]# ls -l t* lrwxr-xr-x 1 root wheel 4 Nov 2 15:33 ttt -> test test: total 0 lrwxr-xr-x 1 root wheel 4 Nov 2 15:33 test -> test [hsw:/tmp]# Not sure if this is the expected from ln. I also modified the build command to keep the contents of the custom symbolic as a default for the custom directory screen and to display this directory in the menu when the type is custom. begin 644 build.diff.gz M'XL("!%J/38``V(N9&EF9@"=5&MOVC`4_3B%7W$:(144$IK0TI:I4Q^C%5); M32O57IK:$$QC86+D.&.LX[_/3H)+Z<:FY8N3^)YSK\^]/J[K8I!1-O0X&UH? MR!`W9(J@A2#H[.UV=MOP#P\/*H[C%&'6%4]PS;\!`?QV9Z?=V=TM0HZ/X>[O M-/P`CE[:.#ZN(&(D%!60*.:PW3<XU1PT><",RA@CSAB?Z<]I*,()D42D';L, M=Q/85G\^)1WHI_K8__2NN[`K#AWA"^R/RQ\X4A]1EDH^L?&UXLB8)!7',ARH M51_/;F_Z=V][[Q=UA1_1"@Q'[[K75QQ;FD3#D</=`JZP6:K+*^,0IJ`)E;6# MNB)R"4N)";6?Y]R`@RK`,:"E.-;5^0U2^D,=M_IXT_O<76!\:IO=RS!YR,*' M?/?RY/KB]N1"BX$ECU;?#UH-WX?C!_L-?R_7ORR.)R3U4.MZ#Q[F/$,4)I!* M6E45FC&?D&8XH"%KSK@8-PLM&YC%-(IMPY'&/&-#1#R1H8*I==1L(!)9$L6^ M>ALQ/IW./2D(45],U:N6R2@M_M2])R8EG25(.(0[A=U-5->UZBCR8D@%B207 M\X[2<=DX)>X_($RGN^<GMY?]1?T9!2S3=3,/Q?3DC;?*SEMF6%]UA>#"P]E: M&BU?PB4&!$G&V):=H[Y3"5_5N9ZEK.4IDPHI9_2_<N4PDTS/DF4MSW.TEE2= M2D^[6O,!"?;V&@=P@K::D_UB/O2VM?E&P92[RGVTO6T.Z\:P/:^Y<@FQ]I@# M/Z.X9RE<!@/%3X2S,;8?IX(F$M6:[]<7V_<:2%B1B:QG>B'F.65DA9*FT/J% M8#09>S@9<"'5U?0\;U7*G9<EY\I8*9%W!9-N<BT:*NK78`G<=(2502IGL:XY MEU%B`G=4;FS$;&C#4%U+&VZX:E9K(ZL[VPK\QCZ<5NN@X;>*SDXS>2>I9,3< MN[-,"*)TS8U\Q7(1"J(MJK#CW(%7;FII0+[W6S-^\KP_1OS%KTW_EI:[9M=6 =;K-F7_]YKM8+"R\8L4185NAM-.1?I=A)*00'``!^ ` end In message <Pine.BSF.4.02A.9810301125190.25890-100000@korin.warman.org.pl>, And rzej Bialecki writes: >On Thu, 29 Oct 1998, Christopher Hall wrote: > >> >> Just tried to build a version of dial without ssh >> and received an out of inodes message. >> >> I did "cp -Rp dial dial2"; edit out ssh stuff and >> <stuff deleted> > >Hmmm.. This is intentional. Usually, you want it mounted to check what >really failed. When you restart the build process, it's unmounted anyway. > >Andrzej Bialecki > >-------------------- ++-------++ ------------------------------------- > <abial@nask.pl> ||PicoBSD|| FreeBSD in your pocket? Go and see: > Research & Academic |+-------+| "Small & Embedded FreeBSD" > Network in Poland | |TT~~~| | http://www.freebsd.org/~picobsd/ >-------------------- ~-+==---+-+ ------------------------------------- > --- Christopher Hall <hsw@email.generalresources.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811020910.RAA05192>