On 20/04/16 20:39, Sarah Alawami wrote:
> Starting liquidsoap channels: christmaslive.liq FATAL ERROR: Log
> directory "/home/marrie125/.opam/system/lib/liquidsoap/var/log" does not
> exist.
> To change it, add the following to your script:
> set("log.file.path", "<path>")
> OK
>
>
> I then created the directory and put in my script
just to doublecheck, you can do
mkdir -p /home/marrie125/.opam/system/lib/liquidsoap/var/log
or you can either disable log (not recommended while developing though)
with
set("log.file",false)
or chose a simpler path, like
set("log.file.path","~/liquidsoap.log")
in the meantime.
>
> set("log.file.path",
> "/home/marrie125/.opam/system/lib/liquidsoap/var/log/liquidsoap")
>
> At the top of the script. But it is still erroring out. What do I do
> from here besides take a deep breath and try again? Lol!
is it still the exact same error?
and just out of curiosity, why do you need the latest and greatest
version of liquidsoap? what are you trying to do that wouldn't work with
the one on the repo?
cheers
--
k054
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
