the thing is i’m receiving mail notifications every 2 or so minutes from cron, some reach to the set email and others just get frozen into the exim queue so i have to be deleting them.
they come from these:
- sudo /usr/local/hestia/bin/v-update-sys-queue restart
- sudo /usr/local/hestia/bin/v-update-sys-rrd
- sudo /usr/local/hestia/bin/v-backup-users
all of them with the same message :
/etc/profile: line 36: bind: warning: line editing not enabled
/etc/profile: line 37: bind: warning: line editing not enabled
/etc/profile: line 41: bind: warning: line editing not enabled
/etc/profile: line 42: bind: warning: line editing not enabled
and that correspond to these lines in the file:
36 bind ‘"\e[A"’:history-search-backward
37 bind ‘"\e[B"’:history-search-forward
alias vi=‘vim’
#===========================================
#== bash tuning ============================
41 bind ‘"\e[A"’:history-search-backward
42 bind ‘"\e[B"’:history-search-forward
as you may think these notifications are spamming me.
the turn off notification option in the cron settings seems to have no effect over them. since I’m not sure what i should do…
what the real problem is? should I just silence them?
thanks.