Re: [OpenWrt-Devel] [OpenWrt-Commits] r20652 - in trunk: target/linux/brcm63xx/files/arch/mips/include/asm/mach-bcm63xx target/linux/brcm63xx/image target/linux/brcm63xx/patches-2.6.32 tools/firmware-

2010-04-16 Thread Guillaume LECERF
2010/4/1  openwrt-comm...@openwrt.org:
 Modified: 
 trunk/target/linux/brcm63xx/patches-2.6.32/040-bcm963xx_flashmap.patch
 ===
 --- trunk/target/linux/brcm63xx/patches-2.6.32/040-bcm963xx_flashmap.patch    
   2010-04-01 17:27:59 UTC (rev 20651)
 +++ trunk/target/linux/brcm63xx/patches-2.6.32/040-bcm963xx_flashmap.patch    
   2010-04-01 21:20:43 UTC (rev 20652)

Hi.

Could you please do the same for patches-2.6.33/040-bcm963xx_flashmap.patch ?

Thanks in advance.


-- 
Guillaume LECERF
GeeXboX developer - www.geexbox.org
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] Option to allow boot to run to completion before starting shell

2010-04-16 Thread Philip A. Prindeville
On 04/13/2010 01:58 PM, Florian Fainelli wrote:
 Le dimanche 11 avril 2010 18:44:05, Philip A. Prindeville a écrit :
 Setting the system variable foreground to yes causes the system to run
 the init scripts in series and wait for completion.

 This is useful if (a) you don't want the user getting into the console
 until the system is initialized, or (b) you have things going on in your
 scripts that require strict ordering (and no possible race conditions).

 Signed-off-by: Philip Prindeville phil...@redfish-solutions.com
 
 Applied in r20841, thanks!

Sorry, had a bug in the original patch.

See my email from last night.


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] Fix bug in foregrounding in /etc/init.d/rcS

2010-04-16 Thread Florian Fainelli
Le vendredi 16 avril 2010 08:32:06, Philip A. Prindeville a écrit :
 Not using the config_xxx functions correctly.  Amended.
 
 Signed-off-by: Philip Prindeville phil...@redfish-solutions.com
 ---
Applied in r20928, thanks!


signature.asc
Description: This is a digitally signed message part.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [Backfire] [bug] webif doesn't ask for user and password on initial connection, seems uhttpd related

2010-04-16 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

What version of uhttpd? What are the contents of /etc/httpd.conf ?

~ Jow
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkvIrvcACgkQdputYINPTPNuZACfXBtNyVRN7NqJZPWE7brAJnlR
NcwAoKVceSSYqHc/q71dr+s7XltzspMd
=T1d1
-END PGP SIGNATURE-
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [Backfire] [bug] webif doesn't ask for user and password on initial connection, seems uhttpd related

2010-04-16 Thread Matthias Buecher / Germany
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Due to the problem I rebuild a Backfire image from r20886 with the
config from http://downloads.openwrt.org/backfire/10.03/orion/OpenWrt.config

opkg shows the following related to uhttpd and webif:
uhttpd - 8
haserl - 0.9.26-1
webif - 0.3-4893

luci was replaced by webif the following way:
opkg --autoremove --force-removal-of-dependent-packages remove luci-core
luci-theme-base luci-nixio
opkg install webif

A file called httpd.conf is nowhere available. Searched via `find /
- -name '*http*'`.
But there is /etc/config/uhttpd from uci, so I attached this.

The uci file for uhttpd is available in /rom and /overlay but has no
differences, so it contains still the defaults.

Maddes

On 16.04.2010 20:40, Jo-Philipp Wich wrote:
 What version of uhttpd? What are the contents of /etc/httpd.conf ?
 
 ~ Jow

-BEGIN PGP SIGNATURE-
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkvIsiwACgkQUXXT+9wZdbVrLACfbvKnF/H8PUDZAY4DGE1AMRzK
pUsAoJ8WuEcv8njteC0Sh+pCEem0Dli1
=CxaS
-END PGP SIGNATURE-
# Server configuration
config uhttpd main

# HTTP listen addresses, multiple allowed
list listen_http0.0.0.0:80
#   list listen_http[::]:80

# HTTPS listen addresses, multiple allowed
list listen_https   0.0.0.0:443
#   list listen_https   [::]:443

# Server document root
option home /www

