Here what I tried...

- Debian Wheezy.. then upgraded to sid... in Sid touchscreen works great.
- Compiled everything from sources.. basically following this guide:
http://rivendell.tryphon.org/wiki/Debian_6_Install_Rivendell_2.1.1_from_Source
- I just took QT3 from Tryphon repositories... compiled and installed with
main Linux user.
- Installed apache2 and mysql-server (apt-get).
- Then I created rivendell user, added myself to rivendell group, mkdir
/var/snd, chown to rivendell and 0775.
- Copied rd.conf and rd-bin.conf.
- 'rivendell' user is written in rd.conf
- I setup init.d/ script or just manually mkdir /var/run/rivendell (777)
- Damons launch fine, I can navigate to http://localhost/.....html.
- I launch rdlibrary with everyday user.
- I can delete (empty) carts but no new real cart is created.

Any info more?



2013/11/1 Rick <[email protected]>

>  what distro do you use now, what setup (server / workstations or pc) what
> is your host setup and what user installed RD compared to the user which is
> logged in when you run rdlibrary?
>
> Alessio Elmi schreef op 1-11-2013 0:00:
>
> Mmm... Debian ships with SELinux compiled in the kernel but disabled by
> default.
> I tried anyway to add that line as Rick suggested, but problem still
> exists.
> Interesting... and sad at the same time.
>
>
> 2013/10/31 Alessio Elmi <[email protected]>
>
>> Very interesting Fred. Same opinion of Rick and I never struggled with
>> SELinux.
>> I am going to collect all these tips and update my blog as soon as I can.
>> Everytime I set up a Rivendell station I promise I do, but I never did.
>> Thank you all.
>>
>>
>> 2013/10/31 Fred Gleason <[email protected]>
>>
>>> On Oct 31, 2013, at 11:25 19, Alessio Elmi wrote:
>>>
>>> > Anyway, as you Fred asked, it didn't create any wav file. /var/snd was
>>> empty, even though by rivendell point of view it was correctly imported (it
>>> took less than a second).
>>>
>>>  Smells like a permissions problem.  A common issue I've noted with
>>> SELinux setups is that Rivendell's CGI components ('rdxport.cgi',
>>> 'rdcastmanager.cgi') are not tagged so as to allow writing files (remember,
>>> SELinux layers another, entirely different permissioning scheme on top of
>>> the familiar Unix model).  One RedHat-ish systems, the requisite
>>> permissions can be added to the relevant scripts by doing something like:
>>>
>>>         chcon --type=httpd_unconfined_script_exec_t <full-path-to-script>
>>>
>>> Unfortunately, SELinux is one of those things that are notorious for
>>> being configured differently across distros; thus the only sane policy is
>>> to ignore it in the vanilla makefiles.  Downstream maintainers may want to
>>> consider adding the relevant chcon(1) calls in their packaging setups.
>>>
>>> Cheers!
>>>
>>>
>>>
>>> |-------------------------------------------------------------------------|
>>> | Frederick F. Gleason, Jr. |               Chief Developer
>>>   |
>>> |                           |               Paravel Systems
>>>   |
>>>
>>> |-------------------------------------------------------------------------|
>>> |             Logic is a way to go wrong with confidence.
>>>   |
>>> |                                   --Robert Heinlein
>>>   |
>>> |                                   "The Notebooks of Lazarus Long"
>>>   |
>>>
>>> |-------------------------------------------------------------------------|
>>>
>>>  _______________________________________________
>>> Rivendell-dev mailing list
>>> [email protected]
>>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>>
>>
>>
>
>
> _______________________________________________
> Rivendell-dev mailing 
> [email protected]http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
>
>
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to