New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

test -x /usr/sbin/anacron || ( cd / && run-parts --report /e

Got problems with your B2 or B3? Share and get helped!
Post Reply
Bahurim
Posts: 21
Joined: 12 Sep 2008, 11:16

test -x /usr/sbin/anacron || ( cd / && run-parts --report /e

Post by Bahurim »

I am getting this message on a daily and weekly basis. Is this from cron trying to cleanup "/var/cache"? Has anyone else seen this or have a fix?
  • /etc/cron.daily/man-db:
    /usr/bin/mandb: can't read from /var/cache/man/pt_BR/index.db: Input/output error
    /usr/bin/mandb: can't read from /var/cache/man/fr.ISO8859-1/index.db: Input/output error

I have performed apt-get update, apt-get upgrade, and apt-get dist-upgrade but had no upgrades.
Here is my sources.list.

# BUBBA|TWO apt sources.list
#
# Changes in this file might break your system
#
# vim: ft=debsources

# The stable BUBBA|TWO repository, is in the suite "stable".
deb http://update.excito.org/ marielle main

# The stable BUBBA|TWO repository, is in the suite "stable". source packages
#deb-src http://update.excito.org/ marielle main

# The upstream packages used in BUBBA|TWO, is in the suite "upstream_stable".
deb http://update.excito.org/ upstream_etch main

# The upstream packages used in BUBBA|TWO, is in the suite "upstream_stable". source packages
#deb-src http://update.excito.org/ upstream_etch main

# The debian etch repository containing unsupported packages that can be used.
deb http://archive.debian.org/debian/ etch main

# The debian etch repository containing unsupported packages that can be used. source packages
#deb-src http://ftp.se.debian.org/debian etch main

# The debian etch repository containing unsupported packages that can be used.
#deb http://ftp.se.debian.org/debian etch contrib

# The debian etch repository containing unsupported packages that can be used. source packages
#deb-src http://ftp.se.debian.org/debian etch contrib

# The debian etch repository containing unsupported packages that can be used.
#deb http://ftp.se.debian.org/debian etch non-free

# The debian etch repository containing unsupported packages that can be used. source packages
#deb-src http://ftp.se.debian.org/debian etch non-free

# The unstable BUBBA|TWO repository, is in the suite "unstable".
#deb http://update.excito.org/ claire main

# The unstable BUBBA|TWO repository, is in the suite "unstable". source packages
#deb-src http://update.excito.org/ claire main

# The upstream packages used in unstable BUBBA|TWO, is in the suite "upstream_stable_forclaire".
#deb http://update.excito.org/ upstream_etch_forclaire main

# The upstream packages used in unstable BUBBA|TWO, is in the suite "upstream_stable_forclaire". source packages
#deb-src http://update.excito.org/ upstream_etch_forclaire main
Post Reply