__color__,__group__,ticket,summary,component,version,milestone,type,owner,status,created,_changetime,_description,_reporter
3,Active Tickets,332,zh_CN_base.po translation improvments patch,component1,,,enhancement,,new,2011-10-29T16:52:32+0100,2011-11-14T18:59:49+0100,"Here is zh_CN_base.po translation improvments patch.Please merge it into the LuCI Translation Portal. And it's better to delete all of the zh_CN_base.po's suggestion flags(item) on the Portal.
",anonymous
3,Active Tickets,80,add luci-uvc library from fon-ng (patch included),LuCI Applications,,,defect,,new,2009-08-29T12:19:31+0100,2009-08-29T12:19:31+0100,"Here is a patch to add the luci-uvc library from fon-ng (http://trac.fonosfera.org/fon-ng/browser/trunk/luci/libs/uvc). No idea if this is the right way of doing it. The uvc library builds but on the router I get:
{{{
root@OpenWrt:~# lua test.lua 
lua: error loading module 'uvc' from file '/usr/lib/lua/uvc.so':
        File not found
stack traceback:
        [C]: ?
        [C]: in function 'require'
        test.lua:3: in main chunk
        [C]: ?
root@OpenWrt:~# ls -ahl /usr/lib/lua/uvc.so 
-rwxr-xr-x    1 root     root        11.7K Aug 28 20:11 /usr/lib/lua/uvc.so
root@OpenWrt:~# cat /root/test.lua 
#!/usr/bin/lua

local uvc = require(""uvc"")
local i = 0
if uvc then
        while true do
                local res
                os.execute(""sleep 1"")
                i = i + 1
                if i % 2 == 1 then
                        res = uvc.grab()
                else
                        res = uvc.dump(""abc.jpg"")
                end
                if res == false then
                        print(""no cam attached"")
                elseif res == true then
                        print(""got snapshot"")
                elseif type(res) == ""string"" then
                        print(""got raw data"")
                else
                        print(""Error, cam was removed"")
                end
        end
end
root@OpenWrt:~#
}}}
",reporter
3,Active Tickets,129,Hang when saveing changes on Mount Points,LuCI Applications,,,defect,,new,2010-05-03T07:24:16+0100,2010-05-03T08:20:53+0100,"Hello,

First of all some information:

Luci version: 0.9.0
OpenWRT version: 10.03
Hardware model: TPLINK WR1043ND

Bug:
When I change some records on Mount Point screen and then clik Save or Save & Apply Luci hangs. I could kill uhttpd or reboot the router but there is no thing to do from Luci GUI. When I try to see what is going on from console (by ""ps"" command"") I can see that there is one process which point to luci and fstab changes and I think this is the reason of Luci hangs.

BTW: Luc hangs but all information to fstab are saved correct...

I will be very grateful if some one could help.

Best regards,
MivncM

",reporter
3,Active Tickets,159,openvpn-app does not show multiple openvpn servers,LuCI Applications,,,defect,,new,2010-11-12T10:16:46+0100,2010-11-12T19:45:32+0100,"After entering more than one openvpn server the list will be added to the openvpn config file (/etc/config/openvpn) and will also be used to generate the openvpn commandline parameters (--remote ...).

But it is impossible to modify the list of ""remote servers"" using the web frontend - only the first list entry will be shown.
If you try to remove the first entry '''all entries will be removed'''!

The bug was seen on backfire 10.03 (brcm47xx and brcm-2.4) and backfire-trunk (ramips).",reporter
3,Active Tickets,346,LuCI Makefile has hardcoded SVN dependencies.,LuCI Applications,,,defect,jow,accepted,2011-11-13T14:19:32+0100,2011-12-07T17:57:06+0100,The LuCI makefile does not support OpenWrt's new src-gitsvn method of feeds.,jmccrohan@…
3,Active Tickets,393,JSON-RPC login function returns no error even login was failed,LuCI Applications,,,defect,jow,accepted,2012-04-18T13:36:53+0100,2012-04-19T16:58:20+0100,"I have the following scenario:
{{{
>>> from jsonrpc import *
>>> s = ServiceProxy(""http://192.168.1.1/cgi-bin/luci/rpc/auth"")
>>> s.login(""FakeUser"",""FakePassword"")
{""id"":""jsonrpc"",""result"":""b041e77d4616077da188fe0ddf888e52"",""error"":null}
'b041e77d4616077da188fe0ddf888e52'
}}}

As you can see, I pass the non-existen user, with fake password and have returned auth token instead of error.

I expect in this situation result should be null, and error contain some code, am I right?",PavloT
3,Active Tickets,365,[Patch] Add LuCI Application for IPsec/Openswan,LuCI Applications,,,enhancement,jow,accepted,2011-12-15T18:42:59+0100,2011-12-20T18:42:01+0100,"The attached patches create a new application luci-ipsec for configuring IPsec implementations derived from FreeS/WAN.  It is currently targeted at Openswan and has not been tested with other implementations as Openswan is the only IPsec implementation in OpenWrt.

I would appreciate your feedback and hope that this can be included in a future version.",kevin@…
3,Active Tickets,398,Add uShare Web lnterface Shortcut,LuCI Applications,,,enhancement,jow,accepted,2012-04-18T17:20:26+0100,2012-04-19T16:58:03+0100,"I think it is a great idea to add a shortcut to uShare Web Interface to LuCI uShare page section.
This will make it more accessible rather than require the user to type: http://192.168.1.1:49200/web/ushare.html in the URL Bar.",alphasparc@…
3,Active Tickets,436,PPTP VPN Server,LuCI Applications,,,enhancement,jow,accepted,2012-06-21T16:23:59+0100,2012-06-21T17:55:00+0100,"Hi, first of all thanks for this great project!
I'm going crazy trying to make a luci-app for the PPTP VPN Server, please someone can make it?
Seems simple but I don't have the knoledge :(
Many thanks",FeDe
3,Active Tickets,451,Schedule for firewall rules,LuCI Applications,,,enhancement,jow,accepted,2012-07-24T11:32:24+0100,2012-07-24T12:34:09+0100,"Hi, is possible to add a schedule module for firewall?
Something like this:
http://i49.tinypic.com/2i7ve4p.png

This new module will add (for example) in the firewall rule options:
{{{
option extra '-m time --weekdays Mon,Tue,Wed,Thu,Fri --timestart 21:00 --timestop 09:00'
}}}

Many thanks",Crazy
3,Active Tickets,86,/usr/lib/lua/luci/dispatcher.lua:253: Access Violation,LuCI Applications,,LuCI 0.10.0,defect,,new,2009-09-27T12:30:02+0100,2009-09-27T12:30:02+0100,"On the LuCI SIP Device Information site, if I press ""Configure scan"" I´ve got an Access Violation

{{{
/usr/lib/lua/luci/dispatcher.lua:253: Access Violation
stack traceback:
	[C]: in function 'assert'
	/usr/lib/lua/luci/dispatcher.lua:253: in function 'dispatch'
	/usr/lib/lua/luci/dispatcher.lua:129: in function </usr/lib/lua/luci/dispatcher.lua:128>
}}}

Kamikaze (r17736) / LuCI 0.9+svn5349-1
",reporter
3,Active Tickets,134,luci-app-ntpc 0.9.0-1 doesn't apply new settings,LuCI Applications,,LuCI 0.10.0,defect,,new,2010-06-22T17:39:09+0100,2010-06-22T17:39:09+0100,"With luci-app-ntpc 0.9.0-1, on OpenWRT 10.3 running on a Netgear WNDR3700, Luci seems to apply new settings (example: Time Interval or changing time servers) but does not reload them when they're changed.

ntpclient continues running with old settings and is only starts to run with new configuration if:

root@OpenWrt:~# killall nptclient
root@OpenWrt:~# chmod +x /etc/hotplug.d/iface/20-ntpclient
root@OpenWrt:~# /etc/hotplug.d/iface/20-ntpclient start_ntpclient

I don't know if this the expected behavior. I think it's not?

I've also discussed on #openwrt on freenode that if luci-app-ntpc is installed and running, rdate (System -> Sytem) should be disabled or existing servers deleted to avoid conflicts?",reporter
3,Active Tickets,270,addition of new features in openwrt,LuCI Applications,,LuCI 0.10.0,enhancement,jow,accepted,2011-07-10T10:40:49+0100,2011-07-10T13:36:22+0100,please add new firewall features limit burst and channel bandwidth in wireless,anonymous
4,Active Tickets,135,cbi.js / cbi_d_update() always gives error,LuCI Applications,,,defect,,new,2010-06-24T08:53:12+0100,2010-06-24T08:53:12+0100,"var entry is defined inside the loop, and accessed after loop is over (if (entry.parent)...), which breaks execution.

Needs to declare the var before the loop & check for non-null value.
",reporter
4,Active Tickets,120,luci-app-ushare multiple content directories aren't possible,LuCI Applications,,,enhancement,,new,2010-04-03T19:15:33+0100,2010-04-03T19:15:33+0100,"it's because ushare -c hanles only one directory. If more directories are needed then additional -c should be added i.e ushare -c /dir1/ -c /dir2 -c /dir3 and so on.

The ushare luci page should be formatted the same way as luci samba page i.g there shall be a button to add a content dir.

This is actually an enhancement because there is a workaround for this problem so I'm marking this one as minor",reporter
4,Active Tickets,377,"dhcp configuration page, limit is confusing.",LuCI Applications,,LuCI 0.10.1,defect,jow,accepted,2012-01-21T13:20:30+0100,2012-01-21T15:33:24+0100,"On the DHCP Server section of the Network->Interfaces->LAN set up page, DHCP is configured with Start and Limit.    Limit is confusing.

Limit typically denotes the highest number to use, ie. a limit to not go beyond.

However, Limit in this implementation actually acts as the number of leases to hand out, which is also what the help text says.

Changing the title from Limit to ""Max Leases"" would be clearer.",cire831@…
1,Active Tickets,489,luci-app.openvpn is broken,LuCI Applications,,,defect,,new,2012-09-15T18:26:11+0100,2013-05-11T11:16:50+0100,"After few days of working, luci-app-openvpn is marked as broken.",joesemler
1,Active Tickets,570,при попытке зайти на www.192.168.1.1  выходит этот английский текст,LuCI Applications,,,defect,,new,2013-05-03T12:23:44+0100,2013-05-03T12:23:44+0100,"/usr/lib/lua/luci/dispatcher.lua:328: Access Violation
The page at 'admin/network/wireless/' has no parent node so the access to this location has been denied.
This is a software bug, please report this message at http://luci.subsignal.org/trac/newticket
stack traceback:
	[C]: in function 'assert'
	/usr/lib/lua/luci/dispatcher.lua:328: in function 'dispatch'
	/usr/lib/lua/luci/dispatcher.lua:195: in function </usr/lib/lua/luci/dispatcher.lua:194>",serbald@…
2,Active Tickets,380,Two openvpn problems with luci-app-openvpn_0.10+svn7859-1,LuCI Applications,,,defect,,new,2012-01-24T20:50:41+0100,2012-01-29T10:28:34+0100,"From the services tab click 'save' or 'save and apply'.
Whatever template is in the drop down box is added to the list of configured instances. 

When editing an instance, click 'switch to advanced configuration'.
Click the 'VPN' tab -- You can see a list of options build and then clear, leaving only the client checkbox. 

I really need those options under the VPN tab.

package is luci-app-openvpn_0.10+svn7859-1_brcm-2.4.ipk
OS is Backfire 10.03.1 RC6.

I need a number of those options to get OpenVPN working.


",ecain@…
2,Active Tickets,544,Error on Editing Wireless Settings,LuCI Applications,,,defect,,new,2013-02-27T21:43:02+0100,2013-02-27T21:43:02+0100,"XML Parsing Error: unclosed token
Location: http://192.168.1.1/cgi-bin/luci/;stok=d3b0f0b4c1e40d2ef4c1f8b38c218550/admin/network/wireless/radio0.network1
Line Number 324, Column 11316:	<option id=""cbi-wireless-radio0-country-00"" value=""00"" selected=""selected"">00 - World</option><option id=""cbi-wireless-radio0-country-AD"" value=""AD"">AD - Andorra</option><option id=""cbi-wireless-radio0-country-AE"" {more text included - a list of all countries}

This happens on a linksys WRT54GSV4 using LuCI with OpenWrt

",anonymous
2,Active Tickets,522,3G/4G luci web gui?,LuCI Applications,,,enhancement,,new,2012-12-23T21:32:18+0100,2013-01-11T18:34:58+0100,"Can you take a look at this image of a tp-link 3g cell rssi signal in the web gui?

http://i49.tinypic.com/24qlr4l.jpg

I have a topic for it on openwrt.org at https://forum.openwrt.org/viewtopic.php?id=40386
But no one seems to be able to help me so I ask here to see if one of you guys can help me plz.

Kind Regards,

Ian.",ianhessey@…
3,Active Tickets,186,urlencode does not encode '+' properly,LuCI Applications,,,defect,,new,2011-01-19T12:15:15+0100,2011-01-19T12:15:15+0100,"urlencode function in luci.http.protocol does not escape '+'

a '+' in a post or get query means ' ' so

urldecode(urlencode(s)) ~= s

if s contains '+'
",reporter
3,Active Tickets,229,IPv4 WAN Status is shown as not connected when there is a ppp tunnel up,LuCI Applications,,,defect,,new,2011-04-29T11:04:40+0100,2012-06-21T21:05:30+0100,,anonymous
3,Active Tickets,277,[openvpn] config for route and push has to be of type list,LuCI Applications,,,defect,,new,2011-07-21T11:26:31+0100,2011-07-21T11:26:31+0100,"Hi,

you can only set one route because the type of route is set to option in the config-file.
To support multiple routes the type has to be list and each value has to be an own line.

The same goes for the option push.

As far as I could see it's a wrong implementation of the type 'DynamicList' but I'm not familiar with lua so it's just a guess.


Kind regards,
Andrwe",Andrwe
3,Active Tickets,280,luci-app-diag-devinfo/core : Access Violation,LuCI Applications,,,defect,,reopened,2011-07-24T17:31:37+0100,2011-08-24T10:59:46+0100,"In Status > ""Devices on network"" or ""Sip devices on network"" > click on the arrow icon (tooltip reads: ""Go to relevant configuration page"")
{{{
/usr/lib/lua/luci/dispatcher.lua:272: Access Violation
stack traceback:
	[C]: in function 'assert'
	/usr/lib/lua/luci/dispatcher.lua:272: in function 'dispatch'
	/usr/lib/lua/luci/dispatcher.lua:146: in function </usr/lib/lua/luci/dispatcher.lua:145>
}}}

Backfire 10.03.1-rc5 / LuCI 0.10 Branch 0.10+svn7292",anonymous
3,Active Tickets,326,"iwinfo always shows the same txpower range (wl:0-18dBm, ath9k/ath5k:0-27dBm) regardless of device capability",LuCI Applications,,,defect,,reopened,2011-10-22T08:33:09+0100,2011-10-23T09:46:27+0100,"As per the title, observed on ath5k, ath9k and wl. I have tested with many devices such as WRT54GL (max 24dBm), Pico2 (20dBm), Pico2HP and PicoM2HP (30dBm), DIR615C2 (27dBM) amongst many more. Regardless of their actual maximum txpower output iwinfo wlan0 txpowerlist always seems to give 27dBm as maximum txpower.

Why is that (bug)? Is is a bug or is there something I can do in the configuration of the devices to ensure the actual and correct maximum txpower is shown?
",hanno.schupp@…
3,Active Tickets,331,Wrong display of wifi-iface,LuCI Applications,,,defect,,new,2011-10-29T05:55:11+0100,2013-04-02T11:59:57+0100,"{{{

config 'wifi-device' 'radio0'
	option 'type' 'mac80211'
	option 'macaddr' '00:18:e7:8c:3f:71'
	option 'hwmode' '11ng'
	option 'htmode' 'HT20'
	list 'ht_capab' 'SHORT-GI-40'
	list 'ht_capab' 'TX-STBC'
	list 'ht_capab' 'RX-STBC1'
	list 'ht_capab' 'DSSS_CCK-40'
	option 'txpower' '19'
	option 'channel' '13'

config 'wifi-iface'
	option 'device' 'radio0'
	option 'network' 'lan'
	option 'mode' 'ap'
	option 'ssid' 'Voxnet'
	option 'encryption' 'psk2'
	option 'key' 'XXX'
	option 'wpa_group_rekey' '0'

config 'wifi-iface'
	option 'device' 'radio0'
	option 'network' 'guest'
	option 'mode' 'ap'
	option 'ssid' 'guest'
	option 'encryption' 'none'
	option 'isolate' '1'
	option 'disabled' '1'

config 'wifi-device' 'radio1'
	option 'type' 'mac80211'
	option 'channel' '44'
	option 'macaddr' '00:18:e7:8c:3f:72'
	option 'hwmode' '11na'
	list 'ht_capab' 'SHORT-GI-40'
	list 'ht_capab' 'TX-STBC'
	list 'ht_capab' 'RX-STBC1'
	list 'ht_capab' 'DSSS_CCK-40'
	option 'htmode' 'HT40+'
	option 'distance' '30'
	option 'disabled' '0'
	option 'txpower' '15'
	
config 'wifi-iface'
	option 'device' 'radio1'
	option 'network' 'lan'
	option 'mode' 'ap'
	option 'ssid' 'Pilot6'
	option 'encryption' 'psk2'
	option 'key' 'XXX'
	option 'wpa_group_rekey' '0'
	
}}}

I have this config. When I enable guest iface and then disable it, Luci shows that I have 3 ifaces

1. Radio 0 Voxnet
2. Radio 0 Pilot6
3. Radio 1 Pilot6

Which is not true. It seems that wrong prsing of wireless config happens.",anonymous
3,Active Tickets,370,OpenVPN options dependencies are not respected,LuCI Applications,,,defect,,new,2012-01-01T15:42:15+0100,2012-01-01T15:42:15+0100,"After the resolution of the ticket #219, there is still a problem: dependencies between options don't work as they should. Indeed, they would only work if the options are both on the same page.

The attached patch gives a first prototype of solution to this problem using tabs. But OpenVPN has numerous options, and tabs are therefore too long to be really useable.

A second approach would consist in adding ""Additional Fields"" support to tabs.",pierre.gaufillet@…
3,Active Tickets,382,luci-ddns: Support 'script' IP source,LuCI Applications,,,defect,,new,2012-01-30T13:51:42+0100,2012-01-30T13:51:42+0100,"luci-ddns does not support script as a value for 'Source of IP address' setting.

When showing the 'Dynamic DNS' view the first available option is selected where the configuration file is using a script ip source.

And when saving the script source would be overwritten.

A little patch I am using to include the relevant options in the view is attached.",dnietoc@…
3,Active Tickets,385,OpenVPN setup: configuration name is ignored,LuCI Applications,,,defect,,new,2012-02-27T20:09:18+0100,2012-02-27T20:09:18+0100,"When adding an OpenVPN configuration, there is a text box for setting the configuration name. However, it's contents are ignored and a generic name for the configuration type is used instead. There also does not appear to be a way to rename a configuration once created.

This makes it impossible to create multiple configurations of the same type, since the generic name for the type is used up the first time. Any attempt to create an additional configuration fails.

This is on LuCI 0.10.0 and OpenWrt Backfire 10.03.1.
",jfunk@…
3,Active Tickets,434,[Trac] 404 loading jQuery.,LuCI Applications,,,defect,,new,2012-06-21T16:22:32+0100,2012-06-21T16:22:32+0100,"    Failed to load resource: the server responded with a status of 404 (Not Found)
    http://luci.subsignal.org/trac/chrome/common/js/jquery.js

Haven't yet noticed what kind of functionality actually breaks because of this.",Stéphan Kochen <stephan@…>
3,Active Tickets,443,Wrong selection menu @ LuCI-Statistics,LuCI Applications,,,defect,,new,2012-06-23T08:25:43+0100,2012-07-24T12:23:05+0100,"In LuCI-Statistics/Graphics a lot of wrong folders and files can be selected. Guess its a bug and should be removed or fixed to OpenWRT
Pls see attachment

JoeSemler, 0xFF-Backfire Vienna",joesemler
3,Active Tickets,462,Luci Statistics Ping application shows 1/100 of ICMP drop rate (1.0% instead of 100%),LuCI Applications,,,defect,,new,2012-08-09T10:28:53+0100,2012-12-06T16:14:22+0100,"It looks like Luci Statistics' Ping application shows wrong values for the middle graph of ICMP drop rate. The max value shown to me is 1.0%, while it should be 100%. (Cutting connection leads to this 1% drop rate.)

Apparently collectd stores a value between 0.0 - 1.0, instead of 0-100. The stored value should be multiplied by 100 to get the percentage out of it.

",hnyman
3,Active Tickets,463,"luci-app-openvpn and  ""client_tap_bridge"" problem",LuCI Applications,,,defect,,new,2012-08-09T10:29:06+0100,2012-08-09T10:29:06+0100,"Hi, any changes to openvpn configuration made with luci-app-openvpn adds in automatic a new ""Instance client_tap_bridge""

Test with 10.03.1 and trunk+svn8894-1

Many thanks",Crazy
3,Active Tickets,492,Error when logging into LuCI,LuCI Applications,,,defect,,new,2012-09-23T13:46:55+0100,2012-09-23T13:48:26+0100,"After some file manipulation in SAMBA when I tried to log in LuCI all I can see is the error below:
{{{
/usr/lib/lua/luci/dispatcher.lua:448: Failed to execute function dispatcher target for entry '/'.
The called action terminated with an exception:
/usr/lib/lua/luci/dispatcher.lua:448: Failed to execute firstchild dispatcher target for entry '/admin'.
The called action terminated with an exception:
/usr/lib/lua/luci/dispatcher.lua:448: Failed to execute function dispatcher target for entry '/admin/status'.
The called action terminated with an exception:
/usr/lib/lua/luci/dispatcher.lua:448: Failed to execute template dispatcher target for entry '/admin/status/overview'.
The called action terminated with an exception:
/usr/lib/lua/luci/template.lua:105: Failed to execute template 'admin_status/index'.
A runtime error occured: /usr/lib/lua/luci/sys.lua:174: attempt to index local 'meminfo' (a nil value)
stack traceback:
	[C]: in function 'assert'
	/usr/lib/lua/luci/dispatcher.lua:448: in function 'dispatch'
	/usr/lib/lua/luci/dispatcher.lua:195: in function </usr/lib/lua/luci/dispatcher.lua:194>}}}",alphasparc@…
