Re: Localhost down | MacPorts LAMP

2010-02-28 Thread Bradley Giesbrecht
On Feb 28, 2010, at 9:51 PM, Ryan Schmidt wrote: On Feb 28, 2010, at 23:41, Jasper Frumau wrote: I seemed to solve it by adding an entry to /etc/hosts for my bonjour name to map to localhost. In your case, something like this: 127.0.0.1 Jaspers-MacBook-Pro.local So you suggest r

Re: Localhost down | MacPorts LAMP

2010-02-28 Thread Ryan Schmidt
On Feb 28, 2010, at 23:41, Jasper Frumau wrote: >> I seemed to solve it by adding an entry to /etc/hosts for my bonjour name to >> map to localhost. In your case, something like this: >> 127.0.0.1 Jaspers-MacBook-Pro.local > > So you suggest replacing > 127.0.0.1 localhost > with > 127.

Re: Localhost down | MacPorts LAMP

2010-02-28 Thread Jasper Frumau
Thanks for the reply Scott. See my comments below yours.. > [Fri Feb 26 14:12:26 2010] [error] child process 1807 still did not exit, > sending a SIGKILL > > [Fri Feb 26 14:12:27 2010] [notice] caught SIGTERM, shutting down > > [Fri Feb 26 14:13:52 2010] [alert] (EAI 8)nodename nor servname provi

Re: Localhost down | MacPorts LAMP

2010-02-28 Thread Scott Haneda
On Feb 28, 2010, at 1:27 AM, Jasper Frumau wrote: > Just tried to access my localhost and got a 304. Then I ran sudo > /opt/local/apache2/bin/apachectl restart and Apache restarted. I wonder why > Apache stopped in the first place so I checked the error log and found these > errors before I res

Re: Mowitz Fetch Failure

2010-02-28 Thread Frank Schima
Hi Ivan, On Feb 28, 2010, at 1:45 PM, Ivan Kawaler wrote: > In order to install siag, I attempted to install mowitz. However, all the > fetch attempts have failed over the past few days. Is mowitz still available > under MacPorts? Who would I inform about this, as the port has no maintainer

Mowitz Fetch Failure

2010-02-28 Thread Ivan Kawaler
In order to install siag, I attempted to install mowitz. However, all the fetch attempts have failed over the past few days. Is mowitz still available under MacPorts? Who would I inform about this, as the port has no maintainer? ___ macports-use

Re: syntax for uninstalling. Can I use a regex?

2010-02-28 Thread Brandon Allbery
On Feb 28, 2010, at 11:44 , David Epstein wrote: find . -name "*texlive*" -print ./var/macports/sources/rsync.macports.org/release/ports/tex/texlive ./var/macports/sources/rsync.macports.org/release/ports/tex/ texlive_base ./var/macports/sources/rsync.macports.org/release/ports/tex/ texlive_bas

Re: syntax for uninstalling. Can I use a regex?

2010-02-28 Thread David Epstein
Here's what I get: Tottie:/<1>local% port installed "texlive*" The following ports are currently installed: texlive_texmf-minimal @2007_2 (active) Tottie:/<1>local% sudo port uninstall "*texlive_texmf-minimal*" Password: ---> Deactivating texlive_texmf-minimal @2007_2 ---> Uninstalling texliv

Re: syntax for uninstalling. Can I use a regex?

2010-02-28 Thread Joshua Root
On 2010-3-1 02:49 , David Epstein wrote: > I am in /opt/local and here is what happened. Are the files or directories > listed supposed to remain permanently in my file system? Under sources/ yes. The ones under receipts/ and software/ go away when you uninstall. > Tottie:/<1>local% port installe

Re: syntax for uninstalling. Can I use a regex?

2010-02-28 Thread Brandon Allbery
On Feb 28, 2010, at 10:49 , David Epstein wrote: sudo port clean --all name:texlive Password: ---> Cleaning texlive ---> Cleaning texlive_base ---> Cleaning texlive_texmf-docs ---> Cleaning texlive_texmf-full ---> Cleaning texlive_texmf-minimal "clean" doesn't remove installed files, just

Re: syntax for uninstalling. Can I use a regex?

2010-02-28 Thread David Epstein
Brandon Allbery wrote: > > May I suggest reading "man port" in a terminal window? > Thanks a lot for the patient replies from Joshua and Brandon. I did in fact spend quite a lot of time studying "man port" before writing to the forum. I'm sure the manual page is very clear to anyone who alread

Re: syntax for uninstalling. Can I use a regex?

2010-02-28 Thread Joshua Root
On 2010-3-1 02:21 , Brandon Allbery wrote: > On Feb 28, 2010, at 10:07 , Joshua Root wrote: >> On 2010-3-1 01:50 , Brandon Allbery wrote: >>> non-active versions are stored in tarballs so you >>> can easily swap active versions with "port activate".) >> >> You're conflating image mode and archive m

Re: syntax for uninstalling. Can I use a regex?

2010-02-28 Thread Brandon Allbery
On Feb 28, 2010, at 10:07 , Joshua Root wrote: On 2010-3-1 01:50 , Brandon Allbery wrote: non-active versions are stored in tarballs so you can easily swap active versions with "port activate".) You're conflating image mode and archive mode here I think. The default is image mode on and arc

Re: syntax for uninstalling. Can I use a regex?

2010-02-28 Thread Joshua Root
On 2010-3-1 01:42 , David Epstein wrote: > When I try "sudo port uninstall texlive", the system replies > Error: port uninstall failed: Registry error: texlive not registered as > installed. > Nevertheless there are huge numbers of files in /opt/local with "texlive" as > part of the path name. > >

Re: syntax for uninstalling. Can I use a regex?

2010-02-28 Thread Joshua Root
On 2010-3-1 01:50 , Brandon Allbery wrote: > non-active versions are stored in tarballs so you > can easily swap active versions with "port activate".) You're conflating image mode and archive mode here I think. The default is image mode on and archive mode off. (Your description may actually beco

Re: syntax for uninstalling. Can I use a regex?

2010-02-28 Thread Brandon Allbery
On Feb 28, 2010, at 09:42 , David Epstein wrote: I tried port search installed tex, but I think it treated both "installed" and "tex" as search strings. Yes; that's how "port search" works. "port installed texlive" does what you want. May I suggest reading "man port" in a terminal window

syntax for uninstalling. Can I use a regex?

2010-02-28 Thread David Epstein
1. What is the syntax for finding all installed ports whose name contains "tex"? Will this include both active and inactive ports? I tried port search installed tex, but I think it treated both "installed" and "tex" as search strings. 2. How do I uninstall a whole lot of ports simultaneously? And

Localhost down | MacPorts LAMP

2010-02-28 Thread Jasper Frumau
Just tried to access my localhost and got a 304. Then I ran sudo /opt/local/apache2/bin/apachectl restart and Apache restarted. I wonder why Apache stopped in the first place so I checked the error log and found these errors before I restarted the server: [Fri Feb 26 14:12:24 2010] [warn] child pr