Beiträge von PiedPiper

    I am trying to find a good use for my pi. I am currently using it as an ssh/sftp file server on my lan. Works fine but I wanted to see if I couldn't get OMV, opencloud or something similar running on it. Speed is not a big concern and it would never have more than one client connected to it.

    Sorry for posting this twice. I received an error message the first time and assumed the post was gone.
    Thank you for your helpful reply, ryecoaaron.
    I am actually not sure which version of OMV I attempted to install. The apt-get did not specify. I assume it defaults to the latest version.

    Hi,


    thank you for reading my post. I am new to this forum and I am new to openmediavault.


    I am trying to install openmediavault on my
    raspberry pi 1 rev b. I installed
    Raspian 9 Stretch.


    When attempting to install php-apc I saw the following:
    root@raspcloud:~# apt-get install php-apc openmediavault -y --force-yes
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package php-apc is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source


    Instead I ran this:
    root@raspcloud:~# apt-get install php-pear php-dev php-json libpcre3-dev php-apcu


    But when I then attempted to install openmediavault I got this:
    root@raspcloud:~# apt-get install openmediavault -y --force-yes
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:


    The following packages have unmet dependencies:
    openmediavault : Depends: php5-fpm but it is not installable
    Depends: php5-cgi but it is not installable
    Depends: php5-cli (>= 5.6) but it is not installable
    Depends: php5-pam but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.


    How can i overcome this dependency? Should I look for a complete .img file for my pi that has openmediavault already installed?



    Thanks in advance,

    Hi,


    thank you for reading my post. I am new to this forum and I am new to openmediavault.

    I am trying to install openmediavault on my
    raspberry pi 1 rev b. I installed
    Raspian 9 Stretch.


    When attempting to install php-apc I saw the following:
    root@raspcloud:~# apt-get install php-apc openmediavault -y --force-yes
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package php-apc is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source


    Instead I ran this:
    root@raspcloud:~# apt-get install php-pear php-dev php-json libpcre3-dev php-apcu
    But when I then attempted to install openmediavault I got this:
    root@raspcloud:~# apt-get install openmediavault -y --force-yes
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:


    The following packages have unmet dependencies:
    openmediavault : Depends: php5-fpm but it is not installable
    Depends: php5-cgi but it is not installable
    Depends: php5-cli (>= 5.6) but it is not installable
    Depends: php5-pam but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.


    How can i overcome this dependency? Should I look for a complete .img file for my pi that has openmediavault already installed?


    Thanks in advance,