From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: Christian Grothaus Message-ID: <3f5ef316_1@news.uni-bielefeld.de> Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT References: <864qzli2kb.fsf@gic.mteege.de> Subject: [9fans] Re: drawterm can't auth Date: Wed, 10 Sep 2003 09:51:36 +0000 Topicbox-Message-UUID: 30840f08-eacc-11e9-9e20-41e7f4b1d025 Matthias Teege wrote: > But the auth service didnt start. On > > if(! test -e /rc/bin/service.auth/il566){ > mv /rc/bin/service.auth/authsrv.il566 /rc/bin/service.auth/il566 > mv /rc/bin/service.auth/authsrv.tcp567 /rc/bin/service.auth/tcp567 > mv /rc/bin/service/il566 /rc/bin/service/_il566 > mv /rc/bin/service/tcp567 /rc/bin/service/_tcp567 > } > > I get permission errors. [...] The above command has to be run only once, so you don't need to put it in your cpurc, you can execute it in an rc window. In order to move the files, however, you first have to turn permission checking off via disk/kfscmd allow After you have moved the files, you can turn it on again with disk/kfscmd disallow See kfscmd(8) for more info. HTH Christian