Dan McGee wrote: > On Fri, Feb 5, 2010 at 4:08 PM, clemens fischer wrote: > >> I'm updating the pacman database about once a day. For the last few >> days I always get this message: >> >> "too much happens:: Synchronizing package databases..." >> >> but everything works fine. I checked usr/bin/pacman, >> /usr/lib/libalpm.so.4 and usr/sbin/fcron using strings(1) for the text >> "much", but no hits. >> >> What's happening here? > > Showing the command you are actually running might be a good first > start... Sorry. It's an fcrontab entry: { pacman --noprogressbar -Sy && pacman --noprogressbar -Qu || :; } 2>&1 clemens