3,Active Tickets,507,Development Environment Compilation broken,LuCI Applications,,,defect,,new,2012-11-12T17:26:35+0100,2012-11-12T17:26:35+0100,"I would like to build the development toolchain as described in
[Documentation/DevelopmentEnvironmentHowTo HowTo: Setting up a Development Environment]

My maschine:
Ubuntu 12.04
gcc-Version 4.6.3 (!Ubuntu/Linaro 4.6.3-1ubuntu5) 

I tried trunk and stable release, but I get the following errors:

{{{
uhttpd.o: In function `main':
/home/joh/builddir/luci/trunk/contrib/uhttpd/uhttpd-src/uhttpd.c:968: undefined reference to `crypt'
uhttpd-utils.o: In function `uh_auth_check':
/home/joh/builddir/luci/trunk/contrib/uhttpd/uhttpd-src/uhttpd-utils.c:780: undefined reference to `crypt'

}}}",jkugele@…
3,Active Tickets,527,Some graphs stay flat in ping,LuCI Applications,,,defect,,new,2013-01-11T18:31:04+0100,2013-01-11T18:31:04+0100,"ICMP Drop rate and ICMP standard deviation graphs are completely flat in luci-app-statistics when viewing data collected by collectd-mod-ping.

I'm using Attitude Adjustment 12.09-rc1 on a Netgear WNDR3800 that acts as an access point for a central server.

I tried resetting all the collected, and I noticed the Standard Deviation graph move for some minutes, and then go completely flat again.

ICMP Round Trip Time is working almost fine, but times are measured as hundreds of m ms (milli-milliseconds) in the y of the graph.",The 11th plague <spam.dump.one@…>
3,Active Tickets,541,Unable to Set Up Wireless Connection,LuCI Applications,,,defect,,new,2013-02-27T21:42:16+0100,2013-02-27T21:42:16+0100,"I get this whenever I click ""edit"" under ""Wi-Fi"" using OpenWrt.

XML Parsing Error: unclosed token
Location: http://192.168.1.1/cgi-bin/luci/;stok=99e1c683a8fcac108bed4ba8bd850c2e/admin/network/wireless/radio0.network1
Line Number 439, Column 74:	<option id=""cbi-wireless-cfg033579-macfilter-"" value="""">disable</option><option id=""cbi-

-Thanks",vcodeware@…
3,Active Tickets,546,luci-french freezes on collecting data,LuCI Applications,,,defect,,new,2013-02-28T12:13:47+0100,2013-02-28T12:13:47+0100,"On the Network Tab, in luci-french, the interfaces show ""Récupération de données..."" (aka ""Collecting data...) and ""freeze"". Interface button dont work, except ""Edit"".

In english, luci works as expected.

TP-Link w1043ND v1. Attitude-adjustment12.09-rc1 and luci-french downloaded from openwrt.",pierre.juhen@…
3,Active Tickets,553,Patch: sync code providing localized hw_name in the overview pages,LuCI Applications,,,defect,,new,2013-03-15T15:09:18+0100,2013-03-15T15:09:18+0100,"The patch synces code in:
libs/core/luasrc/model/network.lua
and
modules/admin-full/luasrc/view/admin_network/wifi_overview.htm
to provide identical values and to provide identical localizable strings.",Luboš Staněk <lubekgc@…>
3,Active Tickets,556,zonebadge cascade.css height wrong,LuCI Applications,,,defect,,new,2013-03-19T18:08:15+0100,2013-03-21T12:38:50+0100,On bootstrap the zonebadge element on the network interface firewall page on the cascade.css is set to 1em which cannot display properly any text input change it to 2em,alphasparc@…
3,Active Tickets,568,luci-app-minidlna trashes services submenu in web interface,LuCI Applications,,,defect,,new,2013-04-22T13:41:47+0100,2013-04-22T13:41:47+0100,"OpenWRT version: ATTITUDE ADJUSTMENT (12.09-rc1, r34185)
LuCI: luci - 0.11+svn9425-1

Problem: After installing the luci component for easier management of minidlna server the services submenu stops working and shows only the minidlna status as json

Steps to reproduce:
 * Install minidlna
 * Install luci-app-minidlna
 * Click on Services tab in web interface

Expected result:
Services submenu open with several subtabs (depending how many apps you have)

Actual result:
Almost blank page with a json string describing the status of the minidlna server

{{{
{ ""image"": 0, ""running"": true, ""audio"": 1, ""video"": 0 }
}}}

Reproducible: every time",anonymous
3,Active Tickets,572,"""NTP server candidates"" is buggy",LuCI Applications,,,defect,,new,2013-05-21T12:01:12+0100,2013-05-21T12:01:12+0100,"On System->System->Time Syncronization, if I want to remove the current ntp server to add another one I have to first remove every entry, save and after that I can add the new(s) server(s) that I want. If I don't first remove every server and save, the old servers will still be there (even the ones you removed) and the new server will enter as the last entry.

Tested on both 12.09 release and current trunk (r36602).",anonymous
3,Active Tickets,310,generate a PNG label image to put a sticker on the device,LuCI Applications,,,enhancement,,new,2011-10-08T14:05:10+0100,2011-10-08T14:05:10+0100,"
The following feature would be desirable in the web interface:

 * generate a label image that can be printed and stuck on the device
 * label to include the following (maybe user selectable):
 * OpenWRT logo and version
 * SSID
 * MAC address
 * any fixed IP addresses
 * RAM info
 * date/time when sticker generated
 * date/time of OpenWRT install
 * WAN user ID (e.g. PPPoE username)
 * user selectable: root, WAN and Wifi passwords
 * URL of a quickstart page for someone new to OpenWRT who needs to administer the device

This would be invaluable for ensuring that someone supporting the device in future knows it is running OpenWRT (rather than default firmware).  This would:

 * make support much easier
 * reduce the risk of people coming across a device in the field and discarding it/replacing it with something inferior because they don't know where to begin.
",daniel@…
3,Active Tickets,367,OpenVPN status frame,LuCI Applications,,,enhancement,,new,2011-12-20T01:23:18+0100,2012-04-25T10:00:14+0100,"It would be nice to add a status frame for OpenVPN in the status thumbnail, giving the list of connected clients and statistics about them (bytes sent/received, connection duration, etc.).",pierre.gaufillet@…
3,Active Tickets,368,Add enabled option to multiwan (in uci config),LuCI Applications,,,enhancement,,new,2011-12-20T01:23:25+0100,2011-12-20T01:23:25+0100,"to follow this patch
http://patchwork.openwrt.org/patch/1692/",etienne.champetier@…
3,Active Tickets,371,Add an assistant for creating OpenVPN certificates,LuCI Applications,,,enhancement,,new,2012-01-01T15:42:22+0100,2012-01-01T15:42:22+0100,"Right now, LuCI only gives the possibility of loading existing certificates. 
Setting up OpenVPN servers & clients would be much more easier if it was possible to create servers & clients certificates.",pierre.gaufillet@…
3,Active Tickets,402,IGMP proxy app,LuCI Applications,,,enhancement,,new,2012-04-26T13:24:36+0100,2012-04-26T13:24:36+0100,This patch adds igmpproxy application for luci.,Viktar Palstsiuk <viktar.palstsiuk@…>
3,Active Tickets,435,[patch] add luci-app-mosquitto for editing basic mosquitto settings via (l)uci,LuCI Applications,,,enhancement,,new,2012-06-21T16:23:39+0100,2012-06-28T10:36:56+0100,"In a patch against OWRT packages, I added some support for choosing which config file to use, allowing this luci app to manage the config.  This app is developed (currently) at https://github.com/karlp/owrt_pub_feeds/luci-app-mosquitto

Attached is a patch against 0.10 branch",anonymous
3,Active Tickets,441,LuCI-Support for iperf,LuCI Applications,,,enhancement,,new,2012-06-23T08:07:59+0100,2012-06-23T08:10:11+0100,"would be helpful to have in Network/Diagnostics the possibility for throughput-measurements with iperf.
Functions could be 
+ activate/deactivate Server, set port
+ Measure with variable duration, bandwith?,...

JoeSemler, 0xFF-Backfire Vienna",joesemler
3,Active Tickets,472,Limit option on firewall,LuCI Applications,,,enhancement,,new,2012-08-14T16:40:00+0100,2012-08-14T16:40:00+0100,"Hi, please is possible to add the limit and burst options in the firewall rules page?

Many thanks!",anonymous
3,Active Tickets,498,Luci OpenVPN package should support parsing of .opvn files,LuCI Applications,,,enhancement,,new,2012-10-23T12:42:43+0100,2012-10-23T12:42:43+0100,"Hello,

many public VPN providers, distribute their configurations as .opvn files. But to enter this configuration to Luci it requires it to copy/paste option by option.

This is a huge amount of work. For example, my VPN provider provides .opvn files for 25 servers. Each file contains 36 options.

It would be a great help, if Luci could read in existing .opvn files.

Best Regards,
Jörg",luci@…
3,Active Tickets,538,luci-app-ddns: allow check_interval set to 0 for no background loop check,LuCI Applications,,,enhancement,,new,2013-02-27T21:41:18+0100,2013-02-27T21:41:18+0100,"If set a value of force_interval, ddns script will always auto check in the background. Maybe when set the 0 to the force_interval, the
dynamic_dns_updater.sh only run once is better. Thus the ddns-scripts only run when interface status changed.

