VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
astmac at stillnewt.org Guest
|
Posted: Fri Jan 16, 2009 2:15 pm Post subject: [Freeswitch-users] Starting FS on OSX (10.4.11 PPC) |
|
|
On Jan 16, 2009, at 8:09 AM, Ivan C Myrvold wrote:
Quote: | I haven't tried using launchctl for FreeSWITCH. But when I saw your
post, I tried it out. I have no problem getting it to work:
I make a file "org.freeswitch.freeswitch.plist" and save it to ~/
Library/LaunchAgents with the following content:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd
">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>org.freeswitch.freeswitch</string>
<key>Program</key>
<string>/usr/local/freeswitch/bin/freeswitch</string>
<key>RunAtLoad</key>
<true/>
<key>ServiceIPC</key>
<true/>
</dict>
</plist>
Then in Terminal.app, I do a "launchctl load ~/Library/LaunchAgents/
org.freeswitch.freeswitch.plist"
If you do the same command, but unload instead of load, it should stop
freeswitch.
Does this work for you?
|
Huh,
I have been trying to do something similar, but putting the file in /
System/Library/LaunchDaemons.
Strangely, I tried your file right now (in LaunchDaemons) and
freeswitch is started, but it doesn't respond to my devices trying to
register?
Weird.
If I kill it and start it manually, it immediately responds and my
devices register.
Ideas?
Thanks,
Marty
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
ivan at myrvold.org Guest
|
Posted: Fri Jan 16, 2009 3:57 pm Post subject: [Freeswitch-users] Starting FS on OSX (10.4.11 PPC) |
|
|
I have chown the freeswitch directory to my user imyrvold, therefore
I put it in ~/Library/LaunchDaemons.
Do you run freeswitch as root, as you put it in /System/library/
LaunchDaemons? That directory should be reserved anyway for Apple's
system tools.
A better idea would be to put it in /Library/LaunchDaemons if you run
it as root (but you should in my opinion run it as a normal user, as I
have (almost) always done).
Ivan
Den 16. jan.. 2009 kl. 20:12 skrev Martin Joseph:
Quote: |
On Jan 16, 2009, at 8:09 AM, Ivan C Myrvold wrote:
Quote: | I haven't tried using launchctl for FreeSWITCH. But when I saw your
post, I tried it out. I have no problem getting it to work:
I make a file "org.freeswitch.freeswitch.plist" and save it to ~/
Library/LaunchAgents with the following content:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd
">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>org.freeswitch.freeswitch</string>
<key>Program</key>
<string>/usr/local/freeswitch/bin/freeswitch</string>
<key>RunAtLoad</key>
<true/>
<key>ServiceIPC</key>
<true/>
</dict>
</plist>
Then in Terminal.app, I do a "launchctl load ~/Library/LaunchAgents/
org.freeswitch.freeswitch.plist"
If you do the same command, but unload instead of load, it should
stop
freeswitch.
Does this work for you?
|
Huh,
I have been trying to do something similar, but putting the file in /
System/Library/LaunchDaemons.
Strangely, I tried your file right now (in LaunchDaemons) and
freeswitch is started, but it doesn't respond to my devices trying to
register?
Weird.
If I kill it and start it manually, it immediately responds and my
devices register.
Ideas?
Thanks,
Marty
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
astmac at stillnewt.org Guest
|
Posted: Sat Jan 17, 2009 1:19 pm Post subject: [Freeswitch-users] Starting FS on OSX (10.4.11 PPC) |
|
|
On Jan 16, 2009, at 12:54 PM, Ivan C Myrvold wrote:
Quote: | I have chown the freeswitch directory to my user imyrvold, therefore
I put it in ~/Library/LaunchDaemons.
Do you run freeswitch as root, as you put it in /System/library/
LaunchDaemons? That directory should be reserved anyway for Apple's
system tools.
A better idea would be to put it in /Library/LaunchDaemons if you run
it as root (but you should in my opinion run it as a normal user, as I
have (almost) always done).
|
Yes, I have been running it as root (blush). Any idea why it might
start, but not except registrations? That seems strange to me.
Thanks for the help (again),
Marty
Quote: |
Ivan
Den 16. jan.. 2009 kl. 20:12 skrev Martin Joseph:
Quote: |
On Jan 16, 2009, at 8:09 AM, Ivan C Myrvold wrote:
Quote: | I haven't tried using launchctl for FreeSWITCH. But when I saw your
post, I tried it out. I have no problem getting it to work:
I make a file "org.freeswitch.freeswitch.plist" and save it to ~/
Library/LaunchAgents with the following content:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd
">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>org.freeswitch.freeswitch</string>
<key>Program</key>
<string>/usr/local/freeswitch/bin/freeswitch</string>
<key>RunAtLoad</key>
<true/>
<key>ServiceIPC</key>
<true/>
</dict>
</plist>
Then in Terminal.app, I do a "launchctl load ~/Library/LaunchAgents/
org.freeswitch.freeswitch.plist"
If you do the same command, but unload instead of load, it should
stop
freeswitch.
Does this work for you?
|
Huh,
I have been trying to do something similar, but putting the file in /
System/Library/LaunchDaemons.
Strangely, I tried your file right now (in LaunchDaemons) and
freeswitch is started, but it doesn't respond to my devices trying to
register?
Weird.
If I kill it and start it manually, it immediately responds and my
devices register.
Ideas?
Thanks,
Marty
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
ivan at myrvold.org Guest
|
Posted: Sun Jan 18, 2009 7:18 am Post subject: [Freeswitch-users] Starting FS on OSX (10.4.11 PPC) |
|
|
Den 17. jan.. 2009 kl. 19:15 skrev Martin Joseph:
Quote: |
On Jan 16, 2009, at 12:54 PM, Ivan C Myrvold wrote:
Quote: | I have chown the freeswitch directory to my user imyrvold, therefore
I put it in ~/Library/LaunchDaemons.
Do you run freeswitch as root, as you put it in /System/library/
LaunchDaemons? That directory should be reserved anyway for Apple's
system tools.
A better idea would be to put it in /Library/LaunchDaemons if you run
it as root (but you should in my opinion run it as a normal user,
as I
have (almost) always done).
|
Yes, I have been running it as root (blush). Any idea why it might
start, but not except registrations? That seems strange to me.
|
Do you have any messages in Console that can explain it?
Ivan
Quote: |
Thanks for the help (again),
Marty
Quote: |
Ivan
Den 16. jan.. 2009 kl. 20:12 skrev Martin Joseph:
Quote: |
On Jan 16, 2009, at 8:09 AM, Ivan C Myrvold wrote:
Quote: | I haven't tried using launchctl for FreeSWITCH. But when I saw your
post, I tried it out. I have no problem getting it to work:
I make a file "org.freeswitch.freeswitch.plist" and save it to ~/
Library/LaunchAgents with the following content:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd
">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>org.freeswitch.freeswitch</string>
<key>Program</key>
<string>/usr/local/freeswitch/bin/freeswitch</string>
<key>RunAtLoad</key>
<true/>
<key>ServiceIPC</key>
<true/>
</dict>
</plist>
Then in Terminal.app, I do a "launchctl load ~/Library/
LaunchAgents/
org.freeswitch.freeswitch.plist"
If you do the same command, but unload instead of load, it should
stop
freeswitch.
Does this work for you?
|
Huh,
I have been trying to do something similar, but putting the file
in /
System/Library/LaunchDaemons.
Strangely, I tried your file right now (in LaunchDaemons) and
freeswitch is started, but it doesn't respond to my devices trying
to
register?
Weird.
If I kill it and start it manually, it immediately responds and my
devices register.
Ideas?
Thanks,
Marty
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|