Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cron task link creation fails #2957

Closed
jpalomaki opened this issue May 20, 2013 · 4 comments
Closed

Cron task link creation fails #2957

jpalomaki opened this issue May 20, 2013 · 4 comments

Comments

@jpalomaki
Copy link

Cron job registration:

cron: name=foo user=jpalomaki job="echo foo" minute="*/5" state=present

fails with:

msg: ln: creating hard link /etc/cron.d/jpalomaki' => /tmp/tmpK0hiMV': Invalid cross-device link

and is probably caused by this (/tmp being on a different LVM partition):

[root@machine ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg_00-root 43G  7.3G   34G  18% /
/dev/mapper/vg_00-tmp 279M   11M  255M   4% /tmp
@bcoca
Copy link
Member

bcoca commented May 20, 2013

what version are you running?

this should have been fixed in current devel (1.2)

@jpalomaki
Copy link
Author

We're running 1.1.

@mpdehaan
Copy link
Contributor

Yep, this is fixed in 1.2

1.2 is due for release within the first half of June, though many people are running the development branch now.

We are unlikely to release a 1.1 backport as we have not encountered any other major issues at this time, and we're so close to to the 1.2 date.

@jpalomaki
Copy link
Author

Ok, thanks for your efforts

@ansible ansible locked and limited conversation to collaborators Apr 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants