Page 2 of 64 FirstFirst 12341252 ... LastLast
Results 16 to 30 of 958

Thread: [HowTo] Install and configure Oleg's firmware

  1. #16
    hi when i do

    Code:
    mkdir /tmp/harddisk/torrent
    i get

    Code:
    cannot create directory `/tmp/harddisk/torrent': Read-only file system
    any help?

  2. #17
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Your hdd is not mounted to /tmp/harddisk!

    Do a 'mount' to see what is mountet or a 'df -h'.
    Recheck partitioning, formating. Try to mount manualy.

    wengi
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

  3. #18
    i found that it was mounted at

    /tmp/harddisk/part1/

    so i just ajusted for the tutorial.

    BTW great tut A+

    EDIT:
    Ummm this might sound totaly noob, but do i need to forward a bittorrent port for transmission if it's on the router?

  4. #19
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Have a look at the transmission.conf: You can use upnp if your router supports it and you want to.
    Otherwise you have to do a portmapping on the router.

    wengi
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

  5. #20

    still problem with creating folder torrent

    thanx for great manual!
    I still can't create folders "torrent". Whenever I try I've got "cannot create ... read-only file system"

    after mount I've got:

    /dev/root on / type squashfs (ro)
    none on /dev type devfs (rw)
    proc on /proc type proc (rw)
    ramfs on /tmp type ramfs (rw)
    usbfs on /proc/bus/usb type usbfs (rw)
    /dev/discs/disc0/part2 on /opt type ext3 (rw)
    /dev/discs/disc0/part3 on /tmp/harddisk type ext3 (rw)
    /dev/discs/disc0/part1 on /tmp/harddisk type vfat (ro,noatime)

    please tell me what's wrong - I'm linux rookie (realy fresh one)

    Best Regards and thanx in advance
    Piotr

  6. #21
    Quote Originally Posted by pmi View Post
    thanx for great manual!
    I still can't create folders "torrent". Whenever I try I've got "cannot create ... read-only file system"

    after mount I've got:

    /dev/root on / type squashfs (ro)
    none on /dev type devfs (rw)
    proc on /proc type proc (rw)
    ramfs on /tmp type ramfs (rw)
    usbfs on /proc/bus/usb type usbfs (rw)
    /dev/discs/disc0/part2 on /opt type ext3 (rw)
    /dev/discs/disc0/part3 on /tmp/harddisk type ext3 (rw)
    /dev/discs/disc0/part1 on /tmp/harddisk type vfat (ro,noatime)

    please tell me what's wrong - I'm linux rookie (realy fresh one)

    Best Regards and thanx in advance
    Piotr
    I've been googling and tring to mount drive manually ([admin@(none) root]$ /dev/discs/disc0/part3 mount /tmp/harddisk), and in return I'm reciving :
    -sh: /dev/discs/disc0/part3: Permission denied

  7. #22
    Quote Originally Posted by pmi View Post
    I've been googling and tring to mount drive manually ([admin@(none) root]$ /dev/discs/disc0/part3 mount /tmp/harddisk), and in return I'm reciving :
    -sh: /dev/discs/disc0/part3: Permission denied
    what output do you get from "df"?

  8. #23
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Quote Originally Posted by pmi View Post
    /dev/discs/disc0/part3 on /tmp/harddisk type ext3 (rw)
    /dev/discs/disc0/part1 on /tmp/harddisk type vfat (ro,noatime)
    1) Prob: Both partitions are mounted at the same point. Change this.
    2) the ro for part1 means readonly! change this to rw!

    wengi
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

  9. #24

    something is wrong with auto mount

    My part3 is not mounting automaticaly. Maybe there is something wrong with vi /usr/local/sbin/post-boot, and waiting for part2?

    Best Regards
    piotr

  10. #25
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Try to unmount part3, and remount part1 as rw.
    After you confirmed that this is working you can think about making it permanent.

    wengi
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

  11. #26
    Join Date
    Sep 2007
    Location
    Netherlands
    Posts
    6
    Thanks voor the great Tutorial.

    I still have a problem with the samba server.
    I can configure it with the webinterface, however the server dosn't work.

    I tryed to go directly to the IP adres and via windows network.

    When I look in de webinterfase at status I see:
    smbd: not running
    nmbd: not running

    when I try to activate them (nmbd isn't really a must I think) they still doesn't work. Anyone a solution for this problem?

  12. #27
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Do you try to use samba as daemon or with xinetd?

    daemon:
    try to run /opt/etc/init.d/S80samba.
    post the logfile if nmbd or smbd are not running

    xinetd:
    make sure xinetd is running or run /opt/etc/init.d/S10xinetd

    Samba will only work if (smbd AND nmbd) OR xinetd are running (check with ps axf)

    wengi
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

  13. #28
    Join Date
    Sep 2007
    Location
    Netherlands
    Posts
    6
    I'm not sure. I folowed your tutorial. 1th installed xinetd then samba2
    Code:
    ipkg install xinetd
    ipkg install samba2
    I will look at it when I'm at home.

    ps. not mentioned before, but I think it's already clear. I'm a linux newbie.
    Last edited by WhiteAss; 25-09-2007 at 13:06.

  14. #29
    Join Date
    Sep 2007
    Location
    Netherlands
    Posts
    6
    I don't know witch is running (daemon or with xinetd)

    I tried both
    /opt/etc/init.d/S80samba
    /opt/etc/init.d/S10xinetd

    to run. this doesn't make a diferent.

    Where do I find the log?

    what is the best way? xinetd or smbd AND nmbd
    can I work with the webinterface in both situations?

  15. #30
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Forget xinetd. You first have to run it as daemon.
    You are running samba as daemon as long as you did NOT follow chapter 15.

    Do the following:

    1. run /opt/etc/init.d/S80samba and post result
    2. post output of "ps axf"
    3. post the latest content of the log: /opt/var/log/messages

    wengi

    EDIT: Did you follow the whole tut or only parts? This is important to know.
    Last edited by wengi; 26-09-2007 at 08:50.
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

Page 2 of 64 FirstFirst 12341252 ... LastLast

Similar Threads

  1. [Howto] Install DLNA media servers for Oleg firmware
    By ecaddict in forum WL-500gP Tutorials
    Replies: 18
    Last Post: 06-06-2017, 08:40
  2. Replies: 24
    Last Post: 05-05-2015, 08:42
  3. Replies: 28
    Last Post: 02-06-2013, 21:58
  4. Replies: 6
    Last Post: 21-09-2012, 18:06
  5. [Howto] Install kernel modules for Oleg firmware
    By ecaddict in forum WL-500gP Tutorials
    Replies: 0
    Last Post: 05-12-2011, 17:18

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •