View Single Post
Posts: 66 | Thanked: 8 times | Joined on Jan 2008
#74
I am trying to install Knots server on Buffalo Linkstation Pro NAS, that has I guess Debian on it ( I am a complete noob here). I managed it up to the very end command ./knots start and stuck here. First I've got an error "cannot create shared object" related to libcrypto.so.0.9.7 that I fixed (I guess) by installing openssl. But now I am getting this:
Code:
root@SKLAD:/mnt/disk1/Buffalo/MMedia/kserver# ./knots start
ps: invalid option -- j
BusyBox v1.1.1 (2007.05.10-05:06+0000) multi-call binary

Usage: ps

Report process status

Options:
        w       wide output

root@SKLAD:/mnt/disk1/Buffalo/MMedia/kserver# ./lib/ifconfig/linux/ifconfig.rb:15: warning: Insecure world writable dir /sbin in PATH, mode 040777
./lib/ifconfig/linux/ifconfig.rb:17: warning: Insecure world writable dir /sbin in PATH, mode 040777
/opt/lib/ruby/1.8/gserver.rb:193:in `initialize': Address already in use - bind(2) (Errno::EADDRINUSE)
        from /opt/lib/ruby/1.8/gserver.rb:193:in `new'
        from /opt/lib/ruby/1.8/gserver.rb:193:in `start'
        from /opt/lib/ruby/1.8/gserver.rb:189:in `synchronize'
        from /opt/lib/ruby/1.8/gserver.rb:189:in `start'
        from ./knots:20:in `start'
        from ./knots:12:in `detach'
        from ./knots:10:in `fork'
        from ./knots:10:in `detach'
        from ./knots:65
Any advice on what's done wrong and how to fix it?

Also, related question - how can I uninstall knots server?

Thanks,
godd