Quoting Charles Forsyth <charles.fors...@gmail.com>:
On 22 October 2014 15:34, Kurt H Maier <k...@sciops.net> wrote:
Quoting Mats Olsson <plan9....@gmail.com>:
cpu: can't dial: plan9.lanl.gov: The operation completed successfully.
this exact error message is in the fortunes file.
oh well, that explains that: obviously the rio start-up on the pi runs
fortunes, to aid debugging.
That is precisely what is happening. The startup script Steve Simon sent
runs his logwin script, which looks like this:
#!/bin/rc
fortune
calendar -y
news
echo
exec rc -i
...now compare Mats' output:
cpu: can't dial: plan9.lanl.gov: The operation completed successfully.
calendar: can't open /usr/glenda/lib/calendar:
'/usr/glenda/lib/calendar' does not exist
khm