dejongrr

Results 18 comments of dejongrr

@hanssens, I was able to get it working using this site: https://github.com/SynoCommunity/spksrc/blob/develop/spk/debian-chroot/src/app/help/enu/index.html I managed to use apt-get udpate and upgrade. Also, libavahi-compat-libdnssd-dev, and libasound2-dev are installed. But when I try...

I took a look at: https://github.com/TooTallNate/node-gyp/ And based on the info, I used the following command: DiskStation> npm config set python /volume1/@appstore/python/bin/python2.7 After some minutes I got the following: >...

I am connected to my Synology with SSH using [email protected], so in my understanding every command is already run as root. Could it be that somehow the ownership got changed,...

I used: apt-get install build-essential Packages like 'make' and 'g++' were installed witch were apparently essential to node-gyp, but I still getting to same error.

Oke, so I started again and I think all is good now. It turned out that I installed node on my Synolody OS instead of debian chroot. These are the...

I can confirm it works! Thanks for the feedback! Next step for me will be to auto start debian chroot and airsonos when I reboot my Synology nas.

Don't know when the issue started, but I'm getting the following error: ``` root@DiskStation:/# airsonos *** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi. ***...

Reinstall of the debian-chroot package did the trick! Here is an update of the steps I took: - Install debian package from the synology community - After the install, it...

@stephen - Does airsonos even have start and stop arguments? otherwise that would be a nice feature, in addition to a refresh or something.

@pcr23 - I might have forgotten to add that to the instructions, but this should fix it: - Type: ln -s /usr/bin/nodejs /usr/bin/node This way, you make a symbolic lync...