ddns-scripts patch has submitted to openwrt maillist(https://lists.openwrt.org/pipermail/openwrt-devel/2013-February/018840.html), if committed, also need to be updated the luci-app-ddns package, to allow input 0 in force_interval field.

Signed-off-by: Kicer Jiao <joykicer at gmail.com>
---

Index: applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua
===================================================================
--- applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua      (revision 9668)
+++ applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua      (working copy)
@@ -122,7 +122,7 @@
 unit:value(""hours"", translate(""h""))
 
 fi = s:option(Value, ""force_interval"", translate(""Force update every""))
-fi.datatype = ""and(uinteger,min(1))""
+fi.datatype = ""and(uinteger,min(0))""
 fi.default = 72
 
 unit = s:option(ListValue, ""force_unit"", translate(""Force-time unit""))",joykicer@…
3,Active Tickets,557,Please add Slovak language to pootle,LuCI Applications,,,enhancement,,new,2013-03-19T18:11:47+0100,2013-03-19T18:11:47+0100,Hi I would like to translate Luci in to Slovak language. Please can you add Slovak to Pootle.,Newbie414
3,Active Tickets,255,TP-LINK TL-WR841N,LuCI Applications,,,task,,new,2011-06-21T12:06:34+0100,2013-02-27T21:40:50+0100,"Доброе время суток!
У меня Роутер TP-LINK TL-WR841N v5 я установил ему прошивку Backfire (r24038) от OpenWrt. System Atheros AR7240 rev 2 . Мне надо настроить конфиг так, чтобы на 4-ом порту LAN был VLAN №35 тагированный для IPTV. подскажите плс как это сделать? С уважением Гаус Александр.",gaus@…
3,Active Tickets,264,I find 3 issues that should be fixed,LuCI Applications,,LuCI 0.10.0,defect,,new,2011-07-03T16:29:48+0100,2011-07-03T16:34:26+0100,"I find 3 issues that I think should be fixed:
Issue 1. 
On different pages, the word Destination and the word Target stands for the same meaning, but in different languages they have different meaning, which may confuse the end users.

The pages: 
Status->Routes 
network->Routes->Static Routes
Status->Firewall

The corresponding files:
modules/admin-full/luasrc/view/admin_status/routes.htm
modules/admin-full/luasrc/model/cbi/admin_network/routes.lua
modules/admin-full/luasrc/view/admin_status/connections.htm
applications/luci-firewall/luasrc/model/cbi/luci_fw/zones.lua

Issue 2.
The word Interface, Network and Zone have different meanings, but they are not strictly differentiated.

The pages:
Network->Interfaces
Network->Firewall
Status->Routes

The corresponding files:
modules/admin-full/luasrc/view/admin_network/iface_overview.htm
applications/luci-firewall/luasrc/model/cbi/luci_fw/zones.lua
modules/admin-full/luasrc/view/admin_status/routes.htm

lan includes lan wlan br-lan; wan includes wan wwan and maybe 3g interface.


Issue 3.
There are many functions named update_status(). When different update_status encounters with one another, for example on the page Status, the browser is confused, which will call nothing.

The files including update_status().
modules/admin-full/luasrc/view/admin_network/iface_overview.htm
modules/admin-full/luasrc/view/admin_network/wifi_status.htm
modules/admin-full/luasrc/view/admin_network/wifi_overview.htm
modules/admin-full/luasrc/view/admin_network/diagnostics.htm
modules/admin-full/luasrc/view/admin_network/lease_status.htm
modules/admin-full/luasrc/view/admin_network/iface_status.htm
modules/admin-full/luasrc/view/admin_status/index.htm
applications/luci-upnp/luasrc/view/upnp_status.htm
applications/luci-ahcp/luasrc/view/ahcp_status.htm",Tian HP
3,Active Tickets,413,Compile fail,LuCI Applications,,LuCI 0.10.0,defect,,new,2012-05-04T18:09:27+0100,2012-05-05T11:39:11+0100,"I checkout code from: http://svn.luci.subsignal.org/luci/branches/luci-0.10

I tried to compile, it fail with reason:
*** Compilation of modules/admin-full failed!

Full output:
http://pastebin.com/3S0UpBut",hribar.martin@…
3,Active Tickets,416,Deactivation of DNS-Ports,LuCI Applications,,LuCI 0.10.1,enhancement,,new,2012-05-14T19:32:14+0100,2012-05-14T19:32:14+0100,"For the prevention of DNS-Amplification Attcks (Funkfeuer Vienna is using public IPs in its mesh network)we had to deactivate DNS on all public IPs by using the UCI-Command ""uci add_list dhcp.@dnsmasq[0].notinterface=air0""

It would be helpful if the Dnsmasq-Commands ""notinterface"" and ""interface"" could be set via LiCI-GUI in DHCP and DNS/Advanced Settings",joesemler
3,Active Tickets,495,Splash.Log,LuCI Applications,,LuCI 0.10.1,enhancement,,new,2012-10-01T07:10:22+0100,2012-11-10T17:51:12+0100,"Offering an Open AP can be dangerous in some countries. One possibility is the click-contract which is realized in the splash pack.
But it could also be helpful to have a log file for all connections including date, time of connection and Mac address.",joesemler
4,Active Tickets,205,LuCI ddns module automatically selects ddns-scripts but some users might prefer yaddns,LuCI Applications,,,defect,,new,2011-02-21T11:58:40+0100,2011-02-21T11:58:40+0100,"Some users might prefer yaddns because it has a much lower footprint
and properly handles the case when ddns update is unsuccessful;
probably there're other important reasons.

Currently LuCI ddns support will automatically select ddns-scripts
which would conflict with yaddns.",fercerpav@…
4,Active Tickets,361,Rendering problems on IE9,LuCI Applications,,,defect,,new,2011-12-06T20:33:20+0100,2011-12-06T20:33:20+0100,"One long standing behavior issue I've seen when using IE9 to view the main LUCI status page occurs when the Luci UPNP app is installed on openwrt.

After the first auto-refresh, the UPNP redirection info fills in correctly.  A few seconds later, it refreshes again, but the top line in the table is duplicated at the bottom.

I've attached a screenshot showing the issue. Note how TCP 25165 is repeated both top and bottom.",AndrewSi@…
4,Active Tickets,363,Realtime Graphs is not working,LuCI Applications,,,defect,,new,2011-12-12T15:16:02+0100,2012-01-26T00:55:57+0100,"Hi, Realtime Graphs (""Load"", ""Wireless"" & ""Connections"") don`t show any graphs, but ""Traffic"" - show.

Version: Trunk (r29501)/LuCI Trunk (trunk+svn8081)",dvlom@…
4,Active Tickets,422,minidlna enable setting is not retained,LuCI Applications,,,defect,,new,2012-06-05T14:42:35+0100,2012-06-06T11:28:58+0100,"In the LuCI minidlna application, setting the service as enabled and applying the changes correctly saves and enables the service, but the option doesn't appear to actually save (restoring settings after an upgrade will cause minidlna to reset to disabled, for example).",Ryan Morrison <ryan.morrison04@…>
4,Active Tickets,488,Wrong Port-Numbers @ Switch,LuCI Applications,,,defect,,new,2012-09-13T21:55:49+0100,2012-09-13T21:55:49+0100,"Im using LuCI Trunk (trunk+svn9269) on Routerboard 750.
There ive noticed that the Port Numbers are displayed in the wrong direction.
Port 1 in software is port 5 on the router. Port 4 = Port 2 (eth 1)
eth 0 (wan) is marked wit Port 1 on the box.
The Leds have the right numbers
",joesemler
4,Active Tickets,548,i18n: wrong packaging of translation catalogs,LuCI Applications,,,defect,,new,2013-03-08T19:49:37+0100,2013-03-08T19:49:37+0100,"Every application contains all translation catalogs.
Unless the user installs the base i18n package for a particular language, the catalogs only occupy space.

The application should provide standalone i18n modules for every supported language.
The installation of an application's i18n package could be manual or it could be triggered by the base package.",Luboš Staněk <lubekgc@…>
4,Active Tickets,194,Enable setting 'wps_pushbutton' option for hostapd-based Wifi devices on Wireless Security leaf,LuCI Applications,,,enhancement,,new,2011-01-31T23:14:00+0100,2011-05-03T14:19:41+0100,"Hostapd based Wifi devices may support the WPS (Wifi Protected Setup) authentication and automatic joining of networks, for which function many routers have a physical button.

For hostapd based devices, you need to set an option 'wps_pushbutton' = '1' in /etc/config/wireless for each radio, for which you want to use the WPS. That option controls the hostapd daemon's awareness about the existence of WPS functionality.

Currently Luci provides no access to the option. 

It would be great, if /modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua would be modified so that it would support that option. The option belongs to the ""Wireless Security"" leaf. A simple checkbox would be enough.

With hostapd, that option has meaning only if encryption is PSK, meaning WPA-PSK and/or WPA2-PSK. 
Checking wps_pushbutton
https://dev.openwrt.org/browser/trunk/package/hostapd/files/hostapd.sh#L132
prerequisite PSK:
https://dev.openwrt.org/browser/trunk/package/hostapd/files/hostapd.sh#L59

In Luci's wifi.lua, the existence of the needed modules is done for some options and displayed options are tailored according to that. The correct check for showing this option checkbox might be to check for '/usr/sbin/hostapd_cli', which is the module used to pass WPS event notification to the already running hostapd daemon. The check might be added next to the other similar checks:
http://luci.subsignal.org/trac/browser/luci/trunk/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua#L539

And the option should only be showed on the WPA-PSK, WPA2-PSK and WPA-PSK/WPA2-PSK encryptions, where it has meaning.

The option belongs to the the same option block 'wifi-iface' in /etc/config/wireless as the WPA-setting and other security settings.

Example of usage in Openwrt config:
https://forum.openwrt.org/viewtopic.php?pid=127010#p127010
",reporter
4,Active Tickets,200,Consider adding IPv6 tunnel info to the new Status page,LuCI Applications,,,enhancement,,reopened,2011-02-12T09:57:13+0100,2011-03-13T22:40:46+0100,"The new Status front page looks nice. Thanks.

You might consider including 6in4 or 6to4 tunnel info in the IPv6 Wan section info. Currently it does not seem to count 6in4 tunnels as proper Wan interfaces, so info about them is not shown in the status page. IPv4 Wan info is shown correctly, but IPv6 is just shown as ""Not connected"".

For most users, the various tunnels will probably be the main IPv6 Wan connection form in the next few months. So, info about them would be nice.",reporter
4,Active Tickets,400,LuCI page for running custom shell command,LuCI Applications,,,enhancement,,new,2012-04-25T10:00:12+0100,2012-04-25T10:00:12+0100,"Hi!

I have prepared a LuCI page for running a custom shell command (for some of my friends this page is very useful). Perhaps some other people find it useful too.
I created a luci-app patch, though this not related to any application. 
I prepared the po template too.
I attached the full patch for this functionality.",Gabor Varga <vargagab@…>
4,Active Tickets,543,LuCI support for mjpg-streamer,LuCI Applications,,,enhancement,,new,2013-02-27T21:42:22+0100,2013-02-27T21:42:22+0100,"I have prepared a LuCI page for configuring mjpg-streamer. In this page you can fully configure the mjpg-streamer.

For full functionality i made an extended mjpg-streamer init script.",vargagab@…
4,Active Tickets,566,luci-app-p910nd Wrong Description,LuCI Applications,,,enhancement,,new,2013-04-09T10:35:39+0100,2013-05-21T12:02:46+0100,"First the Controller name is too long 
p910nd - Printer server
It should just be
Printer Server

Under the description it reads

""First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp).""

It should read 
""p910nd printer server is a small non-spooling printer daemon intended for disk-less workstations.""

The first enable option should be ""Enable"" not ""enable""",alphasparc@…
4,Active Tickets,308,luci-app-upnp disables miniupnpd on firstboot,LuCI Applications,,LuCI 0.10.0,defect,,new,2011-10-05T09:03:31+0100,2012-02-13T17:28:41+0100,"See openwrt.org discussion thread:
https://forum.openwrt.org/viewtopic.php?pid=145104

luci-app-upnp is disabling miniupnpd, in a prebuilt image, on the first boot up. An investigation of /rom/etc/rc.d shows the S95miniupnpd file is created, however, after first boot, the file is removed. This prevents miniupnpd from starting until the user manually reenables it. Per this change set, lucy is doing this on purpose:

http://luci.subsignal.org/trac/changeset/6745/luci/branches/luci-0.10/applications/luci-upnp/root/etc/uci-defaults/luci-upnp

Discussion suggests that this was done previously for security reasons. I agree with this, however, with the secure_mode configuration of miniupnpd, this concern can be mitigated by adjusting the default miniupnpd configuration rather than to have luci disable it outright.",adam2104
4,Active Tickets,375,Using OpenVPN over TCP is impossible from LuCI,LuCI Applications,,LuCI 0.10.0,defect,,new,2012-01-15T04:20:50+0100,2012-01-15T04:20:50+0100,"Steps to reproduce:
(via LuCi)
- Add ""Simple server configuration for a routed PTP VPN""
- Optionally add a shared secret file
- Try to edit the settings so that protocol reads tcp-server or tcp-client
You would have to activate ""Enable client mode"" (what does this mean anyway?) for that. However if you save it like that, OpenVPN will error out on start.
- After using ""uci delete"" to remove ""openvpn.server_tun_ptp.client"", it works just fine with proto correctly set to ""tcp-server"" or ""tcp-client"".

Also, in ""basic configuration mode"", proto can only be set to ""udp"" or ""tcp"", not ""tcp-client"" or ""tcp-server"".

Thanks a bunch!",Ingmar Runge <ingmar@…>
4,Active Tickets,55,Status Indicators for DDNS Registration and NTP Updates,LuCI Applications,,LuCI 0.10.0,enhancement,,new,2009-03-20T05:30:33+0100,2009-03-20T05:30:33+0100,"LuCI network status page should show DDNS registration status (success or failure, IP address and update time) and next register time; 

LuCI network status page should show NTP registration status (success or failure, update time) and next registration time.",marca56@…
4,Active Tickets,250,feature request addition of rx rates and tx rates in assocation table,LuCI Applications,,LuCI 0.10.0,enhancement,,new,2011-06-02T19:44:47+0100,2011-06-02T19:44:47+0100,can rx rates and tx rates  be added to association tables list.,anonymous
4,Active Tickets,353,Conect to ap via mac address,LuCI Applications,,LuCI 0.10.0,enhancement,,new,2011-11-25T13:45:52+0100,2011-11-25T13:45:52+0100,In Network -> Wifi add the ability of conect ap with mac instead ssid.,anonymous
4,Active Tickets,296,Luci realtime connection graph colors does not match the legend,LuCI Applications,,LuCI 0.10.1,defect,,new,2011-08-24T09:25:56+0100,2011-08-24T09:25:56+0100,I reported the problem at https://dev.openwrt.org/ticket/9941 but I guess I should have reported here. The openwrt bug has all the information with screenshot.,Luiz Angelo Daros de Luca <luizluca@…>
4,Active Tickets,378,"status, net wan display wrong when wan down",LuCI Applications,,LuCI 0.10.1,defect,,new,2012-01-22T21:26:33+0100,2012-01-29T10:28:35+0100,"On the Status page, the status of the WAN connection incorrectly reports the status of the LAN side when the WAN port is down.

It should instead report that the link is down or some such.
",cire831@…
4,Active Tickets,569,multiwan status graphical glitching,LuCI Applications,,LuCI 0.10.1,defect,,new,2013-05-02T13:20:06+0100,2013-05-02T13:20:06+0100,The Multi-WAN status display on the status->overview tab will glitch if there are so many interfaces (or the browser window is small enough) that it will try to create a newline on the display. It splits up the last one and the second row is about half way into the first.,chipdankly@…
5,Active Tickets,461,luci-app-wol doesn't take the broadcast-switch of etherwake,LuCI Applications,,,enhancement,,new,2012-08-09T10:27:47+0100,2012-11-26T11:40:47+0100,"If I use etherwake with luci-app-wol the -b isn't added. But I noticed that at least some of my computers need that switch. 

For now I changed on my own router 
(in file /usr/lib/lua/luci/model/cbi/wol.lua):

before: cmd = ""%s -D%s %q"" %{
after: cmd = ""%s -b -D%s %q"" %{

This works for me! Should we add this switch? Or a checkbox or something else? Does no one have the same problems without the broadcast-switch? At least I didn't find a bug-report for etherwake/luci-app-wol ...",Cyber1000 <hh-developing@…>
5,Active Tickets,486,[Firewall] forward rule protocol changes automatically in very unwanted manner,LuCI Applications,,,enhancement,,new,2012-09-13T09:12:20+0100,2012-09-13T09:12:20+0100,"When quick adding a forwarding rule when you enter certain external port numbers such as 22 and you click outside of the external port number field it automatically switches the protocol you have selected to TCP which is very very annoying.

This is very unintuitive as humans mostly read left to right and are going to configure the rule from left to right and click add without noticing their configured rule changed. This behavior should be removed or at a minimum the protocol field should be the last on the right.

I actually filed a bad bug report because of this because I thought it was converting TCP+UDP to TCP when you clicked add not noticing that it actually happened automatically when leaving the external port field.",chipdankly@…
5,Active Tickets,504,Realtime graphs - window and interval time configurable,LuCI Applications,,,enhancement,,new,2012-11-12T17:26:00+0100,2012-11-12T17:26:00+0100,"Would it be possible to make configurable window and interval time or at least give the user few options like 1, 2, 4 seconds?
",piotr@…
1,Active Tickets,425,LUCI compilation issues !!,LuCI Base,,LuCI 0.10.0,defect,soma,assigned,2012-06-05T14:43:07+0100,2012-07-24T12:27:45+0100,"I am trying to compile the ""luci-0.10"" for my desktop (uses FC-15 kernel 2.6.42.3-2.fc15.i686.PAE ). I have downloaded luci-0.10 and trying to compile it using the command "" make runhttpd"", But the web server is not starting under ""http://localhost:8080/luci"" 

I am facing the below errors: 

/home/sudheer/Desktop/ALL/Early/luci/luci-0.10/host//usr/lib/lua/luci/dispatcher.lua:449: Failed to execute function dispatcher target for entry '/'.
The called action terminated with an exception:
/home/sudheer/Desktop/ALL/Early/luci/luci-0.10/host//usr/lib/lua/luci/dispatcher.lua:449: Failed to execute function dispatcher target for entry '/freifunk'.
The called action terminated with an exception:
/home/sudheer/Desktop/ALL/Early/luci/luci-0.10/host//usr/lib/lua/luci/dispatcher.lua:449: Failed to execute template dispatcher target for entry '/freifunk/index'.
The called action terminated with an exception:
/home/sudheer/Desktop/ALL/Early/luci/luci-0.10/host//usr/lib/lua/luci/template.lua:81: Failed to load template 'freifunk/index'.
Error while parsing template '/home/sudheer/Desktop/ALL/Early/luci/luci-0.10/host//usr/lib/lua/luci/view/freifunk/index.htm'.
A syntax error occured near 'No such file or directory'.
stack traceback:
	[C]: in function 'assert'
	/home/sudheer/Desktop/ALL/Early/luci/luci-0.10/host//usr/lib/lua/luci/dispatcher.lua:449: in function 'dispatch'
	/home/sudheer/Desktop/ALL/Early/luci/luci-0.10/host//usr/lib/lua/luci/dispatcher.lua:195: in function </home/sudheer/Desktop/ALL/Early/luci/luci-0.10/host//usr/lib/lua/luci/dispatcher.lua:194>
",sudheer.d@…
2,Active Tickets,19,package sizes in packagemanagement,LuCI Base,,LuCI 0.10.0,defect,jow,assigned,2009-01-02T18:42:57+0100,2009-07-27T01:15:35+0100,"would be great to see the download size of the packages and the estimated install size. 

additionally would be great to see free space and have limitation or warning when reaching available amount of space.",kloschi
3,Active Tickets,130,httpclient does not always return full http body,LuCI Base,,,defect,,reopened,2010-05-19T21:15:47+0100,2011-07-18T15:47:58+0100,"When issuing http[s] requests with the request_raw function in luci/libs/httpclient, the body of the http response is sometimes truncated. I could trace this down to this return statement:

{{{
return response.code, response, linesrc(true), sock
}}}

The linesrc(true) causes the UnifiedIO:linesource iterator to flush its internal buffer. If this buffer does not contain the entire http response body, a truncated body will be returned by request_raw.

A patch against trunk has been attached.

Cheers,
Bart.",reporter
3,Active Tickets,545,IE8 error in cbi.js form validator code,LuCI Base,,,defect,jow,accepted,2013-02-27T21:43:14+0100,2013-02-27T21:53:53+0100,"While testing my theme in older Internet Explorers, I came across a bug in cbi.js:

{{{
Line: 960
Error: Function.prototype.apply: argument is null or undefined
}}}

where line 960 looks like:

{{{
if (!(((value.length == 0) && optional) || vstack[0].apply(value, vstack[1])))
}}}

fun.apply() takes an array as its second argument. Some browsers don't freak out if it isn't an array, but some do. By wrapping the argument in brackets, this problem is avoided. A patch is attached.",Benjamin Chodoroff <ben@…>
3,Active Tickets,288,[PATCH] Allow smarter node creation based on visibility during createtree,LuCI Base,,,enhancement,jow,accepted,2011-08-12T11:36:20+0100,2011-10-31T20:34:04+0100,"As I've brought up on the mailing list thread ""High latency caused by full tree creation"", there is a large amount of delay per LuCI request which is spent building the node tree in createtree().  Most nodes created aren't needed for the view presented to the user and only serve to consume memory and CPU time during a page load.

My idea is to provide an easy mechanism for index()ers to determine which needs to be created and what isn't. Due to the constraints of the standard LuCI web interface, this optimization needs to establish a few rules:
 * The page requested must have its node created
 * All parents of the page being requested must be created, so the children inherit the track
 * All the top-level nodes ""Status"", ""System"", ""Services"", ""Network"" (and others added by extensions) must be created in order to have their top-level tabs in the UI
 * All peers of second-level nodes need to be created as well for the same reason, to display their links on the subindexes

To make this easy to implement in each controller, the attached patch adds an ""inreq"" field to each created node to indicate if it lies on the request path.  To satisfy the ""top level node"" requirement, we always add the top level node, then check its inreq property if the top-level node is not ""in request"", then the controller can exit index() early.

Now that we know we're in the right top level node, we can then use the same methodology per subindex. Imagine if the menus were classifications of animals
{{{
if not entry({""animal""}, template(""animals""), i8n(""Animals""), 10).inreq then return end

if entry({""animal"", ""mammals""}, template(""mammals""), i8n(""Mammals""), 10).inreq then
    entry({""animal"", ""mammals"", ""humans""})
    entry({""animal"", ""mammals"", ""dolphins""})
    entry({""animal"", ""mammals"", ""monkeys""})
end

if entry({""animal"", ""fish""}, template(""fish""), i8n(""Fish""), 20).inreq then
    entry({""animal"", ""fish"", ""tuna""})
    entry({""animal"", ""fish"", ""dolphins""})
    entry({""animal"", ""fish"", ""bass""})
end
}}}
This is pretty easy to use and doesn't break existing code, relying on the user to check the inreq field and omit creating nodes as necessary.

Attached patch adds this flag (to save memory it relies on nil = false so only nodes in the request path have an inreq entry in their tables). 

The urltokens are removed from the request first, to prevent duplication of checking each entry of the request path for tokens which would add ridiculous overhead. If this is not acceptable to do it in httpdispatch(), I suggest that the code be moved to dispatch() before createtree() because this optimization is significant to both reduce complexity and execution time.

I've also attached a quick patch against admin-full to see it in action. The number you're looking at here is the ""http waiting time"" or the time between when the browser requests the page and when the web server starts sending data. I'm seeing reductions from 20-50% in waiting time (~200ms-500ms), as well as a large decrease in memory usage per request. This is just a first run of using the inreq flag; I didn't want to spend a few hours optimizing the admin pages if the patch would be completely rejected :)

Note this builds on #2476 patch's change to _create_node()",capnbry@…
3,Active Tickets,210,LuCI is not corr. working with IE8,LuCI Base,,LuCI 0.10.0,defect,jow,accepted,2011-03-09T21:26:41+0100,2011-03-10T00:05:05+0100,"Today we found out, that changements (tested with wireless) will not take place with IE8.
We tryed to change Country and channel on a Nanostation 5. After changement and ""save % apply"", IE8 shows the timeout-window. After reconnection, the old settings are still present.

Reconfiguration with Firefox is working well.

JoeSemlerm 0xFF-Vienna",josef.semler@…
4,Active Tickets,153,FirmwareFlash zeigt keinen Status mehr,LuCI Base,,LuCI 0.10.0,defect,,new,2010-11-02T17:34:52+0100,2011-10-17T12:22:03+0100,"Seit LuCI 0.10 (bei r6379 aufgefallen) wird der Status des Upgrade-Prozesses im Statusfenster nicht mehr angezeigt. Das Upgrade funktioniert hingegen richtig.

JoeSemler, 0xFF-Vienna",reporter
4,Active Tickets,484,Luci: interface counters max out at 4.29GB,LuCI Base,,LuCI 0.10.1,defect,jow,accepted,2012-09-12T14:03:20+0100,2012-11-05T15:59:13+0100,"On the network --> interface tab the counters on al the interfaces max out at 4.29GB. If i look at interface counter on cli i get different values:

LuCI Trunk (trunk+svn9238): TX: 4.29 GB (10470077 Pkts.)
CLI: TX packets:10470077; TX bytes:15571427102 (14.5 GiB)

Thank you!",jeroen.louwes@…
2,Active Tickets,469,"make runhttpd failed, undefined reference to `crypt'",LuCI Base,,LuCI 0.10.0,defect,,new,2012-08-09T10:34:47+0100,2012-10-29T13:46:16+0100,"Ubuntu 12.04,
lua-dev5.2

cc -o uhttpd -L./lua-5.1.4/src -Wl,--export-dynamic -lcrypt -ldl uhttpd.o uhttpd-file.o uhttpd-utils.o uhttpd-cgi.o
uhttpd.o: In function `main':
/home/justin/luci/trunk8893/contrib/uhttpd/uhttpd-src/uhttpd.c:968: undefined reference to `crypt'
uhttpd-utils.o: In function `uh_auth_check':
/home/justin/luci/trunk8893/contrib/uhttpd/uhttpd-src/uhttpd-utils.c:780: undefined reference to `crypt'
collect2: ld returned 1
make[2]: *** [compile] error 1
make[1]: *** [compile] error 2
*** Compilation of contrib/uhttpd failed!
make: *** [gccbuild] error 1
",anonymous
3,Active Tickets,209,SimpleForm results in nested form elements,LuCI Base,,,defect,,new,2011-03-09T21:26:29+0100,2011-03-10T00:04:18+0100,"When CBI is not configured with ""noheader"" and SimpleForm does not have ""embedded"" set to true, both the header.htm view and the simpleform.htm view output HTML form elements resulting in nested forms.  This is invalid markup (see [http://www.w3.org/TR/xhtml1/#prohibitions]), breaks JavaScript validation (by not triggering the JavaScript events), and breaks file uploads (by changing the form encoding).

I can't find any reason not to remove the form element from simpleform.htm, although I don't know when/how the ""noheader"" configuration is used (it seems as though this would break all CBI widgets outside of a SimpleForm)...  If it is used, perhaps the output of the form element could be conditional on ""noheader""?",kevin@…
3,Active Tickets,279,"Then PPTP connection configured and established, there are no information about this in web interface (LuCi)",LuCI Base,,,defect,,new,2011-07-24T17:30:16+0100,2011-09-18T01:18:09+0100,"Then PPTP connection configured and established, there are no information about this in web interface (LuCI Trunk 0.10+svn7329).
Ifconfig in this time report that this is o'k.

pptp-PPTP Link encap:Point-to-Point Protocol
          inet addr:192.168.53.102  P-t-P:192.168.53.100
          Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1452  Metric:1

traceroute also report,  that the traffic goes through the PPTP's gateway. 

But we see:""Interface not present or not connected yet."" in LuCI. And 0 packets RX and Tx in Transfer column.
",anonymous
3,Active Tickets,282,LUCI https backed fail to carry Save & Apply requests,LuCI Base,,,defect,,new,2011-07-28T15:49:14+0100,2011-07-28T15:49:14+0100,"Save & apply requests on configuration pages like Netwok > Firewall or Service > UPNP  frequently result in errors that prevents changes to be applied

On chrome:
{{{
Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data. }}}

On Opera:
{{{
Connection closed by remote server
}}}",anonymous
3,Active Tickets,315,Wrong network interface status,LuCI Base,,,defect,,new,2011-10-09T20:33:05+0100,2011-10-13T21:57:21+0100,"Since the new network interfaces overview page design, any of the WAN interfaces (e.g. WAN, WAN6) status under its own tab (e.g. Interfaces > WAN) shows up as ""Interface not present or not connected yet."", but under the new interface overview page and on the main status overview screen it shows up correctly.",ferob
3,Active Tickets,347,Status page shows the wireless channel details incorrectly,LuCI Base,,,defect,,reopened,2011-11-13T18:21:52+0100,2011-11-15T01:35:56+0100,"The status page shows the 802.11an wireless channel details incorrectly.
It shows the 802.11bgn wireless channel details here too.
It is ""Channel: 6 (2.44 GHz)"" in my case and it should be ""Channel: 149 (5.75 GHz)"".",ferob
3,Active Tickets,389,Restore PVID vlan support in LuCI,LuCI Base,,,defect,,reopened,2012-03-08T09:54:59+0100,2012-08-15T14:45:31+0100,"In revision 7679, PVID vlan support has been removed from LuCI with explanation that ""its not really useful and confusing"". However, it *is* useful and actually necessary in cases when you have port over which both tagged and untagged frames can go. In such cases, PVID must be specified in order to properly classify untagged frames. And since removal that is only possible by editing switch configuration by hand.

This removal has actually crippled vlan support in LuCI and it should be restored to the previous state, which included support for setting PVID.",mrmax063@…
3,Active Tickets,419,zoneinfo2lua.perl doesn't create entries for certain timezones,LuCI Base,,,defect,,new,2012-05-19T23:37:49+0100,2013-02-27T21:41:08+0100,"See
https://dev.openwrt.org/ticket/11445

As it seems, the perl timezone parser fails on a bunch of zones and they are then missing in LuCI as a consequence of that.
What should be done about it?",dgolle@…
3,Active Tickets,423,"Build problem on Mac OSX 10.7.4, Xcode 4.3.2",LuCI Base,,,defect,,new,2012-06-05T14:42:53+0100,2012-12-08T13:37:58+0100,"When trying ""make runhttpd"" with the latest luci from svn, I get this build error:

make -C uci.git CC=gcc CFLAGS=""-O2"" LDFLAGS="""" OS=""Darwin""
gcc -o uci cli.o -L. -luci -lc -ldl
Assertion failed: (_dependentDylibs.size() != 0), function File, file /SourceCache/ld64/ld64-127.2/src/ld/parsers/macho_dylib_file.cpp, line 403.

Is there an easy fix? I'm using Lua 5.1.4 64-bit, obtained via ""brew install lua"".

-jcw",jc@…
3,Active Tickets,428,"uhttpd missing libubox , so doing  make ""runhttpd"" failed",LuCI Base,,,defect,,new,2012-06-11T14:56:49+0100,2012-08-09T10:35:26+0100,"while compiling uhttpd in make runhttpd, there is an error 

uhttpd.h:40:26: fatal error: libubox/list.h: No such file or directory

Likely the uhttpd needed libubox in
svn://svn.openwrt.org/openwrt/trunk/package/libubox

Both truck and branches/luci-0.10 have this problem.",brandonhead@…
3,Active Tickets,429,Wrong IPv6 WAN status on the overview page,LuCI Base,,,defect,,reopened,2012-06-11T14:57:15+0100,2013-03-19T18:25:29+0100,"On the status page there are just ::-s instead of the real IPv6 address for gateway, address etc.

The network interfaces page shows the correct status.",ferob
3,Active Tickets,445,Can't see wireless status in LuCI -> Status,LuCI Base,,,defect,,new,2012-06-28T22:09:36+0100,2012-06-28T22:09:36+0100,"I compiled the openwrt build 32517 because I saw some important fix for my wireless driver (ath9k).

Now I can't see my wireless status(channel, enabled/disabled, ghz but I can see the speed).

Wireless works fine, it's just luci that needs some fix.",anonymous
3,Active Tickets,449,Internet Explorer 9 viewing problem,LuCI Base,,,defect,,new,2012-07-09T07:37:28+0100,2012-09-07T15:12:04+0100,"On status - overview page data are displayed double, the problem is only with IE9
With IE7/8 all is OK

Many thanks",Crazy
3,Active Tickets,511,missing last part of chunked encoding content,LuCI Base,,,defect,,new,2012-11-15T22:05:56+0100,2012-11-17T18:09:20+0100,"i'm using trunk version of luci

luci (or uhttpd) generate chunked encoded content while missing ""ending"" part of it. this lead to ""empty page"" when i open http://192.168.1.1:81/cgi-bin/luci in chrome unless i press F5 to reload it. every page status is ""luci /cgi-bin GET (failed) application/xhtml+xml Other"" shown in chrome network log (press F12 to see it).

The pages seem to work because chrome accept it in a ""not strict"" way, but when it comes to json response, the dynamic request, chrome refuse to use the response as json data (the ones used by real time graph page). Chrome's behavior is fine i think. A browser can show the page progressively while downloading, leave it incomplete displayed in case  downloading stopped in the middle; but an incomplete json data should not be accepted.

this is static file served by uhttpd:
{{{
	$ curl http://192.168.1.1:81/ >/dev/null
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   419  100   419    0     0   2458      0 --:--:-- --:--:-- --:--:--  7224
}}}

and dynamic request responded by luci
{{{
$ curl http://192.168.1.1:81/cgi-bin/luci >/dev/null
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3099    0  3099    0     0   9734      0 --:--:-- --:--:-- --:--:-- 11228
curl: (18) transfer closed with outstanding read data remaining
}}}

