| Author |
Message |
|
| Guest |
Posted: Tue Aug 14, 2007 9:20 pm |
|
|
|
Guest
|
Hi there,just starting and wanted to run erlyweb/yaws on cean.
Can anybody point me in the right direction?
|
|
|
| Back to top |
|
| Guest |
Posted: Tue Aug 14, 2007 9:41 pm |
|
|
|
Guest
|
Btw,
this is what I get. I guess I don't know where and how to set the config
1> yaws:start().
=ERROR REPORT==== 14-Aug-2007::17:32:21 ===
Failed to load setuid_drv (from "/Users/diego/cean/erlang/lib/yaws-1.68/ebin/../priv/") : "Driver is an inappropriate Mach-O file"{error,{shutdown,{yaws_app,start,[normal,[]]}}}
=ERROR REPORT==== 14-Aug-2007::17:32:21 ===
FATAL {'EXIT',normal}
=INFO REPORT==== 14-Aug-2007::17:32:21 ===
|
|
|
| Back to top |
|
| rsaccon |
Posted: Tue Aug 14, 2007 11:24 pm |
|
|
|
User
Joined: 09 Aug 2006
Posts: 144
|
just form reading the error message, it looks like the setuid binary
driver in cean yaws is not compatible with your platform.
set an unprivilleged port in yaws.conf and don't use setuid_drv, at
least until you have a basic configuration running to play with !
regards
Roberto
On Aug 14, 6:41 pm, "Diego Scataglini" <dwebsub...@gmail.com> wrote:
> Btw,
> this is what I get. I guess I don't know where and how to set the config
>
> 1> yaws:start().
>
> =ERROR REPORT==== 14-Aug-2007::17:32:21 ===
> Failed to load setuid_drv (from
> "/Users/diego/cean/erlang/lib/yaws-1.68/ebin/../priv/")
> : "Driver is an inappropriate Mach-O
> file"{error,{shutdown,{yaws_app,start,[normal,[]]}}}
> =ERROR REPORT==== 14-Aug-2007::17:32:21 ===
> FATAL {'EXIT',normal}
>
> =INFO REPORT==== 14-Aug-2007::17:32:21 ===
> application: yaws
> exited: {shutdown,{yaws_app,start,[normal,[]]}}
> type: permanent
> 2> {"Kernel pid
> terminated",application_controller,"{application_start_failure,yaws,{shutdown,{yaws_app,start,[normal,[]]}}}"}
>
>
>
> --
> Diego Scataglini
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "erlyweb" group.
To post to this group, send email to erlyweb@googlegroups.com
To unsubscribe from this group, send email to erlyweb-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Wed Aug 15, 2007 1:26 pm |
|
|
|
Guest
|
So the interesting thing is that the setuid driver is enabled by
default by the cean install.
--Kevin
On Aug 14, 2007, at 7:24 PM, Roberto Saccon wrote:
>
> just form reading the error message, it looks like the setuid binary
> driver in cean yaws is not compatible with your platform.
>
> set an unprivilleged port in yaws.conf and don't use setuid_drv, at
> least until you have a basic configuration running to play with !
>
> regards
> Roberto
>
> On Aug 14, 6:41 pm, "Diego Scataglini" <dwebsub...@gmail.com> wrote:
>> Btw,
>> this is what I get. I guess I don't know where and how to set the
>> config
>>
>> 1> yaws:start().
>>
>> =ERROR REPORT==== 14-Aug-2007::17:32:21 ===
>> Failed to load setuid_drv (from
>> "/Users/diego/cean/erlang/lib/yaws-1.68/ebin/../priv/")
>> : "Driver is an inappropriate Mach-O
>> file"{error,{shutdown,{yaws_app,start,[normal,[]]}}}
>> =ERROR REPORT==== 14-Aug-2007::17:32:21 ===
>> FATAL {'EXIT',normal}
>>
>> =INFO REPORT==== 14-Aug-2007::17:32:21 ===
>> application: yaws
>> exited: {shutdown,{yaws_app,start,[normal,[]]}}
>> type: permanent
>> 2> {"Kernel pid
>> terminated",application_controller,"{application_start_failure,yaws,{
>> shutdown,{yaws_app,start,[normal,[]]}}}"}
>>
>>
>>
>> --
>> Diego Scataglini
>
>
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "erlyweb" group.
To post to this group, send email to erlyweb@googlegroups.com
To unsubscribe from this group, send email to erlyweb-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Wed Aug 15, 2007 7:06 pm |
|
|
|
Guest
|
I think I'll just stop using cean ;(
apparently I am not the only one that can't get yaws to work with cean
On 8/15/07, Kevin A. Smith <kevin@hypotheticalabs.com> wrote:
>
> So the interesting thing is that the setuid driver is enabled by
> default by the cean install.
>
> --Kevin
> On Aug 14, 2007, at 7:24 PM, Roberto Saccon wrote:
>
> >
> > just form reading the error message, it looks like the setuid binary
> > driver in cean yaws is not compatible with your platform.
> >
> > set an unprivilleged port in yaws.conf and don't use setuid_drv, at
> > least until you have a basic configuration running to play with !
> >
> > regards
> > Roberto
> >
> > On Aug 14, 6:41 pm, "Diego Scataglini" <dwebsub...@gmail.com> wrote:
> >> Btw,
> >> this is what I get. I guess I don't know where and how to set the
> >> config
> >>
> >> 1> yaws:start().
> >>
> >> =ERROR REPORT==== 14-Aug-2007::17:32:21 ===
> >> Failed to load setuid_drv (from
> >> "/Users/diego/cean/erlang/lib/yaws-1.68/ebin/../priv/")
> >> : "Driver is an inappropriate Mach-O
> >> file"{error,{shutdown,{yaws_app,start,[normal,[]]}}}
> >> =ERROR REPORT==== 14-Aug-2007::17:32:21 ===
> >> FATAL {'EXIT',normal}
> >>
> >> =INFO REPORT==== 14-Aug-2007::17:32:21 ===
> >> application: yaws
> >> exited: {shutdown,{yaws_app,start,[normal,[]]}}
> >> type: permanent
> >> 2> {"Kernel pid
> >> terminated",application_controller,"{application_start_failure,yaws,{
> >> shutdown,{yaws_app,start,[normal,[]]}}}"}
> >>
> >>
> >>
> >> --
> >> Diego Scataglini
> >
> >
> > >
>
>
> >
>
--
Diego Scataglini
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "erlyweb" group.
To post to this group, send email to erlyweb@googlegroups.com
To unsubscribe from this group, send email to erlyweb-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Wed Aug 15, 2007 7:17 pm |
|
|
|
Guest
|
Seems like there ought to be a way to fix that. I _really_ like the
convenience cean provides for installing other packages. I'll hack on
it some this evening and see if I can figure out what's going on. I'm
not quite ready to give up on cean yet
--Kevin
On Aug 15, 2007, at 3:06 PM, Diego Scataglini wrote:
>
> I think I'll just stop using cean ;(
> apparently I am not the only one that can't get yaws to work with cean
>
>
> On 8/15/07, Kevin A. Smith <kevin@hypotheticalabs.com> wrote:
>>
>> So the interesting thing is that the setuid driver is enabled by
>> default by the cean install.
>>
>> --Kevin
>> On Aug 14, 2007, at 7:24 PM, Roberto Saccon wrote:
>>
>>>
>>> just form reading the error message, it looks like the setuid binary
>>> driver in cean yaws is not compatible with your platform.
>>>
>>> set an unprivilleged port in yaws.conf and don't use setuid_drv, at
>>> least until you have a basic configuration running to play with !
>>>
>>> regards
>>> Roberto
>>>
>>> On Aug 14, 6:41 pm, "Diego Scataglini" <dwebsub...@gmail.com> wrote:
>>>> Btw,
>>>> this is what I get. I guess I don't know where and how to set the
>>>> config
>>>>
>>>> 1> yaws:start().
>>>>
>>>> =ERROR REPORT==== 14-Aug-2007::17:32:21 ===
>>>> Failed to load setuid_drv (from
>>>> "/Users/diego/cean/erlang/lib/yaws-1.68/ebin/../priv/")
>>>> : "Driver is an inappropriate Mach-O
>>>> file"{error,{shutdown,{yaws_app,start,[normal,[]]}}}
>>>> =ERROR REPORT==== 14-Aug-2007::17:32:21 ===
>>>> FATAL {'EXIT',normal}
>>>>
>>>> =INFO REPORT==== 14-Aug-2007::17:32:21 ===
>>>> application: yaws
>>>> exited: {shutdown,{yaws_app,start,[normal,[]]}}
>>>> type: permanent
>>>> 2> {"Kernel pid
>>>> terminated",application_controller,"{application_start_failure,yaws
>>>> ,{
>>>> shutdown,{yaws_app,start,[normal,[]]}}}"}
>>>>
>>>>
>>>>
>>>> --
>>>> Diego Scataglini
>>>
>>>
>>>>
>>
>>
>>>
>>
>
>
> --
> Diego Scataglini
>
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "erlyweb" group.
To post to this group, send email to erlyweb@googlegroups.com
To unsubscribe from this group, send email to erlyweb-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Thu Aug 16, 2007 1:03 am |
|
|
|
Guest
|
|
| Back to top |
|
| wailian |
Posted: Tue Mar 20, 2012 2:18 am |
|
|
|
Guest
|
| i/p transducer requires a standard input and is for use with linear pneumatic actuators and has high air capacity. It can be easy change of the output signal from. electro pneumatic transducer is used, for example, in the biomedical field for the pneumatic control of a cardiac module, or artificial heart. |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
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 You cannot attach files in this forum You cannot download files in this forum
|
|
|