Re: [gentoo-user] fcron driving me crazy

2008-11-04 Thread Jorge Peixoto de Morais Neto
- Hide quoted text -
On Wed, Oct 8, 2008 at 2:54 AM, Stroller [EMAIL PROTECTED] wrote:

 On 8 Oct 2008, at 04:10, [EMAIL PROTECTED] wrote:

 ...
 every fcron is starting updatedb. I dont need this service on a
 daily basis. I am starting updatedb by hand if I need a fresh db.
 But I need a full fcron installed for other purposes, so I need
 to find the script, which tells fcron to start updatedb.

 If you don't know where the above script is...

 I have tried to disable all scripts, but it seems, that I am
 not able to do so ;)

 I edited also roots fcrontab and my own fcrontab to not
 to start updatedb -- they are fixed.

 ... then why did you do this? What did you edit  what were the results?

 My question: Where are other things installed, which
 trigger updatedb on a daily basis?

 /etc/cron.daily/slocate

 It is put there by sys-apps/slocate itself. You can move it to cron.weekly
 if you prefer (although frankly, I don't know why this would upset you so
 much).

I re-state what Stroller said. What did you edit? And, please read the
cron documentation (if memory serves, Gentoo has a nice cron
documentation).

Also, try mlocate. It is an optimized implementation of locate; its
updatedb is faster and less IO-intensive.

--
Software is like sex: it is better when it is free - Linus Torvalds



[gentoo-user] fcron driving me crazy

2008-10-07 Thread meino . cramer
Hi,

every fcron is starting updatedb. I dont need this service on a
daily basis. I am starting updatedb by hand if I need a fresh db.
But I need a full fcron installed for other purposes, so I need
to find the script, which tells fcron to start updatedb.

I have tried to disable all scripts, but it seems, that I am
not able to do so ;)

I edited also roots fcrontab and my own fcrontab to not
to start updatedb -- they are fixed.

My question: Where are other things installed, which
trigger updatedb on a daily basis?

Kind regards and thank you very much in advance for any help!
mcc



-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.



Re: [gentoo-user] fcron driving me crazy

2008-10-07 Thread Stroller


On 8 Oct 2008, at 04:10, [EMAIL PROTECTED] wrote:

...
every fcron is starting updatedb. I dont need this service on a
daily basis. I am starting updatedb by hand if I need a fresh db.
But I need a full fcron installed for other purposes, so I need
to find the script, which tells fcron to start updatedb.


If you don't know where the above script is...


I have tried to disable all scripts, but it seems, that I am
not able to do so ;)

I edited also roots fcrontab and my own fcrontab to not
to start updatedb -- they are fixed.


... then why did you do this? What did you edit  what were the results?


My question: Where are other things installed, which
trigger updatedb on a daily basis?


/etc/cron.daily/slocate

It is put there by sys-apps/slocate itself. You can move it to  
cron.weekly if you prefer (although frankly, I don't know why this  
would upset you so much).