Repository with software worked on v4 firmware

@Fox_exe Just a question

Would you recommend that i install clean Debian or OMV or should i stay with the standard firmware

What will I gain from installing clean debian or OMV ?

also will i be able to do what i normaly do with teh standard firmware using Clean debian

like

Auto Mount and sharing of USB 

WD cloud integration

will my NAS be be working by default or Will I have to Configure Everything from scratch ?

diaahussein wrote:

great synced and i have scheduled it to sync daily at 2 AM GMT

No need it. If i add something to repo - i write it here.

diaahussein wrote:

@Fox_exe Just a question

 

Would you recommend that i install clean Debian or OMV or should i stay with the standard firmware

What will I gain from installing clean debian or OMV ?

also will i be able to do what i normaly do with teh standard firmware using Clean debian

like

Auto Mount and sharing of USB 

WD cloud integration

will my NAS be be working by default or Will I have to Configure Everything from scratch ?

  1. About OMV - read this:  OpenMediaVault - Features
  2. “Clean Debian” - is a " Debian v7.2 / Wheezy" for armhf. Only ssh installed. Its a “base system” for do what you want “From scratch”. (Install omv or webmin. Or install all services like Samba and configure all via configs w/o gui)
  3. There is no WD integration. You can use BTSync and/or OwnCloud instead.
  4. My firmware much stable, provide more options, but some software not optimized for our hardware, so work slower (But Transmission works faster. idk why)
2 Likes

is it possible to add “ATTIC” to your repo? It is in the standard jessie repo but not wheezy at the moment, is it possible? thanks.

Thanks for your support for deb packages.

I see that your repo has ffmpeg packeges, however I couldn’t install ffmpeg.

It request other packages and stop to install.

Could you help me solve this problem?

xxxx:~# cat /etc/apt/sources.list
deb http://anionix.ddns.net wheezy-64k main

xxxxx:~# apt-get install ffmpeg
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:
 ffmpeg : Depends: libav-tools but it is not going to be installed
          Depends: libavdevice53 (>= 6:0.8.3-1~) but it is not going to be installed
          Depends: libavfilter2 (>= 6:0.8.3-1~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Update:

Full Build-essential (Binutils already patched. So you can make chroot and compile some software on WDMC)

Samba 3.6.6 (Maybe brocken dependences. I add all later)

# Packages in repo: 1267 :smiley:

 @Fox_exe

excellent repo, thanks a lot! 

I was wondering, how could i make the pip to work in python. Can you guys help? 

WDMyCloud:~# apt-get install python-pip
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:
 python-pip : Depends: python-pkg-resources but it is not installable
              Depends: python-setuptools (>= 0.6c1) but it is not installable
              Recommends: python-dev-all (>= 2.6) but it is not installable
              Recommends: build-essential but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
WDMyCloud:~#

It required other packages but it doesn’t exist in the repo. I think resolving dependency isn’t easy.

  • Python-pip - Done
  • Transmission-daemon - Done
  • PyLoad - Done
  • ffmpeg - Done.

Packages in repo: 1326

wow!! thanks for you efforts!!

Hi Fox

I have compiled some packages with the 64k

Can add them to the Repository

They are available on 

http://diaa.no-ip.com:8080/Misc/

The packages are

Dovecot – ( IMAP and POP 3 server )

postfix   — (SMTP server )

Incron

SASL2

Owncloud 7

debtree 1.0.10

For test:  Kernel v3.2.68 + custom modules (For v4 fw)

  • Maybe its fix USB 3.0 problems and freezes (“WDMC disconnected from network” problems).
  • Kernel compiled in Chroot at v4 firmware (Yeah, all packages for build/make packages available in my repo!)

Later i make a .deb package for installing through Apt. (+ deb package for original for roll-back chages if something do wrong)

Thanks for fixing the python-pip. It helped me a lot. 

I have also an issue installing build-essential. 

Am I approaching in correctly? 

WDMyCloud:~# apt-get install build-essential
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:
 build-essential : Depends: libc6-dev but it is not going to be installed or
                            libc-dev
                   Depends: g++ (>= 4:4.4.3) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Strange… I check it again on clean system. Build-essential installed ok. No problems…

Try run apt-get install -s libc6-dev and other dependencies packages until you get “Unable to find this package” or something similar.

can i have a help about pyload server ? :frowning:

my pyload server is giving an error.

1369 07.04.2015 22:34:08 INFO pyLoad is up and running
1370 07.04.2015 22:34:40 WARNING Not able to connect server for updates
1371 07.04.2015 22:34:40 INFO No Updates for pyLoad

Dear Fox_Exe,

Could you provide Subliminal package  for automatic subtitle download from Opensubtitles 

:stuck_out_tongue:

cheers,

Regarding my issue installing build-essential above: 

I started to track down missing packages: 

WDMyCloud:~# apt-get install -s build-essential
build-essential : Depends: libc6-dev but it is not going to be installed or
                            libc-dev
                   Depends: g++ (>= 4:4.4.3) but it is not going to be installed

WDMyCloud:~# apt-get install -s g++
 g++ : Depends: g++-4.6 (>= 4.4.7-1~) but it is not going to be installed

WDMyCloud:~# apt-get install -s g++-4.6
g++-4.6 : Depends: libstdc++6-4.6-dev (= 4.6.3-14) but it is not going to be installed

WDMyCloud:~# apt-get install -s libstdc++-4.6-dev
E: Unable to locate package libstdc++-4.6-dev
E: Couldn't find any package by regex 'libstdc++-4.6-dev'

It seems the “Black Pete” is the ‘libstdc+±4.6-dev’. 

Do you think this was the root of the problem? 

When tracking the libc-dev and libc6-dev packages dependencies with install -s i found no other missing packages. 

libstdc++6-4.6-dev is available in my repo, as i say.

Apt-get update ?

apt-get update done 

There here was a typo in my previous post between  ‘libstdc+±4.6-dev’ and  ‘libstdc++6-4.6-dev’. That package is obviosly in the repo as you say. My bad. 

My current assumption of the root of the problem is version mismatch of libc6 and others 

WDMyCloud:~# apt-get -s install libc6-dev
The following packages have unmet dependencies:
 libc6-dev : Depends: libc6 (= 2.13-38+deb7u8) but 2.17-93 is to be installed
             Depends: libc-dev-bin (= 2.13-38+deb7u8) but 2.17-93 is to be installed
E: Unable to correct problems, you have held broken packages.

WDMyCloud:~# dpkg -l|grep libc6
ii libc6:armhf 2.17-93 armhf Embedded GNU C Library: Shared libraries

I wouldn’t be afraid to experiment (install -f or upgrade or maybe sid repo?) but currently I have only remote access to MyCloud. It should have the latest firmware installed (4.01.03.421) 

What would you suggest? 

Do you guys have any thoughts about the package version mismatch? What should I do?

Thanks