__color__	ticket	summary	component	version	milestone	type	owner	status	created	_changetime	_description	_reporter
3	828	fon.com is sooooooo slow	fon-web	Other		bug	john.crispin@…	confirmed	2010-06-09T14:34:07Z	2013-03-25T14:52:44Z	"It takes almos 15-20 second to get logged into your fon.com account to check your profile. Couldn't it be a little faster?

"	decodecoding@…
3	839	Firewall not working in bridge mode	fon-network	2.3.6.0 (Gari)		bug	john.crispin@…	confirmed	2010-06-23T16:05:32Z	2012-12-20T12:43:06Z	"When in bridge mode, the (wan) firewall settings are not working. Every port is open by default, since there is no separate WAN zone anymore. There are still rules generated in the input_daemon chain, but those point to zone_wan_ACCEPT and zone_wan_REJECT which are empty.

Additionally, the SSH hammering protection stops working in bridge mode.

All of this is sort of expected, but it would be nice if we could still distinguish a WAN zone in bridge mode, for example by matching the LAN ip subnet into the LAN zone and putting all of the other addresses in the WAN zone."	matthijs
3	878	Duplicate html <form> tags when using SimpleForms	fon-base-firmware	2.3.6.0 (Gari)		bug		confirmed	2010-08-17T14:08:05Z	2010-08-17T14:08:40Z	"While debugging #644, it became apparent that in some cases, there are duplicate (nested) form tags. The particular problem in #644 has been fixed, but this duplication might need some cleanup later on. For now, we'll leave this be, since it works and will require a fairly invasive change to luci requiring lost of testing.

Here's the original comment describing the problem:

