Have you also remove the old Node package ? (0.12)Lightfocus wrote:I also removed and reinstalled the packages... node doesnt run... version 0.1.8 is still shown as build.
Search found 9 matches
- 30 Mar 2016, 07:17
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot Node 0.2.0 for DSM 6
- Replies: 74
- Views: 55779
Re: FileBot Node 0.2.0 for DSM 6
- 29 Mar 2016, 20:26
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot Node 0.2.0 for DSM 6
- Replies: 74
- Views: 55779
Re: FileBot Node 0.2.0 for DSM 6
It would be very helpful if you could share exactly what you did that solved the problem. Be nice. Others might run into the same issue.
Yes sorry, to solve my problem, which was a concern when starting the application, you must uninstall this packages:
FileBot
FileBot Node
Node.js v4
Oracle ...
Yes sorry, to solve my problem, which was a concern when starting the application, you must uninstall this packages:
FileBot
FileBot Node
Node.js v4
Oracle ...
- 29 Mar 2016, 15:50
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot Node 0.2.0 for DSM 6
- Replies: 74
- Views: 55779
Re: FileBot Node 0.2.0 for DSM 6
Well, I remove all package with filebot-node dependencies, and now, it works ! Thank you for your time !
- 29 Mar 2016, 15:32
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot Node 0.2.0 for DSM 6
- Replies: 74
- Views: 55779
Re: FileBot Node 0.2.0 for DSM 6
admin@DiskStation:~$ cat /var/packages/filebot-node/scripts/start-stop-status
#!/bin/sh
case "$1" in
start)
"$SYNOPKG_PKGDEST/start" > "$SYNOPKG_PKGDEST/node.log" 2>&1
exit $?
;;
stop)
killall "$SYNOPKG_PKGNAME"
exit $?
;;
status)
ps | grep "$SYNOPKG_PKGNAME" | grep -v 'grep'
exit ...
#!/bin/sh
case "$1" in
start)
"$SYNOPKG_PKGDEST/start" > "$SYNOPKG_PKGDEST/node.log" 2>&1
exit $?
;;
stop)
killall "$SYNOPKG_PKGNAME"
exit $?
;;
status)
ps | grep "$SYNOPKG_PKGNAME" | grep -v 'grep'
exit ...
- 29 Mar 2016, 15:24
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot Node 0.2.0 for DSM 6
- Replies: 74
- Views: 55779
Re: FileBot Node 0.2.0 for DSM 6
Code: Select all
root@DiskStation:/usr/syno/synoman/webman/3rdparty# ls
addon-aws_s3 addon-sfr_s3 LogCenter README VideoStation
addon-azure_blob AudioStation MediaServer StorageAnalyzer
addon-hicloud_s3 DownloadStation PhotoStation TextEditor- 29 Mar 2016, 15:11
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot Node 0.2.0 for DSM 6
- Replies: 74
- Views: 55779
Re: FileBot Node 0.2.0 for DSM 6
As root :
root@DiskStation:/usr/local/filebot-node# ./start
ENVIRONMENT { FILEBOT_TASK_CMD: '/usr/local/filebot-node/task',
FILEBOT_NODE_HTTPS_KEY: '/usr/syno/etc/certificate/system/default/privkey.pem',
TERM: 'xterm',
SHELL: '/bin/ash',
FILEBOT_CMD_UID: '1024',
OLDPWD: '/usr/local/filebot ...
root@DiskStation:/usr/local/filebot-node# ./start
ENVIRONMENT { FILEBOT_TASK_CMD: '/usr/local/filebot-node/task',
FILEBOT_NODE_HTTPS_KEY: '/usr/syno/etc/certificate/system/default/privkey.pem',
TERM: 'xterm',
SHELL: '/bin/ash',
FILEBOT_CMD_UID: '1024',
OLDPWD: '/usr/local/filebot ...
- 29 Mar 2016, 13:24
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot Node 0.2.0 for DSM 6
- Replies: 74
- Views: 55779
Re: FileBot Node 0.2.0 for DSM 6
i have this when i try to start filebot-node manually :
admin@DiskStation:/usr/local/filebot-node$ ./start
fs.js:794
return binding.mkdir(pathModule._makeLong(path),
^
Error: EACCES: permission denied, mkdir '/volume1/@appstore/filebot-node/data'
at Error (native)
at Object.fs.mkdirSync (fs ...
admin@DiskStation:/usr/local/filebot-node$ ./start
fs.js:794
return binding.mkdir(pathModule._makeLong(path),
^
Error: EACCES: permission denied, mkdir '/volume1/@appstore/filebot-node/data'
at Error (native)
at Object.fs.mkdirSync (fs ...
- 29 Mar 2016, 10:56
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot Node 0.2.0 for DSM 6
- Replies: 74
- Views: 55779
Re: FileBot Node 0.2.0 for DSM 6
Well, it's french. It's not a package corruption but a "fail to start", i dot not have log to identify what's wrong.
Edit : the new release doesn't work
Edit : the new release doesn't work
- 29 Mar 2016, 08:06
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot Node 0.2.0 for DSM 6
- Replies: 74
- Views: 55779
Re: FileBot Node 0.2.0 for DSM 6
Hello,
I try to install filebot-node-0.2.0-noarch.spk on my DSM 6 on DS215j, but it doesn't work !
http://img15.hostingpics.net/pics/730268failinstallfilenode.png
i have no log to show...
http://img15.hostingpics.net/pics/960440failinstallfilenodelog.png
My installed package if it's help ...
I try to install filebot-node-0.2.0-noarch.spk on my DSM 6 on DS215j, but it doesn't work !
http://img15.hostingpics.net/pics/730268failinstallfilenode.png
i have no log to show...
http://img15.hostingpics.net/pics/960440failinstallfilenodelog.png
My installed package if it's help ...