VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
gmaruzz at celliax.org Guest
|
Posted: Fri Sep 04, 2009 3:31 am Post subject: [Freeswitch-users] skypiax error |
|
|
Jingwei,
those are normal warnings made by the Skype client (not by
mod_skypiax), you just have to edit /etc/alsa/alsa.conf and comment
out hdmi lines. Is a problem with a lazy implementation of that file,
that supposes you got an hdmi.
The other warning is because there are some files missing from the
Xvfb installation made by centos, but are completely harmless. In the
future I will make the script to redirect them to /dev/null
Bottom line: all is OK.
-giovanni
Sincerely,
Giovanni Maruzzelli
Cell : +39-347-2665618
On Fri, Sep 4, 2009 at 10:01 AM, Jingwei Yang<jingwei.yang@gmail.com> wrote:
Quote: | Hi Folks,
I just tried to install FS with mod_skypiax on a new CentOS 5.2 machine.
After having followed the big help doc from the wiki page
(http://wiki.freeswitch.org/wiki/Skypiax#An_example_of_Skypiax_and_FreeSWITCH_installation_on_CentOS.2C_from_scratch),
I hit an error when running multi.sh (under
freeswitch/src/mod/endpoints/mod_skypiax/configs/multiple-instance-same-skype-username).
Couldn't open RGB_DB '/usr/share/X11/rgb'
error opening security policy file /usr/lib64/xserver/SecurityPolicy
This error seems not stopping xvfb from getting started. Then I started FS
and loaded mod_skypiax. However, when I initiated a test call (originate
skypiax/ANY/userAAA &echo), I saw a bunch of ALSA lib errors popping up:
ALSA lib pcm.c:2184:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
Again, this error doesn't prohibit the call from reaching me. It's just too
annoying and it keeps popping up after a while. Does anyone know how to get
rid of those errors?
I found a similar post here:
http://lists.freeswitch.org/pipermail/freeswitch-users/2009-May/013956.html.
Phil, if you happen to see my question, could you please reply and let me
know what the cause was and what you have done to solve it? Thanks!
By the way, I started xvfb and FS using root.
Regards,
-Jingwei
_______________________________________________
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 |
|
|
jingwei.yang at gmail.com Guest
|
Posted: Fri Sep 04, 2009 3:47 am Post subject: [Freeswitch-users] skypiax error |
|
|
Hi Giovanni,
That's a big relief. Thanks a lot for the reply
Regards,
-Jingwei
On Fri, Sep 4, 2009 at 4:25 PM, Giovanni Maruzzelli <gmaruzz@celliax.org (gmaruzz@celliax.org)> wrote:
Quote: | Jingwei,
those are normal warnings made by the Skype client (not by
mod_skypiax), you just have to edit /etc/alsa/alsa.conf and comment
out hdmi lines. Is a problem with a lazy implementation of that file,
that supposes you got an hdmi.
The other warning is because there are some files missing from the
Xvfb installation made by centos, but are completely harmless. In the
future I will make the script to redirect them to /dev/null
Bottom line: all is OK.
-giovanni
Sincerely,
Giovanni Maruzzelli
Cell : +39-347-2665618
On Fri, Sep 4, 2009 at 10:01 AM, Jingwei Yang<jingwei.yang@gmail.com (jingwei.yang@gmail.com)> wrote:
Quote: | Hi Folks,
I just tried to install FS with mod_skypiax on a new CentOS 5.2 machine.
After having followed the big help doc from the wiki page
(http://wiki.freeswitch.org/wiki/Skypiax#An_example_of_Skypiax_and_FreeSWITCH_installation_on_CentOS.2C_from_scratch),
I hit an error when running multi.sh (under
freeswitch/src/mod/endpoints/mod_skypiax/configs/multiple-instance-same-skype-username).
Couldn't open RGB_DB '/usr/share/X11/rgb'
error opening security policy file /usr/lib64/xserver/SecurityPolicy
This error seems not stopping xvfb from getting started. Then I started FS
and loaded mod_skypiax. However, when I initiated a test call (originate
skypiax/ANY/userAAA &echo), I saw a bunch of ALSA lib errors popping up:
ALSA lib pcm.c:2184:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
Again, this error doesn't prohibit the call from reaching me. It's just too
annoying and it keeps popping up after a while. Does anyone know how to get
rid of those errors?
I found a similar post here:
http://lists.freeswitch.org/pipermail/freeswitch-users/2009-May/013956.html.
Phil, if you happen to see my question, could you please reply and let me
know what the cause was and what you have done to solve it? Thanks!
By the way, I started xvfb and FS using root.
Regards,
-Jingwei
|
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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 |
|
|
gmaruzz at celliax.org Guest
|
Posted: Fri Sep 04, 2009 4:01 am Post subject: [Freeswitch-users] skypiax error |
|
|
My fault, I would have to document this.
I'll do pretty soon.
Sorry about that, and thanks for reporting!!!
-gm
Sincerely,
Giovanni Maruzzelli
Cell : +39-347-2665618
On Fri, Sep 4, 2009 at 10:38 AM, Jingwei Yang<jingwei.yang@gmail.com> wrote:
Quote: | Hi Giovanni,
That's a big relief. Thanks a lot for the reply
Regards,
-Jingwei
On Fri, Sep 4, 2009 at 4:25 PM, Giovanni Maruzzelli <gmaruzz@celliax.org>
wrote:
Quote: |
Jingwei,
those are normal warnings made by the Skype client (not by
mod_skypiax), you just have to edit /etc/alsa/alsa.conf and comment
out hdmi lines. Is a problem with a lazy implementation of that file,
that supposes you got an hdmi.
The other warning is because there are some files missing from the
Xvfb installation made by centos, but are completely harmless. In the
future I will make the script to redirect them to /dev/null
Bottom line: all is OK.
-giovanni
Sincerely,
Giovanni Maruzzelli
Cell : +39-347-2665618
On Fri, Sep 4, 2009 at 10:01 AM, Jingwei Yang<jingwei.yang@gmail.com>
wrote:
Quote: | Hi Folks,
I just tried to install FS with mod_skypiax on a new CentOS 5.2 machine.
After having followed the big help doc from the wiki page
(http://wiki.freeswitch.org/wiki/Skypiax#An_example_of_Skypiax_and_FreeSWITCH_installation_on_CentOS.2C_from_scratch),
I hit an error when running multi.sh (under
freeswitch/src/mod/endpoints/mod_skypiax/configs/multiple-instance-same-skype-username).
Couldn't open RGB_DB '/usr/share/X11/rgb'
error opening security policy file /usr/lib64/xserver/SecurityPolicy
This error seems not stopping xvfb from getting started. Then I started
FS
and loaded mod_skypiax. However, when I initiated a test call (originate
skypiax/ANY/userAAA &echo), I saw a bunch of ALSA lib errors popping up:
ALSA lib pcm.c:2184:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
Again, this error doesn't prohibit the call from reaching me. It's just
too
annoying and it keeps popping up after a while. Does anyone know how to
get
rid of those errors?
I found a similar post here:
http://lists.freeswitch.org/pipermail/freeswitch-users/2009-May/013956.html.
Phil, if you happen to see my question, could you please reply and let
me
know what the cause was and what you have done to solve it? Thanks!
By the way, I started xvfb and FS using root.
Regards,
-Jingwei
_______________________________________________
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 |
|
|
gmaruzz at celliax.org Guest
|
|
Back to top |
|
|
jingwei.yang at gmail.com Guest
|
Posted: Fri Sep 04, 2009 5:03 am Post subject: [Freeswitch-users] skypiax error |
|
|
That's efficient By the way, do you have any idea about this warning?
ALSA lib pcm_dmix.c:1008:(snd_pcm_dmix_open) unable to open slave
On Fri, Sep 4, 2009 at 5:47 PM, Giovanni Maruzzelli <gmaruzz@celliax.org (gmaruzz@celliax.org)> wrote:
|
|
Back to top |
|
|
gmaruzz at celliax.org Guest
|
|
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
|