[How to] Install OMV on Pogoplug Classic (POGO-E02)

    • Offizieller Beitrag

    I don't have my RPi with me to try but I would try the following:


    Code
    wget http://ftp.us.debian.org/debian/pool/main/x/xmlstarlet/xmlstarlet_1.4.2-1_armel.deb
    dpkg -i xmlstarlet_1.4.2-1_armel.deb


    Much newer version of xmlstarlet. Maybe it will help. I will try on my RPi tomorrow. Let me know if it helps :)

    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!

    • Offizieller Beitrag

    Sorry... I should've quoted that since it was a link. I edited my original post.

    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!

  • here are the results of the update:


    root@OpenMediaVault:~# wget http://ftp.us.debian.org/debia…starlet_1.4.0-1_armel.deb
    --2013-01-02 22:22:59-- http://ftp.us.debian.org/debia…starlet_1.4.0-1_armel.deb
    Resolving ftp.us.debian.org... 128.61.240.89, 35.9.37.225, 64.50.233.100, ...
    Connecting to ftp.us.debian.org|128.61.240.89|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 286686 (280K) [application/octet-stream]
    Saving to: `xmlstarlet_1.4.0-1_armel.deb'


    100%[======================================>] 286,686 759K/s in 0.4s


    2013-01-02 22:23:00 (759 KB/s) - `xmlstarlet_1.4.0-1_armel.deb' saved [286686/286686]


    root@OpenMediaVault:~# dpkg -i xmlstarlet_1.4.0-1_armel.deb
    (Reading database ... 18458 files and directories currently installed.)
    Preparing to replace xmlstarlet 1.3.1-3 (using xmlstarlet_1.4.0-1_armel.deb) ...
    Unpacking replacement xmlstarlet ...
    Setting up xmlstarlet (1.4.0-1) ...
    root@OpenMediaVault:~#


    I was really hoping that would resolve the issue but after a restart of the pogoplug, I went to System --> Plugins
    and it failed as before. The detail:


    Error #4000:
    exception 'OMVException' with message 'Failed to execute command 'export LANG=C;sudo dpkg-query --list openmediavault-*': ' in /var/www/openmediavault/rpc/plugin.inc:186
    Stack trace:
    #0 [internal function]: PluginRpc->getList(Array)
    #1 /usr/share/php/openmediavault/rpc.inc(265): call_user_func_array(Array, Array)
    #2 /usr/share/php/openmediavault/rpc.inc(98): OMVRpc::exec('Plugin', 'getList', Array)
    #3 /var/www/openmediavault/rpc.php(44): OMVJsonRpcServer->handle()
    #4 {main}


    I really appreciate you guy's patience working through this with me. Is there something else we can try?


    Rodger

    • Offizieller Beitrag

    What does dpkg -l | grep openmediavault give you?

    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!

    • Offizieller Beitrag

    I can't think of anything else. I need to install on my pogoplug to try. Maybe the latest OMV would help?? apt-get update && apt-get dist-upgrade should get you to omv 0.4.10.

    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!

  • OK,
    Updated to 0.4.10 via SSH interface (not via the GUI).
    Short version: updating did not resolve the issue.
    I guess I would note at this point as mentioned before, I am new to OMV and Debian.
    I may have done something very ignorant, that we are assuming is ok because so much of OMV is working.
    Also (I never mentioned this before): I have no bulk storage attached. Just my pogoplug and my bootable USB key.
    I am using a PuTTY interface to a windows machine as the SSH interface.


    Gory details:
    Here is the screen dump. Note the warnings near the end:


    root@OpenMediaVault:~# apt-get update
    Ign file: Release.gpg
    Ign file:/var/cache/openmediavault/archives/ Translation-en
    Ign file: Release
    Hit http://cdn.debian.net squeeze Release.gpg
    Ign http://cdn.debian.net/debian/ squeeze/main Translation-en
    Hit http://cdn.debian.net squeeze Release
    Hit http://cdn.debian.net squeeze/main armel Packages
    Hit http://packages.openmediavault.org fedaykin Release.gpg
    Ign http://packages.openmediavault.org/public/ fedaykin/main Translation-en
    Hit http://packages.openmediavault.org fedaykin Release
    Hit http://packages.openmediavault.org fedaykin/main armel Packages
    Reading package lists... Done
    root@OpenMediaVault:~# apt-get dist-upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Calculating upgrade... Done
    The following packages will be upgraded:
    openmediavault
    1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Need to get 0 B/953 kB of archives.
    After this operation, 5120 B of additional disk space will be used.
    Do you want to continue [Y/n]? Y
    (Reading database ... 18449 files and directories currently installed.)
    Preparing to replace openmediavault 0.4.8 (using .../openmediavault_0.4.10_all.deb) ...
    Unpacking replacement openmediavault ...
    Setting up openmediavault (0.4.10) ...
    Installing new version of config file /etc/default/openmediavault ...
    Warning: program compiled against libxml 208 using older 207
    Warning: program compiled against libxml 208 using older 207
    Warning: program compiled against libxml 208 using older 207
    Updating configuration ...
    Warning: program compiled against libxml 208 using older 207
    Warning: program compiled against libxml 208 using older 207
    Warning: program compiled against libxml 208 using older 207
    Warning: program compiled against libxml 208 using older 207
    Reloading /etc/samba/smb.conf: smbd onlyNo process in pidfile '/var/run/samba/smbd.pid' found running; none killed.
    .
    Processing triggers for openmediavault ...
    Updating locale files ...
    Updating file permissions ...
    root@OpenMediaVault:~#


    The 0.4.8 install instructions in this thread indicate you can ignore warnings -

    Zitat

    You might see some warnings regarding libxml version. They can be safely ignored.


    I assume this is still the case with 0.4.10.


    Did a restart (I use 'shutdown -r now' because that is what I have used on other Linux systems).


    The GUI came back up showing version 0.4.10 (Fedaykin). Unfortunately the issue persists.
    System-->Plugins Failed--> Detail:
    Error #4000:
    exception 'OMVException' with message 'Failed to execute command 'export LANG=C;sudo dpkg-query --list openmediavault-*': ' in /var/www/openmediavault/rpc/plugin.inc:186
    Stack trace:
    #0 [internal function]: PluginRpc->getList(Array)
    #1 /usr/share/php/openmediavault/rpc.inc(265): call_user_func_array(Array, Array)
    #2 /usr/share/php/openmediavault/rpc.inc(98): OMVRpc::exec('Plugin', 'getList', Array)
    #3 /var/www/openmediavault/rpc.php(44): OMVJsonRpcServer->handle()
    #4 {main}


    I'll try anything you suggest. :)
    Rodger

  • FWIW:
    New info -
    When I go click on Diagnostics --> System Logs, that fails too.


    Error
    An error has occurred
    Details: Internal Server Error


    So I am thinking that maybe this has the same root cause and may help us triangulate on what is wrong?
    WAG: the logs command utilizes xmlstarlet too?


    Hope this helps.
    Rodger

    • Offizieller Beitrag

    I couldn't get Debian installed on my dockstar. I am going to install Debian on a Cubieboard and try. I will also try a Pogoplug a little later.

    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!

  • let me know if there are config files or something else I can send to help you with your install.
    I basically followed the steps at the beginning of this thread.


    Thanks for the effort!


    Rodger

    • Offizieller Beitrag

    Unfortunately, my experience won't help...


    I used a pink Pogoplug with a 2.5" usb hard drive attached. I followed the guide in the first post and everything worked well. I accepted all defaults when installing the packages. After that, I changed the host name, set a static ip, turned swap on, and turned on NTP and SSH. The plugin page worked fine.


    Next, I uploaded and installed omv-plugins.org plugin from the web interface. Everything worked fine.


    I ran omv-release-upgrade and obviously, it didn't install OMV 0.4 because of xmlstarlet. So, I installed xmlstarlet 1.4.0 and ran omv-release-upgrade again. Everything worked fine.


    Rebooted. Went to Update Manager and updated omv-plugins.org. Everything worked fine.


    So, I'm not sure where your problem is. Do see anything in my steps that is significantly different than yours?

    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!

  • This helps!
    It tells me the packages I loaded do work with a Pink Pogoplug. With so many hardware variations, I wasn't sure till now.


    Yous say

    Zitat

    I changed the host name, set a static ip, turned swap on, and turned on NTP and SSH.


    I don't see how the Hostname could affect this.
    I am using DHCP. Could that be involved somehow?
    I did not explicitly turn on swap. How do you do that? I thought is swap space exists, Linux would use it.
    tried the free command. Not sure if this looks right:


    root@OpenMediaVault:/var/log# free
    total used free shared buffers cached
    Mem: 255672 168736 86936 0 2812 122220
    -/+ buffers/cache: 43704 211968
    Swap: 238072 0 238072


    NTP and SSH I did as you did.


    You also indicated:

    Zitat

    Went to Update Manager and updated omv-plugins.org.


    When I go to Update Manager, There is very little there. I clicked on -Check- with the package information box checked off,
    and it found one package ...0.4.11... is available. that is all.
    Imy point is, I don't know what you mean by

    Zitat

    updated my omv-plugins.org


    Thanks!
    Rodger

    • Offizieller Beitrag

    I don't think the hostname, dhcp, or swap have to do with your problems. Swap should be on. It was when I rebooted. Not sure why it wasn't on the first time. You can see swap easily with the top command.


    I updated the omv-plugins.org plugin itself. That is because I installed it in omnious and it needed to update for fedaykin.


    I guess I will keep looking at my install to see if I did anything that I didn't mention...

    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!

  • top shows all the swap space as free...whenever I check it.
    since I have nothing attached to generate load, I'm guessing this is normal.


    I think I am being dense but I feel I need to make sure I am missing something obvious.
    I am still not clear on the omv-plugins.org plugin. When I updated to fedaykin, I never installed or updated this as a separate step.
    Is there a command line I you can give me to do this, just to make absolutely sure?


    Thanks!

    • Offizieller Beitrag

    If you are on 0.4.11 now, Volker added an omv-update command you could try.

    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!

  • Sorry for the confusion, it appears I am up to date:


    root@OpenMediaVault:~# omv-update
    Ign file: Release.gpg
    Ign file:/var/cache/openmediavault/archives/ Translation-en
    Ign file: Release
    Hit http://cdn.debian.net squeeze Release.gpg
    Ign http://cdn.debian.net/debian/ squeeze/main Translation-en
    Hit http://packages.openmediavault.org fedaykin Release.gpg
    Hit http://cdn.debian.net squeeze Release
    Ign http://packages.openmediavault.org/public/ fedaykin/main Translation-en
    Hit http://cdn.debian.net squeeze/main armel Packages
    Hit http://packages.openmediavault.org fedaykin Release
    Hit http://packages.openmediavault.org fedaykin/main armel Packages
    Reading package lists... Done
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Calculating upgrade... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    root@OpenMediaVault:~#


    GUI indicates I am running 0.4.11
    I hate to do it because it takes several hours on this little slow pogoplug, but are we at the point
    where I try to re-install?


    The only other things I can think of:
    - I am booting from a USB key. I think reycoaaron is booting from a USB hard disk.
    - I have no entries in my /etc/apt/sources.list or /etc/apt/sources.d files that reference omv-plugins
    I'm not sure there would need to be such a thing


    dmesg or var/log/messages dumps would not help I guess....


    Rodger

Jetzt mitmachen!

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