#11065 closed defect (fixed)
Squid fails to start with launchctl start, but does start with launchctl stop
Reported by: | decibel (Jim Nasby) | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | squid launchd | Cc: | |
Port: |
Description
I've tried running the commands from Squid.wrapper by hand, and they work fine. But when running via launchctl, start doesn't work, and stop actually starts squid. I've tried adding logging to Squid.wrapper, but I don't know where it's being written to.
Change History (10)
comment:1 Changed 18 years ago by pipping@…
Milestone: | → Available Ports |
---|
comment:2 Changed 18 years ago by pipping@…
Milestone: | Available Ports → Port Bugs |
---|
comment:3 Changed 18 years ago by pguyot (Paul Guyot)
Owner: | changed from macports-dev@… to mww@… |
---|
comment:4 Changed 17 years ago by nox@…
Cc: | mww@… added |
---|---|
Priority: | Blocker → High |
comment:5 Changed 17 years ago by jmroot (Joshua Root)
Cc: | jmr@… added; mww@… removed |
---|---|
Priority: | High → Normal |
comment:6 Changed 17 years ago by mww@…
Keywords: | squid launchd added |
---|---|
Owner: | changed from mww@… to jmr@… |
comment:7 Changed 17 years ago by jmroot (Joshua Root)
Cc: | jmr@… removed |
---|---|
Status: | new → assigned |
comment:8 Changed 17 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Should be fixed by r35342.
comment:9 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Incremented port revision in r35572 to make sure everyone gets this fix.
Note: See
TracTickets for help on using
tickets.
There's a permission issue somewhere, squid fails to bind its listening port. It works when started as root, and doing that shouldn't be a problem since it changes its effective UID after launch.