Comments you submit will be routed for moderation. If you have an account, please log in first.

Ticket #148 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[brcm47xx] blank sceen with latest trunk

Reported by: reporter Owned by:
Priority: major Milestone:
Component: LuCI Applications Keywords: brcm47xx blank screen
Cc:

Description

all I got is a blank screen using latest trunk of Luci & Openwrt.

root@OpenWrt:/# /www/cgi-bin/luci
/usr/bin/lua: /usr/lib/lua/luci/sys.lua:34: loop or previous error loading module 'luci.model.uci'
stack traceback:

[C]: in function 'require'
/usr/lib/lua/luci/sys.lua:34: in main chunk
[C]: in function 'require'
/usr/lib/lua/luci/sgi/cgi.lua:30: in main chunk
[C]: in function 'require'
/www/cgi-bin/luci:3: in main chunk
[C]: ?

Attachments

Change History

Changed 3 years ago by jow

Whats the output of the command below?

lua -luci -e 'print(uci)'

Changed 3 years ago by reporter

root@OpenWrt:/# lua -luci -e 'print(uci)'
lua: module 'uci' not found:

no field package.preloaduci?
no file './uci.lua'
no file '/usr/share/lua/uci.lua'
no file '/usr/share/lua/uci/init.lua'
no file '/usr/lib/lua/uci.lua'
no file '/usr/lib/lua/uci/init.lua'
no file './uci.so'
no file '/usr/lib/lua/uci.so'
no file '/usr/lib/lua/loadall.so'

stack traceback:

[C]: ?
[C]: ?

Changed 3 years ago by jow

Please compile/install libuci-lua and retry. Looks like we lost a dependency along the way...

Changed 3 years ago by reporter

Fixed! Thank you! The package libuci-lua was not selected (in menuconfig->libraries->libuci-lua). Selecting and recompiling did the job.

Changed 3 years ago by reporter

Has this dependency issue been fixed or do we still have to select it manually when building from source with this svn branch for luci?

Changed 3 years ago by reporter

I have to select it manually.

Changed 3 years ago by jow

  • status changed from new to closed
  • resolution set to fixed

Fixed with r6364.

Add/Change #148 ([brcm47xx] blank sceen with latest trunk)

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
The resolution will be deleted. Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.