strace the good one
{{{
$ strace -s1024 -e recvfrom curl http://192.168.1.1:81/ >/dev/null
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0recvfrom(3, ""HTTP/1.1 200 OK\r\n"", 16384, 0, NULL, NULL) = 17
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0recvfrom(3, ""Connection: close\r\nETag: \""3ffa3-1a3-4fb0e28a\""\r\nLast-Modified: Mon, 14 May 2012 10:46:34 GMT\r\nDate: Thu, 15 Nov 2012 06:27:56 GMT\r\nContent-Type: text/html\r\nContent-Length: 419\r\nTransfer-Encoding: chunked\r\n\r\n1A3\r\n<?xml version=\""1.0\"" encoding=\""utf-8\""?>\n<!DOCTYPE html PUBLIC \""-//W3C//DTD XHTML 1.1//EN\"" \""http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\"">\n<html xmlns=\""http://www.w3.org/1999/xhtml\"">\n<head>\n<meta http-equiv=\""refresh\"" content=\""0; URL=/cgi-bin/luci\"" />\n</head>\n<body style=\""background-color: black\"">\n<a style=\""color: white; text-decoration: none\"" href=\""/cgi-bin/luci\"">LuCI - Lua Configuration Interface</a>\n</body>\n</html>\n\r\n0\r\n\r\n"", 16384, 0, NULL, NULL) = 637
100   419  100   419    0     0   1576      0 --:--:-- --:--:-- --:--:--  3879
+++ exited with 0 +++
}}}
you can see there is ""\r\n0\r\n\r\n""

now the bad guy:
{{{
$ strace -s10240 -e recvfrom curl http://192.168.1.1:81/cgi-bin/luci >/dev/null
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0recvfrom(3, ""HTTP/1.1"", 16384, 0, NULL, NULL) = 8
recvfrom(3, "" 200 OK\r\nTransfer-Encoding: chunked....\r\n"", 16384, 0, NULL, NULL) = 1372
recvfrom(3, ""....\r\n1\r\n\n\r\n"", 16384, 0, NULL, NULL) = 908
recvfrom(3, """", 16384, 0, NULL, NULL)   = 0
100  3099    0  3099    0     0  14945      0 --:--:-- --:--:-- --:--:-- 18781
curl: (18) transfer closed with outstanding read data remaining
+++ exited with 18 +++
}}}
(string is too long to be paste here so i omit part of it)
you can see there is ""\r\n1\r\n\r\n"" which mean it's not a sign of ending, there're more data to come. but luci stopped the request",xuefer@…
3,Active Tickets,549,i18n: translation catalogs must provide context,LuCI Base,,,defect,,new,2013-03-08T19:49:39+0100,2013-03-08T19:49:39+0100,"Particular strings need to be translated differently according to the context (view).

Currently the i18n subsystem translates messages this way:
""exact original message"" => ""translated message""

Because the code loads all translation catalogs and it indexes original messages uniquely, it uses the last loaded message.
It means that one wrong translation in the last module can damage all views with that particular message.
",Luboš Staněk <lubekgc@…>
3,Active Tickets,550,i18n: translation templates are totally out of date,LuCI Base,,,defect,,new,2013-03-08T19:49:40+0100,2013-05-09T19:39:41+0100,"Translation templates (po/templates) are months and even years old!
The i18n catalogs are missing many strings.
",Luboš Staněk <lubekgc@…>
3,Active Tickets,554,wifi scan bug,LuCI Base,,,defect,,new,2013-03-15T15:09:38+0100,2013-03-15T15:09:38+0100,"OpenWrt Barrier Breaker r36006 / LuCI Trunk (trunk+svn9679)

ramips

wifi--scan

This page contains the following errors:
error on line 112 at column 84: AttValue: ' expected
Below is a rendering of the page up to the first error

",fclql@…
3,Active Tickets,571,Add an option for custom IPv6 DNS in the WAN6 interface section,LuCI Base,,,defect,,new,2013-05-11T11:16:26+0100,2013-05-11T11:16:26+0100,"Powered by LuCI Trunk (svn-r9813) OpenWrt r36569 

Could you add an option for custom IPv6 DNS like in the WAN interface section?

If I set custom DNS in the WAN section, it will only apply for IPv4 so I need to edit the /etc/conf/network file and add these two line:

config interface 'wan6'

option peerdns '0'
option dns '2001:4860:4860::8888 2001:4860:4860::8844'

It would be great to set custom DNS from LUCI as well.
",ipv6plsfix@…
3,Active Tickets,231,Add L2TP in Interfaces - WAN,LuCI Base,,,enhancement,,new,2011-04-30T09:48:17+0100,2013-03-15T15:08:59+0100,"LuCI works with many protocols for the WAN, but not L2TP. For example, my ISP (Beeline Russia) supports both PPTP and L2TP, but it's L2TP works much better than PPTP (better speed, no disconnections).
So it would be great if LuCI could use L2TP.",axle@…
3,Active Tickets,394,EAP MD5 protocol for WAN,LuCI Base,,,enhancement,,new,2012-04-18T13:36:56+0100,2012-04-18T13:36:56+0100,"It would be great to have EAP MD5 protocol support for WAN. My provider in Russia has only this protocol available. I have to manually recompile OpenWrt (wpa_supplicant + EAP MD5) in order to have WiFi spot in my apartment.

I would like to add the support myself however I'm not really familiar with LUCI structure and LUA.  
",miha.malyshev@…
3,Active Tickets,542,Loggin to file config in LuCI,LuCI Base,,,enhancement,,new,2013-02-27T21:42:19+0100,2013-02-27T21:42:19+0100,"Hi!

I have extended your page for the configuring of logging. For full functionality I made an extended boot init script.",vargagab@…
3,Active Tickets,454,The problems of Luci compliation!!,LuCI Base,,LuCI 0.10.0,defect,,new,2012-07-24T12:28:02+0100,2012-08-09T10:30:39+0100,"I am trying to compile the ""luci-0.10"" for my desktop (uses FC-15 kernel 2.6.42.3-2.fc15.i686.PAE ). I have downloaded luci-0.10 and trying to compile it using the command "" make runhttpd"", But the web server is not starting under "" http://localhost:8080/luci""

I am facing the below errors:

/home/sudheer/Desktop/ALL/Early/luci/luci-0.10/host//usr/lib/lua/luci/dispatcher.lua:449: Failed to execute function dispatcher target for entry '/'.
The called action terminated with an exception:
/home/sudheer/Desktop/ALL/Early/luci/luci-0.10/host//usr/lib/lua/luci/dispatcher.lua:449: Failed to execute function dispatcher target for entry '/freifunk'.
The called action terminated with an exception:
/home/sudheer/Desktop/ALL/Early/luci/luci-0.10/host//usr/lib/lua/luci/dispatcher.lua:449: Failed to execute template dispatcher target for entry '/freifunk/index'.
The called action terminated with an exception:
/home/sudheer/Desktop/ALL/Early/luci/luci-0.10/host//usr/lib/lua/luci/template.lua:81: Failed to load template 'freifunk/index'.
Error while parsing template '/home/sudheer/Desktop/ALL/Early/luci/luci-0.10/host//usr/lib/lua/luci/view/freifunk/index.htm'.
A syntax error occured near 'No such file or directory'.
stack traceback:

    [C]: in function 'assert'
    /home/sudheer/Desktop/ALL/Early/luci/luci-0.10/host//usr/lib/lua/luci/dispatcher.lua:449: in function 'dispatch'
    /home/sudheer/Desktop/ALL/Early/luci/luci-0.10/host//usr/lib/lua/luci/dispatcher.lua:195: in function </home/sudheer/Desktop/ALL/Early/luci/luci-0.10/host//usr/lib/lua/luci/dispatcher.lua:194>


I think the causes are as follows:
ln: creating symbolic link `/www/rrdimg': No such file or directory
/home/fuyi/Desktop/luci/luci-0.10/host/bin/../etc/uci-defaults/luci-upnp: line 3: /etc/init.d/miniupnpd: No such file or directory
/home/fuyi/Desktop/luci/luci-0.10/host/bin/../usr/bin/uci: Entry not found

What should I do?",fuyi <fuyi19890924@…>
3,Active Tickets,198,Nanostation PoE passthrough,LuCI Base,,LuCI 0.10.0,enhancement,,new,2011-02-11T22:21:10+0100,2011-02-11T22:21:10+0100,"Hi guys,
i've successfully tested the PoE-passthrough function on NS M2 from UBNT with following commands:
-----------
echo 8 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio8/direction
echo 1 > /sys/class/gpio/gpio8/value # PoE on secondary port = on
echo 0 > /sys/class/gpio/gpio8/value # PoE on secondary port = off

Would be great when we could implement it in LuCI. My Opp. is, that it would fit to the System-Settings.

Tnx
JoeSemler, 0xFF-Vienna
",reporter
3,Active Tickets,540,HTML Error in multiple LuCI tabs,LuCI Base,,LuCI 0.10.1,defect,,new,2013-02-27T21:41:56+0100,2013-02-28T11:25:36+0100,"Image @r35531 from source code.
TP-LINK TL-WDR3600/4300/4310
OpenWrt Attitude Adjustment 12.09-rc1 / LuCI 0.11 Branch (0.11+svn9425)

'''System--Administration'''
This page contains the following errors:
error on line 208 at column 1: Extra content at the end of the document
Below is a rendering of the page up to the first error.

'''Network--Firewall'''
This page contains the following errors:
error on line 261 at column 1: Extra content at the end of the document
Below is a rendering of the page up to the first error.

'''Main window Status--Overview'''
No information showed in sections Memory/Network/DHCP Leases/Wireless/Associated Stations. Just ""Collecting data...""",pavel.gumenyuk@…
4,Active Tickets,241,VLAN Setup fails due to false error regarding range of VLANs,LuCI Base,,,defect,,reopened,2011-05-19T13:14:16+0100,2012-01-10T17:19:33+0100,"OpenWRT 10.03.1-RC5, r26909, brcm-2.4
Luci 0.10+svn7004-1
Hardware:WRT54G v.2

When trying to edit the Switch VLAN settings the error message

""Invalid VLAN ID given! Only IDs between 1 and 15 are allowed.""

blocks editing the settings because normally there are VLAN 0 and 1 on the device.",j.tuvix@…
4,Active Tickets,354,Network interfaces screen tabs,LuCI Base,,,defect,,new,2011-11-25T13:46:15+0100,2011-11-25T13:46:15+0100,"By pressing the Network tab the interface overview screen appears (/admin/network) and the Interfaces tab is selected by default, but you need to press the Interfaces tab to get the LAN, WAN etc. tabs visible (/admin/network/network).
It would be better if these tabs could be appear by default when pressing the Network tab.",ferob
4,Active Tickets,405,[PATCH] DHCP leasetime,LuCI Base,,,defect,,new,2012-05-02T11:19:53+0100,2012-05-03T09:24:06+0100,"This patch can't be applied right away, it still requires ticket 11227 in OpenWrt to be applied.

This patch has two things:

- fixes detection of infinite lease time (now it is displayed as expired)

- adds option for leasetime when the mentioned ticket is applied

It should have been in two different patches, but right now I don't have time to do that, sorry.",OXINARF <francisco-ferreira@…>
4,Active Tickets,512,Realtime Wireless should have a reasonable default noise value,LuCI Base,,,defect,,new,2012-11-26T11:40:21+0100,2012-11-26T11:40:21+0100,"On chipsets which do not report a noise value, -255 is used in the LuCI graph. This unfortunately ruins the scaling of the graph it makes it less useful, as small changes are less visible.

What about using a sane default like something around -100 dB in cases where the real noise cannot be evaluated?

",dgolle@…
4,Active Tickets,515,The 'sysauth' session cookie is not being cleared properly when the user logs out,LuCI Base,,,defect,,new,2012-12-02T12:08:59+0100,2012-12-02T12:08:59+0100,"When a user who is currently logged in clicks the ""Logout"" tab to log out, then the {{{action_logout}}} method is executed in the controller 'admin'.

This method attempts to clear the session cookie 'sysauth' by setting its value to the empty string.  However, the session cookie previously stored by the user's web browser is associated with the path {{{/cgi-bin/luci/}}} and the new session cookie is associated with the path {{{/cgi-bin/luci}}} (no trailing slash).  Even though these two cookies have the same name ('sysauth') the browser regards them as two different cookies because they have different paths.

Consequently, the {{{action_logout}}} method fails to clear the existing session cookie.

One possible fix is to append a trailing slash to the session cookie path set by the {{{action_logout}}} method.",paul_martin@…
4,Active Tickets,246,add the amount of data sent and recieved on the wan to the status page,LuCI Base,,,enhancement,,new,2011-05-25T09:08:04+0100,2011-05-25T09:08:04+0100,it would really be nice if the status page would also show the amount of data sent and received on the wan just like in the interface overview,anonymous
4,Active Tickets,254,wans status (Status/Overview page),LuCI Base,,,enhancement,,new,2011-06-21T10:47:39+0100,2011-09-08T11:17:48+0100,"Patch to display all WANs on the Status/Overview page, and not just one

feel free to correct defaultroutes6, i'm not sure of this one

Best Regards
Etienne Champetier",etienne.champetier@…
4,Active Tickets,317,Automatic HTTPS-Support during Login,LuCI Base,,,enhancement,,new,2011-10-10T21:31:22+0100,2011-10-10T21:31:22+0100,"When authorisation will be required (Login to administration)LuCI should switch to https (if installed)
If not, a warn message should be displayed",joesemler
4,Active Tickets,491,Disk usage on status page,LuCI Base,,,enhancement,,new,2012-09-17T11:42:17+0100,2012-09-17T11:42:17+0100,"It would be nice to be able to see disk usage right away on the front page. It could even show some nice usage pie charts.

This would be especially useful for those with external USB hard drives.",anonymous
4,Active Tickets,61,System Page Should Show Discovered Peripherals,LuCI Base,,LuCI 0.10.0,enhancement,,new,2009-04-13T20:20:43+0100,2009-04-13T20:20:43+0100,"Currently, System/System shows main CPU and firmware versions loaded, but should also show discovered physically attached peripherals, major configuration and their associated driver versions. 

For example, the System/System screen would be more useful for an administrator if it listed the WLAN chip and driver:

Broadcom 4318 WLAN found (core revision 9)
Broadcom 43xx driver loaded [ Features: PL, Firmware-ID: FW13 ]
Firmware version 478.104 (2008-07-01 00:50:23)
AP mode Up, Channel 11, WPA2-PSK

or for the Ethernet switch chip, driver and configuration:

Broadcom: device eth1 found: BCM5325E
Switch: enabled
Port 0(W): 100FD enabled stp: none vlan: 1 mac: 00:00:00:00:00:00
Port 1(4):  DOWN enabled stp: none vlan: 1 mac: 00:00:00:00:00:00
Port 2(3):  DOWN enabled stp: none vlan: 1 mac: 00:00:00:00:00:00
Port 3(2):  DOWN enabled stp: none vlan: 1 mac: 00:00:00:00:00:00
Port 4(1):  10HD enabled stp: none vlan: 1 mac: 00:00:00:00:00:00
Port 5(C): 100FD enabled stp: none vlan: 1 mac: 00:00:00:00:00:00
VLANs: BCM5325/535x disabled mac_check mac_hash    

Thanks.

",marca56@…
4,Active Tickets,348,SubMenue not selectable in 7964,LuCI Base,,LuCI 0.10.1,defect,,new,2011-11-21T14:17:33+0100,2011-11-21T14:17:33+0100,"After selecting a submenue in IE8 like Network/Wireless, the submenue will be not displayed a 2nd time.
WA: Selecting ohter MainMenue - then the selection of Network/Wireless is possible.

JoeSemler, 0xFF-Vienna",joesemler
4,Active Tickets,379,Package-update Button dissapears,LuCI Base,,LuCI 0.10.1,defect,,new,2012-01-24T17:04:44+0100,2013-01-25T18:47:58+0100,"After updating the package-list in System/Software, the button disappears until router reboot",joesemler
4,Active Tickets,513,changing logging buffer size doesn't restart syslog,LuCI Base,,LuCI 0.10.1,defect,,new,2012-11-27T11:03:40+0100,2012-11-27T11:03:40+0100,"In OpenWRT attitude_adjustment rc1, changing the System -> Logging -> ""System log buffer size"" option doesn't not restart the syslogd process.

The default process is started as such:
/sbin/syslogd -l 8 -C16

The default value being 16kiB. After changing this to 512kiB, the process is still running as:
/sbin/syslogd -l 8 -C16


",Adam Gensler <openwrt@…>
5,Active Tickets,283,16x16 wireless icons available,LuCI Base,,,defect,,new,2011-07-29T16:20:12+0100,2012-04-11T18:25:02+0100,"Luci uses NetworkManager icons but they were scaled down making them blurry and a little less nice.

NM only has 22x22 versions of these icons in git but the artist displays crisp 16x16 versions on his website:

http://jimmac.musichall.cz/i.php?i=NetworkManager

Not sure what the license status is. I’m assuming GPL. One could ask.",towolf <towolf@…>
5,Active Tickets,421,Allow modules to be symlinked from elsewhere,LuCI Base,,,enhancement,,new,2012-06-05T14:42:16+0100,2012-06-05T14:42:16+0100,"The default instructions for writing modules say to reference config.mk and module.mk by relative paths; unfortunately, this does not work when symbolic links are used to bring modules in to the tree from elsewhere.

I propose the following patch, which grabs the build/ directory into an exported variable BUILDPATH, allowing modules to write the location-insensitive
{{{
 include $(BUILDPATH)config.mk
 include $(BUILDPATH)module.mk
}}}

{{{
Index: Makefile
===================================================================
--- Makefile	(revision 8690)
+++ Makefile	(working copy)
@@ -1,3 +1,6 @@
+BUILDPATH=$(dir $(abspath $(lastword $(MAKEFILE_LIST))))
+export BUILDPATH
+
 include build/config.mk
 
 MODULES = contrib/* applications/* libs/* modules/* themes/* i18n/*
}}}
",nwfilardo@…
5,Active Tickets,490,"[datatype] requesting new portrange datatype with "":"" not ""-""",LuCI Base,,,enhancement,,new,2012-09-16T20:26:44+0100,2012-09-16T20:26:44+0100,Portranges used in iptables rules use colons and not dashes. It would be nice if there was a field datatype for a portrange separated by a colon.,chipdankly@…
3,Active Tickets,168,freifunk-wizard isn't creating dhcp-range for wifi-device when told to do so,LuCI Freifunk Support,,LuCI 0.10.0,defect,,new,2010-11-25T09:58:40+0100,2010-11-25T10:02:19+0100,"I'm working with luci-trunk revision 6548.

When I activate the option ""WLAN DHCP anbiete"" (offer wifi dhcp) in the ""Freifunkassistent"" (freifunk-wizard) and apply the settings, the dhcp-server is still deactivated under the specific wifi network device ...",reporter
3,Active Tickets,440,Freifunk Overview goes Config Checker,LuCI Freifunk Support,,,defect,,new,2012-06-23T06:54:59+0100,2012-06-23T06:54:59+0100,"Freifunk overview is a nice feature for communities, which are not using somas wizzard. Would be great, if we could expand it to more fields (only for the basic-functionality of the router). So the on-site confifuration would be much easyer than now and should guide the user through the config-procedure.

1. FirstCall of Admin (Without PW) -> System/Administration/PW
2. Checking of Freifunk-Basic Setings and Contact is empty (solved up to now)
3. Checking if hostname is set
4. Checking if a defined interface has no IP and Netmask set
5. Checking if a defined wireless interface is not enabled

The key is the emty fiel in the config, which is controling, wheter something is in the setup checker or not. 
So we have a clear difference between soma´s wizzard and the config checker. Any arguments against?

Joe, 0xFF-Backfire Vienna
",joesemler
3,Active Tickets,147,"Use ""stop/commit/start"" rather than ""commit/reload""",LuCI Initscripts,,,enhancement,jow,accepted,2010-10-22T04:33:38+0100,2010-10-22T19:21:38+0100,"I have just been wrestling with the problem of not knowing what the original configuration was for a service.  The problem is that ""Save&Apply"" commits the changes before calling ""restart"" on the init-script.  So the init-script no longer knows the original configuration to tear down cleanly.

I would suggest that calling ""stop"" on the init-script before committing the new configuration, This would provide confidence that the configuration is still the same that was used when the service was initially started (ie: we can trust this is the original configuration).  Then commit the new configuration and run ""start"".",reporter
4,Active Tickets,102,Bug in tcpserver.lua,LuCI Initscripts,,,defect,,new,2009-12-31T18:02:15+0100,2009-12-31T18:02:15+0100,"When binding luci (lua) to a specific interface, the following line in /usr/lib/lua/luci/lucid/tcpserver.lua on KAMIKAZE (bleeding edge, r18946) doesn't do what I think it's supposed to do:

local host, port = addr:match(""(.-):?([^:]*)"")

As far as I can tell, one should be able to have a config section such as:

config daemon http
        option slave httpd
        list address 192.168.1.1:80
        list publisher webroot
        list publisher luciweb
        option nokeepalive 1
        option memlimit 1572864
        option enabled 1

The addr:match... call should parse 192.168.1.1 into host and 80 into port, but it's simply not working. I'm a beginner at lua but I have much experience with pcre, and I still can't see what's wrong. Using

local host, port = addr:match(""(.-):?(.*)"")

works for host:port addresses, but not when only supplying a port number as address.

I'll continue digging, but anyone more experienced in lua might see what's wrong right away.",reporter
3,Active Tickets,236,a feature request,LuCI Initscripts,,LuCI 0.10.0,enhancement,,new,2011-05-09T17:26:43+0100,2011-05-09T17:26:43+0100,just add a button with commit only option. So tht if we reboot we get the changes rather than save and apply which is very slow on openwrt,anonymous
3,Active Tickets,233,Interfaces in iface_overview.htm should look like that in network_netlist.htm,LuCI Themes,,,enhancement,,new,2011-05-02T21:38:48+0100,2011-05-02T21:38:48+0100,"If the column 1 and 2 of the page Interface Overview in Network look like the page Zone ⇒ Forwardings in Firewall, then pages will be more informational and consistent in style.",THP
4,Active Tickets,355,No cache webpanel pages in browser,LuCI Themes,,,defect,,new,2011-11-29T12:04:03+0100,2011-11-29T12:04:03+0100,"Add in the <head> 
<meta http-equiv=Pragma content=no-cache>
<meta http-equiv=Expires content=""sat, 27 Sep 1986 08:21:57 GMT"">
to avoid this defect",xchwarze@…
4,Active Tickets,391,LuCI change theme function does not work correctly,LuCI Themes,,,defect,,new,2012-03-13T23:03:51+0100,2012-03-13T23:03:51+0100,"In the page alternative themes doesn't show up in the menu when pre-compiled into the image.
I did not test if opkg install method works.
If you manually vi the /etc/condig/luci and change it
The line is as follows:

config internal 'themes'
     option bootstrap '/luci-static/bootstrap'


",alphasparc@…
4,Active Tickets,481,Mobile browser support,LuCI Themes,,,enhancement,,new,2012-09-07T15:12:36+0100,2013-01-28T23:53:27+0100,"I was looking at mobile browser support for LUCI and I noticed ONLY Freifunk_Generic theme supports mobile browser.

bootstrap, openwrt and freifunk-bno do not support mobile browser.

Given the increasing number of mobile devices out there, I think it would be a good idea to make a mobile css for these themes too.",ericwongcm@…
4,Active Tickets,237,A new theme named LuciXEyE,LuCI Themes,,LuCI 0.10.0,enhancement,,new,2011-05-16T08:07:59+0100,2013-02-27T21:41:48+0100,"A new theme named LuciXEyE

-Vertical main menu.
-""Network"" sub-level keeps open.
-works ok with IE6.
-legend tag displays not right on pure IE9 mode.

",xeye.wang@…
