Page 44 of 64 FirstFirst ... 34424344454654 ... LastLast
Results 646 to 660 of 958

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

  1. #646
    Join Date
    Feb 2007
    Location
    Moscow, Russia
    Posts
    3,805
    Quote Originally Posted by GS_IT View Post
    so how to use e2fsck?
    you have to unmount partition and run it like this:
    PHP Code:
    e2fsck /dev/discs/disc0/part1 
    However the first can be tricky. I suggest the following procedure:
    switch off router
    disconnect usb device to be checked
    switch on router
    30 sec later connect usb device
    then do
    PHP Code:
    umount /opt 
    do similar operation for all mount points on this device which you can see by
    PHP Code:
    mount 
    after that run e2fsck

  2. #647
    Join Date
    Feb 2008
    Location
    Copenhagen, Denmark
    Posts
    41

    wl500g-1.9.2.7-d

    Has anyone used Wengis tutorial with the firmware, wl500g-1.9.2.7-d?

    See: http://wl500g.info/showthread.php?t=18004

    and

    http://code.google.com/p/wl500g/wiki/NEWS

    Do you think they are compatible, the firmware and wengis tutorial?

  3. #648
    Quote Originally Posted by Bohlendach View Post
    Do you think they are compatible, the firmware and wengis tutorial?
    They're compatible, but several parts isn't needed.
    3. SSH-deamon
    16. Open SSH port to Internet (if directly connected)
    ssh and ssh access from WAN could be configured via WEB interface

    5. Startup-scripts
    Code:
    #! /bin/sh
    tz="CET-1CEST-2,M3.5.0/02:00:00,M10.5.0/03:00:00"
    nvram set time_zone="$tz"
    echo "$tz" > /etc/TZ
    timezone should be set via WEB interface, even in "Manual" mode

  4. #649

    Thumbs up

    I have to ask

    For

    "/dev/discs/disc0/part3 /tmp/harddisk ext3"

    we nead the 5% reserved for superuser, or this is just for /opt ?


    I have something like that

    Filesystem Size Used Avail Use% Mounted on
    /dev/discs/disc0/part3 408G 390G 0 100% /tmp/mnt/disc0_3


  5. #650
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Hello,

    this is strange.
    Did you try a e2fsck?
    This is described some posts above (http://wl500g.info/showpost.php?p=143743&postcount=647)

    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. #651

    Thumbs up

    Yes.

    My steps are:
    1. umount /tmp/mnt/disc0_3
    2. e2fsck -f -C fd -D -v /dev/scsi/host0/bus0/target0/lun0/part3

    Started at 16:25



    e2fsck 1.38 (30-Jun-2005)
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 3A: Optimizing directories
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information

    /dev/scsi/host0/bus0/target0/lun0/part3: ***** FILE SYSTEM WAS MODIFIED *****

    64189 inodes used (0%)
    26464 non-contiguous inodes (41.2%)
    # of inodes with ind/dind/tind blocks: 24699/6983/0
    103898995 blocks used (95%)
    0 bad blocks
    0 large files

    58727 regular files
    5450 directories
    0 character device files
    0 block device files
    0 fifos
    0 links
    3 symbolic links (3 fast symbolic links)
    0 sockets--------

    64180 files


    Finished at 17:10


    3. reboot
    4. df
    Filesystem Size Used Avail Use% Mounted on
    rootfs 3.0M 3.0M 0 100% /
    /dev/root 3.0M 3.0M 0 100% /
    /dev/discs/disc0/part2 966M 117M 800M 13% /opt
    /dev/discs/disc0/part3 408G 390G 0 100% /tmp/mnt/disc0_3
    /dev/discs/disc0/part4 50G 45G 2.6G 95% /tmp/mnt/disc0_4
    /dev/discs/disc1/part1 30M 1.6M 29M 6% /tmp/mnt/disc1_1




    //////////////////////////////////////////////////////////////


    Another problem (maybe just for me), on "11. Logrotate for Syslog"

    you have

    vi /opt/etc/crontab

    and add the following line
    0 0 * * * admin /opt/sbin/logrotate -f /opt/etc/logrotate.conf &>/dev/null


    Ok.

    If I run


    /opt/sbin/logrotate -f /opt/etc/logrotate.conf &>/dev/null

    I get

    $ -sh: /opt/sbin/logrotate: not found


    [1] + Done(127) /opt/sbin/logrotate -f /opt/etc/logrotate.conf


    And I think nothing is happening



    ///////////////////////////////////////////




    P.S.
    I hope that when you make a change in this tutorial you write a new post and not only edit the first pages. Otherwise it will be imposible to stay up to date with the latest changes (I am sure you already do it like this )

  7. #652
    Join Date
    Aug 2008
    Location
    Poland, Bia³a Podlaska
    Posts
    276
    Now i see.
    You mount harddisk without write access. Please show your fstab.

  8. #653
    no. I have write access

    #device Mountpoint FStype Options Dump Pass#
    /dev/discs/disc0/part1 none swap sw 0 0
    /dev/discs/disc0/part2 /opt ext3 rw,noatime 1 1
    /dev/discs/disc0/part3 /tmp/harddisk ext3 rw,noatime 1 1
    /dev/discs/disc0/part4 /tmp/mnt/disk0_4 ext3 rw,noatime 1 1

  9. #654
    For 5% reserved for superuser the solution may be

    http://www.matuschek.se/blog/2009/tr...or-super-user/


    Where can I find tune2fs ?

    EDIT:
    ipkg install e2fsprogs
    tune2fs -r 0 /dev/scsi/host0/bus0/target0/lun0/part3
    tune2fs -r 0 /dev/scsi/host0/bus0/target0/lun0/part4

    ///////////////////////////////////////////////////////////


    For "11. Logrotate for Syslog" I wait a solution
    Last edited by Tomason; 05-05-2009 at 21:40.

  10. #655
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Hello,

    you found a mistake.
    It seems i forgot the installation during translation of the english howto.

    HowTo chapter 11 updated:

    Install logrotate
    Code:
    ipkg install logrotate
    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. #656
    I upgrade Transmission 1.60.Preocess complete.

    When i start transmission-daemon,It error that

    [admin@MYASUS root]$ /opt/etc/init.d/S90transmission-daemon start
    updating blocklist, ~4MB
    wget: Unable to connect to remote host (87.98.173.24): Connection timed out
    gunzip: Short read
    starting transmission

    I go to http://192.168.0.222:9091/transmission/web/
    I found error that
    404: Not Found
    /opt/share/transmission/web/index.html

    Please help me.

  12. #657
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Hello,

    the board is offline.

    http://www.bluetack.co.uk/forums/index.php?

    May 5th 2009 - We are in the process of setting up a new server to serve the lists. We hope to have it configured and ready to go within a week. We are grateful for everyone's patience and continued support.
    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. #658
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Hello all,

    i updated the content of /opt/etc/init.d/S90transmission-daemon.
    The script detects if the download of the blocklist is available or not (as in these days).

    transmission is started independend of dl success.

    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)

  14. #659

    Transmission 1.60-1 (404 error on internal webinterface)

    I am still getting 404 error after installing transmission 1.60, I thought the problem was fixed? Would it matter if I change my ip address to something different in configuration it says 192.168. i change it to 182.165. to my settings. Would that matter I am not sure.

    Thanks in advance

  15. #660
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Upgrade to latest version.

    wengi
    Last edited by wengi; 08-05-2009 at 09:45.
    Ü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 44 of 64 FirstFirst ... 34424344454654 ... 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
  •