Page 23 of 64 FirstFirst ... 13212223242533 ... LastLast
Results 331 to 345 of 958

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

  1. #331
    Quote Originally Posted by bogd_A View Post
    Found it,
    must keep in mind the way the files/folders are structured, so you must keep that structure for torrent files:
    one dir:
    one sub dir (same name as the parent dir) with the files
    the torent file with *.torrent extension

    Copy the parent dir in work directory of the hdd, then save the torrent file from the tracker, or other place from which you want to download, as if you would do a normal torrent download.
    "update" in transmission web interface, and that's it. it starts the checkimg files process and then seeding.

    The only issue is that the torrent stays in work dir and appear as active in transmission at least for the momment, I'll wait to see if it is seeding as it should
    I personally use another method and maybe it can help you.
    - download the torrent with uTorrent on the PC
    - start the same torrent with transmission to let create the needed directory / files
    - stop the torrent in transmission
    - copy all the files from the PC to the correct transmission sub folder
    - restart the torrent in transmission
    transmission will check the torrent integrity an after start the seeding

    Happy seeding

  2. #332
    Quote Originally Posted by L3rd View Post
    I personally use another method and maybe it can help you.
    - download the torrent with uTorrent on the PC
    - start the same torrent with transmission to let create the needed directory / files
    - stop the torrent in transmission
    - copy all the files from the PC to the correct transmission sub folder
    - restart the torrent in transmission
    transmission will check the torrent integrity an after start the seeding

    Happy seeding
    I'll try this when I'll get home

  3. #333

    accessing samba share

    I still have an issue accessing my folders shared with samba from my laptop.
    I tryed several solutions but none worked.

    I can access the shared folders from any PC, PDA, but not from my laptop, the difference is that it is on a windows domain, and I can't change that, beeing my work computer.

    Any ideea what I should try?

    If I put on my WL-500gP the original firmware, I can access the shared folders on my HDD from that laptop, but when I change to oleg's firmware it doesn't work.

    So, my question is: what is the difference between those two firmware regarding the share issue?

  4. #334
    Join Date
    Jun 2007
    Location
    Surrey, UK
    Posts
    5

    pre-mount and post-mount scripts

    I've just discovered that these scripts are called with the disc's id string as a parameter. This makes it possible to avoid having disc checks rerun when another drive (e.g. a USB memory stick) is plugged in. My pre-mount script is now:
    Code:
    #!/bin/sh
    
    logger -t $0 "$*"
    
    if [ $1 = "152d/2338/100" ]; then
      # mounting the usb system drive
      # turn on swap
      swapon -a
      # check file systems
      for i in `awk '/ext3/{print($1)}' /etc/fstab`; do
        if [ -b $i ]; then
          grep -q $i /proc/mounts || e2fsck -p $i 2>&1 | logger -t e2fsck
        else
          logger -t fstab "$i is not attached"
        fi
      done
      # create mount points
      for i in `awk '/ext3/{print($2)}' /etc/fstab`; do
        mkdir -p $i
      done
    fi
    and my post-mount script is:
    Code:
    #!/bin/sh
    
    logger -t $0 "$*"
    
    if [ $1 = "152d/2338/100" ]; then
      # mounting the usb system drive
      /opt/etc/init.d/rc.unslung start
    fi
    Obviously you need to substitute your disc id for the string "152d/2338/100".

    Edit: to obtain the disc id, modify your pre-mount or post-mount script to include the line
    Code:
    logger -t $0 "$*"
    , do the flashfs save & commit, reboot and have a look at the syslog.
    Last edited by jim-easterbrook; 09-07-2008 at 20:31. Reason: Added how to get disc id

  5. #335
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Thanks for this hint

    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)

  6. #336
    sory, is it that mean that i lost all data on my hdd??
    and the router will check again and again this errors ??

    scsi0 : SCSI emulation for USB Mass Storage devices
    Vendor: USB Model: Storage Rev: 1.04
    Type: Direct-Access ANSI SCSI revision: 02
    Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
    SCSI device sda: 234441648 512-byte hdwr sectors (120034 MB)
    Partition check:
    /dev/scsi/host0/bus0/target0/lun0:SCSI disk error : host 0 channel 0 id 0 lun 0 return code = 70000
    I/O error: dev 08:00, sector 0
    SCSI disk error : host 0 channel 0 id 0 lun 0 return code = 70000
    I/O error: dev 08:00, sector 2
    SCSI disk error : host 0 channel 0 id 0 lun 0 return code = 70000
    I/O error: dev 08:00, sector 4
    SCSI disk error : host 0 channel 0 id 0 lun 0 return code = 70000
    I/O error: dev 08:00, sector 6
    SCSI disk error : host 0 channel 0 id 0 lun 0 return code = 70000
    I/O error: dev 08:00, sector 0
    SCSI disk error : host 0 channel 0 id 0 lun 0 return code = 70000
    I/O error: dev 08:00, sector 2
    SCSI disk error : host 0 channel 0 id 0 lun 0 return code = 70000
    I/O error: dev 08:00, sector 4
    SCSI disk error : host 0 channel 0 id 0 lun 0 return code = 70000
    I/O error: dev 08:00, sector 6
    unable to read partition table
    WARNING: USB Mass Storage data integrity not assured
    USB Mass Storage device found at 2
    usb.c: USB disconnect on device 01:03.2-2 address 2
    Device 08:00 not ready.
    I/O error: dev 08:00, sector 2
    EXT3-fs: unable to read superblock
    MSDOS FS: Using codepage 950
    MSDOS FS: IO charset cp950
    Device 08:00 not ready.
    I/O error: dev 08:00, sector 0
    FAT: unable to read boot sector
    FAT: freeing iocharset=cp950
    Device 08:00 not ready.
    I/O error: dev 08:00, sector 0
    FAT: unable to read boot sector
    Device 08:00 not ready.
    I/O error: dev 08:00, sector 0
    NTFS: Reading super block failed
    Device 08:00 not ready.
    I/O error: dev 08:00, sector 0
    Device 08:00 not ready.
    I/O error: dev 08:00, sector 0
    hub.c: connect-debounce failed, port 2 disabled
    hub.c: connect-debounce failed, port 2 disabled
    hub.c: connect-debounce failed, port 2 disabled
    Device 08:00 not ready.

  7. #337
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    data is (still) not lost.

    some informations needed:
    - attach the hdd and post results of:
    Code:
    ls -la /dev/discs/disc0/
    ls -la /dev/discs/
    mount
    - which filesystem are you using?
    if fat: connect your hdd to your windows pc.
    if ext2/3: try e2fsck.

    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)

  8. #338
    Quote Originally Posted by wengi View Post
    data is (still) not lost.

    some informations needed:
    - attach the hdd and post results of:
    Code:
    ls -la /dev/discs/disc0/
    ls -la /dev/discs/
    mount
    - which filesystem are you using?
    if fat: connect your hdd to your windows pc.
    if ext2/3: try e2fsck.

    wengi
    After a couple restarts it's stand up again... and every think runs on

    [admin@Morph root]$ df
    Filesystem 1K-blocks Used Available Use% Mounted on
    rootfs 2880 2880 0 100% /
    /dev/root 2880 2880 0 100% /
    /dev/discs/disc0/part2
    16199952 203248 15173776 2% /opt
    /dev/discs/disc0/part3
    95121256 218356 90070952 1% /tmp/harddisk
    [admin@Morph root]$ umount -l /opt
    [admin@Morph root]$ df
    Filesystem 1k-blocks Used Available Use% Mounted on
    /dev/root 2880 2880 0 100% /
    /dev/discs/disc0/part3 95121256 218356 90070952 0% /tmp/harddisk
    [admin@Morph root]$ umount -l /tmp/harddisk/
    [admin@Morph root]$ df
    Filesystem 1k-blocks Used Available Use% Mounted on
    /dev/root 2880 2880 0 100% /
    [admin@Morph root]$ e2fsck -py /dev/discs/disc0/part2
    e2fsck: Only one the options -p/-a, -n or -y may be specified.
    [admin@Morph root]$ e2fsck -p /dev/discs/disc0/part2
    /dev/discs/disc0/part2: recovering journal
    e2fsck: while trying to re-open /dev/discs/disc0/part2
    [admin@Morph root]$ e2fsck -p /dev/discs/disc0/part3
    /dev/discs/disc0/part3: recovering journal
    e2fsck: while trying to re-open /dev/discs/disc0/part3

    [admin@Morph root]$ ls -la /dev/discs/disc0/
    drwxr-xr-x 1 admin root 0 Jan 1 1970 .
    drwxr-xr-x 1 admin root 0 Jan 1 1970 ..
    brw------- 1 admin root 8, 0 Jan 1 1970 disc
    brw------- 1 admin root 8, 1 Jan 1 1970 part1
    brw------- 1 admin root 8, 2 Jan 1 1970 part2
    brw------- 1 admin root 8, 3 Jan 1 1970 part3
    [admin@Morph root]$ ls -la /dev/discs/
    drwxr-xr-x 1 admin root 0 Jan 1 1970 .
    drwxr-xr-x 1 admin root 0 Jan 1 1970 ..
    lr-xr-xr-x 1 admin root 31 Jan 1 1970 disc0 -> ../scsi/host0/bus0/target0/lun0
    [admin@Morph root]$

    [admin@Morph root]$ ps
    PID Uid VmSize Stat Command
    1 admin 652 S /sbin/init
    2 admin SW [keventd]
    3 admin RWN [ksoftirqd_CPU0]
    4 admin SW [kswapd]
    5 admin SW [bdflush]
    6 admin SW [kupdated]
    7 admin SW [mtdblockd]
    59 admin 308 S telnetd
    64 admin 448 S httpd vlan1
    71 admin 368 S klogd
    72 nobody 488 S dnsmasq
    77 admin SW [khubd]
    91 admin 320 S infosvr br0
    92 admin 492 S watchdog
    95 admin 340 S ntp
    99 admin SW [usb-storage-0]
    103 admin SW [scsi_eh_0]
    110 admin 480 S dropbear
    153 admin 432 S udhcpc -i vlan1 -p /var/run/udhcpc0.pid -s /tmp/udhcp
    164 admin SW [kjournald]
    165 admin SW [kjournald]
    167 admin 412 S stupid-ftpd
    169 admin 1004 S /usr/sbin/nmbd -D
    171 admin 1012 S /usr/sbin/smbd -D
    198 admin 396 S /sbin/syslogd -m 0 -O /opt/var/log/syslog.log -S -l 7
    211 admin 420 S /usr/sbin/busybox_httpd -c /opt/etc/httpd.conf -p 800
    250 admin 1564 S N transmissiond -p 65534 --nat-traversal -w 300 -u -1 -
    253 admin 1564 S N transmissiond -p 65534 --nat-traversal -w 300 -u -1 -
    254 admin 1564 S N transmissiond -p 65534 --nat-traversal -w 300 -u -1 -
    308 admin 756 S dropbear
    309 admin 580 S -sh
    421 admin 508 S upnp -D -L br0 -W vlan1
    485 admin 404 R ps
    [admin@Morph root]$ fdisk -l

    Disk /dev/scsi/host0/bus0/target0/lun0/disc: 120.0 GB, 120034123776 bytes
    255 heads, 63 sectors/track, 14593 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/scsi/host0/bus0/target0/lun0/part1 1 513 4120641 82 Linux swap
    /dev/scsi/host0/bus0/target0/lun0/part2 514 2562 16458592+ 83 Linux
    /dev/scsi/host0/bus0/target0/lun0/part3 2563 14593 96639007+ 83 Linux

    but if i do flashfs save && flashfs commit && flashfs enable && reboot
    its gone again and sometimes starts but sometimes doesnt.
    kernel :wrong partition table.
    Last edited by Syl; 11-07-2008 at 09:50.

  9. #339
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    save your data!
    it seems you hdd begins to crash.

    wengi
    PS: you can attach the hdd to a winPC and use the manufacturers utils to test it. (you need to know the brand of the hdd)
    Ü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)

  10. #340

    Wink

    Quote Originally Posted by L3rd View Post
    I personally use another method and maybe it can help you.
    - download the torrent with uTorrent on the PC
    - start the same torrent with transmission to let create the needed directory / files
    - stop the torrent in transmission
    - copy all the files from the PC to the correct transmission sub folder
    - restart the torrent in transmission
    transmission will check the torrent integrity an after start the seeding

    Happy seeding
    HI,

    Thanks for the tip, it works your way too

  11. #341
    HI,

    Name:  Untitled.jpg
Views: 2318
Size:  51.4 KB
    Looking at my transmission graph it looks like it has moments when the downloading/uploading speed drops to 0 and then it resume downloading/uploading.

    It is normal or it is something else?
    What is the max number of torrents that I can seed at one time?

    Thank you
    Last edited by bogd_A; 16-07-2008 at 17:42.

  12. #342
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    the stopping of the download is quite normal for you lol
    max up: 800
    max down: 1400
    crazy man...
    what happens is this:
    too many ppl with incomplete files waiting for seeders, when you downloaded everything available at that time, your downloading stops...
    as soon as someone starts to seed the files your missing and your download begins again
    optic fiber internet?

  13. #343
    Quote Originally Posted by wpte View Post
    the stopping of the download is quite normal for you lol
    max up: 800
    max down: 1400
    crazy man...
    what happens is this:
    too many ppl with incomplete files waiting for seeders, when you downloaded everything available at that time, your downloading stops...
    as soon as someone starts to seed the files your missing and your download begins again
    optic fiber internet?
    Thank you for you answer.
    It's a ... regular cable connection

  14. #344

    issues with new trans ver

    Hi,

    In think there are some issues with the new trans version (1.22-3)
    - after pushing a torrent to start it takes a long time to start, longer than with the previous version
    - when a torrent changes his state from active to seeding, the other downloading/uploading torrents stops, the downloading/uploading resumes after pressing "Watchdog"
    - the overal speed is lower than the one I had with the previous version (1.22-2).
    - I have one torrent that it was checked, and it stays at 100% for some hours now, and if I start a new torrent it automatically checking it, and it wont start unless the first one finishes.

    Is there a way to install the previous verssion?
    Last edited by bogd_A; 20-07-2008 at 19:18.

  15. #345
    Join Date
    Mar 2006
    Location
    Holy Roman Empire
    Posts
    70
    I'm not using Transmission, but I'd like to set up log rotation. Can someone tell me which part of this guide in chapters 9/9b is relevant to me if I only want to set up log rotation? I'd like to make it save logs into a subdirectory on /tmp/harddisk (while still keep the current method of sending logs into the PC in my LAN; my current ps axf regarding syslogd says: syslogd -m 0 -O /tmp/syslog.log -S -l 7 -R 192.168.XX.XX -L )

Page 23 of 64 FirstFirst ... 13212223242533 ... 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, 07:40
  2. Replies: 24
    Last Post: 05-05-2015, 07:42
  3. Replies: 28
    Last Post: 02-06-2013, 20:58
  4. Replies: 6
    Last Post: 21-09-2012, 17:06
  5. [Howto] Install kernel modules for Oleg firmware
    By ecaddict in forum WL-500gP Tutorials
    Replies: 0
    Last Post: 05-12-2011, 16: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
  •