This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I've been surprised about how many things that the upgrade to Lion broke. For example, it removed the links to git and java from /usr/bin
so those programs were gone. It wasn't hard to fix the soft links, but it took a while to figure out why java and git were gone, and where they were really.
I also see that the built in copy of Apache HTTPD is "broken" in that the doc-root is clearly not being set, or is configured wrong or something.
A trivial request to localhost now gets a 404
Not Found
The requested URL / was not found on this server.
Apache/2.2.21 (Unix) DAV/2 Server at localhost Port 80
Any hints as to where that went? or where it is looking?
Also, how does one start/stop/restart daemon processs?
I don't see the usual linux style /etc/init.d/name scripts
nor the old BSD style /etc/rc.0/name scripts.
What's the trick to restart things like httpd?
Pat Farrell wrote:
What's the trick to restart things like httpd?
Have someone at the steering wheel with their foot on the clutch. Have another person behind pushing and when you get it going a couple MPH, release the clutch. ;)
Sorry.
I do know why the Java failed. It is because in Lion it isn't installed by default, but that there is a way that it would just pop up asking if you wanted to install Java.