Beiträge von Blabla

    For what I know, those 2 commands should be enough to install the kernel


    Code
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7/linux-image-4.7.0-040700-generic_4.7.0-040700.201607241632_amd64.deb 
    dpkg -i *.deb

    Am I wrong?

    this is my crontab

    Code
    # m h dom mon dow user  command
    17 *    * * *   root    cd / && run-parts --report /etc/cron.hourly
    25 6    * * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
    47 6    * * 7   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
    52 6    1 * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
    #

    I made the scheduled jobs into the web interface:
    daily->root ->/usr/sbin/rtcwake -m disk -s 72000
    is this correct?

    I rebooted and now it works fine, but still what was the problem? :(

    Hi guys.
    I put into standby my omv pc and after that it doesn't wake up anymore!
    If I go to the Web interface it gave me the error 403 forbidden, and I can't event connect with putty!
    So I shot some photos of what I saw right after I connected my monitor at the Nas :(
    I have the latest stable version with kernel 4.5.7 because the default one doesn't support my chipset (h170).
    Here's the photos :(


    http://i.imgur.com/zncNFqC.jpg
    http://imgur.com/a/OR9kB
    http://i.imgur.com/BnItNoX.jpg
    http://i.imgur.com/qSPqwOa.jpg

    Yes.
    Some motherboard support hibernation (S4), & sleep (S3), while others are not.
    Try it out on your system, and see which method is best for you.


    Here's an example of my sleep/wake up schedule in /ect/crontab:


    Code
    # Monday-Thursday: sleep @ 10:40PM, wake up @ 4PM.
    40 22 * * 1-4 root /usr/sbin/rtcwake -m disk -s 62400

    Thanks! so whats should I write to wake up at 6PM during week, and 8AM during weekend?
    for what I read your lane include the shutdown too right?

    Hi at all guys!
    I was thinking about setting a timer for the shutdown and wakeup of my OMV. Is this possible?
    Also, I don't get why, but even if both my motherboard and OMV have WoL enabled, I can't wake it up :(
    Can someone help me with both the things?

    I would delete the .1 files to start. Those are archives. I would also look in syslog to see what is logging so much. Maybe by posting tail -n 200 /var/log/syslog, I could tell.


    I did a Tail on syslog.1 and kern.log.1,
    this was the error that i found in both of them:

    Code
    Jul 16 11:09:07 NAS kernel: [  320.973111] ACPI Exception: AE_NOT_FOUND, while evaluating GPE method [_L6F] (20160108/evgpe-592)
    Jul 16 11:09:07 NAS kernel: [  320.974151] ACPI Error: [PGRT] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)


    with your command this are the error that i had: