suryansh.gupta
Contributor
/mnt/data/torrents/.config/
/mnt/data/torrents/.config/transmission-daemon
/mnt/data/torrents/.config/transmission-daemon/settings.json #file
/mnt/data/torrents/.config/transmission-daemon/stats.json #file
/mnt/data/torrents/.config/transmission-daemon/blocklists
/mnt/data/torrents/.config/transmission-daemon/resume
/mnt/data/torrents/.config/transmission-daemon/torrents
/opt/bin/transmission-daemon -g /mnt/data/torrents/.config/transmission-daemon
killall transmission-daemon
dmesg
mount
ls -lR /mnt/data/torrents/.config
dinjo said:Refer the guide again you do not need to run the commands
The below command would start transmissions and create the respective folders, its just for checking that the folder structure was created
Code:/opt/bin/transmission-daemon -g /mnt/data/torrents/.config/transmission-daemon killall transmission-daemon
If you still getting errors of permission denied while running transmission give the output of following commands
Code:dmesg mount ls -lR /mnt/data/torrents/.config
You might have mounted the drive in readonly mode.
I presume your beetel has 192.168.x.x network,so change the rt-n13u ip range to either 10.x.x.x or 172.16.x.x .G0t0hellb4me said:Hi leomax,
Thanks for your reply. Can you help me setup dd-wrt with Beetel 450BX1 and RT-N13U? How can I have 2 different networks - 1 with Beetel Router and other with Asus?
Thanks
vsftp is enabled by default did you moved to proper directory i wont recommend samba...G0t0hellb4me said:@dinjo - Thanks
I am able to see all my downloads through ftp...
But with samba, I am only able to see 2 folders - dlq and www. I dont see any other folder than these 2.
Is there something else I need to do?
Thanks
mount
ps
cat /opt/data/torrents/.config/transmission-daemon/settings.json | grep download
dinjo said:Give me the output for
Code:mount
root@DD-WRT:~# mount
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
ramfs on /tmp type ramfs (rw)
devpts on /dev/pts type devpts (rw)
devpts on /proc/bus/usb type usbfs (rw)
/dev/discs/disc0/part1 on /opt type ext3 (rw,noatime,nodiratime,data=ordered)
/dev/discs/disc0/part2 on /mnt type ext3 (rw,noatime,nodiratime,data=ordered)
root@DD-WRT:~#
Code:ps
root@DD-WRT:~# ps
PID USER VSZ STAT COMMAND
1 root 1180 S /sbin/init noinitrd
2 root 0 SW< [kthreadd]
3 root 0 SW< [ksoftirqd/0]
4 root 0 SW< [events/0]
5 root 0 SW< [khelper]
48 root 0 SW< [kblockd/0]
60 root 0 SW< [khubd]
77 root 0 SW [pdflush]
78 root 0 SW [pdflush]
79 root 0 SW< [kswapd0]
80 root 0 SW< [aio/0]
670 root 0 SW< [scsi_tgtd/0]
676 root 0 SW< [mtdblockd]
689 root 0 SW< [dwc_otg]
709 root 0 SW< [scsi_eh_0]
710 root 0 SW< [usb-storage]
849 root 1320 S resetbutton
939 root 0 SW [RtmpCmdQTask]
979 root 1116 S telnetd
996 root 728 S dnsmasq --conf-file=/tmp/dnsmasq.conf
1062 root 1252 S ttraff
1239 root 4928 S /usr/sbin/smbd -D --configfile=/tmp/smb.conf
1417 root 1772 S httpd -p 80
1501 root 1248 S process_monitor
1512 root 628 S cron
1665 root 0 SW< [kjournald]
1667 root 0 SW< [kjournald]
1821 root 1748 S /opt/bin/httpd -p 8080 -h /opt/share/www
1826 root 1456 S /opt/sbin/xinetd
1830 root 2344 S nmbd
1857 root 628 S udhcpc -i vlan2 -p /var/run/udhcpc.pid -s /tmp/udhcpc
1876 root 4628 S /opt/bin/transmission-daemon
1878 root 4628 S /opt/bin/transmission-daemon
1879 root 4628 S /opt/bin/transmission-daemon
1880 root 4628 S /opt/bin/transmission-daemon
1881 root 4628 S /opt/bin/transmission-daemon
1882 root 1132 S -sh
1920 root 1116 R ps
root@DD-WRT:~#
then whatever is the output of ps check for something like this in ps outout
/opt/bin/transmission-daemon -g /opt/data/torrents/.c
Essentially i need to know which transmission settings file are you using , so on which partition is the config file located show me the output using
Code:cat /opt/data/torrents/.config/transmission-daemon/settings.json | grep download
your config file might me on /mnt so ps tells where is locatedroot@DD-WRT:~# cat /opt/data/torrents/.config/transmission-daemon/settings.json | grep download
"download-dir": "/opt/data/torrents",
"download-limit": 100,
"download-limit-enabled": 1,
root@DD-WRT:~#
For file transfer issue
Download Filezilla enter I.P of router and username as root and passwd of your router page, vsftp is part of optware package which we installed and once ftp'ed it gets started on its own so no manual starting of services this is preferred over Samba since samba is over resource hog process.