ubuntu crontab -e “/ usr / bin / sensible-editor” morto; sinal 9 (sem núcleo despejado)

4
Welcome to Ubuntu 11.04 (GNU/Linux 2.6.32-042stab037.1 x86_64)
user@server:~$ crontab -e
no crontab for user - using an empty one

Select an editor.  To change later, run 'select-editor'.
  1. /bin/ed
  2. /bin/nano        <---- easiest
  3. /usr/bin/mcedit
  4. /usr/bin/vim.basic

Choose 1-4 [2]: 2
crontab: "/usr/bin/sensible-editor" killed; signal 9 (no core dumped)
Received SIGHUP or SIGTERM
Error writing /tmp/crontab.qcuMPr/crontab.save: No such file or directory
Buffer not written to /tmp/crontab.qcuMPr/crontab.save: No such file or directory

Por que isso está acontecendo?

link

    
por Sergey L 06.02.2012 / 13:47

1 resposta

3

/ usr / bin / sensible-editor é apenas um wrapper para ajudar você a escolher um editor.

O que acontece quando você faz isso?

export EDITOR=nano
crontab -e

Existe / usr / bin / nano?

    
por 06.02.2012 / 14:20

Tags