Kristen Eisenberg | 2 Oct 2011 11:14
Picon
Favicon

remountrw Voyage-MPD-0.7.5 from Kristen Eisenberg

Hi,


Kernel Log Daemon takes a long, long time to start or timeout ...

Remounting / as read-write ... mount: only root can do that (effective
uid is 1000)

Log in and do "remountrw" does not work, returns "only root can do that
(effective uid is 1000)"

A lot of services fail due to "Read only file system" errors

How can I disable the read-write on the filesystem, so that it is
read-writable when it boots ...

My impression is that the filesystem is made read-only much too early in
the boot process ...

Kristen Eisenberg
Billige Flüge
Marketing GmbH
Emanuelstr. 3,
10317 Berlin
Deutschland
Telefon: +49 (33)
5310967
Email:
utebachmeier at
gmail.com
Site:
http://flug.airego.de- Billige Flüge vergleichen
_______________________________________________
Voyage-linux mailing list
Voyage-linux@...
http://list.voyage.hk/mailman/listinfo/voyage-linux
Luis Camacho | 2 Oct 2011 19:02
Picon
Favicon

Invitación a conectarnos en LinkedIn

 
 
 
 
 
From Luis Camacho
 
Project Manager at CELA Project
Peru
 
 
 

Me gustaría añadirte a mi red profesional en LinkedIn.

-Luis

 
 
 
 
 
 
You are receiving Invitation to Connect emails. Unsubscribe
© 2011, LinkedIn Corporation. 2029 Stierlin Ct. Mountain View, CA 94043, USA
 
_______________________________________________
Voyage-linux mailing list
Voyage-linux@...
http://list.voyage.hk/mailman/listinfo/voyage-linux
Mirco Schmidt | 2 Oct 2011 23:43
Picon

Asterisk on Voyage-ONE 0.7.5

I've installed ONE on an ALIX and found two prob's:

The first was documented before: /var/lib/asterisk change's perm's of owner to 105. I've fixed it by
adding those line's to /etc/rc.local:

---------------
chown asterisk:asterisk /var/log/asterisk//cdr-csv//Master.csv
chown -R asterisk:asterisk /var/spool/asterisk/
---------------

The second is that voicemail doesn't find it's file's, as you can see in this CLI log:

----------------
 == Using SIP RTP CoS mark 5
    -- Executing [800 <at> default:1] Answer("SIP/22-00000015", "") in new stack
    -- Executing [800 <at> default:2] Wait("SIP/22-00000015", "1") in new stack
    -- Executing [800 <at> default:3] VoiceMailMain("SIP/22-00000015", "") in new stack
    -- <SIP/22-00000015> Playing 'vm-login.gsm' (language 'de')
    -- <SIP/22-00000015> Playing 'vm-password.gsm' (language 'de')
    -- <SIP/22-00000015> Playing 'vm-youhave.gsm' (language 'de')
[Oct  2 23:26:09] WARNING[13721]: file.c:644 ast_openstream_full: File digits/1F does not exist in any format
[Oct  2 23:26:09] WARNING[13721]: file.c:950 ast_streamfile: Unable to open digits/1F (format 0x8
(alaw)): No such file or directory
  == Spawn extension (default, 800, 3) exited non-zero on 'SIP/22-00000015'
-----------------

I hope we can find a solution for these prob's

Greetz
Mirco
Dalimil Gala | 3 Oct 2011 09:15
Picon

Re: Asterisk on Voyage-ONE 0.7.5


Mirco Schmidt wrote:
>
>
> The second is that voicemail doesn't find it's file's, as you can see in this CLI log:
>
> ----------------
>   == Using SIP RTP CoS mark 5
>      -- Executing [800 <at> default:1] Answer("SIP/22-00000015", "") in new stack
>      -- Executing [800 <at> default:2] Wait("SIP/22-00000015", "1") in new stack
>      -- Executing [800 <at> default:3] VoiceMailMain("SIP/22-00000015", "") in new stack
>      --<SIP/22-00000015>  Playing 'vm-login.gsm' (language 'de')
>      --<SIP/22-00000015>  Playing 'vm-password.gsm' (language 'de')
>      --<SIP/22-00000015>  Playing 'vm-youhave.gsm' (language 'de')
> [Oct  2 23:26:09] WARNING[13721]: file.c:644 ast_openstream_full: File digits/1F does not exist in any format
> [Oct  2 23:26:09] WARNING[13721]: file.c:950 ast_streamfile: Unable to open digits/1F (format 0x8
(alaw)): No such file or directory
>    == Spawn extension (default, 800, 3) exited non-zero on 'SIP/22-00000015'
> -----------------
>
> I hope we can find a solution for these prob's
>

I think that the version of asterisk included in Voyage One 0.7.5 searches for sound files in
astdatadir => /usr/share/asterisk

Where are your sound files located?

Dalimil Gala
Laili Aidi | 6 Oct 2011 16:28
Picon
Picon
Favicon

Enabling Multicast in Voyage

Hello,

Maybe this is very trivia question. 
Currently I'm dealing with application which need multicast support to be enabled in the OS. How can I make
it to the Voyage?

Aidi
Artie Gold | 6 Oct 2011 16:53

Re: Enabling Multicast in Voyage

See, for example: http://www.dancres.org/bjspj/docs/docs/linux.html


All you probably need to do is to add the route for multicasting...

HTH,
--ag


On Thu, Oct 6, 2011 at 9:28 AM, Laili Aidi <aidi-UNjuZkX4dYU@public.gmane.org> wrote:
Hello,

Maybe this is very trivia question.
Currently I'm dealing with application which need multicast support to be enabled in the OS. How can I make it to the Voyage?

