Opened 14 years ago

Closed 14 years ago

#25724 closed defect (invalid)

murmur @1.2.2_2 Configure error - Unable to setup superuser

Reported by: timothyalegge@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc: nerdling (Jeremy Lavergne)
Port: murmur @1.2.2_2

Description

OS X 10.6.4 Xcode 3.2.2

I have just setup and installed Murmur. Now I am trying to configure it for launch. I have edited the ini file to fit my needs and I have attached a copy for your reference. Now when I try to execute the following command I receive the following messages:

Timothy-Legges-MacBook:murmur timothy_legge$ sudo port load murmur/opt/local/sbin/murmurd -ini /opt/local/etc/murmur/murmur.ini -supw ********
Password:
Can't map the URL 'file://.' to a port description file ("Could not find Portfile in /Murmur").
Please verify that the directory and portfile syntax are correct.
Error: A default port name could not be supplied.
Can't map the URL 'file://.' to a port description file ("Could not find Portfile in /Murmur").
Please verify that the directory and portfile syntax are correct.
Error: A default port name could not be supplied.
Error: Port murmur/opt/local/sbin/murmurd not found
To report a bug, see <http://guide.macports.org/#project.tickets>

If any further information is required please let me know and I will be happy to provide these to you.

Attachments (1)

murmur.ini (4.8 KB) - added by timothyalegge@… 14 years ago.

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by timothyalegge@…

Attachment: murmur.ini added

comment:1 Changed 14 years ago by jmroot (Joshua Root)

Cc: snc@… added
Resolution: invalid
Status: newclosed

port load foo just runs launchctl load -w path/to/foo.plist. Multiple arguments are treated as multiple port names and the action is run on each of them.

Note: See TracTickets for help on using tickets.