Author Topic: Icefact Server pe un WD Mycloud?  (Read 3794 times)

SergiuC

  • Newbie
  • *
  • Posts: 7
    • View Profile
Icefact Server pe un WD Mycloud?
« on: July 27, 2020, 10:48:33 AM »
Buna ziua, se poate instala serverul de la icefact pe un Network Storage WD My Cloud 2TB (https://www.youtube.com/watch?v=QnipLxXawZU). Multumesc.

Serghei

  • Administrator
  • Hero Member
  • *****
  • Posts: 1453
    • View Profile
Re: Icefact Server pe un WD Mycloud?
« Reply #1 on: July 27, 2020, 10:57:02 AM »
Din câte văd, are sistem de operare Debian, ar trebui să funcţioneze dacă e arhitectură x86_64. Intraţi pe el cu ssh şi executaţi comanda cat /proc/cpuinfo , sa vedem ce procesor este.

SergiuC

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Icefact Server pe un WD Mycloud?
« Reply #2 on: July 27, 2020, 12:26:47 PM »
processor       : 0
model name      : ARMv7 Processor rev 1 (v7l)
BogoMIPS        : 1594.16

CPU revision    : 1

processor       : 1
model name      : ARMv7 Processor rev 1 (v7l)
BogoMIPS        : 1594.16

Hardware        : Marvell Armada 375 (Device Tree)


Serghei

  • Administrator
  • Hero Member
  • *****
  • Posts: 1453
    • View Profile
Re: Icefact Server pe un WD Mycloud?
« Reply #3 on: July 27, 2020, 12:37:24 PM »
Procesorul pare un ARM, nu un x86_64. Avem si o versiune pentru Arnbian, dar nu sunt foarte sigur ca va functiona. Incercati asa:

Code: [Select]
wget https://icesoft.ro/download/icefact-srv_0.9.2-1_armhf.deb
dkpg -i icefact-srv_0.9.2-1_armhf.deb

SergiuC

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Icefact Server pe un WD Mycloud?
« Reply #4 on: July 27, 2020, 12:44:02 PM »
dpkg: package icefact-srv depends on libc6, which is not installed or flagged to be installed

Serghei

  • Administrator
  • Hero Member
  • *****
  • Posts: 1453
    • View Profile
Re: Icefact Server pe un WD Mycloud?
« Reply #5 on: July 27, 2020, 12:48:26 PM »
Încercaţi dkpg -f

SergiuC

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Icefact Server pe un WD Mycloud?
« Reply #6 on: July 27, 2020, 12:49:59 PM »
BusyBox v1.20.2 (2019-07-04 10:46:34 CST) multi-call binary.

Usage: dpkg [-ilCPru] [-F OPT] PACKAGE

Install, remove and manage Debian packages

        -i,--install    Install the package
        -l,--list       List of installed packages
        --configure     Configure an unpackaged package
        -P,--purge      Purge all files of a package
        -r,--remove     Remove all but the configuration files for a package
        --unpack        Unpack a package, but don't configure it
        --force-depends Ignore dependency problems
        --force-confnew Overwrite existing config files when installing
        --force-confold Keep old config files when installing

Serghei

  • Administrator
  • Hero Member
  • *****
  • Posts: 1453
    • View Profile
Re: Icefact Server pe un WD Mycloud?
« Reply #7 on: July 27, 2020, 12:55:24 PM »
Hmm, am greşit comanda, cred ca e apt-get install -f

SergiuC

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Icefact Server pe un WD Mycloud?
« Reply #8 on: July 27, 2020, 01:01:46 PM »
-sh: apt: not found

Serghei

  • Administrator
  • Hero Member
  • *****
  • Posts: 1453
    • View Profile
Re: Icefact Server pe un WD Mycloud?
« Reply #9 on: July 27, 2020, 01:07:30 PM »
Atenţie, comanda este apt-get, nu apt.

SergiuC

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Icefact Server pe un WD Mycloud?
« Reply #10 on: July 27, 2020, 01:08:48 PM »
-sh: apt-get: not found

Serghei

  • Administrator
  • Hero Member
  • *****
  • Posts: 1453
    • View Profile
Re: Icefact Server pe un WD Mycloud?
« Reply #11 on: July 27, 2020, 01:20:27 PM »
Aparent Debian-ul de pe NAS-ul dvs este unul "castrat", lipsesc chestii din el. Căutaţi pe internet, poate ştie cineva cum se instalează apt-get pe el.

SergiuC

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Icefact Server pe un WD Mycloud?
« Reply #12 on: July 27, 2020, 01:21:00 PM »
Ok, multumesc.