[OpenWrt-Devel] redis server

2014-01-31 Thread John Lauro
Has anyone ported redis server to openwrt? Tried a simple build and it failed... just checking before I spend time tracking down the problem(s) why a simple make didn't work. If not, I'll figure it out next week, and if anyone else is interested in a port let me know.

Re: [OpenWrt-Devel] Keep settings broken on NetGear WNDR3800

2012-12-05 Thread John Lauro
t sure how that became unset as I don't recall ever changing it (at least not directly). Might make sense to have luci upgrade force that as a dependency to prevent others from making the same build mistake? Thanks everyone for all the help. - Original Message ----- From: "John

Re: [OpenWrt-Devel] Keep settings broken on NetGear WNDR3800

2012-12-05 Thread John Lauro
ss and it may require an extra boot loader to allow that to be changed after generation. - Original Message ----- From: "Paul Fertser" To: "John Lauro" la...@covenanteyes.com> Cc: "OpenWrt Development List" Sent: Wednesday, December 5, 2012 1:38:38 AM S

Re: [OpenWrt-Devel] Keep settings broken on NetGear WNDR3800

2012-12-04 Thread John Lauro
Many differences, but wouldn't expect most of them to matter. One of the larger differences is I use jffs2 and you have squashfs. Any chance that is related to my issue with loosing settings when doing a full image upgrade? On the subject of images... and upgrades... When the kernel jumped

Re: [OpenWrt-Devel] Keep settings broken on NetGear WNDR3800

2012-12-04 Thread John Lauro
34469). No problem with keeping settings. So, it is probably something specific for you. I am using LuCI for the update, but I believe it is just a wrapper around the sysupgrade script, so the update method should not have much effect. On 4.12.2012 17:24, John Lauro wrote: > Whenever I

Re: [OpenWrt-Devel] Keep settings broken on NetGear WNDR3800

2012-12-04 Thread John Lauro
I am using luci, but could try sysupgrade if you think it would make a difference. Haven't checked those areas before. I have checked /lib/upgrade/keep.d. (Hmm... thought /etc/shadow was in keep.d, but it isn't, but there is more than what's in luci.flash_keep). root@OpenWrt:~# uci show luci.f

[OpenWrt-Devel] Keep settings broken on NetGear WNDR3800

2012-12-04 Thread John Lauro
Whenever I try to upgrade the firmware (using trunk), I loose all settings. Everything from root password, to wifi settings such as the SID, etc... Can someone reproduce? (ie: maybe I did something wrong with my configuration and broke it, any suggestions what to make sure I didn't disable?)

Re: [OpenWrt-Devel] Looking for Openwrt programmers to customize Open-Mesh router code

2012-12-03 Thread John Lauro
That's how I read it too. You are assuming you would catch it, and know what is causing it... Might be subtle enough that it just looks like an google ranked ad. (I would probably not notice, as I tend to always vpn back to home servers and vpn back for even general internet traffic despite t

Re: [OpenWrt-Devel] Change Default IP?

2012-11-29 Thread John Lauro
Not sure, I purposely only have IPv4 enabled at this time though for my build. Don't recall the default as that was months ago I went through most of the options. - Original Message - From: "David Woodhouse" To: "John Lauro" Cc: "OpenWrt Development List

Re: [OpenWrt-Devel] Change Default IP?

2012-11-29 Thread John Lauro
defconfig/wndr3700/network > > > It has the section: > config interface lan > option ifname eth0.1 > option type bridge > option protostatic > option ipaddr 192.168.1.1 > option netmask 255.255.255.0 > > > On 29

Re: [OpenWrt-Devel] Change Default IP?

2012-11-29 Thread John Lauro
under ar711x. - Original Message - From: "Weedy" To: openwrt-devel@lists.openwrt.org Sent: Wednesday, November 28, 2012 7:21:25 PM Subject: Re: [OpenWrt-Devel] Change Default IP? On 28/11/12 06:38 PM, John Lauro wrote: > Is there a place to change the default IP for a f

Re: [OpenWrt-Devel] Change Default IP?

2012-11-28 Thread John Lauro
Default IP? Perhaps you're trying to set image configuration not preinit (i.e. the default for regular operation)? If so preinit is the wrong ip address. Regards, Daniel On 28/11/2012 7:21 PM, Weedy wrote: > On 28/11/12 06:38 PM, John Lauro wrote: >> Is there a place to change t

[OpenWrt-Devel] Change Default IP?

2012-11-28 Thread John Lauro
Is there a place to change the default IP for a firmware build? I tried setting under Image configuration -> Preinit configuration options -> IP address for preinit network messages, but that doesn't seem to work (not that I expected to, but it's the only config options I could find related to

Re: [OpenWrt-Devel] milliseconds time measurements

2012-11-23 Thread John Lauro
If you want to do multiple commands with time, either put them in a script and time the script, or do something like: echo "command 1 ; command 2" | time sh - Original Message - From: "Gabriel" To: openwrt-devel@lists.openwrt.org Sent: Friday, November 23, 2012 3:14:09 PM Subject: Re:

[OpenWrt-Devel] default config for squid, was Autostart of services..

2012-11-10 Thread John Lauro
I think packages can have a postinstall script, and so it should be possible to adjust on a per package basis to have things auto start and set themselfs to enabled. It might makes sense for some packages, but some people probably install "everything" and so you do want to do that for every poss