I am runnig under RH 6.0 and when root starts updatedb, the exit status is always 1. Normally, it must be 0. ex : (root@foo)# updatedb (root@foo)# echo $? 1 (root@foo)# When I try with parameters like -u and -l 1 or -l 0, the exit status is 1 yet. When I try with slocate, the exit status is 1... I just want to know if this problem comes from my system, or the whole Redhat 6 has the same matter. Thank. Pierre-Frangois LAURAND France
is it actually creating the database? The exit code of 1 for slocate seems only to be used for error conditions...
closed ; lack of input