Monday 13 May 2013

Error while access Transmission torrent Client web interface

You may receive the below error while trying to access Transmission torrent Client web interface.

Error:

http://ip:9091

403: Forbidden

Unauthorized IP Address.
Either disable the IP address whitelist or add your address to it.
If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries.
If you're still using ACLs, use a whitelist instead. See the transmission-daemon manpage for details.

Solution:

First stop the transmission-daemon.

# /etc/init.d/transmission-daemon stop

The configuration file may found "/var/lib/transmission/.config/transmission-daemon/settings.json"
Edit the settings.json file and change as rpc-whitelist-enabled": false.

Save and exit from  settings.json.

Now start the  transmission-daemon
# /etc/init.d/transmission-daemon start

Now Access the Transmission from Browser http://ip:9091.


Sunday 12 May 2013

Error: Kernel image does not exist: /boot/solus-vmlinuz

You may get the below error while starting Xen VPS.

# xm create -c /home/xen/vm7202/vm720.cfg
Using config file "/home/xen/vm720/vm720.cfg".
Error: Kernel image does not exist: /boot/solus-vmlinuz

Solution:
# php /usr/local/solusvm/includes/xenkernel.php
Making SolusVM initrd...
Setting kernel links...
Kernel setup completed.

Now start the Xen VPS using Config file.

# xm create -c /home/xen/vm720/vm720.cfg