I want to change the ErrorLog entries.  It's a common thing to do but I need 
help in how to do that in Yocto.

-----Original Message-----
From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On 
Behalf Of Khem Raj
Sent: Monday, February 05, 2018 3:07 PM
To: yocto@yoctoproject.org
Subject: Re: [yocto] changing the apache2 conf (meta-webserver)

On 2/5/18 11:45 AM, Bishop, Mark (STRT) wrote:
> Let me start with that I'm new to Yocto.
> 
>  
> 
> I've been able to get apache2 onto my zynq board but I need to change 
> the config.  I'm using a read-only rootfs and apache won't start 
> because it wants to write to a log file.  I know what I need to change 
> in the apache config but I have no idea how to do that in Yocto.  
> Could anyone walk me through it and if I am in the wrong spot, my apologies.

you might need to provide some r/w storage here it seems. Either you can 
symlink back /tmp to /var/log ( a hack ) or provide a  proper storage thats 
persistent and mount it on /var/log or whereever it is expecting to write.
--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to