Dear all,
I'm trying to build a mail server on a freebsd box.
They say I should have JVM(jdk14) before deploying james-server.
To build the JVM, they say, I should
cd control/make
(which I have dove) and then just type
gmake
(and here I get)
gmake: not found...
After the usual sequence of:
make && make install && make restart
there was the following message:
"Restarting: /etc/rc.sendmail: restart-mta: /var/run/sendmail.pid not found
sendmail-clientmqueue"
What does that mean? What can be done?
Help, please.
yours`
serguey
The problem is put in the headline:
"Apache 2.2.0 Failed to enable the "httpready" Accept filter"
That is the message at starting a newly installed server and (supposedly) as the result no way to the serever's index.html
Help, please.
yours`
serguey
dear all,
There's a newly installed apache 1.3.x on a freebsd box in the LAN.
When I check it with a nearby PC's ie and type http://195.250.68.162/index.html it shows the file but addressing the page as http://gate.human.nk.am/index.html results in error message:
-----------
Unable to determine...
dear all,
the command
>sed s/m/x/g
works on my box OK. But adding '-n'
>sed -n s/m/x/
makes it to output blank lines even after those containing "m's"
How to understand this deviation from a tutorial predictions?
yours`
serguey
dear sages,
please tell me what's wrong with the following script:
#!/bin/sh
#usage yd2ymd 1998213
# if there is no command line argument, assume one is being
# piped in and read it
if [ X$1 = X ]
then
read dt
else
dt=$1
fi
#...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.