Posts by lnoferin

    Found the problem: the cron job was for a user, not a system job and the user was unable (don't know why) to modifiy that job but using the command crontab -u user -e I managed to change that job!

    Thanks a lot for the help!

    How can you not find it? A crontab is not really a file and cannot exist for a user that doesn't exist. Are you sure it isn't in /etc/cron.d/?

    Yes, I am sure I cannot find the relevant file in any directory related to cron, e.g. /etc/cron.d and other.

    I think that this crontab job as mine it is located somewhere like openmediavault db or something similar.

    Consider that my installation is really old but it is regularly updated to the last stable version.


    P.S.: sorry for the delay of this reply and thanks a lot for your help!


    --

    Openmediavault 7.7.9-1 | 64 bit | 6.12.27+bpo-amd

    I need to change an user crontab so I tried to change with the command

    Quote

    crontab -e

    from the user shell but the result was not the expected because the cron job did not change remaining the same as before.

    I tried to find where this cron job was saved but I did not find.

    What is wrong?

    Thanks for all replies.

    The pub key is erroneus somehow. I can not process it on latest Ubuntu as well.


    Code
    $ ssh-keygen -e -m RFC4716 -f test.pub
    Load key "test.pub": error in libcrypto
    
    $ ssh-keygen -l -f test.pub
    test.pub is not a public key file.

    The key was actually changed in little parts because I did not want to put the real one in this forum for the ethernity :)

    Can not reproduce the problem. How does the SSH pub key looks like?

    Something like this

    Code
    ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDI4e71WtyHgR39kau7IatCvx6hgvfD4epxhT/2GHGREACNMLOUYpeaQhae4494UyMqhdfthadvAapOscgJ6iNOk4nLTCRu/ltvw4ALT50iKIe3WhNo/cf5poWKxBsBjTGDgt5NA05mNRBQAdwbn96kQmtLwvkqLCtpJTxogSXbzVxw5hGR9PD01WlgPKJhN29CPcC5o2jA8edRgi7zeLPbWcB9iB+nw076N6OZaGr5a6T9eTFz5aq4ImSZzNm9CRtYazPV3aKK0BB59GT/kYTTt1mUFKeDhye2M3OWLc+Zb8zaGwFtHGYIxnnMjugqzBLB5oqfMx58ORIj2y7Zhuuhpfs9Xg/hnw6kr6mo35+ZbU/7qRcpK1vIhRK3vMs/riPgbar/JKODy0IO2j7tcXl5ZVkuZYrh43CC90wg0U3rnS14avKCNdVijLcIBSCDQkfAApu9eKJH7buMTFxQ4WfRDBMTfCqwCUyzDTNeFzDiiEb0WtaOTJxJvmmUrAFuIelE=

    The web gui takes it normally

    Code
    OMV
    Release: 6.0.44-1
    Codename: Shaitan

    If I try to add a ssh key for a user via the web gui I get this error


    and the key is not installed.