Yes, BlueQuartz ..... Michael, I have cheked the /etc/dbrecover, and found those 3 entries as you mentioned. I corrected the file to have the "#!/bin/sh" saved , stopped dbrecover and start. I tried adding a new user, and its the same thing " "Please wait for the changes to complete" but it never completes.
Is there a way to revert to my old non flatfile passwd? and by the way, another server is also having same, but issue, but I havent changed passwd to flat file yet, any idea how I can get this fixed without having to go the flat file path? Thanks for the support. MW On Mon, Mar 22, 2010 at 6:00 PM, Michael Stauber <[email protected]>wrote: > Hi Muta Wakilu, > > > My /etc, contains 3 password files > > paaswd > > passwd- > > passwd.rpmnew > > Howevr, there isnt a passwd.lock > > That's BlueQuartz you say? Hmm, OK. > > Although you already manually reverted back to flat file authentication, > please check the following file in an editor: > > /etc/init.d/dbrecover > > If the very start of it looks like this, then this may be the problem: > > ---------------------------------------------- > -- dbrecover > +++ dbrecover > @@ -1,84 +0,0 @@ > #!/bin/sh > # $Id$ > [rest of file] > ---------------------------------------------- > > You see those three lines above "#!/bin/sh"? They shouldn't be there. > Instead > "#!/bin/sh" should be the first line of this file. But apparently a recent > BlueQuartz update messed this file up with a wrongly applied "patch" > command > in one BlueQuartz RPM's post install section or another. > > To fix this, remove all lines above "#!/bin/sh", save the changes and then > run > these two commands: > > /etc/init.d/dbrecover stop > /etc/init.d/dbrecover start > > Then see if that fixes your problem. > > -- > With best regards > > Michael Stauber > > _______________________________________________ > Blueonyx mailing list > [email protected] > http://www.blueonyx.it/mailman/listinfo/blueonyx > -- -------------------------------------------- If you have no confidence in self you are twice defeated in the race of life. With confidence you have won even before you have started.
_______________________________________________ Blueonyx mailing list [email protected] http://www.blueonyx.it/mailman/listinfo/blueonyx
