You are not logged in.

#1 2015-09-27 18:30:45

Aegidius
Member
From: Italy
Registered: 2011-06-29
Posts: 288
Website

[SOLVED] incrontab: No such file or directory

Hello,

I installed incron but when I try to edit the list for the root user I get a No such file or directory error.

[root@archlinux ~]# incrontab -e
editor finished with error: No such file or directory

Do you know what is it the problem?

Last edited by Aegidius (2015-09-27 18:51:42)

Offline

#2 2015-09-27 18:39:32

Raynman
Member
Registered: 2011-10-22
Posts: 1,539

Re: [SOLVED] incrontab: No such file or directory

$ echo $EDITOR
vim
$ incrontab -e
table unchanged
$ EDITOR=nonexistent incrontab -e
editor finished with error: No such file or directory

Offline

#3 2015-09-27 18:51:29

Aegidius
Member
From: Italy
Registered: 2011-06-29
Posts: 288
Website

Re: [SOLVED] incrontab: No such file or directory

Thank you Raynman!

Offline

Board footer

Powered by FluxBB