debian:/home/student# apt-get remove --purge dotlrn
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
xotcl aolserver4-nssha1 aolserver4-doc wwwconfig-common tdom tcllib
aolserver4 tcl8.4 aolserver4-core aolserver4-nspostgres aolserver4-nscache
aolserver4-xotcl tclthread
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
dotlrn*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 105MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 129118 files and directories currently installed.)
Removing dotlrn ...
Stopping web server: dotlrn.
Purging configuration files for dotlrn ...
dpkg - warning: while removing dotlrn, directory `/var/log/aolserver4/dotlrn' not empty so not removed.
debian:/home/student# apt-get install dotlrn
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
postgresql
The following NEW packages will be installed:
dotlrn
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/24.9MB of archives.
After this operation, 105MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
dotlrn
Install these packages without verification [y/N]? y
Preconfiguring packages ...
Selecting previously deselected package dotlrn.
(Reading database ... 114968 files and directories currently installed.)
Unpacking dotlrn (from .../archives/dotlrn_2.4.1_all.deb) ...
Setting up dotlrn (2.4.1) ...
Reloading PostgreSQL 8.3 database server: main.
Starting web server: dotlrn.
debian:/home/student#
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
xotcl aolserver4-nssha1 aolserver4-doc wwwconfig-common tdom tcllib
aolserver4 tcl8.4 aolserver4-core aolserver4-nspostgres aolserver4-nscache
aolserver4-xotcl tclthread
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
dotlrn*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 105MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 129118 files and directories currently installed.)
Removing dotlrn ...
Stopping web server: dotlrn.
Purging configuration files for dotlrn ...
dpkg - warning: while removing dotlrn, directory `/var/log/aolserver4/dotlrn' not empty so not removed.
debian:/home/student# apt-get install dotlrn
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
postgresql
The following NEW packages will be installed:
dotlrn
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/24.9MB of archives.
After this operation, 105MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
dotlrn
Install these packages without verification [y/N]? y
Preconfiguring packages ...
Selecting previously deselected package dotlrn.
(Reading database ... 114968 files and directories currently installed.)
Unpacking dotlrn (from .../archives/dotlrn_2.4.1_all.deb) ...
Setting up dotlrn (2.4.1) ...
Reloading PostgreSQL 8.3 database server: main.
Starting web server: dotlrn.
debian:/home/student#
Stopping web server: dotlr
debian:/etc/default# ln -s /usr/share/dotlrn/etc/daemontools /etc/service/dotlrn
debian:/etc/default#
svc -u /etc/service/dotlrn
svc -d /etc/service/dotlrn
both worked even though it took it more than a minute to come up.
I then edited the /etc/dotlrn/config.tcl
set hostname hostname
set address 0.0.0.0
and the same thing happened like before. When it finally came up it let me access the http://192.168.1:8000 but when i entered my username and password it was hosed.
I've installed Debian Jan Testing on another computer and will go through the whole process again, now.
thanks.