# Certificate and private key for HTTPS.
# If no listen_https addresses are given,
# the key options are ignored.
option cert /etc/uhttpd.crt
option key  /etc/uhttpd.key

# CGI url prefix, will be searched in docroot.
# Default is /cgi-bin
option cgi_prefix   /cgi-bin

# Lua url prefix and handler script.
# Lua support is disabled if no prefix given.
#   option lua_prefix   /luci
#   option lua_handler  /usr/lib/lua/luci/sgi/uhttpd.lua

# CGI/Lua timeout, if the called script does not
# write data within the given amount of seconds,
# the server will terminate the request with
# 504 Gateway Timeout response.
option script_timeout   60

# Network timeout, if the current connection is
# blocked for the specified amount of seconds,
# the server will terminate the associated
# request process.
option network_timeout  30

# Basic auth realm, defaults to local hostname
#   option realmOpenWrt

# Configuration file in busybox httpd format
#   option config   /etc/httpd.conf


# Certificate defaults for px5g key generator
config cert px5g

# Validity time
option days 730

# RSA key size
option bits 1024

# Location
option country  DE
option stateBerlin
option location Berlin

# Common name
option commonname   OpenWrt

-BEGIN PGP SIGNATURE-
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEABECAAYFAkvIsi0ACgkQUXXT+9wZdbW+YgCgwpAc5sSIwg/Nh2lQ9tJ5I4/F
CncAoMW3iKUtp8j8KhZ295vlH4Hs/mp0
=8NtD
-END PGP SIGNATURE-
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [Backfire] [bug] webif doesn't ask for user and password on initial connection, seems uhttpd related

2010-04-16 Thread Travis Kemen
You should a /etc/httpd.conf file, if not, then this is the issue.

Travis

On Fri, Apr 16, 2010 at 1:53 PM, Matthias Buecher / Germany
m...@maddes.net wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Due to the problem I rebuild a Backfire image from r20886 with the
 config from http://downloads.openwrt.org/backfire/10.03/orion/OpenWrt.config

 opkg shows the following related to uhttpd and webif:
 uhttpd - 8
 haserl - 0.9.26-1
 webif - 0.3-4893

 luci was replaced by webif the following way:
 opkg --autoremove --force-removal-of-dependent-packages remove luci-core
 luci-theme-base luci-nixio
 opkg install webif

 A file called httpd.conf is nowhere available. Searched via `find /
 - -name '*http*'`.
 But there is /etc/config/uhttpd from uci, so I attached this.

 The uci file for uhttpd is available in /rom and /overlay but has no
 differences, so it contains still the defaults.

 Maddes

 On 16.04.2010 20:40, Jo-Philipp Wich wrote:
 What version of uhttpd? What are the contents of /etc/httpd.conf ?

 ~ Jow

 -BEGIN PGP SIGNATURE-
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAkvIsiwACgkQUXXT+9wZdbVrLACfbvKnF/H8PUDZAY4DGE1AMRzK
 pUsAoJ8WuEcv8njteC0Sh+pCEem0Dli1
 =CxaS
 -END PGP SIGNATURE-

 # Server configuration
 config uhttpd main

        # HTTP listen addresses, multiple allowed
        list listen_http        0.0.0.0:80
 #       list listen_http        [::]:80

        # HTTPS listen addresses, multiple allowed
        list listen_https       0.0.0.0:443
 #       list listen_https       [::]:443

        # Server document root
        option home             /www

        # Certificate and private key for HTTPS.
        # If no listen_https addresses are given,
        # the key options are ignored.
        option cert             /etc/uhttpd.crt
        option key              /etc/uhttpd.key

        # CGI url prefix, will be searched in docroot.
        # Default is /cgi-bin
        option cgi_prefix       /cgi-bin

        # Lua url prefix and handler script.
        # Lua support is disabled if no prefix given.
 #       option lua_prefix       /luci
 #       option lua_handler      /usr/lib/lua/luci/sgi/uhttpd.lua

        # CGI/Lua timeout, if the called script does not
        # write data within the given amount of seconds,
        # the server will terminate the request with
        # 504 Gateway Timeout response.
        option script_timeout   60

        # Network timeout, if the current connection is
        # blocked for the specified amount of seconds,
        # the server will terminate the associated
        # request process.
        option network_timeout  30

        # Basic auth realm, defaults to local hostname
 #       option realm    OpenWrt

        # Configuration file in busybox httpd format
 #       option config   /etc/httpd.conf


 # Certificate defaults for px5g key generator
 config cert px5g

        # Validity time
        option days             730

        # RSA key size
        option bits             1024

        # Location
        option country          DE
        option state            Berlin
        option location         Berlin

        # Common name
        option commonname       OpenWrt


 -BEGIN PGP SIGNATURE-
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEABECAAYFAkvIsi0ACgkQUXXT+9wZdbW+YgCgwpAc5sSIwg/Nh2lQ9tJ5I4/F
 CncAoMW3iKUtp8j8KhZ295vlH4Hs/mp0
 =8NtD
 -END PGP SIGNATURE-

 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/mailman/listinfo/openwrt-devel


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [Backfire] [bug] webif doesn't ask for user and password on initial connection, seems uhttpd related

2010-04-16 Thread Matthias Buecher / Germany
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Yes, it is missing.
Where should it come from? OpenWrt or X-Wrt?
Any clues what the content should look like?
Are uci changes needed too?

Maddes

On 16.04.2010 20:56, Travis Kemen wrote:
 You should a /etc/httpd.conf file, if not, then this is the issue.
 
 Travis
 
 On Fri, Apr 16, 2010 at 1:53 PM, Matthias Buecher / Germany
 m...@maddes.net wrote:
 Due to the problem I rebuild a Backfire image from r20886 with the
 config from http://downloads.openwrt.org/backfire/10.03/orion/OpenWrt.config
 
 opkg shows the following related to uhttpd and webif:
 uhttpd - 8
 haserl - 0.9.26-1
 webif - 0.3-4893
 
 luci was replaced by webif the following way:
 opkg --autoremove --force-removal-of-dependent-packages remove luci-core
 luci-theme-base luci-nixio
 opkg install webif
 
 A file called httpd.conf is nowhere available. Searched via `find /
 -name '*http*'`.
 But there is /etc/config/uhttpd from uci, so I attached this.
 
 The uci file for uhttpd is available in /rom and /overlay but has no
 differences, so it contains still the defaults.
 
 Maddes
 
 On 16.04.2010 20:40, Jo-Philipp Wich wrote:
 What version of uhttpd? What are the contents of /etc/httpd.conf ?

 ~ Jow

# Server configuration
config uhttpd main

   # HTTP listen addresses, multiple allowed
   list listen_http0.0.0.0:80
#   list listen_http[::]:80

   # HTTPS listen addresses, multiple allowed
   list listen_https   0.0.0.0:443
#   list listen_https   [::]:443

   # Server document root
   option home /www

   # Certificate and private key for HTTPS.
   # If no listen_https addresses are given,
   # the key options are ignored.
   option cert /etc/uhttpd.crt
   option key  /etc/uhttpd.key

   # CGI url prefix, will be searched in docroot.
   # Default is /cgi-bin
   option cgi_prefix   /cgi-bin

   # Lua url prefix and handler script.
   # Lua support is disabled if no prefix given.
#   option lua_prefix   /luci
#   option lua_handler  /usr/lib/lua/luci/sgi/uhttpd.lua

   # CGI/Lua timeout, if the called script does not
   # write data within the given amount of seconds,
   # the server will terminate the request with
   # 504 Gateway Timeout response.
   option script_timeout   60

   # Network timeout, if the current connection is
   # blocked for the specified amount of seconds,
   # the server will terminate the associated
   # request process.
   option network_timeout  30

   # Basic auth realm, defaults to local hostname
#   option realmOpenWrt

   # Configuration file in busybox httpd format
#   option config   /etc/httpd.conf


# Certificate defaults for px5g key generator
config cert px5g

   # Validity time
   option days 730

   # RSA key size
   option bits 1024

   # Location
   option country  DE
   option stateBerlin
   option location Berlin

   # Common name
   option commonname   OpenWrt


- -BEGIN PGP SIGNATURE-
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEABECAAYFAkvIsi0ACgkQUXXT+9wZdbW+YgCgwpAc5sSIwg/Nh2lQ9tJ5I4/F
CncAoMW3iKUtp8j8KhZ295vlH4Hs/mp0
=8NtD
- -END PGP SIGNATURE-

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/mailman/listinfo/openwrt-devel
-BEGIN PGP SIGNATURE-
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkvItqMACgkQUXXT+9wZdbU6wgCgsY2jFm7OgPUiov/6NENmzySd
oioAoP2PrTMcrA11xmrraV0uQdjY9Moe
=lIYv
-END PGP SIGNATURE-
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [Backfire] [bug] webif doesn't ask for user and password on initial connection, seems uhttpd related

