Page 1 of 2 12 LastLast
Results 1 to 15 of 21

Thread: Password changing issue after flashing open-wrt firmware

  1. Password changing issue after flashing open-wrt firmware

    I have succesfully flashed latest (openwrt-brcm-2.4-squashfs.trx) Open-WRT firmware. After reboot my first thing was changing root password, I release passwd command, but I got an error message.

    root@OpenWrt:/# passwd
    Changing password for root
    Enter the new password (minimum of 5 characters)
    Please use a combination of upper and lower case lette
    Enter new password:
    Re-enter new password:
    passwd: An error occurred updating the password file.


    Any idea?

    While I am not able to change root password I can not reach any other functions/settings on OpenWrt Administrative Console.

  2. #2
    you can only set password after you set boot device (hdd or usb)

  3. And how can I do that?

  4. #4

  5. I also found this link, but I forgot an important thing: I do not have fdisk command (I do not know why)!

    After I telnet to router and I list available command of Open-WRT Busybox (release help command), I cannot find fdisk! I guess it cannot be normal...

    Have you got any idea how I can reach fdisk command?

  6. #6
    because you did not followed that tutorial closely, use the firmware tutorial says

  7. Sorry, I do not understand what you think about. What step could I omit?
    I did not find any other step here: http://www.macsat.com/macsat/content/view/62/30/

    even here (according to your suggestion):
    http://wl700g.homelinux.net/portal/content/view/31/30/


  8. #8

  9. I flashed firmware v2.1 as you suggested. After I reset the router I am able to ping that (and it answers), however I cannot enter to router via telnet.

    So I return to openwrt-brcm-2.4-squashfs.trx, because at least its telnet is working.

    I would like to ask you to tell me clearly what concrete activity do you think when say first step from tutorial (maybe resetting the router).
    Last edited by metamorphose; 24-09-2008 at 21:58.

  10. #10
    this is the tutorial that works for me
    http://wl700g.homelinux.net/portal/c...egory/5/16/30/

    use static ip in the begining 192.168.1.2 on the pc
    telnet should work

  11. Unfortunatelly, there is no success: I set 192.168.1.2 IP address for my notebook, then I telnet to router, but error message was the same.

  12. I have been trying to find solution and I found a suspicious thing after I released dmesg command.

    mini_fo: create_sto_dir: ERROR creating sto dir.
    mini_fo: build_sto_structure: failed to create storage dir [1].
    mini_fo: get_neg_sto_dentry: ERROR building sto structure.
    mini_fo: nondir_unmod_to_mod: ERROR getting neg. sto dentry.
    mini_fo_open: ERROR creating storage file.

    I released df command and I could see free space is ran out:

    Filesystem 1k-blocks Used Available Use% Mounted on
    /dev/root 896 896 0 100% /rom
    none 31460 24 31436 0% /tmp
    /dev/mtdblock/4 320 320 0 100% /jffs
    /jffs 896 896 0 100% /

    Can anybody how I can get more free space?

  13. #13
    Join Date
    Jan 2007
    Location
    Netherlands
    Posts
    190
    Quote Originally Posted by metamorphose View Post
    I have been trying to find solution and I found a suspicious thing after I released dmesg command.

    mini_fo: create_sto_dir: ERROR creating sto dir.
    mini_fo: build_sto_structure: failed to create storage dir [1].
    mini_fo: get_neg_sto_dentry: ERROR building sto structure.
    mini_fo: nondir_unmod_to_mod: ERROR getting neg. sto dentry.
    mini_fo_open: ERROR creating storage file.

    I released df command and I could see free space is ran out:

    Filesystem 1k-blocks Used Available Use% Mounted on
    /dev/root 896 896 0 100% /rom
    none 31460 24 31436 0% /tmp
    /dev/mtdblock/4 320 320 0 100% /jffs
    /jffs 896 896 0 100% /

    Can anybody how I can get more free space?
    Hy guys <>
    I haven't been around for a while....

    After testing i found out that my first firmware is stabler than the v2
    http://wl700g.homelinux.net/drupal/files/kam7.09.trx

    with this image you should run the /sbin/root2x.sh command after that you should have plenty of free space on the box about 160 GB or 250 Gb
    there's is no way you can free up space on this box wothout doing this
    its only a 2mb flash and the image is 1,8 mb
    my box runs this image for a couple of months very smooth

    currently I'm trying to develop a new image that gets rid of the problems when the box has been powered out for a couple of hours

    Openwrt or Custom Firmware on asus? - http://wl700ge.hezik.nl/ - Http://wl700g.homelinux.net

    My ASUS collection: WL500gp(80GB usb-hdd - Running OpenWrt Kamikaze 7.09) | WL700gE(250GB - Running OpenWrt Kamikaze 8.09rc1)

  14. Aaahh, yeaah! Many thanx for you!

    /sbin/root2x.sh script was the key. I have successfully installed your firmware so far... ipkg packages will be followed.

    But I stucked, I cannot install packages, because it seems my router cannot connect to Internet.

    ping www.google.com
    ping: www.google.com: Unknown host

    Here is my

    /etc/resolv.conf:

    nameserver 192.168.1.1

    #### VLAN configuration
    config switch eth0
    option vlan0"1 2 3 4 5*"
    option vlan1"0 5"


    #### Loopback configuration
    config interface loopback
    option ifname"lo"
    option protostatic
    option ipaddr127.0.0.1
    option netmask255.0.0.0


    #### LAN configuration
    config interface lan
    option type bridge
    option ifname"eth0.0"
    option macaddr"00:1A:92:B4:46:4E"
    option protostatic
    option ipaddr192.168.1.1
    option netmask255.255.255.0


    #### WAN configuration
    #config interfacewan
    #option ifname"eth0.1"
    #option macaddr"00:1a:92:b4:46:4f"
    #option protodhcp

    config interface wan
    option ifname "eth0.1"
    option proto pppoe
    option macaddr "00:1A:92:B4:46:4E"
    option username "myusername"
    option password "mypassword"
    option keepalive 10

    Could you/anybody help me?
    Last edited by metamorphose; 09-10-2008 at 21:15.

  15. #15
    Join Date
    Jan 2007
    Location
    Netherlands
    Posts
    190
    what is the output of ' ifconfig '
    Do you see a wan ip in there
    how are you connected to the internet example:

    My Setup :
    Internet - aDSL Modem - Router
    Wan(96.*.*.*) - 192.168.1.1 - 192.168.2.1

    When you provider is a adsl provider there is probably already a router in you modem and you need to set the asus to listen to 192.168.2.1
    you can configure this setting in the /etc/config/network - now it is 192.168.1.1

    Openwrt or Custom Firmware on asus? - http://wl700ge.hezik.nl/ - Http://wl700g.homelinux.net

    My ASUS collection: WL500gp(80GB usb-hdd - Running OpenWrt Kamikaze 7.09) | WL700gE(250GB - Running OpenWrt Kamikaze 8.09rc1)

Page 1 of 2 12 LastLast

Similar Threads

  1. Flashing firmware from a Mac?
    By Halsnalle in forum WL-500gP Firmware Discussion
    Replies: 2
    Last Post: 19-09-2008, 05:22
  2. New Oleg firmware 1.9.2.7-9 problems?
    By wpte in forum WL-500gP Firmware Discussion
    Replies: 11
    Last Post: 17-04-2008, 23:34
  3. Problem with flashing custom firmware
    By kopi_bean in forum WL-700g Firmware Discussion
    Replies: 7
    Last Post: 29-03-2007, 17:09
  4. Replies: 0
    Last Post: 30-01-2006, 18:09
  5. Flashing Oleg's Firmware in WL HDD
    By hugo in forum WL-HDD Custom Development
    Replies: 29
    Last Post: 21-10-2004, 14:55

Posting Permissions

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