[Nix-dev] Did services become pure?

Luca Bruno lethalman88 at gmail.com
Fri Aug 14 15:21:23 CEST 2015


Start by debugging at least what that Permission denied refers to.

On Fri, Aug 14, 2015 at 11:31 AM, Manuel Pages <amarr.industrial at gmail.com>
wrote:

> Greetings, I have a problem I don't know how to debug.
> I'm on unstable-small channel and face the following problem —
> without services that do Filesystem IO, system upgrade from
> the state of NixOS of a couple of months ago to actual worked.
> However on boxes that use postfix or something like
>
> ```
> { ... }:
> {
>   services.cron = {
>     enable = true;
>     cronFiles = [ "/root/cron.conf" ];
>   };
> }
> ```
>
> I started to get Permission denied errors, even though /root/cron.conf
> not only exists, but is also world-readable (analogically, master.lock in
> case of postfix is RW for root).
>
> Did services lately became pure? I have been using those configs for
> more than a year now and they used to work flawlessly :(
>
> Any feedback on at least where to look for changes / possible causes
> is *highly* appreciated.
>
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
>


-- 
NixOS Linux <http://nixos.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.science.uu.nl/pipermail/nix-dev/attachments/20150814/5905b94b/attachment.html 


More information about the nix-dev mailing list