2010-04-16 Thread Travis Kemen
It is likely a x-wrt issue, although r4892 should have fixed it.
/etc/httpd.conf should look like the following, restart uhttpd after
adding the lines.

/cgi-bin/webif/:root:\$p\$root
/cgi-bin/webif/:admin:\$p\$root

Travis

On Fri, Apr 16, 2010 at 2:12 PM, Matthias Buecher / Germany
m...@maddes.net wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Yes, it is missing.
 Where should it come from? OpenWrt or X-Wrt?
 Any clues what the content should look like?
 Are uci changes needed too?

 Maddes

 On 16.04.2010 20:56, Travis Kemen wrote:
 You should a /etc/httpd.conf file, if not, then this is the issue.

 Travis

 On Fri, Apr 16, 2010 at 1:53 PM, Matthias Buecher / Germany
 m...@maddes.net wrote:
 Due to the problem I rebuild a Backfire image from r20886 with the
 config from http://downloads.openwrt.org/backfire/10.03/orion/OpenWrt.config

 opkg shows the following related to uhttpd and webif:
 uhttpd - 8
 haserl - 0.9.26-1
 webif - 0.3-4893

 luci was replaced by webif the following way:
 opkg --autoremove --force-removal-of-dependent-packages remove luci-core
 luci-theme-base luci-nixio
 opkg install webif

 A file called httpd.conf is nowhere available. Searched via `find /
 -name '*http*'`.
 But there is /etc/config/uhttpd from uci, so I attached this.

 The uci file for uhttpd is available in /rom and /overlay but has no
 differences, so it contains still the defaults.

 Maddes

 On 16.04.2010 20:40, Jo-Philipp Wich wrote:
 What version of uhttpd? What are the contents of /etc/httpd.conf ?

 ~ Jow

 # Server configuration
 config uhttpd main

       # HTTP listen addresses, multiple allowed
       list listen_http        0.0.0.0:80
 #       list listen_http        [::]:80

       # HTTPS listen addresses, multiple allowed
       list listen_https       0.0.0.0:443
 #       list listen_https       [::]:443

       # Server document root
       option home             /www

       # Certificate and private key for HTTPS.
       # If no listen_https addresses are given,
       # the key options are ignored.
       option cert             /etc/uhttpd.crt
       option key              /etc/uhttpd.key

       # CGI url prefix, will be searched in docroot.
       # Default is /cgi-bin
       option cgi_prefix       /cgi-bin

       # Lua url prefix and handler script.
       # Lua support is disabled if no prefix given.
 #       option lua_prefix       /luci
 #       option lua_handler      /usr/lib/lua/luci/sgi/uhttpd.lua

       # CGI/Lua timeout, if the called script does not
       # write data within the given amount of seconds,
       # the server will terminate the request with
       # 504 Gateway Timeout response.
       option script_timeout   60

       # Network timeout, if the current connection is
       # blocked for the specified amount of seconds,
       # the server will terminate the associated
       # request process.
       option network_timeout  30

       # Basic auth realm, defaults to local hostname
 #       option realm    OpenWrt

       # Configuration file in busybox httpd format
 #       option config   /etc/httpd.conf


 # Certificate defaults for px5g key generator
 config cert px5g

       # Validity time
       option days             730

       # RSA key size
       option bits             1024

       # Location
       option country          DE
       option state            Berlin
       option location         Berlin

       # Common name
       option commonname       OpenWrt


 - -BEGIN PGP SIGNATURE-
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEABECAAYFAkvIsi0ACgkQUXXT+9wZdbW+YgCgwpAc5sSIwg/Nh2lQ9tJ5I4/F
 CncAoMW3iKUtp8j8KhZ295vlH4Hs/mp0
 =8NtD
 - -END PGP SIGNATURE-

 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/mailman/listinfo/openwrt-devel


 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/mailman/listinfo/openwrt-devel
 -BEGIN PGP SIGNATURE-
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAkvItqMACgkQUXXT+9wZdbU6wgCgsY2jFm7OgPUiov/6NENmzySd
 oioAoP2PrTMcrA11xmrraV0uQdjY9Moe
 =lIYv
 -END PGP SIGNATURE-
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/mailman/listinfo/openwrt-devel

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [Backfire] [bug] webif doesn't ask for user and password on initial connection, seems uhttpd related