Aidi
_______________________________________________
Voyage-linux mailing list
Voyage-linux-59MrfjRBeRo6ThAmvYpkag@public.gmane.org
http://list.voyage.hk/mailman/listinfo/voyage-linux



--
Artie Gold 
Principal Software Engineer
Under Assistant West Coast Promo Man

F4W, Inc.

===================================================
Elegance is not a dispensable luxury but a factor that decides between success and failure.
--Edsger Dijkstra

_______________________________________________
Voyage-linux mailing list
Voyage-linux@...
http://list.voyage.hk/mailman/listinfo/voyage-linux
Jeff Ramin | 6 Oct 2011 16:40
Favicon

Re: Enabling Multicast in Voyage


Multicast is enabled in your network (on your routers and switches), not in
voyage. Sending a multicast packet is up to the application.

In other words, there's nothing to do.

On 10/06/2011 09:28 AM, Laili Aidi wrote:
> Hello,
>
> Maybe this is very trivia question.
> Currently I'm dealing with application which need multicast support to be enabled in the OS. How can I make
it to the Voyage?
>
> Aidi
> _______________________________________________
> Voyage-linux mailing list
> Voyage-linux@...
> http://list.voyage.hk/mailman/listinfo/voyage-linux

--

-- 
Jeff Ramin
Software Engineer
Singlewire Software
2601 W Beltline Hwy #510
Madison, WI 53713

Phone Direct - 608.661.1172
www.singlewire.com
Jeff Ramin | 6 Oct 2011 17:01
Favicon

Re: Enabling Multicast in Voyage


FWIW - we're running an app that utilizes multicast on voyage, and none of
those steps have been necessary for us.


On 10/06/2011 09:53 AM, Artie Gold wrote:
See, for example: http://www.dancres.org/bjspj/docs/docs/linux.html

All you probably need to do is to add the route for multicasting...

HTH,
--ag


On Thu, Oct 6, 2011 at 9:28 AM, Laili Aidi <aidi-UNjuZkX4dYU@public.gmane.org> wrote:
Hello,

Maybe this is very trivia question.
Currently I'm dealing with application which need multicast support to be enabled in the OS. How can I make it to the Voyage?

Aidi
_______________________________________________
Voyage-linux mailing list
Voyage-linux-59MrfjRBeRo6ThAmvYpkag@public.gmane.org
http://list.voyage.hk/mailman/listinfo/voyage-linux



--
Artie Gold 
Principal Software Engineer
Under Assistant West Coast Promo Man

F4W, Inc.

===================================================
Elegance is not a dispensable luxury but a factor that decides between success and failure.
--Edsger Dijkstra

_______________________________________________ Voyage-linux mailing list Voyage-linux-59MrfjRBeRo6ThAmvYpkag@public.gmane.org http://list.voyage.hk/mailman/listinfo/voyage-linux


-- Jeff Ramin Software Engineer Singlewire Software 2601 W Beltline Hwy #510 Madison, WI 53713 Phone Direct - 608.661.1172 www.singlewire.com
_______________________________________________
Voyage-linux mailing list
Voyage-linux@...
http://list.voyage.hk/mailman/listinfo/voyage-linux
Laili Aidi | 6 Oct 2011 17:03
Picon
Picon
Favicon

Re: Enabling Multicast in Voyage

Thanks Artie, 

very helpful 

Aidi

On 6 okt 2011, at 16.53, Artie Gold wrote:

See, for example: http://www.dancres.org/bjspj/docs/docs/linux.html

All you probably need to do is to add the route for multicasting...

HTH,
--ag


On Thu, Oct 6, 2011 at 9:28 AM, Laili Aidi <aidi-UNjuZkX4dYU@public.gmane.org> wrote:
Hello,

Maybe this is very trivia question.
Currently I'm dealing with application which need multicast support to be enabled in the OS. How can I make it to the Voyage?

Aidi
_______________________________________________
Voyage-linux mailing list
Voyage-linux-59MrfjRBeRo6ThAmvYpkag@public.gmane.org
http://list.voyage.hk/mailman/listinfo/voyage-linux



--
Artie Gold 
Principal Software Engineer
Under Assistant West Coast Promo Man

F4W, Inc.

===================================================
Elegance is not a dispensable luxury but a factor that decides between success and failure.
--Edsger Dijkstra


_______________________________________________
Voyage-linux mailing list
Voyage-linux@...
http://list.voyage.hk/mailman/listinfo/voyage-linux
Laili Aidi | 6 Oct 2011 17:05
Picon
Picon
Favicon

Re: Enabling Multicast in Voyage

thank you,
But actually, my situation right now, I implement the box that is not connected to the routers or switches at
all, so the box itself suppose to have multicast enabled.

Aidi

On 6 okt 2011, at 16.40, Jeff Ramin wrote:

Multicast is enabled in your network (on your routers and switches), not in
voyage. Sending a multicast packet is up to the application.

In other words, there's nothing to do.

On 10/06/2011 09:28 AM, Laili Aidi wrote:
> Hello,
> 
> Maybe this is very trivia question.
> Currently I'm dealing with application which need multicast support to be enabled in the OS. How can I make
it to the Voyage?
> 
> Aidi
> _______________________________________________
> Voyage-linux mailing list
> Voyage-linux@...
> http://list.voyage.hk/mailman/listinfo/voyage-linux

--

-- 
Jeff Ramin
Software Engineer
Singlewire Software
2601 W Beltline Hwy #510
Madison, WI 53713

Phone Direct - 608.661.1172
www.singlewire.com

_______________________________________________
Voyage-linux mailing list
Voyage-linux@...
http://list.voyage.hk/mailman/listinfo/voyage-linux

Gmane