Advertisement
Guest User

Untitled

a guest
Aug 21st, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. when I try to save a job via gnome-schedule on lubuntu 12.04 I get this
  2. Traceback (most recent call last):
  3. File "/usr/share/gnome-schedule/crontabEditor.py", line 475, in on_button_apply_clicked
  4. self.scheduler.append (self.minute, self.hour, self.day, self.month, self.weekday, self.command, self.output, self.title)
  5. File "/usr/share/gnome-schedule/crontab.py", line 362, in append
  6. os.chown (f, self.uid, self.gid)
  7. OSError: [Errno 1] Operation not permitted: '/home/varun/.gnome/gnome-schedule/crontab/last_id'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement