Re: Problem with "installworld" in FreeBSD 6.2-RELEASE-p5
ExTaZyTi wrote: Hi, My problem is with the installing new world in my system, this is the error ===> bin (install) ===> bin/cat (install) install -s -o root -g wheel -m 555 cat /bin strip: /bin/sthZDAzl: Operation not permitted install: wait: Operation not permitted *** Error code 70 Stop in /usr/src/bin/cat. *** Error code 1 Stop in /usr/src/bin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. If someone can help me. Thanks in advance. It could be caused /tmp is mounted with noexec, or by securelevel settings. Miroslav Lachman ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Problem with "installworld" in FreeBSD 6.2-RELEASE-p5
I do chflags noschg /bin and its work :) 2007/6/15, ExTaZyTi <[EMAIL PROTECTED]>: kern.securelevel: -1 and the permessions on /bin and / is the correct :[ 2007/6/15, Jeremy Chadwick <[EMAIL PROTECTED]>: > > On Fri, Jun 15, 2007 at 12:07:40AM +0300, ExTaZyTi wrote: > > My problem is with the installing new world in my system, this is the > error > > > > ===> bin (install) > > ===> bin/cat (install) > > install -s -o root -g wheel -m 555 cat /bin > > strip: /bin/sthZDAzl: Operation not permitted > > install: wait: Operation not permitted > > *** Error code 70 > > Could be caused by some filesystem mount options you've got set, maybe > incorrect permissions on /bin (no execute bit?), or possibly a secure > runlevel setting (which I believe was the cause of your last issue you > reported here). > > -- > | Jeremy Chadwickjdc at parodius.com| > | Parodius Networking http://www.parodius.com/| > | UNIX Systems Administrator Mountain View, CA, USA > | > | Making life hard for others since 1977. PGP: 4BD6C0CB > | > > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Problem with "installworld" in FreeBSD 6.2-RELEASE-p5
kern.securelevel: -1 and the permessions on /bin and / is the correct :[ 2007/6/15, Jeremy Chadwick <[EMAIL PROTECTED]>: On Fri, Jun 15, 2007 at 12:07:40AM +0300, ExTaZyTi wrote: > My problem is with the installing new world in my system, this is the error > > ===> bin (install) > ===> bin/cat (install) > install -s -o root -g wheel -m 555 cat /bin > strip: /bin/sthZDAzl: Operation not permitted > install: wait: Operation not permitted > *** Error code 70 Could be caused by some filesystem mount options you've got set, maybe incorrect permissions on /bin (no execute bit?), or possibly a secure runlevel setting (which I believe was the cause of your last issue you reported here). -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Problem with "installworld" in FreeBSD 6.2-RELEASE-p5
On Fri, Jun 15, 2007 at 12:07:40AM +0300, ExTaZyTi wrote: > My problem is with the installing new world in my system, this is the error > > ===> bin (install) > ===> bin/cat (install) > install -s -o root -g wheel -m 555 cat /bin > strip: /bin/sthZDAzl: Operation not permitted > install: wait: Operation not permitted > *** Error code 70 Could be caused by some filesystem mount options you've got set, maybe incorrect permissions on /bin (no execute bit?), or possibly a secure runlevel setting (which I believe was the cause of your last issue you reported here). -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"