2010-04-16 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 /cgi-bin/webif/:root:\$p\$root
 /cgi-bin/webif/:admin:\$p\$root

/cgi-bin/webif/:root:$p$root
/cgi-bin/webif/:admin:$p$root

No backslashes :)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkvIuAQACgkQdputYINPTPPgcgCgoAeC8+kkldMuWtYYyf5bAwzH
ZtkAnjPVi/7w59AG9ilHVq1dODFNeeok
=Dr7j
-END PGP SIGNATURE-
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH 2/2] swconfig: Add cpu port index to help output.

2010-04-16 Thread Gabor Juhos
Jonas Gorski írta:
 Let swconfig provide the cpu port index in its help page. This is
 needed as e.g. Atheros switches have their cpu port at port 0, not
 port 5.
 
 This could allow e.g. luci to get a rough overview of the layout of
 the switch.
 
 Signed-off-by: Jonas Gorski jonas.gorski+open...@gmail.com

Applied: https://dev.openwrt.org/changeset/20939

Thanks,
Gabor
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] swconfig: Fix switch name.

2010-04-16 Thread Gabor Juhos
Jonas Gorski írta:
 This patch fixes a small typo in swconfig's client side that caused
 it to print the interface name instead of the switch's device name
 on the help page.
 
 Signed-off-by: Jonas Gorski jonas.gorski+open...@gmail.com

Applied: https://dev.openwrt.org/changeset/20938

Thanks,
Gabor
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [Backfire] [bug] [SOLVED] webif doesn't ask for user and password on initial connection, seems uhttpd related

2010-04-16 Thread Travis Kemen
It is supposed to be generated when the password is first set.

Travis

On Fri, Apr 16, 2010 at 2:29 PM, Matthias Buecher / Germany
m...@maddes.net wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Checked with `opkg files webif | grep httpd` and that file is missing in
 the webif package.

 Maddes

 On 16.04.2010 21:26, Matthias Buecher / Germany wrote:
 Created /etc/httpd.conf with the two lines from jow.
 Then restarted via `/etc/init.d/uhttpd restart`
 It's working now as expected.

 Thanks for the help.
 Maddes

 On 16.04.2010 21:18, Jo-Philipp Wich wrote:
 /cgi-bin/webif/:root:\$p\$root
 /cgi-bin/webif/:admin:\$p\$root
 /cgi-bin/webif/:root:$p$root
 /cgi-bin/webif/:admin:$p$root

 No backslashes :)


 -BEGIN PGP SIGNATURE-
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAkvIuqcACgkQUXXT+9wZdbWjfQCfXM9MbLI2gbW764WCj6Lv8Lnl
 gWQAoP3P1Aay8ydlk8og+5Ngb+uPHjMR
 =C7iX
 -END PGP SIGNATURE-
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/mailman/listinfo/openwrt-devel

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [Backfire] [bug] [SOLVED] webif doesn't ask for user and password on initial connection, seems uhttpd related

2010-04-16 Thread Travis Kemen
Ahhh, that is why it failed, password was set via the command line,
hmm I will have see if uhttpd can be changed to mimic the old way
(better IMO) or work around it.

Travis

On Fri, Apr 16, 2010 at 2:41 PM, Matthias Buecher / Germany
m...@maddes.net wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 I set the root password way before I installed packages.

 Here's how I installed Backfire:
 1. Set root password via telnet to enable ssh
 2. Configure network
 3. Install other packages
 4. Remove luci
 5. Install webif

 Maddes

 On 16.04.2010 21:38, Travis Kemen wrote:
 It is supposed to be generated when the password is first set.

 Travis

 On Fri, Apr 16, 2010 at 2:29 PM, Matthias Buecher / Germany
 m...@maddes.net wrote:
 Checked with `opkg files webif | grep httpd` and that file is missing in
 the webif package.

 Maddes

 On 16.04.2010 21:26, Matthias Buecher / Germany wrote:
 Created /etc/httpd.conf with the two lines from jow.
 Then restarted via `/etc/init.d/uhttpd restart`
 It's working now as expected.

 Thanks for the help.
 Maddes

 On 16.04.2010 21:18, Jo-Philipp Wich wrote:
 /cgi-bin/webif/:root:\$p\$root
 /cgi-bin/webif/:admin:\$p\$root
 /cgi-bin/webif/:root:$p$root
 /cgi-bin/webif/:admin:$p$root
 No backslashes :)

 -BEGIN PGP SIGNATURE-
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAkvIvVMACgkQUXXT+9wZdbVl9wCeJYcpeHpTF9anQmRpUuSwBAMs
 xa0An1L4MG67mnm7iPD+Hp4v8P9u1fkH
 =c1ZK
 -END PGP SIGNATURE-
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/mailman/listinfo/openwrt-devel

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [RFC] support for new board WBD222

