[luci] openvpn apps

xxiao8 xxiao8 at fosiao.com
Fri Sep 26 15:13:54 CEST 2014


I'm trying the patch.

Thanks!

xxiao
On 09/26/2014 05:00 AM, luci-request at lists.subsignal.org wrote:
> Send luci mailing list submissions to
> 	luci at lists.subsignal.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://lists.subsignal.org/mailman/listinfo/luci
> or, via email, send a message with subject or body 'help' to
> 	luci-request at lists.subsignal.org
>
> You can reach the person managing the list at
> 	luci-owner at lists.subsignal.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of luci digest..."
>
>
> Today's Topics:
>
>     1. openvpn apps (xxiao8)
>     2. Re: processes.htm missing from luci (Jo-Philipp Wich) (xxiao8)
>     3. Re: openvpn apps (Nico Geyso)
>     4. Re: openvpn apps (Vlad Ulrich)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 25 Sep 2014 08:57:37 -0500
> From: xxiao8 <xxiao8 at fosiao.com>
> To: luci at lists.subsignal.org
> Subject: [luci] openvpn apps
> Message-ID: <54241F51.1090501 at fosiao.com>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> OpenVPN package is labelled as "BROKEN" in Luci 0.12(Openwrt BB uses
> that), where can I find more info on what is breaking? For example I
> only need use it as an OpenVPN server and it might be just that the
> client side is not working etc.
>
> xxiao
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 25 Sep 2014 08:36:25 -0500
> From: xxiao8 <xxiao8 at fosiao.com>
> To: luci at lists.subsignal.org
> Subject: Re: [luci] processes.htm missing from luci (Jo-Philipp Wich)
> Message-ID: <54241A59.6000207 at fosiao.com>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
> Further digging does show it's done by processes.lua instead of using
> processes.htm as a template indeed, as stated in your email.
>
> I found my busybox-top has SMP built in which provides one extra column
> in top -bn 1
> I removed that and now 'top -bn1' give me this:
> =============
> PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
> =============
> Note, processes.lua is asking %MEM instead of %VSZ of the column name
> shown above, I then updated that(replacing MEM with VSZ from the
> relevant Luci files, i.e the lua process.list() and processes.lua)
>
> Still I got an empty status-->processes list.
>
> In the past it works fine, but not the case for me in BB-rc3.
>
> Thanks,
> xxiao
>
> On 09/25/2014 05:00 AM, luci-request at lists.subsignal.org wrote:
>>      1. Re: processes.htm missing from luci (Jo-Philipp Wich)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Wed, 24 Sep 2014 14:46:14 +0200
>> From: Jo-Philipp Wich <xm at subsignal.org>
>> To: luci at lists.subsignal.org
>> Subject: Re: [luci] processes.htm missing from luci
>> Message-ID: <5422BD16.4000507 at subsignal.org>
>> Content-Type: text/plain; charset=ISO-8859-1
>>
>> Hi,
>>
>> there never was such a template in LuCI. The process view uses
>>    admin-full/luasrc/model/cbi/admin_status/processes.lua .
>>
>> Is this a self compiled image? Is it lacking "top" maybe?
>>
>> ~ Jow
>>
>>
>> ------------------------------
>>
>> _______________________________________________
>> luci mailing list
>> luci at lists.subsignal.org
>> https://lists.subsignal.org/mailman/listinfo/luci
>>
>>
>> End of luci Digest, Vol 75, Issue 9
>> ***********************************
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 25 Sep 2014 17:05:56 +0200
> From: Nico Geyso <Nico.Geyso at FU-Berlin.de>
> To: luci at lists.subsignal.org
> Subject: Re: [luci] openvpn apps
> Message-ID: <54242F54.8080707 at FU-Berlin.de>
> Content-Type: text/plain; charset="windows-1252"
>
> You may look into ticket #489 regarding luci-app-openvpn:
>
>    http://luci.subsignal.org/trac/ticket/489
>
> Regards
> Nico
>
> Am 25.09.2014 um 15:57 schrieb xxiao8:
>> OpenVPN package is labelled as "BROKEN" in Luci 0.12(Openwrt BB uses
>> that), where can I find more info on what is breaking? For example I
>> only need use it as an OpenVPN server and it might be just that the
>> client side is not working etc.
>>
>> xxiao
>> _______________________________________________
>> luci mailing list
>> luci at lists.subsignal.org
>> https://lists.subsignal.org/mailman/listinfo/luci
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: 0x1F785AE4.asc
> Type: application/pgp-keys
> Size: 2750 bytes
> Desc: not available
> URL: <http://lists.subsignal.org/pipermail/luci/attachments/20140925/bd568db9/attachment-0001.key>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 473 bytes
> Desc: OpenPGP digital signature
> URL: <http://lists.subsignal.org/pipermail/luci/attachments/20140925/bd568db9/attachment-0001.pgp>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 25 Sep 2014 18:55:35 +0400
> From: Vlad Ulrich <wedmer at gmail.com>
> To: luci at lists.subsignal.org
> Subject: Re: [luci] openvpn apps
> Message-ID:
> 	<CAFZjqDAddmsy5u2TH7HwqUjaOiZNYsGaRnz8mVmigePNVXorxw at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> There're no maintainer for this application. However you can use my patch
> https://gist.github.com/Wedmer/7775956#file-luci-openvpn_fixes_for_barrier-breaker-r9951-diff
>
> 2014-09-25 17:57 GMT+04:00 xxiao8 <xxiao8 at fosiao.com>:
>
>> OpenVPN package is labelled as "BROKEN" in Luci 0.12(Openwrt BB uses
>> that), where can I find more info on what is breaking? For example I only
>> need use it as an OpenVPN server and it might be just that the client side
>> is not working etc.
>>
>> xxiao
>> _______________________________________________
>> luci mailing list
>> luci at lists.subsignal.org
>> https://lists.subsignal.org/mailman/listinfo/luci
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.subsignal.org/pipermail/luci/attachments/20140925/ae65df67/attachment-0001.html>
>
> ------------------------------
>
> _______________________________________________
> luci mailing list
> luci at lists.subsignal.org
> https://lists.subsignal.org/mailman/listinfo/luci
>
>
> End of luci Digest, Vol 75, Issue 10
> ************************************



More information about the luci mailing list