Furthermore, it seems that the HTML generated for SimpleForm is broken, it includes the header and footer with the <form> and </form> tags twice (once from header.htm and footer.htm included by dispatcher.lua and once directly from the simpleform.html template.

r504 tried to fix this for the Wizard (which uses SimpleForm), but this fix is incomplete since it doesn't suppress the footer (the wizard still contains double </form> tags) and it doesn't fix other uses of the SimpleForm. This fix is also not really the right way to fix this either, since it needs noheader/nofooter settings in the controller, depending on whether Map of SimpleForm was used in the cbi files.

AFAICS, the proper fix for this problem would be to just remove the header/footer stuff from simpleform.htm and rely on the header and footer included by dispatcher.lua always. A bit more reading shows that this is exactly what the Form class (a subclass of SimpleForm) does by setting the ""embedded"" attribute, which supresses the header and footer of the simpleform.htm template. Using Form for the Firewall -> Applications page also fixes the cancel button (though I've not completely grasped why yet).

However, in the wizard, just changing to Form might not be enough. In particular, the downloadmanager wizard steps already use the Form class, but explicitly include the map_head.htm template (for example at the bottom of dlmanager_mu.lua). So perhaps the noheader is still appropriate here (since the dlmanager_mu.lua also includes the custom wizard head and head_darkorange, which are normally included via header.htm from fon.lua (but the latter contains an override not to include any header in the wizard).

So in the end, most of it works out, but here and there there a few duplicate headers or footers. Changing from SimpleForm to Form is probably fine everywhere outside of the wizard. In the wizard, things look a bit more complicated, I'm not sure what the best fix for that is (since there still are some duplicate footers in the SimpleForm cases). "	matthijs
3	1247	Samba share problem with Fonera 2202 on Windows	fon-base-firmware	2.3.7.0 (Paco)		bug		confirmed	2013-02-12T12:14:54Z	2013-02-12T12:33:00Z	"When I share a USB HDD I can see and use the files on it using my Windows clients. If I do a DIR command (using either CMD.EXE or COMMAND.COM) it does show me all the files on the share correctly.
 
However if I use wildcards, for instance doing a DIR *.TXT (and ofcourse there are a number of .TXT files present) no files are shown and File Not Found is the error message shown by the DIR command. (.TXT is just an example, any (part of) the filename, any extension and any combination of the two wildcards * and ? always delivers the samen result: file not found).
 
Have a look:

{{{
Z:\Disc-A1>dir
 Volume in drive Z is Media
 Volume Serial Number is 00AE-044F
 
 Directory of Z:\Disc-A1
 
01-01-1601  01:00    <DIR>          .
21-04-2009  16:21    <DIR>          ..
20-09-2012  23:00    <DIR>          Office 2007
24-01-2008  19:21         1.086.613 PowerISO39.exe
14-08-2007  00:45               484 PowerISO39.txt
11-11-2012  20:12    <DIR>          Ilse de Lange - Eye Of The Hurricane
29-10-2012  14:31           662.016 Presentatie 15-11-2012.pps
18-11-2012  00:05    <DIR>          nhc
01-06-2011  16:38         9.938.313 EZ Gig IV for Windows.exe
04-12-2012  14:30         4.494.456 sp34152.exe
06-01-2013  17:59         4.653.060 fonera.img
               6 File(s)     20.834.942 bytes
               5 Dir(s)      15.036.416 bytes free
 
Z:\Disc-A1>
}}}
 
Good, let us now try to only filter out the .exe files:

{{{ 
Z:\Disc-A1>dir *.exe
 Volume in drive Z is Media
 Volume Serial Number is 00AE-044F
 
 Directory of Z:\Disc-A1
 
File Not Found
 
Z:\Disc-A1>

}}}
 
What gives? File Not Found? Are you kidding  me?
 
I have tried an awful lot:
 
 - I have tried a minimal smb.conf
 - I have tried different codepages (437, 850, ASCII, UTF8...)
 - I have installed an older (2.x) version of Samba on the FON2202
 - I have tried it on a share of the root of the FON2202 instead of /tmp/mounts
 - I have tried other USB devices
 - I have tried almost all relevant smb.conf parameters and combinations of them
 - I have tried uppercase, lowercase, all sorts of combinations of wildcards (*,?)
 - I have tried flipper and paco on the FON2202
 
to no avail; always File Not Found whenever I use wildcards from a command prompt on a samba share using DIR, COPY, DEL or any other command that accepts wildcards. And I desperately need wildcards in my batch files...
 
Windows itself works fine; any dialog box that allows filtering using wildcards works fine (for instance notepad.exe when opening a file allows to specify wildcards in its file open dialogue box). So it must be some combination between the command interpreter under Windows (as I said; both COMMAND.COM as well as CMD.EXE show this odd behaviour), Windows XP SP3, CIFS and the Samba/OpenWRT config on the FON2202 that is causing this.
 
I have two other small Linux boxes here running Samba (2.x and 3.x) and on these machines it all works as expected... i.e. it can't be my Windows clients. It must have something to do with Samba or OpenWRT on the FON2202.
 
---

The above was reproduced by Mathijs Kooijman which he mentioned in a reply to the above on development@fonosfera.org on Feb 8th, 2013. Apparantly it is a kernel bug introduced between 2.6.21 and 2.6.26 

He asked me to report the bug here.

---
"	ernstoud@…
3	880	"Upload to flickr / facebook from filebrowser creates ""done"" directory with empty files"	fon-plugin-flickr	2.3.6.1 (Gari jr.)	Firmware 2.3	bug		confirmed	2010-08-18T12:53:43Z	2010-09-02T15:08:32Z	"When you select a file for upload to Flickr or Facebook from the filebrowser, the file is uploaded. However, a new folder called ""done"" is created at same place where the uploaded file resides. Inside, an empty file is created with  s similar name as the uploaded file. The uploaded file itself is unchanged.

This is probably useful inside the ""flickr"" folder, to keep track of which files are uploaded already. However, for files manually queued for upload, this isn't really needed (and litters the disk with ""done"" directories).

This problem was reported by OldMan and confirmed by me for the flickr uploader. I've confirmed this on both 2.3.6.0 and 2.3.6.1."	matthijs
3	902	Transmission settings issue after reboot	fon-plugin-transmission	2.3.6.1 (Gari jr.)	Firmware 2.3	bug		confirmed	2010-09-03T12:41:21Z	2010-09-03T17:47:50Z	"I setted upload and download limits on the preferences pane of the transmission webui.
After reboot my settings was gone."	tas@…
3	968	"Upgrade page says ""45 minutes"" for both 2.0g and 2.0n"	translations	2.3.6.1 (Gari jr.)	Firmware 2.3	bug		confirmed	2010-11-12T00:43:31Z	2011-05-23T21:03:50Z	"In the fonera 2.0n the countdown starts from 5 minutes.
(This value is wrong in all languages)"	giuseppeg88@…
3	1009	Sentence not localized in the application installation	translations	2.3.6.1 (Gari jr.)	Firmware 2.3	bug		confirmed	2011-01-15T12:47:12Z	2011-01-17T17:07:23Z	"As shown in the image: ""Install on"" isn't localized."	giuseppeg88@…
3	1078	music plugin does not play specific mp3 files/streams	fon-plugin-music	2.3.7.0 beta3	Firmware 2.3	bug		confirmed	2011-09-02T15:54:48Z	2012-12-20T17:24:04Z	"I installed music plugin in firmware 2.3.7 beta and it doesn't work.

When I want to listen music or insert a link to a stream server it says that is an invalid stream or 'Audiod is not running

Audiod, the music playing application, does not seem to be running right now. This usually indicates it has crashed or was never started. It will probably help to unplug and replug your USB audio card to restart audiod.'

If I connect to fonera by SSH and try to start audiod shows the text above:

{{{
root@Fonera:~# audiod
scanning for audio channel
found VOLUME
skipping
found PCM
using channel id 4
found SPEAKER
skipping
found PCM
skipping
found ALTPCM
skipping
found PHONEOUT
skipping
we have a client!
About to add fd 6
Client 6 disconnected
we have a client!
About to add fd 6
Client 6 disconnected
we have a client!
About to add fd 6
Client 6 disconnected
we have a client!
About to add fd 6
Client 6 disconnected
we have a client!
About to add fd 6
got token -> ""STOP""
got token -> ""LIST""
loading /tmp/myplaylist.m3u
found an entry ""/tmp/mounts/kasaHD/music/VA-As.40.da.Cidade.FM-2010-UpPTMSNM (05-02-2011)/VA-As.40.da.Cidade.FM-2010-UpPTMSNM (05-02-2011)/Afrojack  Eva Simons - Take Over Control.mp3""
loaded /tmp/myplaylist.m3u
got token -> ""MODE""
got token -> ""START""
playing file : /tmp /tmp/mounts/kasaHD/music/VA-As.40.da.Cidade.FM-2010-UpPTMSNM (05-02-2011)/VA-As.40.da.Cidade.FM-2010-UpPTMSNM (05-02-2011)/Afrojack  Eva Simons - Take Over Control.mp3
scan_mp3(): fixed rate mp3, time 2147483647, num frames 2147483647
duration is = -2126008813
Segmentation fault
}}}

Simultaneosly I go to fonera and try to play a music until the message Segmentation fault is shown in the ssh connection...

I tried to insert the following links for stream server       http://sradio.tv/asx/1090.asx 
http://sradio.tv/stream/1090.m3u 


Can you help me?"	micaelopes@…
3	1243	Wide links = no breaks Media share	fon-base-firmware	2.3.7.0 (Paco)	Firmware 2.3.8.0	bug		confirmed	2013-01-03T14:20:05Z	2013-03-13T18:43:46Z	"Upgrade from 2.3.7.0 beta3 to Paco final.
File sharing was already activated in beta and worked, with disc named Disc-A1.
After upgrade I have renamed Disc-A1 to 'Files' (suggestion in another ticket) 
And I have this behavior accessing from win xp:
\\192.168.0.2\Files works fine
\\192.168.0.2\Media is ok, but then \\192.168.0.2\Media\Files give this error: ...not accessible....access denied (see screen capture)

"	tman <mihaly.reg@…>
3	1257	error message from /etc/fonstated/FWallDaemon	fon-base-firmware	2.3.7.0 (Paco)	Firmware 2.3.8.0	bug		confirmed	2013-03-25T12:33:24Z	2013-04-24T08:03:08Z	"the following error messages are being printed on bootup

{{{
Mar 13 14:03:16 Fonera user.info : Loading rules
Mar 13 14:03:16 Fonera user.info : Loading forwarding
Mar 13 14:03:16 Fonera user.info : Loading redirects
Mar 13 14:03:16 Fonera user.info : Loading includes
Mar 13 14:03:16 Fonera user.info :    /etc/firewall.fon
Mar 13 14:03:16 Fonera user.info :    FWallFON
Mar 13 14:03:16 Fonera user.info :    FWallDaemon
Mar 13 14:03:16 Fonera user.info : iptables v1.4.0: invalid port/service `uci' specified
Mar 13 14:03:16 Fonera user.info : Try `iptables -h' or 'iptables --help' for more information.
Mar 13 14:03:16 Fonera user.info : iptables v1.4.0: invalid port/service `get' specified
Mar 13 14:03:16 Fonera user.info : Try `iptables -h' or 'iptables --help' for more information.
Mar 13 14:03:16 Fonera user.info : iptables v1.4.0: invalid port/service `services.openvpn.tcp_port' specified
Mar 13 14:03:16 Fonera user.info : Try `iptables -h' or 'iptables --help' for more information.
Mar 13 14:03:17 Fonera user.info : iptables v1.4.0: invalid port/service `uci' specified
Mar 13 14:03:17 Fonera user.info : Try `iptables -h' or 'iptables --help' for more information.
Mar 13 14:03:17 Fonera user.info : iptables v1.4.0: invalid port/service `get' specified
Mar 13 14:03:17 Fonera user.info : Try `iptables -h' or 'iptables --help' for more information.
Mar 13 14:03:17 Fonera user.info : iptables v1.4.0: invalid port/service `services.openvpn.udp_port' specified
Mar 13 14:03:17 Fonera user.info : Try `iptables -h' or 'iptables --help' for more information.
Mar 13 14:03:17 Fonera user.info : killall: chilli: no process killed
Mar 13 14:03:17 Fonera user.info :    /etc/firewall.user
}}}


bootup logread output follows:
{{{
BusyBox v1.11.1 (2013-03-13 14:55:49 CET) built-in shell (ash)
Enter 'help' for a list of built-in commands.

------  Fonera 2.0n Firmware (SVN trunk) -----------
      * Based on OpenWrt - http://openwrt.org       
      * Powered by FON - http://www.fon.com         
----------------------------------------------------
root@Fonera:~# logread |grep -v transmission && logread -f |grep -v transmission
Mar 13 14:03:07 Fonera user.info kernel: [42949385.440000] drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
Mar 13 14:03:07 Fonera user.info kernel: [42949385.640000] usbcore: registered new interface driver usbserial
Mar 13 14:03:07 Fonera user.info kernel: [42949385.650000] drivers/usb/serial/usb-serial.c: USB Serial Driver core
Mar 13 14:03:08 Fonera user.info kernel: [42949385.900000] Linux video capture interface: v2.00
Mar 13 14:03:08 Fonera user.info kernel: [42949386.030000] hso: drivers/usb/serial/hso.c: 1.6-Option Option Wireless
Mar 13 14:03:08 Fonera user.info kernel: [42949386.040000] usbcore: registered new interface driver hso
Mar 13 14:03:08 Fonera user.info kernel: [42949386.120000] drivers/usb/serial/usb-serial.c: USB Serial support registered for GSM modem (1-port)
Mar 13 14:03:08 Fonera user.info kernel: [42949386.130000] usbcore: registered new interface driver option
Mar 13 14:03:08 Fonera user.info kernel: [42949386.140000] drivers/usb/serial/option.c: USB Driver for GSM modems: v0.7.2
Mar 13 14:03:08 Fonera user.info kernel: [42949386.200000] drivers/usb/serial/usb-serial.c: USB Serial support registered for Sierra USB modem (1 port)
Mar 13 14:03:08 Fonera user.info kernel: [42949386.210000] drivers/usb/serial/usb-serial.c: USB Serial support registered for Sierra USB modem (3 port)
Mar 13 14:03:08 Fonera user.info kernel: [42949386.220000] usbcore: registered new interface driver sierra
Mar 13 14:03:08 Fonera user.info kernel: [42949386.230000] drivers/usb/serial/sierra.c: USB Driver for Sierra Wireless USB modems: v.1.0.6
Mar 13 14:03:08 Fonera user.info : iptables: No chain/target/match by that name
Mar 13 14:03:08 Fonera user.info : iptables: No chain/target/match by that name
Mar 13 14:03:08 Fonera user.info : iptables: No chain/target/match by that name
Mar 13 14:03:08 Fonera user.info : iptables: No chain/target/match by that name
Mar 13 14:03:08 Fonera user.info : iptables: No chain/target/match by that name
Mar 13 14:03:08 Fonera user.info : iptables: No chain/target/match by that name
Mar 13 14:03:08 Fonera user.warn kernel: [42949386.390000] fuse init (API version 7.8)
Mar 13 14:03:08 Fonera user.info kernel: [42949386.470000] usbcore: registered new interface driver uvcvideo
Mar 13 14:03:08 Fonera user.info kernel: [42949386.480000] USB Video Class driver (SVN r215)
Mar 13 14:03:08 Fonera user.info : switch reg write offset=48, value=1001
Mar 13 14:03:10 Fonera user.info : ifconfig: SIOCGIFFLAGS: No such device
Mar 13 14:03:10 Fonera user.info : ifconfig: SIOCGIFFLAGS: No such device
Mar 13 14:03:10 Fonera user.info : killall: ap_client: no process killed
Mar 13 14:03:10 Fonera user.warn kernel: [42949388.190000] setting region code 1
Mar 13 14:03:10 Fonera user.warn kernel: [42949388.200000] setting region code 7
Mar 13 14:03:10 Fonera user.warn kernel: [42949388.200000] RA_WIFI using 2 SSIDs
Mar 13 14:03:10 Fonera user.warn kernel: [42949388.210000] geo beacon private:0 public:0
Mar 13 14:03:10 Fonera user.warn kernel: [42949388.260000] MAC: 00:18:84:88:92:64
Mar 13 14:03:13 Fonera user.warn kernel: [42949390.970000] 0x1300 = 00064320
Mar 13 14:03:14 Fonera user.info kernel: [42949392.030000] device ra0 entered promiscuous mode
Mar 13 14:03:14 Fonera user.info kernel: [42949392.040000] br-lan: port 2(ra0) entering learning state
Mar 13 14:03:14 Fonera user.info kernel: [42949392.050000] br-lan: topology change detected, propagating
Mar 13 14:03:14 Fonera user.info kernel: [42949392.060000] br-lan: port 2(ra0) entering forwarding state
Mar 13 14:03:14 Fonera user.info : Loading defaults
Mar 13 14:03:14 Fonera user.info : Loading synflood protection
Mar 13 14:03:14 Fonera user.info : Adding custom chains
Mar 13 14:03:15 Fonera user.info : Loading zones
Mar 13 14:03:15 Fonera user.info : iptables: Chain already exists
Mar 13 14:03:15 Fonera user.info : iptables: Chain already exists
Mar 13 14:03:15 Fonera user.info : iptables: Chain already exists
Mar 13 14:03:16 Fonera user.info : iptables: Chain already exists
Mar 13 14:03:16 Fonera user.info : iptables: Chain already exists
Mar 13 14:03:16 Fonera user.info : iptables: Chain already exists
Mar 13 14:03:16 Fonera user.info : Loading rules
Mar 13 14:03:16 Fonera user.info : Loading forwarding
Mar 13 14:03:16 Fonera user.info : Loading redirects
Mar 13 14:03:16 Fonera user.info : Loading includes
Mar 13 14:03:16 Fonera user.info :    /etc/firewall.fon
Mar 13 14:03:16 Fonera user.info :    FWallFON
Mar 13 14:03:16 Fonera user.info :    FWallDaemon
Mar 13 14:03:16 Fonera user.info : iptables v1.4.0: invalid port/service `uci' specified
Mar 13 14:03:16 Fonera user.info : Try `iptables -h' or 'iptables --help' for more information.
Mar 13 14:03:16 Fonera user.info : iptables v1.4.0: invalid port/service `get' specified
Mar 13 14:03:16 Fonera user.info : Try `iptables -h' or 'iptables --help' for more information.
Mar 13 14:03:16 Fonera user.info : iptables v1.4.0: invalid port/service `services.openvpn.tcp_port' specified
Mar 13 14:03:16 Fonera user.info : Try `iptables -h' or 'iptables --help' for more information.
Mar 13 14:03:17 Fonera user.info : iptables v1.4.0: invalid port/service `uci' specified
Mar 13 14:03:17 Fonera user.info : Try `iptables -h' or 'iptables --help' for more information.
Mar 13 14:03:17 Fonera user.info : iptables v1.4.0: invalid port/service `get' specified
Mar 13 14:03:17 Fonera user.info : Try `iptables -h' or 'iptables --help' for more information.
Mar 13 14:03:17 Fonera user.info : iptables v1.4.0: invalid port/service `services.openvpn.udp_port' specified
Mar 13 14:03:17 Fonera user.info : Try `iptables -h' or 'iptables --help' for more information.
Mar 13 14:03:17 Fonera user.info : killall: chilli: no process killed
Mar 13 14:03:17 Fonera user.info :    /etc/firewall.user
Mar 13 14:03:17 Fonera user.notice root: adding tun-ovpn to firewall zone vpn
Mar 13 14:03:18 Fonera user.notice root: adding br-lan to firewall zone lan
Mar 13 14:03:18 Fonera daemon.info avahi-daemon[1430]: Found user 'nobody' (UID 65534) and group 'nogroup' (GID 65534).
Mar 13 14:03:18 Fonera daemon.info avahi-daemon[1430]: Successfully dropped root privileges.
Mar 13 14:03:18 Fonera daemon.info avahi-daemon[1430]: avahi-daemon 0.6.25 starting up.
Mar 13 14:03:18 Fonera daemon.warn avahi-daemon[1430]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Mar 13 14:03:18 Fonera daemon.info avahi-daemon[1430]: No service file found in /tmp/mdns/.
Mar 13 14:03:18 Fonera daemon.info avahi-daemon[1430]: Joining mDNS multicast group on interface br-lan.IPv4 with address 10.0.0.98.
Mar 13 14:03:18 Fonera daemon.info avahi-daemon[1430]: New relevant interface br-lan.IPv4 for mDNS.
Mar 13 14:03:18 Fonera daemon.info avahi-daemon[1430]: Network interface enumeration completed.
Mar 13 14:03:18 Fonera daemon.info avahi-daemon[1430]: Registering new address record for 10.0.0.98 on br-lan.IPv4.
Mar 13 14:03:18 Fonera daemon.info avahi-daemon[1430]: Registering HINFO record with values 'MIPS'/'LINUX'.
Mar 13 14:03:19 Fonera daemon.info avahi-daemon[1430]: Server startup complete. Host name is Fonera.local. Local service cookie is 1743786757.
Mar 13 14:03:19 Fonera user.notice root: setting up led : powerg
Mar 13 14:03:19 Fonera user.notice root: setting up led : wifi
Mar 13 14:03:20 Fonera user.crit fonstated: fonstated - v2.0
Mar 13 14:03:20 Fonera user.crit fonstated: loaded fontimer for ""/bin/thinclient dummy"" period=17280
Mar 13 14:03:20 Fonera user.crit fonstated: loaded fontimer for ""/etc/fonstated/RestartNtpclient"" period=17280
Mar 13 14:03:20 Fonera user.crit fonstated: loaded fontimer for ""/etc/init.d/fonsmcd"" period=12
Mar 13 14:03:20 Fonera user.crit fonstated: loaded fontimer for ""/etc/fonstated/StartHttpd"" period=2150
Mar 13 14:03:20 Fonera user.crit fonstated: starting chillispot fonstate plugin
Mar 13 14:03:20 Fonera user.crit fs: Failed to connect to socket (/tmp/fonstated.sock): No such file or directory
Mar 13 14:03:20 Fonera user.crit fonstated: added fontimer libcallback period=60
Mar 13 14:03:20 Fonera user.crit fonstated: added fontimer libcallback period=17280
Mar 13 14:03:20 Fonera user.crit fonstated: added fonevent hotspot_decount -> libcallback 1
Mar 13 14:03:20 Fonera user.crit fonstated: added fonevent hotspot_inccount -> libcallback 1
Mar 13 14:03:20 Fonera user.crit fonstated: added fonevent hotspot_resetcount -> libcallback 1
Mar 13 14:03:20 Fonera user.crit fonstated: added fonevent hotspot_wdt_start -> libcallback 1
Mar 13 14:03:20 Fonera user.crit fonstated: added fonevent hotspot_wdt_stop -> libcallback 1
Mar 13 14:03:20 Fonera user.crit fonstated: enqueue --> UMTS
Mar 13 14:03:20 Fonera user.crit fonstated: enqueue --> SetupHosts
Mar 13 14:03:20 Fonera user.crit fonstated: enqueue --> BootServices
Mar 13 14:03:20 Fonera user.crit fonstated: enqueue --> FWallDaemon
Mar 13 14:03:20 Fonera user.crit fonstated: enqueue --> StartTorrent
Mar 13 14:03:20 Fonera user.crit fonstated: running event /etc/fonstated/UMTS
Mar 13 14:03:20 Fonera user.crit fonstated: finished running /etc/fonstated/UMTS
Mar 13 14:03:20 Fonera user.crit fonstated: running event /etc/fonstated/SetupHosts
Mar 13 14:03:20 Fonera user.crit fonstated: finished running /etc/fonstated/SetupHosts
Mar 13 14:03:20 Fonera user.crit fonstated: running event /etc/fonstated/BootServices
Mar 13 14:03:20 Fonera user.notice root: runnow --> /etc/fonstated/Redirect
Mar 13 14:03:20 Fonera user.notice root: runnow --> /etc/fonstated/StartFonsmcd
Mar 13 14:03:20 Fonera user.notice root: runnow --> /etc/fonstated/RestartMountd
Mar 13 14:03:21 Fonera daemon.info fonsmcd[1640]: Sucessfully started
Mar 13 14:03:21 Fonera user.notice root: runnow --> /etc/fonstated/StartHttpd
Mar 13 14:03:21 Fonera user.crit mountd[1647]: Starting OpenWrt (auto)mountd V1
Mar 13 14:03:21 Fonera user.crit mountd[1647]: trying to mount /tmp/run/mountd/ as the autofs root
Mar 13 14:03:21 Fonera user.crit fonstated: finished running /etc/fonstated/BootServices
Mar 13 14:03:21 Fonera user.crit fonstated: running event /etc/fonstated/FWallDaemon
Mar 13 14:03:22 Fonera daemon.info dnsmasq[1695]: started, version 2.45 cachesize 150
Mar 13 14:03:22 Fonera daemon.info dnsmasq[1695]: compile time options: IPv6 GNU-getopt ISC-leasefile no-DBus no-I18N TFTP
Mar 13 14:03:22 Fonera daemon.info dnsmasq[1695]: DHCP, IP range 10.0.0.100 -- 10.0.0.250, lease time 12h
Mar 13 14:03:22 Fonera user.info syslog: whitelist file: /etc/fon/whitelist.dnsmasq
Mar 13 14:03:22 Fonera daemon.info dnsmasq[1695]: using local addresses only for domain lan
Mar 13 14:03:22 Fonera daemon.info dnsmasq[1695]: reading /tmp/resolv.conf.auto
Mar 13 14:03:22 Fonera daemon.info dnsmasq[1695]: using nameserver 10.0.0.1#53
Mar 13 14:03:22 Fonera daemon.info dnsmasq[1695]: using local addresses only for domain lan
Mar 13 14:03:22 Fonera daemon.info dnsmasq[1695]: read /etc/hosts - 2 addresses
Mar 13 14:03:22 Fonera daemon.err dnsmasq[1695]: failed to read /etc/ethers:No such file or directory
Mar 13 14:03:22 Fonera authpriv.info dropbear[1681]: Not backgrounding
Mar 13 14:03:22 Fonera user.crit mountd[1647]: new mount : FreeAgent -> sda1 (EXT3)
Mar 13 14:03:22 Fonera user.crit mountd[1647]: mounting /tmp/run/mountd/sda1
Mar 13 14:03:22 Fonera user.crit mountd[1712]: mount -t ext3 -o rw,noatime,defaults /dev/sda1 /tmp/run/mountd/sda1
Mar 13 14:03:22 Fonera daemon.info avahi-daemon[1430]: Got SIGHUP, reloading.
Mar 13 14:03:22 Fonera daemon.info avahi-daemon[1430]: Loading service file /tmp/mdns//ftp.service.
Mar 13 14:03:22 Fonera daemon.info avahi-daemon[1430]: Loading service file /tmp/mdns//ssh.service.
Mar 13 14:03:22 Fonera daemon.info avahi-daemon[1430]: Got SIGHUP, reloading.
Mar 13 14:03:22 Fonera user.emerg syslog: starting onlined
Mar 13 14:03:22 Fonera user.emerg syslog: new online state Online
Mar 13 14:03:22 Fonera daemon.info avahi-daemon[1430]: Got SIGHUP, reloading.
Mar 13 14:03:22 Fonera daemon.info avahi-daemon[1430]: Loading service file /tmp/mdns//smb.service.
Mar 13 14:03:23 Fonera daemon.info avahi-daemon[1430]: Service ""Fonera2.0 SSH"" (/tmp/mdns//ssh.service) successfully established.
Mar 13 14:03:23 Fonera daemon.info avahi-daemon[1430]: Service ""Fonera2.0 FTP Server"" (/tmp/mdns//ftp.service) successfully established.
Mar 13 14:03:23 Fonera user.notice root: runnow --> /etc/fonstated/SetupDlmd
Mar 13 14:03:23 Fonera daemon.info avahi-daemon[1430]: Service ""LaFonera"" (/tmp/mdns//smb.service) successfully established.
Mar 13 14:03:23 Fonera user.info kernel: [42949401.820000] kjournald starting.  Commit interval 5 seconds
Mar 13 14:03:23 Fonera user.info kernel: [42949401.830000] EXT3 FS on sda1, internal journal
Mar 13 14:03:23 Fonera user.info kernel: [42949401.840000] EXT3-fs: recovery complete.
Mar 13 14:03:23 Fonera user.info kernel: [42949401.850000] EXT3-fs: mounted filesystem with ordered data mode.
Mar 13 14:03:24 Fonera user.crit mountd[1647]: ----------> mount ret = 0
Mar 13 14:03:24 Fonera user.crit fonstated: finished running /etc/fonstated/FWallDaemon
Mar 13 14:03:24 Fonera user.crit fonstated: running event /etc/fonstated/StartTorrent
Mar 13 14:03:24 Fonera user.crit fonstated: finished running /etc/fonstated/StartTorrent
Mar 13 14:03:24 Fonera user.crit fonstated: enqueue --> Online
Mar 13 14:03:24 Fonera user.crit fonstated: running event /etc/fonstated/Online
Mar 13 14:03:24 Fonera daemon.notice openvpn(openvpn)[1748]: OpenVPN 2.2.2 mipsel-linux [SSL] [LZO2] built on Mar 13 2013
Mar 13 14:03:24 Fonera daemon.warn openvpn(openvpn)[1748]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Mar 13 14:03:24 Fonera user.notice root: runnow --> /etc/fonstated/HotspotStart
Mar 13 14:03:25 Fonera daemon.notice openvpn(openvpn)[1748]: Diffie-Hellman initialized with 1024 bit key
Mar 13 14:03:25 Fonera daemon.notice openvpn(openvpn)[1748]: TLS-Auth MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Mar 13 14:03:25 Fonera daemon.notice openvpn(openvpn)[1748]: Socket Buffers: R=[109568->131072] S=[109568->131072]
Mar 13 14:03:25 Fonera daemon.notice openvpn(openvpn)[1748]: TUN/TAP device tun-ovpn opened
Mar 13 14:03:25 Fonera daemon.notice openvpn(openvpn)[1748]: TUN/TAP TX queue length set to 100
Mar 13 14:03:25 Fonera daemon.notice openvpn(openvpn)[1748]: /sbin/ifconfig tun-ovpn 10.8.0.1 netmask 255.255.255.0 mtu 1500 broadcast 10.8.0.255
Mar 13 14:03:25 Fonera daemon.notice openvpn(openvpn)[1748]: Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Mar 13 14:03:25 Fonera daemon.notice openvpn(openvpn)[1748]: UDPv4 link local (bound): [undef]:1194
Mar 13 14:03:25 Fonera daemon.notice openvpn(openvpn)[1748]: UDPv4 link remote: [undef]
Mar 13 14:03:25 Fonera daemon.notice openvpn(openvpn)[1748]: MULTI: multi_init called, r=256 v=256
Mar 13 14:03:25 Fonera daemon.notice openvpn(openvpn)[1748]: IFCONFIG POOL: base=10.8.0.2 size=126
Mar 13 14:03:25 Fonera daemon.notice openvpn(openvpn)[1748]: IFCONFIG POOL LIST
Mar 13 14:03:25 Fonera daemon.notice openvpn(openvpn)[1748]: Initialization Sequence Completed
Mar 13 14:03:25 Fonera authpriv.info dropbear[1776]: Child connection from <removed>
Mar 13 14:03:26 Fonera authpriv.notice dropbear[1776]: pubkey auth succeeded for 'root' with <removed>
Mar 13 14:03:27 Fonera local6.info chillispot[1881]: tun.c: 664: 2 (No such file or directory) TX queue length set to 100
Mar 13 14:03:27 Fonera local6.info chillispot[1881]: ChilliSpot 1.0-coova.4. Copyright 2002-2005 Mondru AB. Licensed under GPL. Copyright 2006 Coova Technologies Ltd. Licensed under GPL. See http://www.chillispot.org for credits.
Mar 13 14:03:27 Fonera user.notice root: adding tun0 to firewall zone hotspot
Mar 13 14:03:27 Fonera user.notice root: runnow --> /etc/fonstated/RestartNtpclient
Mar 13 14:03:28 Fonera user.crit fonstated: finished running /etc/fonstated/Online
Mar 13 14:03:28 Fonera user.crit fonstated: enqueue --> hotspot_wdt_start
Mar 13 14:03:28 Fonera user.crit fonstated: running fast event hotspot_wdt_start
Mar 13 14:03:28 Fonera user.crit fonstated: starting chilli wdt
Mar 13 14:03:29 Fonera user.notice root: starting ntpclient
Mar 25 12:08:04 Fonera user.crit mountd[1754]: starting torrent sda1
Mar 25 12:08:04 Fonera user.crit fonstated: enqueue --> SetupDlmd
Mar 25 12:08:04 Fonera user.crit fonstated: running event /etc/fonstated/SetupDlmd
Mar 25 12:08:05 Fonera user.crit fonstated: finished running /etc/fonstated/SetupDlmd
Mar 25 12:08:05 Fonera local6.info chillispot[1881]: options.c: 782: Rereading configuration file and doing DNS lookup
Mar 25 12:08:05 Fonera user.info kernel: [42949409.020000] Adding 129528k swap on /tmp/mounts/FreeAgent//FoneraApps/torrent.2.3.8.0.swp.  Priority:-1 extents:34 across:130716k
}}}


the same error message can be produced by directly calling FWallDaemon:
{{{
root@Fonera:~# /etc/fonstated/FWallDaemon 
iptables v1.4.0: invalid port/service `uci' specified
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.4.0: invalid port/service `get' specified
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.4.0: invalid port/service `services.openvpn.tcp_port' specified
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.4.0: invalid port/service `uci' specified
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.4.0: invalid port/service `get' specified
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.4.0: invalid port/service `services.openvpn.udp_port' specified
Try `iptables -h' or 'iptables --help' for more information.
root@Fonera:~# 
}}}
"	Thomas Horner <trac.fonosfera.org@…>
