Share not available after upgrade to 1.0.21

  • So, this was no hazzlefree upgrade anyways, but when i first managed to do it, shares aint working. I see them in the webgui, users, shares, but i cannot connect to them, or see them under \\<ip>\ ..


    I also have 3 kernels atm: (?) (+ the recovery modes on them)


    3.2.0-4-amd64
    3.2.0-0bpo.4-amd64
    2.6.32-5-amd64


    I may think the sharetrobble is related..? Was runnning backportskernel before upgrade, and removed this to get it to actually start upgrading:


    Code
    deb http://backports.debian.org/debian-backports wheezy-backports main non-freen


    And had this message at the first steps:

    Code
    apt-get update && apt-get dist-upgrade && omv-update


    Zitat

    Reading package lists... Done
    E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
    E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?


    So should i just reinstall to clear the crap out of the installation, or is something doable without reinstall?

    • Offizieller Beitrag

    You don't need to clear out anything unless the backports line is in your /etc/apt/sources.list file. If you installed the backports kernel with omv-extras, it uses a separate file not sources.list.


    Two of those kernels (bottom two) are squeeze kernels which can be removed.


    The error is because apt must have been doing an auto update. Either reboot or try again in a few minutes.


    When you have a customized system, it is hard to hassle free...

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Content of the mentioned file:



    This was removed when i got some error messages earlier:


    Zitat

    deb http://backports.debian.org/debian-backports wheezy-backports main non-freen


    How to remove those 2 kernels?


    If by automatic, you mean -f in one of the commands for the upgrade? Then yes. Got a message that said; try -f ..


    Ive rebooted a few times, (into each kernel) and server has been on for 4-5 hours, nothing has changed yet..

    • Offizieller Beitrag

    You don't have to remove them. What is the output of: dpkg -l | grep linux-image and I will tell you what to remove.


    I mean OMV automatically runs update a couple times per day. You are trying to update while it is doing this. Maybe a mirror is slow and it is taking a long time to download an update.


    What is the output of: ps aux | grep apt

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    Einmal editiert, zuletzt von ryecoaaron ()

    • Offizieller Beitrag

    Make a small change in samba and save/apply it. Do they work now?

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Zitat

    $ dpkg -l | linux-image
    -dash: 4: linux-image: not found


    Zitat


    $ ps aux | grep apt
    Caddy 5631 0.0 0.0 7832 868 pts/0 S+ 20:15 0:00 grep apt


    Zitat

    $ sudo dpkg -l | linux-image
    -dash: 6: linux-image: not found
    $ sudo ps aux | grep apt
    Caddy 5656 0.0 0.0 7832 864 pts/0 S+ 20:17 0:00 grep apt

    • Offizieller Beitrag

    Sorry, I forgot the grep. dpkg -l | grep linux-image

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Zitat

    ii linux-image-2.6-amd64 3.2+46 amd64 Linux for 64-bit PCs (dummy package)
    ii linux-image-2.6.32-5-amd64 2.6.32-48squeeze6 amd64 Linux 2.6.32 for 64-bit PCs
    ii linux-image-3.2.0-0.bpo.4-amd64 3.2.57-3+deb7u2~bpo60+1 amd64 Linux 3.2 for 64-bit PCs
    ii linux-image-3.2.0-4-amd64 3.2.60-1+deb7u3 amd64 Linux 3.2 for 64-bit PCs
    ii linux-image-amd64 3.2+46 amd64 Linux for 64-bit PCs (meta-package)
    $

    • Offizieller Beitrag

    apt-get purge linux-image-2.6-amd64 linux-image-2.6.32-5-amd64 linux-image-3.2.0-0.bpo.4-amd64
    apt-get autoremove

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • i have got a nearly the same issue and i also had the wheezy-backport-kernel installed
    The upgrade didn't worked so i tried the follwing command:
    apt-get --yes --force-yes --fix-missing --auto-remove --allow-unauthenticated \--show-upgraded --option DPkg::Options::="--force-confold" \--option DPkg::Options::="--force-confdef" dist-upgrade


    Afer installation, I needed many passwordresets (via passswd over ssh) and restarts the get access to the webfrontend.


    But i don't have access to my files over SMB.


    What i have checked and reapplied:
    Share folder priviledes for the user.
    ACL for the folders (recursive).
    De- and Reenabled SMB.
    Restarted the whole server.
    Disabled and Reenabled each single share.


    At least i have access to one single share (called "public") over ftp (only tested reading)

  • i tried to install the Omv-extras.org Plugin over the Web Gui, wich failed,
    but after installing it over ssh i have got access via SMB, but without using a password - strange?


    Log-ID: jnSHFI0j or here: http://pastebin.com/PHPG4Fxa


    Anther bug/feature: I can't remove the "wheezy-backport" entry in /etc/apt/sources.list (even as root)
    as discribed here it is protected in a special way: http://phpbb.openmediavault.org/viewtopic.php?f=12&t=3855

  • Also had the same issue - tried the above suggestions to no avail. Log is jdaa7OI6.


    I've also noticed that my MySQL management tab has a 404 not found (ngnix) error page too, not sure if the two would be related.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!