You are not logged in.
Pages: 1
Hi
devuan daedalus
Yesterday i installed dwww. Today I looked, if indexes have been built, but have not.
I run /etc/cron.daily/dwww, it quit immediately.
I run /etc/cron.weekly/dwww,
/etc/cron.weekly (git)-[master] # sh -x -v dwwwIt asked if swish++ was installed and quit. Of course swish++ was not installed, because it was a recommendation only.
Now I installed swish++, now it builds the index.
Debian Documentation is flawed and dependencies are also flawed both on the website and in the installation.
#!/bin/sh
# $Id: dwww.cron.weekly,v 1.3 2007-12-16 09:56:31 robert Exp $
#
# This script creates an index of Debian documentation registered
# with doc-base. See dwww-index++(8) man page for details.
# check if swish++ is installed
#test -x /usr/bin/index++ || exit 0
# check if dwww is still installed
test -x /usr/sbin/dwww-index++ || exit 0
+ test -x /usr/sbin/dwww-index++
set -e
+ set -e
# See ionice(1)
[ -x /usr/bin/ionice ] && IONICE="/usr/bin/ionice -c3 -t" || IONICE=
+ [ -x /usr/bin/ionice ]
+ IONICE=/usr/bin/ionice -c3 -t
$IONICE dwww-index++ > /dev/null
+ /usr/bin/ionice -c3 -t dwww-index++
exit 0
+ exit 0
sh -x -v dwww 27,13s user 4,01s system 1% cpu 34:07,45 totalHoever : search in webbrowser no results
Some links work, most not.
Last edited by bai4Iej2need (Yesterday 20:36:08)
The devil, you know, is better than the angel, you don't know. by a British Citizen, I don't know too good.
One generation abandons the enterprises of another like stranded vessels. By Henry David Thoreau, WALDEN, Economy. Line 236 (Gutenberg text Version)
broken by design :
https://bugs.debian.org/cgi-bin/bugrepo … bug=958390
Offline
Pages: 1