2010-04-16 Thread Felix Fietkau
On 2010-03-22 10:02 AM, Darius Augulis wrote:
 Hi,
 
 did anybody review it? Any comments? If not, maybe merge it to main line?
Sorry for the delay. Patch applied in r20949

- Felix
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] Introduce new router board

2010-04-16 Thread Weedy
On Wed, May 6, 2009 at 10:36 PM, Weedy weedy2...@gmail.com wrote:
 Linkodas wrote:
 Weedy wrote:
 Linkodas wrote:
 Hi list/community,

 we would like to introduce new router supporting OpenWRT.
 Sweet

 This board is referenced to low-cost and low-power solutions.
 Sweet^2

 Below are preliminary specifications:

 PCB form factor: Pico-ITX (10cm x 7.2cm, fanless)

 Onboard CPU: Cortina Systems CS3516 (300Mhz ARM9 Core)
 300 feels slow, but arm9 is supposed to be quite efficient right?

 400 MIPS according to specs. There is also dual core version of this chip.
 Dual core sounds VERY cool.

 Onboard DDR SDRAM: 128Mb 333Mhz 32bit
 I would make this a SODIMM, 128 is low if I'm going to buy a board

 Since our memory bus is 32-bit it is a little bit problematic with
 SODIMM. There is 32-bit SODIMMs, but they are rare and expensive...
 Dual channel? If you can't make it user upgradeable try and make it
 256MB please. With 400mhz and possibly dual core 128 is kinda crappy. It
 means we need to swap on the rom if we try and do anything interesting.

 Onboard NAND FLASH: 128Mb (or more)
 Related to above: Too much, go for 32Mb and solder on more ram if you
 can't make it a SODIMM

 Onboard LAN: 2x 10/100Mbps Ethernet
 Last year I would have said WHY NOT GIGABIT but since I've switched to
 a high quality gigabit switch plugged into my WRT I don't need more then
 2 ports on the router device. (Not like we have gigabit internet yet :/)

 It can be Gigabit! We considered 10/100, because of hardware price and
 it is unlikely that CPU will generate such traffic... Although it is
 capable
 of doing hardware NAT at Gigabit between Ethernet ports.
 As I said Gigabit on a 2 port router (one WAN one LAN) is useless, keep
 it cheap.

 Onboard SATA: 2x SATA
 This is why you don't need more then 32mb on-board. There are plenty of
 CF - SATA adaptors you can buy for $10 off DX. (Also raid0 SDcard -
 SATA)

 Onboard connectors: 2x SATA, 2x mini-PCI slots, 1x mini-PCI Express
 (with USB 2.0 interface), 1x UART, 1x Pico-ITX power, 1x JTAG, GPIO
 ports
 So the miniPCIE runs in usb mode? Or both USB and native?

 Only USB. There is no PCIe controller on this CPU.
 :( thems the breaks. I will agree with the other emails. CF slot built
 in would be awesome.


 Back panel connectors: 2x RJ-45 LAN, 2x USB 2.0, 3x antenna (GSM, 3G,
 Wifi, Wimax, other), 1x RS232
 :O GSM

 Management: Watch Dog Timer, Brown-out Reset, RTC with battery
 Battery backed RTC \o/

 What is the target price? depending how close to $100 this stays this
 could kick some serious ass. (if it comes with a case and power supply
 then I guess it can cost more, but a naked board should be close to $100
 or be insanely over-powered and like $300)

 We think 100$ is realistic for naked board.
 Nice.

 Thank you very much for all comments.
 No problem.



Soo, did this die when the routerstation pro came out?
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel